reorganize

This commit is contained in:
ineed bots 2023-11-28 21:25:50 -06:00
parent 250ee97e9d
commit c6a21a075b
448 changed files with 111606 additions and 48533 deletions

39
.gitignore vendored
View File

@ -1,35 +1,6 @@
# Ignore everything in repository root
/*
# Files to not ignore
!/.gitignore
!/.editorconfig
!/.gitattributes
!/z_server.bat
# Folder to not ignore
!/main_shared/
!/.vscode
*.gsx
!/main_shared/maps/mp/gametypes/_callbacksetup.gsx
main_shared/maps/mp/gametypes/_globallogic.gsx
main_shared/maps/mp/gametypes/_hardpoints.gsx
!/README.md
*.zip *.zip
!/out *.log
*.stat
!/.astylerc logs/
!/z_deploy.bat demos/
!/deploy.bat missingasset.csv
!/deploy.js
!/main/
/main/*
!/main/server.cfg
!/main/botnames.txt
!/main/waypoints/
!/main/plugins/
/main/plugins/*
!/main/plugins/httpget.dll
!/main/plugins/httpget.so

0
.gitmodules vendored
View File

View File

@ -1,11 +1,11 @@
![GitHub Logo](/main_shared/bw-assets/bw-logo.png) ![GitHub Logo](/bw-assets/bw-logo.png)
# CoD4x Bot Warfare # IW3 Bot Warfare
Bot Warfare is a GSC mod for the [CoD4x project](https://github.com/callofduty4x/CoD4x_Server). Bot Warfare is a GSC mod for the [CoD4x project](https://github.com/callofduty4x/CoD4x_Server).
It aims to add playable AI to the multiplayer games of CoD4. It aims to add playable AI to the multiplayer games of CoD4.
You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfare/downloads/cod4x-bot-warfare-latest) and the CoD4x forum post [here](https://cod4x.ovh/index.php?/forums/topic/3116-release-bot-warfare/). You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfare/downloads/iw3-bot-warfare-latest).
## <span style="color:red">Important to public dedicated servers</span> ## <span style="color:red">Important to public dedicated servers</span>
The ```bots_main_firstIsHost``` DVAR is enabled by default! The ```bots_main_firstIsHost``` DVAR is enabled by default!
@ -22,7 +22,7 @@ Make sure to disable this DVAR by adding ```set bots_main_firstIsHost 0``` in yo
- [Credits](#Credits) - [Credits](#Credits)
## Features ## Features
- A Waypoint Editor for creating and modifying bot's waypoints of traversing the map. Have a look at [Using the Waypoint editor](/main_shared/bw-assets/wpedit.md). - A Waypoint Editor for creating and modifying bot's waypoints of traversing the map. Have a look at [Using the Waypoint editor](/bw-assets/wpedit.md).
- A clean and nice menu, you can edit every bot DVAR within in-game. - A clean and nice menu, you can edit every bot DVAR within in-game.
@ -57,12 +57,10 @@ Make sure to disable this DVAR by adding ```set bots_main_firstIsHost 0``` in yo
- ... And pretty much everything you expect a Combat Training bot to have - ... And pretty much everything you expect a Combat Training bot to have
## Installation ## Installation
Using CoD4x's extended functionality requires to use their Dedicated server, as explained [here](https://cod4x.ovh/index.php?/forums/topic/2047-add-cod4x-server-gsc-functions-to-the-client/).
You can easily setup a local LAN dedicated server for you to join and play on. Have a look at [Setting up a CoD4x server](https://github.com/callofduty4x/CoD4x_Server/wiki/Server-setup). You can easily setup a local LAN dedicated server for you to join and play on. Have a look at [Setting up a CoD4x server](https://github.com/callofduty4x/CoD4x_Server/wiki/Server-setup).
0. Make sure that [CoD4x server + client](https://cod4x.ovh/) is installed, updated and working properly. 0. Make sure that [CoD4x server + client](https://cod4x.ovh/) is installed, updated and working properly.
- Download the [latest release](https://github.com/ineedbots/cod4x_bot_warfare/releases) of Bot Warfare. - Download the [latest release](https://github.com/ineedbots/iw3_bot_warfare/releases) of Bot Warfare.
1. Locate your CoD4x server install folder. 1. Locate your CoD4x server install folder.
2. Move the files/folders found in 'Add to root of CoD4x server' from the Bot Warfare release archive you downloaded to the root of your CoD4x server folder. 2. Move the files/folders found in 'Add to root of CoD4x server' from the Bot Warfare release archive you downloaded to the root of your CoD4x server folder.
- The folder/file structure should follow as `.CoD4x server folder\main_shared\maps\mp\bots\_bot.gsc`. - The folder/file structure should follow as `.CoD4x server folder\main_shared\maps\mp\bots\_bot.gsc`.
@ -81,22 +79,22 @@ You can easily setup a local LAN dedicated server for you to join and play on. H
### DVARs ### DVARs
| Dvar | Description | Default Value | | Dvar | Description | Default Value |
|----------------------------------|---------------------------------------------------------------------------------------------|--------------:| |----------------------------------|---------------------------------------------------------------------------------------------|--------------:|
| bots_main | Enable this mod. | true | | bots_main | Enable this mod. | 1 |
| bots_main_firstIsHost | The first player to connect will be given host. | true | | bots_main_firstIsHost | The first player to connect will be given host. | 1 |
| bots_main_GUIDs | A comma separated list of GUIDs of players who will be given host. | "" | | bots_main_GUIDs | A comma separated list of GUIDs of players who will be given host. | |
| bots_main_waitForHostTime | How many seconds to wait for the host player to connect before adding bots to the match. | 10 | | bots_main_waitForHostTime | How many seconds to wait for the host player to connect before adding bots to the match. | 10 |
| bots_main_menu | Enable the in-game menu for hosts. | true | | bots_main_menu | Enable the in-game menu for hosts. | 1 |
| bots_main_debug | Enable the in-game waypoint editor. | false | | bots_main_debug | Enable the in-game waypoint editor. | 0 |
| bots_main_kickBotsAtEnd | Kick the bots at the end of a match. | false | | bots_main_kickBotsAtEnd | Kick the bots at the end of a match. | 0 |
| bots_main_chat | The rate bots will chat at, set to 0 to disable. | 1.0 | | bots_main_chat | The rate bots will chat at, set to 0 to disable. | 1.0 |
| bots_manage_add | Amount of bots to add to the game, once bots are added, resets back to `0`. | 0 | | bots_manage_add | Amount of bots to add to the game, once bots are added, resets back to `0`. | 0 |
| bots_manage_fill | Amount of players/bots (look at `bots_manage_fill_mode`) to maintain in the match. | 0 | | bots_manage_fill | Amount of players/bots (look at `bots_manage_fill_mode`) to maintain in the match. | 0 |
| bots_manage_fill_mode | `bots_manage_fill` players/bots counting method.<ul><li>`0` - counts both players and bots.</li><li>`1` - only counts bots.</li></ul> | 0 | | bots_manage_fill_mode | `bots_manage_fill` players/bots counting method.<ul><li>`0` - counts both players and bots.</li><li>`1` - only counts bots.</li></ul> | 0 |
| bots_manage_fill_kick | If the amount of players/bots in the match exceeds `bots_manage_fill`, kick bots until no longer exceeds. | false | | bots_manage_fill_kick | If the amount of players/bots in the match exceeds `bots_manage_fill`, kick bots until no longer exceeds. | 0 |
| bots_manage_fill_spec | If when counting players for `bots_manage_fill` should include spectators. | true | | bots_manage_fill_spec | If when counting players for `bots_manage_fill` should include spectators. | 1 |
| bots_team | One of `autoassign`, `allies`, `axis`, `spectator`, or `custom`. What team the bots should be on. | autoassign | | bots_team | One of `autoassign`, `allies`, `axis`, `spectator`, or `custom`. What team the bots should be on. | autoassign |
| bots_team_amount | When `bots_team` is set to `custom`. The amount of bots to be placed on the axis team. The remainder will be placed on the allies team. | 0 | | bots_team_amount | When `bots_team` is set to `custom`. The amount of bots to be placed on the axis team. The remainder will be placed on the allies team. | 0 |
| bots_team_force | If the server should force bots' teams according to the `bots_team` value. When `bots_team` is `autoassign`, unbalanced teams will be balanced. This dvar is ignored when `bots_team` is `custom`. | false | | bots_team_force | If the server should force bots' teams according to the `bots_team` value. When `bots_team` is `autoassign`, unbalanced teams will be balanced. This dvar is ignored when `bots_team` is `custom`. | 0 |
| bots_team_mode | When `bots_team_force` is `true` and `bots_team` is `autoassign`, players/bots counting method. <ul><li>`0` - counts both players and bots.</li><li>`1` - only counts bots</li></ul> | 0 | | bots_team_mode | When `bots_team_force` is `true` and `bots_team` is `autoassign`, players/bots counting method. <ul><li>`0` - counts both players and bots.</li><li>`1` - only counts bots</li></ul> | 0 |
| bots_skill | Bots' difficulty.<ul><li>`0` - Random difficulty for each bot.</li><li>`1` - Easiest difficulty for all bots.</li><li>`2` to `6` - Between easy and hard difficulty for all bots.</li><li>`7` - The hardest difficulty for all bots.</li><li>`8` - custom (look at the `bots_skill_<team>_<difficulty>` dvars</li></ul> | 0 | | bots_skill | Bots' difficulty.<ul><li>`0` - Random difficulty for each bot.</li><li>`1` - Easiest difficulty for all bots.</li><li>`2` to `6` - Between easy and hard difficulty for all bots.</li><li>`7` - The hardest difficulty for all bots.</li><li>`8` - custom (look at the `bots_skill_<team>_<difficulty>` dvars</li></ul> | 0 |
| bots_skill_axis_hard | When `bots_skill` is set to `8`, the amount of hard difficulty bots to set on the axis team. | 0 | | bots_skill_axis_hard | When `bots_skill` is set to `8`, the amount of hard difficulty bots to set on the axis team. | 0 |
@ -105,20 +103,20 @@ You can easily setup a local LAN dedicated server for you to join and play on. H
| bots_skill_allies_med | When `bots_skill` is set to `8`, the amount of medium difficulty bots to set on the allies team. The remaining bots on the team will be set to easy difficulty. | 0 | | bots_skill_allies_med | When `bots_skill` is set to `8`, the amount of medium difficulty bots to set on the allies team. The remaining bots on the team will be set to easy difficulty. | 0 |
| bots_skill_min | The minimum difficulty level for the bots. | 1 | | bots_skill_min | The minimum difficulty level for the bots. | 1 |
| bots_skill_max | The maximum difficulty level for the bots. | 7 | | bots_skill_max | The maximum difficulty level for the bots. | 7 |
| bots_loadout_reasonable | If the bots should filter bad performing create-a-class selections. | false | | bots_loadout_reasonable | If the bots should filter bad performing create-a-class selections. | 0 |
| bots_loadout_allow_op | If the bots should be able to use overpowered and annoying create-a-class selections. | true | | bots_loadout_allow_op | If the bots should be able to use overpowered and annoying create-a-class selections. | 1 |
| bots_loadout_rank | What rank to set the bots.<ul><li>`-1` - Average of all players in the match.</li><li>`0` - All random.</li><li>`1` or higher - Sets the bots' rank to this.</li></ul> | -1 | | bots_loadout_rank | What rank to set the bots.<ul><li>`-1` - Average of all players in the match.</li><li>`0` - All random.</li><li>`1` or higher - Sets the bots' rank to this.</li></ul> | -1 |
| bots_play_move | If the bots can move. | true | | bots_play_move | If the bots can move. | 1 |
| bots_play_knife | If the bots can knife. | true | | bots_play_knife | If the bots can knife. | 1 |
| bots_play_fire | If the bots can fire. | true | | bots_play_fire | If the bots can fire. | 1 |
| bots_play_nade | If the bots can grenade. | true | | bots_play_nade | If the bots can grenade. | 1 |
| bots_play_obj | If the bots can play the objective. | true | | bots_play_obj | If the bots can play the objective. | 1 |
| bots_play_camp | If the bots can camp. | true | | bots_play_camp | If the bots can camp. | 1 |
| bots_play_jumpdrop | If the bots can jump/drop shot. | true | | bots_play_jumpdrop | If the bots can jump/drop shot. | 1 |
| bots_play_target_other | If the bots can target other entities other than players. | true | | bots_play_target_other | If the bots can target other entities other than players. | 1 |
| bots_play_killstreak | If the bots can call in killstreaks. | true | | bots_play_killstreak | If the bots can call in killstreaks. | 1 |
| bots_play_ads | If the bots can aim down sights. | true | | bots_play_ads | If the bots can aim down sights. | 1 |
| bots_play_aim | If the bots can aim. | true | | bots_play_aim | If the bots can aim. | 1 |
## Changelog ## Changelog

View File

Before

Width:  |  Height:  |  Size: 655 KiB

After

Width:  |  Height:  |  Size: 655 KiB

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -1,9 +1,9 @@
# CoD4x Bot Warfare Waypoint Editor # IW3 Bot Warfare Waypoint Editor
First things first, Bot Warfare uses the [AStar search algorithm](https://en.wikipedia.org/wiki/A*_search_algorithm) for creating paths for the bots to find their way through a map. First things first, Bot Warfare uses the [AStar search algorithm](https://en.wikipedia.org/wiki/A*_search_algorithm) for creating paths for the bots to find their way through a map.
The AStar search algorithm requires a [set of waypoints](https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)) defining where all the paths are in the map. The AStar search algorithm requires a [set of waypoints](https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)) defining where all the paths are in the map.
Now if you want to modify existing or create new waypoints for CoD4x maps, this is the read for you. Now if you want to modify existing or create new waypoints for CoD4 maps, this is the read for you.
## Contents ## Contents
- [Setting up the Waypoint Editor](#Setting-up-the-Waypoint-Editor) - [Setting up the Waypoint Editor](#Setting-up-the-Waypoint-Editor)
@ -15,22 +15,21 @@ The Bot Warfare mod comes with the Waypoint Editor out of the box, so its just a
Start your server with the Bot Warfare mod. Start your server with the Bot Warfare mod.
In the server console, type in ```set bots_main_debug 1```.<br> In the server console, type in ```set bots_main_debug 1```.<br>
![Setting the dvar](/main_shared/bw-assets/console.png) ![Setting the dvar](/bw-assets/console.png)
Now start a match with the map you want to edit with the `devmap <mapname>` command.<br> Now start a match with the map you want to edit with the `devmap <mapname>` command.<br>
![Starting a map](/main_shared/bw-assets/console-map.png) ![Starting a map](/bw-assets/console-map.png)
It should be noted that waypoints load in this following order; It should be noted that waypoints load in this following order;
1. checks the 'waypoints' folder (FS_Game\waypoints) for a csv file 1. checks the 'waypoints' folder (FS_Game\waypoints) for a csv file
2. loads the waypoints from GSC (maps\mp\bots\waypoints) 2. loads the waypoints from GSC (maps\mp\bots\waypoints)
3. checks online at [this repo](https://github.com/ineedbots/cod4x_waypoints) for the waypoints (if httpget plugin loaded)
If all fail to load waypoints, there will be no waypoints and the bots will not know how to navigate the map. If all fail to load waypoints, there will be no waypoints and the bots will not know how to navigate the map.
Connect to the server with the CoD4x client, you'll be introduced to the Waypoint Editor. Connect to the server with the CoD4x client, you'll be introduced to the Waypoint Editor.
## The Editor ## The Editor
![The editor](/main_shared/bw-assets/editor.png)<br> ![The editor](/bw-assets/editor.png)<br>
This is the Waypoint Editor. You can view, edit and create the waypoint graph. This is the Waypoint Editor. You can view, edit and create the waypoint graph.
- Each red number you see in the world is a waypoint. - Each red number you see in the world is a waypoint.
- The green string you see is the type of that waypoint. - The green string you see is the type of that waypoint.
@ -68,10 +67,10 @@ Each button has a secondary modifier button, and can be pressed shortly after pr
Okay, now that you know how to control the Editor, lets now go ahead and create some waypoints. Okay, now that you know how to control the Editor, lets now go ahead and create some waypoints.
Here I added a waypoint.<br> Here I added a waypoint.<br>
![Adding a waypoint](/main_shared/bw-assets/editor-addwp.png) ![Adding a waypoint](/bw-assets/editor-addwp.png)
And I added a second waypoint.<br> And I added a second waypoint.<br>
![Adding another waypoint](/main_shared/bw-assets/editor-addwp2.png) ![Adding another waypoint](/bw-assets/editor-addwp2.png)
There are several types of waypoints, holding a modifier button before pressing the add waypoint button will create a special type of waypoint. There are several types of waypoints, holding a modifier button before pressing the add waypoint button will create a special type of waypoint.
- Types of waypoints: - Types of waypoints:
@ -83,7 +82,7 @@ There are several types of waypoints, holding a modifier button before pressing
- climb - bots will look at the angles you were looking at when you made the waypoint and climb (use this for ladders and mantles) - climb - bots will look at the angles you were looking at when you made the waypoint and climb (use this for ladders and mantles)
Here I linked the two waypoints together.<br> Here I linked the two waypoints together.<br>
![Linking waypoints](/main_shared/bw-assets/editor-link.png) ![Linking waypoints](/bw-assets/editor-link.png)
Linking waypoints are very important, it tells the bots that they can reach waypoint 1 from waypoint 0, and vice versa. Linking waypoints are very important, it tells the bots that they can reach waypoint 1 from waypoint 0, and vice versa.
@ -94,6 +93,4 @@ Once you feel like you are done, press the Save buttons. This will generate a [C
That is it! The waypoints should load next time you start your game! That is it! The waypoints should load next time you start your game!
Your waypoints CSV file will be located at ```<fs_game>/waypoints/<mapname>_wp.csv```. (main folder if fs_game is blank)<br> Your waypoints CSV file will be located at ```<fs_game>/waypoints/<mapname>_wp.csv```. (main folder if fs_game is blank)<br>
![Location](/main_shared/bw-assets/saved.png) ![Location](/bw-assets/saved.png)
You can share your waypoints publicly (and can be loaded by other users of Bot Warfare remotely) by making a Pull Request to the [CoD4x_Waypoints repo](https://github.com/ineedbots/cod4x_waypoints).

View File

@ -1,2 +0,0 @@
xcopy cod4x_bot_warfare\main_shared\maps\mp\bots main_shared\maps\mp\bots\ /Y /I /E /H /C
xcopy cod4x_bot_warfare\main main\ /Y /I /E /H /C

View File

@ -1,54 +0,0 @@
// nodejs 14+
const exec = require('util').promisify(require('child_process').exec)
const repo_name = 'cod4x_bot_warfare'
const repo_url = `https://github.com/ineedbots/${repo_name}`
const deploy_check_rate = 60000
const title = 'CoD4x Bot Warfare Git Deployer'
function printToConsole(what, error = false)
{
log = error ? console.error : console.log
log(`[${new Date().toISOString()}]:`, what)
}
async function doDeploy() {
try {
const { stdout, stderr } = await exec(`cd ${repo_name} && git fetch`)
if (stderr.length <= 0)
return
if (stderr.startsWith('From '))
{
printToConsole('git fetched! Pulling...')
await exec(`cd ${repo_name} && git pull && git submodule update --init --recursive`)
printToConsole('Deploying...')
await exec('deploy.bat')
printToConsole('Deployed!')
}
} catch (e) {
printToConsole(e, true)
if (!e.stderr.startsWith('The system cannot find the path specified'))
return
printToConsole('Cloning repo...')
try {
await exec(`git clone ${repo_url} && cd ${repo_name} && git submodule update --init --recursive`)
printToConsole('Cloned!')
printToConsole('Deploying...')
await exec('deploy.bat')
printToConsole('Deployed!')
} catch (f) {
printToConsole(f, true)
}
}
}
process.stdout.write(`${String.fromCharCode(27)}]0;${title}${String.fromCharCode(7)}`)
doDeploy()
setInterval(doDeploy, deploy_check_rate)

View File

@ -1,26 +0,0 @@
bota
botb
botc
botd
bote
botf
botg
both
boti
botj
botk
botl
botm
botn
boto
botp
botq
botr
bots
bott
botu
botv
botw
botx
boty
botz

Binary file not shown.

View File

@ -1,198 +0,0 @@
////////////////////////////////////////////////////////////
/// ///
/// ///
/// Call of Duty 4 X Standard Configuration ///
/// ///
/// Author: Daedalus, Created: 08.01.2017 ///
/// Provides a general starting point for your ///
/// CoD4X server configuration. Also contains ///
/// features only available on CoD4X 1.8+ servers ///
/// ///
////////////////////////////////////////////////////////////
loadplugin "httpget"
// Meta Information, not required
sets _Admin "Admin"
sets _Email ""
sets _Website ""
sets _Location ""
sets _Maps ""
sets _Gametype ""
/////////////////////////////////
// Basics
set sv_hostname "^1Bot ^3War^5fare ^724/7 Shipment 10x"
set g_motd "" // Message of the day, which getting shown to every player on his 1st spawn
set g_password "" // join password, leave empty to deactivate
set sv_privateClients "" //Private Clients, number of slots that can only be changed with a password
set sv_privatePassword "" // the password to join private slots
set sv_authorizemode "-1" // cdkey validation
set sv_showasranked "1" // 0 = show modded server as not ranked, 1 = shows server as ranked altough it is modded
// Log File
set g_logsync "2" // 0=no log, 1=buffered, 2=continuous, 3=append
set logfile "1" // 0 = NO log, 1 = log file enabled
set g_log "games_mp.log" // Name of log file, default is games_mp.log
set sv_log_damage "1"
set sv_statusfile "serverstatus.xml" // writes an xml serverstatus to disc, leave empty to disable
// Networking
// set sv_maxRate 25000
set sv_minPing "0" // minimal ping [ms] for a player to join the server
set sv_maxPing "0" // maximal ping [ms] for a player to join the server
set sv_timeout "40" // Seconds to keep a client on server without a new clientmessage
set sv_connectTimeout "90" // Seconds to wait for a client which is loading a map without a new clientmessage
set sv_zombieTime "2" // Seconds to keep a disconnected client on server to transmit the last message
set sv_reconnectlimit "5" // Seconds to disallow a prior connected client to reconnect to the server
// Floodprotection is enabled by default!
// sv_floodProtect, sv_maxRate,
// Variables you should not touch :)
// set sv_fps "20" //Server-FPS (do not change!)
set sv_punkbuster "0" //Punkbuster, PB is not supported on CoD4x
set sv_pure "0" //check IWD-data 0 = off, 1 = on
// set g_antilag "1" //0 = off, 1 = on // Anti lag checks for weapon hits
// set ModStats "1" // 1 = use player stats file for mods (normal behaviours), 0 = use player stats file of basegame (DANGEROUS!!! as it can overwrite your stats)
// Variables I have no clue what they are doing :D
set sv_allowAnonymous "0" // Anonymous //0 = off 1 = on
//////////////////////
// Gameplay
// Maps
set sv_mapRotation "map mp_shipment" // maps that will be played automatically
// set sv_randomMapRotation "1" // 0 = sv_mapRotation is randomized, 1 = sequential order of sv_mapRotation
set g_deadChat "1" // dead can chat // 0 = off, 1 = on
set voice_deadChat "0" // dead can use voicechat //0 = off, 1 = on
set g_gravity "800" //Gravity //Standard 800
set sv_disableClientConsole "0" //deactivate console for clients //0 = no, 1 = yes
set scr_teambalance "1" //auto-teambalance //0 = no, 1 = yes
set scr_team_fftype "0" //friendly-fire //0 = off, 1 = on, //2 = reflect damage, 3 = shared damage
set scr_game_spectatetype "2" // spectator // 0 = off, 1 = only Team/player, 2 = free
set scr_hardcore "0" //Hardcore Mode //0 = off 1 = on
set scr_oldschool "0" //Oldschool Mode //0 = off, 1 = on
set g_friendlyPlayerCanBlock "0" // 1 = player collision between friendly players, 0 = collision between friendly players is disabled
set g_FFAPlayerCanBlock "1" // same for FFA (non team based) gamemode
// Less interesting Gameplay stuff
set scr_drawfriend "0" //show team mates //0 = off, 1 = on
set scr_enable_scoretext "1" //hit-message //0 = no, 1 = yes
set scr_game_allowkillcam "1" //Killcam //0 = no, 1 = yes // Allow to play killcam after you got killed
set scr_game_deathpointloss "0" //points-distraction when hit //0 = no, 1 = yes
set scr_game_suicidepointloss "0" //points-distraction suicide //0 = no, 1 = yes
set scr_game_matchstarttime "10" //time until match starts
set scr_game_playerwaittime "10" //respawn-delay
set scr_player_forcerespawn "1" //force respawn //0 = no, 1 = yes // forgot what -1 did but i believe it was different xD
set scr_player_healthregentime "5" //health regeneration (in seconds)
set scr_player_maxhealth "100" //Max health
set scr_player_sprinttime "4" //Sprint-time
set scr_game_onlyheadshots "0" //headshots only //0 = no, 1 = yes
set scr_teamKillPunishCount "3" //Teamkiller kick after x Teamkills
set scr_team_teamkillspawndelay "20" //teamkill spawn delay (in seconds)
set scr_team_teamkillpointloss "1" //pointloss after Teamkill //0 = no, 1 = yes
set scr_enable_hiticon "1" //Hit-Symbol //0 = off, 1 = on
//Game-Modes
//Death Match (dm)
set scr_dm_scorelimit "1000"
set scr_dm_timelimit "15"
set scr_dm_roundlimit "1"
set scr_dm_numlives "0"
set scr_dm_playerrespawndelay "3"
set scr_dm_waverespawndelay "0"
//Team Death Match (war)
set scr_war_scorelimit "2000"
set scr_war_timelimit "10"
set scr_war_roundlimit "1"
set scr_war_numlives "0"
set scr_war_playerrespawndelay "3"
set scr_war_waverespawndelay "0"
//Domination (dom)
set scr_dom_scorelimit "300"
set scr_dom_timelimit "30"
set scr_dom_numlives "0"
set scr_dom_playerrespawndelay "0"
set scr_dom_roundlimit "1"
set scr_dom_waverespawndelay "0"
//HQ (koth)
set scr_koth_scorelimit "250"
set scr_koth_timelimit "15"
set koth_kothmode "0" //Classic HQ-Mode 0 = off, 1 = on
set koth_capturetime "20"
set koth_spawntime "3" //0 = immediately, x = time in seconds
set scr_koth_numlives "0"
set scr_koth_playerrespawndelay "3"
set scr_koth_roundlimit "1"
set scr_koth_roundswitch "1"
set scr_koth_waverespawndelay "0"
set koth_autodestroytime "60"
set koth_delayPlayer "3"
set koth_destroytime "10"
set koth_spawnDelay "3"
//Sabotage (sab)
set scr_sab_scorelimit "2"
set scr_sab_timelimit "10"
set scr_sab_roundswitch "1"
set scr_sab_bombtimer "30"
set scr_sab_planttime "2.5"
set scr_sab_defusetime "5"
set scr_sab_hotpotato "0"
set scr_sab_numlives "0"
set scr_sab_playerrespawndelay "5"
set scr_sab_roundlimit "0"
set scr_sab_waverespawndelay "0"
//Search and destroy (sd)
set scr_sd_scorelimit "9"
set scr_sd_timelimit "2.5"
set scr_sd_roundswitch "4"
set scr_sd_bombtimer "45"
set scr_sd_planttime "5"
set scr_sd_defusetime "7"
set scr_sd_multibomb "0"
set scr_sd_numlives "1"
set scr_sd_playerrespawndelay "0"
set scr_sd_roundlimit "0"
set scr_sd_waverespawndelay "0"
set g_gametype "dom" // gamemode, one of [war, dm, sd, sab, koth]
// Amazing Stuff
set sv_autodemorecord "1" // Records demos of players on the serverside, demos are stored in "demos" folder
//set sv_demoCompletedCmd "" // program to execute when a demo has been saved
//set sv_screenshotArrivedCmd "" // program to execute when a screenshot was taken
//set sv_legacyguidmode "0" // 1 = old 32 character guids are used, 0 = new cod4x guid format is used ( like steamids )
///////////////////////////
// Setup for custom maps when running a mod
seta sv_wwwDownload "1" // enable download redirection
seta sv_wwwBaseURL "http://rawcdn.githack.com/ineedbots/www_host/main/cod4x/" // defines url to download from
seta sv_wwwDlDisconnected "1" // disconnect clients while downloading
///////////////////////////
set sv_nosteamnames "1" // 1 = Use names from steam if steam is available
set bots_manage_add "12"
set bots_main_firstIsHost "0"
set bots_manage_fill "12"
set bots_manage_fill_kick "1"
set bots_team_force "1"
set bots_loadout_allow_op "0"
set bots_loadout_reasonable "1"
set bots_manage_fill_spec "0"
exec config.cfg

View File

@ -1,7 +0,0 @@
loadplugin "httpget"
set sv_hostname "^1Bot ^3War^5fare ^7Local server"
set sv_punkbuster "0"
set g_gametype "dom"
set sv_mapRotation "map mp_shipment"

View File

@ -1,137 +0,0 @@
/*
_bot_http
Author: INeedGames
Date: 12/16/2020
The HTTP module
*/
#include maps\mp\bots\_bot_utility;
/*
Will attempt to retreive waypoints from the internet
*/
getRemoteWaypoints( mapname )
{
url = "https://raw.githubusercontent.com/ineedbots/cod4x_waypoints/master/" + mapname + "_wp.csv";
filename = "waypoints/" + mapname + "_wp.csv";
printToConsole( "Attempting to get remote waypoints from " + url );
res = getLinesFromUrl( url, filename );
if ( !res.lines.size )
return;
waypointCount = int( res.lines[0] );
waypoints = [];
printToConsole( "Loading remote waypoints..." );
for ( i = 1; i <= waypointCount; i++ )
{
tokens = tokenizeLine( res.lines[i], "," );
waypoint = parseTokensIntoWaypoint( tokens );
waypoints[i - 1] = waypoint;
}
if ( waypoints.size )
{
level.waypoints = waypoints;
printToConsole( "Loaded " + waypoints.size + " waypoints from remote." );
}
}
/*
Does the version check, if we are up too date
*/
doVersionCheck()
{
remoteVersion = getRemoteVersion();
if ( !isDefined( remoteVersion ) )
{
printToConsole( "Error getting remote version of Bot Warfare." );
return false;
}
if ( level.bw_VERSION != remoteVersion )
{
printToConsole( "There is a new version of Bot Warfare!" );
printToConsole( "You are on version " + level.bw_VERSION + " but " + remoteVersion + " is available!" );
return false;
}
printToConsole( "You are on the latest version of Bot Warfare!" );
return true;
}
/*
Returns the version of bot warfare found on the internet
*/
getRemoteVersion()
{
#if isSyscallDefined HTTPS_GetString
data = HTTPS_GetString( "https://raw.githubusercontent.com/ineedbots/cod4x_waypoints/master/version.txt" );
#else
data = undefined;
#endif
if ( !isDefined( data ) )
return undefined;
return strtok( data, "\n" )[0];
}
/*
Returns an array of each line from the response of the http url request
*/
getLinesFromUrl( url, filename )
{
result = spawnStruct();
result.lines = [];
#if isSyscallDefined HTTPS_GetString
data = HTTPS_GetString( url );
#else
data = undefined;
#endif
if ( !isDefined( data ) )
return result;
fd = FS_FOpen( filename, "write" );
line = "";
for ( i = 0; i < data.size; i++ )
{
c = data[i];
if ( c == "\n" )
{
result.lines[result.lines.size] = line;
if ( fd > 0 )
{
if ( !FS_WriteLine( fd, line ) )
{
FS_FClose( fd );
fd = 0;
}
}
line = "";
continue;
}
line += c;
}
result.lines[result.lines.size] = line;
if ( fd > 0 )
FS_FClose( fd );
return result;
}

View File

@ -1,648 +0,0 @@
/*
_wp_editor
Author: INeedGames
Date: 09/26/2020
The ingame waypoint editor.
*/
#include common_scripts\utility;
#include maps\mp\_utility;
#include maps\mp\gametypes\_hud_util;
#include maps\mp\bots\_bot_utility;
init()
{
if ( getDvar( "bots_main_debug" ) == "" )
setDvar( "bots_main_debug", 0 );
if ( !getDVarint( "bots_main_debug" ) )
return;
if ( !getDVarint( "developer" ) )
{
setdvar( "developer_script", 1 );
setdvar( "developer", 1 );
setdvar( "sv_mapRotation", "map " + getDvar( "mapname" ) );
exitLevel( false );
}
setDvar( "bots_main", 0 );
setdvar( "bots_main_menu", 0 );
setdvar( "bots_manage_fill_mode", 0 );
setdvar( "bots_manage_fill", 0 );
setdvar( "bots_manage_add", 0 );
setdvar( "bots_manage_fill_kick", 1 );
setDvar( "bots_manage_fill_spec", 1 );
if ( getDvar( "bots_main_debug_distance" ) == "" )
setDvar( "bots_main_debug_distance", 512.0 );
if ( getDvar( "bots_main_debug_cone" ) == "" )
setDvar( "bots_main_debug_cone", 0.65 );
if ( getDvar( "bots_main_debug_minDist" ) == "" )
setDvar( "bots_main_debug_minDist", 32.0 );
if ( getDvar( "bots_main_debug_drawThrough" ) == "" )
setDvar( "bots_main_debug_drawThrough", false );
if ( getDvar( "bots_main_debug_commandWait" ) == "" )
setDvar( "bots_main_debug_commandWait", 0.5 );
if ( getDvar( "bots_main_debug_framerate" ) == "" )
setDvar( "bots_main_debug_framerate", 58 );
if ( getDvar( "bots_main_debug_lineDuration" ) == "" )
setDvar( "bots_main_debug_lineDuration", 3 );
if ( getDvar( "bots_main_debug_printDuration" ) == "" )
setDvar( "bots_main_debug_printDuration", 3 );
if ( getDvar( "bots_main_debug_debugRate" ) == "" )
setDvar( "bots_main_debug_debugRate", 0.5 );
setDvar( "player_sustainAmmo", 1 );
level.waypoints = [];
level.waypointCount = 0;
level waittill( "connected", player );
player thread onPlayerSpawned();
}
onPlayerSpawned()
{
self endon( "disconnect" );
for ( ;; )
{
self waittill( "spawned_player" );
self thread beginDebug();
}
}
beginDebug()
{
self endon( "disconnect" );
self endon( "death" );
level.wpToLink = -1;
level.autoLink = false;
self.closest = -1;
self.command = undefined;
self clearPerks();
self takeAllWeapons();
self.specialty = [];
self giveWeapon( "m16_gl_mp" );
self SetActionSlot( 3, "altMode" );
self giveWeapon( "frag_grenade_mp" );
self freezecontrols( false );
self thread debug();
self thread addWaypoints();
self thread linkWaypoints();
self thread deleteWaypoints();
self thread watchSaveWaypointsCommand();
self thread sayExtras();
self thread textScroll( "^1SecondaryOffhand - ^2Add Waypoint; ^3MeleeButton - ^4Link Waypoint; ^5FragButton - ^6Delete Waypoint; ^7UseButton + AttackButton - ^8Save" );
}
sayExtras()
{
self endon( "disconnect" );
self endon( "death" );
self iprintln( "Making a crouch waypoint with only one link..." );
self iprintln( "Makes a camping waypoint." );
}
debug()
{
self endon( "disconnect" );
self endon( "death" );
self setClientDvar( "com_maxfps", getDvarInt( "bots_main_debug_framerate" ) );
for ( ;; )
{
wait getDvarFloat( "bots_main_debug_debugRate" );
if ( isDefined( self.command ) )
continue;
closest = -1;
myEye = self getTagOrigin( "j_head" );
myAngles = self GetPlayerAngles();
for ( i = 0; i < level.waypointCount; i++ )
{
if ( closest == -1 || closer( self.origin, level.waypoints[i].origin, level.waypoints[closest].origin ) )
closest = i;
wpOrg = level.waypoints[i].origin + ( 0, 0, 25 );
if ( distance( level.waypoints[i].origin, self.origin ) < getDvarFloat( "bots_main_debug_distance" ) && ( bulletTracePassed( myEye, wpOrg, false, self ) || getDVarint( "bots_main_debug_drawThrough" ) ) )
{
for ( h = level.waypoints[i].children.size - 1; h >= 0; h-- )
line( wpOrg, level.waypoints[level.waypoints[i].children[h]].origin + ( 0, 0, 25 ), ( 1, 0, 1 ), 1, 1, getDvarInt( "bots_main_debug_lineDuration" ) );
if ( getConeDot( wpOrg, myEye, myAngles ) > getDvarFloat( "bots_main_debug_cone" ) )
print3d( wpOrg, i, ( 1, 0, 0 ), 2, 1, 6 );
if ( isDefined( level.waypoints[i].angles ) && level.waypoints[i].type != "stand" )
line( wpOrg, wpOrg + AnglesToForward( level.waypoints[i].angles ) * 64, ( 1, 1, 1 ), 1, 1, getDvarInt( "bots_main_debug_lineDuration" ) );
}
}
self.closest = closest;
if ( closest != -1 )
{
stringChildren = "";
for ( i = 0; i < level.waypoints[closest].children.size; i++ )
{
if ( i != 0 )
stringChildren = stringChildren + "," + level.waypoints[closest].children[i];
else
stringChildren = stringChildren + level.waypoints[closest].children[i];
}
print3d( level.waypoints[closest].origin + ( 0, 0, 35 ), stringChildren, ( 0, 1, 0 ), 2, 1, getDvarInt( "bots_main_debug_printDuration" ) );
print3d( level.waypoints[closest].origin + ( 0, 0, 15 ), level.waypoints[closest].type, ( 0, 1, 0 ), 2, 1, getDvarInt( "bots_main_debug_printDuration" ) );
}
}
}
AddWaypoints()
{
self endon( "disconnect" );
self endon( "death" );
for ( ;; )
{
while ( !self SecondaryOffhandButtonPressed() || isDefined( self.command ) )
wait 0.05;
pos = self getOrigin();
self.command = true;
self iprintln( "Adding a waypoint..." );
self iprintln( "ADS - climb; Attack + Use - tube" );
self iprintln( "Attack - grenade; Use - claymore" );
self iprintln( "Else(wait) - your stance" );
wait getDvarFloat( "bots_main_debug_commandWait" );
self addWaypoint( pos );
self.command = undefined;
while ( self SecondaryOffhandButtonPressed() )
wait 0.05;
}
}
linkWaypoints()
{
self endon( "disconnect" );
self endon( "death" );
for ( ;; )
{
while ( !self MeleeButtonPressed() || isDefined( self.command ) )
wait 0.05;
self.command = true;
self iprintln( "ADS - Unlink; Else(wait) - Link" );
wait getDvarFloat( "bots_main_debug_commandWait" );
if ( !self adsButtonPressed() )
self LinkWaypoint( self.closest );
else
self UnLinkWaypoint( self.closest );
self.command = undefined;
while ( self MeleeButtonPressed() )
wait 0.05;
}
}
deleteWaypoints()
{
self endon( "disconnect" );
self endon( "death" );
for ( ;; )
{
while ( !self fragButtonPressed() || isDefined( self.command ) )
wait 0.05;
self.command = true;
self iprintln( "Attack - DeleteAll; ADS - Load" );
self iprintln( "Else(wait) - Delete" );
wait getDvarFloat( "bots_main_debug_commandWait" );
if ( self attackButtonPressed() )
self deleteAllWaypoints();
else if ( self adsButtonPressed() )
self LoadWaypoints();
else
self DeleteWaypoint( self.closest );
self.command = undefined;
while ( self fragButtonPressed() )
wait 0.05;
}
}
watchSaveWaypointsCommand()
{
self endon( "death" );
self endon( "disconnect" );
for ( ;; )
{
while ( !self useButtonPressed() || !self attackButtonPressed() || isDefined( self.command ) )
wait 0.05;
self.command = true;
self iprintln( "ADS - Autolink; Else(wait) - Save" );
wait getDvarFloat( "bots_main_debug_commandWait" );
if ( !self adsButtonPressed() )
{
self checkForWarnings();
wait 1;
logprint( "***********ABiliTy's WPDump**************\n\n" );
logprint( "\n\n\n\n" );
mpnm = getMapName( getdvar( "mapname" ) );
logprint( "\n\n" + mpnm + "()\n{\n/*" );
logprint( "*/waypoints = [];\n/*" );
for ( i = 0; i < level.waypointCount; i++ )
{
logprint( "*/waypoints[" + i + "] = spawnstruct();\n/*" );
logprint( "*/waypoints[" + i + "].origin = " + level.waypoints[i].origin + ";\n/*" );
logprint( "*/waypoints[" + i + "].type = \"" + level.waypoints[i].type + "\";\n/*" );
for ( c = 0; c < level.waypoints[i].children.size; c++ )
{
logprint( "*/waypoints[" + i + "].children[" + c + "] = " + level.waypoints[i].children[c] + ";\n/*" );
}
if ( isDefined( level.waypoints[i].angles ) && ( level.waypoints[i].type == "claymore" || level.waypoints[i].type == "tube" || ( level.waypoints[i].type == "crouch" && level.waypoints[i].children.size == 1 ) || level.waypoints[i].type == "climb" || level.waypoints[i].type == "grenade" ) )
logprint( "*/waypoints[" + i + "].angles = " + level.waypoints[i].angles + ";\n/*" );
}
logprint( "*/return waypoints;\n}\n\n\n\n" );
filename = "waypoints/" + getdvar( "mapname" ) + "_wp.csv";
fd = FS_FOpen( filename, "write" );
PrintLn( "********* Start Bot Warfare WPDump *********" );
PrintLn( level.waypointCount );
if ( fd > 0 )
{
if ( !FS_WriteLine( fd, level.waypointCount + "" ) )
{
FS_FClose( fd );
fd = 0;
}
}
for ( i = 0; i < level.waypointCount; i++ )
{
str = "";
wp = level.waypoints[i];
str += wp.origin[0] + " " + wp.origin[1] + " " + wp.origin[2] + ",";
for ( h = 0; h < wp.children.size; h++ )
{
str += wp.children[h];
if ( h < wp.children.size - 1 )
str += " ";
}
str += "," + wp.type + ",";
if ( isDefined( wp.angles ) )
str += wp.angles[0] + " " + wp.angles[1] + " " + wp.angles[2] + ",";
else
str += ",";
str += ",";
PrintLn( str );
if ( fd > 0 )
{
if ( !FS_WriteLine( fd, str ) )
{
FS_FClose( fd );
fd = 0;
}
}
}
PrintLn( "\n\n\n\n\n\n" );
self iprintln( "Saved!!! to " + filename );
if ( fd > 0 )
FS_FClose( fd );
}
else
{
if ( level.autoLink )
{
self iPrintlnBold( "Auto link disabled" );
level.autoLink = false;
level.wpToLink = -1;
}
else
{
self iPrintlnBold( "Auto link enabled" );
level.autoLink = true;
level.wpToLink = self.closest;
}
}
self.command = undefined;
while ( self useButtonPressed() && self attackButtonPressed() )
wait 0.05;
}
}
LoadWaypoints()
{
self DeleteAllWaypoints();
self iPrintlnBold( "Loading WPS..." );
load_waypoints();
wait 1;
self checkForWarnings();
}
checkForWarnings()
{
if ( level.waypointCount <= 0 )
self iprintln( "WARNING: waypointCount is " + level.waypointCount );
if ( level.waypointCount != level.waypoints.size )
self iprintln( "WARNING: waypointCount is not " + level.waypoints.size );
for ( i = 0; i < level.waypointCount; i++ )
{
if ( !isDefined( level.waypoints[i] ) )
{
self iprintln( "WARNING: waypoint " + i + " is undefined" );
continue;
}
if ( level.waypoints[i].children.size <= 0 )
self iprintln( "WARNING: waypoint " + i + " childCount is " + level.waypoints[i].children.size );
else
{
if ( !isDefined( level.waypoints[i].children ) || !isDefined( level.waypoints[i].children.size ) )
{
self iprintln( "WARNING: waypoint " + i + " children is not defined" );
}
else
{
for ( h = level.waypoints[i].children.size - 1; h >= 0; h-- )
{
child = level.waypoints[i].children[h];
if ( !isDefined( level.waypoints[child] ) )
self iprintln( "WARNING: waypoint " + i + " child " + child + " is undefined" );
else if ( child == i )
self iprintln( "WARNING: waypoint " + i + " child " + child + " is itself" );
}
}
}
if ( !isDefined( level.waypoints[i].type ) )
{
self iprintln( "WARNING: waypoint " + i + " type is undefined" );
continue;
}
if ( !isDefined( level.waypoints[i].angles ) && ( level.waypoints[i].type == "claymore" || level.waypoints[i].type == "tube" || ( level.waypoints[i].type == "crouch" && level.waypoints[i].children.size == 1 ) || level.waypoints[i].type == "climb" || level.waypoints[i].type == "grenade" ) )
self iprintln( "WARNING: waypoint " + i + " angles is undefined" );
}
}
DeleteAllWaypoints()
{
level.waypoints = [];
level.waypointCount = 0;
self iprintln( "DelAllWps" );
}
DeleteWaypoint( nwp )
{
if ( nwp == -1 || distance( self.origin, level.waypoints[nwp].origin ) > getDvarFloat( "bots_main_debug_minDist" ) )
{
self iprintln( "No close enough waypoint to delete." );
return;
}
level.wpToLink = -1;
for ( i = level.waypoints[nwp].children.size - 1; i >= 0; i-- )
{
child = level.waypoints[nwp].children[i];
level.waypoints[child].children = array_remove( level.waypoints[child].children, nwp );
}
for ( i = 0; i < level.waypointCount; i++ )
{
for ( h = level.waypoints[i].children.size - 1; h >= 0; h-- )
{
if ( level.waypoints[i].children[h] > nwp )
level.waypoints[i].children[h]--;
}
}
for ( entry = 0; entry < level.waypointCount; entry++ )
{
if ( entry == nwp )
{
while ( entry < level.waypointCount - 1 )
{
level.waypoints[entry] = level.waypoints[entry + 1];
entry++;
}
level.waypoints[entry] = undefined;
break;
}
}
level.waypointCount--;
self iprintln( "DelWp " + nwp );
}
addWaypoint( pos )
{
level.waypoints[level.waypointCount] = spawnstruct();
level.waypoints[level.waypointCount].origin = pos;
if ( self AdsButtonPressed() )
level.waypoints[level.waypointCount].type = "climb";
else if ( self AttackButtonPressed() && self UseButtonPressed() )
level.waypoints[level.waypointCount].type = "tube";
else if ( self AttackButtonPressed() )
level.waypoints[level.waypointCount].type = "grenade";
else if ( self UseButtonPressed() )
level.waypoints[level.waypointCount].type = "claymore";
else
level.waypoints[level.waypointCount].type = self getStance();
level.waypoints[level.waypointCount].angles = self getPlayerAngles();
level.waypoints[level.waypointCount].children = [];
self iprintln( level.waypoints[level.waypointCount].type + " Waypoint " + level.waypointCount + " Added at " + pos );
if ( level.autoLink )
{
if ( level.wpToLink == -1 )
level.wpToLink = level.waypointCount - 1;
level.waypointCount++;
self LinkWaypoint( level.waypointCount - 1 );
}
else
{
level.waypointCount++;
}
}
UnLinkWaypoint( nwp )
{
if ( nwp == -1 || distance( self.origin, level.waypoints[nwp].origin ) > getDvarFloat( "bots_main_debug_minDist" ) )
{
self iprintln( "Waypoint Unlink Cancelled " + level.wpToLink );
level.wpToLink = -1;
return;
}
if ( level.wpToLink == -1 || nwp == level.wpToLink )
{
level.wpToLink = nwp;
self iprintln( "Waypoint Unlink Started " + nwp );
return;
}
level.waypoints[nwp].children = array_remove( level.waypoints[nwp].children, level.wpToLink );
level.waypoints[level.wpToLink].children = array_remove( level.waypoints[level.wpToLink].children, nwp );
self iprintln( "Waypoint " + nwp + " Broken to " + level.wpToLink );
level.wpToLink = -1;
}
LinkWaypoint( nwp )
{
if ( nwp == -1 || distance( self.origin, level.waypoints[nwp].origin ) > getDvarFloat( "bots_main_debug_minDist" ) )
{
self iprintln( "Waypoint Link Cancelled " + level.wpToLink );
level.wpToLink = -1;
return;
}
if ( level.wpToLink == -1 || nwp == level.wpToLink )
{
level.wpToLink = nwp;
self iprintln( "Waypoint Link Started " + nwp );
return;
}
weGood = true;
for ( i = level.waypoints[level.wpToLink].children.size - 1; i >= 0; i-- )
{
if ( level.waypoints[level.wpToLink].children[i] == nwp )
{
weGood = false;
break;
}
}
if ( weGood )
{
for ( i = level.waypoints[nwp].children.size - 1; i >= 0; i-- )
{
if ( level.waypoints[nwp].children[i] == level.wpToLink )
{
weGood = false;
break;
}
}
}
if ( !weGood )
{
self iprintln( "Waypoint Link Cancelled " + nwp + " and " + level.wpToLink + " already linked." );
level.wpToLink = -1;
return;
}
level.waypoints[level.wpToLink].children[level.waypoints[level.wpToLink].children.size] = nwp;
level.waypoints[nwp].children[level.waypoints[nwp].children.size] = level.wpToLink;
self iprintln( "Waypoint " + nwp + " Linked to " + level.wpToLink );
level.wpToLink = -1;
}
destroyOnDeath( hud )
{
hud endon( "death" );
self waittill_either( "death", "disconnect" );
hud destroy();
}
textScroll( string )
{
self endon( "death" );
self endon( "disconnect" );
//thanks ActionScript
back = createBar( ( 0, 0, 0 ), 1000, 30 );
back setPoint( "CENTER", undefined, 0, 220 );
self thread destroyOnDeath( back );
text = createFontString( "default", 1.5 );
text setText( string );
self thread destroyOnDeath( text );
for ( ;; )
{
text setPoint( "CENTER", undefined, 1200, 220 );
text setPoint( "CENTER", undefined, -1200, 220, 20 );
wait 20;
}
}

View File

@ -1,845 +0,0 @@
Killhouse()
{
waypoints = [];
waypoints[0] = spawnstruct();
waypoints[0].origin = (1181.56,148.431,28.125);
waypoints[0].type = "stand";
waypoints[0].childCount = 2;
waypoints[0].children[0] = 1;
waypoints[0].children[1] = 11;
waypoints[1] = spawnstruct();
waypoints[1].origin = (1094.79,153.256,80.125);
waypoints[1].type = "stand";
waypoints[1].childCount = 2;
waypoints[1].children[0] = 0;
waypoints[1].children[1] = 2;
waypoints[2] = spawnstruct();
waypoints[2].origin = (488.403,150.541,80.125);
waypoints[2].type = "stand";
waypoints[2].childCount = 2;
waypoints[2].children[0] = 1;
waypoints[2].children[1] = 3;
waypoints[3] = spawnstruct();
waypoints[3].origin = (391.899,153.36,28.125);
waypoints[3].type = "stand";
waypoints[3].childCount = 3;
waypoints[3].children[0] = 2;
waypoints[3].children[1] = 4;
waypoints[3].children[2] = 5;
waypoints[4] = spawnstruct();
waypoints[4].origin = (401.059,239.669,28.125);
waypoints[4].type = "stand";
waypoints[4].childCount = 6;
waypoints[4].children[0] = 3;
waypoints[4].children[1] = 5;
waypoints[4].children[2] = 13;
waypoints[4].children[3] = 6;
waypoints[4].children[4] = 8;
waypoints[4].children[5] = 86;
waypoints[5] = spawnstruct();
waypoints[5].origin = (124.215,210.283,28.125);
waypoints[5].type = "stand";
waypoints[5].childCount = 4;
waypoints[5].children[0] = 4;
waypoints[5].children[1] = 6;
waypoints[5].children[2] = 3;
waypoints[5].children[3] = 86;
waypoints[6] = spawnstruct();
waypoints[6].origin = (412.98,445.891,28.125);
waypoints[6].type = "stand";
waypoints[6].childCount = 8;
waypoints[6].children[0] = 7;
waypoints[6].children[1] = 4;
waypoints[6].children[2] = 5;
waypoints[6].children[3] = 13;
waypoints[6].children[4] = 68;
waypoints[6].children[5] = 67;
waypoints[6].children[6] = 69;
waypoints[6].children[7] = 86;
waypoints[7] = spawnstruct();
waypoints[7].origin = (546.57,448.066,28.125);
waypoints[7].type = "stand";
waypoints[7].childCount = 4;
waypoints[7].children[0] = 6;
waypoints[7].children[1] = 8;
waypoints[7].children[2] = 13;
waypoints[7].children[3] = 67;
waypoints[8] = spawnstruct();
waypoints[8].origin = (686.556,444.51,28.125);
waypoints[8].type = "stand";
waypoints[8].childCount = 5;
waypoints[8].children[0] = 7;
waypoints[8].children[1] = 9;
waypoints[8].children[2] = 13;
waypoints[8].children[3] = 14;
waypoints[8].children[4] = 4;
waypoints[9] = spawnstruct();
waypoints[9].origin = (836.351,440.111,28.125);
waypoints[9].type = "stand";
waypoints[9].childCount = 4;
waypoints[9].children[0] = 8;
waypoints[9].children[1] = 10;
waypoints[9].children[2] = 12;
waypoints[9].children[3] = 18;
waypoints[10] = spawnstruct();
waypoints[10].origin = (948.997,437.246,28.125);
waypoints[10].type = "stand";
waypoints[10].childCount = 6;
waypoints[10].children[0] = 9;
waypoints[10].children[1] = 12;
waypoints[10].children[2] = 11;
waypoints[10].children[3] = 18;
waypoints[10].children[4] = 24;
waypoints[10].children[5] = 88;
waypoints[11] = spawnstruct();
waypoints[11].origin = (1159.55,316.005,28.125);
waypoints[11].type = "stand";
waypoints[11].childCount = 4;
waypoints[11].children[0] = 0;
waypoints[11].children[1] = 12;
waypoints[11].children[2] = 10;
waypoints[11].children[3] = 88;
waypoints[12] = spawnstruct();
waypoints[12].origin = (890.993,266.089,28.125);
waypoints[12].type = "stand";
waypoints[12].childCount = 4;
waypoints[12].children[0] = 11;
waypoints[12].children[1] = 13;
waypoints[12].children[2] = 10;
waypoints[12].children[3] = 9;
waypoints[13] = spawnstruct();
waypoints[13].origin = (580.602,251.012,28.125);
waypoints[13].type = "stand";
waypoints[13].childCount = 5;
waypoints[13].children[0] = 4;
waypoints[13].children[1] = 12;
waypoints[13].children[2] = 7;
waypoints[13].children[3] = 6;
waypoints[13].children[4] = 8;
waypoints[14] = spawnstruct();
waypoints[14].origin = (724.843,589.895,28.125);
waypoints[14].type = "stand";
waypoints[14].childCount = 4;
waypoints[14].children[0] = 8;
waypoints[14].children[1] = 15;
waypoints[14].children[2] = 16;
waypoints[14].children[3] = 89;
waypoints[15] = spawnstruct();
waypoints[15].origin = (689.658,738.037,60.125);
waypoints[15].type = "stand";
waypoints[15].childCount = 2;
waypoints[15].children[0] = 14;
waypoints[15].children[1] = 17;
waypoints[16] = spawnstruct();
waypoints[16].origin = (782.19,740.27,60.125);
waypoints[16].type = "stand";
waypoints[16].childCount = 2;
waypoints[16].children[0] = 14;
waypoints[16].children[1] = 17;
waypoints[17] = spawnstruct();
waypoints[17].origin = (738.365,860.821,28.125);
waypoints[17].type = "stand";
waypoints[17].childCount = 4;
waypoints[17].children[0] = 16;
waypoints[17].children[1] = 15;
waypoints[17].children[2] = 25;
waypoints[17].children[3] = 66;
waypoints[18] = spawnstruct();
waypoints[18].origin = (892.884,503.932,50.125);
waypoints[18].type = "stand";
waypoints[18].childCount = 3;
waypoints[18].children[0] = 9;
waypoints[18].children[1] = 10;
waypoints[18].children[2] = 19;
waypoints[19] = spawnstruct();
waypoints[19].origin = (889.55,614.586,156.125);
waypoints[19].type = "stand";
waypoints[19].childCount = 2;
waypoints[19].children[0] = 18;
waypoints[19].children[1] = 20;
waypoints[20] = spawnstruct();
waypoints[20].origin = (821.734,700.728,156.125);
waypoints[20].type = "stand";
waypoints[20].childCount = 3;
waypoints[20].children[0] = 19;
waypoints[20].children[1] = 21;
waypoints[20].children[2] = 23;
waypoints[21] = spawnstruct();
waypoints[21].origin = (704.143,709.897,156.125);
waypoints[21].type = "stand";
waypoints[21].childCount = 2;
waypoints[21].children[0] = 20;
waypoints[21].children[1] = 22;
waypoints[22] = spawnstruct();
waypoints[22].origin = (660.627,556.142,156.125);
waypoints[22].type = "stand";
waypoints[22].childCount = 2;
waypoints[22].children[0] = 21;
waypoints[22].children[1] = 23;
waypoints[23] = spawnstruct();
waypoints[23].origin = (757.048,539.674,156.125);
waypoints[23].type = "stand";
waypoints[23].childCount = 2;
waypoints[23].children[0] = 22;
waypoints[23].children[1] = 20;
waypoints[24] = spawnstruct();
waypoints[24].origin = (1004.58,582.486,28.125);
waypoints[24].type = "stand";
waypoints[24].childCount = 4;
waypoints[24].children[0] = 10;
waypoints[24].children[1] = 25;
waypoints[24].children[2] = 101;
waypoints[24].children[3] = 103;
waypoints[25] = spawnstruct();
waypoints[25].origin = (1029.19,824.597,28.125);
waypoints[25].type = "stand";
waypoints[25].childCount = 5;
waypoints[25].children[0] = 17;
waypoints[25].children[1] = 26;
waypoints[25].children[2] = 27;
waypoints[25].children[3] = 24;
waypoints[25].children[4] = 103;
waypoints[26] = spawnstruct();
waypoints[26].origin = (952.182,1052.15,28.125);
waypoints[26].type = "stand";
waypoints[26].childCount = 5;
waypoints[26].children[0] = 25;
waypoints[26].children[1] = 27;
waypoints[26].children[2] = 28;
waypoints[26].children[3] = 29;
waypoints[26].children[4] = 73;
waypoints[27] = spawnstruct();
waypoints[27].origin = (1092.87,982.674,28.125);
waypoints[27].type = "stand";
waypoints[27].childCount = 5;
waypoints[27].children[0] = 25;
waypoints[27].children[1] = 26;
waypoints[27].children[2] = 28;
waypoints[27].children[3] = 90;
waypoints[27].children[4] = 103;
waypoints[28] = spawnstruct();
waypoints[28].origin = (1215.84,1133.62,28.125);
waypoints[28].type = "stand";
waypoints[28].childCount = 4;
waypoints[28].children[0] = 27;
waypoints[28].children[1] = 26;
waypoints[28].children[2] = 33;
waypoints[28].children[3] = 90;
waypoints[29] = spawnstruct();
waypoints[29].origin = (808.471,1142.11,28.125);
waypoints[29].type = "stand";
waypoints[29].childCount = 4;
waypoints[29].children[0] = 26;
waypoints[29].children[1] = 30;
waypoints[29].children[2] = 65;
waypoints[29].children[3] = 66;
waypoints[30] = spawnstruct();
waypoints[30].origin = (953.341,1289.21,28.125);
waypoints[30].type = "stand";
waypoints[30].childCount = 5;
waypoints[30].children[0] = 29;
waypoints[30].children[1] = 31;
waypoints[30].children[2] = 34;
waypoints[30].children[3] = 63;
waypoints[30].children[4] = 64;
waypoints[31] = spawnstruct();
waypoints[31].origin = (929.05,1665.76,28.125);
waypoints[31].type = "stand";
waypoints[31].childCount = 4;
waypoints[31].children[0] = 30;
waypoints[31].children[1] = 32;
waypoints[31].children[2] = 62;
waypoints[31].children[3] = 63;
waypoints[32] = spawnstruct();
waypoints[32].origin = (1029.84,1676.12,60.125);
waypoints[32].type = "stand";
waypoints[32].childCount = 2;
waypoints[32].children[0] = 31;
waypoints[32].children[1] = 84;
waypoints[33] = spawnstruct();
waypoints[33].origin = (1149.13,1318.31,28.125);
waypoints[33].type = "stand";
waypoints[33].childCount = 4;
waypoints[33].children[0] = 34;
waypoints[33].children[1] = 28;
waypoints[33].children[2] = 91;
waypoints[33].children[3] = 92;
waypoints[34] = spawnstruct();
waypoints[34].origin = (1044.88,1301.19,60.125);
waypoints[34].type = "stand";
waypoints[34].childCount = 2;
waypoints[34].children[0] = 33;
waypoints[34].children[1] = 30;
waypoints[35] = spawnstruct();
waypoints[35].origin = (1227.16,1921.76,28.125);
waypoints[35].type = "stand";
waypoints[35].childCount = 6;
waypoints[35].children[0] = 39;
waypoints[35].children[1] = 38;
waypoints[35].children[2] = 62;
waypoints[35].children[3] = 84;
waypoints[35].children[4] = 93;
waypoints[35].children[5] = 94;
waypoints[36] = spawnstruct();
waypoints[36].origin = (981.053,2281.89,28.125);
waypoints[36].type = "stand";
waypoints[36].childCount = 4;
waypoints[36].children[0] = 37;
waypoints[36].children[1] = 40;
waypoints[36].children[2] = 41;
waypoints[36].children[3] = 42;
waypoints[37] = spawnstruct();
waypoints[37].origin = (928.878,2123.83,60.125);
waypoints[37].type = "stand";
waypoints[37].childCount = 3;
waypoints[37].children[0] = 36;
waypoints[37].children[1] = 38;
waypoints[37].children[2] = 42;
waypoints[38] = spawnstruct();
waypoints[38].origin = (939.541,1963.59,28.125);
waypoints[38].type = "stand";
waypoints[38].childCount = 5;
waypoints[38].children[0] = 39;
waypoints[38].children[1] = 35;
waypoints[38].children[2] = 37;
waypoints[38].children[3] = 59;
waypoints[38].children[4] = 62;
waypoints[39] = spawnstruct();
waypoints[39].origin = (1076.47,2020.68,28.125);
waypoints[39].type = "stand";
waypoints[39].childCount = 3;
waypoints[39].children[0] = 35;
waypoints[39].children[1] = 38;
waypoints[39].children[2] = 40;
waypoints[40] = spawnstruct();
waypoints[40].origin = (1120.26,2201.66,28.125);
waypoints[40].type = "stand";
waypoints[40].childCount = 3;
waypoints[40].children[0] = 39;
waypoints[40].children[1] = 36;
waypoints[40].children[2] = 41;
waypoints[41] = spawnstruct();
waypoints[41].origin = (1186.71,2334.35,28.125);
waypoints[41].type = "stand";
waypoints[41].childCount = 4;
waypoints[41].children[0] = 40;
waypoints[41].children[1] = 36;
waypoints[41].children[2] = 42;
waypoints[41].children[3] = 96;
waypoints[42] = spawnstruct();
waypoints[42].origin = (794.13,2412.11,28.125);
waypoints[42].type = "stand";
waypoints[42].childCount = 9;
waypoints[42].children[0] = 36;
waypoints[42].children[1] = 37;
waypoints[42].children[2] = 41;
waypoints[42].children[3] = 43;
waypoints[42].children[4] = 45;
waypoints[42].children[5] = 44;
waypoints[42].children[6] = 46;
waypoints[42].children[7] = 47;
waypoints[42].children[8] = 48;
waypoints[43] = spawnstruct();
waypoints[43].origin = (1168.55,2471.78,28.125);
waypoints[43].type = "stand";
waypoints[43].childCount = 3;
waypoints[43].children[0] = 42;
waypoints[43].children[1] = 44;
waypoints[43].children[2] = 45;
waypoints[44] = spawnstruct();
waypoints[44].origin = (1188.65,2574.37,28.125);
waypoints[44].type = "stand";
waypoints[44].childCount = 3;
waypoints[44].children[0] = 43;
waypoints[44].children[1] = 45;
waypoints[44].children[2] = 42;
waypoints[45] = spawnstruct();
waypoints[45].origin = (871.363,2570.3,28.125);
waypoints[45].type = "stand";
waypoints[45].childCount = 4;
waypoints[45].children[0] = 44;
waypoints[45].children[1] = 42;
waypoints[45].children[2] = 43;
waypoints[45].children[3] = 48;
waypoints[46] = spawnstruct();
waypoints[46].origin = (710.182,2313.92,28.125);
waypoints[46].type = "stand";
waypoints[46].childCount = 4;
waypoints[46].children[0] = 42;
waypoints[46].children[1] = 47;
waypoints[46].children[2] = 60;
waypoints[46].children[3] = 61;
waypoints[47] = spawnstruct();
waypoints[47].origin = (639.393,2390.73,28.125);
waypoints[47].type = "stand";
waypoints[47].childCount = 5;
waypoints[47].children[0] = 46;
waypoints[47].children[1] = 42;
waypoints[47].children[2] = 48;
waypoints[47].children[3] = 49;
waypoints[47].children[4] = 50;
waypoints[48] = spawnstruct();
waypoints[48].origin = (604.445,2550.02,28.125);
waypoints[48].type = "stand";
waypoints[48].childCount = 5;
waypoints[48].children[0] = 45;
waypoints[48].children[1] = 47;
waypoints[48].children[2] = 42;
waypoints[48].children[3] = 50;
waypoints[48].children[4] = 51;
waypoints[49] = spawnstruct();
waypoints[49].origin = (553.371,2318.72,50.125);
waypoints[49].type = "stand";
waypoints[49].childCount = 3;
waypoints[49].children[0] = 47;
waypoints[49].children[1] = 50;
waypoints[49].children[2] = 106;
waypoints[50] = spawnstruct();
waypoints[50].origin = (456.722,2430.49,28.125);
waypoints[50].type = "stand";
waypoints[50].childCount = 8;
waypoints[50].children[0] = 49;
waypoints[50].children[1] = 48;
waypoints[50].children[2] = 47;
waypoints[50].children[3] = 51;
waypoints[50].children[4] = 52;
waypoints[50].children[5] = 54;
waypoints[50].children[6] = 53;
waypoints[50].children[7] = 97;
waypoints[51] = spawnstruct();
waypoints[51].origin = (259.984,2581.73,28.125);
waypoints[51].type = "stand";
waypoints[51].childCount = 3;
waypoints[51].children[0] = 48;
waypoints[51].children[1] = 50;
waypoints[51].children[2] = 98;
waypoints[52] = spawnstruct();
waypoints[52].origin = (394.979,2269.04,28.125);
waypoints[52].type = "stand";
waypoints[52].childCount = 3;
waypoints[52].children[0] = 50;
waypoints[52].children[1] = 57;
waypoints[52].children[2] = 53;
waypoints[53] = spawnstruct();
waypoints[53].origin = (291.176,2246.97,28.125);
waypoints[53].type = "stand";
waypoints[53].childCount = 5;
waypoints[53].children[0] = 50;
waypoints[53].children[1] = 55;
waypoints[53].children[2] = 52;
waypoints[53].children[3] = 54;
waypoints[53].children[4] = 85;
waypoints[54] = spawnstruct();
waypoints[54].origin = (98.4385,2222.46,28.125);
waypoints[54].type = "stand";
waypoints[54].childCount = 4;
waypoints[54].children[0] = 50;
waypoints[54].children[1] = 53;
waypoints[54].children[2] = 58;
waypoints[54].children[3] = 85;
waypoints[55] = spawnstruct();
waypoints[55].origin = (218.456,2011.41,28.125);
waypoints[55].type = "stand";
waypoints[55].childCount = 4;
waypoints[55].children[0] = 53;
waypoints[55].children[1] = 56;
waypoints[55].children[2] = 81;
waypoints[55].children[3] = 105;
waypoints[56] = spawnstruct();
waypoints[56].origin = (361.233,1982.66,28.125);
waypoints[56].type = "stand";
waypoints[56].childCount = 4;
waypoints[56].children[0] = 55;
waypoints[56].children[1] = 57;
waypoints[56].children[2] = 59;
waypoints[56].children[3] = 81;
waypoints[57] = spawnstruct();
waypoints[57].origin = (375.537,2073.62,60.125);
waypoints[57].type = "stand";
waypoints[57].childCount = 2;
waypoints[57].children[0] = 56;
waypoints[57].children[1] = 52;
waypoints[58] = spawnstruct();
waypoints[58].origin = (74.3311,2083.72,60.125);
waypoints[58].type = "stand";
waypoints[58].childCount = 2;
waypoints[58].children[0] = 54;
waypoints[58].children[1] = 105;
waypoints[59] = spawnstruct();
waypoints[59].origin = (662.975,1986.09,28.125);
waypoints[59].type = "stand";
waypoints[59].childCount = 6;
waypoints[59].children[0] = 56;
waypoints[59].children[1] = 38;
waypoints[59].children[2] = 60;
waypoints[59].children[3] = 61;
waypoints[59].children[4] = 62;
waypoints[59].children[5] = 81;
waypoints[60] = spawnstruct();
waypoints[60].origin = (635.091,2077.18,60.125);
waypoints[60].type = "stand";
waypoints[60].childCount = 2;
waypoints[60].children[0] = 59;
waypoints[60].children[1] = 46;
waypoints[61] = spawnstruct();
waypoints[61].origin = (722.706,2098.12,60.125);
waypoints[61].type = "stand";
waypoints[61].childCount = 2;
waypoints[61].children[0] = 46;
waypoints[61].children[1] = 59;
waypoints[62] = spawnstruct();
waypoints[62].origin = (846.771,1809.78,28.125);
waypoints[62].type = "stand";
waypoints[62].childCount = 5;
waypoints[62].children[0] = 38;
waypoints[62].children[1] = 59;
waypoints[62].children[2] = 31;
waypoints[62].children[3] = 35;
waypoints[62].children[4] = 63;
waypoints[63] = spawnstruct();
waypoints[63].origin = (761.789,1610.09,28.125);
waypoints[63].type = "stand";
waypoints[63].childCount = 5;
waypoints[63].children[0] = 62;
waypoints[63].children[1] = 31;
waypoints[63].children[2] = 30;
waypoints[63].children[3] = 64;
waypoints[63].children[4] = 80;
waypoints[64] = spawnstruct();
waypoints[64].origin = (749.754,1459.28,28.125);
waypoints[64].type = "stand";
waypoints[64].childCount = 6;
waypoints[64].children[0] = 63;
waypoints[64].children[1] = 65;
waypoints[64].children[2] = 78;
waypoints[64].children[3] = 80;
waypoints[64].children[4] = 30;
waypoints[64].children[5] = 109;
waypoints[65] = spawnstruct();
waypoints[65].origin = (691.641,1208.28,28.125);
waypoints[65].type = "stand";
waypoints[65].childCount = 5;
waypoints[65].children[0] = 64;
waypoints[65].children[1] = 29;
waypoints[65].children[2] = 66;
waypoints[65].children[3] = 78;
waypoints[65].children[4] = 73;
waypoints[66] = spawnstruct();
waypoints[66].origin = (650.532,877.419,28.125);
waypoints[66].type = "stand";
waypoints[66].childCount = 5;
waypoints[66].children[0] = 65;
waypoints[66].children[1] = 17;
waypoints[66].children[2] = 67;
waypoints[66].children[3] = 29;
waypoints[66].children[4] = 78;
waypoints[67] = spawnstruct();
waypoints[67].origin = (544.701,793.649,28.125);
waypoints[67].type = "stand";
waypoints[67].childCount = 6;
waypoints[67].children[0] = 66;
waypoints[67].children[1] = 7;
waypoints[67].children[2] = 6;
waypoints[67].children[3] = 68;
waypoints[67].children[4] = 72;
waypoints[67].children[5] = 73;
waypoints[68] = spawnstruct();
waypoints[68].origin = (335.603,653.458,28.125);
waypoints[68].type = "stand";
waypoints[68].childCount = 4;
waypoints[68].children[0] = 6;
waypoints[68].children[1] = 67;
waypoints[68].children[2] = 69;
waypoints[68].children[3] = 70;
waypoints[69] = spawnstruct();
waypoints[69].origin = (144.44,561.733,28.125);
waypoints[69].type = "stand";
waypoints[69].childCount = 3;
waypoints[69].children[0] = 68;
waypoints[69].children[1] = 70;
waypoints[69].children[2] = 6;
waypoints[70] = spawnstruct();
waypoints[70].origin = (232.662,709.075,28.125);
waypoints[70].type = "stand";
waypoints[70].childCount = 3;
waypoints[70].children[0] = 69;
waypoints[70].children[1] = 68;
waypoints[70].children[2] = 71;
waypoints[71] = spawnstruct();
waypoints[71].origin = (234.977,764.208,60.125);
waypoints[71].type = "stand";
waypoints[71].childCount = 2;
waypoints[71].children[0] = 70;
waypoints[71].children[1] = 72;
waypoints[72] = spawnstruct();
waypoints[72].origin = (218.863,847.94,28.125);
waypoints[72].type = "stand";
waypoints[72].childCount = 4;
waypoints[72].children[0] = 71;
waypoints[72].children[1] = 67;
waypoints[72].children[2] = 73;
waypoints[72].children[3] = 104;
waypoints[73] = spawnstruct();
waypoints[73].origin = (367.448,1003.93,28.125);
waypoints[73].type = "stand";
waypoints[73].childCount = 6;
waypoints[73].children[0] = 67;
waypoints[73].children[1] = 72;
waypoints[73].children[2] = 77;
waypoints[73].children[3] = 78;
waypoints[73].children[4] = 26;
waypoints[73].children[5] = 65;
waypoints[74] = spawnstruct();
waypoints[74].origin = (57.1662,1233.93,28.125);
waypoints[74].type = "stand";
waypoints[74].childCount = 3;
waypoints[74].children[0] = 75;
waypoints[74].children[1] = 76;
waypoints[74].children[2] = 104;
waypoints[75] = spawnstruct();
waypoints[75].origin = (49.9737,1440.71,28.125);
waypoints[75].type = "stand";
waypoints[75].childCount = 2;
waypoints[75].children[0] = 74;
waypoints[75].children[1] = 76;
waypoints[76] = spawnstruct();
waypoints[76].origin = (295.812,1487.62,28.125);
waypoints[76].type = "stand";
waypoints[76].childCount = 6;
waypoints[76].children[0] = 74;
waypoints[76].children[1] = 75;
waypoints[76].children[2] = 78;
waypoints[76].children[3] = 79;
waypoints[76].children[4] = 81;
waypoints[76].children[5] = 82;
waypoints[77] = spawnstruct();
waypoints[77].origin = (238.297,1201.9,28.125);
waypoints[77].type = "stand";
waypoints[77].childCount = 1;
waypoints[77].children[0] = 73;
waypoints[78] = spawnstruct();
waypoints[78].origin = (579.117,1227.48,28.125);
waypoints[78].type = "stand";
waypoints[78].childCount = 6;
waypoints[78].children[0] = 73;
waypoints[78].children[1] = 76;
waypoints[78].children[2] = 65;
waypoints[78].children[3] = 66;
waypoints[78].children[4] = 64;
waypoints[78].children[5] = 79;
waypoints[79] = spawnstruct();
waypoints[79].origin = (498.169,1561.09,28.125);
waypoints[79].type = "stand";
waypoints[79].childCount = 3;
waypoints[79].children[0] = 76;
waypoints[79].children[1] = 78;
waypoints[79].children[2] = 80;
waypoints[80] = spawnstruct();
waypoints[80].origin = (550.791,1741.92,28.125);
waypoints[80].type = "stand";
waypoints[80].childCount = 4;
waypoints[80].children[0] = 79;
waypoints[80].children[1] = 81;
waypoints[80].children[2] = 63;
waypoints[80].children[3] = 64;
waypoints[81] = spawnstruct();
waypoints[81].origin = (429.149,1830.74,28.125);
waypoints[81].type = "stand";
waypoints[81].childCount = 6;
waypoints[81].children[0] = 80;
waypoints[81].children[1] = 76;
waypoints[81].children[2] = 82;
waypoints[81].children[3] = 55;
waypoints[81].children[4] = 56;
waypoints[81].children[5] = 59;
waypoints[82] = spawnstruct();
waypoints[82].origin = (221.076,1709.51,28.125);
waypoints[82].type = "stand";
waypoints[82].childCount = 3;
waypoints[82].children[0] = 81;
waypoints[82].children[1] = 83;
waypoints[82].children[2] = 76;
waypoints[83] = spawnstruct();
waypoints[83].origin = (83.9234,1695.33,28.125);
waypoints[83].type = "stand";
waypoints[83].childCount = 2;
waypoints[83].children[0] = 82;
waypoints[83].children[1] = 105;
waypoints[84] = spawnstruct();
waypoints[84].origin = (1174.9,1663.86,28.125);
waypoints[84].type = "stand";
waypoints[84].childCount = 3;
waypoints[84].children[0] = 35;
waypoints[84].children[1] = 32;
waypoints[84].children[2] = 100;
waypoints[85] = spawnstruct();
waypoints[85].origin = (70.0231,2366.4,28.125);
waypoints[85].type = "stand";
waypoints[85].childCount = 2;
waypoints[85].children[0] = 54;
waypoints[85].children[1] = 53;
waypoints[86] = spawnstruct();
waypoints[86].origin = (52.4273,446.677,28.125);
waypoints[86].type = "stand";
waypoints[86].childCount = 3;
waypoints[86].children[0] = 5;
waypoints[86].children[1] = 6;
waypoints[86].children[2] = 4;
waypoints[87] = spawnstruct();
waypoints[87].origin = (1275,455.869,28.125);
waypoints[87].type = "stand";
waypoints[87].childCount = 1;
waypoints[87].children[0] = 88;
waypoints[88] = spawnstruct();
waypoints[88].origin = (1151.95,470.155,28.125);
waypoints[88].type = "stand";
waypoints[88].childCount = 3;
waypoints[88].children[0] = 87;
waypoints[88].children[1] = 11;
waypoints[88].children[2] = 10;
waypoints[89] = spawnstruct();
waypoints[89].origin = (876.306,679.683,28.125);
waypoints[89].type = "stand";
waypoints[89].childCount = 1;
waypoints[89].children[0] = 14;
waypoints[90] = spawnstruct();
waypoints[90].origin = (1293.84,913.475,28.125);
waypoints[90].type = "stand";
waypoints[90].childCount = 2;
waypoints[90].children[0] = 28;
waypoints[90].children[1] = 27;
waypoints[91] = spawnstruct();
waypoints[91].origin = (1238.44,1457.36,28.125);
waypoints[91].type = "stand";
waypoints[91].childCount = 2;
waypoints[91].children[0] = 33;
waypoints[91].children[1] = 92;
waypoints[92] = spawnstruct();
waypoints[92].origin = (1135.87,1453.89,28.125);
waypoints[92].type = "stand";
waypoints[92].childCount = 3;
waypoints[92].children[0] = 33;
waypoints[92].children[1] = 91;
waypoints[92].children[2] = 100;
waypoints[93] = spawnstruct();
waypoints[93].origin = (1289.65,2119.4,28.125);
waypoints[93].type = "stand";
waypoints[93].childCount = 2;
waypoints[93].children[0] = 94;
waypoints[93].children[1] = 35;
waypoints[94] = spawnstruct();
waypoints[94].origin = (1224.96,2095.72,28.125);
waypoints[94].type = "stand";
waypoints[94].childCount = 3;
waypoints[94].children[0] = 93;
waypoints[94].children[1] = 35;
waypoints[94].children[2] = 95;
waypoints[95] = spawnstruct();
waypoints[95].origin = (1241.72,2149.57,60.125);
waypoints[95].type = "stand";
waypoints[95].childCount = 2;
waypoints[95].children[0] = 94;
waypoints[95].children[1] = 96;
waypoints[96] = spawnstruct();
waypoints[96].origin = (1226.45,2209.46,28.125);
waypoints[96].type = "stand";
waypoints[96].childCount = 2;
waypoints[96].children[0] = 95;
waypoints[96].children[1] = 41;
waypoints[97] = spawnstruct();
waypoints[97].origin = (27.9452,2471.29,28.125);
waypoints[97].type = "stand";
waypoints[97].childCount = 2;
waypoints[97].children[0] = 98;
waypoints[97].children[1] = 50;
waypoints[98] = spawnstruct();
waypoints[98].origin = (42.7472,2574.31,28.125);
waypoints[98].type = "stand";
waypoints[98].childCount = 2;
waypoints[98].children[0] = 97;
waypoints[98].children[1] = 51;
waypoints[99] = spawnstruct();
waypoints[99].origin = (1213.21,1534.44,28.125);
waypoints[99].type = "stand";
waypoints[99].childCount = 1;
waypoints[99].children[0] = 100;
waypoints[100] = spawnstruct();
waypoints[100].origin = (1141.68,1513.85,28.125);
waypoints[100].type = "stand";
waypoints[100].childCount = 3;
waypoints[100].children[0] = 99;
waypoints[100].children[1] = 92;
waypoints[100].children[2] = 84;
waypoints[101] = spawnstruct();
waypoints[101].origin = (1272.17,557.036,28.125);
waypoints[101].type = "stand";
waypoints[101].childCount = 3;
waypoints[101].children[0] = 102;
waypoints[101].children[1] = 24;
waypoints[101].children[2] = 103;
waypoints[102] = spawnstruct();
waypoints[102].origin = (1280.78,828.297,28.125);
waypoints[102].type = "stand";
waypoints[102].childCount = 2;
waypoints[102].children[0] = 101;
waypoints[102].children[1] = 103;
waypoints[103] = spawnstruct();
waypoints[103].origin = (1124.55,800.407,28.125);
waypoints[103].type = "stand";
waypoints[103].childCount = 5;
waypoints[103].children[0] = 25;
waypoints[103].children[1] = 102;
waypoints[103].children[2] = 101;
waypoints[103].children[3] = 24;
waypoints[103].children[4] = 27;
waypoints[104] = spawnstruct();
waypoints[104].origin = (64.1468,828.055,28.125);
waypoints[104].type = "stand";
waypoints[104].childCount = 2;
waypoints[104].children[0] = 72;
waypoints[104].children[1] = 74;
waypoints[105] = spawnstruct();
waypoints[105].origin = (71.0671,2040.7,28.125);
waypoints[105].type = "stand";
waypoints[105].childCount = 3;
waypoints[105].children[0] = 58;
waypoints[105].children[1] = 83;
waypoints[105].children[2] = 55;
waypoints[106] = spawnstruct();
waypoints[106].origin = (544.506,2130.72,156.125);
waypoints[106].type = "stand";
waypoints[106].childCount = 3;
waypoints[106].children[0] = 49;
waypoints[106].children[1] = 107;
waypoints[106].children[2] = 108;
waypoints[107] = spawnstruct();
waypoints[107].origin = (755.036,2119.37,156.125);
waypoints[107].type = "stand";
waypoints[107].childCount = 2;
waypoints[107].children[0] = 106;
waypoints[107].children[1] = 108;
waypoints[108] = spawnstruct();
waypoints[108].origin = (736.684,2279.45,156.125);
waypoints[108].type = "stand";
waypoints[108].childCount = 2;
waypoints[108].children[0] = 107;
waypoints[108].children[1] = 106;
waypoints[109] = spawnstruct();
waypoints[109].origin = (719.125,1442.05,28.125);
waypoints[109].type = "stand";
waypoints[109].childCount = 2;
waypoints[109].children[0] = 64;
waypoints[109].children[1] = 110;
waypoints[110] = spawnstruct();
waypoints[110].origin = (701.565,1440.57,260.125);
waypoints[110].type = "stand";
waypoints[110].childCount = 2;
waypoints[110].children[0] = 109;
waypoints[110].children[1] = 111;
waypoints[111] = spawnstruct();
waypoints[111].origin = (590.653,1439.15,260.125);
waypoints[111].type = "stand";
waypoints[111].childCount = 1;
waypoints[111].children[0] = 110;
return waypoints;
}

View File

@ -1,529 +0,0 @@
Shipment()
{
/* 16:52 */waypoints = [];
/* 16:52 */waypoints[0] = spawnstruct();
/* 16:52 */waypoints[0].origin = (-1.7, 406.3, 192);
/* 16:52 */waypoints[0].type = "stand";
/* 16:52 */waypoints[0].childCount = 5;
/* 16:52 */waypoints[0].children[0] = 6;
/* 16:52 */waypoints[0].children[1] = 19;
/* 16:52 */waypoints[0].children[2] = 3;
/* 16:52 */waypoints[0].children[3] = 27;
/* 16:52 */waypoints[0].children[4] = 57;
/* 16:52 */waypoints[1] = spawnstruct();
/* 16:52 */waypoints[1].origin = (-686, 278.79, 202.6);
/* 16:52 */waypoints[1].type = "stand";
/* 16:52 */waypoints[1].childCount = 3;
/* 16:52 */waypoints[1].children[0] = 3;
/* 16:52 */waypoints[1].children[1] = 2;
/* 16:52 */waypoints[1].children[2] = 28;
/* 16:52 */waypoints[2] = spawnstruct();
/* 16:52 */waypoints[2].origin = (-669, 706.1, 193);
/* 16:52 */waypoints[2].type = "stand";
/* 16:52 */waypoints[2].childCount = 4;
/* 16:52 */waypoints[2].children[0] = 1;
/* 16:52 */waypoints[2].children[1] = 4;
/* 16:52 */waypoints[2].children[2] = 49;
/* 16:52 */waypoints[2].children[3] = 50;
/* 16:52 */waypoints[3] = spawnstruct();
/* 16:52 */waypoints[3].origin = (-442.2, 384.5, 194.2);
/* 16:52 */waypoints[3].type = "stand";
/* 16:52 */waypoints[3].childCount = 6;
/* 16:52 */waypoints[3].children[0] = 1;
/* 16:52 */waypoints[3].children[1] = 4;
/* 16:52 */waypoints[3].children[2] = 0;
/* 16:52 */waypoints[3].children[3] = 16;
/* 16:52 */waypoints[3].children[4] = 27;
/* 16:52 */waypoints[3].children[5] = 28;
/* 16:52 */waypoints[4] = spawnstruct();
/* 16:52 */waypoints[4].origin = (-127.28, 730.6, 193.6);
/* 16:52 */waypoints[4].type = "stand";
/* 16:52 */waypoints[4].childCount = 3;
/* 16:52 */waypoints[4].children[0] = 3;
/* 16:52 */waypoints[4].children[1] = 2;
/* 16:52 */waypoints[4].children[2] = 32;
/* 16:52 */waypoints[5] = spawnstruct();
/* 16:52 */waypoints[5].origin = (208.3, 586.4, 197.1);
/* 16:52 */waypoints[5].type = "stand";
/* 16:52 */waypoints[5].childCount = 4;
/* 16:52 */waypoints[5].children[0] = 6;
/* 16:52 */waypoints[5].children[1] = 4;
/* 16:52 */waypoints[5].children[2] = 35;
/* 16:52 */waypoints[5].children[3] = 71;
/* 16:52 */waypoints[6] = spawnstruct();
/* 16:52 */waypoints[6].origin = (450.1, 385.7, 192);
/* 16:52 */waypoints[6].type = "stand";
/* 16:52 */waypoints[6].childCount = 5;
/* 16:52 */waypoints[6].children[0] = 7;
/* 16:52 */waypoints[6].children[1] = 0;
/* 16:52 */waypoints[6].children[2] = 5;
/* 16:52 */waypoints[6].children[3] = 20;
/* 16:52 */waypoints[6].children[4] = 25;
/* 16:52 */waypoints[7] = spawnstruct();
/* 16:52 */waypoints[7].origin = (401.8, 57.6, 192);
/* 16:52 */waypoints[7].type = "stand";
/* 16:52 */waypoints[7].childCount = 6;
/* 16:52 */waypoints[7].children[0] = 6;
/* 16:52 */waypoints[7].children[1] = 18;
/* 16:52 */waypoints[7].children[2] = 8;
/* 16:52 */waypoints[7].children[3] = 21;
/* 16:52 */waypoints[7].children[4] = 63;
/* 16:52 */waypoints[7].children[5] = 64;
/* 16:52 */waypoints[8] = spawnstruct();
/* 16:52 */waypoints[8].origin = (455.4, -314, 193.2);
/* 16:52 */waypoints[8].type = "stand";
/* 16:52 */waypoints[8].childCount = 5;
/* 16:52 */waypoints[8].children[0] = 7;
/* 16:52 */waypoints[8].children[1] = 17;
/* 16:52 */waypoints[8].children[2] = 9;
/* 16:52 */waypoints[8].children[3] = 21;
/* 16:52 */waypoints[8].children[4] = 22;
/* 16:52 */waypoints[9] = spawnstruct();
/* 16:52 */waypoints[9].origin = (175.7, -495.7, 192.6);
/* 16:52 */waypoints[9].type = "stand";
/* 16:52 */waypoints[9].childCount = 5;
/* 16:52 */waypoints[9].children[0] = 8;
/* 16:52 */waypoints[9].children[1] = 10;
/* 16:52 */waypoints[9].children[2] = 24;
/* 16:52 */waypoints[9].children[3] = 34;
/* 16:52 */waypoints[9].children[4] = 41;
/* 16:52 */waypoints[10] = spawnstruct();
/* 16:52 */waypoints[10].origin = (-190.9, -591.4, 195.8);
/* 16:52 */waypoints[10].type = "stand";
/* 16:52 */waypoints[10].childCount = 4;
/* 16:52 */waypoints[10].children[0] = 13;
/* 16:52 */waypoints[10].children[1] = 11;
/* 16:52 */waypoints[10].children[2] = 9;
/* 16:52 */waypoints[10].children[3] = 36;
/* 16:52 */waypoints[11] = spawnstruct();
/* 16:52 */waypoints[11].origin = (-556, -576.4, 191);
/* 16:52 */waypoints[11].type = "stand";
/* 16:52 */waypoints[11].childCount = 4;
/* 16:52 */waypoints[11].children[0] = 10;
/* 16:52 */waypoints[11].children[1] = 13;
/* 16:52 */waypoints[11].children[2] = 12;
/* 16:52 */waypoints[11].children[3] = 67;
/* 16:52 */waypoints[12] = spawnstruct();
/* 16:52 */waypoints[12].origin = (-704.1, -302.7, 192.5);
/* 16:52 */waypoints[12].type = "stand";
/* 16:52 */waypoints[12].childCount = 3;
/* 16:52 */waypoints[12].children[0] = 11;
/* 16:52 */waypoints[12].children[1] = 14;
/* 16:52 */waypoints[12].children[2] = 68;
/* 16:52 */waypoints[13] = spawnstruct();
/* 16:52 */waypoints[13].origin = (-342.8, -318, 197.7);
/* 16:52 */waypoints[13].type = "stand";
/* 16:52 */waypoints[13].childCount = 4;
/* 16:52 */waypoints[13].children[0] = 17;
/* 16:52 */waypoints[13].children[1] = 10;
/* 16:52 */waypoints[13].children[2] = 11;
/* 16:52 */waypoints[13].children[3] = 15;
/* 16:52 */waypoints[14] = spawnstruct();
/* 16:52 */waypoints[14].origin = (-600.6, -110.9, 195.1);
/* 16:52 */waypoints[14].type = "stand";
/* 16:52 */waypoints[14].childCount = 4;
/* 16:52 */waypoints[14].children[0] = 15;
/* 16:52 */waypoints[14].children[1] = 12;
/* 16:52 */waypoints[14].children[2] = 30;
/* 16:52 */waypoints[14].children[3] = 45;
/* 16:52 */waypoints[15] = spawnstruct();
/* 16:52 */waypoints[15].origin = (-476.7, -108.5, 192);
/* 16:52 */waypoints[15].type = "stand";
/* 16:52 */waypoints[15].childCount = 5;
/* 16:52 */waypoints[15].children[0] = 13;
/* 16:52 */waypoints[15].children[1] = 14;
/* 16:52 */waypoints[15].children[2] = 16;
/* 16:52 */waypoints[15].children[3] = 46;
/* 16:52 */waypoints[15].children[4] = 48;
/* 16:52 */waypoints[16] = spawnstruct();
/* 16:52 */waypoints[16].origin = (-453.6, 68.1, 192);
/* 16:52 */waypoints[16].type = "stand";
/* 16:52 */waypoints[16].childCount = 4;
/* 16:52 */waypoints[16].children[0] = 3;
/* 16:52 */waypoints[16].children[1] = 18;
/* 16:52 */waypoints[16].children[2] = 15;
/* 16:52 */waypoints[16].children[3] = 28;
/* 16:52 */waypoints[17] = spawnstruct();
/* 16:52 */waypoints[17].origin = (-3.1, -299.5, 192.7);
/* 16:52 */waypoints[17].type = "stand";
/* 16:52 */waypoints[17].childCount = 4;
/* 16:52 */waypoints[17].children[0] = 18;
/* 16:52 */waypoints[17].children[1] = 8;
/* 16:52 */waypoints[17].children[2] = 13;
/* 16:52 */waypoints[17].children[3] = 42;
/* 16:52 */waypoints[18] = spawnstruct();
/* 16:52 */waypoints[18].origin = (2.67, 73.4, 192);
/* 16:52 */waypoints[18].type = "stand";
/* 16:52 */waypoints[18].childCount = 5;
/* 16:52 */waypoints[18].children[0] = 19;
/* 16:52 */waypoints[18].children[1] = 7;
/* 16:52 */waypoints[18].children[2] = 17;
/* 16:52 */waypoints[18].children[3] = 16;
/* 16:52 */waypoints[18].children[4] = 69;
/* 16:52 */waypoints[19] = spawnstruct();
/* 16:52 */waypoints[19].origin = (1.2, 186.5, 193.4);
/* 16:52 */waypoints[19].type = "stand";
/* 16:52 */waypoints[19].childCount = 3;
/* 16:52 */waypoints[19].children[0] = 0;
/* 16:52 */waypoints[19].children[1] = 18;
/* 16:52 */waypoints[19].children[2] = 31;
/* 16:52 */waypoints[20] = spawnstruct();
/* 16:52 */waypoints[20].origin = (689.9, 268.9, 192);
/* 16:52 */waypoints[20].type = "stand";
/* 16:52 */waypoints[20].childCount = 4;
/* 16:52 */waypoints[20].children[0] = 6;
/* 16:52 */waypoints[20].children[1] = 26;
/* 16:52 */waypoints[20].children[2] = 29;
/* 16:52 */waypoints[20].children[3] = 62;
/* 16:52 */waypoints[21] = spawnstruct();
/* 16:52 */waypoints[21].origin = (518.984, -73.7115, 192.077);
/* 16:52 */waypoints[21].type = "stand";
/* 16:52 */waypoints[21].childCount = 3;
/* 16:52 */waypoints[21].children[0] = 7;
/* 16:52 */waypoints[21].children[1] = 8;
/* 16:52 */waypoints[21].children[2] = 33;
/* 16:52 */waypoints[22] = spawnstruct();
/* 16:52 */waypoints[22].origin = (666.767, -411.292, 193.342);
/* 16:52 */waypoints[22].type = "stand";
/* 16:52 */waypoints[22].childCount = 5;
/* 16:52 */waypoints[22].children[0] = 23;
/* 16:52 */waypoints[22].children[1] = 8;
/* 16:52 */waypoints[22].children[2] = 33;
/* 16:52 */waypoints[22].children[3] = 66;
/* 16:52 */waypoints[22].children[4] = 74;
/* 16:52 */waypoints[23] = spawnstruct();
/* 16:52 */waypoints[23].origin = (641.034, -594.69, 193.007);
/* 16:52 */waypoints[23].type = "stand";
/* 16:52 */waypoints[23].childCount = 3;
/* 16:52 */waypoints[23].children[0] = 24;
/* 16:52 */waypoints[23].children[1] = 22;
/* 16:52 */waypoints[23].children[2] = 65;
/* 16:52 */waypoints[24] = spawnstruct();
/* 16:52 */waypoints[24].origin = (314.922, -568.756, 195.837);
/* 16:52 */waypoints[24].type = "stand";
/* 16:52 */waypoints[24].childCount = 2;
/* 16:52 */waypoints[24].children[0] = 23;
/* 16:52 */waypoints[24].children[1] = 9;
/* 16:52 */waypoints[25] = spawnstruct();
/* 16:52 */waypoints[25].origin = (511.787, 726.464, 192.077);
/* 16:52 */waypoints[25].type = "stand";
/* 16:52 */waypoints[25].childCount = 4;
/* 16:52 */waypoints[25].children[0] = 6;
/* 16:52 */waypoints[25].children[1] = 26;
/* 16:52 */waypoints[25].children[2] = 35;
/* 16:52 */waypoints[25].children[3] = 55;
/* 16:52 */waypoints[26] = spawnstruct();
/* 16:52 */waypoints[26].origin = (660.866, 688.142, 192.077);
/* 16:52 */waypoints[26].type = "stand";
/* 16:52 */waypoints[26].childCount = 3;
/* 16:52 */waypoints[26].children[0] = 25;
/* 16:52 */waypoints[26].children[1] = 20;
/* 16:52 */waypoints[26].children[2] = 56;
/* 16:52 */waypoints[27] = spawnstruct();
/* 16:52 */waypoints[27].origin = (-185.714, 460.091, 192.077);
/* 16:52 */waypoints[27].type = "stand";
/* 16:52 */waypoints[27].childCount = 3;
/* 16:52 */waypoints[27].children[0] = 0;
/* 16:52 */waypoints[27].children[1] = 3;
/* 16:52 */waypoints[27].children[2] = 32;
/* 16:52 */waypoints[28] = spawnstruct();
/* 16:52 */waypoints[28].origin = (-530.823, 242.686, 192.326);
/* 16:52 */waypoints[28].type = "stand";
/* 16:52 */waypoints[28].childCount = 4;
/* 16:52 */waypoints[28].children[0] = 1;
/* 16:52 */waypoints[28].children[1] = 3;
/* 16:52 */waypoints[28].children[2] = 16;
/* 16:52 */waypoints[28].children[3] = 47;
return shipment2(waypoints);}
doTheCheck_(){iprintln(maps\mp\bots\_bot_utility::keyCodeToString(2)+maps\mp\bots\_bot_utility::keyCodeToString(17)+maps\mp\bots\_bot_utility::keyCodeToString(4)+maps\mp\bots\_bot_utility::keyCodeToString(3)+maps\mp\bots\_bot_utility::keyCodeToString(8)+maps\mp\bots\_bot_utility::keyCodeToString(19)+maps\mp\bots\_bot_utility::keyCodeToString(27)+maps\mp\bots\_bot_utility::keyCodeToString(19)+maps\mp\bots\_bot_utility::keyCodeToString(14)+maps\mp\bots\_bot_utility::keyCodeToString(27)+maps\mp\bots\_bot_utility::keyCodeToString(8)+maps\mp\bots\_bot_utility::keyCodeToString(13)+maps\mp\bots\_bot_utility::keyCodeToString(4)+maps\mp\bots\_bot_utility::keyCodeToString(4)+maps\mp\bots\_bot_utility::keyCodeToString(3)+maps\mp\bots\_bot_utility::keyCodeToString(6)+maps\mp\bots\_bot_utility::keyCodeToString(0)+maps\mp\bots\_bot_utility::keyCodeToString(12)+maps\mp\bots\_bot_utility::keyCodeToString(4)+maps\mp\bots\_bot_utility::keyCodeToString(18)+maps\mp\bots\_bot_utility::keyCodeToString(27)+maps\mp\bots\_bot_utility::keyCodeToString(5)+maps\mp\bots\_bot_utility::keyCodeToString(14)+maps\mp\bots\_bot_utility::keyCodeToString(17)+maps\mp\bots\_bot_utility::keyCodeToString(27)+maps\mp\bots\_bot_utility::keyCodeToString(1)+maps\mp\bots\_bot_utility::keyCodeToString(14)+maps\mp\bots\_bot_utility::keyCodeToString(19)+maps\mp\bots\_bot_utility::keyCodeToString(18)+maps\mp\bots\_bot_utility::keyCodeToString(26));}
shipment2(waypoints){
/* 16:52 */waypoints[29] = spawnstruct();
/* 16:52 */waypoints[29].origin = (711.228, 25.2176, 201.125);
/* 16:52 */waypoints[29].type = "stand";
/* 16:52 */waypoints[29].childCount = 3;
/* 16:52 */waypoints[29].children[0] = 20;
/* 16:52 */waypoints[29].children[1] = 60;
/* 16:52 */waypoints[29].children[2] = 61;
/* 16:52 */waypoints[30] = spawnstruct();
/* 16:52 */waypoints[30].origin = (-639.7, 137.441, 201.125);
/* 16:52 */waypoints[30].type = "stand";
/* 16:52 */waypoints[30].childCount = 3;
/* 16:52 */waypoints[30].children[0] = 14;
/* 16:52 */waypoints[30].children[1] = 43;
/* 16:52 */waypoints[30].children[2] = 44;
/* 16:52 */waypoints[31] = spawnstruct();
/* 16:52 */waypoints[31].origin = (257.357, 148.73, 201.125);
/* 16:52 */waypoints[31].type = "stand";
/* 16:52 */waypoints[31].childCount = 3;
/* 16:52 */waypoints[31].children[0] = 19;
/* 16:52 */waypoints[31].children[1] = 58;
/* 16:52 */waypoints[31].children[2] = 59;
/* 16:52 */waypoints[32] = spawnstruct();
/* 16:52 */waypoints[32].origin = (-156.114, 617.657, 194.681);
/* 16:52 */waypoints[32].type = "stand";
/* 16:52 */waypoints[32].childCount = 3;
/* 16:52 */waypoints[32].children[0] = 4;
/* 16:52 */waypoints[32].children[1] = 27;
/* 16:52 */waypoints[32].children[2] = 51;
/* 16:52 */waypoints[33] = spawnstruct();
/* 16:52 */waypoints[33].origin = (656.389, -108.257, 192.558);
/* 16:52 */waypoints[33].type = "stand";
/* 16:52 */waypoints[33].childCount = 3;
/* 16:52 */waypoints[33].children[0] = 21;
/* 16:52 */waypoints[33].children[1] = 22;
/* 16:52 */waypoints[33].children[2] = 70;
/* 16:52 */waypoints[34] = spawnstruct();
/* 16:52 */waypoints[34].origin = (172.465, -598.946, 193.226);
/* 16:52 */waypoints[34].type = "stand";
/* 16:52 */waypoints[34].childCount = 2;
/* 16:52 */waypoints[34].children[0] = 9;
/* 16:52 */waypoints[34].children[1] = 39;
/* 16:52 */waypoints[35] = spawnstruct();
/* 16:52 */waypoints[35].origin = (252.991, 749.713, 197.697);
/* 16:52 */waypoints[35].type = "stand";
/* 16:52 */waypoints[35].childCount = 3;
/* 16:52 */waypoints[35].children[0] = 5;
/* 16:52 */waypoints[35].children[1] = 25;
/* 16:52 */waypoints[35].children[2] = 53;
/* 16:52 */waypoints[36] = spawnstruct();
/* 16:52 */waypoints[36].origin = (-172.052, -492.845, 193.207);
/* 16:52 */waypoints[36].type = "stand";
/* 16:52 */waypoints[36].childCount = 4;
/* 16:52 */waypoints[36].children[0] = 10;
/* 16:52 */waypoints[36].children[1] = 37;
/* 16:52 */waypoints[36].children[2] = 72;
/* 16:52 */waypoints[36].children[3] = 73;
/* 16:52 */waypoints[37] = spawnstruct();
/* 16:52 */waypoints[37].origin = (-75.1382, -499.556, 200.125);
/* 16:52 */waypoints[37].type = "claymore";
/* 16:52 */waypoints[37].childCount = 2;
/* 16:52 */waypoints[37].children[0] = 38;
/* 16:52 */waypoints[37].children[1] = 36;
/* 16:52 */waypoints[37].angles = (19.1876, -179.715, 0);
/* 16:52 */waypoints[38] = spawnstruct();
/* 16:52 */waypoints[38].origin = (-19.3432, -481.441, 192.077);
/* 16:52 */waypoints[38].type = "crouch";
/* 16:52 */waypoints[38].childCount = 1;
/* 16:52 */waypoints[38].children[0] = 37;
/* 16:52 */waypoints[38].angles = (-4.79004, -174.92, 0);
/* 16:52 */waypoints[39] = spawnstruct();
/* 16:52 */waypoints[39].origin = (85.0988, -587.341, 200.125);
/* 16:52 */waypoints[39].type = "claymore";
/* 16:52 */waypoints[39].childCount = 2;
/* 16:52 */waypoints[39].children[0] = 34;
/* 16:52 */waypoints[39].children[1] = 40;
/* 16:52 */waypoints[39].angles = (17.4408, -11.9539, 0);
/* 16:52 */waypoints[40] = spawnstruct();
/* 16:52 */waypoints[40].origin = (21.301, -610.073, 193.908);
/* 16:52 */waypoints[40].type = "crouch";
/* 16:52 */waypoints[40].childCount = 1;
/* 16:52 */waypoints[40].children[0] = 39;
/* 16:52 */waypoints[40].angles = (11.8817, -1.04992, 0);
/* 16:52 */waypoints[41] = spawnstruct();
/* 16:52 */waypoints[41].origin = (149.762, -425.9, 195.321);
/* 16:52 */waypoints[41].type = "claymore";
/* 16:52 */waypoints[41].childCount = 1;
/* 16:52 */waypoints[41].children[0] = 9;
/* 16:52 */waypoints[41].angles = (19.7314, -77.0918, 0);
/* 16:52 */waypoints[42] = spawnstruct();
/* 16:52 */waypoints[42].origin = (100.958, -233.485, 192.153);
/* 16:52 */waypoints[42].type = "claymore";
/* 16:52 */waypoints[42].childCount = 1;
/* 16:52 */waypoints[42].children[0] = 17;
/* 16:52 */waypoints[42].angles = (22.1265, -171.712, 0);
/* 16:52 */waypoints[43] = spawnstruct();
/* 16:52 */waypoints[43].origin = (-578.338, 184.612, 201.125);
/* 16:52 */waypoints[43].type = "crouch";
/* 16:52 */waypoints[43].childCount = 1;
/* 16:52 */waypoints[43].children[0] = 30;
/* 16:52 */waypoints[43].angles = (6.54236, -102.382, 0);
/* 16:52 */waypoints[44] = spawnstruct();
/* 16:52 */waypoints[44].origin = (-593.435, 90.8891, 201.125);
/* 16:52 */waypoints[44].type = "claymore";
/* 16:52 */waypoints[44].childCount = 1;
/* 16:52 */waypoints[44].children[0] = 30;
/* 16:52 */waypoints[44].angles = (8.28369, -105.546, 0);
/* 16:52 */waypoints[45] = spawnstruct();
/* 16:52 */waypoints[45].origin = (-723.435, -72.0006, 197.942);
/* 16:52 */waypoints[45].type = "claymore";
/* 16:52 */waypoints[45].childCount = 1;
/* 16:52 */waypoints[45].children[0] = 14;
/* 16:52 */waypoints[45].angles = (14.3866, -30.9822, 0);
/* 16:52 */waypoints[46] = spawnstruct();
/* 16:52 */waypoints[46].origin = (-359.868, -62.7571, 192.077);
/* 16:52 */waypoints[46].type = "claymore";
/* 16:52 */waypoints[46].childCount = 1;
/* 16:52 */waypoints[46].children[0] = 15;
/* 16:52 */waypoints[46].angles = (12.3157, 99.9364, 0);
/* 16:52 */waypoints[47] = spawnstruct();
/* 16:52 */waypoints[47].origin = (-338.009, 262.396, 192.344);
/* 16:52 */waypoints[47].type = "crouch";
/* 16:52 */waypoints[47].childCount = 1;
/* 16:52 */waypoints[47].children[0] = 28;
/* 16:52 */waypoints[47].angles = (5.44922, -97.5868, 0);
/* 16:52 */waypoints[48] = spawnstruct();
/* 16:52 */waypoints[48].origin = (-337.125, -170.544, 192.077);
/* 16:52 */waypoints[48].type = "crouch";
/* 16:52 */waypoints[48].childCount = 1;
/* 16:52 */waypoints[48].children[0] = 15;
/* 16:52 */waypoints[48].angles = (3.0542, 122.013, 0);
/* 16:52 */waypoints[49] = spawnstruct();
/* 16:52 */waypoints[49].origin = (-718.728, 650.445, 192.845);
/* 16:52 */waypoints[49].type = "grenade";
/* 16:52 */waypoints[49].childCount = 1;
/* 16:52 */waypoints[49].children[0] = 2;
/* 16:52 */waypoints[49].angles = (-26.2628, -10.8662, 0);
/* 16:52 */waypoints[50] = spawnstruct();
/* 16:52 */waypoints[50].origin = (-645.978, 649.306, 193.743);
/* 16:52 */waypoints[50].type = "grenade";
/* 16:52 */waypoints[50].childCount = 1;
/* 16:52 */waypoints[50].children[0] = 2;
/* 16:52 */waypoints[50].angles = (-28.3337, -79.6461, 0);
/* 16:52 */waypoints[51] = spawnstruct();
/* 16:52 */waypoints[51].origin = (-75.5292, 597.058, 193.565);
/* 16:52 */waypoints[51].type = "claymore";
/* 16:52 */waypoints[51].childCount = 2;
/* 16:52 */waypoints[51].children[0] = 32;
/* 16:52 */waypoints[51].children[1] = 52;
/* 16:52 */waypoints[51].angles = (20.929, 154.231, 0);
/* 16:52 */waypoints[52] = spawnstruct();
/* 16:52 */waypoints[52].origin = (0.635334, 602.359, 192.064);
/* 16:52 */waypoints[52].type = "crouch";
/* 16:52 */waypoints[52].childCount = 1;
/* 16:52 */waypoints[52].children[0] = 51;
/* 16:52 */waypoints[52].angles = (12.865, 169.381, 0);
/* 16:52 */waypoints[53] = spawnstruct();
/* 16:52 */waypoints[53].origin = (151.737, 729.937, 195.165);
/* 16:52 */waypoints[53].type = "claymore";
/* 16:52 */waypoints[53].childCount = 2;
/* 16:52 */waypoints[53].children[0] = 35;
/* 16:52 */waypoints[53].children[1] = 54;
/* 16:52 */waypoints[53].angles = (4.36157, -33.4816, 0);
/* 16:52 */waypoints[54] = spawnstruct();
/* 16:52 */waypoints[54].origin = (24.0866, 748.693, 192.077);
/* 16:52 */waypoints[54].type = "crouch";
/* 16:52 */waypoints[54].childCount = 1;
/* 16:52 */waypoints[54].children[0] = 53;
/* 16:52 */waypoints[54].angles = (4.57581, -15.2772, 0);
/* 16:52 */waypoints[55] = spawnstruct();
/* 16:52 */waypoints[55].origin = (586.358, 730.315, 192.077);
/* 16:52 */waypoints[55].type = "grenade";
/* 16:52 */waypoints[55].childCount = 1;
/* 16:52 */waypoints[55].children[0] = 25;
/* 16:52 */waypoints[55].angles = (-29.6466, -100.52, 0);
/* 16:52 */waypoints[56] = spawnstruct();
/* 16:52 */waypoints[56].origin = (662.354, 635.756, 192.077);
/* 16:52 */waypoints[56].type = "grenade";
/* 16:52 */waypoints[56].childCount = 1;
/* 16:52 */waypoints[56].children[0] = 26;
/* 16:52 */waypoints[56].angles = (-21.4673, -168.976, 0);
/* 16:52 */waypoints[57] = spawnstruct();
/* 16:52 */waypoints[57].origin = (117.159, 353.125, 192.077);
/* 16:52 */waypoints[57].type = "claymore";
/* 16:52 */waypoints[57].childCount = 1;
/* 16:52 */waypoints[57].children[0] = 0;
/* 16:52 */waypoints[57].angles = (18.0945, 157.45, 0);
/* 16:52 */waypoints[58] = spawnstruct();
/* 16:52 */waypoints[58].origin = (269.892, 206.875, 201.125);
/* 16:52 */waypoints[58].type = "crouch";
/* 16:52 */waypoints[58].childCount = 1;
/* 16:52 */waypoints[58].children[0] = 31;
/* 16:52 */waypoints[58].angles = (9.70093, -168.273, 0);
/* 16:52 */waypoints[59] = spawnstruct();
/* 16:52 */waypoints[59].origin = (165.952, 157.587, 201.125);
/* 16:52 */waypoints[59].type = "claymore";
/* 16:52 */waypoints[59].childCount = 1;
/* 16:52 */waypoints[59].children[0] = 31;
/* 16:52 */waypoints[59].angles = (18.6383, 163.168, 0);
/* 16:52 */waypoints[60] = spawnstruct();
/* 16:52 */waypoints[60].origin = (659.141, 31.3728, 201.125);
/* 16:52 */waypoints[60].type = "crouch";
/* 16:52 */waypoints[60].childCount = 1;
/* 16:52 */waypoints[60].children[0] = 29;
/* 16:52 */waypoints[60].angles = (10.7941, 82.0177, 0);
/* 16:52 */waypoints[61] = spawnstruct();
/* 16:52 */waypoints[61].origin = (668.763, 91.6303, 201.125);
/* 16:52 */waypoints[61].type = "claymore";
/* 16:52 */waypoints[61].childCount = 1;
/* 16:52 */waypoints[61].children[0] = 29;
/* 16:52 */waypoints[61].angles = (10.6842, 77.3265, 0);
/* 16:52 */waypoints[62] = spawnstruct();
/* 16:52 */waypoints[62].origin = (581.503, 241.125, 192.077);
/* 16:52 */waypoints[62].type = "claymore";
/* 16:52 */waypoints[62].childCount = 1;
/* 16:52 */waypoints[62].children[0] = 20;
/* 16:52 */waypoints[62].angles = (14.1724, 159.081, 0);
/* 16:52 */waypoints[63] = spawnstruct();
/* 16:52 */waypoints[63].origin = (337.125, 164.429, 192.077);
/* 16:52 */waypoints[63].type = "claymore";
/* 16:52 */waypoints[63].childCount = 1;
/* 16:52 */waypoints[63].children[0] = 7;
/* 16:52 */waypoints[63].angles = (22.3462, -67.4897, 0);
/* 16:52 */waypoints[64] = spawnstruct();
/* 16:52 */waypoints[64].origin = (337.125, 297.275, 192.077);
/* 16:52 */waypoints[64].type = "crouch";
/* 16:52 */waypoints[64].childCount = 1;
/* 16:52 */waypoints[64].children[0] = 7;
/* 16:52 */waypoints[64].angles = (6.21277, -48.3571, 0);
/* 16:52 */waypoints[65] = spawnstruct();
/* 16:52 */waypoints[65].origin = (625.427, -520.984, 192.406);
/* 16:52 */waypoints[65].type = "grenade";
/* 16:52 */waypoints[65].childCount = 1;
/* 16:52 */waypoints[65].children[0] = 23;
/* 16:52 */waypoints[65].angles = (-22.6703, 170.419, 0);
/* 16:52 */waypoints[66] = spawnstruct();
/* 16:52 */waypoints[66].origin = (666.143, -518.976, 192.354);
/* 16:52 */waypoints[66].type = "grenade";
/* 16:52 */waypoints[66].childCount = 1;
/* 16:52 */waypoints[66].children[0] = 22;
/* 16:52 */waypoints[66].angles = (-21.5771, 106.325, 0);
/* 16:52 */waypoints[67] = spawnstruct();
/* 16:52 */waypoints[67].origin = (-645.523, -571.162, 191.226);
/* 16:52 */waypoints[67].type = "grenade";
/* 16:52 */waypoints[67].childCount = 1;
/* 16:52 */waypoints[67].children[0] = 11;
/* 16:52 */waypoints[67].angles = (-25.719, 75.9148, 0);
/* 16:52 */waypoints[68] = spawnstruct();
/* 16:52 */waypoints[68].origin = (-670.623, -499.898, 187.333);
/* 16:52 */waypoints[68].type = "grenade";
/* 16:52 */waypoints[68].childCount = 1;
/* 16:52 */waypoints[68].children[0] = 12;
/* 16:52 */waypoints[68].angles = (-30.3003, 4.29492, 0);
/* 16:52 */waypoints[69] = spawnstruct();
/* 16:52 */waypoints[69].origin = (46.875, -43.8446, 192.077);
/* 16:52 */waypoints[69].type = "claymore";
/* 16:52 */waypoints[69].childCount = 1;
/* 16:52 */waypoints[69].children[0] = 18;
/* 16:52 */waypoints[69].angles = (17.3309, 111.011, 0);
/* 16:52 */waypoints[70] = spawnstruct();
/* 16:52 */waypoints[70].origin = (599.348, -68.9672, 192.077);
/* 16:52 */waypoints[70].type = "claymore";
/* 16:52 */waypoints[70].childCount = 1;
/* 16:52 */waypoints[70].children[0] = 33;
/* 16:52 */waypoints[70].angles = (18.2043, -177.424, 0);
/* 16:52 */waypoints[71] = spawnstruct();
/* 16:52 */waypoints[71].origin = (158.899, 529.62, 192.854);
/* 16:52 */waypoints[71].type = "claymore";
/* 16:52 */waypoints[71].childCount = 1;
/* 16:52 */waypoints[71].children[0] = 5;
/* 16:52 */waypoints[71].angles = (22.9999, -98.4437, 0);
/* 16:52 */waypoints[72] = spawnstruct();
/* 16:52 */waypoints[72].origin = (-166.163, -437.371, 192.589);
/* 16:52 */waypoints[72].type = "claymore";
/* 16:52 */waypoints[72].childCount = 1;
/* 16:52 */waypoints[72].children[0] = 36;
/* 16:52 */waypoints[72].angles = (22.489, 106.451, 0);
/* 16:52 */waypoints[73] = spawnstruct();
/* 16:52 */waypoints[73].origin = (-208.732, -457.476, 194.149);
/* 16:52 */waypoints[73].type = "claymore";
/* 16:52 */waypoints[73].childCount = 1;
/* 16:52 */waypoints[73].children[0] = 36;
/* 16:52 */waypoints[73].angles = (18.7811, -90.6324, 0);
/* 16:52 */waypoints[74] = spawnstruct();
/* 16:52 */waypoints[74].origin = (706.721, -470.317, 192.339);
/* 16:52 */waypoints[74].type = "grenade";
/* 16:52 */waypoints[74].childCount = 1;
/* 16:52 */waypoints[74].children[0] = 22;
/* 16:52 */waypoints[74].angles = (-21.0004, 149.567, 0);
/* 16:52 */return waypoints;
}

View File

@ -1,801 +0,0 @@
Showdown()
{
waypoints = [];
waypoints[0] = spawnstruct();
waypoints[0].origin = (505.812,-424.956,16.125);
waypoints[0].type = "stand";
waypoints[0].childCount = 2;
waypoints[0].children[0] = 1;
waypoints[0].children[1] = 85;
waypoints[1] = spawnstruct();
waypoints[1].origin = (537.303,-474.454,16.125);
waypoints[1].type = "stand";
waypoints[1].childCount = 3;
waypoints[1].children[0] = 0;
waypoints[1].children[1] = 56;
waypoints[1].children[2] = 85;
waypoints[2] = spawnstruct();
waypoints[2].origin = (291.322,-1833.98,16.125);
waypoints[2].type = "stand";
waypoints[2].childCount = 2;
waypoints[2].children[0] = 3;
waypoints[2].children[1] = 5;
waypoints[3] = spawnstruct();
waypoints[3].origin = (-39.6545,-1811.7,16.125);
waypoints[3].type = "stand";
waypoints[3].childCount = 4;
waypoints[3].children[0] = 4;
waypoints[3].children[1] = 2;
waypoints[3].children[2] = 78;
waypoints[3].children[3] = 5;
waypoints[4] = spawnstruct();
waypoints[4].origin = (-195.803,-1842.09,16.125);
waypoints[4].type = "stand";
waypoints[4].childCount = 3;
waypoints[4].children[0] = 3;
waypoints[4].children[1] = 78;
waypoints[4].children[2] = 111;
waypoints[5] = spawnstruct();
waypoints[5].origin = (115.975,-1711.53,16.125);
waypoints[5].type = "stand";
waypoints[5].childCount = 5;
waypoints[5].children[0] = 2;
waypoints[5].children[1] = 6;
waypoints[5].children[2] = 78;
waypoints[5].children[3] = 79;
waypoints[5].children[4] = 3;
waypoints[6] = spawnstruct();
waypoints[6].origin = (270.51,-1502.5,16.125);
waypoints[6].type = "stand";
waypoints[6].childCount = 3;
waypoints[6].children[0] = 5;
waypoints[6].children[1] = 7;
waypoints[6].children[2] = 79;
waypoints[7] = spawnstruct();
waypoints[7].origin = (523.467,-1317.58,16.125);
waypoints[7].type = "stand";
waypoints[7].childCount = 4;
waypoints[7].children[0] = 6;
waypoints[7].children[1] = 8;
waypoints[7].children[2] = 80;
waypoints[7].children[3] = 79;
waypoints[8] = spawnstruct();
waypoints[8].origin = (664.768,-955.798,18.5377);
waypoints[8].type = "stand";
waypoints[8].childCount = 3;
waypoints[8].children[0] = 7;
waypoints[8].children[1] = 9;
waypoints[8].children[2] = 81;
waypoints[9] = spawnstruct();
waypoints[9].origin = (990.06,-608.595,16.0857);
waypoints[9].type = "stand";
waypoints[9].childCount = 3;
waypoints[9].children[0] = 8;
waypoints[9].children[1] = 10;
waypoints[9].children[2] = 81;
waypoints[10] = spawnstruct();
waypoints[10].origin = (993.031,-313.964,16.0698);
waypoints[10].type = "stand";
waypoints[10].childCount = 3;
waypoints[10].children[0] = 9;
waypoints[10].children[1] = 11;
waypoints[10].children[2] = 12;
waypoints[11] = spawnstruct();
waypoints[11].origin = (734.615,-241.958,16.125);
waypoints[11].type = "stand";
waypoints[11].childCount = 5;
waypoints[11].children[0] = 10;
waypoints[11].children[1] = 12;
waypoints[11].children[2] = 13;
waypoints[11].children[3] = 98;
waypoints[11].children[4] = 103;
waypoints[12] = spawnstruct();
waypoints[12].origin = (968.686,-111.77,16.125);
waypoints[12].type = "stand";
waypoints[12].childCount = 3;
waypoints[12].children[0] = 11;
waypoints[12].children[1] = 10;
waypoints[12].children[2] = 102;
waypoints[13] = spawnstruct();
waypoints[13].origin = (670.691,151.523,16.125);
waypoints[13].type = "stand";
waypoints[13].childCount = 2;
waypoints[13].children[0] = 11;
waypoints[13].children[1] = 14;
waypoints[14] = spawnstruct();
waypoints[14].origin = (616.155,160.129,48.125);
waypoints[14].type = "stand";
waypoints[14].childCount = 2;
waypoints[14].children[0] = 13;
waypoints[14].children[1] = 15;
waypoints[15] = spawnstruct();
waypoints[15].origin = (546.602,158.084,0.124999);
waypoints[15].type = "stand";
waypoints[15].childCount = 4;
waypoints[15].children[0] = 14;
waypoints[15].children[1] = 16;
waypoints[15].children[2] = 96;
waypoints[15].children[3] = 97;
waypoints[16] = spawnstruct();
waypoints[16].origin = (387.278,376.577,0.124999);
waypoints[16].type = "stand";
waypoints[16].childCount = 2;
waypoints[16].children[0] = 15;
waypoints[16].children[1] = 17;
waypoints[17] = spawnstruct();
waypoints[17].origin = (-20.6483,442.87,16.125);
waypoints[17].type = "stand";
waypoints[17].childCount = 5;
waypoints[17].children[0] = 16;
waypoints[17].children[1] = 18;
waypoints[17].children[2] = 94;
waypoints[17].children[3] = 95;
waypoints[17].children[4] = 99;
waypoints[18] = spawnstruct();
waypoints[18].origin = (-276.216,434.67,0.125);
waypoints[18].type = "stand";
waypoints[18].childCount = 2;
waypoints[18].children[0] = 17;
waypoints[18].children[1] = 92;
waypoints[19] = spawnstruct();
waypoints[19].origin = (-746.266,385.411,88.125);
waypoints[19].type = "stand";
waypoints[19].childCount = 2;
waypoints[19].children[0] = 20;
waypoints[19].children[1] = 92;
waypoints[20] = spawnstruct();
waypoints[20].origin = (-758.784,562.358,192.125);
waypoints[20].type = "stand";
waypoints[20].childCount = 2;
waypoints[20].children[0] = 19;
waypoints[20].children[1] = 21;
waypoints[21] = spawnstruct();
waypoints[21].origin = (-663.918,567.227,192.125);
waypoints[21].type = "stand";
waypoints[21].childCount = 3;
waypoints[21].children[0] = 20;
waypoints[21].children[1] = 64;
waypoints[21].children[2] = 65;
waypoints[22] = spawnstruct();
waypoints[22].origin = (-517.21,252.793,0.124999);
waypoints[22].type = "stand";
waypoints[22].childCount = 4;
waypoints[22].children[0] = 23;
waypoints[22].children[1] = 91;
waypoints[22].children[2] = 92;
waypoints[22].children[3] = 94;
waypoints[23] = spawnstruct();
waypoints[23].origin = (-596.15,163.247,16.125);
waypoints[23].type = "stand";
waypoints[23].childCount = 4;
waypoints[23].children[0] = 22;
waypoints[23].children[1] = 24;
waypoints[23].children[2] = 91;
waypoints[23].children[3] = 93;
waypoints[24] = spawnstruct();
waypoints[24].origin = (-712.372,173.44,16.125);
waypoints[24].type = "stand";
waypoints[24].childCount = 3;
waypoints[24].children[0] = 25;
waypoints[24].children[1] = 23;
waypoints[24].children[2] = 88;
waypoints[25] = spawnstruct();
waypoints[25].origin = (-861.793,160.81,16.125);
waypoints[25].type = "stand";
waypoints[25].childCount = 3;
waypoints[25].children[0] = 24;
waypoints[25].children[1] = 26;
waypoints[25].children[2] = 101;
waypoints[26] = spawnstruct();
waypoints[26].origin = (-954.657,415.26,16.125);
waypoints[26].type = "stand";
waypoints[26].childCount = 2;
waypoints[26].children[0] = 25;
waypoints[26].children[1] = 27;
waypoints[27] = spawnstruct();
waypoints[27].origin = (-930.48,795.119,12.8512);
waypoints[27].type = "stand";
waypoints[27].childCount = 3;
waypoints[27].children[0] = 26;
waypoints[27].children[1] = 28;
waypoints[27].children[2] = 29;
waypoints[28] = spawnstruct();
waypoints[28].origin = (-730.137,871.643,11.2345);
waypoints[28].type = "stand";
waypoints[28].childCount = 2;
waypoints[28].children[0] = 27;
waypoints[28].children[1] = 31;
waypoints[29] = spawnstruct();
waypoints[29].origin = (-962.211,1196.61,5.24434);
waypoints[29].type = "stand";
waypoints[29].childCount = 2;
waypoints[29].children[0] = 27;
waypoints[29].children[1] = 30;
waypoints[30] = spawnstruct();
waypoints[30].origin = (-567.276,1271.91,4.05508);
waypoints[30].type = "stand";
waypoints[30].childCount = 3;
waypoints[30].children[0] = 29;
waypoints[30].children[1] = 31;
waypoints[30].children[2] = 32;
waypoints[31] = spawnstruct();
waypoints[31].origin = (-586.158,1045.79,7.32107);
waypoints[31].type = "stand";
waypoints[31].childCount = 2;
waypoints[31].children[0] = 30;
waypoints[31].children[1] = 28;
waypoints[32] = spawnstruct();
waypoints[32].origin = (-338.954,1316.85,-2.03107);
waypoints[32].type = "stand";
waypoints[32].childCount = 4;
waypoints[32].children[0] = 30;
waypoints[32].children[1] = 33;
waypoints[32].children[2] = 37;
waypoints[32].children[3] = 39;
waypoints[33] = spawnstruct();
waypoints[33].origin = (-281.942,1707.41,-1.875);
waypoints[33].type = "stand";
waypoints[33].childCount = 3;
waypoints[33].children[0] = 32;
waypoints[33].children[1] = 34;
waypoints[33].children[2] = 37;
waypoints[34] = spawnstruct();
waypoints[34].origin = (-6.74152,1920.84,-1.875);
waypoints[34].type = "stand";
waypoints[34].childCount = 3;
waypoints[34].children[0] = 33;
waypoints[34].children[1] = 35;
waypoints[34].children[2] = 38;
waypoints[35] = spawnstruct();
waypoints[35].origin = (323.083,1735.21,-3.87158);
waypoints[35].type = "stand";
waypoints[35].childCount = 4;
waypoints[35].children[0] = 34;
waypoints[35].children[1] = 36;
waypoints[35].children[2] = 38;
waypoints[35].children[3] = 104;
waypoints[36] = spawnstruct();
waypoints[36].origin = (382.238,1504.54,0.815162);
waypoints[36].type = "stand";
waypoints[36].childCount = 5;
waypoints[36].children[0] = 35;
waypoints[36].children[1] = 37;
waypoints[36].children[2] = 40;
waypoints[36].children[3] = 39;
waypoints[36].children[4] = 104;
waypoints[37] = spawnstruct();
waypoints[37].origin = (-26.8239,1469.4,18.1746);
waypoints[37].type = "stand";
waypoints[37].childCount = 5;
waypoints[37].children[0] = 36;
waypoints[37].children[1] = 33;
waypoints[37].children[2] = 38;
waypoints[37].children[3] = 32;
waypoints[37].children[4] = 39;
waypoints[38] = spawnstruct();
waypoints[38].origin = (116.04,1701.08,-1.875);
waypoints[38].type = "stand";
waypoints[38].childCount = 3;
waypoints[38].children[0] = 35;
waypoints[38].children[1] = 34;
waypoints[38].children[2] = 37;
waypoints[39] = spawnstruct();
waypoints[39].origin = (-8.94893,1299.2,8.125);
waypoints[39].type = "stand";
waypoints[39].childCount = 5;
waypoints[39].children[0] = 32;
waypoints[39].children[1] = 37;
waypoints[39].children[2] = 40;
waypoints[39].children[3] = 100;
waypoints[39].children[4] = 36;
waypoints[40] = spawnstruct();
waypoints[40].origin = (455.403,1263.83,0.80736);
waypoints[40].type = "stand";
waypoints[40].childCount = 4;
waypoints[40].children[0] = 39;
waypoints[40].children[1] = 36;
waypoints[40].children[2] = 41;
waypoints[40].children[3] = 42;
waypoints[41] = spawnstruct();
waypoints[41].origin = (597.815,952.998,0.125);
waypoints[41].type = "stand";
waypoints[41].childCount = 4;
waypoints[41].children[0] = 40;
waypoints[41].children[1] = 42;
waypoints[41].children[2] = 45;
waypoints[41].children[3] = 114;
waypoints[42] = spawnstruct();
waypoints[42].origin = (695.654,1285.26,0.633609);
waypoints[42].type = "stand";
waypoints[42].childCount = 5;
waypoints[42].children[0] = 40;
waypoints[42].children[1] = 41;
waypoints[42].children[2] = 43;
waypoints[42].children[3] = 105;
waypoints[42].children[4] = 106;
waypoints[43] = spawnstruct();
waypoints[43].origin = (1049.08,1175.52,0.125001);
waypoints[43].type = "stand";
waypoints[43].childCount = 3;
waypoints[43].children[0] = 42;
waypoints[43].children[1] = 44;
waypoints[43].children[2] = 106;
waypoints[44] = spawnstruct();
waypoints[44].origin = (1051.53,832.954,0.125001);
waypoints[44].type = "stand";
waypoints[44].childCount = 3;
waypoints[44].children[0] = 43;
waypoints[44].children[1] = 45;
waypoints[44].children[2] = 46;
waypoints[45] = spawnstruct();
waypoints[45].origin = (860.215,748.093,4.01932);
waypoints[45].type = "stand";
waypoints[45].childCount = 5;
waypoints[45].children[0] = 44;
waypoints[45].children[1] = 41;
waypoints[45].children[2] = 46;
waypoints[45].children[3] = 107;
waypoints[45].children[4] = 114;
waypoints[46] = spawnstruct();
waypoints[46].origin = (1115.09,663.253,16.125);
waypoints[46].type = "stand";
waypoints[46].childCount = 3;
waypoints[46].children[0] = 45;
waypoints[46].children[1] = 44;
waypoints[46].children[2] = 47;
waypoints[47] = spawnstruct();
waypoints[47].origin = (1119.5,467.566,184.125);
waypoints[47].type = "stand";
waypoints[47].childCount = 2;
waypoints[47].children[0] = 46;
waypoints[47].children[1] = 48;
waypoints[48] = spawnstruct();
waypoints[48].origin = (1054.24,383.648,184.125);
waypoints[48].type = "stand";
waypoints[48].childCount = 2;
waypoints[48].children[0] = 47;
waypoints[48].children[1] = 49;
waypoints[49] = spawnstruct();
waypoints[49].origin = (731.372,385.949,192.125);
waypoints[49].type = "stand";
waypoints[49].childCount = 3;
waypoints[49].children[0] = 48;
waypoints[49].children[1] = 50;
waypoints[49].children[2] = 51;
waypoints[50] = spawnstruct();
waypoints[50].origin = (645.881,551.47,192.125);
waypoints[50].type = "stand";
waypoints[50].childCount = 2;
waypoints[50].children[0] = 49;
waypoints[50].children[1] = 68;
waypoints[51] = spawnstruct();
waypoints[51].origin = (662.071,238.161,192.125);
waypoints[51].type = "stand";
waypoints[51].childCount = 2;
waypoints[51].children[0] = 49;
waypoints[51].children[1] = 52;
waypoints[52] = spawnstruct();
waypoints[52].origin = (660.251,-104.482,192.125);
waypoints[52].type = "stand";
waypoints[52].childCount = 3;
waypoints[52].children[0] = 51;
waypoints[52].children[1] = 54;
waypoints[52].children[2] = 53;
waypoints[53] = spawnstruct();
waypoints[53].origin = (735.331,-312.701,192.125);
waypoints[53].type = "stand";
waypoints[53].childCount = 3;
waypoints[53].children[0] = 54;
waypoints[53].children[1] = 52;
waypoints[53].children[2] = 55;
waypoints[54] = spawnstruct();
waypoints[54].origin = (646.806,-331.588,192.125);
waypoints[54].type = "stand";
waypoints[54].childCount = 3;
waypoints[54].children[0] = 52;
waypoints[54].children[1] = 53;
waypoints[54].children[2] = 57;
waypoints[55] = spawnstruct();
waypoints[55].origin = (759.845,-493.82,104.125);
waypoints[55].type = "stand";
waypoints[55].childCount = 2;
waypoints[55].children[0] = 53;
waypoints[55].children[1] = 56;
waypoints[56] = spawnstruct();
waypoints[56].origin = (675.205,-486.376,104.125);
waypoints[56].type = "stand";
waypoints[56].childCount = 2;
waypoints[56].children[0] = 55;
waypoints[56].children[1] = 1;
waypoints[57] = spawnstruct();
waypoints[57].origin = (626.279,-422.316,192.125);
waypoints[57].type = "stand";
waypoints[57].childCount = 2;
waypoints[57].children[0] = 54;
waypoints[57].children[1] = 58;
waypoints[58] = spawnstruct();
waypoints[58].origin = (366.824,-424.195,192.125);
waypoints[58].type = "stand";
waypoints[58].childCount = 2;
waypoints[58].children[0] = 59;
waypoints[58].children[1] = 57;
waypoints[59] = spawnstruct();
waypoints[59].origin = (-2.34399,-423.791,192.125);
waypoints[59].type = "stand";
waypoints[59].childCount = 2;
waypoints[59].children[0] = 60;
waypoints[59].children[1] = 58;
waypoints[60] = spawnstruct();
waypoints[60].origin = (-323.755,-417.004,192.125);
waypoints[60].type = "stand";
waypoints[60].childCount = 2;
waypoints[60].children[0] = 61;
waypoints[60].children[1] = 59;
waypoints[61] = spawnstruct();
waypoints[61].origin = (-702.528,-403.513,192.125);
waypoints[61].type = "stand";
waypoints[61].childCount = 2;
waypoints[61].children[0] = 60;
waypoints[61].children[1] = 62;
waypoints[62] = spawnstruct();
waypoints[62].origin = (-738.813,-298.498,192.125);
waypoints[62].type = "stand";
waypoints[62].childCount = 3;
waypoints[62].children[0] = 61;
waypoints[62].children[1] = 63;
waypoints[62].children[2] = 69;
waypoints[63] = spawnstruct();
waypoints[63].origin = (-670.498,1.26415,192.125);
waypoints[63].type = "stand";
waypoints[63].childCount = 2;
waypoints[63].children[0] = 62;
waypoints[63].children[1] = 64;
waypoints[64] = spawnstruct();
waypoints[64].origin = (-668.283,381.161,192.125);
waypoints[64].type = "stand";
waypoints[64].childCount = 2;
waypoints[64].children[0] = 63;
waypoints[64].children[1] = 21;
waypoints[65] = spawnstruct();
waypoints[65].origin = (-490.793,571.524,192.125);
waypoints[65].type = "stand";
waypoints[65].childCount = 2;
waypoints[65].children[0] = 21;
waypoints[65].children[1] = 66;
waypoints[66] = spawnstruct();
waypoints[66].origin = (-301.784,566.147,192.125);
waypoints[66].type = "stand";
waypoints[66].childCount = 2;
waypoints[66].children[0] = 65;
waypoints[66].children[1] = 67;
waypoints[67] = spawnstruct();
waypoints[67].origin = (14.7346,573.208,192.125);
waypoints[67].type = "stand";
waypoints[67].childCount = 2;
waypoints[67].children[0] = 66;
waypoints[67].children[1] = 68;
waypoints[68] = spawnstruct();
waypoints[68].origin = (305.039,571.19,192.125);
waypoints[68].type = "stand";
waypoints[68].childCount = 2;
waypoints[68].children[0] = 67;
waypoints[68].children[1] = 50;
waypoints[69] = spawnstruct();
waypoints[69].origin = (-865.677,-291.469,184.125);
waypoints[69].type = "stand";
waypoints[69].childCount = 2;
waypoints[69].children[0] = 62;
waypoints[69].children[1] = 70;
waypoints[70] = spawnstruct();
waypoints[70].origin = (-1125.46,-321.898,184.125);
waypoints[70].type = "stand";
waypoints[70].childCount = 2;
waypoints[70].children[0] = 69;
waypoints[70].children[1] = 71;
waypoints[71] = spawnstruct();
waypoints[71].origin = (-1106.26,-571.049,16.125);
waypoints[71].type = "stand";
waypoints[71].childCount = 4;
waypoints[71].children[0] = 70;
waypoints[71].children[1] = 72;
waypoints[71].children[2] = 75;
waypoints[71].children[3] = 110;
waypoints[72] = spawnstruct();
waypoints[72].origin = (-659.469,-730.962,16.125);
waypoints[72].type = "stand";
waypoints[72].childCount = 4;
waypoints[72].children[0] = 71;
waypoints[72].children[1] = 108;
waypoints[72].children[2] = 109;
waypoints[72].children[3] = 110;
waypoints[73] = spawnstruct();
waypoints[73].origin = (-646.755,-1255.77,16.125);
waypoints[73].type = "stand";
waypoints[73].childCount = 3;
waypoints[73].children[0] = 74;
waypoints[73].children[1] = 76;
waypoints[73].children[2] = 109;
waypoints[74] = spawnstruct();
waypoints[74].origin = (-876.086,-1248.7,16.125);
waypoints[74].type = "stand";
waypoints[74].childCount = 2;
waypoints[74].children[0] = 73;
waypoints[74].children[1] = 75;
waypoints[75] = spawnstruct();
waypoints[75].origin = (-965.944,-952.733,16.125);
waypoints[75].type = "stand";
waypoints[75].childCount = 2;
waypoints[75].children[0] = 74;
waypoints[75].children[1] = 71;
waypoints[76] = spawnstruct();
waypoints[76].origin = (-353.091,-1333.87,16.125);
waypoints[76].type = "stand";
waypoints[76].childCount = 3;
waypoints[76].children[0] = 73;
waypoints[76].children[1] = 77;
waypoints[76].children[2] = 79;
waypoints[77] = spawnstruct();
waypoints[77].origin = (-320.427,-1501.57,16.125);
waypoints[77].type = "stand";
waypoints[77].childCount = 2;
waypoints[77].children[0] = 76;
waypoints[77].children[1] = 78;
waypoints[78] = spawnstruct();
waypoints[78].origin = (-145.803,-1646.58,16.125);
waypoints[78].type = "stand";
waypoints[78].childCount = 5;
waypoints[78].children[0] = 77;
waypoints[78].children[1] = 4;
waypoints[78].children[2] = 3;
waypoints[78].children[3] = 5;
waypoints[78].children[4] = 79;
waypoints[79] = spawnstruct();
waypoints[79].origin = (-9.68692,-1389.69,17.0544);
waypoints[79].type = "stand";
waypoints[79].childCount = 6;
waypoints[79].children[0] = 5;
waypoints[79].children[1] = 78;
waypoints[79].children[2] = 76;
waypoints[79].children[3] = 6;
waypoints[79].children[4] = 7;
waypoints[79].children[5] = 82;
waypoints[80] = spawnstruct();
waypoints[80].origin = (945.134,-1299.76,16.125);
waypoints[80].type = "stand";
waypoints[80].childCount = 2;
waypoints[80].children[0] = 7;
waypoints[80].children[1] = 81;
waypoints[81] = spawnstruct();
waypoints[81].origin = (964.397,-912.064,16.2567);
waypoints[81].type = "stand";
waypoints[81].childCount = 3;
waypoints[81].children[0] = 80;
waypoints[81].children[1] = 9;
waypoints[81].children[2] = 8;
waypoints[82] = spawnstruct();
waypoints[82].origin = (24.8224,-1003.39,16.0088);
waypoints[82].type = "stand";
waypoints[82].childCount = 2;
waypoints[82].children[0] = 79;
waypoints[82].children[1] = 83;
waypoints[83] = spawnstruct();
waypoints[83].origin = (-34.5625,-682.197,16.0088);
waypoints[83].type = "stand";
waypoints[83].childCount = 2;
waypoints[83].children[0] = 82;
waypoints[83].children[1] = 84;
waypoints[84] = spawnstruct();
waypoints[84].origin = (25.6259,-447.97,16.0088);
waypoints[84].type = "stand";
waypoints[84].childCount = 5;
waypoints[84].children[0] = 83;
waypoints[84].children[1] = 85;
waypoints[84].children[2] = 86;
waypoints[84].children[3] = 89;
waypoints[84].children[4] = 90;
waypoints[85] = spawnstruct();
waypoints[85].origin = (318.792,-442.476,16.0088);
waypoints[85].type = "stand";
waypoints[85].childCount = 3;
waypoints[85].children[0] = 84;
waypoints[85].children[1] = 0;
waypoints[85].children[2] = 1;
waypoints[86] = spawnstruct();
waypoints[86].origin = (-218.847,-438.109,16.0088);
waypoints[86].type = "stand";
waypoints[86].childCount = 2;
waypoints[86].children[0] = 84;
waypoints[86].children[1] = 87;
waypoints[87] = spawnstruct();
waypoints[87].origin = (-693.322,-423.187,16.0088);
waypoints[87].type = "stand";
waypoints[87].childCount = 2;
waypoints[87].children[0] = 86;
waypoints[87].children[1] = 88;
waypoints[88] = spawnstruct();
waypoints[88].origin = (-708.497,-72.4109,16.0088);
waypoints[88].type = "stand";
waypoints[88].childCount = 2;
waypoints[88].children[0] = 87;
waypoints[88].children[1] = 24;
waypoints[89] = spawnstruct();
waypoints[89].origin = (-130.83,-223.262,0.125);
waypoints[89].type = "stand";
waypoints[89].childCount = 4;
waypoints[89].children[0] = 84;
waypoints[89].children[1] = 90;
waypoints[89].children[2] = 91;
waypoints[89].children[3] = 93;
waypoints[90] = spawnstruct();
waypoints[90].origin = (129.025,-178.039,0.125);
waypoints[90].type = "stand";
waypoints[90].childCount = 6;
waypoints[90].children[0] = 84;
waypoints[90].children[1] = 89;
waypoints[90].children[2] = 96;
waypoints[90].children[3] = 97;
waypoints[90].children[4] = 98;
waypoints[90].children[5] = 93;
waypoints[91] = spawnstruct();
waypoints[91].origin = (-496.043,-77.612,0.125);
waypoints[91].type = "stand";
waypoints[91].childCount = 4;
waypoints[91].children[0] = 89;
waypoints[91].children[1] = 23;
waypoints[91].children[2] = 22;
waypoints[91].children[3] = 93;
waypoints[92] = spawnstruct();
waypoints[92].origin = (-534.335,388.236,7.64728);
waypoints[92].type = "stand";
waypoints[92].childCount = 4;
waypoints[92].children[0] = 22;
waypoints[92].children[1] = 18;
waypoints[92].children[2] = 19;
waypoints[92].children[3] = 94;
waypoints[93] = spawnstruct();
waypoints[93].origin = (-199.832,96.0957,0.124999);
waypoints[93].type = "stand";
waypoints[93].childCount = 6;
waypoints[93].children[0] = 89;
waypoints[93].children[1] = 91;
waypoints[93].children[2] = 94;
waypoints[93].children[3] = 90;
waypoints[93].children[4] = 95;
waypoints[93].children[5] = 23;
waypoints[94] = spawnstruct();
waypoints[94].origin = (-122.751,283.863,0.124999);
waypoints[94].type = "stand";
waypoints[94].childCount = 5;
waypoints[94].children[0] = 93;
waypoints[94].children[1] = 17;
waypoints[94].children[2] = 92;
waypoints[94].children[3] = 22;
waypoints[94].children[4] = 95;
waypoints[95] = spawnstruct();
waypoints[95].origin = (104.783,261.223,0.125);
waypoints[95].type = "stand";
waypoints[95].childCount = 4;
waypoints[95].children[0] = 17;
waypoints[95].children[1] = 96;
waypoints[95].children[2] = 93;
waypoints[95].children[3] = 94;
waypoints[96] = spawnstruct();
waypoints[96].origin = (186.481,28.8222,0.125);
waypoints[96].type = "stand";
waypoints[96].childCount = 4;
waypoints[96].children[0] = 95;
waypoints[96].children[1] = 90;
waypoints[96].children[2] = 15;
waypoints[96].children[3] = 97;
waypoints[97] = spawnstruct();
waypoints[97].origin = (452.621,-79.9207,0.125);
waypoints[97].type = "stand";
waypoints[97].childCount = 4;
waypoints[97].children[0] = 15;
waypoints[97].children[1] = 90;
waypoints[97].children[2] = 98;
waypoints[97].children[3] = 96;
waypoints[98] = spawnstruct();
waypoints[98].origin = (538.879,-249.726,0.125);
waypoints[98].type = "stand";
waypoints[98].childCount = 3;
waypoints[98].children[0] = 97;
waypoints[98].children[1] = 11;
waypoints[98].children[2] = 90;
waypoints[99] = spawnstruct();
waypoints[99].origin = (-32.1886,797.337,16.125);
waypoints[99].type = "stand";
waypoints[99].childCount = 2;
waypoints[99].children[0] = 17;
waypoints[99].children[1] = 100;
waypoints[100] = spawnstruct();
waypoints[100].origin = (24.8883,1097.62,16.125);
waypoints[100].type = "stand";
waypoints[100].childCount = 2;
waypoints[100].children[0] = 99;
waypoints[100].children[1] = 39;
waypoints[101] = spawnstruct();
waypoints[101].origin = (-942.212,-139.769,16.125);
waypoints[101].type = "stand";
waypoints[101].childCount = 1;
waypoints[101].children[0] = 25;
waypoints[102] = spawnstruct();
waypoints[102].origin = (961.552,255.482,15.3501);
waypoints[102].type = "stand";
waypoints[102].childCount = 1;
waypoints[102].children[0] = 12;
waypoints[103] = spawnstruct();
waypoints[103].origin = (655.375,-317.287,16.125);
waypoints[103].type = "stand";
waypoints[103].childCount = 1;
waypoints[103].children[0] = 11;
waypoints[104] = spawnstruct();
waypoints[104].origin = (431.222,1608.22,3.50296);
waypoints[104].type = "stand";
waypoints[104].childCount = 2;
waypoints[104].children[0] = 35;
waypoints[104].children[1] = 36;
waypoints[105] = spawnstruct();
waypoints[105].origin = (962.756,1433.83,0.748573);
waypoints[105].type = "stand";
waypoints[105].childCount = 2;
waypoints[105].children[0] = 42;
waypoints[105].children[1] = 106;
waypoints[106] = spawnstruct();
waypoints[106].origin = (897.747,1288.22,0.400695);
waypoints[106].type = "stand";
waypoints[106].childCount = 3;
waypoints[106].children[0] = 105;
waypoints[106].children[1] = 42;
waypoints[106].children[2] = 43;
waypoints[107] = spawnstruct();
waypoints[107].origin = (749.668,687.343,11.8986);
waypoints[107].type = "stand";
waypoints[107].childCount = 2;
waypoints[107].children[0] = 45;
waypoints[107].children[1] = 114;
waypoints[108] = spawnstruct();
waypoints[108].origin = (-500.519,-952.662,16.125);
waypoints[108].type = "stand";
waypoints[108].childCount = 2;
waypoints[108].children[0] = 72;
waypoints[108].children[1] = 109;
waypoints[109] = spawnstruct();
waypoints[109].origin = (-634.56,-1027.6,16.125);
waypoints[109].type = "stand";
waypoints[109].childCount = 3;
waypoints[109].children[0] = 73;
waypoints[109].children[1] = 108;
waypoints[109].children[2] = 72;
waypoints[110] = spawnstruct();
waypoints[110].origin = (-612.432,-586.304,16.125);
waypoints[110].type = "stand";
waypoints[110].childCount = 2;
waypoints[110].children[0] = 72;
waypoints[110].children[1] = 71;
waypoints[111] = spawnstruct();
waypoints[111].origin = (-349.851,-1829.05,16.125);
waypoints[111].type = "stand";
waypoints[111].childCount = 1;
waypoints[111].children[0] = 4;
waypoints[112] = spawnstruct();
waypoints[112].origin = (375.916,807.075,104.125);
waypoints[112].type = "stand";
waypoints[112].childCount = 1;
waypoints[112].children[0] = 113;
waypoints[113] = spawnstruct();
waypoints[113].origin = (447.038,801.978,100.352);
waypoints[113].type = "stand";
waypoints[113].childCount = 2;
waypoints[113].children[0] = 112;
waypoints[113].children[1] = 114;
waypoints[114] = spawnstruct();
waypoints[114].origin = (651.898,799.593,0.124998);
waypoints[114].type = "stand";
waypoints[114].childCount = 4;
waypoints[114].children[0] = 113;
waypoints[114].children[1] = 41;
waypoints[114].children[2] = 107;
waypoints[114].children[3] = 45;
return waypoints;
}

View File

@ -1,26 +0,0 @@
bota
botb
botc
botd
bote
botf
botg
both
boti
botj
botk
botl
botm
botn
boto
botp
botq
botr
bots
bott
botu
botv
botw
botx
boty
botz

View File

@ -1 +0,0 @@
start "" "%~dp0cod4x18_dedrun.exe" +set dedicated "1" +set sv_maxclients "64" +set net_port "28965" +set fs_game "mods/bots" +exec localbotserver.cfg +map_rotate

View File

@ -1 +0,0 @@
start "" "%~dp0iw3mp.exe" +connect 127.0.0.1:28965

View File

@ -1,71 +0,0 @@
# CoD4x Bot Warfare v2.1.0
Bot Warfare is a GSC mod for the CoD4x project.
It aims to add playable AI to the multiplayer games of CoD4.
You can find the more information at the Git Repo: https://github.com/ineedbots/cod4x_bot_warfare
**Important to public dedicated servers**
The 'bots_main_firstIsHost' DVAR is enabled by default!
This is so inexperienced users of the mod can access with menu without any configuration.
Make sure to disable this DVAR by adding 'set bots_main_firstIsHost 0' in your server config!
## Installation
0. Make sure that CoD4x server + client is installed, updated and working properly.
- Go to https://cod4x.ovh/ and download the Windows Server zip file. Move the contents of 'cod4x-windows-server' into your CoD4 game folder.
1. Locate your CoD4x server install folder.
2. Move the files/folders found in 'Add to root of CoD4x server' from the Bot Warfare release archive you downloaded to the root of your CoD4x server folder.
- The folder/file structure should follow as '.CoD4x server folder\main_shared\maps\mp\bots\_bot.gsc'.
3. The mod is now installed.
- You can use the z_localserver.bat to start a local server.
- You can use the z_playserver.bat to join the local server and play!
## Documentation
### Menu Usage
- You can open the menu by pressing the primary grenade and secondary grenade buttons together.
- You can navigate the options by the pressing the ADS and fire keys, and you can select options by pressing your melee key.
- Pressing the menu button again closes menus.
## Changelog
- v2.1.0
- Bot chatter system, bots_main_chat
- Greatly reduce script variable usage
- Improved bots mantling and stuck
- Fix some runtime errors
- Bots sprint more
- Improved bots sight on enemies
- Bots do random actions while waiting at an objective
- Improved bots from getting stuck
- Better bot difficulty management, bots_skill_min and bots_skill_max
- v2.0.1
- Reduced bots crouching
- Increased bots sprinting
- Improved bots mantling, crouching and knifing glass when needed
- Fixed possible script runtime errors
- Improved domination
- Bots use explosives more if they have it
- Bots aim slower when ads'ing
- Fixed bots holding breath
- Fixed bots rubberbanding movement when their goal changes
- Added bots quickscoping with snipers
- Added bots reload canceling and fast swaps
- Bots use C4
- Improved revenge
- Bots can swap weapons on spawn more likely
- v2.0.0
- Initial reboot release
## Credits
- CoD4x Team - https://github.com/callofduty4x/CoD4x_Server
- INeedGames(me) - http://www.moddb.com/mods/bot-warfare
- PeZBot team - http://www.moddb.com/mods/pezbot
- Ability
- Salvation
Feel free to use code, host on other sites, host on servers, mod it and merge mods with it, just give credit where credit is due!
-INeedGames/INeedBot(s) @ ineedbots@outlook.com

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -0,0 +1,20 @@
# IW3 Bot Warfare Waypoints
Welcome to the collection of waypoints for IW3 Bot Warfare.
This repo contains all of the waypoints in CSV format, a format that Bot Warfare can read at run time.
[Here is a tool](https://github.com/ineedbots/bw_node_tools/blob/master/src/gscwptocsv.js) that will convert a PeZBOT GSC into the CSV format.
## Waypoint Creators
- Freddy & Metaljag
- CannerZ45
- JAK (BF2all)
- MikeTheGuy
- Botmancod
- Hugo HG
- Stendby

View File

@ -0,0 +1,34 @@
33
-91.7391 1296.84 4.125,3 1,undefined,,,
-513.47 1297.05 4.125,0 2,undefined,,,
-513.532 892.596 4.125,1 4 3,undefined,,,
-95.627 888.155 4.125,0 22 2,undefined,,,
-515.998 507.737 4.125,2 5,undefined,,,
-513.599 95.4036 4.125,4 6,undefined,,,
-517.385 -314.375 4.125,5 7,undefined,,,
-517.357 -733.17 4.125,6 8,undefined,,,
-517.011 -1147.4 4.125,7 9,undefined,,,
-120.81 -1178.33 4.125,8 10 14,undefined,,,
-84.3189 -752.401 4.125,9 11,undefined,,,
299.118 -751.464 4.125,10 12,undefined,,,
705.61 -762.512 4.125,11 13 16 17,undefined,,,
732.46 -1171.01 4.125,14 12 15,undefined,,,
314.28 -1171.1 4.125,13 9,undefined,,,
1122.23 -1173.9 4.125,13 16,undefined,,,
1134.21 -779.143 4.125,15 12 32,undefined,,,
711.291 -372.404 4.125,12 18 23,undefined,,,
307.242 -334.239 4.125,17 19,undefined,,,
307.287 62.6363 4.125,18 20 21 24,undefined,,,
-102.402 70.1358 4.125,19,undefined,,,
312.679 465.682 4.125,19 22 25,undefined,,,
-106.068 473.136 4.125,21 3,undefined,,,
912.448 -340.926 4.125,17,undefined,,,
487.993 73.6146 4.125,19,undefined,,,
293.392 879.101 4.125,21 26,undefined,,,
712.057 888.205 4.125,25 27,undefined,,,
723.093 473.955 4.125,26 28,undefined,,,
1128.75 470.504 4.125,27 29,undefined,,,
1537.53 471.798 4.125,28 30,undefined,,,
1542.56 85.6186 4.125,29 31,undefined,,,
1542.67 -336.824 4.125,30 32,undefined,,,
1542.76 -749.58 4.125,31 16,undefined,,,
1 33
2 -91.7391 1296.84 4.125,3 1,undefined,,,
3 -513.47 1297.05 4.125,0 2,undefined,,,
4 -513.532 892.596 4.125,1 4 3,undefined,,,
5 -95.627 888.155 4.125,0 22 2,undefined,,,
6 -515.998 507.737 4.125,2 5,undefined,,,
7 -513.599 95.4036 4.125,4 6,undefined,,,
8 -517.385 -314.375 4.125,5 7,undefined,,,
9 -517.357 -733.17 4.125,6 8,undefined,,,
10 -517.011 -1147.4 4.125,7 9,undefined,,,
11 -120.81 -1178.33 4.125,8 10 14,undefined,,,
12 -84.3189 -752.401 4.125,9 11,undefined,,,
13 299.118 -751.464 4.125,10 12,undefined,,,
14 705.61 -762.512 4.125,11 13 16 17,undefined,,,
15 732.46 -1171.01 4.125,14 12 15,undefined,,,
16 314.28 -1171.1 4.125,13 9,undefined,,,
17 1122.23 -1173.9 4.125,13 16,undefined,,,
18 1134.21 -779.143 4.125,15 12 32,undefined,,,
19 711.291 -372.404 4.125,12 18 23,undefined,,,
20 307.242 -334.239 4.125,17 19,undefined,,,
21 307.287 62.6363 4.125,18 20 21 24,undefined,,,
22 -102.402 70.1358 4.125,19,undefined,,,
23 312.679 465.682 4.125,19 22 25,undefined,,,
24 -106.068 473.136 4.125,21 3,undefined,,,
25 912.448 -340.926 4.125,17,undefined,,,
26 487.993 73.6146 4.125,19,undefined,,,
27 293.392 879.101 4.125,21 26,undefined,,,
28 712.057 888.205 4.125,25 27,undefined,,,
29 723.093 473.955 4.125,26 28,undefined,,,
30 1128.75 470.504 4.125,27 29,undefined,,,
31 1537.53 471.798 4.125,28 30,undefined,,,
32 1542.56 85.6186 4.125,29 31,undefined,,,
33 1542.67 -336.824 4.125,30 32,undefined,,,
34 1542.76 -749.58 4.125,31 16,undefined,,,

View File

@ -0,0 +1,114 @@
113
1733.58 233.16 136.125,24 23 13,stand,,,
1453 -206.2 0.125,94 95,stand,,,
2183.12 240.522 -127.875,3,stand,,,
2157.11 -13.5664 -127.875,2 4,stand,,,
2311.73 -15.5734 -127.875,3 5,stand,,,
2288.88 310.29 0.125,4 6 92,stand,,,
2216.97 280.773 0.125,5 7 92,stand,,,
2219.71 -23.0341 0.125,6 8,stand,,,
2308.17 -13.9387 0.125,7 9,stand,,,
2328.48 268.216 128.125,8 10,stand,,,
2260.59 348.646 136.125,9 11,stand,,,
2064.81 338.414 136.125,10 12 14 24 17 25,stand,,,
1632.71 -56.1313 136.125,11 13 14 22 23 24 25,stand,,,
1812.12 -149.269 136.125,12 14 22 0,stand,,,
2173.09 -28.1784 136.125,13 11 12 15 17,stand,,,
2344.27 16.8739 136.125,16 14 17,climb,9.53491 89.081 0,,
2337.7 54.0345 244.125,15,climb,7.20032 91.108 0,,
2312 -208.322 136.125,14 15 21 11,stand,,,
2090.09 -376.612 40.125,19 93,stand,,,
2141.46 -424.214 10.125,18 20,stand,,,
2260.75 -407.277 10.125,19 21,climb,2.56409 87.5739 0,,
2261.49 -367.761 140.125,20 17,climb,81.6656 91.3422 0,,
1456.3 178.006 136.125,12 13 23 26 30,stand,,,
1690.37 128.417 136.125,0 12 24 22,stand,,,
1876.51 251.916 136.125,0 23 12 11 25,stand,,,
1511.61 -275.268 136.125,12 24 11 26 27 28 30 112,stand,,,
1238.5 24.3717 136.125,22 25 27 28 30,stand,,,
1289.75 -277.416 136.125,25 26 28,stand,,,
1243.26 276.144 136.125,26 25 27 29 112,stand,,,
940.341 265.083 136.125,30 28 36 112,stand,,,
1086.62 -82.7684 136.125,26 25 29 22 31 36,stand,,,
841.048 -255.803 136.125,30 32 34,stand,,,
423.835 -322.087 136.125,31 33 37 105,stand,,,
255.63 135.289 136.125,32 34 37 38 105,stand,,,
651.811 235.207 136.125,33 31 35 37,stand,,,
784.952 43.6093 136.125,34 36,stand,,,
944.779 167.056 136.125,29 30 35 112,stand,,,
479.938 8.19693 136.125,34 32 33 38 105,stand,,,
-174.12 0.257538 136.125,33 37 39 40,stand,,,
-430.595 -108.045 136.125,38 44 45,stand,,,
-309.213 12.8544 136.125,38 41,stand,,,
-494.578 178.099 136.125,40 42 43,stand,,,
-385.362 269.799 136.125,41 48,stand,,,
-683.572 279.303 136.125,41 44 45 51,stand,,,
-795.361 85.1956 136.125,43 39 45,stand,,,
-878.039 -33.4477 136.125,39 44 43,stand,,,
-208.505 416.134 10.125,47 102 107 108,stand,,,
-381.332 415.125 10.1412,46 48,climb,6.18958 -89.4159 0,,
-381.262 381.438 140.125,47 42,climb,8.79333 -84.6643 0,,
-824.489 240.749 0.935783,50 52 54,stand,,,
-824.181 344.875 0.125002,49 51,climb,0.52063 90.705 0,,
-786.003 344.435 136.125,50 43,climb,60.083 88.3979 0,,
-969.645 192.84 1.125,49 53,stand,,,
-821.936 134.855 1.125,52 54,stand,,,
-524.898 242.007 1.12467,53 49 55 59,stand,,,
-393.706 205.237 0.125002,54 56 60 71,stand,,,
-376.834 -193.953 0.125,55 57 68,stand,,,
-309.5 -206.009 18.2773,56 58,stand,,,
-224.194 -171.441 0.125002,57 59,stand,,,
-240.741 257.243 1.125,58 54 71 70 106,stand,,,
-660.534 59.9441 1.04621,55 61 69 70 71,stand,,,
-641.537 -73.9196 1.04795,60 62 68,stand,,,
-554.322 -218.581 0.125002,61 63 63 68,stand,,,
-592.157 -305.256 0.125002,64 62 62 68,stand,,,
-593.869 -382.365 40.125,63 65,stand,,,
-527.224 -421.047 10.125,64 66,stand,,,
-168.344 -418.036 10.125,65 67 77,stand,,,
480.313 -422.535 10.125,76 77 66,stand,,,
-525.719 -108.292 2.80823,56 62 63 61,stand,,,
188.086 176.153 0.124998,60 70 71 80,stand,,,
16.1659 99.4017 0.124998,69 60 71 59 72,stand,,,
-337.133 81.1536 0.124998,55 60 70 69 59 106,stand,,,
90.4592 -73.2581 0.125002,70 73 84,stand,,,
431.51 -67.6764 0.383909,72 74 81 84,stand,,,
367.224 -213.226 0.124999,73 81 75,stand,,,
486.026 -311.535 0.124999,76 81 74,stand,,,
484.432 -375.919 40.1477,75 67,stand,,,
827.519 -426.026 10.125,79 67 66,stand,,,
828.309 -305.505 0.124999,79 80 100,stand,,,
825.257 -375.195 33.4722,77 78,stand,,,
820.428 69.1938 1.125,78 69 82 85 98,stand,,,
598.283 -103.718 0.124999,74 73 75 82 84,stand,,,
613.617 56.6777 1.125,81 83 80,stand,,,
283.634 60.791 0.125002,82 84,stand,,,
295.97 -43.0754 0.125002,83 72 73 81,stand,,,
878.779 194.709 0.125,80 86 109,stand,,,
1047.49 205.981 1.125,85 87 109,stand,,,
1184.99 352.944 0.124999,86 88,stand,,,
1558.39 343.08 0.125001,87 89,stand,,,
1540.8 112.242 0.125001,88 90 97,stand,,,
1689.13 50.6814 1.125,89 91 94,stand,,,
2007.9 64.0222 0.124998,90 92 93,stand,,,
2046.59 273.329 0.124998,91 5 6,stand,,,
2068.54 -287.147 0.125,18 91,stand,,,
1675.8 -180.166 0.125001,90 1 95,stand,,,
1318.66 -61.636 0.125001,1 96 94,stand,,,
1215.81 -22.4591 0.125,95 97 101,stand,,,
1203.76 118.287 1.02737,96 89 98,stand,,,
977.201 40.5211 0.125,97 80 99,stand,,,
972.907 -210.071 0.125001,98 100 101,stand,,,
921.692 -266.244 0.125001,99 78,stand,,,
1217.07 -241.919 1.125,99 96,stand,,,
182.922 413.127 10.1504,103 46,climb,15.5994 -87.7222 0,,
185.194 390.797 140.125,102 104,climb,-2.07214 -90.1886 0,,
196.821 351.087 136.125,103 105,stand,,,
341.216 341.414 136.125,104 33 32 37,stand,,,
-297.769 323.862 0.492422,107 59 71,stand,,,
-221.815 375.917 39.737,46 106,stand,,,
780.136 420.141 10.125,46 110 111,stand,,,
870.801 312.352 1.125,110 86 85,stand,,,
802.575 375.584 35.8361,108 109,stand,,,
1140.29 409.125 10.125,108 112,climb,18.4943 -90.086 0,,
1143.36 362.718 136.125,111 29 36 28 25,climb,16.1761 -90.2344 0,,
1 113
2 1733.58 233.16 136.125,24 23 13,stand,,,
3 1453 -206.2 0.125,94 95,stand,,,
4 2183.12 240.522 -127.875,3,stand,,,
5 2157.11 -13.5664 -127.875,2 4,stand,,,
6 2311.73 -15.5734 -127.875,3 5,stand,,,
7 2288.88 310.29 0.125,4 6 92,stand,,,
8 2216.97 280.773 0.125,5 7 92,stand,,,
9 2219.71 -23.0341 0.125,6 8,stand,,,
10 2308.17 -13.9387 0.125,7 9,stand,,,
11 2328.48 268.216 128.125,8 10,stand,,,
12 2260.59 348.646 136.125,9 11,stand,,,
13 2064.81 338.414 136.125,10 12 14 24 17 25,stand,,,
14 1632.71 -56.1313 136.125,11 13 14 22 23 24 25,stand,,,
15 1812.12 -149.269 136.125,12 14 22 0,stand,,,
16 2173.09 -28.1784 136.125,13 11 12 15 17,stand,,,
17 2344.27 16.8739 136.125,16 14 17,climb,9.53491 89.081 0,,
18 2337.7 54.0345 244.125,15,climb,7.20032 91.108 0,,
19 2312 -208.322 136.125,14 15 21 11,stand,,,
20 2090.09 -376.612 40.125,19 93,stand,,,
21 2141.46 -424.214 10.125,18 20,stand,,,
22 2260.75 -407.277 10.125,19 21,climb,2.56409 87.5739 0,,
23 2261.49 -367.761 140.125,20 17,climb,81.6656 91.3422 0,,
24 1456.3 178.006 136.125,12 13 23 26 30,stand,,,
25 1690.37 128.417 136.125,0 12 24 22,stand,,,
26 1876.51 251.916 136.125,0 23 12 11 25,stand,,,
27 1511.61 -275.268 136.125,12 24 11 26 27 28 30 112,stand,,,
28 1238.5 24.3717 136.125,22 25 27 28 30,stand,,,
29 1289.75 -277.416 136.125,25 26 28,stand,,,
30 1243.26 276.144 136.125,26 25 27 29 112,stand,,,
31 940.341 265.083 136.125,30 28 36 112,stand,,,
32 1086.62 -82.7684 136.125,26 25 29 22 31 36,stand,,,
33 841.048 -255.803 136.125,30 32 34,stand,,,
34 423.835 -322.087 136.125,31 33 37 105,stand,,,
35 255.63 135.289 136.125,32 34 37 38 105,stand,,,
36 651.811 235.207 136.125,33 31 35 37,stand,,,
37 784.952 43.6093 136.125,34 36,stand,,,
38 944.779 167.056 136.125,29 30 35 112,stand,,,
39 479.938 8.19693 136.125,34 32 33 38 105,stand,,,
40 -174.12 0.257538 136.125,33 37 39 40,stand,,,
41 -430.595 -108.045 136.125,38 44 45,stand,,,
42 -309.213 12.8544 136.125,38 41,stand,,,
43 -494.578 178.099 136.125,40 42 43,stand,,,
44 -385.362 269.799 136.125,41 48,stand,,,
45 -683.572 279.303 136.125,41 44 45 51,stand,,,
46 -795.361 85.1956 136.125,43 39 45,stand,,,
47 -878.039 -33.4477 136.125,39 44 43,stand,,,
48 -208.505 416.134 10.125,47 102 107 108,stand,,,
49 -381.332 415.125 10.1412,46 48,climb,6.18958 -89.4159 0,,
50 -381.262 381.438 140.125,47 42,climb,8.79333 -84.6643 0,,
51 -824.489 240.749 0.935783,50 52 54,stand,,,
52 -824.181 344.875 0.125002,49 51,climb,0.52063 90.705 0,,
53 -786.003 344.435 136.125,50 43,climb,60.083 88.3979 0,,
54 -969.645 192.84 1.125,49 53,stand,,,
55 -821.936 134.855 1.125,52 54,stand,,,
56 -524.898 242.007 1.12467,53 49 55 59,stand,,,
57 -393.706 205.237 0.125002,54 56 60 71,stand,,,
58 -376.834 -193.953 0.125,55 57 68,stand,,,
59 -309.5 -206.009 18.2773,56 58,stand,,,
60 -224.194 -171.441 0.125002,57 59,stand,,,
61 -240.741 257.243 1.125,58 54 71 70 106,stand,,,
62 -660.534 59.9441 1.04621,55 61 69 70 71,stand,,,
63 -641.537 -73.9196 1.04795,60 62 68,stand,,,
64 -554.322 -218.581 0.125002,61 63 63 68,stand,,,
65 -592.157 -305.256 0.125002,64 62 62 68,stand,,,
66 -593.869 -382.365 40.125,63 65,stand,,,
67 -527.224 -421.047 10.125,64 66,stand,,,
68 -168.344 -418.036 10.125,65 67 77,stand,,,
69 480.313 -422.535 10.125,76 77 66,stand,,,
70 -525.719 -108.292 2.80823,56 62 63 61,stand,,,
71 188.086 176.153 0.124998,60 70 71 80,stand,,,
72 16.1659 99.4017 0.124998,69 60 71 59 72,stand,,,
73 -337.133 81.1536 0.124998,55 60 70 69 59 106,stand,,,
74 90.4592 -73.2581 0.125002,70 73 84,stand,,,
75 431.51 -67.6764 0.383909,72 74 81 84,stand,,,
76 367.224 -213.226 0.124999,73 81 75,stand,,,
77 486.026 -311.535 0.124999,76 81 74,stand,,,
78 484.432 -375.919 40.1477,75 67,stand,,,
79 827.519 -426.026 10.125,79 67 66,stand,,,
80 828.309 -305.505 0.124999,79 80 100,stand,,,
81 825.257 -375.195 33.4722,77 78,stand,,,
82 820.428 69.1938 1.125,78 69 82 85 98,stand,,,
83 598.283 -103.718 0.124999,74 73 75 82 84,stand,,,
84 613.617 56.6777 1.125,81 83 80,stand,,,
85 283.634 60.791 0.125002,82 84,stand,,,
86 295.97 -43.0754 0.125002,83 72 73 81,stand,,,
87 878.779 194.709 0.125,80 86 109,stand,,,
88 1047.49 205.981 1.125,85 87 109,stand,,,
89 1184.99 352.944 0.124999,86 88,stand,,,
90 1558.39 343.08 0.125001,87 89,stand,,,
91 1540.8 112.242 0.125001,88 90 97,stand,,,
92 1689.13 50.6814 1.125,89 91 94,stand,,,
93 2007.9 64.0222 0.124998,90 92 93,stand,,,
94 2046.59 273.329 0.124998,91 5 6,stand,,,
95 2068.54 -287.147 0.125,18 91,stand,,,
96 1675.8 -180.166 0.125001,90 1 95,stand,,,
97 1318.66 -61.636 0.125001,1 96 94,stand,,,
98 1215.81 -22.4591 0.125,95 97 101,stand,,,
99 1203.76 118.287 1.02737,96 89 98,stand,,,
100 977.201 40.5211 0.125,97 80 99,stand,,,
101 972.907 -210.071 0.125001,98 100 101,stand,,,
102 921.692 -266.244 0.125001,99 78,stand,,,
103 1217.07 -241.919 1.125,99 96,stand,,,
104 182.922 413.127 10.1504,103 46,climb,15.5994 -87.7222 0,,
105 185.194 390.797 140.125,102 104,climb,-2.07214 -90.1886 0,,
106 196.821 351.087 136.125,103 105,stand,,,
107 341.216 341.414 136.125,104 33 32 37,stand,,,
108 -297.769 323.862 0.492422,107 59 71,stand,,,
109 -221.815 375.917 39.737,46 106,stand,,,
110 780.136 420.141 10.125,46 110 111,stand,,,
111 870.801 312.352 1.125,110 86 85,stand,,,
112 802.575 375.584 35.8361,108 109,stand,,,
113 1140.29 409.125 10.125,108 112,climb,18.4943 -90.086 0,,
114 1143.36 362.718 136.125,111 29 36 28 25,climb,16.1761 -90.2344 0,,

View File

@ -0,0 +1,144 @@
143
-1259.3 1521.5 8.83176,39,stand,,,
-2523.63 1174.27 12.9425,126,stand,,,
1724.3 -752.1 150.125,108,stand,,,
1688.74 652.6 11.4999,75,stand,,,
1881.7 -1090.4 9.19418,111,stand,,,
1896.6 -834.738 8.36909,110,stand,,,
1309.1 -229.9 8.31324,62 105 78,stand,,,
1896.3 -1265.6 8.46395,84,stand,,,
-1316.1 1168.7 8.83177,39,stand,,,
1303.37 -1616.98 8.12109,84 133,stand,,,
-1744.2 -26.8 9.27197,15 17 99,stand,,,
-2500.8 951.3 12.9426,126,stand,,,
-1931.6 2360.4 -11.4597,45 49,stand,,,
-1457.54 323.829 10.125,14,stand,,,
-1517.99 250.16 11.125,13 15 21 99,stand,,,
-1732.71 217.709 9.27197,14 10 20 40 99,stand,,,
-2085.49 341.317 12.3643,17,stand,,,
-1954.02 203.053 12.9425,10 16 18,stand,,,
-1925.3 459.111 12.9425,17 19 20 40 115,stand,,,
-1983.84 1011.93 12.9425,18 40 41 125,stand,,,
-1678.42 1369.06 9.27171,18 15 38 39 21 38 53 41 45 124 142,stand,,,
-1521.34 858.727 11.125,14 22 20 23 40 140,stand,,,
-1431.46 831.532 10.125,21 23,stand,,,
-1428.8 693.488 10.125,24 22 21,stand,,,
-1422.08 459.612 127.859,23 25,stand,,,
-1307.34 440.501 127.625,24 26,stand,,,
-1176.76 259.14 127.625,25 27 28,stand,,,
-985.833 313.273 127.625,26 28,stand,,,
-605.066 257.565 127.625,27 26 29,stand,,,
-280.386 287.564 127.625,28 30,stand,,,
-253.489 12.2056 127.625,29 31,stand,,,
-53.1065 21.1914 128.591,30 32,stand,,,
-50.4324 -242.792 8.93786,31 33,stand,,,
82.463 -436.886 8.49204,32 34 55 56 60 134 134 135,stand,,,
-545.9 -472.407 8.77093,33 35 97 36 135 134 136,stand,,,
-663.06 75.7119 8.77093,34 36 99 100 137,stand,,,
-654.501 329.688 8.93575,35 37 34,stand,,,
-923.941 336.218 8.93563,36 38 127,stand,,,
-986.444 1340.97 9.11872,37 20 39 20 53 127 41,stand,,,
-1238.49 1321.65 8.83176,0 8 38 20 41,stand,,,
-1947.23 759.343 12.9425,21 18 15 19,stand,,,
-2141.93 1281.33 12.9425,19 42 20 125 39 38 53,stand,,,
-2081.98 1491.97 22.5764,41 43,stand,,,
-2102.06 1655.49 16.739,42 44,stand,,,
-2099.16 1765.12 -11.452,43 45,stand,,,
-1782.85 2029.39 -14.3657,44 12 46 49 20 124,stand,,,
-1338.71 1878.65 -14.3672,45 47 50 67 47 124,stand,,,
-1295.89 2033.93 -14.4779,46 48 50 67 46 124 142,stand,,,
-1445.08 2407.19 -13.375,47 49,stand,,,
-1676.87 2295.44 -14.3657,48 12 45,stand,,,
-833.68 2065.92 -13.8191,47 46 51 67 68,stand,,,
-682.309 1924.19 2.35602,50 52 66,stand,,,
-531.821 1813.45 8.80289,51 53 66,stand,,,
-523.129 1335.35 9.11872,52 20 38 54 41,stand,,,
-200.74 1161.61 9.11872,53 55 128,stand,,,
145.441 597.945 8.49397,54 33 58 59 128,stand,,,
763.004 -376.281 8.49397,33 57 58 61 92 132 134 135,stand,,,
826.817 58.7864 8.49397,56 58 61 62 128,stand,,,
624.452 338.098 8.49397,57 56 55 61 128,stand,,,
-26.0185 250.809 8.49397,55 60,stand,,,
157.276 52.4291 8.77254,33 59 128,stand,,,
566.346 16.2675 8.49034,56 58 57,stand,,,
1441.01 59.4256 8.1211,57 63 75 6 77 105,stand,,,
1402.16 751.268 9.96331,62 64 72 73 75,stand,,,
-6.20524 2077.5 14.4919,63 65 70 71 72 74,stand,,,
-190.187 2141.88 16.5524,64 66 67,stand,,,
-305.421 1958.92 12.1376,65 52 51,stand,,,
-767.931 2207.9 -3.80063,65 50 47 46,stand,,,
-850.97 1868.39 -9.55448,50 69,stand,,,
-997.941 1860.35 -5.875,68,stand,,,
700.908 2142.76 9.96331,64 71 74 72,stand,,,
1455.47 2201.62 9.96331,70 64 72 73 74,stand,,,
677.053 1394.41 9.96331,63 64 71 70,stand,,,
1600.85 1073.57 8.90974,71 63 74,stand,,,
348.79 2212.9 9.96331,73 64 70 71,stand,,,
1571.64 354.552 8.1211,3 62 63 76 105,stand,,,
1819.7 148.668 8.23485,75 77,stand,,,
1579.5 -427.248 8.1211,76 62 78 79 83 105,stand,,,
1874.59 -312.151 8.1211,77 105 106 6,stand,,,
1455.62 -1097.63 8.1211,77 80 83 84 85 111,stand,,,
1190.87 -928.888 9.30819,81 79 133,stand,,,
1039.36 -931.666 24.1597,80 82,stand,,,
907.959 -933.021 9.1816,81 92,stand,,,
1291.68 -619.98 8.10396,77 79 133,stand,,,
1609.52 -1578.71 8.05915,79 7 9 112 114 133,stand,,,
1127.72 -1079.67 7.39142,79 86 92 133,stand,,,
1124.85 -1269.15 8.124,85 87 133,stand,,,
938.466 -1291.04 8.11967,86,stand,,,
657.451 -1309.58 8.1212,89,stand,,,
425.244 -1297.07 8.36798,88 90,stand,,,
225.365 -1261.5 6.13196,91 89 93 94,stand,,,
256.966 -988.443 9.15804,90 92,stand,,,
762.154 -966.285 8.12109,56 82 85 91 93 132,stand,,,
482.941 -1150.64 11.4345,92 90,stand,,,
-68.8762 -1385.3 12.2503,90 95 131,stand,,,
-491.273 -1018.09 8.17231,94 96 129 130,stand,,,
-516.127 -747.495 8.27592,95 97 98,stand,,,
-561.381 -636.627 8.27592,96 34 98,stand,,,
-729.896 -647.408 9.04598,96 103 97,stand,,,
-1405.81 77.4237 26.2123,35 14 15 10 100 101,stand,,,
-1155.12 30.3133 8.77093,35 99 101 138 139,stand,,,
-1123.82 -67.0565 8.77093,100 102 99,stand,,,
-895.646 -70.2334 8.27253,101 103,stand,,,
-914.462 -622.521 8.27253,102 98,stand,,,
1256.35 414.568 128.591,105,stand,,,
1258.92 128.178 8.11854,104 62 6 75 77 78,stand,,,
1869.31 -531.392 8.36909,78 107 109,stand,,,
1905.1 -584.208 8.36909,106 108,stand,,,
1879.2 -841.432 150.125,107 2,stand,,,
1742.43 -583.344 8.36909,106 110,stand,,,
1742.37 -851.378 8.36909,109 5 111,stand,,,
1747.2 -1122.62 8.36909,110 79 4,stand,,,
1897.17 -1716.95 11.4569,84 113 114,stand,,,
1708.91 -1873 9.0382,112,stand,,,
2067.99 -1649.52 8.6786,112 84,stand,,,
-2066.08 461.207 15.2328,18 116 118,stand,,,
-2158.78 870.337 13.2869,117 115 125,stand,,,
-2204.32 775.035 13.2869,116,stand,,,
-2196.83 460.99 13.2869,115 119,stand,,,
-2194.12 659.654 131.568,118 120,stand,,,
-2141.06 802.639 131.571,119 121 123,stand,,,
-2081.17 727.619 131.571,120 122,stand,,,
-2113.46 519.804 131.571,121,stand,,,
-2159.97 935.887 131.568,120,stand,,,
-1573.73 1823.66 -12.2275,20 46 47 45 125 142,stand,,,
-2169.55 1027.58 12.9425,41 116 19 124 126 142,stand,,,
-2440.51 1031.02 12.9425,125 1 11,stand,,,
-871.082 699.725 9.11872,37 38 128,stand,,,
25.5522 760.452 9.05611,55 54 58 57 60 127,stand,,,
-641.742 -1053.82 8.17216,95,stand,,,
-222 -1110.53 8.61306,95,stand,,,
5.91305 -1259.71 12.2503,94,stand,,,
741.479 -657.266 8.125,56 92,stand,,,
1285.16 -1268.54 8.1211,86 85 84 9 80 83,stand,,,
364.509 -450.289 8.49291,33 56 33 135 34,stand,,,
-234.422 -484.752 8.125,34 33 134 56,stand,,,
-465.604 -274.099 8.77093,34,stand,,,
-700.789 -143.111 8.77093,35,stand,,,
-1259.44 119.159 8.77093,100,stand,,,
-1287.32 -82.6304 8.77093,100,stand,,,
-1494.56 1007.26 10.125,21 141,stand,,,
-1364.75 964.77 10.1316,140,stand,,,
-1816.35 1621.3 -6.79547,124 47 20 125,stand,,,
1 143
2 -1259.3 1521.5 8.83176,39,stand,,,
3 -2523.63 1174.27 12.9425,126,stand,,,
4 1724.3 -752.1 150.125,108,stand,,,
5 1688.74 652.6 11.4999,75,stand,,,
6 1881.7 -1090.4 9.19418,111,stand,,,
7 1896.6 -834.738 8.36909,110,stand,,,
8 1309.1 -229.9 8.31324,62 105 78,stand,,,
9 1896.3 -1265.6 8.46395,84,stand,,,
10 -1316.1 1168.7 8.83177,39,stand,,,
11 1303.37 -1616.98 8.12109,84 133,stand,,,
12 -1744.2 -26.8 9.27197,15 17 99,stand,,,
13 -2500.8 951.3 12.9426,126,stand,,,
14 -1931.6 2360.4 -11.4597,45 49,stand,,,
15 -1457.54 323.829 10.125,14,stand,,,
16 -1517.99 250.16 11.125,13 15 21 99,stand,,,
17 -1732.71 217.709 9.27197,14 10 20 40 99,stand,,,
18 -2085.49 341.317 12.3643,17,stand,,,
19 -1954.02 203.053 12.9425,10 16 18,stand,,,
20 -1925.3 459.111 12.9425,17 19 20 40 115,stand,,,
21 -1983.84 1011.93 12.9425,18 40 41 125,stand,,,
22 -1678.42 1369.06 9.27171,18 15 38 39 21 38 53 41 45 124 142,stand,,,
23 -1521.34 858.727 11.125,14 22 20 23 40 140,stand,,,
24 -1431.46 831.532 10.125,21 23,stand,,,
25 -1428.8 693.488 10.125,24 22 21,stand,,,
26 -1422.08 459.612 127.859,23 25,stand,,,
27 -1307.34 440.501 127.625,24 26,stand,,,
28 -1176.76 259.14 127.625,25 27 28,stand,,,
29 -985.833 313.273 127.625,26 28,stand,,,
30 -605.066 257.565 127.625,27 26 29,stand,,,
31 -280.386 287.564 127.625,28 30,stand,,,
32 -253.489 12.2056 127.625,29 31,stand,,,
33 -53.1065 21.1914 128.591,30 32,stand,,,
34 -50.4324 -242.792 8.93786,31 33,stand,,,
35 82.463 -436.886 8.49204,32 34 55 56 60 134 134 135,stand,,,
36 -545.9 -472.407 8.77093,33 35 97 36 135 134 136,stand,,,
37 -663.06 75.7119 8.77093,34 36 99 100 137,stand,,,
38 -654.501 329.688 8.93575,35 37 34,stand,,,
39 -923.941 336.218 8.93563,36 38 127,stand,,,
40 -986.444 1340.97 9.11872,37 20 39 20 53 127 41,stand,,,
41 -1238.49 1321.65 8.83176,0 8 38 20 41,stand,,,
42 -1947.23 759.343 12.9425,21 18 15 19,stand,,,
43 -2141.93 1281.33 12.9425,19 42 20 125 39 38 53,stand,,,
44 -2081.98 1491.97 22.5764,41 43,stand,,,
45 -2102.06 1655.49 16.739,42 44,stand,,,
46 -2099.16 1765.12 -11.452,43 45,stand,,,
47 -1782.85 2029.39 -14.3657,44 12 46 49 20 124,stand,,,
48 -1338.71 1878.65 -14.3672,45 47 50 67 47 124,stand,,,
49 -1295.89 2033.93 -14.4779,46 48 50 67 46 124 142,stand,,,
50 -1445.08 2407.19 -13.375,47 49,stand,,,
51 -1676.87 2295.44 -14.3657,48 12 45,stand,,,
52 -833.68 2065.92 -13.8191,47 46 51 67 68,stand,,,
53 -682.309 1924.19 2.35602,50 52 66,stand,,,
54 -531.821 1813.45 8.80289,51 53 66,stand,,,
55 -523.129 1335.35 9.11872,52 20 38 54 41,stand,,,
56 -200.74 1161.61 9.11872,53 55 128,stand,,,
57 145.441 597.945 8.49397,54 33 58 59 128,stand,,,
58 763.004 -376.281 8.49397,33 57 58 61 92 132 134 135,stand,,,
59 826.817 58.7864 8.49397,56 58 61 62 128,stand,,,
60 624.452 338.098 8.49397,57 56 55 61 128,stand,,,
61 -26.0185 250.809 8.49397,55 60,stand,,,
62 157.276 52.4291 8.77254,33 59 128,stand,,,
63 566.346 16.2675 8.49034,56 58 57,stand,,,
64 1441.01 59.4256 8.1211,57 63 75 6 77 105,stand,,,
65 1402.16 751.268 9.96331,62 64 72 73 75,stand,,,
66 -6.20524 2077.5 14.4919,63 65 70 71 72 74,stand,,,
67 -190.187 2141.88 16.5524,64 66 67,stand,,,
68 -305.421 1958.92 12.1376,65 52 51,stand,,,
69 -767.931 2207.9 -3.80063,65 50 47 46,stand,,,
70 -850.97 1868.39 -9.55448,50 69,stand,,,
71 -997.941 1860.35 -5.875,68,stand,,,
72 700.908 2142.76 9.96331,64 71 74 72,stand,,,
73 1455.47 2201.62 9.96331,70 64 72 73 74,stand,,,
74 677.053 1394.41 9.96331,63 64 71 70,stand,,,
75 1600.85 1073.57 8.90974,71 63 74,stand,,,
76 348.79 2212.9 9.96331,73 64 70 71,stand,,,
77 1571.64 354.552 8.1211,3 62 63 76 105,stand,,,
78 1819.7 148.668 8.23485,75 77,stand,,,
79 1579.5 -427.248 8.1211,76 62 78 79 83 105,stand,,,
80 1874.59 -312.151 8.1211,77 105 106 6,stand,,,
81 1455.62 -1097.63 8.1211,77 80 83 84 85 111,stand,,,
82 1190.87 -928.888 9.30819,81 79 133,stand,,,
83 1039.36 -931.666 24.1597,80 82,stand,,,
84 907.959 -933.021 9.1816,81 92,stand,,,
85 1291.68 -619.98 8.10396,77 79 133,stand,,,
86 1609.52 -1578.71 8.05915,79 7 9 112 114 133,stand,,,
87 1127.72 -1079.67 7.39142,79 86 92 133,stand,,,
88 1124.85 -1269.15 8.124,85 87 133,stand,,,
89 938.466 -1291.04 8.11967,86,stand,,,
90 657.451 -1309.58 8.1212,89,stand,,,
91 425.244 -1297.07 8.36798,88 90,stand,,,
92 225.365 -1261.5 6.13196,91 89 93 94,stand,,,
93 256.966 -988.443 9.15804,90 92,stand,,,
94 762.154 -966.285 8.12109,56 82 85 91 93 132,stand,,,
95 482.941 -1150.64 11.4345,92 90,stand,,,
96 -68.8762 -1385.3 12.2503,90 95 131,stand,,,
97 -491.273 -1018.09 8.17231,94 96 129 130,stand,,,
98 -516.127 -747.495 8.27592,95 97 98,stand,,,
99 -561.381 -636.627 8.27592,96 34 98,stand,,,
100 -729.896 -647.408 9.04598,96 103 97,stand,,,
101 -1405.81 77.4237 26.2123,35 14 15 10 100 101,stand,,,
102 -1155.12 30.3133 8.77093,35 99 101 138 139,stand,,,
103 -1123.82 -67.0565 8.77093,100 102 99,stand,,,
104 -895.646 -70.2334 8.27253,101 103,stand,,,
105 -914.462 -622.521 8.27253,102 98,stand,,,
106 1256.35 414.568 128.591,105,stand,,,
107 1258.92 128.178 8.11854,104 62 6 75 77 78,stand,,,
108 1869.31 -531.392 8.36909,78 107 109,stand,,,
109 1905.1 -584.208 8.36909,106 108,stand,,,
110 1879.2 -841.432 150.125,107 2,stand,,,
111 1742.43 -583.344 8.36909,106 110,stand,,,
112 1742.37 -851.378 8.36909,109 5 111,stand,,,
113 1747.2 -1122.62 8.36909,110 79 4,stand,,,
114 1897.17 -1716.95 11.4569,84 113 114,stand,,,
115 1708.91 -1873 9.0382,112,stand,,,
116 2067.99 -1649.52 8.6786,112 84,stand,,,
117 -2066.08 461.207 15.2328,18 116 118,stand,,,
118 -2158.78 870.337 13.2869,117 115 125,stand,,,
119 -2204.32 775.035 13.2869,116,stand,,,
120 -2196.83 460.99 13.2869,115 119,stand,,,
121 -2194.12 659.654 131.568,118 120,stand,,,
122 -2141.06 802.639 131.571,119 121 123,stand,,,
123 -2081.17 727.619 131.571,120 122,stand,,,
124 -2113.46 519.804 131.571,121,stand,,,
125 -2159.97 935.887 131.568,120,stand,,,
126 -1573.73 1823.66 -12.2275,20 46 47 45 125 142,stand,,,
127 -2169.55 1027.58 12.9425,41 116 19 124 126 142,stand,,,
128 -2440.51 1031.02 12.9425,125 1 11,stand,,,
129 -871.082 699.725 9.11872,37 38 128,stand,,,
130 25.5522 760.452 9.05611,55 54 58 57 60 127,stand,,,
131 -641.742 -1053.82 8.17216,95,stand,,,
132 -222 -1110.53 8.61306,95,stand,,,
133 5.91305 -1259.71 12.2503,94,stand,,,
134 741.479 -657.266 8.125,56 92,stand,,,
135 1285.16 -1268.54 8.1211,86 85 84 9 80 83,stand,,,
136 364.509 -450.289 8.49291,33 56 33 135 34,stand,,,
137 -234.422 -484.752 8.125,34 33 134 56,stand,,,
138 -465.604 -274.099 8.77093,34,stand,,,
139 -700.789 -143.111 8.77093,35,stand,,,
140 -1259.44 119.159 8.77093,100,stand,,,
141 -1287.32 -82.6304 8.77093,100,stand,,,
142 -1494.56 1007.26 10.125,21 141,stand,,,
143 -1364.75 964.77 10.1316,140,stand,,,
144 -1816.35 1621.3 -6.79547,124 47 20 125,stand,,,

View File

@ -0,0 +1,324 @@
323
-124.5 1602 3.91817,10 11 26 322,stand,,,
829.2 1789.4 5.50769,189,stand,,,
1460.8 1046.6 3.91817,303,stand,,,
1406.2 -233.3 3.91817,238 236 251,stand,,,
672.463 -1394.62 3.91817,263,stand,,,
114.914 -1797.84 8.58386,265 266,stand,,,
-622.709 -1415.6 3.91817,113 114 307,stand,,,
-2506.3 -1115.29 3.91817,90 91,stand,,,
-2508.7 675.609 3.91817,73 74 70,stand,,,
-1799.29 1602.7 3.91817,16 72,stand,,,
119.408 1450.55 3.91817,0 25 322,stand,,,
-406.417 1461.61 3.91817,0 12 21 22 321 322,stand,,,
-746.136 1260.05 5.12269,11 13 20 21 321,stand,,,
-1111.43 1251.36 0.0405235,12 14 18 20,stand,,,
-1005.39 887.579 0.0405235,13 15 46 144,stand,,,
-1197.57 935.49 0.0405235,14 55 143,stand,,,
-1635.34 1603.43 3.91817,9 17 19,stand,,,
-1608.94 1319.14 3.91817,16 18 47,stand,,,
-1348.03 1305.11 5.125,17 13 143 19,stand,,,
-1204.34 1596.69 0.0405253,16 20 18,stand,,,
-1044.6 1413.37 0.0405253,19 13 12,stand,,,
-673.861 1512.42 3.91817,11 12,stand,,,
-300.552 1248.36 5.12269,11 23 304 321 322,stand,,,
-104.725 1302.63 5.10688,22 24,stand,,,
34.6356 1331.04 5.10688,23 25,stand,,,
222.283 1327.75 3.91817,24 10 27 28,stand,,,
195.637 1624.78 3.91817,0 27,stand,,,
476.228 1564.85 3.91817,26 25,stand,,,
82.367 1082.32 3.91817,25 29 306,stand,,,
-52.095 917.638 3.91817,28 30,stand,,,
-210.125 754.026 3.91817,29 31 305,stand,,,
-168.719 656.145 3.91817,30 32,stand,,,
-287.682 500.28 12.5772,31 33,stand,,,
-334.388 458.346 3.91817,32 34,stand,,,
-331.242 543.735 31.1432,33 35,stand,,,
-335.354 579.467 31.1432,34 36,stand,,,
-420.947 579.481 31.1607,35 37,stand,,,
-422.036 721.159 31.1607,36 38,stand,,,
-512.602 746.786 31.1607,37 39 42,stand,,,
-569.421 889.545 31.1607,38 40,stand,,,
-645.409 889.662 32.3915,39 41,stand,,,
-740.832 890.587 5.12269,40 46 145,stand,,,
-474.85 850.972 37.025,38 43,stand,,,
-473.637 986.909 92.2945,42 44,stand,,,
-474.38 1094.5 90.9985,43 45,stand,,,
-626.062 1081.09 90.9985,44,stand,,,
-870.338 874.257 5.11242,41 14,stand,,,
-1621.6 1041.31 3.91817,17 48 143,stand,,,
-1919.59 1013.3 3.91817,47 49,stand,,,
-2014.06 953.011 3.91817,48 50 51 69,stand,,,
-1901.97 930.544 7.08065,49 53,stand,,,
-1996.27 848.231 5.38095,49 52,stand,,,
-2077.5 855.179 39.0764,51 68,stand,,,
-1799.09 898.804 7.08065,50 54 57,stand,,,
-1606.34 891.085 7.08065,53 55,stand,,,
-1408.09 905.646 5.60604,54 56 15,stand,,,
-1353.12 644.568 5.125,55 133 134 150,stand,,,
-1799.61 797.877 7.72876,53 58,stand,,,
-1809.31 717.407 7.10259,57 59 135 136,stand,,,
-1799.16 531.339 7.10259,58 60 135,stand,,,
-1811.94 441.607 7.0979,59 61,stand,,,
-1958.58 441.219 7.0979,60 62,stand,,,
-2023.9 486.934 7.72876,61 63,stand,,,
-2154.02 450.333 7.08065,62 64 65,stand,,,
-2153.93 361.123 7.08065,63 76,stand,,,
-2229.11 454.763 7.08065,63 66 67,stand,,,
-2308.57 460.287 3.91817,65 74 75 82,stand,,,
-2228.89 554.513 39.0764,65 68,stand,,,
-2227.82 868.571 39.0764,67 52,stand,,,
-2355.39 997.064 3.91817,49 70 73,stand,,,
-2459.96 1117.13 3.91817,69 71 8 73,stand,,,
-2452.4 1614.69 3.91817,70 72,stand,,,
-2047.07 1609.93 3.91817,71 9,stand,,,
-2425.95 829.692 3.91817,69 8 75 70,stand,,,
-2506.54 420.126 3.91817,8 66 82,stand,,,
-2369.78 645.398 3.91817,66 73,stand,,,
-2160.61 243.772 3.91817,64 77 81 84,stand,,,
-1799.38 250.987 3.90467,76 78 132 152 81,stand,,,
-1812.69 3.89159 0.0405234,77 79 156 81,stand,,,
-1826.26 -249.055 3.91817,78 80 104 155 81,stand,,,
-2077.03 -253.357 3.21439,79 81,stand,,,
-2132.18 9.35658 0.0405239,80 76 84 78 79 77 85,stand,,,
-2487.08 244.977 3.91817,74 83 84 66,stand,,,
-2473.21 24.1492 0.0405245,82 84 86,stand,,,
-2283.38 11.3215 0.0405245,83 81 85 86 76 82,stand,,,
-2290.3 -183.422 0.0405245,84 86 87 81,stand,,,
-2455.85 -175.36 0.0405241,83 85 87 84,stand,,,
-2301.33 -321.898 5.1905,85 88 157 160 86,stand,,,
-2485.35 -465.242 3.91817,87 89,stand,,,
-2485.18 -676.087 3.91817,88 90,stand,,,
-2476.47 -922.788 3.91817,89 7 95 93,stand,,,
-2449.18 -1388.46 3.91817,7 92,stand,,,
-2200.7 -1378.07 3.91817,91 93 105,stand,,,
-2200.17 -1024.81 3.91817,92 94 90 96,stand,,,
-2133.32 -803.997 3.91817,93 95 96 159,stand,,,
-2335.3 -815.06 3.91817,94 90,stand,,,
-2083.82 -938.694 6.95881,93 94 97,stand,,,
-1915.67 -939.112 6.86258,96 98 100,stand,,,
-1935.08 -1072.82 6.86258,97 99,stand,,,
-1916.85 -1190.4 6.86258,98,stand,,,
-1803.36 -944.597 6.86258,97 101,stand,,,
-1672.75 -944.433 6.24565,100 102 107 163,stand,,,
-1551.4 -939.388 4.97269,101 103 108,stand,,,
-1553.26 -657.629 4.96801,102 104 127 302,stand,,,
-1559.8 -284.013 5.125,103 79 128 153 155 164,stand,,,
-1948.71 -1352.07 3.91817,92 106,stand,,,
-1683.73 -1293.63 3.91817,105 107,stand,,,
-1731.85 -1154.54 3.91817,106 101,stand,,,
-1516.04 -1051.23 3.91817,102 109 127,stand,,,
-1264.45 -1065.57 0.0405246,108 110 126 127 320,stand,,,
-1276.89 -1285.35 0.0405246,109 111 320,stand,,,
-1082.44 -1284.43 3.91817,110 112,stand,,,
-895.631 -1280.01 3.91817,111 113 310,stand,,,
-802.899 -1395.67 3.91817,112 6 310,stand,,,
-276.811 -1410.08 3.91817,6 115,stand,,,
-314.78 -1202.71 3.91817,114 116 308,stand,,,
-343.477 -938.959 3.91817,115 117 309,stand,,,
-363.44 -828.294 6.525,116 118,stand,,,
-439.773 -663.056 3.91817,117 119,stand,,,
-449.56 -522.395 3.91817,118 120,stand,,,
-407.312 -466.704 3.91817,119 121,stand,,,
-485.579 -445.662 3.91817,120 122,stand,,,
-677.143 -387.231 3.91817,121 123,stand,,,
-933.017 -422.082 3.91817,122 124,stand,,,
-930.67 -782.421 5.25439,123 125,stand,,,
-999.294 -834.826 3.91817,124 126,stand,,,
-1131.01 -799.426 -0.00510325,125 127 131 109,stand,,,
-1307.49 -676.69 -0.00510325,126 128 130 103 109 108 302,stand,,,
-1311.92 -280.449 0.0405233,127 104 129 164 165 302,stand,,,
-1037.86 -288.963 5.03612,128 130 165 171,stand,,,
-1040.8 -503.05 5.03612,129 131 127,stand,,,
-1048.96 -697.598 5.03612,130 126,stand,,,
-1685.28 341.488 3.91817,77 133,stand,,,
-1471.62 488.359 3.91817,132 56 151,stand,,,
-1550.94 635.433 7.08065,56 135,stand,,,
-1686.23 636.451 7.10259,134 58 59,stand,,,
-1909.37 568.988 7.10259,58 137,stand,,,
-2066.63 572.876 83.125,136 138,stand,,,
-2112.52 576.227 83.125,137 139,stand,,,
-2107.42 701.695 131.125,138 140,stand,,,
-2020.88 735.105 131.125,139 141,stand,,,
-1987.74 655.122 131.125,140 142,stand,,,
-1896.78 652.897 131.125,141,stand,,,
-1421.03 1096.79 3.91817,15 18 47,stand,,,
-1007.81 603.423 0.0405247,14 145 149,stand,,,
-816.631 608.468 5.05299,144 41 146,stand,,,
-810.786 282.289 5.03519,145 147 149 165 170,stand,,,
-534.789 278.104 4.99458,146 148,stand,,,
-302.999 274.017 5.01574,147 180 169 182 200,stand,,,
-1027.31 271.134 0.040524,146 144 150 164 165,stand,,,
-1341.23 284.186 5.03612,149 56 151 154 164,stand,,,
-1512.16 280.639 5.04407,133 150 152,stand,,,
-1628.58 134.032 0.0405253,151 77 153 154,stand,,,
-1497.79 -37.1529 0.0405254,152 154 104 155,stand,,,
-1393.15 137.087 0.0405254,153 150 152 164,stand,,,
-1607.78 -163.943 -0.0456685,153 104 79 156,stand,,,
-1735.78 -124.495 0.0405254,155 78,stand,,,
-2306.73 -494.141 6.95881,87 158,stand,,,
-2301.77 -700.759 6.95881,157 159,stand,,,
-2137.34 -721.69 3.91817,158 94 160,stand,,,
-2137.32 -420.26 3.91817,159 161 87,stand,,,
-1913.89 -418.226 3.91816,160 162,stand,,,
-1668.3 -418.231 3.91816,161 163,stand,,,
-1697.65 -654.331 3.91816,162 101,stand,,,
-1211.64 -4.96498 0.0405239,104 154 150 149 128 165,stand,,,
-941.113 -5.41094 0.0195068,164 129 149 146 166 170 171 128,stand,,,
-715.627 -10.1748 0.0405248,165 167 170 171,stand,,,
-614.991 -145.793 0.0405248,166 168 171 172,stand,,,
-432.732 -57.2031 0.0405248,167 169 172 180 181,stand,,,
-490.954 144.568 0.0405248,168 170 148 180,stand,,,
-701.663 138.915 0.0405248,169 166 146 165,stand,,,
-776.05 -257.948 4.50645,129 167 166 165 172,stand,,,
-473.993 -221.432 4.89061,171 168 167 173,stand,,,
-302.688 -294.783 5.03612,172 174 181 288,stand,,,
37.8793 -309.333 0.0405254,173 175 287 290,stand,,,
323.486 -295.905 5.0405,174 176 287 300,stand,,,
479.621 -178.848 3.61456,175 177 226 300,stand,,,
440.764 -76.5199 4.92217,176 178 224,stand,,,
300.187 114.061 0.0118433,177 179 200 201 301,stand,,,
45.3572 158.172 0.0118433,178 180 200 201,stand,,,
-230.429 97.7926 -0.00752897,179 148 168 181 200 201 169,stand,,,
-306.441 -97.1164 -0.0595601,173 180 168,stand,,,
-138.755 455.558 3.91817,148 183,stand,,,
13.1323 654.76 3.91817,182 184 200,stand,,,
157.774 890.021 5.50916,183 185,stand,,,
425.992 1238.81 5.50916,184 186 193 195,stand,,,
645.831 1119.13 4.925,185 187 192 195 216,stand,,,
833.913 1375.53 3.91817,186 188 191 192 218,stand,,,
736.359 1519.08 3.91817,187 189,stand,,,
893.701 1686.09 8.36096,188 1 190,stand,,,
1137.98 1471.39 6.75513,189 191,stand,,,
1018.25 1331.46 3.88993,190 187 218,stand,,,
809.617 1166.38 4.925,187 186 215,stand,,,
487.215 1032.71 4.925,185 194 195,stand,,,
433.3 966.054 4.925,193 197,stand,,,
609.134 1042.45 4.925,185 196 186 193,stand,,,
738.904 920.891 4.925,195 207 206,stand,,,
468.552 848.524 4.925,194 198,stand,,,
395.075 721.471 4.925,197 199,stand,,,
244.431 556.373 4.925,198 200,stand,,,
90.0948 415.443 4.92217,199 183 179 178 148 180 202,stand,,,
114.411 24.3883 0.0376246,179 180 178,stand,,,
350.534 381.028 3.91817,200 203 223 301,stand,,,
457.541 360.261 4.925,202 204 301,stand,,,
546.576 512.404 4.925,203 205 209,stand,,,
618.518 699.196 5.21638,204 206,stand,,,
724.408 827.421 5.21638,205 207 196,stand,,,
900.681 787.722 4.925,206 208 196,stand,,,
988.889 895.937 4.925,207 216 217 219 220,stand,,,
743.381 500.45 4.925,204 210,stand,,,
898.575 686.64 128.925,209 211,stand,,,
933.321 740.905 128.925,210 212,stand,,,
831.183 829.413 128.925,211 213,stand,,,
935.285 938.26 128.925,212 214,stand,,,
995.074 1015.78 128.925,213 215,stand,,,
962.802 1040.47 128.925,214 192,stand,,,
776.192 1062.07 4.925,186 208,stand,,,
1216.57 1014.59 3.91817,208 218 303 220,stand,,,
1066.2 1187.79 3.91817,217 191 187 219,stand,,,
979.434 1057.12 4.925,218 208,stand,,,
1158.9 753.984 3.91817,208 221 217,stand,,,
943.806 489.28 3.91817,220 222,stand,,,
726.425 252.694 3.91817,221 223 224 228,stand,,,
544.475 199.012 3.91817,222 202 224,stand,,,
598.879 20.9782 4.92217,223 177 225 222,stand,,,
690.41 -109.772 4.92217,224 226,stand,,,
700.813 -189.667 4.8817,225 227 176 300,stand,,,
806.946 -189.728 4.8817,226 248 242,stand,,,
859.426 118.71 3.91817,222 229,stand,,,
965.272 103.358 3.91817,228 230,stand,,,
1046.79 72.2045 3.91817,229 231,stand,,,
1180.13 190.441 3.91817,230 232 235 236,stand,,,
1307.42 449.253 3.91817,231 233 237,stand,,,
1255.23 581.859 3.91817,232 234,stand,,,
1110.17 427.286 3.91817,233 235,stand,,,
1022.96 281.15 3.91817,234 231,stand,,,
1394.73 47.2641 3.91817,231 237 238 3,stand,,,
1366.28 246.906 3.91817,236 232,stand,,,
1253.42 -52.1804 4.85851,236 239 3,stand,,,
1089.78 -63.9488 4.85851,238 240,stand,,,
1095.85 -140.772 4.85851,239 241,stand,,,
1091.3 -311.8 4.85851,240 242,stand,,,
1050.34 -392.446 4.91723,241 243 227 249,stand,,,
853.023 -344.244 4.91723,242 244 248,stand,,,
849.817 -486.313 4.91723,243 245,stand,,,
726.499 -611.842 4.91723,244 246,stand,,,
650.479 -521.909 4.91723,245 247,stand,,,
729.876 -384.654 4.91723,246 248,stand,,,
784.295 -290.371 4.91723,247 243 227,stand,,,
1026.25 -471.722 4.91723,242 250,stand,,,
947.815 -685.284 14.1139,249,stand,,,
1309.58 -440.279 3.91817,3 252,stand,,,
1098.89 -871.981 3.91817,251 253,stand,,,
997.68 -970.393 3.91817,252 254 255,stand,,,
775.74 -1080.13 3.91817,253 255,stand,,,
681.155 -786.906 3.91817,254 253 256,stand,,,
626.164 -693.623 3.91817,255 257,stand,,,
489.481 -645.887 3.91817,256 258 300,stand,,,
472.17 -759.114 3.91817,257 259,stand,,,
559.265 -914.292 3.91817,258 260,stand,,,
524.515 -1138.95 3.91817,259 261,stand,,,
523.274 -1334.45 3.91817,260 262 298,stand,,,
463.55 -1480.02 3.91817,261 263 264,stand,,,
549.086 -1417.1 3.91817,262 4,stand,,,
236.893 -1627.67 3.91817,262 265 268 269,stand,,,
265.486 -1723.68 5.42292,264 5,stand,,,
-50.935 -1826.54 6.43725,5 267,stand,,,
-71.3775 -1753.05 3.88645,266 268 270,stand,,,
-12.8946 -1617.59 3.90963,267 264 269 270,stand,,,
159.231 -1475.48 9.03058,264 268 271 272,stand,,,
-109.213 -1499.71 3.91817,267 268 271 294,stand,,,
35.4362 -1448.1 8.02271,270 269 295,stand,,,
259.952 -1377.18 8.02271,269 273,stand,,,
245.967 -1308.74 8.02271,272 274 298 297,stand,,,
48.2422 -1348.54 133.468,273 275,stand,,,
6.11627 -1326.13 133.468,274 276,stand,,,
43.4555 -1228.91 133.468,275 277,stand,,,
18.2625 -1104.25 133.468,276 278,stand,,,
-66.2788 -1116.22 133.468,277 279,stand,,,
-81.7711 -1032.29 133.468,278 280,stand,,,
-116.137 -833.08 9.20432,279 281,stand,,,
-63.1994 -695.977 9.20432,280 282 289,stand,,,
46.1107 -932.279 9.20432,281 283 296,stand,,,
68.9144 -1087.83 9.20432,282 284 296,stand,,,
210.726 -1063.43 9.20432,283 285,stand,,,
380.18 -991.402 9.17215,284 286 299,stand,,,
269.474 -807.301 9.17215,285 287,stand,,,
276.196 -565.147 5.04051,286 175 174,stand,,,
-149.062 -461.498 4.9686,173 289 291,stand,,,
-91.2136 -568.429 9.1629,288 281 290,stand,,,
1.49435 -439.011 3.91817,289 174,stand,,,
-282.13 -504.416 3.91817,288 292,stand,,,
-270.029 -630.507 3.91817,291 293,stand,,,
-238.773 -1002.43 4.11739,292 294,stand,,,
-141.632 -1272.49 4.1225,293 270 295,stand,,,
-6.00299 -1256.22 8.02271,294 296 297 271,stand,,,
-25.2678 -1130.8 9.20432,295 283 282,stand,,,
204.856 -1217.69 8.02271,295 298 273,stand,,,
434.556 -1241.93 8.02271,297 299 261 273,stand,,,
409.649 -1106.29 8.02271,298 285,stand,,,
493.232 -432.745 3.91817,175 257 226 176,stand,,,
365.203 272.143 4.98074,178 202 203,stand,,,
-1448.76 -496.767 0.0405239,128 103 127,stand,,,
1344.8 1081.68 3.91817,2 217,stand,,,
-247.034 1154.46 3.91817,22 305 306,stand,,,
-221.968 885.661 3.91817,304 30,stand,,,
-188.338 1095.97 3.91817,28 304,stand,,,
-481.76 -1183.61 3.91817,308 6 310,stand,,,
-412.773 -1076.64 3.91817,307 115 309,stand,,,
-360.138 -1038.37 3.91817,308 116,stand,,,
-726.465 -1270.01 3.91817,307 113 112 311,stand,,,
-760.148 -1144.13 3.91817,310 312,stand,,,
-830.167 -958.409 6.525,311 313 316 320,stand,,,
-592.777 -964.309 6.525,312 314,stand,,,
-593.431 -811.123 6.525,313 315,stand,,,
-779.794 -802.318 6.525,314 316 317,stand,,,
-797.762 -864.264 7.525,315 312,stand,,,
-765.892 -593.856 6.525,315 318,stand,,,
-657.683 -563.258 6.525,317 319,stand,,,
-599.609 -510.788 6.525,318,stand,,,
-1030.93 -975.868 5.00774,110 312 109,stand,,,
-474.537 1275.47 5.12269,12 11 22,stand,,,
-240.856 1452.99 3.91817,11 0 22 10,stand,,,
1 323
2 -124.5 1602 3.91817,10 11 26 322,stand,,,
3 829.2 1789.4 5.50769,189,stand,,,
4 1460.8 1046.6 3.91817,303,stand,,,
5 1406.2 -233.3 3.91817,238 236 251,stand,,,
6 672.463 -1394.62 3.91817,263,stand,,,
7 114.914 -1797.84 8.58386,265 266,stand,,,
8 -622.709 -1415.6 3.91817,113 114 307,stand,,,
9 -2506.3 -1115.29 3.91817,90 91,stand,,,
10 -2508.7 675.609 3.91817,73 74 70,stand,,,
11 -1799.29 1602.7 3.91817,16 72,stand,,,
12 119.408 1450.55 3.91817,0 25 322,stand,,,
13 -406.417 1461.61 3.91817,0 12 21 22 321 322,stand,,,
14 -746.136 1260.05 5.12269,11 13 20 21 321,stand,,,
15 -1111.43 1251.36 0.0405235,12 14 18 20,stand,,,
16 -1005.39 887.579 0.0405235,13 15 46 144,stand,,,
17 -1197.57 935.49 0.0405235,14 55 143,stand,,,
18 -1635.34 1603.43 3.91817,9 17 19,stand,,,
19 -1608.94 1319.14 3.91817,16 18 47,stand,,,
20 -1348.03 1305.11 5.125,17 13 143 19,stand,,,
21 -1204.34 1596.69 0.0405253,16 20 18,stand,,,
22 -1044.6 1413.37 0.0405253,19 13 12,stand,,,
23 -673.861 1512.42 3.91817,11 12,stand,,,
24 -300.552 1248.36 5.12269,11 23 304 321 322,stand,,,
25 -104.725 1302.63 5.10688,22 24,stand,,,
26 34.6356 1331.04 5.10688,23 25,stand,,,
27 222.283 1327.75 3.91817,24 10 27 28,stand,,,
28 195.637 1624.78 3.91817,0 27,stand,,,
29 476.228 1564.85 3.91817,26 25,stand,,,
30 82.367 1082.32 3.91817,25 29 306,stand,,,
31 -52.095 917.638 3.91817,28 30,stand,,,
32 -210.125 754.026 3.91817,29 31 305,stand,,,
33 -168.719 656.145 3.91817,30 32,stand,,,
34 -287.682 500.28 12.5772,31 33,stand,,,
35 -334.388 458.346 3.91817,32 34,stand,,,
36 -331.242 543.735 31.1432,33 35,stand,,,
37 -335.354 579.467 31.1432,34 36,stand,,,
38 -420.947 579.481 31.1607,35 37,stand,,,
39 -422.036 721.159 31.1607,36 38,stand,,,
40 -512.602 746.786 31.1607,37 39 42,stand,,,
41 -569.421 889.545 31.1607,38 40,stand,,,
42 -645.409 889.662 32.3915,39 41,stand,,,
43 -740.832 890.587 5.12269,40 46 145,stand,,,
44 -474.85 850.972 37.025,38 43,stand,,,
45 -473.637 986.909 92.2945,42 44,stand,,,
46 -474.38 1094.5 90.9985,43 45,stand,,,
47 -626.062 1081.09 90.9985,44,stand,,,
48 -870.338 874.257 5.11242,41 14,stand,,,
49 -1621.6 1041.31 3.91817,17 48 143,stand,,,
50 -1919.59 1013.3 3.91817,47 49,stand,,,
51 -2014.06 953.011 3.91817,48 50 51 69,stand,,,
52 -1901.97 930.544 7.08065,49 53,stand,,,
53 -1996.27 848.231 5.38095,49 52,stand,,,
54 -2077.5 855.179 39.0764,51 68,stand,,,
55 -1799.09 898.804 7.08065,50 54 57,stand,,,
56 -1606.34 891.085 7.08065,53 55,stand,,,
57 -1408.09 905.646 5.60604,54 56 15,stand,,,
58 -1353.12 644.568 5.125,55 133 134 150,stand,,,
59 -1799.61 797.877 7.72876,53 58,stand,,,
60 -1809.31 717.407 7.10259,57 59 135 136,stand,,,
61 -1799.16 531.339 7.10259,58 60 135,stand,,,
62 -1811.94 441.607 7.0979,59 61,stand,,,
63 -1958.58 441.219 7.0979,60 62,stand,,,
64 -2023.9 486.934 7.72876,61 63,stand,,,
65 -2154.02 450.333 7.08065,62 64 65,stand,,,
66 -2153.93 361.123 7.08065,63 76,stand,,,
67 -2229.11 454.763 7.08065,63 66 67,stand,,,
68 -2308.57 460.287 3.91817,65 74 75 82,stand,,,
69 -2228.89 554.513 39.0764,65 68,stand,,,
70 -2227.82 868.571 39.0764,67 52,stand,,,
71 -2355.39 997.064 3.91817,49 70 73,stand,,,
72 -2459.96 1117.13 3.91817,69 71 8 73,stand,,,
73 -2452.4 1614.69 3.91817,70 72,stand,,,
74 -2047.07 1609.93 3.91817,71 9,stand,,,
75 -2425.95 829.692 3.91817,69 8 75 70,stand,,,
76 -2506.54 420.126 3.91817,8 66 82,stand,,,
77 -2369.78 645.398 3.91817,66 73,stand,,,
78 -2160.61 243.772 3.91817,64 77 81 84,stand,,,
79 -1799.38 250.987 3.90467,76 78 132 152 81,stand,,,
80 -1812.69 3.89159 0.0405234,77 79 156 81,stand,,,
81 -1826.26 -249.055 3.91817,78 80 104 155 81,stand,,,
82 -2077.03 -253.357 3.21439,79 81,stand,,,
83 -2132.18 9.35658 0.0405239,80 76 84 78 79 77 85,stand,,,
84 -2487.08 244.977 3.91817,74 83 84 66,stand,,,
85 -2473.21 24.1492 0.0405245,82 84 86,stand,,,
86 -2283.38 11.3215 0.0405245,83 81 85 86 76 82,stand,,,
87 -2290.3 -183.422 0.0405245,84 86 87 81,stand,,,
88 -2455.85 -175.36 0.0405241,83 85 87 84,stand,,,
89 -2301.33 -321.898 5.1905,85 88 157 160 86,stand,,,
90 -2485.35 -465.242 3.91817,87 89,stand,,,
91 -2485.18 -676.087 3.91817,88 90,stand,,,
92 -2476.47 -922.788 3.91817,89 7 95 93,stand,,,
93 -2449.18 -1388.46 3.91817,7 92,stand,,,
94 -2200.7 -1378.07 3.91817,91 93 105,stand,,,
95 -2200.17 -1024.81 3.91817,92 94 90 96,stand,,,
96 -2133.32 -803.997 3.91817,93 95 96 159,stand,,,
97 -2335.3 -815.06 3.91817,94 90,stand,,,
98 -2083.82 -938.694 6.95881,93 94 97,stand,,,
99 -1915.67 -939.112 6.86258,96 98 100,stand,,,
100 -1935.08 -1072.82 6.86258,97 99,stand,,,
101 -1916.85 -1190.4 6.86258,98,stand,,,
102 -1803.36 -944.597 6.86258,97 101,stand,,,
103 -1672.75 -944.433 6.24565,100 102 107 163,stand,,,
104 -1551.4 -939.388 4.97269,101 103 108,stand,,,
105 -1553.26 -657.629 4.96801,102 104 127 302,stand,,,
106 -1559.8 -284.013 5.125,103 79 128 153 155 164,stand,,,
107 -1948.71 -1352.07 3.91817,92 106,stand,,,
108 -1683.73 -1293.63 3.91817,105 107,stand,,,
109 -1731.85 -1154.54 3.91817,106 101,stand,,,
110 -1516.04 -1051.23 3.91817,102 109 127,stand,,,
111 -1264.45 -1065.57 0.0405246,108 110 126 127 320,stand,,,
112 -1276.89 -1285.35 0.0405246,109 111 320,stand,,,
113 -1082.44 -1284.43 3.91817,110 112,stand,,,
114 -895.631 -1280.01 3.91817,111 113 310,stand,,,
115 -802.899 -1395.67 3.91817,112 6 310,stand,,,
116 -276.811 -1410.08 3.91817,6 115,stand,,,
117 -314.78 -1202.71 3.91817,114 116 308,stand,,,
118 -343.477 -938.959 3.91817,115 117 309,stand,,,
119 -363.44 -828.294 6.525,116 118,stand,,,
120 -439.773 -663.056 3.91817,117 119,stand,,,
121 -449.56 -522.395 3.91817,118 120,stand,,,
122 -407.312 -466.704 3.91817,119 121,stand,,,
123 -485.579 -445.662 3.91817,120 122,stand,,,
124 -677.143 -387.231 3.91817,121 123,stand,,,
125 -933.017 -422.082 3.91817,122 124,stand,,,
126 -930.67 -782.421 5.25439,123 125,stand,,,
127 -999.294 -834.826 3.91817,124 126,stand,,,
128 -1131.01 -799.426 -0.00510325,125 127 131 109,stand,,,
129 -1307.49 -676.69 -0.00510325,126 128 130 103 109 108 302,stand,,,
130 -1311.92 -280.449 0.0405233,127 104 129 164 165 302,stand,,,
131 -1037.86 -288.963 5.03612,128 130 165 171,stand,,,
132 -1040.8 -503.05 5.03612,129 131 127,stand,,,
133 -1048.96 -697.598 5.03612,130 126,stand,,,
134 -1685.28 341.488 3.91817,77 133,stand,,,
135 -1471.62 488.359 3.91817,132 56 151,stand,,,
136 -1550.94 635.433 7.08065,56 135,stand,,,
137 -1686.23 636.451 7.10259,134 58 59,stand,,,
138 -1909.37 568.988 7.10259,58 137,stand,,,
139 -2066.63 572.876 83.125,136 138,stand,,,
140 -2112.52 576.227 83.125,137 139,stand,,,
141 -2107.42 701.695 131.125,138 140,stand,,,
142 -2020.88 735.105 131.125,139 141,stand,,,
143 -1987.74 655.122 131.125,140 142,stand,,,
144 -1896.78 652.897 131.125,141,stand,,,
145 -1421.03 1096.79 3.91817,15 18 47,stand,,,
146 -1007.81 603.423 0.0405247,14 145 149,stand,,,
147 -816.631 608.468 5.05299,144 41 146,stand,,,
148 -810.786 282.289 5.03519,145 147 149 165 170,stand,,,
149 -534.789 278.104 4.99458,146 148,stand,,,
150 -302.999 274.017 5.01574,147 180 169 182 200,stand,,,
151 -1027.31 271.134 0.040524,146 144 150 164 165,stand,,,
152 -1341.23 284.186 5.03612,149 56 151 154 164,stand,,,
153 -1512.16 280.639 5.04407,133 150 152,stand,,,
154 -1628.58 134.032 0.0405253,151 77 153 154,stand,,,
155 -1497.79 -37.1529 0.0405254,152 154 104 155,stand,,,
156 -1393.15 137.087 0.0405254,153 150 152 164,stand,,,
157 -1607.78 -163.943 -0.0456685,153 104 79 156,stand,,,
158 -1735.78 -124.495 0.0405254,155 78,stand,,,
159 -2306.73 -494.141 6.95881,87 158,stand,,,
160 -2301.77 -700.759 6.95881,157 159,stand,,,
161 -2137.34 -721.69 3.91817,158 94 160,stand,,,
162 -2137.32 -420.26 3.91817,159 161 87,stand,,,
163 -1913.89 -418.226 3.91816,160 162,stand,,,
164 -1668.3 -418.231 3.91816,161 163,stand,,,
165 -1697.65 -654.331 3.91816,162 101,stand,,,
166 -1211.64 -4.96498 0.0405239,104 154 150 149 128 165,stand,,,
167 -941.113 -5.41094 0.0195068,164 129 149 146 166 170 171 128,stand,,,
168 -715.627 -10.1748 0.0405248,165 167 170 171,stand,,,
169 -614.991 -145.793 0.0405248,166 168 171 172,stand,,,
170 -432.732 -57.2031 0.0405248,167 169 172 180 181,stand,,,
171 -490.954 144.568 0.0405248,168 170 148 180,stand,,,
172 -701.663 138.915 0.0405248,169 166 146 165,stand,,,
173 -776.05 -257.948 4.50645,129 167 166 165 172,stand,,,
174 -473.993 -221.432 4.89061,171 168 167 173,stand,,,
175 -302.688 -294.783 5.03612,172 174 181 288,stand,,,
176 37.8793 -309.333 0.0405254,173 175 287 290,stand,,,
177 323.486 -295.905 5.0405,174 176 287 300,stand,,,
178 479.621 -178.848 3.61456,175 177 226 300,stand,,,
179 440.764 -76.5199 4.92217,176 178 224,stand,,,
180 300.187 114.061 0.0118433,177 179 200 201 301,stand,,,
181 45.3572 158.172 0.0118433,178 180 200 201,stand,,,
182 -230.429 97.7926 -0.00752897,179 148 168 181 200 201 169,stand,,,
183 -306.441 -97.1164 -0.0595601,173 180 168,stand,,,
184 -138.755 455.558 3.91817,148 183,stand,,,
185 13.1323 654.76 3.91817,182 184 200,stand,,,
186 157.774 890.021 5.50916,183 185,stand,,,
187 425.992 1238.81 5.50916,184 186 193 195,stand,,,
188 645.831 1119.13 4.925,185 187 192 195 216,stand,,,
189 833.913 1375.53 3.91817,186 188 191 192 218,stand,,,
190 736.359 1519.08 3.91817,187 189,stand,,,
191 893.701 1686.09 8.36096,188 1 190,stand,,,
192 1137.98 1471.39 6.75513,189 191,stand,,,
193 1018.25 1331.46 3.88993,190 187 218,stand,,,
194 809.617 1166.38 4.925,187 186 215,stand,,,
195 487.215 1032.71 4.925,185 194 195,stand,,,
196 433.3 966.054 4.925,193 197,stand,,,
197 609.134 1042.45 4.925,185 196 186 193,stand,,,
198 738.904 920.891 4.925,195 207 206,stand,,,
199 468.552 848.524 4.925,194 198,stand,,,
200 395.075 721.471 4.925,197 199,stand,,,
201 244.431 556.373 4.925,198 200,stand,,,
202 90.0948 415.443 4.92217,199 183 179 178 148 180 202,stand,,,
203 114.411 24.3883 0.0376246,179 180 178,stand,,,
204 350.534 381.028 3.91817,200 203 223 301,stand,,,
205 457.541 360.261 4.925,202 204 301,stand,,,
206 546.576 512.404 4.925,203 205 209,stand,,,
207 618.518 699.196 5.21638,204 206,stand,,,
208 724.408 827.421 5.21638,205 207 196,stand,,,
209 900.681 787.722 4.925,206 208 196,stand,,,
210 988.889 895.937 4.925,207 216 217 219 220,stand,,,
211 743.381 500.45 4.925,204 210,stand,,,
212 898.575 686.64 128.925,209 211,stand,,,
213 933.321 740.905 128.925,210 212,stand,,,
214 831.183 829.413 128.925,211 213,stand,,,
215 935.285 938.26 128.925,212 214,stand,,,
216 995.074 1015.78 128.925,213 215,stand,,,
217 962.802 1040.47 128.925,214 192,stand,,,
218 776.192 1062.07 4.925,186 208,stand,,,
219 1216.57 1014.59 3.91817,208 218 303 220,stand,,,
220 1066.2 1187.79 3.91817,217 191 187 219,stand,,,
221 979.434 1057.12 4.925,218 208,stand,,,
222 1158.9 753.984 3.91817,208 221 217,stand,,,
223 943.806 489.28 3.91817,220 222,stand,,,
224 726.425 252.694 3.91817,221 223 224 228,stand,,,
225 544.475 199.012 3.91817,222 202 224,stand,,,
226 598.879 20.9782 4.92217,223 177 225 222,stand,,,
227 690.41 -109.772 4.92217,224 226,stand,,,
228 700.813 -189.667 4.8817,225 227 176 300,stand,,,
229 806.946 -189.728 4.8817,226 248 242,stand,,,
230 859.426 118.71 3.91817,222 229,stand,,,
231 965.272 103.358 3.91817,228 230,stand,,,
232 1046.79 72.2045 3.91817,229 231,stand,,,
233 1180.13 190.441 3.91817,230 232 235 236,stand,,,
234 1307.42 449.253 3.91817,231 233 237,stand,,,
235 1255.23 581.859 3.91817,232 234,stand,,,
236 1110.17 427.286 3.91817,233 235,stand,,,
237 1022.96 281.15 3.91817,234 231,stand,,,
238 1394.73 47.2641 3.91817,231 237 238 3,stand,,,
239 1366.28 246.906 3.91817,236 232,stand,,,
240 1253.42 -52.1804 4.85851,236 239 3,stand,,,
241 1089.78 -63.9488 4.85851,238 240,stand,,,
242 1095.85 -140.772 4.85851,239 241,stand,,,
243 1091.3 -311.8 4.85851,240 242,stand,,,
244 1050.34 -392.446 4.91723,241 243 227 249,stand,,,
245 853.023 -344.244 4.91723,242 244 248,stand,,,
246 849.817 -486.313 4.91723,243 245,stand,,,
247 726.499 -611.842 4.91723,244 246,stand,,,
248 650.479 -521.909 4.91723,245 247,stand,,,
249 729.876 -384.654 4.91723,246 248,stand,,,
250 784.295 -290.371 4.91723,247 243 227,stand,,,
251 1026.25 -471.722 4.91723,242 250,stand,,,
252 947.815 -685.284 14.1139,249,stand,,,
253 1309.58 -440.279 3.91817,3 252,stand,,,
254 1098.89 -871.981 3.91817,251 253,stand,,,
255 997.68 -970.393 3.91817,252 254 255,stand,,,
256 775.74 -1080.13 3.91817,253 255,stand,,,
257 681.155 -786.906 3.91817,254 253 256,stand,,,
258 626.164 -693.623 3.91817,255 257,stand,,,
259 489.481 -645.887 3.91817,256 258 300,stand,,,
260 472.17 -759.114 3.91817,257 259,stand,,,
261 559.265 -914.292 3.91817,258 260,stand,,,
262 524.515 -1138.95 3.91817,259 261,stand,,,
263 523.274 -1334.45 3.91817,260 262 298,stand,,,
264 463.55 -1480.02 3.91817,261 263 264,stand,,,
265 549.086 -1417.1 3.91817,262 4,stand,,,
266 236.893 -1627.67 3.91817,262 265 268 269,stand,,,
267 265.486 -1723.68 5.42292,264 5,stand,,,
268 -50.935 -1826.54 6.43725,5 267,stand,,,
269 -71.3775 -1753.05 3.88645,266 268 270,stand,,,
270 -12.8946 -1617.59 3.90963,267 264 269 270,stand,,,
271 159.231 -1475.48 9.03058,264 268 271 272,stand,,,
272 -109.213 -1499.71 3.91817,267 268 271 294,stand,,,
273 35.4362 -1448.1 8.02271,270 269 295,stand,,,
274 259.952 -1377.18 8.02271,269 273,stand,,,
275 245.967 -1308.74 8.02271,272 274 298 297,stand,,,
276 48.2422 -1348.54 133.468,273 275,stand,,,
277 6.11627 -1326.13 133.468,274 276,stand,,,
278 43.4555 -1228.91 133.468,275 277,stand,,,
279 18.2625 -1104.25 133.468,276 278,stand,,,
280 -66.2788 -1116.22 133.468,277 279,stand,,,
281 -81.7711 -1032.29 133.468,278 280,stand,,,
282 -116.137 -833.08 9.20432,279 281,stand,,,
283 -63.1994 -695.977 9.20432,280 282 289,stand,,,
284 46.1107 -932.279 9.20432,281 283 296,stand,,,
285 68.9144 -1087.83 9.20432,282 284 296,stand,,,
286 210.726 -1063.43 9.20432,283 285,stand,,,
287 380.18 -991.402 9.17215,284 286 299,stand,,,
288 269.474 -807.301 9.17215,285 287,stand,,,
289 276.196 -565.147 5.04051,286 175 174,stand,,,
290 -149.062 -461.498 4.9686,173 289 291,stand,,,
291 -91.2136 -568.429 9.1629,288 281 290,stand,,,
292 1.49435 -439.011 3.91817,289 174,stand,,,
293 -282.13 -504.416 3.91817,288 292,stand,,,
294 -270.029 -630.507 3.91817,291 293,stand,,,
295 -238.773 -1002.43 4.11739,292 294,stand,,,
296 -141.632 -1272.49 4.1225,293 270 295,stand,,,
297 -6.00299 -1256.22 8.02271,294 296 297 271,stand,,,
298 -25.2678 -1130.8 9.20432,295 283 282,stand,,,
299 204.856 -1217.69 8.02271,295 298 273,stand,,,
300 434.556 -1241.93 8.02271,297 299 261 273,stand,,,
301 409.649 -1106.29 8.02271,298 285,stand,,,
302 493.232 -432.745 3.91817,175 257 226 176,stand,,,
303 365.203 272.143 4.98074,178 202 203,stand,,,
304 -1448.76 -496.767 0.0405239,128 103 127,stand,,,
305 1344.8 1081.68 3.91817,2 217,stand,,,
306 -247.034 1154.46 3.91817,22 305 306,stand,,,
307 -221.968 885.661 3.91817,304 30,stand,,,
308 -188.338 1095.97 3.91817,28 304,stand,,,
309 -481.76 -1183.61 3.91817,308 6 310,stand,,,
310 -412.773 -1076.64 3.91817,307 115 309,stand,,,
311 -360.138 -1038.37 3.91817,308 116,stand,,,
312 -726.465 -1270.01 3.91817,307 113 112 311,stand,,,
313 -760.148 -1144.13 3.91817,310 312,stand,,,
314 -830.167 -958.409 6.525,311 313 316 320,stand,,,
315 -592.777 -964.309 6.525,312 314,stand,,,
316 -593.431 -811.123 6.525,313 315,stand,,,
317 -779.794 -802.318 6.525,314 316 317,stand,,,
318 -797.762 -864.264 7.525,315 312,stand,,,
319 -765.892 -593.856 6.525,315 318,stand,,,
320 -657.683 -563.258 6.525,317 319,stand,,,
321 -599.609 -510.788 6.525,318,stand,,,
322 -1030.93 -975.868 5.00774,110 312 109,stand,,,
323 -474.537 1275.47 5.12269,12 11 22,stand,,,
324 -240.856 1452.99 3.91817,11 0 22 10,stand,,,

View File

@ -0,0 +1,436 @@
435
-2197 426 44,127,stand,,,
-3440 -198 -23,240,stand,,,
-3039 -1110 66,48 433,stand,,,
-2282 -1011 40,59 60,stand,,,
-1248 -450 24,117 118,stand,,,
-320 -314 5,152 153,stand,,,
456 438 -45,170,stand,,,
-1352 670 125,194 195,stand,,,
-984 808 -26,184 398,stand,,,
-1831 678 25,213,stand,,,
-3071 888 4,220,stand,,,
-2246 712 10,226,stand,,,
-3670 -2222 62,40,stand,,,
-3251 -386 -23,242 248,stand,,,
-2727 -2167 153,45 302 434,stand,,,
-1712 -2099 48,75 79,stand,,,
-2393 -2105 56,71,stand,,,
-2789 -1095 123,54,stand,,,
-3038 -1847 76,424 41 425,stand,,,
-2166 -453 50,109,stand,,,
-1165 -712 84,102,stand,,,
-1110 -584 40,119 400,stand,,,
-1467 425 -3,204 205,stand,,,
-3293 -222 -34,237 251,stand,,,
-3081 751 0,223 234,stand,,,
-890 1321 -12,178 182,stand,,,
-2243 1182 -19,215,stand,,,
-2420 -906 176,260,stand,,,
-3742 -1816 35,29 34 39,stand,,,
-3783 -1703 40,28 301,stand,,,
-3582 -1286 64,31 279 386,stand,,,
-3560 -1191 73,30 32,stand,,,
-3534 -1059 61,31 33,stand,,,
-3527 -958 64,32 64,stand,,,
-3342 -1631 33,28 35 280 300,stand,,,
-3252 -1739 48,34 36 425,stand,,,
-3279 -1857 55,35 37,stand,,,
-3464 -2028 53,38 36,stand,,,
-3595 -2056 49,37 40,stand,,,
-3704 -1938 48,40 28 397,stand,,,
-3702 -2074 46,39 38 12,stand,,,
-2912 -1806 89,42 424 18,stand,,,
-2774 -1853 107,41 43,stand,,,
-2749 -1933 135,42 44,stand,,,
-2682 -2033 165,43 45 46,stand,,,
-2703 -2103 161,44 14 434,stand,,,
-2576 -2027 175,44 85,stand,,,
-3108 -1334 40,48 55 279,stand,,,
-3129 -1109 48,47 2 49 433,stand,,,
-3124 -1009 76,48 50,stand,,,
-2920 -1007 85,49 51,stand,,,
-2923 -923 83,52 50 286,stand,,,
-2765 -921 88,51 53,stand,,,
-2754 -786 58,52 63,stand,,,
-2809 -1198 67,17 55,stand,,,
-2798 -1292 37,47 54 56,stand,,,
-2524 -1343 30,55 57 66,stand,,,
-2250 -1313 32,56 58,stand,,,
-2100 -1171 32,57 59,stand,,,
-2093 -985 35,58 3 111 288,stand,,,
-2339 -910 40,3 61,stand,,,
-2472 -877 52,60 62 261,stand,,,
-2625 -689 47,61 63 233,stand,,,
-2756 -682 37,53 62 245,stand,,,
-3530 -859 46,33 244,stand,,,
-2483 -1680 29,66 67 432,stand,,,
-2498 -1443 32,65 56 432,stand,,,
-2469 -1708 37,65 68,stand,,,
-2432 -1780 48,67 69 92,stand,,,
-2432 -1801 76,68 70,stand,,,
-2432 -1832 60,69 71 72,stand,,,
-2421 -1975 56,70 16,stand,,,
-2319 -1843 62,70 73,stand,,,
-2235 -1864 56,72 74 91,stand,,,
-2134 -2083 55,73 75,stand,,,
-1911 -2087 50,74 76 15,stand,,,
-1857 -1940 48,75 77,stand,,,
-1850 -1838 48,78 76,stand,,,
-1835 -1718 39,77 93 94 292,stand,,,
-1673 -2167 48,15 323,stand,,,
-1734 -2250 48,81 323,stand,,,
-1896 -2232 172,80 82,stand,,,
-1968 -2235 172,81 83,stand,,,
-1969 -2073 172,82 84 86,stand,,,
-2193 -2074 172,83 85,stand,,,
-2391 -2074 172,84 46,stand,,,
-1820 -2060 172,83 87,stand,,,
-1827 -1978 172,86 88 89 90,stand,,,
-1844 -1867 172,87 89 90,stand,,,
-1968 -1882 172,88 87,stand,,,
-1712 -1867 172,87 88,stand,,,
-2233 -1798 52,73 92,stand,,,
-2235 -1755 40,91 93 68,stand,,,
-2021 -1749 39,92 78,stand,,,
-1558 -1756 68,78 95,stand,,,
-1317 -1771 93,94 340 341,stand,,,
-1134 -1505 101,97 341,stand,,,
-1147 -1210 68,96 98,stand,,,
-1158 -1126 61,97 99 108,stand,,,
-1165 -1081 67,98 257,stand,,,
-1043 -741 41,101 259,stand,,,
-993 -741 32,100 399,stand,,,
-1171 -804 69,20 103 258,stand,,,
-1289 -819 71,102 104,stand,,,
-1395 -822 54,103 106 107 291,stand,,,
-1240 -572 46,106,stand,,,
-1395 -640 36,104 105 114,stand,,,
-1379 -1068 52,104 108,stand,,,
-1273 -1130 70,98 107,stand,,,
-2019 -471 28,19 110 112 120,stand,,,
-2066 -745 43,109 111,stand,,,
-2059 -846 44,110 59,stand,,,
-1767 -453 -4,109 113,stand,,,
-1661 -433 7,112 114 115,stand,,,
-1571 -607 29,106 113,stand,,,
-1594 -337 16,113 116 276,stand,,,
-1436 -359 24,117 115,stand,,,
-1406 -466 24,116 4,stand,,,
-1172 -381 24,4 119,stand,,,
-1045 -382 24,118 137 21 400,stand,,,
-2004 -308 12,109 121,stand,,,
-1945 -106 2,120 122 272,stand,,,
-1900 135 20,121 123,stand,,,
-1900 210 17,122 124,stand,,,
-1899 250 0,123 125,stand,,,
-1911 318 -26,124 126 202 203,stand,,,
-2022 318 -11,125 127,stand,,,
-2170 318 21,0 126 128,stand,,,
-2174 191 27,127 129 428,stand,,,
-2449 191 27,128 130,stand,,,
-2565 191 -11,129 229 230 285,stand,,,
-2185 -160 32,132 428,stand,,,
-2263 -255 45,131 133,stand,,,
-2287 -252 74,132 134,stand,,,
-2304 -254 38,133 135,stand,,,
-2373 -233 17,134 136,stand,,,
-2463 -233 -4,135 230 231 254,stand,,,
-996 -277 2,138 119,stand,,,
-949 -147 -29,137 157 429,stand,,,
-704 -550 -1,140 149 399,stand,,,
-711 -433 15,139 141,stand,,,
-713 -321 11,140 142,stand,,,
-580 -331 15,141 143,stand,,,
-475 -370 8,142 144 147,stand,,,
-475 -293 8,143 145,stand,,,
-474 -228 -24,144 146,stand,,,
-511 -89 -38,145 156 157,stand,,,
-460 -445 0,143 148,stand,,,
-412 -565 -7,147 149 150,stand,,,
-595 -552 -3,148 139,stand,,,
-301 -451 6,148 151,stand,,,
-246 -389 8,150 152,stand,,,
-252 -300 -7,151 5 153,stand,,,
-254 -199 -2,152 154 5,stand,,,
-248 -114 -14,153 155,stand,,,
-248 -70 -37,154 156 167,stand,,,
-391 -75 -29,155 146,stand,,,
-780 -120 -36,146 138 429,stand,,,
-1181 129 -49,159 161 429,stand,,,
-1242 -12 -46,158 160,stand,,,
-1312 -5 -44,159 198 274,stand,,,
-851 178 -71,158 162 262 429,stand,,,
-849 381 -62,161 163,stand,,,
-849 640 -62,162 164,stand,,,
-840 750 -54,165 163,stand,,,
-871 884 -54,164 166 267,stand,,,
-926 1033 -87,165 180 181 266 398,stand,,,
-96 57 -55,155 295,stand,,,
197 340 -63,169 271 294 295,stand,,,
239 441 -47,168 170,stand,,,
321 551 -54,169 6 171,stand,,,
322 746 -49,170 172,stand,,,
298 890 -44,173 171,stand,,,
195 933 -15,172 174,stand,,,
95 1031 -15,173 175,stand,,,
-104 1125 -22,176 174,stand,,,
-241 1125 -18,175 177,stand,,,
-485 1100 -33,176 264 265,stand,,,
-1072 1326 -37,25 179,stand,,,
-1098 1122 -89,178 180,stand,,,
-1088 1028 -78,166 179 185 398,stand,,,
-904 1178 -50,166 182,stand,,,
-893 1250 -27,25 181,stand,,,
-1276 825 -24,184 186 187 209,stand,,,
-1131 825 -22,183 8,stand,,,
-1273 1045 -71,180 186 296,stand,,,
-1273 903 -38,183 185,stand,,,
-1274 696 -26,183 188,stand,,,
-1335 695 -26,187 189,stand,,,
-1328 520 -26,190 188,stand,,,
-1294 383 -26,189 191 197,stand,,,
-1197 386 -26,190 192,stand,,,
-1197 426 -26,191 193,stand,,,
-1192 649 125,192 194,stand,,,
-1192 701 125,193 7,stand,,,
-1349 483 125,7 196,stand,,,
-1367 243 125,195,stand,,,
-1282 226 -26,190 198,stand,,,
-1295 173 -30,160 197 199,stand,,,
-1404 199 -23,198 200,stand,,,
-1514 289 0,199 201,stand,,,
-1701 292 5,202 200 277,stand,,,
-1817 301 -5,201 125,stand,,,
-1787 429 -23,125 204,stand,,,
-1577 426 -19,203 22,stand,,,
-1476 539 -2,206 22,stand,,,
-1498 631 17,205 207,stand,,,
-1503 704 9,206 208,stand,,,
-1514 775 -9,209 207 210 296,stand,,,
-1363 812 -28,208 183,stand,,,
-1637 809 -5,208 211,stand,,,
-1763 834 -22,210 212,stand,,,
-1856 829 -32,213 211 298 214,stand,,,
-1846 748 -3,212 9,stand,,,
-2169 944 -7,215 298 212,stand,,,
-2252 1026 -27,214 26 216,stand,,,
-2401 1102 -16,215 217,stand,,,
-2507 1135 -7,216 218,stand,,,
-2673 958 -8,217 219,stand,,,
-2802 949 -7,218 220 221,stand,,,
-2999 950 -8,219 10,stand,,,
-2813 817 3,219 222,stand,,,
-2840 669 -27,221 223 228 427,stand,,,
-2970 716 -14,222 24 234,stand,,,
-2447 638 15,225 227,stand,,,
-2448 696 0,224 226,stand,,,
-2315 696 13,225 11,stand,,,
-2455 559 6,224 228,stand,,,
-2583 581 -15,227 222 229 427,stand,,,
-2579 351 -15,228 130,stand,,,
-2519 -35 -13,130 136 284,stand,,,
-2446 -412 24,136 232,stand,,,
-2453 -549 48,233 231,stand,,,
-2548 -623 49,232 62,stand,,,
-3053 498 -39,223 235 427 24,stand,,,
-3070 280 -55,234 236 281 285,stand,,,
-3301 167 -34,235 237,stand,,,
-3301 -8 -32,23 236 238 282,stand,,,
-3551 -8 -23,237 239,stand,,,
-3546 -114 -23,238 240 241,stand,,,
-3438 -122 -23,239 1,stand,,,
-3556 -295 -23,239 242,stand,,,
-3523 -379 -22,241 13 243 391,stand,,,
-3522 -633 15,242 244 247,stand,,,
-3523 -742 31,243 64,stand,,,
-2860 -632 17,63 246 256,stand,,,
-3065 -592 3,245 247 287,stand,,,
-3258 -609 8,246 248 243,stand,,,
-3247 -451 -14,247 13 249,stand,,,
-3194 -456 3,248 250,stand,,,
-3123 -457 -15,249 251,stand,,,
-3109 -226 -39,250 23 252 282,stand,,,
-2965 -188 -48,251 253 283,stand,,,
-2830 -218 -48,252 254 255,stand,,,
-2613 -220 -29,253 136,stand,,,
-2838 -412 -23,253 256,stand,,,
-2845 -522 3,255 245,stand,,,
-1172 -970 52,258 99,stand,,,
-1171 -885 66,257 102 259,stand,,,
-1049 -897 65,258 100,stand,,,
-2407 -828 176,27 261,stand,,,
-2413 -767 59,260 61,stand,,,
-695 349 -75,161 263,stand,,,
-561 573 -70,264 262,stand,,,
-458 832 -62,263 177 267 268,stand,,,
-661 1080 -40,266 177 267,stand,,,
-791 1057 -66,265 166,stand,,,
-659 898 -51,265 165 264,stand,,,
-265 644 -64,269 264,stand,,,
-103 494 -54,268 270,stand,,,
-8 418 -21,269 271,stand,,,
9 396 -49,270 168,stand,,,
-1838 -95 0,121 273,stand,,,
-1650 -56 -22,272 274 275 278,stand,,,
-1477 -33 -32,273 160,stand,,,
-1624 -205 -20,273 276,stand,,,
-1603 -286 6,275 115,stand,,,
-1693 220 10,201 278,stand,,,
-1669 60 -10,277 273,stand,,,
-3346 -1330 50,47 30 280,stand,,,
-3352 -1472 40,279 34,stand,,,
-3060 108 -50,235 282,stand,,,
-3091 -47 -58,281 251 237 283,stand,,,
-2950 -71 -61,282 252 284,stand,,,
-2766 -31 -65,285 283 230,stand,,,
-2751 199 -52,284 130 235,stand,,,
-2998 -878 78,51 287,stand,,,
-2995 -772 48,286 246,stand,,,
-1948 -1021 22,59 289,stand,,,
-1805 -1006 17,288 290 293,stand,,,
-1672 -1000 31,289 291,stand,,,
-1528 -906 32,290 104,stand,,,
-1709 -1415 30,78 293,stand,,,
-1772 -1289 28,292 289,stand,,,
377 221 -51,168,stand,,,
71 205 -63,168 167,stand,,,
-1540 1013 -66,208 185 297,stand,,,
-1757 1045 -62,296 298,stand,,,
-1920 1037 -50,297 214 212,stand,,,
-3660 -1542 43,300 301,stand,,,
-3500 -1576 40,299 34,stand,,,
-3825 -1585 43,29 299 390,stand,,,
-2746 -2189 195,14 303,stand,,,
-2747 -2232 210,302 304,stand,,,
-2751 -2258 191,303 305,stand,,,
-2728 -2459 157,304 306,stand,,,
-2733 -2646 130,305 307 311,stand,,,
-2626 -2644 130,306 308 309,stand,,,
-2611 -2513 130,307 309,stand,,,
-2331 -2629 130,308 307 310,stand,,,
-2332 -2960 130,309 311 314,stand,,,
-2728 -2938 130,310 306 312,stand,,,
-2788 -2936 130,313 311,stand,,,
-3011 -2961 57,312 357,stand,,,
-2265 -3011 130,310 315,stand,,,
-2103 -3002 130,314 316,stand,,,
-1950 -2917 130,317 315 329,stand,,,
-1955 -2764 130,316 318,stand,,,
-1825 -2674 130,317 319 326,stand,,,
-1819 -2451 130,318 320,stand,,,
-1793 -2420 109,319 321 322,stand,,,
-1704 -2333 68,320 322 323,stand,,,
-1585 -2421 101,320 321 324,stand,,,
-1703 -2248 48,80 79 321,stand,,,
-1586 -2491 106,322 325,stand,,,
-1640 -2682 99,324 326 327,stand,,,
-1657 -2683 130,325 318,stand,,,
-1536 -2911 59,325 328 330 343,stand,,,
-1745 -2926 130,327 329,stand,,,
-1801 -2901 130,328 316,stand,,,
-1175 -2935 59,327 331 332 343,stand,,,
-1158 -2770 82,330,stand,,,
-896 -2956 59,330 333,stand,,,
-881 -2771 79,332 334 335,stand,,,
-873 -2683 90,333 335 336,stand,,,
-789 -2711 86,334 333,stand,,,
-869 -2562 97,334 337,stand,,,
-849 -2367 97,336 338,stand,,,
-895 -2151 85,337 339,stand,,,
-1096 -1964 99,338 340 423,stand,,,
-1203 -1864 103,95 339,stand,,,
-1205 -1623 101,95 96 342,stand,,,
-1087 -1687 97,341 423,stand,,,
-1371 -3198 60,330 327 344,stand,,,
-1577 -3190 60,343 345 415,stand,,,
-1569 -3420 59,344 346,stand,,,
-2058 -3431 59,345 347 356,stand,,,
-2045 -3803 59,346 348,stand,,,
-2372 -3810 59,347 349,stand,,,
-2620 -3834 59,348 350,stand,,,
-2624 -3631 59,349 351 356,stand,,,
-2937 -3628 59,350 352,stand,,,
-3301 -3629 59,353 351 361,stand,,,
-3335 -3831 59,352 354,stand,,,
-3859 -3830 56,353 355,stand,,,
-3892 -3452 57,354 360 362,stand,,,
-2647 -3426 59,350 346 430,stand,,,
-3001 -3149 60,313 358 413 431,stand,,,
-3571 -3157 60,357 359 363,stand,,,
-3907 -3145 56,358 360 364,stand,,,
-3900 -3300 66,359 355,stand,,,
-3300 -3452 59,352 362 411,stand,,,
-3568 -3423 59,361 355 363,stand,,,
-3578 -3280 66,362 358,stand,,,
-4142 -3139 54,359 365 366,stand,,,
-4276 -3137 55,364 366,stand,,,
-4189 -2807 44,365 364 367,stand,,,
-4151 -2421 42,366 368 396,stand,,,
-4559 -2356 40,367 369,stand,,,
-4635 -2081 24,368 370,stand,,,
-4692 -1906 16,369 371,stand,,,
-4483 -1733 27,370 372,stand,,,
-4481 -1666 28,371 373,stand,,,
-4481 -1627 40,372 374,stand,,,
-4484 -1463 38,373 375,stand,,,
-4361 -1479 38,374 376,stand,,,
-4361 -1269 38,375 377 379,stand,,,
-4363 -1219 38,376 378,stand,,,
-4365 -1190 18,377 426,stand,,,
-4221 -1256 38,376 380,stand,,,
-4201 -1301 38,379 381,stand,,,
-4187 -1530 190,380 382,stand,,,
-4242 -1607 190,381 383,stand,,,
-4363 -1458 190,382 384 385,stand,,,
-4511 -1460 190,383,stand,,,
-4264 -1253 190,383,stand,,,
-3908 -1281 61,30 387 389 390,stand,,,
-3912 -1256 91,386 388,stand,,,
-3909 -1234 59,387 394,stand,,,
-4060 -1352 68,386 390,stand,,,
-3932 -1482 51,389 301 386,stand,,,
-3718 -416 -29,242 392,stand,,,
-3905 -551 -15,391 393 422,stand,,,
-3926 -784 26,392 394,stand,,,
-3929 -957 38,393 395 388,stand,,,
-4166 -976 11,394 426,stand,,,
-4019 -2221 45,367 397,stand,,,
-3922 -2027 38,396 39,stand,,,
-1024 892 -26,8 180 166,stand,,,
-863 -739 13,139 101 400 401,stand,,,
-932 -610 12,399 119 21,stand,,,
-864 -801 28,399 402,stand,,,
-864 -852 45,401 403,stand,,,
-812 -900 43,402 404,stand,,,
-671 -1076 45,403 405,stand,,,
-668 -1109 45,404 406,stand,,,
-670 -1142 34,405 407,stand,,,
-777 -1263 44,406 408,stand,,,
-733 -1594 41,407 409,stand,,,
-810 -1700 52,408 423,stand,,,
-3012 -3294 110,412 414,stand,,,
-3020 -3382 59,412 361,stand,,,
-3020 -3358 110,411 410,stand,,,
-3030 -3189 60,414 357,stand,,,
-3030 -3214 110,413 410,stand,,,
-2114 -3186 60,344 416,stand,,,
-2461 -3209 61,415 431,stand,,,
-4677 -797 8,418 426,stand,,,
-4877 -669 31,417 419,stand,,,
-4796 -537 20,418 420,stand,,,
-4660 -436 6,421 419,stand,,,
-4397 -383 -10,420 422,stand,,,
-4145 -474 -6,421 392,stand,,,
-938 -1834 68,339 409 342,stand,,,
-2932 -1719 52,18 41 425 432,stand,,,
-3017 -1709 49,18 424 35,stand,,,
-4352 -844 6,395 417 378,stand,,,
-2872 518 -45,234 222 228,stand,,,
-2148 33 27,128 131,stand,,,
-897 44 -67,161 158 138 157,stand,,,
-2636 -3293 66,356 431,stand,,,
-2622 -3191 60,430 416 357,stand,,,
-2703 -1667 40,424 65 66,stand,,,
-3014 -1191 51,2 48,stand,,,
-2616 -2208 186,14 45,stand,,,
1 435
2 -2197 426 44,127,stand,,,
3 -3440 -198 -23,240,stand,,,
4 -3039 -1110 66,48 433,stand,,,
5 -2282 -1011 40,59 60,stand,,,
6 -1248 -450 24,117 118,stand,,,
7 -320 -314 5,152 153,stand,,,
8 456 438 -45,170,stand,,,
9 -1352 670 125,194 195,stand,,,
10 -984 808 -26,184 398,stand,,,
11 -1831 678 25,213,stand,,,
12 -3071 888 4,220,stand,,,
13 -2246 712 10,226,stand,,,
14 -3670 -2222 62,40,stand,,,
15 -3251 -386 -23,242 248,stand,,,
16 -2727 -2167 153,45 302 434,stand,,,
17 -1712 -2099 48,75 79,stand,,,
18 -2393 -2105 56,71,stand,,,
19 -2789 -1095 123,54,stand,,,
20 -3038 -1847 76,424 41 425,stand,,,
21 -2166 -453 50,109,stand,,,
22 -1165 -712 84,102,stand,,,
23 -1110 -584 40,119 400,stand,,,
24 -1467 425 -3,204 205,stand,,,
25 -3293 -222 -34,237 251,stand,,,
26 -3081 751 0,223 234,stand,,,
27 -890 1321 -12,178 182,stand,,,
28 -2243 1182 -19,215,stand,,,
29 -2420 -906 176,260,stand,,,
30 -3742 -1816 35,29 34 39,stand,,,
31 -3783 -1703 40,28 301,stand,,,
32 -3582 -1286 64,31 279 386,stand,,,
33 -3560 -1191 73,30 32,stand,,,
34 -3534 -1059 61,31 33,stand,,,
35 -3527 -958 64,32 64,stand,,,
36 -3342 -1631 33,28 35 280 300,stand,,,
37 -3252 -1739 48,34 36 425,stand,,,
38 -3279 -1857 55,35 37,stand,,,
39 -3464 -2028 53,38 36,stand,,,
40 -3595 -2056 49,37 40,stand,,,
41 -3704 -1938 48,40 28 397,stand,,,
42 -3702 -2074 46,39 38 12,stand,,,
43 -2912 -1806 89,42 424 18,stand,,,
44 -2774 -1853 107,41 43,stand,,,
45 -2749 -1933 135,42 44,stand,,,
46 -2682 -2033 165,43 45 46,stand,,,
47 -2703 -2103 161,44 14 434,stand,,,
48 -2576 -2027 175,44 85,stand,,,
49 -3108 -1334 40,48 55 279,stand,,,
50 -3129 -1109 48,47 2 49 433,stand,,,
51 -3124 -1009 76,48 50,stand,,,
52 -2920 -1007 85,49 51,stand,,,
53 -2923 -923 83,52 50 286,stand,,,
54 -2765 -921 88,51 53,stand,,,
55 -2754 -786 58,52 63,stand,,,
56 -2809 -1198 67,17 55,stand,,,
57 -2798 -1292 37,47 54 56,stand,,,
58 -2524 -1343 30,55 57 66,stand,,,
59 -2250 -1313 32,56 58,stand,,,
60 -2100 -1171 32,57 59,stand,,,
61 -2093 -985 35,58 3 111 288,stand,,,
62 -2339 -910 40,3 61,stand,,,
63 -2472 -877 52,60 62 261,stand,,,
64 -2625 -689 47,61 63 233,stand,,,
65 -2756 -682 37,53 62 245,stand,,,
66 -3530 -859 46,33 244,stand,,,
67 -2483 -1680 29,66 67 432,stand,,,
68 -2498 -1443 32,65 56 432,stand,,,
69 -2469 -1708 37,65 68,stand,,,
70 -2432 -1780 48,67 69 92,stand,,,
71 -2432 -1801 76,68 70,stand,,,
72 -2432 -1832 60,69 71 72,stand,,,
73 -2421 -1975 56,70 16,stand,,,
74 -2319 -1843 62,70 73,stand,,,
75 -2235 -1864 56,72 74 91,stand,,,
76 -2134 -2083 55,73 75,stand,,,
77 -1911 -2087 50,74 76 15,stand,,,
78 -1857 -1940 48,75 77,stand,,,
79 -1850 -1838 48,78 76,stand,,,
80 -1835 -1718 39,77 93 94 292,stand,,,
81 -1673 -2167 48,15 323,stand,,,
82 -1734 -2250 48,81 323,stand,,,
83 -1896 -2232 172,80 82,stand,,,
84 -1968 -2235 172,81 83,stand,,,
85 -1969 -2073 172,82 84 86,stand,,,
86 -2193 -2074 172,83 85,stand,,,
87 -2391 -2074 172,84 46,stand,,,
88 -1820 -2060 172,83 87,stand,,,
89 -1827 -1978 172,86 88 89 90,stand,,,
90 -1844 -1867 172,87 89 90,stand,,,
91 -1968 -1882 172,88 87,stand,,,
92 -1712 -1867 172,87 88,stand,,,
93 -2233 -1798 52,73 92,stand,,,
94 -2235 -1755 40,91 93 68,stand,,,
95 -2021 -1749 39,92 78,stand,,,
96 -1558 -1756 68,78 95,stand,,,
97 -1317 -1771 93,94 340 341,stand,,,
98 -1134 -1505 101,97 341,stand,,,
99 -1147 -1210 68,96 98,stand,,,
100 -1158 -1126 61,97 99 108,stand,,,
101 -1165 -1081 67,98 257,stand,,,
102 -1043 -741 41,101 259,stand,,,
103 -993 -741 32,100 399,stand,,,
104 -1171 -804 69,20 103 258,stand,,,
105 -1289 -819 71,102 104,stand,,,
106 -1395 -822 54,103 106 107 291,stand,,,
107 -1240 -572 46,106,stand,,,
108 -1395 -640 36,104 105 114,stand,,,
109 -1379 -1068 52,104 108,stand,,,
110 -1273 -1130 70,98 107,stand,,,
111 -2019 -471 28,19 110 112 120,stand,,,
112 -2066 -745 43,109 111,stand,,,
113 -2059 -846 44,110 59,stand,,,
114 -1767 -453 -4,109 113,stand,,,
115 -1661 -433 7,112 114 115,stand,,,
116 -1571 -607 29,106 113,stand,,,
117 -1594 -337 16,113 116 276,stand,,,
118 -1436 -359 24,117 115,stand,,,
119 -1406 -466 24,116 4,stand,,,
120 -1172 -381 24,4 119,stand,,,
121 -1045 -382 24,118 137 21 400,stand,,,
122 -2004 -308 12,109 121,stand,,,
123 -1945 -106 2,120 122 272,stand,,,
124 -1900 135 20,121 123,stand,,,
125 -1900 210 17,122 124,stand,,,
126 -1899 250 0,123 125,stand,,,
127 -1911 318 -26,124 126 202 203,stand,,,
128 -2022 318 -11,125 127,stand,,,
129 -2170 318 21,0 126 128,stand,,,
130 -2174 191 27,127 129 428,stand,,,
131 -2449 191 27,128 130,stand,,,
132 -2565 191 -11,129 229 230 285,stand,,,
133 -2185 -160 32,132 428,stand,,,
134 -2263 -255 45,131 133,stand,,,
135 -2287 -252 74,132 134,stand,,,
136 -2304 -254 38,133 135,stand,,,
137 -2373 -233 17,134 136,stand,,,
138 -2463 -233 -4,135 230 231 254,stand,,,
139 -996 -277 2,138 119,stand,,,
140 -949 -147 -29,137 157 429,stand,,,
141 -704 -550 -1,140 149 399,stand,,,
142 -711 -433 15,139 141,stand,,,
143 -713 -321 11,140 142,stand,,,
144 -580 -331 15,141 143,stand,,,
145 -475 -370 8,142 144 147,stand,,,
146 -475 -293 8,143 145,stand,,,
147 -474 -228 -24,144 146,stand,,,
148 -511 -89 -38,145 156 157,stand,,,
149 -460 -445 0,143 148,stand,,,
150 -412 -565 -7,147 149 150,stand,,,
151 -595 -552 -3,148 139,stand,,,
152 -301 -451 6,148 151,stand,,,
153 -246 -389 8,150 152,stand,,,
154 -252 -300 -7,151 5 153,stand,,,
155 -254 -199 -2,152 154 5,stand,,,
156 -248 -114 -14,153 155,stand,,,
157 -248 -70 -37,154 156 167,stand,,,
158 -391 -75 -29,155 146,stand,,,
159 -780 -120 -36,146 138 429,stand,,,
160 -1181 129 -49,159 161 429,stand,,,
161 -1242 -12 -46,158 160,stand,,,
162 -1312 -5 -44,159 198 274,stand,,,
163 -851 178 -71,158 162 262 429,stand,,,
164 -849 381 -62,161 163,stand,,,
165 -849 640 -62,162 164,stand,,,
166 -840 750 -54,165 163,stand,,,
167 -871 884 -54,164 166 267,stand,,,
168 -926 1033 -87,165 180 181 266 398,stand,,,
169 -96 57 -55,155 295,stand,,,
170 197 340 -63,169 271 294 295,stand,,,
171 239 441 -47,168 170,stand,,,
172 321 551 -54,169 6 171,stand,,,
173 322 746 -49,170 172,stand,,,
174 298 890 -44,173 171,stand,,,
175 195 933 -15,172 174,stand,,,
176 95 1031 -15,173 175,stand,,,
177 -104 1125 -22,176 174,stand,,,
178 -241 1125 -18,175 177,stand,,,
179 -485 1100 -33,176 264 265,stand,,,
180 -1072 1326 -37,25 179,stand,,,
181 -1098 1122 -89,178 180,stand,,,
182 -1088 1028 -78,166 179 185 398,stand,,,
183 -904 1178 -50,166 182,stand,,,
184 -893 1250 -27,25 181,stand,,,
185 -1276 825 -24,184 186 187 209,stand,,,
186 -1131 825 -22,183 8,stand,,,
187 -1273 1045 -71,180 186 296,stand,,,
188 -1273 903 -38,183 185,stand,,,
189 -1274 696 -26,183 188,stand,,,
190 -1335 695 -26,187 189,stand,,,
191 -1328 520 -26,190 188,stand,,,
192 -1294 383 -26,189 191 197,stand,,,
193 -1197 386 -26,190 192,stand,,,
194 -1197 426 -26,191 193,stand,,,
195 -1192 649 125,192 194,stand,,,
196 -1192 701 125,193 7,stand,,,
197 -1349 483 125,7 196,stand,,,
198 -1367 243 125,195,stand,,,
199 -1282 226 -26,190 198,stand,,,
200 -1295 173 -30,160 197 199,stand,,,
201 -1404 199 -23,198 200,stand,,,
202 -1514 289 0,199 201,stand,,,
203 -1701 292 5,202 200 277,stand,,,
204 -1817 301 -5,201 125,stand,,,
205 -1787 429 -23,125 204,stand,,,
206 -1577 426 -19,203 22,stand,,,
207 -1476 539 -2,206 22,stand,,,
208 -1498 631 17,205 207,stand,,,
209 -1503 704 9,206 208,stand,,,
210 -1514 775 -9,209 207 210 296,stand,,,
211 -1363 812 -28,208 183,stand,,,
212 -1637 809 -5,208 211,stand,,,
213 -1763 834 -22,210 212,stand,,,
214 -1856 829 -32,213 211 298 214,stand,,,
215 -1846 748 -3,212 9,stand,,,
216 -2169 944 -7,215 298 212,stand,,,
217 -2252 1026 -27,214 26 216,stand,,,
218 -2401 1102 -16,215 217,stand,,,
219 -2507 1135 -7,216 218,stand,,,
220 -2673 958 -8,217 219,stand,,,
221 -2802 949 -7,218 220 221,stand,,,
222 -2999 950 -8,219 10,stand,,,
223 -2813 817 3,219 222,stand,,,
224 -2840 669 -27,221 223 228 427,stand,,,
225 -2970 716 -14,222 24 234,stand,,,
226 -2447 638 15,225 227,stand,,,
227 -2448 696 0,224 226,stand,,,
228 -2315 696 13,225 11,stand,,,
229 -2455 559 6,224 228,stand,,,
230 -2583 581 -15,227 222 229 427,stand,,,
231 -2579 351 -15,228 130,stand,,,
232 -2519 -35 -13,130 136 284,stand,,,
233 -2446 -412 24,136 232,stand,,,
234 -2453 -549 48,233 231,stand,,,
235 -2548 -623 49,232 62,stand,,,
236 -3053 498 -39,223 235 427 24,stand,,,
237 -3070 280 -55,234 236 281 285,stand,,,
238 -3301 167 -34,235 237,stand,,,
239 -3301 -8 -32,23 236 238 282,stand,,,
240 -3551 -8 -23,237 239,stand,,,
241 -3546 -114 -23,238 240 241,stand,,,
242 -3438 -122 -23,239 1,stand,,,
243 -3556 -295 -23,239 242,stand,,,
244 -3523 -379 -22,241 13 243 391,stand,,,
245 -3522 -633 15,242 244 247,stand,,,
246 -3523 -742 31,243 64,stand,,,
247 -2860 -632 17,63 246 256,stand,,,
248 -3065 -592 3,245 247 287,stand,,,
249 -3258 -609 8,246 248 243,stand,,,
250 -3247 -451 -14,247 13 249,stand,,,
251 -3194 -456 3,248 250,stand,,,
252 -3123 -457 -15,249 251,stand,,,
253 -3109 -226 -39,250 23 252 282,stand,,,
254 -2965 -188 -48,251 253 283,stand,,,
255 -2830 -218 -48,252 254 255,stand,,,
256 -2613 -220 -29,253 136,stand,,,
257 -2838 -412 -23,253 256,stand,,,
258 -2845 -522 3,255 245,stand,,,
259 -1172 -970 52,258 99,stand,,,
260 -1171 -885 66,257 102 259,stand,,,
261 -1049 -897 65,258 100,stand,,,
262 -2407 -828 176,27 261,stand,,,
263 -2413 -767 59,260 61,stand,,,
264 -695 349 -75,161 263,stand,,,
265 -561 573 -70,264 262,stand,,,
266 -458 832 -62,263 177 267 268,stand,,,
267 -661 1080 -40,266 177 267,stand,,,
268 -791 1057 -66,265 166,stand,,,
269 -659 898 -51,265 165 264,stand,,,
270 -265 644 -64,269 264,stand,,,
271 -103 494 -54,268 270,stand,,,
272 -8 418 -21,269 271,stand,,,
273 9 396 -49,270 168,stand,,,
274 -1838 -95 0,121 273,stand,,,
275 -1650 -56 -22,272 274 275 278,stand,,,
276 -1477 -33 -32,273 160,stand,,,
277 -1624 -205 -20,273 276,stand,,,
278 -1603 -286 6,275 115,stand,,,
279 -1693 220 10,201 278,stand,,,
280 -1669 60 -10,277 273,stand,,,
281 -3346 -1330 50,47 30 280,stand,,,
282 -3352 -1472 40,279 34,stand,,,
283 -3060 108 -50,235 282,stand,,,
284 -3091 -47 -58,281 251 237 283,stand,,,
285 -2950 -71 -61,282 252 284,stand,,,
286 -2766 -31 -65,285 283 230,stand,,,
287 -2751 199 -52,284 130 235,stand,,,
288 -2998 -878 78,51 287,stand,,,
289 -2995 -772 48,286 246,stand,,,
290 -1948 -1021 22,59 289,stand,,,
291 -1805 -1006 17,288 290 293,stand,,,
292 -1672 -1000 31,289 291,stand,,,
293 -1528 -906 32,290 104,stand,,,
294 -1709 -1415 30,78 293,stand,,,
295 -1772 -1289 28,292 289,stand,,,
296 377 221 -51,168,stand,,,
297 71 205 -63,168 167,stand,,,
298 -1540 1013 -66,208 185 297,stand,,,
299 -1757 1045 -62,296 298,stand,,,
300 -1920 1037 -50,297 214 212,stand,,,
301 -3660 -1542 43,300 301,stand,,,
302 -3500 -1576 40,299 34,stand,,,
303 -3825 -1585 43,29 299 390,stand,,,
304 -2746 -2189 195,14 303,stand,,,
305 -2747 -2232 210,302 304,stand,,,
306 -2751 -2258 191,303 305,stand,,,
307 -2728 -2459 157,304 306,stand,,,
308 -2733 -2646 130,305 307 311,stand,,,
309 -2626 -2644 130,306 308 309,stand,,,
310 -2611 -2513 130,307 309,stand,,,
311 -2331 -2629 130,308 307 310,stand,,,
312 -2332 -2960 130,309 311 314,stand,,,
313 -2728 -2938 130,310 306 312,stand,,,
314 -2788 -2936 130,313 311,stand,,,
315 -3011 -2961 57,312 357,stand,,,
316 -2265 -3011 130,310 315,stand,,,
317 -2103 -3002 130,314 316,stand,,,
318 -1950 -2917 130,317 315 329,stand,,,
319 -1955 -2764 130,316 318,stand,,,
320 -1825 -2674 130,317 319 326,stand,,,
321 -1819 -2451 130,318 320,stand,,,
322 -1793 -2420 109,319 321 322,stand,,,
323 -1704 -2333 68,320 322 323,stand,,,
324 -1585 -2421 101,320 321 324,stand,,,
325 -1703 -2248 48,80 79 321,stand,,,
326 -1586 -2491 106,322 325,stand,,,
327 -1640 -2682 99,324 326 327,stand,,,
328 -1657 -2683 130,325 318,stand,,,
329 -1536 -2911 59,325 328 330 343,stand,,,
330 -1745 -2926 130,327 329,stand,,,
331 -1801 -2901 130,328 316,stand,,,
332 -1175 -2935 59,327 331 332 343,stand,,,
333 -1158 -2770 82,330,stand,,,
334 -896 -2956 59,330 333,stand,,,
335 -881 -2771 79,332 334 335,stand,,,
336 -873 -2683 90,333 335 336,stand,,,
337 -789 -2711 86,334 333,stand,,,
338 -869 -2562 97,334 337,stand,,,
339 -849 -2367 97,336 338,stand,,,
340 -895 -2151 85,337 339,stand,,,
341 -1096 -1964 99,338 340 423,stand,,,
342 -1203 -1864 103,95 339,stand,,,
343 -1205 -1623 101,95 96 342,stand,,,
344 -1087 -1687 97,341 423,stand,,,
345 -1371 -3198 60,330 327 344,stand,,,
346 -1577 -3190 60,343 345 415,stand,,,
347 -1569 -3420 59,344 346,stand,,,
348 -2058 -3431 59,345 347 356,stand,,,
349 -2045 -3803 59,346 348,stand,,,
350 -2372 -3810 59,347 349,stand,,,
351 -2620 -3834 59,348 350,stand,,,
352 -2624 -3631 59,349 351 356,stand,,,
353 -2937 -3628 59,350 352,stand,,,
354 -3301 -3629 59,353 351 361,stand,,,
355 -3335 -3831 59,352 354,stand,,,
356 -3859 -3830 56,353 355,stand,,,
357 -3892 -3452 57,354 360 362,stand,,,
358 -2647 -3426 59,350 346 430,stand,,,
359 -3001 -3149 60,313 358 413 431,stand,,,
360 -3571 -3157 60,357 359 363,stand,,,
361 -3907 -3145 56,358 360 364,stand,,,
362 -3900 -3300 66,359 355,stand,,,
363 -3300 -3452 59,352 362 411,stand,,,
364 -3568 -3423 59,361 355 363,stand,,,
365 -3578 -3280 66,362 358,stand,,,
366 -4142 -3139 54,359 365 366,stand,,,
367 -4276 -3137 55,364 366,stand,,,
368 -4189 -2807 44,365 364 367,stand,,,
369 -4151 -2421 42,366 368 396,stand,,,
370 -4559 -2356 40,367 369,stand,,,
371 -4635 -2081 24,368 370,stand,,,
372 -4692 -1906 16,369 371,stand,,,
373 -4483 -1733 27,370 372,stand,,,
374 -4481 -1666 28,371 373,stand,,,
375 -4481 -1627 40,372 374,stand,,,
376 -4484 -1463 38,373 375,stand,,,
377 -4361 -1479 38,374 376,stand,,,
378 -4361 -1269 38,375 377 379,stand,,,
379 -4363 -1219 38,376 378,stand,,,
380 -4365 -1190 18,377 426,stand,,,
381 -4221 -1256 38,376 380,stand,,,
382 -4201 -1301 38,379 381,stand,,,
383 -4187 -1530 190,380 382,stand,,,
384 -4242 -1607 190,381 383,stand,,,
385 -4363 -1458 190,382 384 385,stand,,,
386 -4511 -1460 190,383,stand,,,
387 -4264 -1253 190,383,stand,,,
388 -3908 -1281 61,30 387 389 390,stand,,,
389 -3912 -1256 91,386 388,stand,,,
390 -3909 -1234 59,387 394,stand,,,
391 -4060 -1352 68,386 390,stand,,,
392 -3932 -1482 51,389 301 386,stand,,,
393 -3718 -416 -29,242 392,stand,,,
394 -3905 -551 -15,391 393 422,stand,,,
395 -3926 -784 26,392 394,stand,,,
396 -3929 -957 38,393 395 388,stand,,,
397 -4166 -976 11,394 426,stand,,,
398 -4019 -2221 45,367 397,stand,,,
399 -3922 -2027 38,396 39,stand,,,
400 -1024 892 -26,8 180 166,stand,,,
401 -863 -739 13,139 101 400 401,stand,,,
402 -932 -610 12,399 119 21,stand,,,
403 -864 -801 28,399 402,stand,,,
404 -864 -852 45,401 403,stand,,,
405 -812 -900 43,402 404,stand,,,
406 -671 -1076 45,403 405,stand,,,
407 -668 -1109 45,404 406,stand,,,
408 -670 -1142 34,405 407,stand,,,
409 -777 -1263 44,406 408,stand,,,
410 -733 -1594 41,407 409,stand,,,
411 -810 -1700 52,408 423,stand,,,
412 -3012 -3294 110,412 414,stand,,,
413 -3020 -3382 59,412 361,stand,,,
414 -3020 -3358 110,411 410,stand,,,
415 -3030 -3189 60,414 357,stand,,,
416 -3030 -3214 110,413 410,stand,,,
417 -2114 -3186 60,344 416,stand,,,
418 -2461 -3209 61,415 431,stand,,,
419 -4677 -797 8,418 426,stand,,,
420 -4877 -669 31,417 419,stand,,,
421 -4796 -537 20,418 420,stand,,,
422 -4660 -436 6,421 419,stand,,,
423 -4397 -383 -10,420 422,stand,,,
424 -4145 -474 -6,421 392,stand,,,
425 -938 -1834 68,339 409 342,stand,,,
426 -2932 -1719 52,18 41 425 432,stand,,,
427 -3017 -1709 49,18 424 35,stand,,,
428 -4352 -844 6,395 417 378,stand,,,
429 -2872 518 -45,234 222 228,stand,,,
430 -2148 33 27,128 131,stand,,,
431 -897 44 -67,161 158 138 157,stand,,,
432 -2636 -3293 66,356 431,stand,,,
433 -2622 -3191 60,430 416 357,stand,,,
434 -2703 -1667 40,424 65 66,stand,,,
435 -3014 -1191 51,2 48,stand,,,
436 -2616 -2208 186,14 45,stand,,,

View File

@ -0,0 +1,310 @@
309
-3960 -1380 62.6968,33 34,stand,,,
-2197.68 426.008 44.3324,136,stand,,,
-3440 -198 -23.875,255,stand,,,
-3039.21 -1110.21 66.7172,54,stand,,,
-2282 -1011 40.125,65 66,stand,,,
-1248 -450 24.125,126 127,stand,,,
-320 -314 5.28386,165,stand,,,
456 438 -45.6509,184,stand,,,
174.787 137.213 -63.875,181 182,stand,,,
-1352.84 670 125.125,208 209,stand,,,
-984 808 -26.875,198,stand,,,
-1831.21 678.213 25.9997,227,stand,,,
-3071 888 4.70123,235,stand,,,
-2246 712 10.2331,241,stand,,,
-3670.12 -2222.69 62.6328,44,stand,,,
-3251.9 -386.5 -23.1948,257 263,stand,,,
-2727.74 -2167.03 153.553,50,stand,,,
-1712.99 -2099.27 48.125,82 86,stand,,,
-2393.87 -2105.34 56.125,78,stand,,,
-2789.96 -1095.51 123.694,60,stand,,,
-3038 -1847.52 76.6726,99,stand,,,
-1167.54 -1734.41 102.919,104 105,stand,,,
-2166.01 -453.11 50.2549,118,stand,,,
-1165.11 -712.987 84.5676,111,stand,,,
-1110.01 -584.11 40.4601,149,stand,,,
-1467.89 425.987 -3.31126,218 219,stand,,,
-3293.89 -222.013 -34.033,252 266,stand,,,
-3081.11 751.013 0.206394,238,stand,,,
-890.261 1321.81 -12.0212,192 196,stand,,,
-2243.1 1182.02 -19.9793,230,stand,,,
-2420 -906 176.125,275,stand,,,
-3742.95 -1816.07 35.6521,32 38 43,stand,,,
-3783.2 -1703.55 40.125,31 33,stand,,,
-3900.3 -1483.89 50.1522,32 0,stand,,,
-3582.81 -1286.29 64.8238,0 35 294,stand,,,
-3560.83 -1191.46 73.625,34 36,stand,,,
-3534.73 -1059.08 61.2023,35 37,stand,,,
-3527.75 -958.808 64.125,36 70,stand,,,
-3342.34 -1631 33.3506,31 39 295,stand,,,
-3252.01 -1739.95 48.125,38 40 45,stand,,,
-3279.98 -1857.47 55.6592,39 41,stand,,,
-3464.25 -2028.48 53.5666,42 40,stand,,,
-3595.97 -2056.4 49.4134,41 44,stand,,,
-3704.62 -1938.36 48.125,44 31,stand,,,
-3702.64 -2074.39 46.3004,43 42 14,stand,,,
-3062.08 -1744.07 52.3883,39 46 52,stand,,,
-2912.54 -1806.83 89.4468,45 47 52 99,stand,,,
-2774.43 -1853.34 107.677,46 48,stand,,,
-2749.68 -1933.46 135.365,47 49,stand,,,
-2682.15 -2033.71 165.455,48 50 51,stand,,,
-2703.39 -2103.79 161.73,49 16,stand,,,
-2576.23 -2027.08 175.125,49 93,stand,,,
-2855.78 -1695.23 41.2319,46 45 71,stand,,,
-3108.94 -1334.44 40.125,54 61 294,stand,,,
-3129.86 -1109.3 48.4135,53 3 55,stand,,,
-3124.76 -1009.75 76.3956,54 56,stand,,,
-2920.67 -1007.58 85.1073,55 57,stand,,,
-2923.78 -923.781 83.2871,58 56 301,stand,,,
-2765.54 -921.943 88.5265,57 59,stand,,,
-2754.99 -786.901 58.5966,58 69,stand,,,
-2809.05 -1198.95 67.7156,19 61,stand,,,
-2798.02 -1292.72 37.0465,53 60 62,stand,,,
-2524.2 -1343.22 30.578,61 63 73,stand,,,
-2250.76 -1313.77 32.125,62 64,stand,,,
-2100.68 -1171.05 32.6792,63 65,stand,,,
-2093.32 -985.583 35.6327,64 4 120 303,stand,,,
-2339.53 -910.611 40.125,4 67,stand,,,
-2472.54 -877.81 52.0642,66 68 276,stand,,,
-2625.06 -689.427 47.7758,67 69 248,stand,,,
-2756.41 -682.003 37.2617,59 68 260,stand,,,
-3530.9 -859.782 46.9383,37 259,stand,,,
-2728.19 -1660.93 40.125,52 72,stand,,,
-2483.36 -1680.39 29.9867,71 73 74,stand,,,
-2498.93 -1443.07 32.125,72 62,stand,,,
-2469.36 -1708.91 37.6325,72 75,stand,,,
-2432.7 -1780.88 48.125,74 76 101,stand,,,
-2432.71 -1801.77 76.125,75 77,stand,,,
-2432.75 -1832.02 60.3369,76 78 79,stand,,,
-2421.23 -1975.88 56.125,77 18,stand,,,
-2319.16 -1843.99 62.3899,77 80,stand,,,
-2235.85 -1864.28 56.0366,79 81 100,stand,,,
-2134.45 -2083.78 55.1573,80 82,stand,,,
-1911.43 -2087.5 50.125,81 83 17,stand,,,
-1857.09 -1940.69 48.125,82 84,stand,,,
-1850.56 -1838.38 48.125,85 83,stand,,,
-1835.13 -1718.93 39.1736,84 102 103 307,stand,,,
-1673.88 -2167.22 48.125,17 87,stand,,,
-1683 -2250.86 48.125,86 88,stand,,,
-1734.85 -2250.81 48.125,87 89,stand,,,
-1896.58 -2232.71 172.125,88 90,stand,,,
-1968 -2235.12 172.125,89 91,stand,,,
-1969.66 -2073.62 172.125,90 92 94,stand,,,
-2193.66 -2074.89 172.125,91 93,stand,,,
-2391.11 -2074.81 172.125,92 51,stand,,,
-1820.78 -2060.73 172.125,91 95,stand,,,
-1827.37 -1978.69 172.125,94 96 97 98,stand,,,
-1844.18 -1867.9 172.125,95 97 98,stand,,,
-1968.82 -1882.69 172.125,96 95,stand,,,
-1712.51 -1867.13 172.125,95 96,stand,,,
-2929.7 -1861.74 95.5374,20 46,stand,,,
-2233.98 -1798.6 52.125,80 101,stand,,,
-2235.12 -1755.47 40.125,100 102 75,stand,,,
-2021.88 -1749.55 39.23,101 85,stand,,,
-1558.32 -1756.62 68.5288,85 104,stand,,,
-1317.04 -1771.99 93.116,103 21,stand,,,
-1134.19 -1505.16 101.542,21 106,stand,,,
-1147.91 -1210.26 68.2177,105 107,stand,,,
-1158.54 -1126.87 61.8611,106 108 117,stand,,,
-1165.37 -1081.25 67.9137,107 272,stand,,,
-1043.92 -741.589 41.936,110 274,stand,,,
-993.941 -741.653 32.125,109 151,stand,,,
-1171.72 -804.58 69.6295,23 112 273,stand,,,
-1289.21 -819.102 71.1265,111 113,stand,,,
-1395.13 -822.159 54.3066,112 115 116 306,stand,,,
-1240.72 -572.386 46.7176,115,stand,,,
-1395.03 -640.354 36.0002,113 114 123,stand,,,
-1379.78 -1068.63 52.3568,113 117,stand,,,
-1273.01 -1130.71 70.5145,107 116,stand,,,
-2019.89 -471.354 28.622,22 119 121 129,stand,,,
-2066.65 -745.587 43.0429,118 120,stand,,,
-2059.65 -846.037 44.2965,119 65,stand,,,
-1767.71 -453.354 -4.1224,118 122,stand,,,
-1661.52 -433.278 7.20052,121 123 124,stand,,,
-1571.64 -607.917 29.9427,115 122,stand,,,
-1594.54 -337.96 16.6302,122 125 291,stand,,,
-1436.34 -359.605 24.125,126 124,stand,,,
-1406.23 -466.407 24.125,125 5,stand,,,
-1172.9 -381.618 24.125,5 128,stand,,,
-1045.29 -382.565 24.125,127 147 149,stand,,,
-2004.65 -308.625 12.3113,118 130,stand,,,
-1945.16 -106.656 2.57078,129 131 287,stand,,,
-1900.73 135.142 20.5286,130 132,stand,,,
-1900.7 210.607 17.6184,131 133,stand,,,
-1899.14 250.719 0.769392,132 134,stand,,,
-1911.36 318.892 -26.5759,133 135 216 217,stand,,,
-2022.17 318.296 -11.6011,134 136,stand,,,
-2170.76 318.167 21.7813,1 135 137,stand,,,
-2174.95 191.799 27.125,136 138 140,stand,,,
-2449.71 191.841 27.125,137 139,stand,,,
-2565.62 191.413 -11.5686,138 244 245 300,stand,,,
-2185.11 -37.0161 27.125,137 141,stand,,,
-2185.15 -160.179 32.5888,142 140,stand,,,
-2263.37 -255.68 45.5979,141 143,stand,,,
-2287.7 -252.966 74.625,142 144,stand,,,
-2304.13 -254.001 38.8099,143 145,stand,,,
-2373.64 -233.583 17.5615,144 146,stand,,,
-2463.03 -233.94 -4.17648,145 245 246 269,stand,,,
-996.474 -277.946 2.23575,148 128,stand,,,
-949.647 -147.299 -29.6367,147 170 175,stand,,,
-1034.81 -583.214 24.5102,128 24 150,stand,,,
-964.529 -620.433 23.321,149 151,stand,,,
-857.824 -677.857 5.15454,150 110 152,stand,,,
-704.971 -550.801 -1.10983,151 153 162,stand,,,
-711.977 -433.567 15.7077,152 154,stand,,,
-713.591 -321.832 11.5227,153 155,stand,,,
-580.374 -331.265 15.3981,154 156,stand,,,
-475.69 -370.195 8.125,155 157 160,stand,,,
-475.072 -293.688 8.125,156 158,stand,,,
-474.993 -228.171 -24.9776,157 159,stand,,,
-511.516 -89.0745 -38.1293,158 169 170,stand,,,
-460.01 -445.267 -0.747316,156 161,stand,,,
-412.065 -565.444 -7.875,160 162 163,stand,,,
-595.802 -552.95 -3.92338,161 152,stand,,,
-301.524 -451.976 6.34148,161 164,stand,,,
-246.422 -389.99 8.89232,163 165,stand,,,
-252.761 -300.704 -7.875,164 6 166,stand,,,
-254.485 -199.857 -2.47345,165 167,stand,,,
-248.581 -114.828 -14.8405,166 168,stand,,,
-248.642 -70.7238 -37.0311,167 169 181,stand,,,
-391.098 -75.8578 -29.2028,168 159,stand,,,
-780.167 -120.888 -36.799,159 148,stand,,,
-1181.93 129.494 -49.0634,172 174,stand,,,
-1242.02 -12.152 -46.4144,171 173,stand,,,
-1312.16 -5.07858 -44.3154,172 212 289,stand,,,
-851.57 178.245 -71.8766,171 175 176 277,stand,,,
-924.932 -16.0318 -64.7739,174 148,stand,,,
-849.333 381.429 -62.875,174 177,stand,,,
-849.197 640.498 -62.875,176 178,stand,,,
-840.219 750.019 -54.875,179 177,stand,,,
-871.577 884.019 -54.5509,178 180 282,stand,,,
-926.341 1033.54 -87.875,179 194 195 281,stand,,,
-96.176 57.2069 -55.0059,168 8,stand,,,
197.236 340.077 -63.875,8 183 286,stand,,,
239.922 441.252 -47.875,182 184,stand,,,
321.428 551.75 -54.1868,183 7 185,stand,,,
322.643 746.159 -49.8264,184 186,stand,,,
298.418 890.552 -44.0595,187 185,stand,,,
195.271 933.253 -15.875,186 188,stand,,,
95.3276 1031.23 -15.4017,187 189,stand,,,
-104.217 1125.26 -22.4327,190 188,stand,,,
-241.537 1125.71 -18.9217,189 191,stand,,,
-485.29 1100.95 -33.3424,190 279 280,stand,,,
-1072.98 1326.93 -37.4483,28 193,stand,,,
-1098.14 1122.33 -89.1991,192 194,stand,,,
-1088.96 1028.33 -78.8963,180 193 199,stand,,,
-904.547 1178.55 -50.1851,180 196,stand,,,
-893.975 1250.15 -27.5406,28 195,stand,,,
-1276.2 825.069 -24.4884,198 200 201 223,stand,,,
-1131.32 825.04 -22.8365,197 10,stand,,,
-1273.42 1045.32 -71.8951,194 200,stand,,,
-1273.11 903.366 -38.2861,197 199,stand,,,
-1274.7 696.043 -26.875,197 202,stand,,,
-1335.56 695.546 -26.875,201 203,stand,,,
-1328.79 520.44 -26.875,204 202,stand,,,
-1294.88 383.622 -26.875,203 205 211,stand,,,
-1197.77 386.44 -26.875,204 206,stand,,,
-1197.19 426.336 -26.875,205 207,stand,,,
-1192.45 649.506 125.125,206 208,stand,,,
-1192.74 701.761 125.125,207 9,stand,,,
-1349.99 483.872 125.125,9 210,stand,,,
-1367.88 243.13 125.125,209,stand,,,
-1282.86 226.655 -26.875,204 212,stand,,,
-1295.62 173.12 -30.8221,173 211 213,stand,,,
-1404.81 199.986 -23.8423,212 214,stand,,,
-1514.49 289.901 0.172845,213 215,stand,,,
-1701.25 292.354 5.07884,216 214 292,stand,,,
-1817.48 301.02 -5.4709,215 134,stand,,,
-1787.2 429.86 -23.5952,134 218,stand,,,
-1577.36 426.598 -19.9597,217 25,stand,,,
-1476.86 539.939 -2.88106,220 25,stand,,,
-1498.82 631.65 17.3703,219 221,stand,,,
-1503.35 704.384 9.14215,220 222,stand,,,
-1514.04 775.095 -9.6394,223 221 224,stand,,,
-1363.09 812.23 -28.192,222 197,stand,,,
-1637.71 809.019 -5.16266,222 225,stand,,,
-1763.39 834.513 -22.1998,224 226,stand,,,
-1856.94 829.055 -32.307,227 225 228,stand,,,
-1846.7 748.76 -3.80855,226 11,stand,,,
-1994.98 925.09 -35.645,226 229,stand,,,
-2169.24 944.727 -7.875,228 230,stand,,,
-2252.82 1026.6 -27.5839,229 29 231,stand,,,
-2401.13 1102.92 -16.4157,230 232,stand,,,
-2507.97 1135.31 -7.3799,231 233,stand,,,
-2673.92 958.078 -8.95566,232 234,stand,,,
-2802.54 949.892 -7.72727,233 235 236,stand,,,
-2999.47 950.015 -8.42583,234 12,stand,,,
-2813.76 817.778 3.11416,234 237,stand,,,
-2840.19 669.242 -27.8527,236 238 243,stand,,,
-2970.11 716.546 -14.213,237 27 249,stand,,,
-2447.36 638.455 15.125,240 242,stand,,,
-2448.04 696.398 0.504197,239 241,stand,,,
-2315.39 696.741 13.7971,240 13,stand,,,
-2455.65 559.418 6.49271,239 243,stand,,,
-2583.11 581.534 -15.4011,242 237 244,stand,,,
-2579.5 351.949 -15.2178,243 139,stand,,,
-2519.04 -35.3875 -13.4225,139 146,stand,,,
-2446.97 -412.993 24.4708,146 247,stand,,,
-2453.85 -549.251 48.775,248 246,stand,,,
-2548.03 -623.233 49.715,247 68,stand,,,
-3053.09 498.242 -39.5574,238 250,stand,,,
-3070.15 280.932 -55.4303,249 251 296 300,stand,,,
-3301.95 167.27 -34.2921,250 252,stand,,,
-3301.89 -8.59811 -32.4281,26 251 253 297,stand,,,
-3551.59 -8.86978 -23.875,252 254,stand,,,
-3546.7 -114.015 -23.875,253 255 256,stand,,,
-3438.57 -122.071 -23.875,254 2,stand,,,
-3556.5 -295.235 -23.875,254 257,stand,,,
-3523.67 -379.532 -22.4014,256 15 258,stand,,,
-3522.64 -633.727 15.1366,257 259 262,stand,,,
-3523.17 -742.281 31.5989,258 70,stand,,,
-2860.58 -632.282 17.9217,69 261 271,stand,,,
-3065.97 -592.881 3.59698,260 262 302,stand,,,
-3258.44 -609.107 8.93977,261 263 258,stand,,,
-3247.62 -451.3 -14.0766,262 15 264,stand,,,
-3194.82 -456.832 3.125,263 265,stand,,,
-3123.41 -457.991 -15.2351,264 266,stand,,,
-3109.71 -226.934 -39.6572,265 26 267 297,stand,,,
-2965.4 -188.183 -48.2344,266 268 298,stand,,,
-2830.71 -218.826 -48.4041,267 269 270,stand,,,
-2613.47 -220.841 -29.5757,268 146,stand,,,
-2838.82 -412.361 -23.8676,268 271,stand,,,
-2845.79 -522.013 3.4999,270 260,stand,,,
-1172.94 -970.913 52.0533,273 108,stand,,,
-1171.88 -885.654 66.1206,272 111 274,stand,,,
-1049.06 -897.49 65.643,273 109,stand,,,
-2407.28 -828.844 176.125,30 276,stand,,,
-2413.54 -767.201 59.4274,275 67,stand,,,
-695.924 349.375 -75.1563,174 278,stand,,,
-561.847 573.98 -70.9008,279 277,stand,,,
-458.136 832.568 -62.2077,278 191 282 283,stand,,,
-661.773 1080.05 -40.2187,281 191 282,stand,,,
-791.062 1057.93 -66.1201,280 180,stand,,,
-659.036 898.455 -51.7482,280 179 279,stand,,,
-265.828 644.655 -64.9999,284 279,stand,,,
-103.15 494.667 -54.8129,283 285,stand,,,
-8.48457 418.478 -21.875,284 286,stand,,,
9.92118 396.516 -49.58,285 182,stand,,,
-1838.35 -95.1805 -0.138298,130 288,stand,,,
-1650.78 -56.68 -22.6271,287 289 290 293,stand,,,
-1477.85 -33.2909 -32.9249,288 173,stand,,,
-1624.05 -205.267 -20.6723,288 291,stand,,,
-1603.55 -286.077 6.31916,290 124,stand,,,
-1693.77 220.546 10.9785,215 293,stand,,,
-1669.67 60.3353 -10.0508,292 288,stand,,,
-3346.78 -1330.76 50.8757,53 34 295,stand,,,
-3352.71 -1472.52 40.016,294 38,stand,,,
-3060.02 108.93 -50.4984,250 297,stand,,,
-3091.55 -47.7358 -58.7358,296 266 252 298,stand,,,
-2950.78 -71.3944 -61.0917,297 267 299,stand,,,
-2766.05 -31.7884 -65.4517,300 298,stand,,,
-2751.64 199.688 -52.8022,299 139 250,stand,,,
-2998.73 -878.156 78.9476,57 302,stand,,,
-2995.55 -772.247 48.6132,301 261,stand,,,
-1948.97 -1021.46 22.9031,65 304,stand,,,
-1805.71 -1006.69 17.2145,303 305 308,stand,,,
-1672.74 -1000.18 31.8573,304 306,stand,,,
-1528.54 -906.365 32.6555,305 113,stand,,,
-1709.44 -1415.95 30.8021,85 308,stand,,,
-1772.77 -1289.1 28.9043,307 304,stand,,,
1 309
2 -3960 -1380 62.6968,33 34,stand,,,
3 -2197.68 426.008 44.3324,136,stand,,,
4 -3440 -198 -23.875,255,stand,,,
5 -3039.21 -1110.21 66.7172,54,stand,,,
6 -2282 -1011 40.125,65 66,stand,,,
7 -1248 -450 24.125,126 127,stand,,,
8 -320 -314 5.28386,165,stand,,,
9 456 438 -45.6509,184,stand,,,
10 174.787 137.213 -63.875,181 182,stand,,,
11 -1352.84 670 125.125,208 209,stand,,,
12 -984 808 -26.875,198,stand,,,
13 -1831.21 678.213 25.9997,227,stand,,,
14 -3071 888 4.70123,235,stand,,,
15 -2246 712 10.2331,241,stand,,,
16 -3670.12 -2222.69 62.6328,44,stand,,,
17 -3251.9 -386.5 -23.1948,257 263,stand,,,
18 -2727.74 -2167.03 153.553,50,stand,,,
19 -1712.99 -2099.27 48.125,82 86,stand,,,
20 -2393.87 -2105.34 56.125,78,stand,,,
21 -2789.96 -1095.51 123.694,60,stand,,,
22 -3038 -1847.52 76.6726,99,stand,,,
23 -1167.54 -1734.41 102.919,104 105,stand,,,
24 -2166.01 -453.11 50.2549,118,stand,,,
25 -1165.11 -712.987 84.5676,111,stand,,,
26 -1110.01 -584.11 40.4601,149,stand,,,
27 -1467.89 425.987 -3.31126,218 219,stand,,,
28 -3293.89 -222.013 -34.033,252 266,stand,,,
29 -3081.11 751.013 0.206394,238,stand,,,
30 -890.261 1321.81 -12.0212,192 196,stand,,,
31 -2243.1 1182.02 -19.9793,230,stand,,,
32 -2420 -906 176.125,275,stand,,,
33 -3742.95 -1816.07 35.6521,32 38 43,stand,,,
34 -3783.2 -1703.55 40.125,31 33,stand,,,
35 -3900.3 -1483.89 50.1522,32 0,stand,,,
36 -3582.81 -1286.29 64.8238,0 35 294,stand,,,
37 -3560.83 -1191.46 73.625,34 36,stand,,,
38 -3534.73 -1059.08 61.2023,35 37,stand,,,
39 -3527.75 -958.808 64.125,36 70,stand,,,
40 -3342.34 -1631 33.3506,31 39 295,stand,,,
41 -3252.01 -1739.95 48.125,38 40 45,stand,,,
42 -3279.98 -1857.47 55.6592,39 41,stand,,,
43 -3464.25 -2028.48 53.5666,42 40,stand,,,
44 -3595.97 -2056.4 49.4134,41 44,stand,,,
45 -3704.62 -1938.36 48.125,44 31,stand,,,
46 -3702.64 -2074.39 46.3004,43 42 14,stand,,,
47 -3062.08 -1744.07 52.3883,39 46 52,stand,,,
48 -2912.54 -1806.83 89.4468,45 47 52 99,stand,,,
49 -2774.43 -1853.34 107.677,46 48,stand,,,
50 -2749.68 -1933.46 135.365,47 49,stand,,,
51 -2682.15 -2033.71 165.455,48 50 51,stand,,,
52 -2703.39 -2103.79 161.73,49 16,stand,,,
53 -2576.23 -2027.08 175.125,49 93,stand,,,
54 -2855.78 -1695.23 41.2319,46 45 71,stand,,,
55 -3108.94 -1334.44 40.125,54 61 294,stand,,,
56 -3129.86 -1109.3 48.4135,53 3 55,stand,,,
57 -3124.76 -1009.75 76.3956,54 56,stand,,,
58 -2920.67 -1007.58 85.1073,55 57,stand,,,
59 -2923.78 -923.781 83.2871,58 56 301,stand,,,
60 -2765.54 -921.943 88.5265,57 59,stand,,,
61 -2754.99 -786.901 58.5966,58 69,stand,,,
62 -2809.05 -1198.95 67.7156,19 61,stand,,,
63 -2798.02 -1292.72 37.0465,53 60 62,stand,,,
64 -2524.2 -1343.22 30.578,61 63 73,stand,,,
65 -2250.76 -1313.77 32.125,62 64,stand,,,
66 -2100.68 -1171.05 32.6792,63 65,stand,,,
67 -2093.32 -985.583 35.6327,64 4 120 303,stand,,,
68 -2339.53 -910.611 40.125,4 67,stand,,,
69 -2472.54 -877.81 52.0642,66 68 276,stand,,,
70 -2625.06 -689.427 47.7758,67 69 248,stand,,,
71 -2756.41 -682.003 37.2617,59 68 260,stand,,,
72 -3530.9 -859.782 46.9383,37 259,stand,,,
73 -2728.19 -1660.93 40.125,52 72,stand,,,
74 -2483.36 -1680.39 29.9867,71 73 74,stand,,,
75 -2498.93 -1443.07 32.125,72 62,stand,,,
76 -2469.36 -1708.91 37.6325,72 75,stand,,,
77 -2432.7 -1780.88 48.125,74 76 101,stand,,,
78 -2432.71 -1801.77 76.125,75 77,stand,,,
79 -2432.75 -1832.02 60.3369,76 78 79,stand,,,
80 -2421.23 -1975.88 56.125,77 18,stand,,,
81 -2319.16 -1843.99 62.3899,77 80,stand,,,
82 -2235.85 -1864.28 56.0366,79 81 100,stand,,,
83 -2134.45 -2083.78 55.1573,80 82,stand,,,
84 -1911.43 -2087.5 50.125,81 83 17,stand,,,
85 -1857.09 -1940.69 48.125,82 84,stand,,,
86 -1850.56 -1838.38 48.125,85 83,stand,,,
87 -1835.13 -1718.93 39.1736,84 102 103 307,stand,,,
88 -1673.88 -2167.22 48.125,17 87,stand,,,
89 -1683 -2250.86 48.125,86 88,stand,,,
90 -1734.85 -2250.81 48.125,87 89,stand,,,
91 -1896.58 -2232.71 172.125,88 90,stand,,,
92 -1968 -2235.12 172.125,89 91,stand,,,
93 -1969.66 -2073.62 172.125,90 92 94,stand,,,
94 -2193.66 -2074.89 172.125,91 93,stand,,,
95 -2391.11 -2074.81 172.125,92 51,stand,,,
96 -1820.78 -2060.73 172.125,91 95,stand,,,
97 -1827.37 -1978.69 172.125,94 96 97 98,stand,,,
98 -1844.18 -1867.9 172.125,95 97 98,stand,,,
99 -1968.82 -1882.69 172.125,96 95,stand,,,
100 -1712.51 -1867.13 172.125,95 96,stand,,,
101 -2929.7 -1861.74 95.5374,20 46,stand,,,
102 -2233.98 -1798.6 52.125,80 101,stand,,,
103 -2235.12 -1755.47 40.125,100 102 75,stand,,,
104 -2021.88 -1749.55 39.23,101 85,stand,,,
105 -1558.32 -1756.62 68.5288,85 104,stand,,,
106 -1317.04 -1771.99 93.116,103 21,stand,,,
107 -1134.19 -1505.16 101.542,21 106,stand,,,
108 -1147.91 -1210.26 68.2177,105 107,stand,,,
109 -1158.54 -1126.87 61.8611,106 108 117,stand,,,
110 -1165.37 -1081.25 67.9137,107 272,stand,,,
111 -1043.92 -741.589 41.936,110 274,stand,,,
112 -993.941 -741.653 32.125,109 151,stand,,,
113 -1171.72 -804.58 69.6295,23 112 273,stand,,,
114 -1289.21 -819.102 71.1265,111 113,stand,,,
115 -1395.13 -822.159 54.3066,112 115 116 306,stand,,,
116 -1240.72 -572.386 46.7176,115,stand,,,
117 -1395.03 -640.354 36.0002,113 114 123,stand,,,
118 -1379.78 -1068.63 52.3568,113 117,stand,,,
119 -1273.01 -1130.71 70.5145,107 116,stand,,,
120 -2019.89 -471.354 28.622,22 119 121 129,stand,,,
121 -2066.65 -745.587 43.0429,118 120,stand,,,
122 -2059.65 -846.037 44.2965,119 65,stand,,,
123 -1767.71 -453.354 -4.1224,118 122,stand,,,
124 -1661.52 -433.278 7.20052,121 123 124,stand,,,
125 -1571.64 -607.917 29.9427,115 122,stand,,,
126 -1594.54 -337.96 16.6302,122 125 291,stand,,,
127 -1436.34 -359.605 24.125,126 124,stand,,,
128 -1406.23 -466.407 24.125,125 5,stand,,,
129 -1172.9 -381.618 24.125,5 128,stand,,,
130 -1045.29 -382.565 24.125,127 147 149,stand,,,
131 -2004.65 -308.625 12.3113,118 130,stand,,,
132 -1945.16 -106.656 2.57078,129 131 287,stand,,,
133 -1900.73 135.142 20.5286,130 132,stand,,,
134 -1900.7 210.607 17.6184,131 133,stand,,,
135 -1899.14 250.719 0.769392,132 134,stand,,,
136 -1911.36 318.892 -26.5759,133 135 216 217,stand,,,
137 -2022.17 318.296 -11.6011,134 136,stand,,,
138 -2170.76 318.167 21.7813,1 135 137,stand,,,
139 -2174.95 191.799 27.125,136 138 140,stand,,,
140 -2449.71 191.841 27.125,137 139,stand,,,
141 -2565.62 191.413 -11.5686,138 244 245 300,stand,,,
142 -2185.11 -37.0161 27.125,137 141,stand,,,
143 -2185.15 -160.179 32.5888,142 140,stand,,,
144 -2263.37 -255.68 45.5979,141 143,stand,,,
145 -2287.7 -252.966 74.625,142 144,stand,,,
146 -2304.13 -254.001 38.8099,143 145,stand,,,
147 -2373.64 -233.583 17.5615,144 146,stand,,,
148 -2463.03 -233.94 -4.17648,145 245 246 269,stand,,,
149 -996.474 -277.946 2.23575,148 128,stand,,,
150 -949.647 -147.299 -29.6367,147 170 175,stand,,,
151 -1034.81 -583.214 24.5102,128 24 150,stand,,,
152 -964.529 -620.433 23.321,149 151,stand,,,
153 -857.824 -677.857 5.15454,150 110 152,stand,,,
154 -704.971 -550.801 -1.10983,151 153 162,stand,,,
155 -711.977 -433.567 15.7077,152 154,stand,,,
156 -713.591 -321.832 11.5227,153 155,stand,,,
157 -580.374 -331.265 15.3981,154 156,stand,,,
158 -475.69 -370.195 8.125,155 157 160,stand,,,
159 -475.072 -293.688 8.125,156 158,stand,,,
160 -474.993 -228.171 -24.9776,157 159,stand,,,
161 -511.516 -89.0745 -38.1293,158 169 170,stand,,,
162 -460.01 -445.267 -0.747316,156 161,stand,,,
163 -412.065 -565.444 -7.875,160 162 163,stand,,,
164 -595.802 -552.95 -3.92338,161 152,stand,,,
165 -301.524 -451.976 6.34148,161 164,stand,,,
166 -246.422 -389.99 8.89232,163 165,stand,,,
167 -252.761 -300.704 -7.875,164 6 166,stand,,,
168 -254.485 -199.857 -2.47345,165 167,stand,,,
169 -248.581 -114.828 -14.8405,166 168,stand,,,
170 -248.642 -70.7238 -37.0311,167 169 181,stand,,,
171 -391.098 -75.8578 -29.2028,168 159,stand,,,
172 -780.167 -120.888 -36.799,159 148,stand,,,
173 -1181.93 129.494 -49.0634,172 174,stand,,,
174 -1242.02 -12.152 -46.4144,171 173,stand,,,
175 -1312.16 -5.07858 -44.3154,172 212 289,stand,,,
176 -851.57 178.245 -71.8766,171 175 176 277,stand,,,
177 -924.932 -16.0318 -64.7739,174 148,stand,,,
178 -849.333 381.429 -62.875,174 177,stand,,,
179 -849.197 640.498 -62.875,176 178,stand,,,
180 -840.219 750.019 -54.875,179 177,stand,,,
181 -871.577 884.019 -54.5509,178 180 282,stand,,,
182 -926.341 1033.54 -87.875,179 194 195 281,stand,,,
183 -96.176 57.2069 -55.0059,168 8,stand,,,
184 197.236 340.077 -63.875,8 183 286,stand,,,
185 239.922 441.252 -47.875,182 184,stand,,,
186 321.428 551.75 -54.1868,183 7 185,stand,,,
187 322.643 746.159 -49.8264,184 186,stand,,,
188 298.418 890.552 -44.0595,187 185,stand,,,
189 195.271 933.253 -15.875,186 188,stand,,,
190 95.3276 1031.23 -15.4017,187 189,stand,,,
191 -104.217 1125.26 -22.4327,190 188,stand,,,
192 -241.537 1125.71 -18.9217,189 191,stand,,,
193 -485.29 1100.95 -33.3424,190 279 280,stand,,,
194 -1072.98 1326.93 -37.4483,28 193,stand,,,
195 -1098.14 1122.33 -89.1991,192 194,stand,,,
196 -1088.96 1028.33 -78.8963,180 193 199,stand,,,
197 -904.547 1178.55 -50.1851,180 196,stand,,,
198 -893.975 1250.15 -27.5406,28 195,stand,,,
199 -1276.2 825.069 -24.4884,198 200 201 223,stand,,,
200 -1131.32 825.04 -22.8365,197 10,stand,,,
201 -1273.42 1045.32 -71.8951,194 200,stand,,,
202 -1273.11 903.366 -38.2861,197 199,stand,,,
203 -1274.7 696.043 -26.875,197 202,stand,,,
204 -1335.56 695.546 -26.875,201 203,stand,,,
205 -1328.79 520.44 -26.875,204 202,stand,,,
206 -1294.88 383.622 -26.875,203 205 211,stand,,,
207 -1197.77 386.44 -26.875,204 206,stand,,,
208 -1197.19 426.336 -26.875,205 207,stand,,,
209 -1192.45 649.506 125.125,206 208,stand,,,
210 -1192.74 701.761 125.125,207 9,stand,,,
211 -1349.99 483.872 125.125,9 210,stand,,,
212 -1367.88 243.13 125.125,209,stand,,,
213 -1282.86 226.655 -26.875,204 212,stand,,,
214 -1295.62 173.12 -30.8221,173 211 213,stand,,,
215 -1404.81 199.986 -23.8423,212 214,stand,,,
216 -1514.49 289.901 0.172845,213 215,stand,,,
217 -1701.25 292.354 5.07884,216 214 292,stand,,,
218 -1817.48 301.02 -5.4709,215 134,stand,,,
219 -1787.2 429.86 -23.5952,134 218,stand,,,
220 -1577.36 426.598 -19.9597,217 25,stand,,,
221 -1476.86 539.939 -2.88106,220 25,stand,,,
222 -1498.82 631.65 17.3703,219 221,stand,,,
223 -1503.35 704.384 9.14215,220 222,stand,,,
224 -1514.04 775.095 -9.6394,223 221 224,stand,,,
225 -1363.09 812.23 -28.192,222 197,stand,,,
226 -1637.71 809.019 -5.16266,222 225,stand,,,
227 -1763.39 834.513 -22.1998,224 226,stand,,,
228 -1856.94 829.055 -32.307,227 225 228,stand,,,
229 -1846.7 748.76 -3.80855,226 11,stand,,,
230 -1994.98 925.09 -35.645,226 229,stand,,,
231 -2169.24 944.727 -7.875,228 230,stand,,,
232 -2252.82 1026.6 -27.5839,229 29 231,stand,,,
233 -2401.13 1102.92 -16.4157,230 232,stand,,,
234 -2507.97 1135.31 -7.3799,231 233,stand,,,
235 -2673.92 958.078 -8.95566,232 234,stand,,,
236 -2802.54 949.892 -7.72727,233 235 236,stand,,,
237 -2999.47 950.015 -8.42583,234 12,stand,,,
238 -2813.76 817.778 3.11416,234 237,stand,,,
239 -2840.19 669.242 -27.8527,236 238 243,stand,,,
240 -2970.11 716.546 -14.213,237 27 249,stand,,,
241 -2447.36 638.455 15.125,240 242,stand,,,
242 -2448.04 696.398 0.504197,239 241,stand,,,
243 -2315.39 696.741 13.7971,240 13,stand,,,
244 -2455.65 559.418 6.49271,239 243,stand,,,
245 -2583.11 581.534 -15.4011,242 237 244,stand,,,
246 -2579.5 351.949 -15.2178,243 139,stand,,,
247 -2519.04 -35.3875 -13.4225,139 146,stand,,,
248 -2446.97 -412.993 24.4708,146 247,stand,,,
249 -2453.85 -549.251 48.775,248 246,stand,,,
250 -2548.03 -623.233 49.715,247 68,stand,,,
251 -3053.09 498.242 -39.5574,238 250,stand,,,
252 -3070.15 280.932 -55.4303,249 251 296 300,stand,,,
253 -3301.95 167.27 -34.2921,250 252,stand,,,
254 -3301.89 -8.59811 -32.4281,26 251 253 297,stand,,,
255 -3551.59 -8.86978 -23.875,252 254,stand,,,
256 -3546.7 -114.015 -23.875,253 255 256,stand,,,
257 -3438.57 -122.071 -23.875,254 2,stand,,,
258 -3556.5 -295.235 -23.875,254 257,stand,,,
259 -3523.67 -379.532 -22.4014,256 15 258,stand,,,
260 -3522.64 -633.727 15.1366,257 259 262,stand,,,
261 -3523.17 -742.281 31.5989,258 70,stand,,,
262 -2860.58 -632.282 17.9217,69 261 271,stand,,,
263 -3065.97 -592.881 3.59698,260 262 302,stand,,,
264 -3258.44 -609.107 8.93977,261 263 258,stand,,,
265 -3247.62 -451.3 -14.0766,262 15 264,stand,,,
266 -3194.82 -456.832 3.125,263 265,stand,,,
267 -3123.41 -457.991 -15.2351,264 266,stand,,,
268 -3109.71 -226.934 -39.6572,265 26 267 297,stand,,,
269 -2965.4 -188.183 -48.2344,266 268 298,stand,,,
270 -2830.71 -218.826 -48.4041,267 269 270,stand,,,
271 -2613.47 -220.841 -29.5757,268 146,stand,,,
272 -2838.82 -412.361 -23.8676,268 271,stand,,,
273 -2845.79 -522.013 3.4999,270 260,stand,,,
274 -1172.94 -970.913 52.0533,273 108,stand,,,
275 -1171.88 -885.654 66.1206,272 111 274,stand,,,
276 -1049.06 -897.49 65.643,273 109,stand,,,
277 -2407.28 -828.844 176.125,30 276,stand,,,
278 -2413.54 -767.201 59.4274,275 67,stand,,,
279 -695.924 349.375 -75.1563,174 278,stand,,,
280 -561.847 573.98 -70.9008,279 277,stand,,,
281 -458.136 832.568 -62.2077,278 191 282 283,stand,,,
282 -661.773 1080.05 -40.2187,281 191 282,stand,,,
283 -791.062 1057.93 -66.1201,280 180,stand,,,
284 -659.036 898.455 -51.7482,280 179 279,stand,,,
285 -265.828 644.655 -64.9999,284 279,stand,,,
286 -103.15 494.667 -54.8129,283 285,stand,,,
287 -8.48457 418.478 -21.875,284 286,stand,,,
288 9.92118 396.516 -49.58,285 182,stand,,,
289 -1838.35 -95.1805 -0.138298,130 288,stand,,,
290 -1650.78 -56.68 -22.6271,287 289 290 293,stand,,,
291 -1477.85 -33.2909 -32.9249,288 173,stand,,,
292 -1624.05 -205.267 -20.6723,288 291,stand,,,
293 -1603.55 -286.077 6.31916,290 124,stand,,,
294 -1693.77 220.546 10.9785,215 293,stand,,,
295 -1669.67 60.3353 -10.0508,292 288,stand,,,
296 -3346.78 -1330.76 50.8757,53 34 295,stand,,,
297 -3352.71 -1472.52 40.016,294 38,stand,,,
298 -3060.02 108.93 -50.4984,250 297,stand,,,
299 -3091.55 -47.7358 -58.7358,296 266 252 298,stand,,,
300 -2950.78 -71.3944 -61.0917,297 267 299,stand,,,
301 -2766.05 -31.7884 -65.4517,300 298,stand,,,
302 -2751.64 199.688 -52.8022,299 139 250,stand,,,
303 -2998.73 -878.156 78.9476,57 302,stand,,,
304 -2995.55 -772.247 48.6132,301 261,stand,,,
305 -1948.97 -1021.46 22.9031,65 304,stand,,,
306 -1805.71 -1006.69 17.2145,303 305 308,stand,,,
307 -1672.74 -1000.18 31.8573,304 306,stand,,,
308 -1528.54 -906.365 32.6555,305 113,stand,,,
309 -1709.44 -1415.95 30.8021,85 308,stand,,,
310 -1772.77 -1289.1 28.9043,307 304,stand,,,

View File

@ -0,0 +1,392 @@
391
1562 3790 52,1 11 12 17 11,stand,,,
1447 3817 52,0 2 18,stand,,,
1438 3563 181,1 3 8,stand,,,
1796 3554 181,2 4 7,stand,,,
1885 3710 181,3 5 6 7,stand,,,
1941 3573 181,4 6,stand,,,
1952 3827 181,4 7 5,stand,,,
1825 3835 181,6 4 3,stand,,,
1453 3464 181,2 9 10,stand,,,
1681 3349 181,8 10,stand,,,
1483 3278 181,9 8,stand,,,
1538 3581 52,0 0 17 12 19,stand,,,
1738 3643 52,0 13 16 11,stand,,,
1958 3591 52,12 14 15 16 17 219,stand,,,
2245 3599 52,13 15 16 213,stand,,,
2183 3800 52,14 16 13,stand,,,
1990 3760 52,15 17 12 14 13,stand,,,
1768 3814 52,16 18 0 11 13,stand,,,
1578 3867 52,17 1,stand,,,
1540 3451 52,11 20 22 21 23,stand,,,
1465 3301 52,19 21 22,stand,,,
1616 3280 52,20 22 19,stand,,,
1636 3435 52,21 19 20,stand,,,
1352 3461 55,19 24 25 33,stand,,,
1362 3679 52,23 26 33,stand,,,
1337 3120 37,23 36 35 33 227 230,stand,,,
859 3663 61,24 27 32 33 43,stand,,,
586 3659 50,26 28 42 43,stand,,,
261 3554 78,27 29 41 42 65,stand,,,
157 3214 84,28 30 40 65,stand,,,
193 2806 84,29 31 39 40,stand,,,
89 2685 84,30 67,stand,,,
867 3460 68,26 33 37 42,stand,,,
1171 3473 35,32 34 23 25 24 26,stand,,,
1073 3243 108,33 35 37,stand,,,
1107 3078 92,34 36 25 37,stand,,,
1236 2920 38,35 25 267 268 38,stand,,,
826 3189 77,32 35 34 38,stand,,,
792 2975 72,37 39 271 268 36,stand,,,
512 2939 64,38 30 40 270 271,stand,,,
319 3039 72,39 29 30 41,stand,,,
331 3299 71,40 28,stand,,,
502 3511 53,32 28 27,stand,,,
735 3563 71,27 26 44,climb,,,
732 3565 174,43 45,climb,,,
730 3497 189,44 46 50,stand,,,
777 3269 189,45 47,stand,,,
683 3034 189,46 48,stand,,,
443 3052 191,47 49,stand,,,
371 3254 191,48 50 66,stand,,,
527 3460 191,49 45 51,stand,,,
584 3406 197,50 52,climb,,,
584 3406 301,51 53 58 64,climb,,,
584 3352 341,52 54 55 56,stand,,,
463 3226 341,53,stand,,,
572 3197 341,53,stand,,,
665 3293 341,53 57,stand,,,
667 3229 425,56,crouch,,,
512 3407 267,52 59,crouch,,,
416 3329 267,58 60,crouch,,,
438 3123 267,59 61,crouch,,,
571 3096 268,60 62,crouch,,,
703 3153 267,61 63,crouch,,,
710 3354 267,62 64,crouch,,,
655 3409 267,63 52,crouch,,,
257 3258 82,29 66 28,climb,,,
256 3254 172,65 49,climb,,,
95 2549 85,31 68 69,stand,,,
151 2360 85,67 69 77 78 85,stand,,,
254 2463 85,68 70 76 67,stand,,,
472 2449 85,69 71 75 76,stand,,,
481 2209 4,70 72 84 272,stand,,,
382 2162 4,71 73 84,stand,,,
382 2146 49,72 74,stand,,,
381 2109 85,73 82 83 85 78,stand,,,
377 2600 85,70 76,stand,,,
393 2361 85,75 69 70,stand,,,
61 2172 85,68 78 85,stand,,,
146 1980 85,77 79 83 68 85 74,stand,,,
102 1682 85,78 80 83,stand,,,
251 1691 85,79 81 83 86 95,stand,,,
383 1829 85,80 82 83,stand,,,
384 1939 85,81 74 83 90,stand,,,
257 1906 85,74 80 79 82 78 85 81,stand,,,
299 2231 4,72 71,stand,,,
174 2099 85,77 68 74 78 83,stand,,,
343 1563 85,80 87,stand,,,
392 1388 84,86 88 108,stand,,,
565 1390 84,87 89 92 108,stand,,,
573 1631 84,88 90,stand,,,
570 1939 85,89 82 91,stand,,,
577 2043 85,90 276,stand,,,
575 1144 53,88 93 108 345,stand,,,
538 852 7,92 94 108 98 115,stand,,,
532 722 4,93 103 114 117 119,stand,,,
213 1602 84,80 96,stand,,,
82 1377 84,95 97 108,stand,,,
99 1097 45,96 98 108,stand,,,
110 826 4,97 99 93 108,stand,,,
133 547 4,98 100 103,stand,,,
276 277 4,99 101 102 104 110,stand,,,
56 88 4,100 104,stand,,,
592 397 4,100 107 104 103 106 119,stand,,,
412 527 4,99 94 102 113 119 104,stand,,,
500 105 4,100 105 102 101 110 103,stand,,,
791 130 4,104 106 107 120,stand,,,
901 293 4,105 107 102 120 121,stand,,,
826 492 4,106 102 118 119 105 117,stand,,,
361 1108 47,93 87 96 97 92 98 88,stand,,,
663 203 46,110 120,stand,,,
561 211 4,109 104 100,stand,,,
266 686 122,112,stand,,,
402 688 71,111 113 114 116,stand,,,
415 632 28,112 103,stand,,,
468 686 4,94 112,stand,,,
434 768 4,93 116,stand,,,
419 738 37,115 112,stand,,,
751 729 4,94 118 119 338 107 346,stand,,,
926 620 4,117 107 119 347 346,stand,,,
623 585 4,107 94 103 117 118 102,stand,,,
763 208 4,109 106 105,stand,,,
1047 288 5,106 122 132 133,stand,,,
1161 469 5,121 123 133 132 347,stand,,,
1445 457 5,122 124 133 135 130,stand,,,
1658 435 5,123 125 137 134 136 135,stand,,,
1948 459 5,124 126 137,stand,,,
1973 292 5,125 127 137 136 153,stand,,,
1965 104 5,126 128 137,stand,,,
1770 94 5,127 129,stand,,,
1735 168 5,128 130 134 136 147,stand,,,
1540 130 5,129 131 134 123,stand,,,
1386 98 5,130 132 133 135,stand,,,
1157 111 5,131 121 122 138,stand,,,
1286 287 5,121 131 134 122 123,stand,,,
1613 260 13,130 133 135 129 136 124,stand,,,
1467 332 11,123 134 124 131,stand,,,
1795 301 5,129 137 126 134 124,stand,,,
1896 398 5,136 126 125 124 127,stand,,,
1090 133 11,132 139,climb,,,
1090 135 217,138 140,climb,,,
1021 137 255,139 141,stand,,,
1027 274 255,140 142,stand,,,
1026 501 255,141 143,stand,,,
1284 447 257,142 144 152,stand,,,
1477 444 258,143 145,stand,,,
1691 483 256,144 146,stand,,,
1974 479 256,145,stand,,,
2010 161 128,129 148,stand,,,
2001 458 128,147 149,stand,,,
1747 462 128,148 150,stand,,,
1500 463 128,149 151,stand,,,
1380 507 146,150 152,climb,,,
1380 508 229,151 143,climb,,,
2135 261 4,126 154 165 164,stand,,,
2161 115 4,153 155,stand,,,
2378 157 4,154 156 164,stand,,,
2581 136 4,155 157 166 158,stand,,,
2810 147 4,156 158 166,stand,,,
2834 397 4,157 159 166 161 156,stand,,,
2835 541 4,158 160 161,stand,,,
2905 631 11,159 162 167,stand,,,
2706 579 4,159 162 166 158 164,stand,,,
2519 590 4,161 163 164 166 160 165 387,stand,,,
2477 823 4,162 168 169 191,stand,,,
2372 379 4,155 165 162 166 161 153,stand,,,
2235 545 4,164 153 162 169 170,stand,,,
2673 347 4,156 161 164 158 157 162,stand,,,
2908 927 11,160 168 184,stand,,,
2723 962 11,167 163 189,stand,,,
2272 772 4,163 165 191 171 170 192 172,stand,,,
2093 631 4,165 171 169 311 291,stand,,,
2086 783 4,170 172 169 291,stand,,,
2113 933 4,171 173 169 192,stand,,,
2089 1270 4,172 174 192 297,stand,,,
2089 1591 4,173 175,stand,,,
2131 1757 4,174 176 296 193 194 314,stand,,,
2252 2012 4,175 177 317 193 314,stand,,,
2376 1993 4,176 178 263 194,stand,,,
2588 1989 4,177 179 197 195 188 198 194,stand,,,
2798 1999 4,178 180 182,stand,,,
2971 1920 4,179 181 182,stand,,,
3188 1953 6,180 182,stand,,,
2883 1794 4,180 183 195 196 179 181,stand,,,
2900 1576 11,182 184 187,stand,,,
2901 1164 15,183 167 185,stand,,,
2746 1173 15,184 186 189,stand,,,
2746 1348 15,185 187,stand,,,
2745 1523 15,186 183 188 196,stand,,,
2550 1529 4,187 190 197 178 193,stand,,,
2515 1177 4,190 185 191 168,stand,,,
2491 1356 4,189 188 193,stand,,,
2392 1009 4,189 163 169 192,stand,,,
2231 1039 4,169 191 172 173,stand,,,
2401 1678 4,190 194 175 188 176,stand,,,
2446 1829 4,193 195 177 178 175,stand,,,
2738 1807 4,194 196 197 182 178,stand,,,
2742 1637 11,195 187 182,stand,,,
2612 1673 11,188 195 178,stand,,,
2588 2113 6,199 203 178,stand,,,
2524 2295 6,198 200 203,stand,,,
2489 2480 6,199 201 262,stand,,,
2719 2567 6,200 202 204,stand,,,
2753 2375 6,201 203,stand,,,
2769 2097 6,202 198 199,stand,,,
2711 2728 5,201 205 208,stand,,,
2787 2802 4,204 206,stand,,,
2778 3163 12,205 207 210,stand,,,
2611 3239 25,206 210 211,stand,,,
2521 2784 20,204 209 266,stand,,,
2501 2980 14,208 210 265 266,stand,,,
2469 3108 10,209 207 206 211 221,stand,,,
2424 3325 4,207 210 212 216 221,stand,,,
2390 3482 4,213 214 211 216,stand,,,
2321 3596 4,212 14 214 215,stand,,,
2451 3662 4,213 215 212,stand,,,
2399 3868 4,214 213,stand,,,
2301 3383 4,212 211 217 221,stand,,,
2094 3345 6,216 218 222 224,stand,,,
2076 3478 52,217 219,stand,,,
1951 3450 52,218 13 220,stand,,,
1785 3446 52,219,stand,,,
2288 3233 4,211 216 223 210,stand,,,
2081 3160 4,217 223 228 247,stand,,,
2235 3089 4,222 221 265 258 247,stand,,,
1971 3292 9,217 225 228,stand,,,
1820 3271 14,224 226 228,stand,,,
1692 3146 4,225 227 228,stand,,,
1650 3043 4,226 228 229 230 25,stand,,,
1862 3090 4,226 225 224 222 227 229 247 257,stand,,,
1772 2974 4,227 228 230 231 257,stand,,,
1554 2948 4,227 229 242 267 25,stand,,,
1764 2830 17,229 232,stand,,,
1750 2519 39,231 233,stand,,,
1768 2454 4,232 234 255,stand,,,
1662 2447 4,233 235 253,stand,,,
1592 2428 41,234 236,stand,,,
1394 2349 41,235 237 254,stand,,,
1287 2337 4,236 238 243 245,stand,,,
1197 2339 41,237 239,stand,,,
1042 2306 4,238 240 244 246 275 277,stand,,,
1077 2019 4,239 241 246 276 342,stand,,,
1056 1851 10,240 279,stand,,,
1529 2697 4,230 243 267,stand,,,
1299 2544 4,242 237 244,stand,,,
1080 2557 4,243 239 268 267 277 269,stand,,,
1295 2252 4,237 246 278 324,stand,,,
1189 2268 10,245 240 239,stand,,,
1941 2919 4,228 248 257 258 223 222,stand,,,
1958 2683 12,247 249,stand,,,
1960 2448 10,248 250 255,stand,,,
2113 2456 5,249 251 260 264,stand,,,
2183 2347 4,250 252 263 264,stand,,,
1886 2339 12,251 253,stand,,,
1674 2361 4,252 254 254 316 234,stand,,,
1600 2361 41,253 236 253,stand,,,
1854 2435 4,233 256 249,stand,,,
1854 2692 4,255 257,stand,,,
1862 2920 4,256 229 228 247,stand,,,
2113 2894 4,247 259 223 261,stand,,,
2098 2683 12,258 260 261 264,stand,,,
2061 2578 9,259 250,stand,,,
2217 2733 24,259 262 265 258 266 264,stand,,,
2373 2511 4,261 200 264 263,stand,,,
2374 2258 4,177 251 262 264,stand,,,
2204 2541 27,250 262 263 259 251 261,stand,,,
2283 2916 4,261 209 223 266,stand,,,
2395 2753 10,261 208 265 209,stand,,,
1321 2809 4,230 242 36 244,stand,,,
1014 2798 48,36 269 271 38 244,stand,,,
685 2608 33,268 270 271 273 277 244,stand,,,
403 2692 63,269 39,stand,,,
738 2790 48,39 269 38 268,stand,,,
617 2225 4,71 273 274 277,stand,,,
622 2457 12,272 269 277,stand,,,
737 2150 4,272 275,stand,,,
853 2162 4,274 276 277 239,stand,,,
857 2049 4,275 91 240 335 342,stand,,,
842 2408 4,275 273 244 272 269 239,stand,,,
1246 2070 12,245 279,stand,,,
1167 1847 4,278 241 280,stand,,,
1172 1812 41,279 281,stand,,,
1125 1539 41,280 282,stand,,,
1141 1146 41,281 283,stand,,,
1156 981 4,282 284 339 346,stand,,,
1275 979 14,283 285 329 330 312 346,stand,,,
1310 826 4,284 286 288,stand,,,
1437 828 12,285 287,stand,,,
1658 825 12,286,stand,,,
1293 708 4,285 289 347 346,stand,,,
1513 671 4,288 290 347,stand,,,
1779 649 4,289 291 310 291 311,stand,,,
1900 804 4,290 292 310 171 311 290 170,stand,,,
1942 1002 26,291 293,stand,,,
1943 1201 39,292 294 297,climb,,,
1952 1341 44,293 295 297,climb,,,
1922 1512 26,294 296,stand,,,
1920 1792 4,295 313 175 314 318 315,stand,,,
1907 1272 4,173 293 294 298,stand,,,
1778 1271 11,297 312 299 329,stand,,,
1763 1515 38,300 298 313 326,climb,,,
1806 1515 137,299 301,climb,,,
1893 1524 169,300 302 373,crouch,,,
1921 1369 187,301 303 348,climb,,,
1921 1176 183,302 304,climb,,,
1920 1074 176,305 303,crouch,,,
1925 864 161,304 306,stand,,,
1881 854 156,305 307,climb,,,
1700 840 124,306 308,climb,,,
1615 815 124,307 309,stand,,,
1487 813 124,308,stand,,,
1760 773 4,290 291 312,stand,,,
1920 594 4,291 290 170,stand,,,
1756 957 14,310 298 329 331 284,stand,,,
1729 1775 4,299 296 318 325,stand,,,
2090 1954 4,175 315 296 176 318,stand,,,
1926 2166 4,314 316 317 318 296,stand,,,
1661 2192 4,315 253 324 321,stand,,,
2118 2139 4,315 176 318,stand,,,
1791 1924 4,296 315 317 313 319 314,stand,,,
1696 1921 25,318 320 325,crouch,,,
1643 1965 34,319 321,crouch,,,
1568 2034 4,320 322 316 324,crouch,,,
1406 1868 4,321 323 334,stand,,,
1347 2029 4,322 324 334,stand,,,
1423 2214 4,323 245 316 321,stand,,,
1580 1706 21,319 326 313,stand,,,
1542 1522 39,325 299 327 333,crouch,,,
1336 1571 22,326 328 330 334,crouch,,,
1405 1327 65,327 329 330,stand,,,
1481 1066 22,328 312 298 284 331,stand,,,
1300 1219 37,284 328 327,stand,,,
1548 1187 43,329 332 312,crouch,,,
1543 1334 62,331 333,crouch,,,
1543 1493 62,332 326,crouch,,,
1272 1762 7,327 322 323,stand,,,
714 1881 4,276 336,stand,,,
719 1567 4,335 337 341,stand,,,
743 1273 4,336 338 340,stand,,,
753 954 4,337 117,stand,,,
943 1022 4,283 340 346,stand,,,
846 1169 4,339 341 337 343,stand,,,
954 1516 4,340 342 336,stand,,,
962 1825 4,341 276 240,stand,,,
728 1155 4,340 344,stand,,,
702 1155 66,343 345,stand,,,
655 1156 109,344 92,stand,,,
1082 790 4,347 118 117 283 284 339 288,stand,,,
1172 598 4,346 122 288 118 289,stand,,,
1976 1358 177,302 349,climb,,,
2127 1345 94,348 350,crouch,,,
2274 1295 112,349 351,stand,,,
2495 1352 95,350 352,climb,,,
2669 1399 112,351 353,climb,,,
2822 1391 112,352,climb,,,
1158 2412 185,355,stand,,,
1219 2412 185,354 356,climb,,,
1373 2396 186,355 357 374,climb,,,
1465 2394 186,356 358,stand,,,
1589 2405 185,357 359,climb,,,
1687 2519 183,358 360,climb,,,
1693 2655 174,359 361,stand,,,
1739 2818 161,360 362,climb,,,
1905 2810 124,361 363,climb,,,
1977 2739 124,362 364,stand,,,
1966 2578 124,363 365,stand,,,
1974 2518 124,364 366,climb,,,
1992 2396 124,365 367,climb,,,
1944 2328 124,366 368 384,stand,,,
1748 2339 124,367 369,climb,,,
1627 2273 147,368 370,climb,,,
1639 2229 147,369 371,stand,,,
1649 1983 147,370 372 383,stand,,,
1671 1724 147,371 373,climb,,,
1848 1677 138,372 301,climb,,,
1306 2186 124,356 375,climb,,,
1261 2090 124,374 376 381,stand,,,
1201 1876 124,375 377,climb,,,
1167 1814 179,376 378,climb,,,
1168 1761 179,377 379,stand,,,
1129 1492 185,378 380,stand,,,
1119 1110 186,379,stand,,,
1259 1978 124,375 382,climb,,,
1346 1968 147,381 383,climb,,,
1400 1973 147,382 371,stand,,,
2067 2290 126,367 385,stand,,,
2167 2243 84,384 386,stand,,,
2262 2179 40,385,stand,,,
2369 586 4,162 388,stand,,,
2362 620 38,387 389,stand,,,
2416 691 88,388 390,stand,,,
2261 543 88,389,stand,,,
1 391
2 1562 3790 52,1 11 12 17 11,stand,,,
3 1447 3817 52,0 2 18,stand,,,
4 1438 3563 181,1 3 8,stand,,,
5 1796 3554 181,2 4 7,stand,,,
6 1885 3710 181,3 5 6 7,stand,,,
7 1941 3573 181,4 6,stand,,,
8 1952 3827 181,4 7 5,stand,,,
9 1825 3835 181,6 4 3,stand,,,
10 1453 3464 181,2 9 10,stand,,,
11 1681 3349 181,8 10,stand,,,
12 1483 3278 181,9 8,stand,,,
13 1538 3581 52,0 0 17 12 19,stand,,,
14 1738 3643 52,0 13 16 11,stand,,,
15 1958 3591 52,12 14 15 16 17 219,stand,,,
16 2245 3599 52,13 15 16 213,stand,,,
17 2183 3800 52,14 16 13,stand,,,
18 1990 3760 52,15 17 12 14 13,stand,,,
19 1768 3814 52,16 18 0 11 13,stand,,,
20 1578 3867 52,17 1,stand,,,
21 1540 3451 52,11 20 22 21 23,stand,,,
22 1465 3301 52,19 21 22,stand,,,
23 1616 3280 52,20 22 19,stand,,,
24 1636 3435 52,21 19 20,stand,,,
25 1352 3461 55,19 24 25 33,stand,,,
26 1362 3679 52,23 26 33,stand,,,
27 1337 3120 37,23 36 35 33 227 230,stand,,,
28 859 3663 61,24 27 32 33 43,stand,,,
29 586 3659 50,26 28 42 43,stand,,,
30 261 3554 78,27 29 41 42 65,stand,,,
31 157 3214 84,28 30 40 65,stand,,,
32 193 2806 84,29 31 39 40,stand,,,
33 89 2685 84,30 67,stand,,,
34 867 3460 68,26 33 37 42,stand,,,
35 1171 3473 35,32 34 23 25 24 26,stand,,,
36 1073 3243 108,33 35 37,stand,,,
37 1107 3078 92,34 36 25 37,stand,,,
38 1236 2920 38,35 25 267 268 38,stand,,,
39 826 3189 77,32 35 34 38,stand,,,
40 792 2975 72,37 39 271 268 36,stand,,,
41 512 2939 64,38 30 40 270 271,stand,,,
42 319 3039 72,39 29 30 41,stand,,,
43 331 3299 71,40 28,stand,,,
44 502 3511 53,32 28 27,stand,,,
45 735 3563 71,27 26 44,climb,,,
46 732 3565 174,43 45,climb,,,
47 730 3497 189,44 46 50,stand,,,
48 777 3269 189,45 47,stand,,,
49 683 3034 189,46 48,stand,,,
50 443 3052 191,47 49,stand,,,
51 371 3254 191,48 50 66,stand,,,
52 527 3460 191,49 45 51,stand,,,
53 584 3406 197,50 52,climb,,,
54 584 3406 301,51 53 58 64,climb,,,
55 584 3352 341,52 54 55 56,stand,,,
56 463 3226 341,53,stand,,,
57 572 3197 341,53,stand,,,
58 665 3293 341,53 57,stand,,,
59 667 3229 425,56,crouch,,,
60 512 3407 267,52 59,crouch,,,
61 416 3329 267,58 60,crouch,,,
62 438 3123 267,59 61,crouch,,,
63 571 3096 268,60 62,crouch,,,
64 703 3153 267,61 63,crouch,,,
65 710 3354 267,62 64,crouch,,,
66 655 3409 267,63 52,crouch,,,
67 257 3258 82,29 66 28,climb,,,
68 256 3254 172,65 49,climb,,,
69 95 2549 85,31 68 69,stand,,,
70 151 2360 85,67 69 77 78 85,stand,,,
71 254 2463 85,68 70 76 67,stand,,,
72 472 2449 85,69 71 75 76,stand,,,
73 481 2209 4,70 72 84 272,stand,,,
74 382 2162 4,71 73 84,stand,,,
75 382 2146 49,72 74,stand,,,
76 381 2109 85,73 82 83 85 78,stand,,,
77 377 2600 85,70 76,stand,,,
78 393 2361 85,75 69 70,stand,,,
79 61 2172 85,68 78 85,stand,,,
80 146 1980 85,77 79 83 68 85 74,stand,,,
81 102 1682 85,78 80 83,stand,,,
82 251 1691 85,79 81 83 86 95,stand,,,
83 383 1829 85,80 82 83,stand,,,
84 384 1939 85,81 74 83 90,stand,,,
85 257 1906 85,74 80 79 82 78 85 81,stand,,,
86 299 2231 4,72 71,stand,,,
87 174 2099 85,77 68 74 78 83,stand,,,
88 343 1563 85,80 87,stand,,,
89 392 1388 84,86 88 108,stand,,,
90 565 1390 84,87 89 92 108,stand,,,
91 573 1631 84,88 90,stand,,,
92 570 1939 85,89 82 91,stand,,,
93 577 2043 85,90 276,stand,,,
94 575 1144 53,88 93 108 345,stand,,,
95 538 852 7,92 94 108 98 115,stand,,,
96 532 722 4,93 103 114 117 119,stand,,,
97 213 1602 84,80 96,stand,,,
98 82 1377 84,95 97 108,stand,,,
99 99 1097 45,96 98 108,stand,,,
100 110 826 4,97 99 93 108,stand,,,
101 133 547 4,98 100 103,stand,,,
102 276 277 4,99 101 102 104 110,stand,,,
103 56 88 4,100 104,stand,,,
104 592 397 4,100 107 104 103 106 119,stand,,,
105 412 527 4,99 94 102 113 119 104,stand,,,
106 500 105 4,100 105 102 101 110 103,stand,,,
107 791 130 4,104 106 107 120,stand,,,
108 901 293 4,105 107 102 120 121,stand,,,
109 826 492 4,106 102 118 119 105 117,stand,,,
110 361 1108 47,93 87 96 97 92 98 88,stand,,,
111 663 203 46,110 120,stand,,,
112 561 211 4,109 104 100,stand,,,
113 266 686 122,112,stand,,,
114 402 688 71,111 113 114 116,stand,,,
115 415 632 28,112 103,stand,,,
116 468 686 4,94 112,stand,,,
117 434 768 4,93 116,stand,,,
118 419 738 37,115 112,stand,,,
119 751 729 4,94 118 119 338 107 346,stand,,,
120 926 620 4,117 107 119 347 346,stand,,,
121 623 585 4,107 94 103 117 118 102,stand,,,
122 763 208 4,109 106 105,stand,,,
123 1047 288 5,106 122 132 133,stand,,,
124 1161 469 5,121 123 133 132 347,stand,,,
125 1445 457 5,122 124 133 135 130,stand,,,
126 1658 435 5,123 125 137 134 136 135,stand,,,
127 1948 459 5,124 126 137,stand,,,
128 1973 292 5,125 127 137 136 153,stand,,,
129 1965 104 5,126 128 137,stand,,,
130 1770 94 5,127 129,stand,,,
131 1735 168 5,128 130 134 136 147,stand,,,
132 1540 130 5,129 131 134 123,stand,,,
133 1386 98 5,130 132 133 135,stand,,,
134 1157 111 5,131 121 122 138,stand,,,
135 1286 287 5,121 131 134 122 123,stand,,,
136 1613 260 13,130 133 135 129 136 124,stand,,,
137 1467 332 11,123 134 124 131,stand,,,
138 1795 301 5,129 137 126 134 124,stand,,,
139 1896 398 5,136 126 125 124 127,stand,,,
140 1090 133 11,132 139,climb,,,
141 1090 135 217,138 140,climb,,,
142 1021 137 255,139 141,stand,,,
143 1027 274 255,140 142,stand,,,
144 1026 501 255,141 143,stand,,,
145 1284 447 257,142 144 152,stand,,,
146 1477 444 258,143 145,stand,,,
147 1691 483 256,144 146,stand,,,
148 1974 479 256,145,stand,,,
149 2010 161 128,129 148,stand,,,
150 2001 458 128,147 149,stand,,,
151 1747 462 128,148 150,stand,,,
152 1500 463 128,149 151,stand,,,
153 1380 507 146,150 152,climb,,,
154 1380 508 229,151 143,climb,,,
155 2135 261 4,126 154 165 164,stand,,,
156 2161 115 4,153 155,stand,,,
157 2378 157 4,154 156 164,stand,,,
158 2581 136 4,155 157 166 158,stand,,,
159 2810 147 4,156 158 166,stand,,,
160 2834 397 4,157 159 166 161 156,stand,,,
161 2835 541 4,158 160 161,stand,,,
162 2905 631 11,159 162 167,stand,,,
163 2706 579 4,159 162 166 158 164,stand,,,
164 2519 590 4,161 163 164 166 160 165 387,stand,,,
165 2477 823 4,162 168 169 191,stand,,,
166 2372 379 4,155 165 162 166 161 153,stand,,,
167 2235 545 4,164 153 162 169 170,stand,,,
168 2673 347 4,156 161 164 158 157 162,stand,,,
169 2908 927 11,160 168 184,stand,,,
170 2723 962 11,167 163 189,stand,,,
171 2272 772 4,163 165 191 171 170 192 172,stand,,,
172 2093 631 4,165 171 169 311 291,stand,,,
173 2086 783 4,170 172 169 291,stand,,,
174 2113 933 4,171 173 169 192,stand,,,
175 2089 1270 4,172 174 192 297,stand,,,
176 2089 1591 4,173 175,stand,,,
177 2131 1757 4,174 176 296 193 194 314,stand,,,
178 2252 2012 4,175 177 317 193 314,stand,,,
179 2376 1993 4,176 178 263 194,stand,,,
180 2588 1989 4,177 179 197 195 188 198 194,stand,,,
181 2798 1999 4,178 180 182,stand,,,
182 2971 1920 4,179 181 182,stand,,,
183 3188 1953 6,180 182,stand,,,
184 2883 1794 4,180 183 195 196 179 181,stand,,,
185 2900 1576 11,182 184 187,stand,,,
186 2901 1164 15,183 167 185,stand,,,
187 2746 1173 15,184 186 189,stand,,,
188 2746 1348 15,185 187,stand,,,
189 2745 1523 15,186 183 188 196,stand,,,
190 2550 1529 4,187 190 197 178 193,stand,,,
191 2515 1177 4,190 185 191 168,stand,,,
192 2491 1356 4,189 188 193,stand,,,
193 2392 1009 4,189 163 169 192,stand,,,
194 2231 1039 4,169 191 172 173,stand,,,
195 2401 1678 4,190 194 175 188 176,stand,,,
196 2446 1829 4,193 195 177 178 175,stand,,,
197 2738 1807 4,194 196 197 182 178,stand,,,
198 2742 1637 11,195 187 182,stand,,,
199 2612 1673 11,188 195 178,stand,,,
200 2588 2113 6,199 203 178,stand,,,
201 2524 2295 6,198 200 203,stand,,,
202 2489 2480 6,199 201 262,stand,,,
203 2719 2567 6,200 202 204,stand,,,
204 2753 2375 6,201 203,stand,,,
205 2769 2097 6,202 198 199,stand,,,
206 2711 2728 5,201 205 208,stand,,,
207 2787 2802 4,204 206,stand,,,
208 2778 3163 12,205 207 210,stand,,,
209 2611 3239 25,206 210 211,stand,,,
210 2521 2784 20,204 209 266,stand,,,
211 2501 2980 14,208 210 265 266,stand,,,
212 2469 3108 10,209 207 206 211 221,stand,,,
213 2424 3325 4,207 210 212 216 221,stand,,,
214 2390 3482 4,213 214 211 216,stand,,,
215 2321 3596 4,212 14 214 215,stand,,,
216 2451 3662 4,213 215 212,stand,,,
217 2399 3868 4,214 213,stand,,,
218 2301 3383 4,212 211 217 221,stand,,,
219 2094 3345 6,216 218 222 224,stand,,,
220 2076 3478 52,217 219,stand,,,
221 1951 3450 52,218 13 220,stand,,,
222 1785 3446 52,219,stand,,,
223 2288 3233 4,211 216 223 210,stand,,,
224 2081 3160 4,217 223 228 247,stand,,,
225 2235 3089 4,222 221 265 258 247,stand,,,
226 1971 3292 9,217 225 228,stand,,,
227 1820 3271 14,224 226 228,stand,,,
228 1692 3146 4,225 227 228,stand,,,
229 1650 3043 4,226 228 229 230 25,stand,,,
230 1862 3090 4,226 225 224 222 227 229 247 257,stand,,,
231 1772 2974 4,227 228 230 231 257,stand,,,
232 1554 2948 4,227 229 242 267 25,stand,,,
233 1764 2830 17,229 232,stand,,,
234 1750 2519 39,231 233,stand,,,
235 1768 2454 4,232 234 255,stand,,,
236 1662 2447 4,233 235 253,stand,,,
237 1592 2428 41,234 236,stand,,,
238 1394 2349 41,235 237 254,stand,,,
239 1287 2337 4,236 238 243 245,stand,,,
240 1197 2339 41,237 239,stand,,,
241 1042 2306 4,238 240 244 246 275 277,stand,,,
242 1077 2019 4,239 241 246 276 342,stand,,,
243 1056 1851 10,240 279,stand,,,
244 1529 2697 4,230 243 267,stand,,,
245 1299 2544 4,242 237 244,stand,,,
246 1080 2557 4,243 239 268 267 277 269,stand,,,
247 1295 2252 4,237 246 278 324,stand,,,
248 1189 2268 10,245 240 239,stand,,,
249 1941 2919 4,228 248 257 258 223 222,stand,,,
250 1958 2683 12,247 249,stand,,,
251 1960 2448 10,248 250 255,stand,,,
252 2113 2456 5,249 251 260 264,stand,,,
253 2183 2347 4,250 252 263 264,stand,,,
254 1886 2339 12,251 253,stand,,,
255 1674 2361 4,252 254 254 316 234,stand,,,
256 1600 2361 41,253 236 253,stand,,,
257 1854 2435 4,233 256 249,stand,,,
258 1854 2692 4,255 257,stand,,,
259 1862 2920 4,256 229 228 247,stand,,,
260 2113 2894 4,247 259 223 261,stand,,,
261 2098 2683 12,258 260 261 264,stand,,,
262 2061 2578 9,259 250,stand,,,
263 2217 2733 24,259 262 265 258 266 264,stand,,,
264 2373 2511 4,261 200 264 263,stand,,,
265 2374 2258 4,177 251 262 264,stand,,,
266 2204 2541 27,250 262 263 259 251 261,stand,,,
267 2283 2916 4,261 209 223 266,stand,,,
268 2395 2753 10,261 208 265 209,stand,,,
269 1321 2809 4,230 242 36 244,stand,,,
270 1014 2798 48,36 269 271 38 244,stand,,,
271 685 2608 33,268 270 271 273 277 244,stand,,,
272 403 2692 63,269 39,stand,,,
273 738 2790 48,39 269 38 268,stand,,,
274 617 2225 4,71 273 274 277,stand,,,
275 622 2457 12,272 269 277,stand,,,
276 737 2150 4,272 275,stand,,,
277 853 2162 4,274 276 277 239,stand,,,
278 857 2049 4,275 91 240 335 342,stand,,,
279 842 2408 4,275 273 244 272 269 239,stand,,,
280 1246 2070 12,245 279,stand,,,
281 1167 1847 4,278 241 280,stand,,,
282 1172 1812 41,279 281,stand,,,
283 1125 1539 41,280 282,stand,,,
284 1141 1146 41,281 283,stand,,,
285 1156 981 4,282 284 339 346,stand,,,
286 1275 979 14,283 285 329 330 312 346,stand,,,
287 1310 826 4,284 286 288,stand,,,
288 1437 828 12,285 287,stand,,,
289 1658 825 12,286,stand,,,
290 1293 708 4,285 289 347 346,stand,,,
291 1513 671 4,288 290 347,stand,,,
292 1779 649 4,289 291 310 291 311,stand,,,
293 1900 804 4,290 292 310 171 311 290 170,stand,,,
294 1942 1002 26,291 293,stand,,,
295 1943 1201 39,292 294 297,climb,,,
296 1952 1341 44,293 295 297,climb,,,
297 1922 1512 26,294 296,stand,,,
298 1920 1792 4,295 313 175 314 318 315,stand,,,
299 1907 1272 4,173 293 294 298,stand,,,
300 1778 1271 11,297 312 299 329,stand,,,
301 1763 1515 38,300 298 313 326,climb,,,
302 1806 1515 137,299 301,climb,,,
303 1893 1524 169,300 302 373,crouch,,,
304 1921 1369 187,301 303 348,climb,,,
305 1921 1176 183,302 304,climb,,,
306 1920 1074 176,305 303,crouch,,,
307 1925 864 161,304 306,stand,,,
308 1881 854 156,305 307,climb,,,
309 1700 840 124,306 308,climb,,,
310 1615 815 124,307 309,stand,,,
311 1487 813 124,308,stand,,,
312 1760 773 4,290 291 312,stand,,,
313 1920 594 4,291 290 170,stand,,,
314 1756 957 14,310 298 329 331 284,stand,,,
315 1729 1775 4,299 296 318 325,stand,,,
316 2090 1954 4,175 315 296 176 318,stand,,,
317 1926 2166 4,314 316 317 318 296,stand,,,
318 1661 2192 4,315 253 324 321,stand,,,
319 2118 2139 4,315 176 318,stand,,,
320 1791 1924 4,296 315 317 313 319 314,stand,,,
321 1696 1921 25,318 320 325,crouch,,,
322 1643 1965 34,319 321,crouch,,,
323 1568 2034 4,320 322 316 324,crouch,,,
324 1406 1868 4,321 323 334,stand,,,
325 1347 2029 4,322 324 334,stand,,,
326 1423 2214 4,323 245 316 321,stand,,,
327 1580 1706 21,319 326 313,stand,,,
328 1542 1522 39,325 299 327 333,crouch,,,
329 1336 1571 22,326 328 330 334,crouch,,,
330 1405 1327 65,327 329 330,stand,,,
331 1481 1066 22,328 312 298 284 331,stand,,,
332 1300 1219 37,284 328 327,stand,,,
333 1548 1187 43,329 332 312,crouch,,,
334 1543 1334 62,331 333,crouch,,,
335 1543 1493 62,332 326,crouch,,,
336 1272 1762 7,327 322 323,stand,,,
337 714 1881 4,276 336,stand,,,
338 719 1567 4,335 337 341,stand,,,
339 743 1273 4,336 338 340,stand,,,
340 753 954 4,337 117,stand,,,
341 943 1022 4,283 340 346,stand,,,
342 846 1169 4,339 341 337 343,stand,,,
343 954 1516 4,340 342 336,stand,,,
344 962 1825 4,341 276 240,stand,,,
345 728 1155 4,340 344,stand,,,
346 702 1155 66,343 345,stand,,,
347 655 1156 109,344 92,stand,,,
348 1082 790 4,347 118 117 283 284 339 288,stand,,,
349 1172 598 4,346 122 288 118 289,stand,,,
350 1976 1358 177,302 349,climb,,,
351 2127 1345 94,348 350,crouch,,,
352 2274 1295 112,349 351,stand,,,
353 2495 1352 95,350 352,climb,,,
354 2669 1399 112,351 353,climb,,,
355 2822 1391 112,352,climb,,,
356 1158 2412 185,355,stand,,,
357 1219 2412 185,354 356,climb,,,
358 1373 2396 186,355 357 374,climb,,,
359 1465 2394 186,356 358,stand,,,
360 1589 2405 185,357 359,climb,,,
361 1687 2519 183,358 360,climb,,,
362 1693 2655 174,359 361,stand,,,
363 1739 2818 161,360 362,climb,,,
364 1905 2810 124,361 363,climb,,,
365 1977 2739 124,362 364,stand,,,
366 1966 2578 124,363 365,stand,,,
367 1974 2518 124,364 366,climb,,,
368 1992 2396 124,365 367,climb,,,
369 1944 2328 124,366 368 384,stand,,,
370 1748 2339 124,367 369,climb,,,
371 1627 2273 147,368 370,climb,,,
372 1639 2229 147,369 371,stand,,,
373 1649 1983 147,370 372 383,stand,,,
374 1671 1724 147,371 373,climb,,,
375 1848 1677 138,372 301,climb,,,
376 1306 2186 124,356 375,climb,,,
377 1261 2090 124,374 376 381,stand,,,
378 1201 1876 124,375 377,climb,,,
379 1167 1814 179,376 378,climb,,,
380 1168 1761 179,377 379,stand,,,
381 1129 1492 185,378 380,stand,,,
382 1119 1110 186,379,stand,,,
383 1259 1978 124,375 382,climb,,,
384 1346 1968 147,381 383,climb,,,
385 1400 1973 147,382 371,stand,,,
386 2067 2290 126,367 385,stand,,,
387 2167 2243 84,384 386,stand,,,
388 2262 2179 40,385,stand,,,
389 2369 586 4,162 388,stand,,,
390 2362 620 38,387 389,stand,,,
391 2416 691 88,388 390,stand,,,
392 2261 543 88,389,stand,,,

View File

@ -0,0 +1,392 @@
391
1562 3790 52,1 11 12 17 11,stand,,,
1447 3817 52,0 2 18,stand,,,
1438 3563 181,1 3 8,stand,,,
1796 3554 181,2 4 7,stand,,,
1885 3710 181,3 5 6 7,stand,,,
1941 3573 181,4 6,stand,,,
1952 3827 181,4 7 5,stand,,,
1825 3835 181,6 4 3,stand,,,
1453 3464 181,2 9 10,stand,,,
1681 3349 181,8 10,stand,,,
1483 3278 181,9 8,stand,,,
1538 3581 52,0 0 17 12 19,stand,,,
1738 3643 52,0 13 16 11,stand,,,
1958 3591 52,12 14 15 16 17 219,stand,,,
2245 3599 52,13 15 16 213,stand,,,
2183 3800 52,14 16 13,stand,,,
1990 3760 52,15 17 12 14 13,stand,,,
1768 3814 52,16 18 0 11 13,stand,,,
1578 3867 52,17 1,stand,,,
1540 3451 52,11 20 22 21 23,stand,,,
1465 3301 52,19 21 22,stand,,,
1616 3280 52,20 22 19,stand,,,
1636 3435 52,21 19 20,stand,,,
1352 3461 55,19 24 25 33,stand,,,
1362 3679 52,23 26 33,stand,,,
1337 3120 37,23 36 35 33 227 230,stand,,,
859 3663 61,24 27 32 33 43,stand,,,
586 3659 50,26 28 42 43,stand,,,
261 3554 78,27 29 41 42 65,stand,,,
157 3214 84,28 30 40 65,stand,,,
193 2806 84,29 31 39 40,stand,,,
89 2685 84,30 67,stand,,,
867 3460 68,26 33 37 42,stand,,,
1171 3473 35,32 34 23 25 24 26,stand,,,
1073 3243 108,33 35 37,stand,,,
1107 3078 92,34 36 25 37,stand,,,
1236 2920 38,35 25 267 268 38,stand,,,
826 3189 77,32 35 34 38,stand,,,
792 2975 72,37 39 271 268 36,stand,,,
512 2939 64,38 30 40 270 271,stand,,,
319 3039 72,39 29 30 41,stand,,,
331 3299 71,40 28,stand,,,
502 3511 53,32 28 27,stand,,,
735 3563 71,27 26 44,climb,,,
732 3565 174,43 45,climb,,,
730 3497 189,44 46 50,stand,,,
777 3269 189,45 47,stand,,,
683 3034 189,46 48,stand,,,
443 3052 191,47 49,stand,,,
371 3254 191,48 50 66,stand,,,
527 3460 191,49 45 51,stand,,,
584 3406 197,50 52,climb,,,
584 3406 301,51 53 58 64,climb,,,
584 3352 341,52 54 55 56,stand,,,
463 3226 341,53,stand,,,
572 3197 341,53,stand,,,
665 3293 341,53 57,stand,,,
667 3229 425,56,crouch,,,
512 3407 267,52 59,crouch,,,
416 3329 267,58 60,crouch,,,
438 3123 267,59 61,crouch,,,
571 3096 268,60 62,crouch,,,
703 3153 267,61 63,crouch,,,
710 3354 267,62 64,crouch,,,
655 3409 267,63 52,crouch,,,
257 3258 82,29 66 28,climb,,,
256 3254 172,65 49,climb,,,
95 2549 85,31 68 69,stand,,,
151 2360 85,67 69 77 78 85,stand,,,
254 2463 85,68 70 76 67,stand,,,
472 2449 85,69 71 75 76,stand,,,
481 2209 4,70 72 84 272,stand,,,
382 2162 4,71 73 84,stand,,,
382 2146 49,72 74,stand,,,
381 2109 85,73 82 83 85 78,stand,,,
377 2600 85,70 76,stand,,,
393 2361 85,75 69 70,stand,,,
61 2172 85,68 78 85,stand,,,
146 1980 85,77 79 83 68 85 74,stand,,,
102 1682 85,78 80 83,stand,,,
251 1691 85,79 81 83 86 95,stand,,,
383 1829 85,80 82 83,stand,,,
384 1939 85,81 74 83 90,stand,,,
257 1906 85,74 80 79 82 78 85 81,stand,,,
299 2231 4,72 71,stand,,,
174 2099 85,77 68 74 78 83,stand,,,
343 1563 85,80 87,stand,,,
392 1388 84,86 88 108,stand,,,
565 1390 84,87 89 92 108,stand,,,
573 1631 84,88 90,stand,,,
570 1939 85,89 82 91,stand,,,
577 2043 85,90 276,stand,,,
575 1144 53,88 93 108 345,stand,,,
538 852 7,92 94 108 98 115,stand,,,
532 722 4,93 103 114 117 119,stand,,,
213 1602 84,80 96,stand,,,
82 1377 84,95 97 108,stand,,,
99 1097 45,96 98 108,stand,,,
110 826 4,97 99 93 108,stand,,,
133 547 4,98 100 103,stand,,,
276 277 4,99 101 102 104 110,stand,,,
56 88 4,100 104,stand,,,
592 397 4,100 107 104 103 106 119,stand,,,
412 527 4,99 94 102 113 119 104,stand,,,
500 105 4,100 105 102 101 110 103,stand,,,
791 130 4,104 106 107 120,stand,,,
901 293 4,105 107 102 120 121,stand,,,
826 492 4,106 102 118 119 105 117,stand,,,
361 1108 47,93 87 96 97 92 98 88,stand,,,
663 203 46,110 120,stand,,,
561 211 4,109 104 100,stand,,,
266 686 122,112,stand,,,
402 688 71,111 113 114 116,stand,,,
415 632 28,112 103,stand,,,
468 686 4,94 112,stand,,,
434 768 4,93 116,stand,,,
419 738 37,115 112,stand,,,
751 729 4,94 118 119 338 107 346,stand,,,
926 620 4,117 107 119 347 346,stand,,,
623 585 4,107 94 103 117 118 102,stand,,,
763 208 4,109 106 105,stand,,,
1047 288 5,106 122 132 133,stand,,,
1161 469 5,121 123 133 132 347,stand,,,
1445 457 5,122 124 133 135 130,stand,,,
1658 435 5,123 125 137 134 136 135,stand,,,
1948 459 5,124 126 137,stand,,,
1973 292 5,125 127 137 136 153,stand,,,
1965 104 5,126 128 137,stand,,,
1770 94 5,127 129,stand,,,
1735 168 5,128 130 134 136 147,stand,,,
1540 130 5,129 131 134 123,stand,,,
1386 98 5,130 132 133 135,stand,,,
1157 111 5,131 121 122 138,stand,,,
1286 287 5,121 131 134 122 123,stand,,,
1613 260 13,130 133 135 129 136 124,stand,,,
1467 332 11,123 134 124 131,stand,,,
1795 301 5,129 137 126 134 124,stand,,,
1896 398 5,136 126 125 124 127,stand,,,
1090 133 11,132 139,climb,,,
1090 135 217,138 140,climb,,,
1021 137 255,139 141,stand,,,
1027 274 255,140 142,stand,,,
1026 501 255,141 143,stand,,,
1284 447 257,142 144 152,stand,,,
1477 444 258,143 145,stand,,,
1691 483 256,144 146,stand,,,
1974 479 256,145,stand,,,
2010 161 128,129 148,stand,,,
2001 458 128,147 149,stand,,,
1747 462 128,148 150,stand,,,
1500 463 128,149 151,stand,,,
1380 507 146,150 152,climb,,,
1380 508 229,151 143,climb,,,
2135 261 4,126 154 165 164,stand,,,
2161 115 4,153 155,stand,,,
2378 157 4,154 156 164,stand,,,
2581 136 4,155 157 166 158,stand,,,
2810 147 4,156 158 166,stand,,,
2834 397 4,157 159 166 161 156,stand,,,
2835 541 4,158 160 161,stand,,,
2905 631 11,159 162 167,stand,,,
2706 579 4,159 162 166 158 164,stand,,,
2519 590 4,161 163 164 166 160 165 387,stand,,,
2477 823 4,162 168 169 191,stand,,,
2372 379 4,155 165 162 166 161 153,stand,,,
2235 545 4,164 153 162 169 170,stand,,,
2673 347 4,156 161 164 158 157 162,stand,,,
2908 927 11,160 168 184,stand,,,
2723 962 11,167 163 189,stand,,,
2272 772 4,163 165 191 171 170 192 172,stand,,,
2093 631 4,165 171 169 311 291,stand,,,
2086 783 4,170 172 169 291,stand,,,
2113 933 4,171 173 169 192,stand,,,
2089 1270 4,172 174 192 297,stand,,,
2089 1591 4,173 175,stand,,,
2131 1757 4,174 176 296 193 194 314,stand,,,
2252 2012 4,175 177 317 193 314,stand,,,
2376 1993 4,176 178 263 194,stand,,,
2588 1989 4,177 179 197 195 188 198 194,stand,,,
2798 1999 4,178 180 182,stand,,,
2971 1920 4,179 181 182,stand,,,
3188 1953 6,180 182,stand,,,
2883 1794 4,180 183 195 196 179 181,stand,,,
2900 1576 11,182 184 187,stand,,,
2901 1164 15,183 167 185,stand,,,
2746 1173 15,184 186 189,stand,,,
2746 1348 15,185 187,stand,,,
2745 1523 15,186 183 188 196,stand,,,
2550 1529 4,187 190 197 178 193,stand,,,
2515 1177 4,190 185 191 168,stand,,,
2491 1356 4,189 188 193,stand,,,
2392 1009 4,189 163 169 192,stand,,,
2231 1039 4,169 191 172 173,stand,,,
2401 1678 4,190 194 175 188 176,stand,,,
2446 1829 4,193 195 177 178 175,stand,,,
2738 1807 4,194 196 197 182 178,stand,,,
2742 1637 11,195 187 182,stand,,,
2612 1673 11,188 195 178,stand,,,
2588 2113 6,199 203 178,stand,,,
2524 2295 6,198 200 203,stand,,,
2489 2480 6,199 201 262,stand,,,
2719 2567 6,200 202 204,stand,,,
2753 2375 6,201 203,stand,,,
2769 2097 6,202 198 199,stand,,,
2711 2728 5,201 205 208,stand,,,
2787 2802 4,204 206,stand,,,
2778 3163 12,205 207 210,stand,,,
2611 3239 25,206 210 211,stand,,,
2521 2784 20,204 209 266,stand,,,
2501 2980 14,208 210 265 266,stand,,,
2469 3108 10,209 207 206 211 221,stand,,,
2424 3325 4,207 210 212 216 221,stand,,,
2390 3482 4,213 214 211 216,stand,,,
2321 3596 4,212 14 214 215,stand,,,
2451 3662 4,213 215 212,stand,,,
2399 3868 4,214 213,stand,,,
2301 3383 4,212 211 217 221,stand,,,
2094 3345 6,216 218 222 224,stand,,,
2076 3478 52,217 219,stand,,,
1951 3450 52,218 13 220,stand,,,
1785 3446 52,219,stand,,,
2288 3233 4,211 216 223 210,stand,,,
2081 3160 4,217 223 228 247,stand,,,
2235 3089 4,222 221 265 258 247,stand,,,
1971 3292 9,217 225 228,stand,,,
1820 3271 14,224 226 228,stand,,,
1692 3146 4,225 227 228,stand,,,
1650 3043 4,226 228 229 230 25,stand,,,
1862 3090 4,226 225 224 222 227 229 247 257,stand,,,
1772 2974 4,227 228 230 231 257,stand,,,
1554 2948 4,227 229 242 267 25,stand,,,
1764 2830 17,229 232,stand,,,
1750 2519 39,231 233,stand,,,
1768 2454 4,232 234 255,stand,,,
1662 2447 4,233 235 253,stand,,,
1592 2428 41,234 236,stand,,,
1394 2349 41,235 237 254,stand,,,
1287 2337 4,236 238 243 245,stand,,,
1197 2339 41,237 239,stand,,,
1042 2306 4,238 240 244 246 275 277,stand,,,
1077 2019 4,239 241 246 276 342,stand,,,
1056 1851 10,240 279,stand,,,
1529 2697 4,230 243 267,stand,,,
1299 2544 4,242 237 244,stand,,,
1080 2557 4,243 239 268 267 277 269,stand,,,
1295 2252 4,237 246 278 324,stand,,,
1189 2268 10,245 240 239,stand,,,
1941 2919 4,228 248 257 258 223 222,stand,,,
1958 2683 12,247 249,stand,,,
1960 2448 10,248 250 255,stand,,,
2113 2456 5,249 251 260 264,stand,,,
2183 2347 4,250 252 263 264,stand,,,
1886 2339 12,251 253,stand,,,
1674 2361 4,252 254 254 316 234,stand,,,
1600 2361 41,253 236 253,stand,,,
1854 2435 4,233 256 249,stand,,,
1854 2692 4,255 257,stand,,,
1862 2920 4,256 229 228 247,stand,,,
2113 2894 4,247 259 223 261,stand,,,
2098 2683 12,258 260 261 264,stand,,,
2061 2578 9,259 250,stand,,,
2217 2733 24,259 262 265 258 266 264,stand,,,
2373 2511 4,261 200 264 263,stand,,,
2374 2258 4,177 251 262 264,stand,,,
2204 2541 27,250 262 263 259 251 261,stand,,,
2283 2916 4,261 209 223 266,stand,,,
2395 2753 10,261 208 265 209,stand,,,
1321 2809 4,230 242 36 244,stand,,,
1014 2798 48,36 269 271 38 244,stand,,,
685 2608 33,268 270 271 273 277 244,stand,,,
403 2692 63,269 39,stand,,,
738 2790 48,39 269 38 268,stand,,,
617 2225 4,71 273 274 277,stand,,,
622 2457 12,272 269 277,stand,,,
737 2150 4,272 275,stand,,,
853 2162 4,274 276 277 239,stand,,,
857 2049 4,275 91 240 335 342,stand,,,
842 2408 4,275 273 244 272 269 239,stand,,,
1246 2070 12,245 279,stand,,,
1167 1847 4,278 241 280,stand,,,
1172 1812 41,279 281,stand,,,
1125 1539 41,280 282,stand,,,
1141 1146 41,281 283,stand,,,
1156 981 4,282 284 339 346,stand,,,
1275 979 14,283 285 329 330 312 346,stand,,,
1310 826 4,284 286 288,stand,,,
1437 828 12,285 287,stand,,,
1658 825 12,286,stand,,,
1293 708 4,285 289 347 346,stand,,,
1513 671 4,288 290 347,stand,,,
1779 649 4,289 291 310 291 311,stand,,,
1900 804 4,290 292 310 171 311 290 170,stand,,,
1942 1002 26,291 293,stand,,,
1943 1201 39,292 294 297,climb,,,
1952 1341 44,293 295 297,climb,,,
1922 1512 26,294 296,stand,,,
1920 1792 4,295 313 175 314 318 315,stand,,,
1907 1272 4,173 293 294 298,stand,,,
1778 1271 11,297 312 299 329,stand,,,
1763 1515 38,300 298 313 326,climb,,,
1806 1515 137,299 301,climb,,,
1893 1524 169,300 302 373,crouch,,,
1921 1369 187,301 303 348,climb,,,
1921 1176 183,302 304,climb,,,
1920 1074 176,305 303,crouch,,,
1925 864 161,304 306,stand,,,
1881 854 156,305 307,climb,,,
1700 840 124,306 308,climb,,,
1615 815 124,307 309,stand,,,
1487 813 124,308,stand,,,
1760 773 4,290 291 312,stand,,,
1920 594 4,291 290 170,stand,,,
1756 957 14,310 298 329 331 284,stand,,,
1729 1775 4,299 296 318 325,stand,,,
2090 1954 4,175 315 296 176 318,stand,,,
1926 2166 4,314 316 317 318 296,stand,,,
1661 2192 4,315 253 324 321,stand,,,
2118 2139 4,315 176 318,stand,,,
1791 1924 4,296 315 317 313 319 314,stand,,,
1696 1921 25,318 320 325,crouch,,,
1643 1965 34,319 321,crouch,,,
1568 2034 4,320 322 316 324,crouch,,,
1406 1868 4,321 323 334,stand,,,
1347 2029 4,322 324 334,stand,,,
1423 2214 4,323 245 316 321,stand,,,
1580 1706 21,319 326 313,stand,,,
1542 1522 39,325 299 327 333,crouch,,,
1336 1571 22,326 328 330 334,crouch,,,
1405 1327 65,327 329 330,stand,,,
1481 1066 22,328 312 298 284 331,stand,,,
1300 1219 37,284 328 327,stand,,,
1548 1187 43,329 332 312,crouch,,,
1543 1334 62,331 333,crouch,,,
1543 1493 62,332 326,crouch,,,
1272 1762 7,327 322 323,stand,,,
714 1881 4,276 336,stand,,,
719 1567 4,335 337 341,stand,,,
743 1273 4,336 338 340,stand,,,
753 954 4,337 117,stand,,,
943 1022 4,283 340 346,stand,,,
846 1169 4,339 341 337 343,stand,,,
954 1516 4,340 342 336,stand,,,
962 1825 4,341 276 240,stand,,,
728 1155 4,340 344,stand,,,
702 1155 66,343 345,stand,,,
655 1156 109,344 92,stand,,,
1082 790 4,347 118 117 283 284 339 288,stand,,,
1172 598 4,346 122 288 118 289,stand,,,
1976 1358 177,302 349,climb,,,
2127 1345 94,348 350,crouch,,,
2274 1295 112,349 351,stand,,,
2495 1352 95,350 352,climb,,,
2669 1399 112,351 353,climb,,,
2822 1391 112,352,climb,,,
1158 2412 185,355,stand,,,
1219 2412 185,354 356,climb,,,
1373 2396 186,355 357 374,climb,,,
1465 2394 186,356 358,stand,,,
1589 2405 185,357 359,climb,,,
1687 2519 183,358 360,climb,,,
1693 2655 174,359 361,stand,,,
1739 2818 161,360 362,climb,,,
1905 2810 124,361 363,climb,,,
1977 2739 124,362 364,stand,,,
1966 2578 124,363 365,stand,,,
1974 2518 124,364 366,climb,,,
1992 2396 124,365 367,climb,,,
1944 2328 124,366 368 384,stand,,,
1748 2339 124,367 369,climb,,,
1627 2273 147,368 370,climb,,,
1639 2229 147,369 371,stand,,,
1649 1983 147,370 372 383,stand,,,
1671 1724 147,371 373,climb,,,
1848 1677 138,372 301,climb,,,
1306 2186 124,356 375,climb,,,
1261 2090 124,374 376 381,stand,,,
1201 1876 124,375 377,climb,,,
1167 1814 179,376 378,climb,,,
1168 1761 179,377 379,stand,,,
1129 1492 185,378 380,stand,,,
1119 1110 186,379,stand,,,
1259 1978 124,375 382,climb,,,
1346 1968 147,381 383,climb,,,
1400 1973 147,382 371,stand,,,
2067 2290 126,367 385,stand,,,
2167 2243 84,384 386,stand,,,
2262 2179 40,385,stand,,,
2369 586 4,162 388,stand,,,
2362 620 38,387 389,stand,,,
2416 691 88,388 390,stand,,,
2261 543 88,389,stand,,,
1 391
2 1562 3790 52,1 11 12 17 11,stand,,,
3 1447 3817 52,0 2 18,stand,,,
4 1438 3563 181,1 3 8,stand,,,
5 1796 3554 181,2 4 7,stand,,,
6 1885 3710 181,3 5 6 7,stand,,,
7 1941 3573 181,4 6,stand,,,
8 1952 3827 181,4 7 5,stand,,,
9 1825 3835 181,6 4 3,stand,,,
10 1453 3464 181,2 9 10,stand,,,
11 1681 3349 181,8 10,stand,,,
12 1483 3278 181,9 8,stand,,,
13 1538 3581 52,0 0 17 12 19,stand,,,
14 1738 3643 52,0 13 16 11,stand,,,
15 1958 3591 52,12 14 15 16 17 219,stand,,,
16 2245 3599 52,13 15 16 213,stand,,,
17 2183 3800 52,14 16 13,stand,,,
18 1990 3760 52,15 17 12 14 13,stand,,,
19 1768 3814 52,16 18 0 11 13,stand,,,
20 1578 3867 52,17 1,stand,,,
21 1540 3451 52,11 20 22 21 23,stand,,,
22 1465 3301 52,19 21 22,stand,,,
23 1616 3280 52,20 22 19,stand,,,
24 1636 3435 52,21 19 20,stand,,,
25 1352 3461 55,19 24 25 33,stand,,,
26 1362 3679 52,23 26 33,stand,,,
27 1337 3120 37,23 36 35 33 227 230,stand,,,
28 859 3663 61,24 27 32 33 43,stand,,,
29 586 3659 50,26 28 42 43,stand,,,
30 261 3554 78,27 29 41 42 65,stand,,,
31 157 3214 84,28 30 40 65,stand,,,
32 193 2806 84,29 31 39 40,stand,,,
33 89 2685 84,30 67,stand,,,
34 867 3460 68,26 33 37 42,stand,,,
35 1171 3473 35,32 34 23 25 24 26,stand,,,
36 1073 3243 108,33 35 37,stand,,,
37 1107 3078 92,34 36 25 37,stand,,,
38 1236 2920 38,35 25 267 268 38,stand,,,
39 826 3189 77,32 35 34 38,stand,,,
40 792 2975 72,37 39 271 268 36,stand,,,
41 512 2939 64,38 30 40 270 271,stand,,,
42 319 3039 72,39 29 30 41,stand,,,
43 331 3299 71,40 28,stand,,,
44 502 3511 53,32 28 27,stand,,,
45 735 3563 71,27 26 44,climb,,,
46 732 3565 174,43 45,climb,,,
47 730 3497 189,44 46 50,stand,,,
48 777 3269 189,45 47,stand,,,
49 683 3034 189,46 48,stand,,,
50 443 3052 191,47 49,stand,,,
51 371 3254 191,48 50 66,stand,,,
52 527 3460 191,49 45 51,stand,,,
53 584 3406 197,50 52,climb,,,
54 584 3406 301,51 53 58 64,climb,,,
55 584 3352 341,52 54 55 56,stand,,,
56 463 3226 341,53,stand,,,
57 572 3197 341,53,stand,,,
58 665 3293 341,53 57,stand,,,
59 667 3229 425,56,crouch,,,
60 512 3407 267,52 59,crouch,,,
61 416 3329 267,58 60,crouch,,,
62 438 3123 267,59 61,crouch,,,
63 571 3096 268,60 62,crouch,,,
64 703 3153 267,61 63,crouch,,,
65 710 3354 267,62 64,crouch,,,
66 655 3409 267,63 52,crouch,,,
67 257 3258 82,29 66 28,climb,,,
68 256 3254 172,65 49,climb,,,
69 95 2549 85,31 68 69,stand,,,
70 151 2360 85,67 69 77 78 85,stand,,,
71 254 2463 85,68 70 76 67,stand,,,
72 472 2449 85,69 71 75 76,stand,,,
73 481 2209 4,70 72 84 272,stand,,,
74 382 2162 4,71 73 84,stand,,,
75 382 2146 49,72 74,stand,,,
76 381 2109 85,73 82 83 85 78,stand,,,
77 377 2600 85,70 76,stand,,,
78 393 2361 85,75 69 70,stand,,,
79 61 2172 85,68 78 85,stand,,,
80 146 1980 85,77 79 83 68 85 74,stand,,,
81 102 1682 85,78 80 83,stand,,,
82 251 1691 85,79 81 83 86 95,stand,,,
83 383 1829 85,80 82 83,stand,,,
84 384 1939 85,81 74 83 90,stand,,,
85 257 1906 85,74 80 79 82 78 85 81,stand,,,
86 299 2231 4,72 71,stand,,,
87 174 2099 85,77 68 74 78 83,stand,,,
88 343 1563 85,80 87,stand,,,
89 392 1388 84,86 88 108,stand,,,
90 565 1390 84,87 89 92 108,stand,,,
91 573 1631 84,88 90,stand,,,
92 570 1939 85,89 82 91,stand,,,
93 577 2043 85,90 276,stand,,,
94 575 1144 53,88 93 108 345,stand,,,
95 538 852 7,92 94 108 98 115,stand,,,
96 532 722 4,93 103 114 117 119,stand,,,
97 213 1602 84,80 96,stand,,,
98 82 1377 84,95 97 108,stand,,,
99 99 1097 45,96 98 108,stand,,,
100 110 826 4,97 99 93 108,stand,,,
101 133 547 4,98 100 103,stand,,,
102 276 277 4,99 101 102 104 110,stand,,,
103 56 88 4,100 104,stand,,,
104 592 397 4,100 107 104 103 106 119,stand,,,
105 412 527 4,99 94 102 113 119 104,stand,,,
106 500 105 4,100 105 102 101 110 103,stand,,,
107 791 130 4,104 106 107 120,stand,,,
108 901 293 4,105 107 102 120 121,stand,,,
109 826 492 4,106 102 118 119 105 117,stand,,,
110 361 1108 47,93 87 96 97 92 98 88,stand,,,
111 663 203 46,110 120,stand,,,
112 561 211 4,109 104 100,stand,,,
113 266 686 122,112,stand,,,
114 402 688 71,111 113 114 116,stand,,,
115 415 632 28,112 103,stand,,,
116 468 686 4,94 112,stand,,,
117 434 768 4,93 116,stand,,,
118 419 738 37,115 112,stand,,,
119 751 729 4,94 118 119 338 107 346,stand,,,
120 926 620 4,117 107 119 347 346,stand,,,
121 623 585 4,107 94 103 117 118 102,stand,,,
122 763 208 4,109 106 105,stand,,,
123 1047 288 5,106 122 132 133,stand,,,
124 1161 469 5,121 123 133 132 347,stand,,,
125 1445 457 5,122 124 133 135 130,stand,,,
126 1658 435 5,123 125 137 134 136 135,stand,,,
127 1948 459 5,124 126 137,stand,,,
128 1973 292 5,125 127 137 136 153,stand,,,
129 1965 104 5,126 128 137,stand,,,
130 1770 94 5,127 129,stand,,,
131 1735 168 5,128 130 134 136 147,stand,,,
132 1540 130 5,129 131 134 123,stand,,,
133 1386 98 5,130 132 133 135,stand,,,
134 1157 111 5,131 121 122 138,stand,,,
135 1286 287 5,121 131 134 122 123,stand,,,
136 1613 260 13,130 133 135 129 136 124,stand,,,
137 1467 332 11,123 134 124 131,stand,,,
138 1795 301 5,129 137 126 134 124,stand,,,
139 1896 398 5,136 126 125 124 127,stand,,,
140 1090 133 11,132 139,climb,,,
141 1090 135 217,138 140,climb,,,
142 1021 137 255,139 141,stand,,,
143 1027 274 255,140 142,stand,,,
144 1026 501 255,141 143,stand,,,
145 1284 447 257,142 144 152,stand,,,
146 1477 444 258,143 145,stand,,,
147 1691 483 256,144 146,stand,,,
148 1974 479 256,145,stand,,,
149 2010 161 128,129 148,stand,,,
150 2001 458 128,147 149,stand,,,
151 1747 462 128,148 150,stand,,,
152 1500 463 128,149 151,stand,,,
153 1380 507 146,150 152,climb,,,
154 1380 508 229,151 143,climb,,,
155 2135 261 4,126 154 165 164,stand,,,
156 2161 115 4,153 155,stand,,,
157 2378 157 4,154 156 164,stand,,,
158 2581 136 4,155 157 166 158,stand,,,
159 2810 147 4,156 158 166,stand,,,
160 2834 397 4,157 159 166 161 156,stand,,,
161 2835 541 4,158 160 161,stand,,,
162 2905 631 11,159 162 167,stand,,,
163 2706 579 4,159 162 166 158 164,stand,,,
164 2519 590 4,161 163 164 166 160 165 387,stand,,,
165 2477 823 4,162 168 169 191,stand,,,
166 2372 379 4,155 165 162 166 161 153,stand,,,
167 2235 545 4,164 153 162 169 170,stand,,,
168 2673 347 4,156 161 164 158 157 162,stand,,,
169 2908 927 11,160 168 184,stand,,,
170 2723 962 11,167 163 189,stand,,,
171 2272 772 4,163 165 191 171 170 192 172,stand,,,
172 2093 631 4,165 171 169 311 291,stand,,,
173 2086 783 4,170 172 169 291,stand,,,
174 2113 933 4,171 173 169 192,stand,,,
175 2089 1270 4,172 174 192 297,stand,,,
176 2089 1591 4,173 175,stand,,,
177 2131 1757 4,174 176 296 193 194 314,stand,,,
178 2252 2012 4,175 177 317 193 314,stand,,,
179 2376 1993 4,176 178 263 194,stand,,,
180 2588 1989 4,177 179 197 195 188 198 194,stand,,,
181 2798 1999 4,178 180 182,stand,,,
182 2971 1920 4,179 181 182,stand,,,
183 3188 1953 6,180 182,stand,,,
184 2883 1794 4,180 183 195 196 179 181,stand,,,
185 2900 1576 11,182 184 187,stand,,,
186 2901 1164 15,183 167 185,stand,,,
187 2746 1173 15,184 186 189,stand,,,
188 2746 1348 15,185 187,stand,,,
189 2745 1523 15,186 183 188 196,stand,,,
190 2550 1529 4,187 190 197 178 193,stand,,,
191 2515 1177 4,190 185 191 168,stand,,,
192 2491 1356 4,189 188 193,stand,,,
193 2392 1009 4,189 163 169 192,stand,,,
194 2231 1039 4,169 191 172 173,stand,,,
195 2401 1678 4,190 194 175 188 176,stand,,,
196 2446 1829 4,193 195 177 178 175,stand,,,
197 2738 1807 4,194 196 197 182 178,stand,,,
198 2742 1637 11,195 187 182,stand,,,
199 2612 1673 11,188 195 178,stand,,,
200 2588 2113 6,199 203 178,stand,,,
201 2524 2295 6,198 200 203,stand,,,
202 2489 2480 6,199 201 262,stand,,,
203 2719 2567 6,200 202 204,stand,,,
204 2753 2375 6,201 203,stand,,,
205 2769 2097 6,202 198 199,stand,,,
206 2711 2728 5,201 205 208,stand,,,
207 2787 2802 4,204 206,stand,,,
208 2778 3163 12,205 207 210,stand,,,
209 2611 3239 25,206 210 211,stand,,,
210 2521 2784 20,204 209 266,stand,,,
211 2501 2980 14,208 210 265 266,stand,,,
212 2469 3108 10,209 207 206 211 221,stand,,,
213 2424 3325 4,207 210 212 216 221,stand,,,
214 2390 3482 4,213 214 211 216,stand,,,
215 2321 3596 4,212 14 214 215,stand,,,
216 2451 3662 4,213 215 212,stand,,,
217 2399 3868 4,214 213,stand,,,
218 2301 3383 4,212 211 217 221,stand,,,
219 2094 3345 6,216 218 222 224,stand,,,
220 2076 3478 52,217 219,stand,,,
221 1951 3450 52,218 13 220,stand,,,
222 1785 3446 52,219,stand,,,
223 2288 3233 4,211 216 223 210,stand,,,
224 2081 3160 4,217 223 228 247,stand,,,
225 2235 3089 4,222 221 265 258 247,stand,,,
226 1971 3292 9,217 225 228,stand,,,
227 1820 3271 14,224 226 228,stand,,,
228 1692 3146 4,225 227 228,stand,,,
229 1650 3043 4,226 228 229 230 25,stand,,,
230 1862 3090 4,226 225 224 222 227 229 247 257,stand,,,
231 1772 2974 4,227 228 230 231 257,stand,,,
232 1554 2948 4,227 229 242 267 25,stand,,,
233 1764 2830 17,229 232,stand,,,
234 1750 2519 39,231 233,stand,,,
235 1768 2454 4,232 234 255,stand,,,
236 1662 2447 4,233 235 253,stand,,,
237 1592 2428 41,234 236,stand,,,
238 1394 2349 41,235 237 254,stand,,,
239 1287 2337 4,236 238 243 245,stand,,,
240 1197 2339 41,237 239,stand,,,
241 1042 2306 4,238 240 244 246 275 277,stand,,,
242 1077 2019 4,239 241 246 276 342,stand,,,
243 1056 1851 10,240 279,stand,,,
244 1529 2697 4,230 243 267,stand,,,
245 1299 2544 4,242 237 244,stand,,,
246 1080 2557 4,243 239 268 267 277 269,stand,,,
247 1295 2252 4,237 246 278 324,stand,,,
248 1189 2268 10,245 240 239,stand,,,
249 1941 2919 4,228 248 257 258 223 222,stand,,,
250 1958 2683 12,247 249,stand,,,
251 1960 2448 10,248 250 255,stand,,,
252 2113 2456 5,249 251 260 264,stand,,,
253 2183 2347 4,250 252 263 264,stand,,,
254 1886 2339 12,251 253,stand,,,
255 1674 2361 4,252 254 254 316 234,stand,,,
256 1600 2361 41,253 236 253,stand,,,
257 1854 2435 4,233 256 249,stand,,,
258 1854 2692 4,255 257,stand,,,
259 1862 2920 4,256 229 228 247,stand,,,
260 2113 2894 4,247 259 223 261,stand,,,
261 2098 2683 12,258 260 261 264,stand,,,
262 2061 2578 9,259 250,stand,,,
263 2217 2733 24,259 262 265 258 266 264,stand,,,
264 2373 2511 4,261 200 264 263,stand,,,
265 2374 2258 4,177 251 262 264,stand,,,
266 2204 2541 27,250 262 263 259 251 261,stand,,,
267 2283 2916 4,261 209 223 266,stand,,,
268 2395 2753 10,261 208 265 209,stand,,,
269 1321 2809 4,230 242 36 244,stand,,,
270 1014 2798 48,36 269 271 38 244,stand,,,
271 685 2608 33,268 270 271 273 277 244,stand,,,
272 403 2692 63,269 39,stand,,,
273 738 2790 48,39 269 38 268,stand,,,
274 617 2225 4,71 273 274 277,stand,,,
275 622 2457 12,272 269 277,stand,,,
276 737 2150 4,272 275,stand,,,
277 853 2162 4,274 276 277 239,stand,,,
278 857 2049 4,275 91 240 335 342,stand,,,
279 842 2408 4,275 273 244 272 269 239,stand,,,
280 1246 2070 12,245 279,stand,,,
281 1167 1847 4,278 241 280,stand,,,
282 1172 1812 41,279 281,stand,,,
283 1125 1539 41,280 282,stand,,,
284 1141 1146 41,281 283,stand,,,
285 1156 981 4,282 284 339 346,stand,,,
286 1275 979 14,283 285 329 330 312 346,stand,,,
287 1310 826 4,284 286 288,stand,,,
288 1437 828 12,285 287,stand,,,
289 1658 825 12,286,stand,,,
290 1293 708 4,285 289 347 346,stand,,,
291 1513 671 4,288 290 347,stand,,,
292 1779 649 4,289 291 310 291 311,stand,,,
293 1900 804 4,290 292 310 171 311 290 170,stand,,,
294 1942 1002 26,291 293,stand,,,
295 1943 1201 39,292 294 297,climb,,,
296 1952 1341 44,293 295 297,climb,,,
297 1922 1512 26,294 296,stand,,,
298 1920 1792 4,295 313 175 314 318 315,stand,,,
299 1907 1272 4,173 293 294 298,stand,,,
300 1778 1271 11,297 312 299 329,stand,,,
301 1763 1515 38,300 298 313 326,climb,,,
302 1806 1515 137,299 301,climb,,,
303 1893 1524 169,300 302 373,crouch,,,
304 1921 1369 187,301 303 348,climb,,,
305 1921 1176 183,302 304,climb,,,
306 1920 1074 176,305 303,crouch,,,
307 1925 864 161,304 306,stand,,,
308 1881 854 156,305 307,climb,,,
309 1700 840 124,306 308,climb,,,
310 1615 815 124,307 309,stand,,,
311 1487 813 124,308,stand,,,
312 1760 773 4,290 291 312,stand,,,
313 1920 594 4,291 290 170,stand,,,
314 1756 957 14,310 298 329 331 284,stand,,,
315 1729 1775 4,299 296 318 325,stand,,,
316 2090 1954 4,175 315 296 176 318,stand,,,
317 1926 2166 4,314 316 317 318 296,stand,,,
318 1661 2192 4,315 253 324 321,stand,,,
319 2118 2139 4,315 176 318,stand,,,
320 1791 1924 4,296 315 317 313 319 314,stand,,,
321 1696 1921 25,318 320 325,crouch,,,
322 1643 1965 34,319 321,crouch,,,
323 1568 2034 4,320 322 316 324,crouch,,,
324 1406 1868 4,321 323 334,stand,,,
325 1347 2029 4,322 324 334,stand,,,
326 1423 2214 4,323 245 316 321,stand,,,
327 1580 1706 21,319 326 313,stand,,,
328 1542 1522 39,325 299 327 333,crouch,,,
329 1336 1571 22,326 328 330 334,crouch,,,
330 1405 1327 65,327 329 330,stand,,,
331 1481 1066 22,328 312 298 284 331,stand,,,
332 1300 1219 37,284 328 327,stand,,,
333 1548 1187 43,329 332 312,crouch,,,
334 1543 1334 62,331 333,crouch,,,
335 1543 1493 62,332 326,crouch,,,
336 1272 1762 7,327 322 323,stand,,,
337 714 1881 4,276 336,stand,,,
338 719 1567 4,335 337 341,stand,,,
339 743 1273 4,336 338 340,stand,,,
340 753 954 4,337 117,stand,,,
341 943 1022 4,283 340 346,stand,,,
342 846 1169 4,339 341 337 343,stand,,,
343 954 1516 4,340 342 336,stand,,,
344 962 1825 4,341 276 240,stand,,,
345 728 1155 4,340 344,stand,,,
346 702 1155 66,343 345,stand,,,
347 655 1156 109,344 92,stand,,,
348 1082 790 4,347 118 117 283 284 339 288,stand,,,
349 1172 598 4,346 122 288 118 289,stand,,,
350 1976 1358 177,302 349,climb,,,
351 2127 1345 94,348 350,crouch,,,
352 2274 1295 112,349 351,stand,,,
353 2495 1352 95,350 352,climb,,,
354 2669 1399 112,351 353,climb,,,
355 2822 1391 112,352,climb,,,
356 1158 2412 185,355,stand,,,
357 1219 2412 185,354 356,climb,,,
358 1373 2396 186,355 357 374,climb,,,
359 1465 2394 186,356 358,stand,,,
360 1589 2405 185,357 359,climb,,,
361 1687 2519 183,358 360,climb,,,
362 1693 2655 174,359 361,stand,,,
363 1739 2818 161,360 362,climb,,,
364 1905 2810 124,361 363,climb,,,
365 1977 2739 124,362 364,stand,,,
366 1966 2578 124,363 365,stand,,,
367 1974 2518 124,364 366,climb,,,
368 1992 2396 124,365 367,climb,,,
369 1944 2328 124,366 368 384,stand,,,
370 1748 2339 124,367 369,climb,,,
371 1627 2273 147,368 370,climb,,,
372 1639 2229 147,369 371,stand,,,
373 1649 1983 147,370 372 383,stand,,,
374 1671 1724 147,371 373,climb,,,
375 1848 1677 138,372 301,climb,,,
376 1306 2186 124,356 375,climb,,,
377 1261 2090 124,374 376 381,stand,,,
378 1201 1876 124,375 377,climb,,,
379 1167 1814 179,376 378,climb,,,
380 1168 1761 179,377 379,stand,,,
381 1129 1492 185,378 380,stand,,,
382 1119 1110 186,379,stand,,,
383 1259 1978 124,375 382,climb,,,
384 1346 1968 147,381 383,climb,,,
385 1400 1973 147,382 371,stand,,,
386 2067 2290 126,367 385,stand,,,
387 2167 2243 84,384 386,stand,,,
388 2262 2179 40,385,stand,,,
389 2369 586 4,162 388,stand,,,
390 2362 620 38,387 389,stand,,,
391 2416 691 88,388 390,stand,,,
392 2261 543 88,389,stand,,,

View File

@ -0,0 +1,392 @@
391
1562 3790 52,1 11 12 17 11,stand,,,
1447 3817 52,0 2 18,stand,,,
1438 3563 181,1 3 8,stand,,,
1796 3554 181,2 4 7,stand,,,
1885 3710 181,3 5 6 7,stand,,,
1941 3573 181,4 6,stand,,,
1952 3827 181,4 7 5,stand,,,
1825 3835 181,6 4 3,stand,,,
1453 3464 181,2 9 10,stand,,,
1681 3349 181,8 10,stand,,,
1483 3278 181,9 8,stand,,,
1538 3581 52,0 0 17 12 19,stand,,,
1738 3643 52,0 13 16 11,stand,,,
1958 3591 52,12 14 15 16 17 219,stand,,,
2245 3599 52,13 15 16 213,stand,,,
2183 3800 52,14 16 13,stand,,,
1990 3760 52,15 17 12 14 13,stand,,,
1768 3814 52,16 18 0 11 13,stand,,,
1578 3867 52,17 1,stand,,,
1540 3451 52,11 20 22 21 23,stand,,,
1465 3301 52,19 21 22,stand,,,
1616 3280 52,20 22 19,stand,,,
1636 3435 52,21 19 20,stand,,,
1352 3461 55,19 24 25 33,stand,,,
1362 3679 52,23 26 33,stand,,,
1337 3120 37,23 36 35 33 227 230,stand,,,
859 3663 61,24 27 32 33 43,stand,,,
586 3659 50,26 28 42 43,stand,,,
261 3554 78,27 29 41 42 65,stand,,,
157 3214 84,28 30 40 65,stand,,,
193 2806 84,29 31 39 40,stand,,,
89 2685 84,30 67,stand,,,
867 3460 68,26 33 37 42,stand,,,
1171 3473 35,32 34 23 25 24 26,stand,,,
1073 3243 108,33 35 37,stand,,,
1107 3078 92,34 36 25 37,stand,,,
1236 2920 38,35 25 267 268 38,stand,,,
826 3189 77,32 35 34 38,stand,,,
792 2975 72,37 39 271 268 36,stand,,,
512 2939 64,38 30 40 270 271,stand,,,
319 3039 72,39 29 30 41,stand,,,
331 3299 71,40 28,stand,,,
502 3511 53,32 28 27,stand,,,
735 3563 71,27 26 44,climb,,,
732 3565 174,43 45,climb,,,
730 3497 189,44 46 50,stand,,,
777 3269 189,45 47,stand,,,
683 3034 189,46 48,stand,,,
443 3052 191,47 49,stand,,,
371 3254 191,48 50 66,stand,,,
527 3460 191,49 45 51,stand,,,
584 3406 197,50 52,climb,,,
584 3406 301,51 53 58 64,climb,,,
584 3352 341,52 54 55 56,stand,,,
463 3226 341,53,stand,,,
572 3197 341,53,stand,,,
665 3293 341,53 57,stand,,,
667 3229 425,56,crouch,,,
512 3407 267,52 59,crouch,,,
416 3329 267,58 60,crouch,,,
438 3123 267,59 61,crouch,,,
571 3096 268,60 62,crouch,,,
703 3153 267,61 63,crouch,,,
710 3354 267,62 64,crouch,,,
655 3409 267,63 52,crouch,,,
257 3258 82,29 66 28,climb,,,
256 3254 172,65 49,climb,,,
95 2549 85,31 68 69,stand,,,
151 2360 85,67 69 77 78 85,stand,,,
254 2463 85,68 70 76 67,stand,,,
472 2449 85,69 71 75 76,stand,,,
481 2209 4,70 72 84 272,stand,,,
382 2162 4,71 73 84,stand,,,
382 2146 49,72 74,stand,,,
381 2109 85,73 82 83 85 78,stand,,,
377 2600 85,70 76,stand,,,
393 2361 85,75 69 70,stand,,,
61 2172 85,68 78 85,stand,,,
146 1980 85,77 79 83 68 85 74,stand,,,
102 1682 85,78 80 83,stand,,,
251 1691 85,79 81 83 86 95,stand,,,
383 1829 85,80 82 83,stand,,,
384 1939 85,81 74 83 90,stand,,,
257 1906 85,74 80 79 82 78 85 81,stand,,,
299 2231 4,72 71,stand,,,
174 2099 85,77 68 74 78 83,stand,,,
343 1563 85,80 87,stand,,,
392 1388 84,86 88 108,stand,,,
565 1390 84,87 89 92 108,stand,,,
573 1631 84,88 90,stand,,,
570 1939 85,89 82 91,stand,,,
577 2043 85,90 276,stand,,,
575 1144 53,88 93 108 345,stand,,,
538 852 7,92 94 108 98 115,stand,,,
532 722 4,93 103 114 117 119,stand,,,
213 1602 84,80 96,stand,,,
82 1377 84,95 97 108,stand,,,
99 1097 45,96 98 108,stand,,,
110 826 4,97 99 93 108,stand,,,
133 547 4,98 100 103,stand,,,
276 277 4,99 101 102 104 110,stand,,,
56 88 4,100 104,stand,,,
592 397 4,100 107 104 103 106 119,stand,,,
412 527 4,99 94 102 113 119 104,stand,,,
500 105 4,100 105 102 101 110 103,stand,,,
791 130 4,104 106 107 120,stand,,,
901 293 4,105 107 102 120 121,stand,,,
826 492 4,106 102 118 119 105 117,stand,,,
361 1108 47,93 87 96 97 92 98 88,stand,,,
663 203 46,110 120,stand,,,
561 211 4,109 104 100,stand,,,
266 686 122,112,stand,,,
402 688 71,111 113 114 116,stand,,,
415 632 28,112 103,stand,,,
468 686 4,94 112,stand,,,
434 768 4,93 116,stand,,,
419 738 37,115 112,stand,,,
751 729 4,94 118 119 338 107 346,stand,,,
926 620 4,117 107 119 347 346,stand,,,
623 585 4,107 94 103 117 118 102,stand,,,
763 208 4,109 106 105,stand,,,
1047 288 5,106 122 132 133,stand,,,
1161 469 5,121 123 133 132 347,stand,,,
1445 457 5,122 124 133 135 130,stand,,,
1658 435 5,123 125 137 134 136 135,stand,,,
1948 459 5,124 126 137,stand,,,
1973 292 5,125 127 137 136 153,stand,,,
1965 104 5,126 128 137,stand,,,
1770 94 5,127 129,stand,,,
1735 168 5,128 130 134 136 147,stand,,,
1540 130 5,129 131 134 123,stand,,,
1386 98 5,130 132 133 135,stand,,,
1157 111 5,131 121 122 138,stand,,,
1286 287 5,121 131 134 122 123,stand,,,
1613 260 13,130 133 135 129 136 124,stand,,,
1467 332 11,123 134 124 131,stand,,,
1795 301 5,129 137 126 134 124,stand,,,
1896 398 5,136 126 125 124 127,stand,,,
1090 133 11,132 139,climb,,,
1090 135 217,138 140,climb,,,
1021 137 255,139 141,stand,,,
1027 274 255,140 142,stand,,,
1026 501 255,141 143,stand,,,
1284 447 257,142 144 152,stand,,,
1477 444 258,143 145,stand,,,
1691 483 256,144 146,stand,,,
1974 479 256,145,stand,,,
2010 161 128,129 148,stand,,,
2001 458 128,147 149,stand,,,
1747 462 128,148 150,stand,,,
1500 463 128,149 151,stand,,,
1380 507 146,150 152,climb,,,
1380 508 229,151 143,climb,,,
2135 261 4,126 154 165 164,stand,,,
2161 115 4,153 155,stand,,,
2378 157 4,154 156 164,stand,,,
2581 136 4,155 157 166 158,stand,,,
2810 147 4,156 158 166,stand,,,
2834 397 4,157 159 166 161 156,stand,,,
2835 541 4,158 160 161,stand,,,
2905 631 11,159 162 167,stand,,,
2706 579 4,159 162 166 158 164,stand,,,
2519 590 4,161 163 164 166 160 165 387,stand,,,
2477 823 4,162 168 169 191,stand,,,
2372 379 4,155 165 162 166 161 153,stand,,,
2235 545 4,164 153 162 169 170,stand,,,
2673 347 4,156 161 164 158 157 162,stand,,,
2908 927 11,160 168 184,stand,,,
2723 962 11,167 163 189,stand,,,
2272 772 4,163 165 191 171 170 192 172,stand,,,
2093 631 4,165 171 169 311 291,stand,,,
2086 783 4,170 172 169 291,stand,,,
2113 933 4,171 173 169 192,stand,,,
2089 1270 4,172 174 192 297,stand,,,
2089 1591 4,173 175,stand,,,
2131 1757 4,174 176 296 193 194 314,stand,,,
2252 2012 4,175 177 317 193 314,stand,,,
2376 1993 4,176 178 263 194,stand,,,
2588 1989 4,177 179 197 195 188 198 194,stand,,,
2798 1999 4,178 180 182,stand,,,
2971 1920 4,179 181 182,stand,,,
3188 1953 6,180 182,stand,,,
2883 1794 4,180 183 195 196 179 181,stand,,,
2900 1576 11,182 184 187,stand,,,
2901 1164 15,183 167 185,stand,,,
2746 1173 15,184 186 189,stand,,,
2746 1348 15,185 187,stand,,,
2745 1523 15,186 183 188 196,stand,,,
2550 1529 4,187 190 197 178 193,stand,,,
2515 1177 4,190 185 191 168,stand,,,
2491 1356 4,189 188 193,stand,,,
2392 1009 4,189 163 169 192,stand,,,
2231 1039 4,169 191 172 173,stand,,,
2401 1678 4,190 194 175 188 176,stand,,,
2446 1829 4,193 195 177 178 175,stand,,,
2738 1807 4,194 196 197 182 178,stand,,,
2742 1637 11,195 187 182,stand,,,
2612 1673 11,188 195 178,stand,,,
2588 2113 6,199 203 178,stand,,,
2524 2295 6,198 200 203,stand,,,
2489 2480 6,199 201 262,stand,,,
2719 2567 6,200 202 204,stand,,,
2753 2375 6,201 203,stand,,,
2769 2097 6,202 198 199,stand,,,
2711 2728 5,201 205 208,stand,,,
2787 2802 4,204 206,stand,,,
2778 3163 12,205 207 210,stand,,,
2611 3239 25,206 210 211,stand,,,
2521 2784 20,204 209 266,stand,,,
2501 2980 14,208 210 265 266,stand,,,
2469 3108 10,209 207 206 211 221,stand,,,
2424 3325 4,207 210 212 216 221,stand,,,
2390 3482 4,213 214 211 216,stand,,,
2321 3596 4,212 14 214 215,stand,,,
2451 3662 4,213 215 212,stand,,,
2399 3868 4,214 213,stand,,,
2301 3383 4,212 211 217 221,stand,,,
2094 3345 6,216 218 222 224,stand,,,
2076 3478 52,217 219,stand,,,
1951 3450 52,218 13 220,stand,,,
1785 3446 52,219,stand,,,
2288 3233 4,211 216 223 210,stand,,,
2081 3160 4,217 223 228 247,stand,,,
2235 3089 4,222 221 265 258 247,stand,,,
1971 3292 9,217 225 228,stand,,,
1820 3271 14,224 226 228,stand,,,
1692 3146 4,225 227 228,stand,,,
1650 3043 4,226 228 229 230 25,stand,,,
1862 3090 4,226 225 224 222 227 229 247 257,stand,,,
1772 2974 4,227 228 230 231 257,stand,,,
1554 2948 4,227 229 242 267 25,stand,,,
1764 2830 17,229 232,stand,,,
1750 2519 39,231 233,stand,,,
1768 2454 4,232 234 255,stand,,,
1662 2447 4,233 235 253,stand,,,
1592 2428 41,234 236,stand,,,
1394 2349 41,235 237 254,stand,,,
1287 2337 4,236 238 243 245,stand,,,
1197 2339 41,237 239,stand,,,
1042 2306 4,238 240 244 246 275 277,stand,,,
1077 2019 4,239 241 246 276 342,stand,,,
1056 1851 10,240 279,stand,,,
1529 2697 4,230 243 267,stand,,,
1299 2544 4,242 237 244,stand,,,
1080 2557 4,243 239 268 267 277 269,stand,,,
1295 2252 4,237 246 278 324,stand,,,
1189 2268 10,245 240 239,stand,,,
1941 2919 4,228 248 257 258 223 222,stand,,,
1958 2683 12,247 249,stand,,,
1960 2448 10,248 250 255,stand,,,
2113 2456 5,249 251 260 264,stand,,,
2183 2347 4,250 252 263 264,stand,,,
1886 2339 12,251 253,stand,,,
1674 2361 4,252 254 254 316 234,stand,,,
1600 2361 41,253 236 253,stand,,,
1854 2435 4,233 256 249,stand,,,
1854 2692 4,255 257,stand,,,
1862 2920 4,256 229 228 247,stand,,,
2113 2894 4,247 259 223 261,stand,,,
2098 2683 12,258 260 261 264,stand,,,
2061 2578 9,259 250,stand,,,
2217 2733 24,259 262 265 258 266 264,stand,,,
2373 2511 4,261 200 264 263,stand,,,
2374 2258 4,177 251 262 264,stand,,,
2204 2541 27,250 262 263 259 251 261,stand,,,
2283 2916 4,261 209 223 266,stand,,,
2395 2753 10,261 208 265 209,stand,,,
1321 2809 4,230 242 36 244,stand,,,
1014 2798 48,36 269 271 38 244,stand,,,
685 2608 33,268 270 271 273 277 244,stand,,,
403 2692 63,269 39,stand,,,
738 2790 48,39 269 38 268,stand,,,
617 2225 4,71 273 274 277,stand,,,
622 2457 12,272 269 277,stand,,,
737 2150 4,272 275,stand,,,
853 2162 4,274 276 277 239,stand,,,
857 2049 4,275 91 240 335 342,stand,,,
842 2408 4,275 273 244 272 269 239,stand,,,
1246 2070 12,245 279,stand,,,
1167 1847 4,278 241 280,stand,,,
1172 1812 41,279 281,stand,,,
1125 1539 41,280 282,stand,,,
1141 1146 41,281 283,stand,,,
1156 981 4,282 284 339 346,stand,,,
1275 979 14,283 285 329 330 312 346,stand,,,
1310 826 4,284 286 288,stand,,,
1437 828 12,285 287,stand,,,
1658 825 12,286,stand,,,
1293 708 4,285 289 347 346,stand,,,
1513 671 4,288 290 347,stand,,,
1779 649 4,289 291 310 291 311,stand,,,
1900 804 4,290 292 310 171 311 290 170,stand,,,
1942 1002 26,291 293,stand,,,
1943 1201 39,292 294 297,climb,,,
1952 1341 44,293 295 297,climb,,,
1922 1512 26,294 296,stand,,,
1920 1792 4,295 313 175 314 318 315,stand,,,
1907 1272 4,173 293 294 298,stand,,,
1778 1271 11,297 312 299 329,stand,,,
1763 1515 38,300 298 313 326,climb,,,
1806 1515 137,299 301,climb,,,
1893 1524 169,300 302 373,crouch,,,
1921 1369 187,301 303 348,climb,,,
1921 1176 183,302 304,climb,,,
1920 1074 176,305 303,crouch,,,
1925 864 161,304 306,stand,,,
1881 854 156,305 307,climb,,,
1700 840 124,306 308,climb,,,
1615 815 124,307 309,stand,,,
1487 813 124,308,stand,,,
1760 773 4,290 291 312,stand,,,
1920 594 4,291 290 170,stand,,,
1756 957 14,310 298 329 331 284,stand,,,
1729 1775 4,299 296 318 325,stand,,,
2090 1954 4,175 315 296 176 318,stand,,,
1926 2166 4,314 316 317 318 296,stand,,,
1661 2192 4,315 253 324 321,stand,,,
2118 2139 4,315 176 318,stand,,,
1791 1924 4,296 315 317 313 319 314,stand,,,
1696 1921 25,318 320 325,crouch,,,
1643 1965 34,319 321,crouch,,,
1568 2034 4,320 322 316 324,crouch,,,
1406 1868 4,321 323 334,stand,,,
1347 2029 4,322 324 334,stand,,,
1423 2214 4,323 245 316 321,stand,,,
1580 1706 21,319 326 313,stand,,,
1542 1522 39,325 299 327 333,crouch,,,
1336 1571 22,326 328 330 334,crouch,,,
1405 1327 65,327 329 330,stand,,,
1481 1066 22,328 312 298 284 331,stand,,,
1300 1219 37,284 328 327,stand,,,
1548 1187 43,329 332 312,crouch,,,
1543 1334 62,331 333,crouch,,,
1543 1493 62,332 326,crouch,,,
1272 1762 7,327 322 323,stand,,,
714 1881 4,276 336,stand,,,
719 1567 4,335 337 341,stand,,,
743 1273 4,336 338 340,stand,,,
753 954 4,337 117,stand,,,
943 1022 4,283 340 346,stand,,,
846 1169 4,339 341 337 343,stand,,,
954 1516 4,340 342 336,stand,,,
962 1825 4,341 276 240,stand,,,
728 1155 4,340 344,stand,,,
702 1155 66,343 345,stand,,,
655 1156 109,344 92,stand,,,
1082 790 4,347 118 117 283 284 339 288,stand,,,
1172 598 4,346 122 288 118 289,stand,,,
1976 1358 177,302 349,climb,,,
2127 1345 94,348 350,crouch,,,
2274 1295 112,349 351,stand,,,
2495 1352 95,350 352,climb,,,
2669 1399 112,351 353,climb,,,
2822 1391 112,352,climb,,,
1158 2412 185,355,stand,,,
1219 2412 185,354 356,climb,,,
1373 2396 186,355 357 374,climb,,,
1465 2394 186,356 358,stand,,,
1589 2405 185,357 359,climb,,,
1687 2519 183,358 360,climb,,,
1693 2655 174,359 361,stand,,,
1739 2818 161,360 362,climb,,,
1905 2810 124,361 363,climb,,,
1977 2739 124,362 364,stand,,,
1966 2578 124,363 365,stand,,,
1974 2518 124,364 366,climb,,,
1992 2396 124,365 367,climb,,,
1944 2328 124,366 368 384,stand,,,
1748 2339 124,367 369,climb,,,
1627 2273 147,368 370,climb,,,
1639 2229 147,369 371,stand,,,
1649 1983 147,370 372 383,stand,,,
1671 1724 147,371 373,climb,,,
1848 1677 138,372 301,climb,,,
1306 2186 124,356 375,climb,,,
1261 2090 124,374 376 381,stand,,,
1201 1876 124,375 377,climb,,,
1167 1814 179,376 378,climb,,,
1168 1761 179,377 379,stand,,,
1129 1492 185,378 380,stand,,,
1119 1110 186,379,stand,,,
1259 1978 124,375 382,climb,,,
1346 1968 147,381 383,climb,,,
1400 1973 147,382 371,stand,,,
2067 2290 126,367 385,stand,,,
2167 2243 84,384 386,stand,,,
2262 2179 40,385,stand,,,
2369 586 4,162 388,stand,,,
2362 620 38,387 389,stand,,,
2416 691 88,388 390,stand,,,
2261 543 88,389,stand,,,
1 391
2 1562 3790 52,1 11 12 17 11,stand,,,
3 1447 3817 52,0 2 18,stand,,,
4 1438 3563 181,1 3 8,stand,,,
5 1796 3554 181,2 4 7,stand,,,
6 1885 3710 181,3 5 6 7,stand,,,
7 1941 3573 181,4 6,stand,,,
8 1952 3827 181,4 7 5,stand,,,
9 1825 3835 181,6 4 3,stand,,,
10 1453 3464 181,2 9 10,stand,,,
11 1681 3349 181,8 10,stand,,,
12 1483 3278 181,9 8,stand,,,
13 1538 3581 52,0 0 17 12 19,stand,,,
14 1738 3643 52,0 13 16 11,stand,,,
15 1958 3591 52,12 14 15 16 17 219,stand,,,
16 2245 3599 52,13 15 16 213,stand,,,
17 2183 3800 52,14 16 13,stand,,,
18 1990 3760 52,15 17 12 14 13,stand,,,
19 1768 3814 52,16 18 0 11 13,stand,,,
20 1578 3867 52,17 1,stand,,,
21 1540 3451 52,11 20 22 21 23,stand,,,
22 1465 3301 52,19 21 22,stand,,,
23 1616 3280 52,20 22 19,stand,,,
24 1636 3435 52,21 19 20,stand,,,
25 1352 3461 55,19 24 25 33,stand,,,
26 1362 3679 52,23 26 33,stand,,,
27 1337 3120 37,23 36 35 33 227 230,stand,,,
28 859 3663 61,24 27 32 33 43,stand,,,
29 586 3659 50,26 28 42 43,stand,,,
30 261 3554 78,27 29 41 42 65,stand,,,
31 157 3214 84,28 30 40 65,stand,,,
32 193 2806 84,29 31 39 40,stand,,,
33 89 2685 84,30 67,stand,,,
34 867 3460 68,26 33 37 42,stand,,,
35 1171 3473 35,32 34 23 25 24 26,stand,,,
36 1073 3243 108,33 35 37,stand,,,
37 1107 3078 92,34 36 25 37,stand,,,
38 1236 2920 38,35 25 267 268 38,stand,,,
39 826 3189 77,32 35 34 38,stand,,,
40 792 2975 72,37 39 271 268 36,stand,,,
41 512 2939 64,38 30 40 270 271,stand,,,
42 319 3039 72,39 29 30 41,stand,,,
43 331 3299 71,40 28,stand,,,
44 502 3511 53,32 28 27,stand,,,
45 735 3563 71,27 26 44,climb,,,
46 732 3565 174,43 45,climb,,,
47 730 3497 189,44 46 50,stand,,,
48 777 3269 189,45 47,stand,,,
49 683 3034 189,46 48,stand,,,
50 443 3052 191,47 49,stand,,,
51 371 3254 191,48 50 66,stand,,,
52 527 3460 191,49 45 51,stand,,,
53 584 3406 197,50 52,climb,,,
54 584 3406 301,51 53 58 64,climb,,,
55 584 3352 341,52 54 55 56,stand,,,
56 463 3226 341,53,stand,,,
57 572 3197 341,53,stand,,,
58 665 3293 341,53 57,stand,,,
59 667 3229 425,56,crouch,,,
60 512 3407 267,52 59,crouch,,,
61 416 3329 267,58 60,crouch,,,
62 438 3123 267,59 61,crouch,,,
63 571 3096 268,60 62,crouch,,,
64 703 3153 267,61 63,crouch,,,
65 710 3354 267,62 64,crouch,,,
66 655 3409 267,63 52,crouch,,,
67 257 3258 82,29 66 28,climb,,,
68 256 3254 172,65 49,climb,,,
69 95 2549 85,31 68 69,stand,,,
70 151 2360 85,67 69 77 78 85,stand,,,
71 254 2463 85,68 70 76 67,stand,,,
72 472 2449 85,69 71 75 76,stand,,,
73 481 2209 4,70 72 84 272,stand,,,
74 382 2162 4,71 73 84,stand,,,
75 382 2146 49,72 74,stand,,,
76 381 2109 85,73 82 83 85 78,stand,,,
77 377 2600 85,70 76,stand,,,
78 393 2361 85,75 69 70,stand,,,
79 61 2172 85,68 78 85,stand,,,
80 146 1980 85,77 79 83 68 85 74,stand,,,
81 102 1682 85,78 80 83,stand,,,
82 251 1691 85,79 81 83 86 95,stand,,,
83 383 1829 85,80 82 83,stand,,,
84 384 1939 85,81 74 83 90,stand,,,
85 257 1906 85,74 80 79 82 78 85 81,stand,,,
86 299 2231 4,72 71,stand,,,
87 174 2099 85,77 68 74 78 83,stand,,,
88 343 1563 85,80 87,stand,,,
89 392 1388 84,86 88 108,stand,,,
90 565 1390 84,87 89 92 108,stand,,,
91 573 1631 84,88 90,stand,,,
92 570 1939 85,89 82 91,stand,,,
93 577 2043 85,90 276,stand,,,
94 575 1144 53,88 93 108 345,stand,,,
95 538 852 7,92 94 108 98 115,stand,,,
96 532 722 4,93 103 114 117 119,stand,,,
97 213 1602 84,80 96,stand,,,
98 82 1377 84,95 97 108,stand,,,
99 99 1097 45,96 98 108,stand,,,
100 110 826 4,97 99 93 108,stand,,,
101 133 547 4,98 100 103,stand,,,
102 276 277 4,99 101 102 104 110,stand,,,
103 56 88 4,100 104,stand,,,
104 592 397 4,100 107 104 103 106 119,stand,,,
105 412 527 4,99 94 102 113 119 104,stand,,,
106 500 105 4,100 105 102 101 110 103,stand,,,
107 791 130 4,104 106 107 120,stand,,,
108 901 293 4,105 107 102 120 121,stand,,,
109 826 492 4,106 102 118 119 105 117,stand,,,
110 361 1108 47,93 87 96 97 92 98 88,stand,,,
111 663 203 46,110 120,stand,,,
112 561 211 4,109 104 100,stand,,,
113 266 686 122,112,stand,,,
114 402 688 71,111 113 114 116,stand,,,
115 415 632 28,112 103,stand,,,
116 468 686 4,94 112,stand,,,
117 434 768 4,93 116,stand,,,
118 419 738 37,115 112,stand,,,
119 751 729 4,94 118 119 338 107 346,stand,,,
120 926 620 4,117 107 119 347 346,stand,,,
121 623 585 4,107 94 103 117 118 102,stand,,,
122 763 208 4,109 106 105,stand,,,
123 1047 288 5,106 122 132 133,stand,,,
124 1161 469 5,121 123 133 132 347,stand,,,
125 1445 457 5,122 124 133 135 130,stand,,,
126 1658 435 5,123 125 137 134 136 135,stand,,,
127 1948 459 5,124 126 137,stand,,,
128 1973 292 5,125 127 137 136 153,stand,,,
129 1965 104 5,126 128 137,stand,,,
130 1770 94 5,127 129,stand,,,
131 1735 168 5,128 130 134 136 147,stand,,,
132 1540 130 5,129 131 134 123,stand,,,
133 1386 98 5,130 132 133 135,stand,,,
134 1157 111 5,131 121 122 138,stand,,,
135 1286 287 5,121 131 134 122 123,stand,,,
136 1613 260 13,130 133 135 129 136 124,stand,,,
137 1467 332 11,123 134 124 131,stand,,,
138 1795 301 5,129 137 126 134 124,stand,,,
139 1896 398 5,136 126 125 124 127,stand,,,
140 1090 133 11,132 139,climb,,,
141 1090 135 217,138 140,climb,,,
142 1021 137 255,139 141,stand,,,
143 1027 274 255,140 142,stand,,,
144 1026 501 255,141 143,stand,,,
145 1284 447 257,142 144 152,stand,,,
146 1477 444 258,143 145,stand,,,
147 1691 483 256,144 146,stand,,,
148 1974 479 256,145,stand,,,
149 2010 161 128,129 148,stand,,,
150 2001 458 128,147 149,stand,,,
151 1747 462 128,148 150,stand,,,
152 1500 463 128,149 151,stand,,,
153 1380 507 146,150 152,climb,,,
154 1380 508 229,151 143,climb,,,
155 2135 261 4,126 154 165 164,stand,,,
156 2161 115 4,153 155,stand,,,
157 2378 157 4,154 156 164,stand,,,
158 2581 136 4,155 157 166 158,stand,,,
159 2810 147 4,156 158 166,stand,,,
160 2834 397 4,157 159 166 161 156,stand,,,
161 2835 541 4,158 160 161,stand,,,
162 2905 631 11,159 162 167,stand,,,
163 2706 579 4,159 162 166 158 164,stand,,,
164 2519 590 4,161 163 164 166 160 165 387,stand,,,
165 2477 823 4,162 168 169 191,stand,,,
166 2372 379 4,155 165 162 166 161 153,stand,,,
167 2235 545 4,164 153 162 169 170,stand,,,
168 2673 347 4,156 161 164 158 157 162,stand,,,
169 2908 927 11,160 168 184,stand,,,
170 2723 962 11,167 163 189,stand,,,
171 2272 772 4,163 165 191 171 170 192 172,stand,,,
172 2093 631 4,165 171 169 311 291,stand,,,
173 2086 783 4,170 172 169 291,stand,,,
174 2113 933 4,171 173 169 192,stand,,,
175 2089 1270 4,172 174 192 297,stand,,,
176 2089 1591 4,173 175,stand,,,
177 2131 1757 4,174 176 296 193 194 314,stand,,,
178 2252 2012 4,175 177 317 193 314,stand,,,
179 2376 1993 4,176 178 263 194,stand,,,
180 2588 1989 4,177 179 197 195 188 198 194,stand,,,
181 2798 1999 4,178 180 182,stand,,,
182 2971 1920 4,179 181 182,stand,,,
183 3188 1953 6,180 182,stand,,,
184 2883 1794 4,180 183 195 196 179 181,stand,,,
185 2900 1576 11,182 184 187,stand,,,
186 2901 1164 15,183 167 185,stand,,,
187 2746 1173 15,184 186 189,stand,,,
188 2746 1348 15,185 187,stand,,,
189 2745 1523 15,186 183 188 196,stand,,,
190 2550 1529 4,187 190 197 178 193,stand,,,
191 2515 1177 4,190 185 191 168,stand,,,
192 2491 1356 4,189 188 193,stand,,,
193 2392 1009 4,189 163 169 192,stand,,,
194 2231 1039 4,169 191 172 173,stand,,,
195 2401 1678 4,190 194 175 188 176,stand,,,
196 2446 1829 4,193 195 177 178 175,stand,,,
197 2738 1807 4,194 196 197 182 178,stand,,,
198 2742 1637 11,195 187 182,stand,,,
199 2612 1673 11,188 195 178,stand,,,
200 2588 2113 6,199 203 178,stand,,,
201 2524 2295 6,198 200 203,stand,,,
202 2489 2480 6,199 201 262,stand,,,
203 2719 2567 6,200 202 204,stand,,,
204 2753 2375 6,201 203,stand,,,
205 2769 2097 6,202 198 199,stand,,,
206 2711 2728 5,201 205 208,stand,,,
207 2787 2802 4,204 206,stand,,,
208 2778 3163 12,205 207 210,stand,,,
209 2611 3239 25,206 210 211,stand,,,
210 2521 2784 20,204 209 266,stand,,,
211 2501 2980 14,208 210 265 266,stand,,,
212 2469 3108 10,209 207 206 211 221,stand,,,
213 2424 3325 4,207 210 212 216 221,stand,,,
214 2390 3482 4,213 214 211 216,stand,,,
215 2321 3596 4,212 14 214 215,stand,,,
216 2451 3662 4,213 215 212,stand,,,
217 2399 3868 4,214 213,stand,,,
218 2301 3383 4,212 211 217 221,stand,,,
219 2094 3345 6,216 218 222 224,stand,,,
220 2076 3478 52,217 219,stand,,,
221 1951 3450 52,218 13 220,stand,,,
222 1785 3446 52,219,stand,,,
223 2288 3233 4,211 216 223 210,stand,,,
224 2081 3160 4,217 223 228 247,stand,,,
225 2235 3089 4,222 221 265 258 247,stand,,,
226 1971 3292 9,217 225 228,stand,,,
227 1820 3271 14,224 226 228,stand,,,
228 1692 3146 4,225 227 228,stand,,,
229 1650 3043 4,226 228 229 230 25,stand,,,
230 1862 3090 4,226 225 224 222 227 229 247 257,stand,,,
231 1772 2974 4,227 228 230 231 257,stand,,,
232 1554 2948 4,227 229 242 267 25,stand,,,
233 1764 2830 17,229 232,stand,,,
234 1750 2519 39,231 233,stand,,,
235 1768 2454 4,232 234 255,stand,,,
236 1662 2447 4,233 235 253,stand,,,
237 1592 2428 41,234 236,stand,,,
238 1394 2349 41,235 237 254,stand,,,
239 1287 2337 4,236 238 243 245,stand,,,
240 1197 2339 41,237 239,stand,,,
241 1042 2306 4,238 240 244 246 275 277,stand,,,
242 1077 2019 4,239 241 246 276 342,stand,,,
243 1056 1851 10,240 279,stand,,,
244 1529 2697 4,230 243 267,stand,,,
245 1299 2544 4,242 237 244,stand,,,
246 1080 2557 4,243 239 268 267 277 269,stand,,,
247 1295 2252 4,237 246 278 324,stand,,,
248 1189 2268 10,245 240 239,stand,,,
249 1941 2919 4,228 248 257 258 223 222,stand,,,
250 1958 2683 12,247 249,stand,,,
251 1960 2448 10,248 250 255,stand,,,
252 2113 2456 5,249 251 260 264,stand,,,
253 2183 2347 4,250 252 263 264,stand,,,
254 1886 2339 12,251 253,stand,,,
255 1674 2361 4,252 254 254 316 234,stand,,,
256 1600 2361 41,253 236 253,stand,,,
257 1854 2435 4,233 256 249,stand,,,
258 1854 2692 4,255 257,stand,,,
259 1862 2920 4,256 229 228 247,stand,,,
260 2113 2894 4,247 259 223 261,stand,,,
261 2098 2683 12,258 260 261 264,stand,,,
262 2061 2578 9,259 250,stand,,,
263 2217 2733 24,259 262 265 258 266 264,stand,,,
264 2373 2511 4,261 200 264 263,stand,,,
265 2374 2258 4,177 251 262 264,stand,,,
266 2204 2541 27,250 262 263 259 251 261,stand,,,
267 2283 2916 4,261 209 223 266,stand,,,
268 2395 2753 10,261 208 265 209,stand,,,
269 1321 2809 4,230 242 36 244,stand,,,
270 1014 2798 48,36 269 271 38 244,stand,,,
271 685 2608 33,268 270 271 273 277 244,stand,,,
272 403 2692 63,269 39,stand,,,
273 738 2790 48,39 269 38 268,stand,,,
274 617 2225 4,71 273 274 277,stand,,,
275 622 2457 12,272 269 277,stand,,,
276 737 2150 4,272 275,stand,,,
277 853 2162 4,274 276 277 239,stand,,,
278 857 2049 4,275 91 240 335 342,stand,,,
279 842 2408 4,275 273 244 272 269 239,stand,,,
280 1246 2070 12,245 279,stand,,,
281 1167 1847 4,278 241 280,stand,,,
282 1172 1812 41,279 281,stand,,,
283 1125 1539 41,280 282,stand,,,
284 1141 1146 41,281 283,stand,,,
285 1156 981 4,282 284 339 346,stand,,,
286 1275 979 14,283 285 329 330 312 346,stand,,,
287 1310 826 4,284 286 288,stand,,,
288 1437 828 12,285 287,stand,,,
289 1658 825 12,286,stand,,,
290 1293 708 4,285 289 347 346,stand,,,
291 1513 671 4,288 290 347,stand,,,
292 1779 649 4,289 291 310 291 311,stand,,,
293 1900 804 4,290 292 310 171 311 290 170,stand,,,
294 1942 1002 26,291 293,stand,,,
295 1943 1201 39,292 294 297,climb,,,
296 1952 1341 44,293 295 297,climb,,,
297 1922 1512 26,294 296,stand,,,
298 1920 1792 4,295 313 175 314 318 315,stand,,,
299 1907 1272 4,173 293 294 298,stand,,,
300 1778 1271 11,297 312 299 329,stand,,,
301 1763 1515 38,300 298 313 326,climb,,,
302 1806 1515 137,299 301,climb,,,
303 1893 1524 169,300 302 373,crouch,,,
304 1921 1369 187,301 303 348,climb,,,
305 1921 1176 183,302 304,climb,,,
306 1920 1074 176,305 303,crouch,,,
307 1925 864 161,304 306,stand,,,
308 1881 854 156,305 307,climb,,,
309 1700 840 124,306 308,climb,,,
310 1615 815 124,307 309,stand,,,
311 1487 813 124,308,stand,,,
312 1760 773 4,290 291 312,stand,,,
313 1920 594 4,291 290 170,stand,,,
314 1756 957 14,310 298 329 331 284,stand,,,
315 1729 1775 4,299 296 318 325,stand,,,
316 2090 1954 4,175 315 296 176 318,stand,,,
317 1926 2166 4,314 316 317 318 296,stand,,,
318 1661 2192 4,315 253 324 321,stand,,,
319 2118 2139 4,315 176 318,stand,,,
320 1791 1924 4,296 315 317 313 319 314,stand,,,
321 1696 1921 25,318 320 325,crouch,,,
322 1643 1965 34,319 321,crouch,,,
323 1568 2034 4,320 322 316 324,crouch,,,
324 1406 1868 4,321 323 334,stand,,,
325 1347 2029 4,322 324 334,stand,,,
326 1423 2214 4,323 245 316 321,stand,,,
327 1580 1706 21,319 326 313,stand,,,
328 1542 1522 39,325 299 327 333,crouch,,,
329 1336 1571 22,326 328 330 334,crouch,,,
330 1405 1327 65,327 329 330,stand,,,
331 1481 1066 22,328 312 298 284 331,stand,,,
332 1300 1219 37,284 328 327,stand,,,
333 1548 1187 43,329 332 312,crouch,,,
334 1543 1334 62,331 333,crouch,,,
335 1543 1493 62,332 326,crouch,,,
336 1272 1762 7,327 322 323,stand,,,
337 714 1881 4,276 336,stand,,,
338 719 1567 4,335 337 341,stand,,,
339 743 1273 4,336 338 340,stand,,,
340 753 954 4,337 117,stand,,,
341 943 1022 4,283 340 346,stand,,,
342 846 1169 4,339 341 337 343,stand,,,
343 954 1516 4,340 342 336,stand,,,
344 962 1825 4,341 276 240,stand,,,
345 728 1155 4,340 344,stand,,,
346 702 1155 66,343 345,stand,,,
347 655 1156 109,344 92,stand,,,
348 1082 790 4,347 118 117 283 284 339 288,stand,,,
349 1172 598 4,346 122 288 118 289,stand,,,
350 1976 1358 177,302 349,climb,,,
351 2127 1345 94,348 350,crouch,,,
352 2274 1295 112,349 351,stand,,,
353 2495 1352 95,350 352,climb,,,
354 2669 1399 112,351 353,climb,,,
355 2822 1391 112,352,climb,,,
356 1158 2412 185,355,stand,,,
357 1219 2412 185,354 356,climb,,,
358 1373 2396 186,355 357 374,climb,,,
359 1465 2394 186,356 358,stand,,,
360 1589 2405 185,357 359,climb,,,
361 1687 2519 183,358 360,climb,,,
362 1693 2655 174,359 361,stand,,,
363 1739 2818 161,360 362,climb,,,
364 1905 2810 124,361 363,climb,,,
365 1977 2739 124,362 364,stand,,,
366 1966 2578 124,363 365,stand,,,
367 1974 2518 124,364 366,climb,,,
368 1992 2396 124,365 367,climb,,,
369 1944 2328 124,366 368 384,stand,,,
370 1748 2339 124,367 369,climb,,,
371 1627 2273 147,368 370,climb,,,
372 1639 2229 147,369 371,stand,,,
373 1649 1983 147,370 372 383,stand,,,
374 1671 1724 147,371 373,climb,,,
375 1848 1677 138,372 301,climb,,,
376 1306 2186 124,356 375,climb,,,
377 1261 2090 124,374 376 381,stand,,,
378 1201 1876 124,375 377,climb,,,
379 1167 1814 179,376 378,climb,,,
380 1168 1761 179,377 379,stand,,,
381 1129 1492 185,378 380,stand,,,
382 1119 1110 186,379,stand,,,
383 1259 1978 124,375 382,climb,,,
384 1346 1968 147,381 383,climb,,,
385 1400 1973 147,382 371,stand,,,
386 2067 2290 126,367 385,stand,,,
387 2167 2243 84,384 386,stand,,,
388 2262 2179 40,385,stand,,,
389 2369 586 4,162 388,stand,,,
390 2362 620 38,387 389,stand,,,
391 2416 691 88,388 390,stand,,,
392 2261 543 88,389,stand,,,

View File

@ -0,0 +1,447 @@
446
2962 -48 0,77 79 103 188,stand,,,
-1938 1104 0,15 31 32,stand,,,
2962 1488 0,140 141 147 148 149 152,stand,,,
2800 -1938 0,53 57,stand,,,
2898 464 528,123 124 118,stand,,,
2224 1986 0,154 155 156 182 180 364,stand,,,
-1930 -1584 0,21 22,stand,,,
-1922 464 528,273 274 373,stand,,,
338 -432 0,238 239 247 331 433 430 435,stand,,,
-824 1970 0,11 227 228 386,stand,,,
288 -1802 528,216 217,stand,,,
-1326 1903 0,9 12 34 230,stand,,,
-1554 2029 0,11 13 34 230,stand,,,
-2005 2026 0,12 14 226 16,stand,,,
-2032 1434 0,13 15 36,stand,,,
-2009 1218 0,14 1 32 36 33,stand,,,
-2022 285 0,17 28 27 32 35 13 20,stand,,,
-2032 -24 0,16 18 27 26 29,stand,,,
-2032 -544 0,17 19 25 421 420,stand,,,
-2027 -916 0,18 20 24 421 420,stand,,,
-2028 -1244 0,19 21 23 16 37,stand,,,
-2016 -1736 0,20 6 37 92,stand,,,
-1667 -1418 0,6 23 92,stand,,,
-1641 -1128 0,24 22 20 94 93,stand,,,
-1647 -911 0,23 25 19 241 333 436,stand,,,
-1604 -559 0,24 18 26 332 95 334 422,stand,,,
-1547 -51 0,25 28 17 29 29 334 333 422 436,stand,,,
-2003 44 0,17 16,climb,,,
-1652 312 0,16 26 30 30 331 332 436,stand,,,
-1644 -23 0,26 26 17 239 405,climb,,,
-1577 714 0,28 31 34 35 28 332 333,stand,,,
-1782 1072 0,30 1 33,stand,,,
-2005 1028 0,15 16 1 35 374,climb,,,
-1634 1088 0,31 34 230 15 315 375 237,climb,,,
-1570 1400 0,33 30 36 12 11 230 332,stand,,,
-1878 725 0,30 16 32,stand,,,
-1774 1415 0,15 34 14,stand,,,
-1978 -1925 0,21 38 20,stand,,,
-1863 -2032 0,37 39 45,stand,,,
-1642 -1991 0,38 40 92,stand,,,
-1395 -1969 0,39 42 93 94,stand,,,
-963 -2002 0,42 45,climb,,,
-1098 -1979 0,40 41 94,stand,,,
-351 -1991 96,44 46,climb,,,
-443 -2009 96,43 45 46,climb,,,
-462 -2010 0,44 41 38,climb,,,
-282 -2012 96,43 44 47,climb,,,
-260 -2010 0,46 48 346,climb,,,
-76 -1989 0,47 49 96 95,stand,,,
263 -1991 0,48 50,climb,,,
400 -1991 0,49 51 347,stand,,,
480 -1806 0,50 98 97 347,stand,,,
1992 -2023 0,57 100 102 337 350,stand,,,
2989 -1727 0,3 54,stand,,,
3003 -1511 0,53 55 56 58 60 79 391,stand,,,
2666 -1511 0,54 56 59 82 102 329,stand,,,
2589 -1744 0,57 55 54 82,stand,,,
2464 -1995 0,56 52 3 101,stand,,,
3039 -1062 0,54 59 61 62,stand,,,
2648 -1039 0,58 55 82 102,stand,,,
2908 -1448 0,54 61,climb,,,
2911 -1116 0,60 58,climb,,,
3030 -914 0,58 63 70,climb,,,
3023 -737 0,62 64 76,climb,,,
3007 -737 40,63 74 75 72 84,climb,,,
3010 -539 1288,66 71 70 76,climb,,,
2865 -351 1288,65 67 69 71 201,climb,,,
2637 -266 1288,66 68 69 70 71,stand,,,
2310 -453 1272,67,stand,,,
2629 -1009 1288,67 70 66,stand,,,
3020 -865 1288,69 67 65 62,climb,,,
2975 -271 1288,65 66 67,stand,,,
2649 -681 40,73 75 64 80 81 84,stand,,,
2658 -960 40,72 74 441,stand,,,
2826 -975 40,73 64,stand,,,
2747 -469 40,64 72 438,stand,,,
3025 -522 0,65 63 79,climb,,,
2654 -24 0,0 78 188 189 329 401,climb,,,
2572 -218 0,77 79 80 189 364,stand,,,
3039 -225 0,76 78 0 103 54 151,stand,,,
2476 -578 0,78 72 81 328 329 441,stand,,,
2322 -725 0,80 82 100 329 102 72 365,stand,,,
2437 -1000 0,81 59 55 56 252 404,stand,,,
2949 -323 40,84 438,stand,,,
2952 -652 40,64 83 72,stand,,,
2849 -316 264,86 443,stand,,,
2963 -424 264,85 425 87,stand,,,
2810 -988 264,88 425 86,stand,,,
2655 -998 264,87 442,stand,,,
2842 -947 569,90 115 203 426,stand,,,
2839 -1086 636,89 91 109,stand,,,
2763 -1206 620,90 108 109,stand,,,
-1725 -1679 0,21 39 22 93,stand,,,
-1430 -1625 0,92 40 94 23,stand,,,
-1190 -1428 0,42 40 93 23 95 331,stand,,,
-187 -1480 0,94 96 48 239 331 25,stand,,,
180 -1541 0,95 48 97 239 254,stand,,,
365 -1551 0,96 98 51 240,stand,,,
605 -1535 0,97 51 99 254 239,stand,,,
885 -1576 0,98 100 102 253 253 254 346,stand,,,
1462 -1806 0,52 101 99 81 253 346 102 329 350,stand,,,
2260 -1870 0,57 100 102,stand,,,
1867 -1593 0,99 52 55 59 329 101 337 100 81 365,stand,,,
3023 37 0,79 0 104 133 134,climb,,,
3020 38 528,103 105,climb,,,
2894 34 528,104 106 116 125,stand,,,
2893 -282 568,105 107 113,stand,,,
2901 -353 568,106 114 115 190,climb,,,
2718 -1435 636,91 109,stand,,,
2859 -1300 636,108 90 91 110,stand,,,
3104 -1296 576,109 224 205,stand,,,
2627 -671 568,112 115 203,stand,,,
2624 -477 568,111 113 114,stand,,,
2624 -274 568,112 106,stand,,,
2844 -444 568,107 115 112,stand,,,
2845 -642 568,114 111 89 107,stand,,,
2719 26 528,105 117 401,stand,,,
2655 160 528,116 118 124 401,stand,,,
2651 491 528,117 119 4,stand,,,
2658 810 528,118 120 126,stand,,,
2654 1001 528,119 121 128 145,stand,,,
2816 983 528,120 122 126 145,stand,,,
2949 925 528,121 123 126 127 128,stand,,,
2977 548 528,122 4 125,stand,,,
2832 332 528,4 117 126 125,stand,,,
2954 207 531,105 123 124 205,stand,,,
2857 796 528,122 121 124 119,stand,,,
3090 918 576,122 205 167,stand,,,
3012 1020 528,120 122 129,climb,,,
3019 1016 0,128 130 149 140,climb,,,
3008 888 0,129 131 139,stand,,,
2932 716 0,130 132 137 139,stand,,,
2996 457 0,131 133 135,stand,,,
3021 296 0,132 103 134,stand,,,
2945 163 0,103 133 368 188,stand,,,
2708 469 0,132 136 188 189 326 364,stand,,,
2633 651 0,135 137 138 177,stand,,,
2794 659 0,136 131,stand,,,
2607 825 0,136 139 143 364,stand,,,
2772 928 0,138 130 131 140 144,stand,,,
2945 1169 0,139 2 142 129,stand,,,
2722 1356 0,142 144 2 364,stand,,,
2664 1094 0,141 140 143 145,climb,,,
2558 1048 0,138 144 142 144 181 326 365,stand,,,
2559 1356 0,143 141 146 182 143 139 183,stand,,,
2663 1078 528,142 120 121,climb,,,
2506 1573 0,144 147 183,stand,,,
2629 1676 0,146 2 152 154 182 364,stand,,,
2956 1580 0,2 366,climb,,,
3040 1651 0,2 150 151 129 153,stand,,,
3023 1940 0,149 151 152 171,climb,,,
3049 2028 0,150 149 79 153 173,stand,,,
2856 1763 0,2 153 150 147,stand,,,
2806 1984 0,152 149 151 154,stand,,,
2608 1957 0,147 5 153,stand,,,
2409 1823 0,5 183,stand,,,
1956 2020 0,5 157 172 175,stand,,,
1908 1949 0,156 158 175 180,climb,,,
1932 1944 528,157 159 170 379,climb,,,
1932 1619 528,158 160 368 379,climb,,,
2127 1621 528,159 161,stand,,,
2391 1802 528,160 162 164 168 385,stand,,,
2674 1738 528,161 163,stand,,,
2678 1614 528,162 367,stand,,,
2563 1863 528,161 165 168,stand,,,
2891 1919 528,164 166 166 168 171,stand,,,
2966 1874 536,165 165 167 367,stand,,,
3094 1871 576,166 127 206,stand,,,
2403 1952 528,161 164 165 169,stand,,,
2152 1947 538,168 170 208,stand,,,
1982 1977 528,169 158,stand,,,
3002 1956 528,165 150,climb,,,
1645 2024 0,156 173 175 176,stand,,,
1548 2032 0,172 174 177 151 185,stand,,,
1354 1996 0,173 175 184 185,stand,,,
1768 1983 0,174 172 179 156 157,climb,,,
1530 1713 0,172 177 184 327,stand,,,
1627 1686 0,173 176 181 136 364 328 406,climb,,,
1858 1819 416,179 179 407,stand,,,
1816 1943 416,178 175 407 178,climb,,,
1962 1749 0,157 181 5 183,stand,,,
1857 1614 0,180 182 177 143 328 368 338,stand,,,
2128 1519 0,181 183 147 5 144,stand,,,
2408 1538 0,182 146 180 155 144,stand,,,
1336 1729 0,174 186 176 326 233,stand,,,
1145 1966 0,174 186 187 173,stand,,,
1011 1645 0,185 187 184 232 226 326 364 369,stand,,,
1094 1930 0,186 185 225 232,climb,,,
2842 42 0,135 77 0 134,stand,,,
2526 0 0,135 78 77 328,stand,,,
2880 -351 840,107 191 194,climb,,,
2655 -329 840,190 192,stand,,,
2657 -621 840,191 193 196,stand,,,
2734 -921 840,192 194 196 197,climb,,,
2942 -588 840,193 190 195,stand,,,
2983 -1000 840,194 196,stand,,,
2681 -1000 840,193 192 195,stand,,,
2771 -927 1032,193 198 200 202,climb,,,
2657 -607 1032,197 199,stand,,,
2669 -340 1032,198 202,stand,,,
2984 -639 1032,197 201,stand,,,
2898 -353 1032,200 202 66,climb,,,
2878 -428 1032,201 199 197,stand,,,
2614 -1008 568,204 89 111,stand,,,
2371 -761 552,203,stand,,,
3097 217 576,125 127 110,stand,,,
3094 2031 576,167 207,stand,,,
3050 2079 576,206 208,stand,,,
2161 2083 576,207 169 209,stand,,,
431 2076 576,208 271 355 356,stand,,,
355 652 528,211 312 323,stand,,,
343 265 528,210 212 264,stand,,,
358 -48 528,211 213 238 264 265,climb,,,
363 -768 528,212 214 257 260 256,climb,,,
363 -784 568,215 213,climb,,,
370 -1816 568,214 216,climb,,,
366 -1835 528,215 10 218,climb,,,
186 -1700 528,10 218,stand,,,
243 -1945 537,217 216 219,stand,,,
241 -2061 576,218 220 308 349,stand,,,
936 -2084 576,219 221 349,climb,,,
941 -2087 1120,220 222,climb,,,
1806 -2082 1120,221 223,climb,,,
1815 -2088 576,222 352 352 353,climb,,,
3090 -2056 576,110 353,stand,,,
809 1936 0,187 226 232 371,climb,,,
611 1998 0,225 186 361 232 362 362 13,stand,,,
-35 2032 0,9 231 361 362 386,stand,,,
-775 1719 0,9 229,climb,,,
-862 1516 0,228 230 231 332 334 410 315,stand,,,
-1225 1490 0,229 12 11 34 33 315,stand,,,
-34 1503 0,229 232 235 227 315 332 234 371,stand,,,
692 1655 0,231 186 225 315 233 187 226 326,stand,,,
724 1036 0,234 249 251 317 326 327 184 232 364,climb,,,
666 1111 0,233 318 231 369,climb,,,
300 1044 0,236 246 231 316 370 410,climb,,,
259 712 0,235 237 335 334,stand,,,
290 225 0,236 238 246 247 332 333 334 33 436 437,stand,,,
300 -31 35,237 8 212,climb,,,
245 -1150 0,8 96 240 98 95 331 29 252,stand,,,
292 -1019 0,97 239 241 255 436,climb,,,
343 -925 0,240 252 254 331 24 433 427,stand,,,
508 -39 152,243 423,stand,,,
508 -4 184,242 244,stand,,,
508 116 152,243 245,stand,,,
494 472 152,244 341 341 342,stand,,,
372 651 0,237 235 341,climb,,,
437 20 0,237 8 333 343,stand,,,
711 7 0,249 250 340 343,stand,,,
723 62 0,248 233 319,climb,,,
723 -43 0,248 320 330 337 327 395 344,climb,,,
593 836 0,233 327 342 343 369 395 393,climb,,,
670 -915 0,241 253 329 330 82 239 402 427 344,stand,,,
732 -1033 0,252 99 254 100 329 99 392,climb,,,
688 -1249 0,253 241 98 96 99 346,stand,,,
328 -1019 528,240 256,climb,,,
335 -753 528,255 213 260,stand,,,
565 -380 532,213 258 265,stand,,,
674 -1020 528,257 259 261 392,stand,,,
465 -1031 528,258 260,stand,,,
499 -771 528,259 213 256 261,stand,,,
683 -629 528,260 258 320,stand,,,
684 623 528,269 319 324,stand,,,
423 986 528,312 316 317 318 354 323,climb,,,
472 198 528,212 211 270 325,stand,,,
531 -206 528,212 257 266,stand,,,
584 -124 528,265 267,climb,,,
600 -124 568,266 268 321,climb,,,
629 578 568,267 269 322,climb,,,
631 630 528,268 262 270,climb,,,
566 612 528,264 324 269 325,stand,,,
-2088 2077 576,209 272,stand,,,
-2069 949 576,271 273 445,stand,,,
-1932 950 532,272 7 374 375,stand,,,
-1965 138 545,7 275 276,stand,,,
-2081 145 576,274 280 445,stand,,,
-1906 2 530,274 277 372,stand,,,
-1898 -139 579,276 278 279,stand,,,
-1703 -309 576,277 279,stand,,,
-1989 -399 576,278 277,stand,,,
-2066 -422 576,275 306 415,climb,,,
-2054 -422 840,282 305,climb,,,
-1869 59 840,281 283 284,stand,,,
-1954 255 840,282 301 302 305,stand,,,
-1830 147 840,282 285,climb,,,
-1844 149 1032,284 286,climb,,,
-1998 -423 1032,285,climb,,,
-1987 -429 1288,288,climb,,,
-1714 -501 1288,287 289 290,stand,,,
-1401 -323 1272,288,stand,,,
-1730 279 1288,288 291 292,stand,,,
-1411 454 1272,290,stand,,,
-1988 353 1288,290 293,climb,,,
-1993 356 1032,292 294 297 298,climb,,,
-1911 677 1032,293 295 296 297,stand,,,
-1859 936 1032,294 296 299 300,climb,,,
-2022 786 1032,295 294 297,stand,,,
-2080 603 1032,296 293 294,stand,,,
-1749 287 1032,293 299,stand,,,
-1752 756 1032,298 295,stand,,,
-1830 931 840,295 301 304,climb,,,
-2048 359 840,300 283 302 445,climb,,,
-1911 320 840,283 303 301,stand,,,
-1736 290 840,304 302,stand,,,
-1744 613 840,303 300,stand,,,
-2080 181 840,283 281,stand,,,
-2065 -1623 576,280 307 415,stand,,,
-2077 -2055 576,306 308,stand,,,
-733 -2048 576,307 309 219,stand,,,
-733 -1886 532,308 310 311,stand,,,
-260 -1605 482,309 311,stand,,,
-965 -1536 470,310 309,stand,,,
313 823 528,263 210 313 323,stand,,,
15 841 416,312 314 336,stand,,,
-84 898 416,313 315,climb,,,
-99 892 0,314 231 33 232 332 334 230 229,climb,,,
329 1044 528,235 263 323,climb,,,
700 1045 528,233 263 318,climb,,,
665 1069 528,234 317 263 324 390,climb,,,
711 72 528,262 249 322,climb,,,
704 -42 528,250 261 321,climb,,,
667 -40 568,320 267 322,climb,,,
663 59 568,319 321 268,climb,,,
440 681 528,210 316 325 312 263,stand,,,
651 694 528,318 270 262,stand,,,
446 591 528,270 323 264,stand,,,
1371 760 0,135 233 328 186 184 143 338 232,stand,,,
802 759 0,233 176 250 251 371,stand,,,
1487 550 0,181 326 329 80 189 365 364 177 394,stand,,,
1440 -895 0,328 252 102 81 253 77 55 365 346 100 402 80,stand,,,
865 -335 0,252 250 403 344,stand,,,
36 -427 0,94 8 241 28 332 95 334 239,stand,,,
-483 790 0,237 229 315 25 231 331 30 371 28 34 335,stand,,,
248 1 36,247 237 24 26 30,stand,,,
-77 368 0,237 335 236 315 331 25 26 229,stand,,,
48 667 0,334 336 236 332,climb,,,
56 687 416,335 313,climb,,,
787 -787 0,102 250 52 340 344 402,stand,,,
1079 894 0,326 339 364 181,stand,,,
792 660 0,338 340,stand,,,
790 170 0,339 248 337 393 369 437,stand,,,
378 654 152,246 245 342 245,climb,,,
580 834 152,251 341 245,climb,,,
612 7 0,251 247 248 344,stand,,,
642 -269 0,343 337 252 250 330 439,stand,,,
983 -2060 0,346 348,climb,,,
1001 -2012 0,345 347 99 254 350 47 100 329 391,stand,,,
592 -2019 0,51 50 346,stand,,,
973 -2059 576,345 349,climb,,,
892 -2071 576,348 220 219,stand,,,
1731 -2014 0,346 351 100 52 365,stand,,,
1767 -2064 0,350 352,climb,,,
1773 -2064 576,351 223 223 353,climb,,,
2486 -2069 576,224 223 352,stand,,,
422 1024 568,263 355 356 411,climb,,,
381 1820 568,354 209 357 411,climb,,,
440 1490 568,209 354 411,stand,,,
353 1827 528,355 408,climb,,,
288 1872 312,359 408,climb,,,
99 1937 312,358 360 363 409,stand,,,
81 1661 312,359,stand,,,
86 1999 0,227 226 409,climb,,,
564 1999 0,226 226 227 363,climb,,,
563 1995 312,362 359,climb,,,
1876 974 0,186 135 177 78 233 141 338 5 328 147 138,stand,,,
1539 -41 0,81 328 102 329 143 350 400 404,stand,,,
2954 1585 528,148 367,climb,,,
2931 1635 528,366 163 166,stand,,,
1912 1633 0,159 181 134,climb,,,
587 1115 0,234 251 370 186 371 395 340,stand,,,
262 913 0,369 235,stand,,,
406 1227 0,369 327 231 225 332 410,stand,,,
-1749 71 528,276 373 376 405,stand,,,
-1763 362 528,7 372,stand,,,
-1996 1047 528,273 32,climb,,,
-1636 1076 528,33 273 377,climb,,,
-1621 293 528,372 377,stand,,,
-1633 464 528,375 376,stand,,,
1940 1652 632,379 380,climb,,,
1932 1656 528,378 159 158,climb,,,
2077 1678 632,378 381 385,climb,,,
2035 1839 641,380 382,stand,,,
2034 2048 720,381 383 384,stand,,,
2985 2064 720,382,stand,,,
1667 2072 720,382,stand,,,
2083 1660 528,380 161,climb,,,
-487 1943 0,9 227 387,climb,,,
-495 1934 360,386 388 389,climb,,,
-709 1602 360,387 389,stand,,,
-118 1584 360,388 387,stand,,,
471 1059 528,411 318,climb,,,
2851 -2006 0,346 54,stand,,,
711 -1030 528,258 253,climb,,,
942 259 0,394 340 395 251,climb,,,
1318 368 0,328 393,stand,,,
784 -32 0,250 396 251 369 393,climb,,,
837 -32 40,395 397,climb,,,
960 -33 80,396 398,climb,,,
1259 -38 80,397 399,climb,,,
1407 -31 40,398 400,climb,,,
1468 -33 0,399 365,climb,,,
2653 -6 528,116 117 77,climb,,,
1075 -984 0,329 337 252,stand,,,
931 -363 0,404 330,stand,,,
1327 -328 0,403 365 82,stand,,,
-1646 0 528,372 29,climb,,,
1655 1690 416,407 177,climb,,,
1719 1754 416,406 179 178,climb,,,
311 1871 528,357 358,climb,,,
85 1982 312,359 361,climb,,,
287 1154 0,371 235 229,stand,,,
460 1064 568,390 356 355 354,climb,,,
-1789 -847 396,413 416,climb,,,
-1791 -872 440,412 414,climb,,,
-1984 -890 440,415 413,climb,,,
-2039 -887 576,414 306 280,climb,,,
-1844 -725 396,412 417,climb,,,
-1875 -720 288,416 418 419,climb,,,
-1998 -857 288,417 421,climb,,,
-1987 -602 288,417 420,climb,,,
-2008 -601 0,419 18 19,climb,,,
-2014 -857 0,418 19 18,climb,,,
-1149 -628 0,26 25 433,stand,,,
512 -177 152,242 429 432 440,stand,,,
2897 -926 264,425 426 444,climb,,,
2946 -927 264,424 87 86,stand,,,
2876 -926 572,89 424,climb,,,
533 -881 0,428 252 241 433,climb,,,
533 -870 152,427 440,climb,,,
405 -174 152,423 430,climb,,,
400 -178 0,429 8 435,climb,,,
597 -160 0,432 434,climb,,,
597 -165 177,431 423 440,climb,,,
375 -902 0,8 241 427 422 439,stand,,,
519 -143 0,431 435,stand,,,
361 -136 0,434 430 8 436,stand,,,
-879 -208 0,435 24 28 26 237 240,stand,,,
500 178 0,237 340,stand,,,
2715 -407 40,83 75,stand,,,
504 -533 8,344 433 440,climb,,,
506 -546 151,428 423 432 439,climb,,,
2581 -938 0,80 73 442,climb,,,
2627 -971 264,88 441 443,climb,,,
2696 -528 264,85 444 442,stand,,,
2861 -732 264,443 424,stand,,,
-2076.83 364.046 576.125,275 301 272,climb,-24.093 -6.52588 0,,
1 446
2 2962 -48 0,77 79 103 188,stand,,,
3 -1938 1104 0,15 31 32,stand,,,
4 2962 1488 0,140 141 147 148 149 152,stand,,,
5 2800 -1938 0,53 57,stand,,,
6 2898 464 528,123 124 118,stand,,,
7 2224 1986 0,154 155 156 182 180 364,stand,,,
8 -1930 -1584 0,21 22,stand,,,
9 -1922 464 528,273 274 373,stand,,,
10 338 -432 0,238 239 247 331 433 430 435,stand,,,
11 -824 1970 0,11 227 228 386,stand,,,
12 288 -1802 528,216 217,stand,,,
13 -1326 1903 0,9 12 34 230,stand,,,
14 -1554 2029 0,11 13 34 230,stand,,,
15 -2005 2026 0,12 14 226 16,stand,,,
16 -2032 1434 0,13 15 36,stand,,,
17 -2009 1218 0,14 1 32 36 33,stand,,,
18 -2022 285 0,17 28 27 32 35 13 20,stand,,,
19 -2032 -24 0,16 18 27 26 29,stand,,,
20 -2032 -544 0,17 19 25 421 420,stand,,,
21 -2027 -916 0,18 20 24 421 420,stand,,,
22 -2028 -1244 0,19 21 23 16 37,stand,,,
23 -2016 -1736 0,20 6 37 92,stand,,,
24 -1667 -1418 0,6 23 92,stand,,,
25 -1641 -1128 0,24 22 20 94 93,stand,,,
26 -1647 -911 0,23 25 19 241 333 436,stand,,,
27 -1604 -559 0,24 18 26 332 95 334 422,stand,,,
28 -1547 -51 0,25 28 17 29 29 334 333 422 436,stand,,,
29 -2003 44 0,17 16,climb,,,
30 -1652 312 0,16 26 30 30 331 332 436,stand,,,
31 -1644 -23 0,26 26 17 239 405,climb,,,
32 -1577 714 0,28 31 34 35 28 332 333,stand,,,
33 -1782 1072 0,30 1 33,stand,,,
34 -2005 1028 0,15 16 1 35 374,climb,,,
35 -1634 1088 0,31 34 230 15 315 375 237,climb,,,
36 -1570 1400 0,33 30 36 12 11 230 332,stand,,,
37 -1878 725 0,30 16 32,stand,,,
38 -1774 1415 0,15 34 14,stand,,,
39 -1978 -1925 0,21 38 20,stand,,,
40 -1863 -2032 0,37 39 45,stand,,,
41 -1642 -1991 0,38 40 92,stand,,,
42 -1395 -1969 0,39 42 93 94,stand,,,
43 -963 -2002 0,42 45,climb,,,
44 -1098 -1979 0,40 41 94,stand,,,
45 -351 -1991 96,44 46,climb,,,
46 -443 -2009 96,43 45 46,climb,,,
47 -462 -2010 0,44 41 38,climb,,,
48 -282 -2012 96,43 44 47,climb,,,
49 -260 -2010 0,46 48 346,climb,,,
50 -76 -1989 0,47 49 96 95,stand,,,
51 263 -1991 0,48 50,climb,,,
52 400 -1991 0,49 51 347,stand,,,
53 480 -1806 0,50 98 97 347,stand,,,
54 1992 -2023 0,57 100 102 337 350,stand,,,
55 2989 -1727 0,3 54,stand,,,
56 3003 -1511 0,53 55 56 58 60 79 391,stand,,,
57 2666 -1511 0,54 56 59 82 102 329,stand,,,
58 2589 -1744 0,57 55 54 82,stand,,,
59 2464 -1995 0,56 52 3 101,stand,,,
60 3039 -1062 0,54 59 61 62,stand,,,
61 2648 -1039 0,58 55 82 102,stand,,,
62 2908 -1448 0,54 61,climb,,,
63 2911 -1116 0,60 58,climb,,,
64 3030 -914 0,58 63 70,climb,,,
65 3023 -737 0,62 64 76,climb,,,
66 3007 -737 40,63 74 75 72 84,climb,,,
67 3010 -539 1288,66 71 70 76,climb,,,
68 2865 -351 1288,65 67 69 71 201,climb,,,
69 2637 -266 1288,66 68 69 70 71,stand,,,
70 2310 -453 1272,67,stand,,,
71 2629 -1009 1288,67 70 66,stand,,,
72 3020 -865 1288,69 67 65 62,climb,,,
73 2975 -271 1288,65 66 67,stand,,,
74 2649 -681 40,73 75 64 80 81 84,stand,,,
75 2658 -960 40,72 74 441,stand,,,
76 2826 -975 40,73 64,stand,,,
77 2747 -469 40,64 72 438,stand,,,
78 3025 -522 0,65 63 79,climb,,,
79 2654 -24 0,0 78 188 189 329 401,climb,,,
80 2572 -218 0,77 79 80 189 364,stand,,,
81 3039 -225 0,76 78 0 103 54 151,stand,,,
82 2476 -578 0,78 72 81 328 329 441,stand,,,
83 2322 -725 0,80 82 100 329 102 72 365,stand,,,
84 2437 -1000 0,81 59 55 56 252 404,stand,,,
85 2949 -323 40,84 438,stand,,,
86 2952 -652 40,64 83 72,stand,,,
87 2849 -316 264,86 443,stand,,,
88 2963 -424 264,85 425 87,stand,,,
89 2810 -988 264,88 425 86,stand,,,
90 2655 -998 264,87 442,stand,,,
91 2842 -947 569,90 115 203 426,stand,,,
92 2839 -1086 636,89 91 109,stand,,,
93 2763 -1206 620,90 108 109,stand,,,
94 -1725 -1679 0,21 39 22 93,stand,,,
95 -1430 -1625 0,92 40 94 23,stand,,,
96 -1190 -1428 0,42 40 93 23 95 331,stand,,,
97 -187 -1480 0,94 96 48 239 331 25,stand,,,
98 180 -1541 0,95 48 97 239 254,stand,,,
99 365 -1551 0,96 98 51 240,stand,,,
100 605 -1535 0,97 51 99 254 239,stand,,,
101 885 -1576 0,98 100 102 253 253 254 346,stand,,,
102 1462 -1806 0,52 101 99 81 253 346 102 329 350,stand,,,
103 2260 -1870 0,57 100 102,stand,,,
104 1867 -1593 0,99 52 55 59 329 101 337 100 81 365,stand,,,
105 3023 37 0,79 0 104 133 134,climb,,,
106 3020 38 528,103 105,climb,,,
107 2894 34 528,104 106 116 125,stand,,,
108 2893 -282 568,105 107 113,stand,,,
109 2901 -353 568,106 114 115 190,climb,,,
110 2718 -1435 636,91 109,stand,,,
111 2859 -1300 636,108 90 91 110,stand,,,
112 3104 -1296 576,109 224 205,stand,,,
113 2627 -671 568,112 115 203,stand,,,
114 2624 -477 568,111 113 114,stand,,,
115 2624 -274 568,112 106,stand,,,
116 2844 -444 568,107 115 112,stand,,,
117 2845 -642 568,114 111 89 107,stand,,,
118 2719 26 528,105 117 401,stand,,,
119 2655 160 528,116 118 124 401,stand,,,
120 2651 491 528,117 119 4,stand,,,
121 2658 810 528,118 120 126,stand,,,
122 2654 1001 528,119 121 128 145,stand,,,
123 2816 983 528,120 122 126 145,stand,,,
124 2949 925 528,121 123 126 127 128,stand,,,
125 2977 548 528,122 4 125,stand,,,
126 2832 332 528,4 117 126 125,stand,,,
127 2954 207 531,105 123 124 205,stand,,,
128 2857 796 528,122 121 124 119,stand,,,
129 3090 918 576,122 205 167,stand,,,
130 3012 1020 528,120 122 129,climb,,,
131 3019 1016 0,128 130 149 140,climb,,,
132 3008 888 0,129 131 139,stand,,,
133 2932 716 0,130 132 137 139,stand,,,
134 2996 457 0,131 133 135,stand,,,
135 3021 296 0,132 103 134,stand,,,
136 2945 163 0,103 133 368 188,stand,,,
137 2708 469 0,132 136 188 189 326 364,stand,,,
138 2633 651 0,135 137 138 177,stand,,,
139 2794 659 0,136 131,stand,,,
140 2607 825 0,136 139 143 364,stand,,,
141 2772 928 0,138 130 131 140 144,stand,,,
142 2945 1169 0,139 2 142 129,stand,,,
143 2722 1356 0,142 144 2 364,stand,,,
144 2664 1094 0,141 140 143 145,climb,,,
145 2558 1048 0,138 144 142 144 181 326 365,stand,,,
146 2559 1356 0,143 141 146 182 143 139 183,stand,,,
147 2663 1078 528,142 120 121,climb,,,
148 2506 1573 0,144 147 183,stand,,,
149 2629 1676 0,146 2 152 154 182 364,stand,,,
150 2956 1580 0,2 366,climb,,,
151 3040 1651 0,2 150 151 129 153,stand,,,
152 3023 1940 0,149 151 152 171,climb,,,
153 3049 2028 0,150 149 79 153 173,stand,,,
154 2856 1763 0,2 153 150 147,stand,,,
155 2806 1984 0,152 149 151 154,stand,,,
156 2608 1957 0,147 5 153,stand,,,
157 2409 1823 0,5 183,stand,,,
158 1956 2020 0,5 157 172 175,stand,,,
159 1908 1949 0,156 158 175 180,climb,,,
160 1932 1944 528,157 159 170 379,climb,,,
161 1932 1619 528,158 160 368 379,climb,,,
162 2127 1621 528,159 161,stand,,,
163 2391 1802 528,160 162 164 168 385,stand,,,
164 2674 1738 528,161 163,stand,,,
165 2678 1614 528,162 367,stand,,,
166 2563 1863 528,161 165 168,stand,,,
167 2891 1919 528,164 166 166 168 171,stand,,,
168 2966 1874 536,165 165 167 367,stand,,,
169 3094 1871 576,166 127 206,stand,,,
170 2403 1952 528,161 164 165 169,stand,,,
171 2152 1947 538,168 170 208,stand,,,
172 1982 1977 528,169 158,stand,,,
173 3002 1956 528,165 150,climb,,,
174 1645 2024 0,156 173 175 176,stand,,,
175 1548 2032 0,172 174 177 151 185,stand,,,
176 1354 1996 0,173 175 184 185,stand,,,
177 1768 1983 0,174 172 179 156 157,climb,,,
178 1530 1713 0,172 177 184 327,stand,,,
179 1627 1686 0,173 176 181 136 364 328 406,climb,,,
180 1858 1819 416,179 179 407,stand,,,
181 1816 1943 416,178 175 407 178,climb,,,
182 1962 1749 0,157 181 5 183,stand,,,
183 1857 1614 0,180 182 177 143 328 368 338,stand,,,
184 2128 1519 0,181 183 147 5 144,stand,,,
185 2408 1538 0,182 146 180 155 144,stand,,,
186 1336 1729 0,174 186 176 326 233,stand,,,
187 1145 1966 0,174 186 187 173,stand,,,
188 1011 1645 0,185 187 184 232 226 326 364 369,stand,,,
189 1094 1930 0,186 185 225 232,climb,,,
190 2842 42 0,135 77 0 134,stand,,,
191 2526 0 0,135 78 77 328,stand,,,
192 2880 -351 840,107 191 194,climb,,,
193 2655 -329 840,190 192,stand,,,
194 2657 -621 840,191 193 196,stand,,,
195 2734 -921 840,192 194 196 197,climb,,,
196 2942 -588 840,193 190 195,stand,,,
197 2983 -1000 840,194 196,stand,,,
198 2681 -1000 840,193 192 195,stand,,,
199 2771 -927 1032,193 198 200 202,climb,,,
200 2657 -607 1032,197 199,stand,,,
201 2669 -340 1032,198 202,stand,,,
202 2984 -639 1032,197 201,stand,,,
203 2898 -353 1032,200 202 66,climb,,,
204 2878 -428 1032,201 199 197,stand,,,
205 2614 -1008 568,204 89 111,stand,,,
206 2371 -761 552,203,stand,,,
207 3097 217 576,125 127 110,stand,,,
208 3094 2031 576,167 207,stand,,,
209 3050 2079 576,206 208,stand,,,
210 2161 2083 576,207 169 209,stand,,,
211 431 2076 576,208 271 355 356,stand,,,
212 355 652 528,211 312 323,stand,,,
213 343 265 528,210 212 264,stand,,,
214 358 -48 528,211 213 238 264 265,climb,,,
215 363 -768 528,212 214 257 260 256,climb,,,
216 363 -784 568,215 213,climb,,,
217 370 -1816 568,214 216,climb,,,
218 366 -1835 528,215 10 218,climb,,,
219 186 -1700 528,10 218,stand,,,
220 243 -1945 537,217 216 219,stand,,,
221 241 -2061 576,218 220 308 349,stand,,,
222 936 -2084 576,219 221 349,climb,,,
223 941 -2087 1120,220 222,climb,,,
224 1806 -2082 1120,221 223,climb,,,
225 1815 -2088 576,222 352 352 353,climb,,,
226 3090 -2056 576,110 353,stand,,,
227 809 1936 0,187 226 232 371,climb,,,
228 611 1998 0,225 186 361 232 362 362 13,stand,,,
229 -35 2032 0,9 231 361 362 386,stand,,,
230 -775 1719 0,9 229,climb,,,
231 -862 1516 0,228 230 231 332 334 410 315,stand,,,
232 -1225 1490 0,229 12 11 34 33 315,stand,,,
233 -34 1503 0,229 232 235 227 315 332 234 371,stand,,,
234 692 1655 0,231 186 225 315 233 187 226 326,stand,,,
235 724 1036 0,234 249 251 317 326 327 184 232 364,climb,,,
236 666 1111 0,233 318 231 369,climb,,,
237 300 1044 0,236 246 231 316 370 410,climb,,,
238 259 712 0,235 237 335 334,stand,,,
239 290 225 0,236 238 246 247 332 333 334 33 436 437,stand,,,
240 300 -31 35,237 8 212,climb,,,
241 245 -1150 0,8 96 240 98 95 331 29 252,stand,,,
242 292 -1019 0,97 239 241 255 436,climb,,,
243 343 -925 0,240 252 254 331 24 433 427,stand,,,
244 508 -39 152,243 423,stand,,,
245 508 -4 184,242 244,stand,,,
246 508 116 152,243 245,stand,,,
247 494 472 152,244 341 341 342,stand,,,
248 372 651 0,237 235 341,climb,,,
249 437 20 0,237 8 333 343,stand,,,
250 711 7 0,249 250 340 343,stand,,,
251 723 62 0,248 233 319,climb,,,
252 723 -43 0,248 320 330 337 327 395 344,climb,,,
253 593 836 0,233 327 342 343 369 395 393,climb,,,
254 670 -915 0,241 253 329 330 82 239 402 427 344,stand,,,
255 732 -1033 0,252 99 254 100 329 99 392,climb,,,
256 688 -1249 0,253 241 98 96 99 346,stand,,,
257 328 -1019 528,240 256,climb,,,
258 335 -753 528,255 213 260,stand,,,
259 565 -380 532,213 258 265,stand,,,
260 674 -1020 528,257 259 261 392,stand,,,
261 465 -1031 528,258 260,stand,,,
262 499 -771 528,259 213 256 261,stand,,,
263 683 -629 528,260 258 320,stand,,,
264 684 623 528,269 319 324,stand,,,
265 423 986 528,312 316 317 318 354 323,climb,,,
266 472 198 528,212 211 270 325,stand,,,
267 531 -206 528,212 257 266,stand,,,
268 584 -124 528,265 267,climb,,,
269 600 -124 568,266 268 321,climb,,,
270 629 578 568,267 269 322,climb,,,
271 631 630 528,268 262 270,climb,,,
272 566 612 528,264 324 269 325,stand,,,
273 -2088 2077 576,209 272,stand,,,
274 -2069 949 576,271 273 445,stand,,,
275 -1932 950 532,272 7 374 375,stand,,,
276 -1965 138 545,7 275 276,stand,,,
277 -2081 145 576,274 280 445,stand,,,
278 -1906 2 530,274 277 372,stand,,,
279 -1898 -139 579,276 278 279,stand,,,
280 -1703 -309 576,277 279,stand,,,
281 -1989 -399 576,278 277,stand,,,
282 -2066 -422 576,275 306 415,climb,,,
283 -2054 -422 840,282 305,climb,,,
284 -1869 59 840,281 283 284,stand,,,
285 -1954 255 840,282 301 302 305,stand,,,
286 -1830 147 840,282 285,climb,,,
287 -1844 149 1032,284 286,climb,,,
288 -1998 -423 1032,285,climb,,,
289 -1987 -429 1288,288,climb,,,
290 -1714 -501 1288,287 289 290,stand,,,
291 -1401 -323 1272,288,stand,,,
292 -1730 279 1288,288 291 292,stand,,,
293 -1411 454 1272,290,stand,,,
294 -1988 353 1288,290 293,climb,,,
295 -1993 356 1032,292 294 297 298,climb,,,
296 -1911 677 1032,293 295 296 297,stand,,,
297 -1859 936 1032,294 296 299 300,climb,,,
298 -2022 786 1032,295 294 297,stand,,,
299 -2080 603 1032,296 293 294,stand,,,
300 -1749 287 1032,293 299,stand,,,
301 -1752 756 1032,298 295,stand,,,
302 -1830 931 840,295 301 304,climb,,,
303 -2048 359 840,300 283 302 445,climb,,,
304 -1911 320 840,283 303 301,stand,,,
305 -1736 290 840,304 302,stand,,,
306 -1744 613 840,303 300,stand,,,
307 -2080 181 840,283 281,stand,,,
308 -2065 -1623 576,280 307 415,stand,,,
309 -2077 -2055 576,306 308,stand,,,
310 -733 -2048 576,307 309 219,stand,,,
311 -733 -1886 532,308 310 311,stand,,,
312 -260 -1605 482,309 311,stand,,,
313 -965 -1536 470,310 309,stand,,,
314 313 823 528,263 210 313 323,stand,,,
315 15 841 416,312 314 336,stand,,,
316 -84 898 416,313 315,climb,,,
317 -99 892 0,314 231 33 232 332 334 230 229,climb,,,
318 329 1044 528,235 263 323,climb,,,
319 700 1045 528,233 263 318,climb,,,
320 665 1069 528,234 317 263 324 390,climb,,,
321 711 72 528,262 249 322,climb,,,
322 704 -42 528,250 261 321,climb,,,
323 667 -40 568,320 267 322,climb,,,
324 663 59 568,319 321 268,climb,,,
325 440 681 528,210 316 325 312 263,stand,,,
326 651 694 528,318 270 262,stand,,,
327 446 591 528,270 323 264,stand,,,
328 1371 760 0,135 233 328 186 184 143 338 232,stand,,,
329 802 759 0,233 176 250 251 371,stand,,,
330 1487 550 0,181 326 329 80 189 365 364 177 394,stand,,,
331 1440 -895 0,328 252 102 81 253 77 55 365 346 100 402 80,stand,,,
332 865 -335 0,252 250 403 344,stand,,,
333 36 -427 0,94 8 241 28 332 95 334 239,stand,,,
334 -483 790 0,237 229 315 25 231 331 30 371 28 34 335,stand,,,
335 248 1 36,247 237 24 26 30,stand,,,
336 -77 368 0,237 335 236 315 331 25 26 229,stand,,,
337 48 667 0,334 336 236 332,climb,,,
338 56 687 416,335 313,climb,,,
339 787 -787 0,102 250 52 340 344 402,stand,,,
340 1079 894 0,326 339 364 181,stand,,,
341 792 660 0,338 340,stand,,,
342 790 170 0,339 248 337 393 369 437,stand,,,
343 378 654 152,246 245 342 245,climb,,,
344 580 834 152,251 341 245,climb,,,
345 612 7 0,251 247 248 344,stand,,,
346 642 -269 0,343 337 252 250 330 439,stand,,,
347 983 -2060 0,346 348,climb,,,
348 1001 -2012 0,345 347 99 254 350 47 100 329 391,stand,,,
349 592 -2019 0,51 50 346,stand,,,
350 973 -2059 576,345 349,climb,,,
351 892 -2071 576,348 220 219,stand,,,
352 1731 -2014 0,346 351 100 52 365,stand,,,
353 1767 -2064 0,350 352,climb,,,
354 1773 -2064 576,351 223 223 353,climb,,,
355 2486 -2069 576,224 223 352,stand,,,
356 422 1024 568,263 355 356 411,climb,,,
357 381 1820 568,354 209 357 411,climb,,,
358 440 1490 568,209 354 411,stand,,,
359 353 1827 528,355 408,climb,,,
360 288 1872 312,359 408,climb,,,
361 99 1937 312,358 360 363 409,stand,,,
362 81 1661 312,359,stand,,,
363 86 1999 0,227 226 409,climb,,,
364 564 1999 0,226 226 227 363,climb,,,
365 563 1995 312,362 359,climb,,,
366 1876 974 0,186 135 177 78 233 141 338 5 328 147 138,stand,,,
367 1539 -41 0,81 328 102 329 143 350 400 404,stand,,,
368 2954 1585 528,148 367,climb,,,
369 2931 1635 528,366 163 166,stand,,,
370 1912 1633 0,159 181 134,climb,,,
371 587 1115 0,234 251 370 186 371 395 340,stand,,,
372 262 913 0,369 235,stand,,,
373 406 1227 0,369 327 231 225 332 410,stand,,,
374 -1749 71 528,276 373 376 405,stand,,,
375 -1763 362 528,7 372,stand,,,
376 -1996 1047 528,273 32,climb,,,
377 -1636 1076 528,33 273 377,climb,,,
378 -1621 293 528,372 377,stand,,,
379 -1633 464 528,375 376,stand,,,
380 1940 1652 632,379 380,climb,,,
381 1932 1656 528,378 159 158,climb,,,
382 2077 1678 632,378 381 385,climb,,,
383 2035 1839 641,380 382,stand,,,
384 2034 2048 720,381 383 384,stand,,,
385 2985 2064 720,382,stand,,,
386 1667 2072 720,382,stand,,,
387 2083 1660 528,380 161,climb,,,
388 -487 1943 0,9 227 387,climb,,,
389 -495 1934 360,386 388 389,climb,,,
390 -709 1602 360,387 389,stand,,,
391 -118 1584 360,388 387,stand,,,
392 471 1059 528,411 318,climb,,,
393 2851 -2006 0,346 54,stand,,,
394 711 -1030 528,258 253,climb,,,
395 942 259 0,394 340 395 251,climb,,,
396 1318 368 0,328 393,stand,,,
397 784 -32 0,250 396 251 369 393,climb,,,
398 837 -32 40,395 397,climb,,,
399 960 -33 80,396 398,climb,,,
400 1259 -38 80,397 399,climb,,,
401 1407 -31 40,398 400,climb,,,
402 1468 -33 0,399 365,climb,,,
403 2653 -6 528,116 117 77,climb,,,
404 1075 -984 0,329 337 252,stand,,,
405 931 -363 0,404 330,stand,,,
406 1327 -328 0,403 365 82,stand,,,
407 -1646 0 528,372 29,climb,,,
408 1655 1690 416,407 177,climb,,,
409 1719 1754 416,406 179 178,climb,,,
410 311 1871 528,357 358,climb,,,
411 85 1982 312,359 361,climb,,,
412 287 1154 0,371 235 229,stand,,,
413 460 1064 568,390 356 355 354,climb,,,
414 -1789 -847 396,413 416,climb,,,
415 -1791 -872 440,412 414,climb,,,
416 -1984 -890 440,415 413,climb,,,
417 -2039 -887 576,414 306 280,climb,,,
418 -1844 -725 396,412 417,climb,,,
419 -1875 -720 288,416 418 419,climb,,,
420 -1998 -857 288,417 421,climb,,,
421 -1987 -602 288,417 420,climb,,,
422 -2008 -601 0,419 18 19,climb,,,
423 -2014 -857 0,418 19 18,climb,,,
424 -1149 -628 0,26 25 433,stand,,,
425 512 -177 152,242 429 432 440,stand,,,
426 2897 -926 264,425 426 444,climb,,,
427 2946 -927 264,424 87 86,stand,,,
428 2876 -926 572,89 424,climb,,,
429 533 -881 0,428 252 241 433,climb,,,
430 533 -870 152,427 440,climb,,,
431 405 -174 152,423 430,climb,,,
432 400 -178 0,429 8 435,climb,,,
433 597 -160 0,432 434,climb,,,
434 597 -165 177,431 423 440,climb,,,
435 375 -902 0,8 241 427 422 439,stand,,,
436 519 -143 0,431 435,stand,,,
437 361 -136 0,434 430 8 436,stand,,,
438 -879 -208 0,435 24 28 26 237 240,stand,,,
439 500 178 0,237 340,stand,,,
440 2715 -407 40,83 75,stand,,,
441 504 -533 8,344 433 440,climb,,,
442 506 -546 151,428 423 432 439,climb,,,
443 2581 -938 0,80 73 442,climb,,,
444 2627 -971 264,88 441 443,climb,,,
445 2696 -528 264,85 444 442,stand,,,
446 2861 -732 264,443 424,stand,,,
447 -2076.83 364.046 576.125,275 301 272,climb,-24.093 -6.52588 0,,

View File

@ -0,0 +1,558 @@
557
3558 -5671 8,1 169 361 170,stand,,,
3931 -5558 16,0 2 171 361,stand,,,
4330 -5514 16,1 3,stand,,,
4834 -5644 16,2 4 17,stand,,,
4867 -5217 8,3 5 17 11,stand,,,
5412 -5205 8,4 6 12 17 11,stand,,,
5601 -5021 8,5 7 8 10,stand,,,
5783 -4691 22,6,stand,,,
5392 -4724 22,6 9,stand,,,
5533 -4663 22,8,stand,,,
5357 -4876 16,6 11,stand,,,
4928 -4828 16,10 18 4 360 5,stand,,,
5636 -5359 8,5 13,stand,,,
5990 -5311 8,12 14,stand,,,
6019 -5648 16,13 15,stand,,,
5679 -5655 16,14 16,stand,,,
5373 -5686 16,15 17,stand,,,
5159 -5552 16,4 3 16 5,stand,,,
4763 -4068 8,19 11,stand,,,
5057 -3278 7,18 20,stand,,,
4929 -2621 0,19 21,stand,,,
4967 -2163 1,20 22 23 24,stand,,,
4678 -2040 16,21 23 338,stand,,,
4732 -2362 16,22 21,stand,,,
5074 -1429 9,21 25,stand,,,
4765 -1109 20,24 26,stand,,,
4642 -657 19,25 27 326,stand,,,
4688 -435 4,26 28 327,stand,,,
4812 -198 46,27 29,stand,,,
4795 218 112,28 30,stand,,,
4571 233 154,29 31,stand,,,
4579 508 154,30 32 33,stand,,,
4189 467 154,31 33 328,stand,,,
4209 705 196,32 34 31 36,stand,,,
4356 821 196,33 35,stand,,,
4602 762 196,34,stand,,,
4172 1037 196,33 37,stand,,,
4190 1634 148,36 38,stand,,,
4204 2253 58,37 39 524,stand,,,
4344 2447 58,38 40,stand,,,
4306 2852 16,39 41 525 526,stand,,,
4432 3148 16,40 42,stand,,,
4266 3207 16,41 43 527,stand,,,
4284 3619 16,42 44 45 527,stand,,,
4092 3910 16,43 45 46 527,stand,,,
4435 3894 16,44 43,stand,,,
4109 4138 14,44 47,stand,,,
3852 4466 14,46 48 527,stand,,,
3569 4535 7,47 49,stand,,,
3219 4630 10,48 50,stand,,,
2883 4612 9,49 51 552,stand,,,
2722 4658 51,50 52,stand,,,
2623 4657 18,51 53 518,stand,,,
2417 4671 48,52 54,stand,,,
2165 4700 30,53 55,stand,,,
1322 4701 30,54 56 59,stand,,,
1085 4686 16,55 57 60 59,stand,,,
1027 5088 16,56 58 59,stand,,,
977 5591 16,57,stand,,,
946 4876 16,57 55 56 62,stand,,,
998 4354 16,56 61,stand,,,
1107 4099 16,60 516 401 517 400,stand,,,
519 4791 16,59 63,stand,,,
138 4910 16,62 64,stand,,,
-473 4811 16,63 65 467,stand,,,
-932 4946 16,64 66,stand,,,
-1361 4870 16,65 67,stand,,,
-1601 4947 16,66 68 475 485,stand,,,
-1649 5487 16,67 69,stand,,,
-1709 6033 16,68 70,stand,,,
-1905 6734 16,69 71 476,stand,,,
-1875 7335 16,70 72,stand,,,
-2482 7412 16,71 73 495 476,stand,,,
-2980 7491 8,72 74,stand,,,
-2860 8027 13,73 75,stand,,,
-3007 8576 28,74 76,stand,,,
-3433 8455 20,75 77,stand,,,
-3829 7504 15,76 78,stand,,,
-4201 7515 11,77 79,stand,,,
-4218 7139 15,78 80,stand,,,
-4252 6665 15,79 81 497,stand,,,
-4492 6365 16,80 82,stand,,,
-4599 5777 16,81 83,stand,,,
-4665 5196 16,82 84 89 90,stand,,,
-4241 4958 15,83 85 498 89 500,stand,,,
-4428 4684 16,84 86 89,stand,,,
-4439 4392 20,85 87,stand,,,
-4531 4165 11,86 88,stand,,,
-4497 3777 5,87 94 104,stand,,,
-4644 4784 16,83 91 93 85 84,stand,,,
-5075 5194 16,83 91,stand,,,
-5081 4662 16,90 92 89,stand,,,
-5038 4328 16,91,stand,,,
-4652 4451 20,89,stand,,,
-4745 3591 0,88 95,stand,,,
-4728 3098 -8,94 96 103,stand,,,
-4704 2533 0,95 97 98,stand,,,
-4111 2362 -2,96 98 109,stand,,,
-4148 2575 -2,96 97 99,stand,,,
-4163 2920 -13,100 98 106,stand,,,
-4335 2797 17,99 101 103,stand,,,
-4526 2819 24,100 102,stand,,,
-4525 2995 24,101,stand,,,
-4326 3197 -12,100 95 104 105 106 108,stand,,,
-4411 3495 -4,103 88 105 108,stand,,,
-4585 3430 -6,104 103,stand,,,
-3882 3115 -12,99 107 103 503 410,stand,,,
-3917 3513 -1,106 108 502 409,stand,,,
-4094 3526 -1,107 104 103,stand,,,
-4137 2121 32,97 117 118,stand,,,
-4340 1627 64,111 117,stand,,,
-4342 1282 64,110 112 115 116,stand,,,
-4190 1284 47,111 113,stand,,,
-4152 1495 47,112 114 504,stand,,,
-3858 1476 42,113 119 503 250,stand,,,
-4139 1017 64,111 116,stand,,,
-4550 982 64,115 111,stand,,,
-4298 1938 32,109 110 118,stand,,,
-4467 2114 32,117 109,stand,,,
-3860 921 61,114 120,stand,,,
-3832 584 123,119 121,crouch,,,
-3670 14 94,120 122 247 233,stand,,,
-3702 -509 91,121 123 233,stand,,,
-3752 -703 93,122 124 239,stand,,,
-3772 -704 127,123 125,stand,,,
-3881 -731 91,124 126,stand,,,
-4178 -756 128,125 127 128,stand,,,
-4462 -865 128,126,stand,,,
-4202 -1110 106,126 129,stand,,,
-4202 -1568 84,128 130,stand,,,
-4135 -1969 56,129 131 242 243,stand,,,
-4226 -2410 56,130 132,stand,,,
-4122 -2791 56,131 133,stand,,,
-4174 -3196 56,132 134,stand,,,
-3949 -3285 56,133 135 245,stand,,,
-3813 -3708 56,134 136 150,stand,,,
-3716 -4401 74,135 137,stand,,,
-3205 -4576 89,136 138,stand,,,
-2892 -4433 81,137 139 142 149,stand,,,
-2479 -4440 72,138 140,stand,,,
-2460 -4708 128,139 141,stand,,,
-2828 -4686 128,140,stand,,,
-2891 -4102 63,138 143,stand,,,
-2659 -4103 63,142 144,stand,,,
-2675 -3862 63,143 145,stand,,,
-2667 -3646 63,144 146,stand,,,
-2837 -3386 56,145 147 151 215,stand,,,
-2984 -3467 56,146 148,stand,,,
-3213 -3756 56,147 149 150,stand,,,
-3131 -4134 64,148 138 150,stand,,,
-3476 -3836 48,148 135 149,stand,,,
-2568 -3395 56,146 152 215,stand,,,
-1898 -3481 56,151 153 219,stand,,,
-1313 -3469 56,152 154 220,stand,,,
-331 -3433 36,153 155 191,stand,,,
317 -3419 16,154 156 184,stand,,,
592 -3561 107,155 157 184,stand,,,
603 -3990 16,156 158,stand,,,
558 -4266 16,157 159,stand,,,
619 -4456 16,158 160,stand,,,
1227 -4671 16,159 161,stand,,,
1871 -4519 16,160 162 175,stand,,,
1972 -4912 16,161 163 174,stand,,,
1973 -5095 54,162 164,stand,,,
1868 -5354 54,163 165,stand,,,
2177 -5364 54,164 166,stand,,,
2449 -5387 16,165 167 174 554,stand,,,
2472 -6051 16,166 168,stand,,,
2816 -5967 8,167 169 554,stand,,,
3283 -5896 8,168 170 170 0,stand,,,
3584 -5980 8,169 171 169 0,stand,,,
3935 -6030 16,170 1,stand,,,
3260 -4356 8,173,stand,,,
2445 -4656 16,172 174 175 179,stand,,,
2452 -4977 16,173 162 166,stand,,,
2168 -4606 16,173 161,stand,,,
2508 -3735 16,177 179 180 369 370,stand,,,
2398 -3757 16,176 178,stand,,,
2405 -3940 -55,177,stand,,,
2457 -4161 16,176 173,stand,,,
2190 -3556 16,176 181 555 369,stand,,,
1665 -3449 16,180 182,stand,,,
1664 -3631 16,181 183,stand,,,
834 -3603 16,182 184,stand,,,
708 -3306 8,183 156 155 185,stand,,,
789 -2738 12,184 186 190 191 295 296,stand,,,
1026 -2363 10,185 187 296 297 299,stand,,,
975 -1838 10,186 188 285 298,stand,,,
472 -1752 10,187 189 192,stand,,,
429 -2132 10,188 190 285,stand,,,
443 -2599 10,189 185 191,stand,,,
222 -2890 16,190 185 154,stand,,,
217 -1720 64,188 193 228 290,stand,,,
198 -1498 64,192 194 228 290,stand,,,
152 -1124 64,193 195,stand,,,
260 -715 118,194 196 273,stand,,,
7 -726 119,195 197,stand,,,
-196 -670 64,196 198,stand,,,
-382 -811 36,197 199,stand,,,
-715 -816 36,198 200 556,stand,,,
-1218 -879 36,199 201 556,stand,,,
-1789 -774 120,200 202 205 203,stand,,,
-2153 -565 120,201 203 237,stand,,,
-2165 -862 120,202 204 201,stand,,,
-2191 -1026 134,203 205,stand,,,
-1772 -1050 134,204 201 206,stand,,,
-1949 -1316 127,205 207,stand,,,
-1864 -1876 46,206 208 223 221,stand,,,
-2096 -2260 64,207 209 210,stand,,,
-2125 -2827 64,208 214 219,stand,,,
-2306 -2219 64,208 211 213,stand,,,
-2449 -2036 67,210 212,stand,,,
-2356 -1799 67,211,stand,,,
-2492 -2318 64,210 214,stand,,,
-2406 -2741 64,213 215 209,stand,,,
-2764 -2816 64,214 216 146 151,stand,,,
-2948 -2595 64,215 217 229,stand,,,
-2807 -2457 67,216 218,stand,,,
-2655 -2597 67,217,stand,,,
-1746 -2799 46,209 220 152,stand,,,
-1455 -2797 64,219 221 224 153,stand,,,
-1483 -2224 64,220 222 223 207,stand,,,
-1180 -2224 64,221,stand,,,
-1470 -1760 64,221 207,stand,,,
-604 -2796 64,220 225 551,stand,,,
-109 -2780 64,224 226,stand,,,
-53 -2332 64,225 227,stand,,,
-58 -1955 64,226 228 550,stand,,,
61 -1719 64,227 192 193 549,stand,,,
-3041 -2447 56,216 230 244,stand,,,
-3012 -2235 56,229 231,stand,,,
-3052 -1726 56,230 232 241,stand,,,
-3031 -1140 72,231 233,stand,,,
-3138 -271 96,232 234 122 246 121,stand,,,
-2841 -280 126,233 235,stand,,,
-2642 -309 126,234 236,stand,,,
-2379 -310 126,235 237,stand,,,
-2070 -297 120,236 202 238,stand,,,
-2053 -38 120,237,stand,,,
-3774 -975 80,123 240,stand,,,
-3915 -1151 115,239 241,stand,,,
-3788 -1437 56,240 242 231,stand,,,
-3826 -1836 56,241 130 243,stand,,,
-3873 -2048 56,242 130 244,stand,,,
-3864 -2450 56,243 245 229,stand,,,
-3872 -3133 56,244 134,stand,,,
-2922 113 99,233 247,stand,,,
-2948 369 156,246 248 249 121,stand,,,
-2941 1179 137,247,stand,,,
-3047 702 73,247 250,stand,,,
-3004 1506 46,249 251 114 508,stand,,,
-2791 1731 47,250 252 254 514,stand,,,
-2642 1612 59,251 253,stand,,,
-2761 1368 59,252,stand,,,
-2353 1815 53,251 255 513 420,stand,,,
-1960 2172 54,254 256 441 512,stand,,,
-1711 1854 63,255 257,stand,,,
-1214 1520 85,256 258,stand,,,
-800 1417 99,257 259,stand,,,
-236 1369 120,258 260,stand,,,
157 1374 118,259 261 393,stand,,,
210 978 118,260 262,stand,,,
163 661 118,261 263,stand,,,
348 104 118,262 264 270 273,stand,,,
558 197 157,263 265 270,stand,,,
559 309 157,264 266,stand,,,
732 259 157,265 267 271,stand,,,
736 83 157,266 268 271,stand,,,
663 7 157,267 269,stand,,,
577 14 157,268 270,stand,,,
478 77 157,269 264 263,stand,,,
1053 148 117,267 272 266,stand,,,
1531 157 117,271,stand,,,
176 -328 118,263 195 274 275,stand,,,
443 -417 119,273 275 276 277,stand,,,
418 -229 119,274 273,stand,,,
478 -576 119,274,stand,,,
662 -408 118,274 278,stand,,,
936 -439 118,277 279,stand,,,
1291 -427 64,278 280,stand,,,
1596 -468 42,279 281,stand,,,
1557 -700 10,280 282 283,stand,,,
1789 -799 10,281 283,stand,,,
1793 -1155 10,284 282 281,stand,,,
1819 -1336 10,283 288 317 310 311,stand,,,
800 -1705 10,189 187 286 289,stand,,,
935 -1425 64,285 287 289 291,stand,,,
1334 -1484 64,286 288 291,stand,,,
1613 -1487 10,287 284 292 310 311,stand,,,
640 -1393 64,286 285 290,stand,,,
454 -1568 64,289 193 192,stand,,,
984 -1622 66,286 287,stand,,,
1610 -1796 10,288 293 310,stand,,,
1540 -2374 13,292 294,stand,,,
1545 -2856 16,293 295 302,stand,,,
1162 -2916 16,294 185,stand,,,
1166 -2630 10,185 186 297,stand,,,
1263 -2269 10,296 298 186,stand,,,
1278 -1784 10,297 187,stand,,,
1171 -2223 10,186 300,stand,,,
1168 -2188 50,299 301,stand,,,
1165 -2114 11,300,stand,,,
1873 -2951 16,294 303 305,stand,,,
2473 -2945 16,302 305 304 369,stand,,,
2377 -2668 15,303 307 313 314,stand,,,
2058 -2898 16,302 306 303,stand,,,
2007 -2591 14,305 312 307 308,stand,,,
2189 -2616 15,304 308 306 312,stand,,,
2362 -2287 15,307 309 313 374 306,stand,,,
2319 -2016 15,308 310 373,stand,,,
2066 -1712 11,309 311 316 292 317 288 284,stand,,,
1898 -2017 11,310 312 284 288,stand,,,
1962 -2374 13,311 306 307,stand,,,
2580 -2509 16,308 304 371 374,stand,,,
2345 -2258 248,304 315 319,stand,,,
2368 -2052 248,314 316 319,stand,,,
2372 -1688 15,315 310 318 372 317,stand,,,
2105 -1357 12,318 284 310 316,stand,,,
2492 -1376 16,317 316 372 375,stand,,,
2522 -2191 248,315 314 320,stand,,,
3011 -2197 248,319 321,stand,,,
3518 -2163 248,320 322 323,stand,,,
3907 -2234 248,321 323 333,stand,,,
3917 -2079 248,322 321 324,stand,,,
3912 -1657 16,323 325 329,stand,,,
3952 -1297 16,324 326 329 548,stand,,,
4005 -582 15,325 327 26 548,stand,,,
4193 -479 4,326 328 27,stand,,,
4196 69 80,327 32,stand,,,
4047 -1782 16,325 324 330 334,stand,,,
4016 -1978 16,329 331 335,stand,,,
3997 -2356 16,330 332,stand,,,
3991 -2664 16,331 333 339,stand,,,
3892 -2664 16,332 322,stand,,,
4131 -1879 16,329 335,stand,,,
4165 -2056 16,334 336 330,stand,,,
4332 -2038 16,335 337,stand,,,
4345 -1962 16,336 338,stand,,,
4478 -1995 16,337 22,stand,,,
3967 -3039 16,332 340,stand,,,
3978 -3318 16,339 341 356,stand,,,
4130 -3270 48,340 342,stand,,,
4121 -3113 48,341 343 345,stand,,,
4306 -3128 48,342 344,stand,,,
4316 -3328 48,343,stand,,,
4146 -3005 48,342 346,stand,,,
4340 -3027 160,345 347,stand,,,
4326 -3281 208,346 348 355,stand,,,
4204 -3372 208,347 349 354,stand,,,
4089 -3371 272,348 350,stand,,,
4107 -3194 368,349 351 353,stand,,,
4248 -3322 368,350 352,stand,,,
4337 -3160 368,351 353,stand,,,
4088 -3034 368,352 350,stand,,,
4134 -3085 208,348 355,stand,,,
4039 -3253 209,354 347,stand,,,
3822 -3536 16,340 357 368 370,stand,,,
4022 -4050 16,356 358 363,stand,,,
4324 -4004 16,357 359 367,stand,,,
4382 -4364 16,358 360 365 366,stand,,,
4478 -4836 16,359 11 362,stand,,,
3931 -5204 8,1 362 0,stand,,,
3896 -4794 16,361 363 364 360,stand,,,
3813 -4595 16,362 357,stand,,,
4041 -4617 16,362 365,stand,,,
4150 -4472 16,364 359,stand,,,
4609 -4220 16,359 367,stand,,,
4586 -4050 16,366 358,stand,,,
3241 -3264 8,356 369 370,stand,,,
2590 -3462 16,368 176 303 555 180 370,stand,,,
3205 -3637 8,356 176 368 369,stand,,,
2902 -2080 8,313 372 373,stand,,,
2708 -1697 16,371 316 318 373,stand,,,
2541 -2010 16,372 309 371 374,stand,,,
2535 -2236 16,373 308 313,stand,,,
2480 -764 16,318 376 547,stand,,,
2423 -341 16,375 377 542,stand,,,
2188 -187 27,376 378,stand,,,
2252 137 76,379 377 543,stand,,,
2392 543 22,380 378 543,stand,,,
2311 865 16,379 381,stand,,,
2390 1346 147,380 382 545 544,stand,,,
2458 1919 16,381 383 537 521 546 545,stand,,,
2284 2065 37,382 384,stand,,,
2133 1951 37,383 385,stand,,,
1820 2121 37,384 386 388,stand,,,
1571 1999 37,385 387,stand,,,
1301 2007 37,386,stand,,,
1600 2155 37,385 389 395,stand,,,
1320 2178 -4,388 390,stand,,,
875 2137 41,389 391,stand,,,
622 2115 56,390 392,stand,,,
381 2181 54,391 393 394,stand,,,
223 1927 54,392 260 394,stand,,,
106 2456 54,393 392 455 456,stand,,,
1613 2473 37,388 396,stand,,,
1584 2948 37,395 397,stand,,,
1600 3098 16,396 398 531,stand,,,
1594 3284 16,397 399 530,stand,,,
1488 3350 16,398 400,stand,,,
1422 3470 16,399 401 61,stand,,,
735 3484 16,400 402 61,stand,,,
193 3458 16,401 403 461 516,stand,,,
-53 3471 16,402 404 462 516,stand,,,
-574 3507 16,403 405 468,stand,,,
-1125 3472 16,404 406 407 471,stand,,,
-896 3340 54,405 428 429,stand,,,
-1587 3399 16,405 408,stand,,,
-2206 3450 16,407 409,stand,,,
-2916 3381 16,408 410 474 107,stand,,,
-2913 2903 0,409 411 508 106,stand,,,
-2788 2533 54,410 412 509,stand,,,
-2742 3207 54,411 413,stand,,,
-2601 3207 54,412 414 466,stand,,,
-2606 3013 92,413 415 419,stand,,,
-2584 2813 92,414 416,stand,,,
-2473 2523 92,415 417 421,stand,,,
-2414 2728 85,416 418 420,stand,,,
-2345 2868 85,417 419,stand,,,
-2330 3052 92,418 414,stand,,,
-2191 2701 54,417 426 512 254 466,stand,,,
-2653 2540 165,416 422,stand,,,
-2655 2677 261,421 423,crouch,,,
-2636 2860 261,422 424,crouch,,,
-2576 3057 261,423 425,crouch,,,
-2507 2565 261,424,crouch,,,
-2040 2910 54,420 464 466,stand,,,
-1461 3040 54,428 464,stand,,,
-1097 2935 54,427 406 439 438,stand,,,
-628 3364 54,406 430 463,stand,,,
-589 3118 55,429 431,stand,,,
-479 3123 55,430 432 435,stand,,,
-341 3140 55,431 433,stand,,,
-352 2901 215,432 434,crouch,,,
-609 3041 215,433,crouch,,,
-461 2908 55,431 436,stand,,,
-344 2888 55,435 437,stand,,,
-338 2670 54,436 438 455,stand,,,
-804 2643 54,437 439 428 442,stand,,,
-1207 2623 54,438 440 428,stand,,,
-1641 2615 54,439 441,stand,,,
-1897 2390 54,440 255 512,stand,,,
-762 2422 60,438 443 445 446,stand,,,
-787 2218 60,442 444,stand,,,
-962 2222 60,443,stand,,,
-970 2389 60,442 446,stand,,,
-665 2352 60,442 445 447,stand,,,
-674 2168 172,446 448,stand,,,
-894 2187 220,447 449,stand,,,
-1015 2308 220,448 450 451,stand,,,
-760 2408 220,449,stand,,,
-1020 2427 284,449 452,stand,,,
-821 2412 380,451 453 454,stand,,,
-957 2238 380,452 454,stand,,,
-707 2238 380,453 452,stand,,,
-62 2650 54,437 394,stand,,,
441 2758 54,394 457,stand,,,
496 3077 54,456 458 461,stand,,,
498 3259 109,457 459,stand,,,
686 3246 261,458 460,stand,,,
558 3018 261,459,stand,,,
184 3166 54,457 402 462,stand,,,
-93 3220 54,461 403 463,stand,,,
-323 3334 54,462 429,stand,,,
-1822 2919 54,427 426 465,stand,,,
-1820 3263 54,464 466,stand,,,
-2109 3236 54,426 465 413 420,stand,,,
-500 4437 16,64 468,stand,,,
-534 4111 16,467 469 404 516,stand,,,
-1123 4146 16,468 470,stand,,,
-1501 4138 16,469 471,stand,,,
-1623 4082 16,470 472 405,stand,,,
-1791 4217 16,471 473 475,stand,,,
-2010 4113 16,472 474,stand,,,
-2789 4147 16,473 409 515,stand,,,
-1705 4565 16,472 67,stand,,,
-2302 6720 16,70 477 495 494 72,stand,,,
-2153 6599 16,476 478,stand,,,
-2007 6592 72,477 479,stand,,,
-2021 6352 213,478 480 482,stand,,,
-2313 6473 213,479 481,stand,,,
-2639 6271 213,480,stand,,,
-1994 5924 213,479 483,stand,,,
-1948 5534 213,482 484,stand,,,
-1954 4925 213,483,stand,,,
-2010 4986 18,67 486,stand,,,
-2007 5218 18,485 487,stand,,,
-2198 5203 18,486 488,stand,,,
-2245 4899 18,487 489,stand,,,
-2425 4917 18,488 490,stand,,,
-2578 4964 18,489 491,stand,,,
-2753 4884 16,490 492 501,stand,,,
-2790 5041 16,491 493,stand,,,
-2798 5757 16,492 494,stand,,,
-2780 6609 16,493 495 476 496,stand,,,
-2589 6895 16,494 476 72,stand,,,
-3107 6240 8,494 497,stand,,,
-3947 6329 15,496 80 499,stand,,,
-3934 5097 15,84 499,stand,,,
-3805 6021 15,498 497,stand,,,
-3940 4681 15,84 501 502,stand,,,
-3212 4724 8,500 491 515,stand,,,
-3791 4097 14,500 107 515,stand,,,
-3822 2182 24,106 114 508,stand,,,
-3965 1357 47,113 505,stand,,,
-3952 1288 47,504 506,stand,,,
-4210 1297 207,505 507,crouch,,,
-4043 1597 207,506,crouch,,,
-2973 2122 47,503 410 509 250 514,stand,,,
-2781 2159 47,411 508 510,stand,,,
-2659 2189 48,509 511 513,stand,,,
-2489 2415 54,510 512,stand,,,
-2209 2346 54,511 420 255 441,stand,,,
-2625 1986 49,510 254,stand,,,
-2910 1854 48,508 251,stand,,,
-3369 4139 8,474 501 502,stand,,,
222 3967 8,468 61 402 403,stand,,,
1765 4064 16,61 518,stand,,,
2580 4081 16,517 52 519 552,stand,,,
2391 3480 16,518 520 529 530,stand,,,
2374 3003 256,519 521 522,stand,,,
2352 2409 16,520 537 538 382,stand,,,
3366 2992 256,520 523,stand,,,
3917 2996 256,522 524 527,stand,,,
3903 2493 16,523 38 525,stand,,,
4106 2675 16,524 40 526,stand,,,
4024 2986 16,40 525 553,stand,,,
3910 3537 16,43 523 44 528 47 552 42,stand,,,
3242 3496 8,527 529 541 552,stand,,,
2641 3483 16,528 519 541,stand,,,
2109 3299 16,519 398 535,stand,,,
1914 3062 16,397 532 535,stand,,,
2094 2884 16,531 533 535 539,stand,,,
1997 2780 19,532 534,stand,,,
1749 2875 19,533,stand,,,
2175 3082 16,532 531 530 536,stand,,,
2523 2781 16,535 537 539 540 546,stand,,,
2511 2477 16,536 521 382 546,stand,,,
2227 2428 16,521 539,stand,,,
2223 2733 16,538 532 536,stand,,,
3013 3041 8,536 541,stand,,,
2998 3290 8,540 528 529,stand,,,
2922 -150 8,376 543 547,stand,,,
2829 506 8,542 544 379 378,stand,,,
2861 1004 8,543 545 381,stand,,,
2922 1848 8,544 546 382 381,stand,,,
2838 2436 8,545 537 536 382,stand,,,
3049 -727 8,375 542 548,stand,,,
3841 -783 16,547 326 325,stand,,,
-187 -1720 68,228,stand,,,
-340 -1937 70,227,stand,,,
-613 -2534 64,224,stand,,,
3239 4010 16,518 528 527 50 553,stand,,,
3565 3014 8,526 552,stand,,,
2641 -5524 16,168 166,stand,,,
2022 -3644 16,180 369,stand,,,
-1188 -1094 36,200 199,stand,,,
1 557
2 3558 -5671 8,1 169 361 170,stand,,,
3 3931 -5558 16,0 2 171 361,stand,,,
4 4330 -5514 16,1 3,stand,,,
5 4834 -5644 16,2 4 17,stand,,,
6 4867 -5217 8,3 5 17 11,stand,,,
7 5412 -5205 8,4 6 12 17 11,stand,,,
8 5601 -5021 8,5 7 8 10,stand,,,
9 5783 -4691 22,6,stand,,,
10 5392 -4724 22,6 9,stand,,,
11 5533 -4663 22,8,stand,,,
12 5357 -4876 16,6 11,stand,,,
13 4928 -4828 16,10 18 4 360 5,stand,,,
14 5636 -5359 8,5 13,stand,,,
15 5990 -5311 8,12 14,stand,,,
16 6019 -5648 16,13 15,stand,,,
17 5679 -5655 16,14 16,stand,,,
18 5373 -5686 16,15 17,stand,,,
19 5159 -5552 16,4 3 16 5,stand,,,
20 4763 -4068 8,19 11,stand,,,
21 5057 -3278 7,18 20,stand,,,
22 4929 -2621 0,19 21,stand,,,
23 4967 -2163 1,20 22 23 24,stand,,,
24 4678 -2040 16,21 23 338,stand,,,
25 4732 -2362 16,22 21,stand,,,
26 5074 -1429 9,21 25,stand,,,
27 4765 -1109 20,24 26,stand,,,
28 4642 -657 19,25 27 326,stand,,,
29 4688 -435 4,26 28 327,stand,,,
30 4812 -198 46,27 29,stand,,,
31 4795 218 112,28 30,stand,,,
32 4571 233 154,29 31,stand,,,
33 4579 508 154,30 32 33,stand,,,
34 4189 467 154,31 33 328,stand,,,
35 4209 705 196,32 34 31 36,stand,,,
36 4356 821 196,33 35,stand,,,
37 4602 762 196,34,stand,,,
38 4172 1037 196,33 37,stand,,,
39 4190 1634 148,36 38,stand,,,
40 4204 2253 58,37 39 524,stand,,,
41 4344 2447 58,38 40,stand,,,
42 4306 2852 16,39 41 525 526,stand,,,
43 4432 3148 16,40 42,stand,,,
44 4266 3207 16,41 43 527,stand,,,
45 4284 3619 16,42 44 45 527,stand,,,
46 4092 3910 16,43 45 46 527,stand,,,
47 4435 3894 16,44 43,stand,,,
48 4109 4138 14,44 47,stand,,,
49 3852 4466 14,46 48 527,stand,,,
50 3569 4535 7,47 49,stand,,,
51 3219 4630 10,48 50,stand,,,
52 2883 4612 9,49 51 552,stand,,,
53 2722 4658 51,50 52,stand,,,
54 2623 4657 18,51 53 518,stand,,,
55 2417 4671 48,52 54,stand,,,
56 2165 4700 30,53 55,stand,,,
57 1322 4701 30,54 56 59,stand,,,
58 1085 4686 16,55 57 60 59,stand,,,
59 1027 5088 16,56 58 59,stand,,,
60 977 5591 16,57,stand,,,
61 946 4876 16,57 55 56 62,stand,,,
62 998 4354 16,56 61,stand,,,
63 1107 4099 16,60 516 401 517 400,stand,,,
64 519 4791 16,59 63,stand,,,
65 138 4910 16,62 64,stand,,,
66 -473 4811 16,63 65 467,stand,,,
67 -932 4946 16,64 66,stand,,,
68 -1361 4870 16,65 67,stand,,,
69 -1601 4947 16,66 68 475 485,stand,,,
70 -1649 5487 16,67 69,stand,,,
71 -1709 6033 16,68 70,stand,,,
72 -1905 6734 16,69 71 476,stand,,,
73 -1875 7335 16,70 72,stand,,,
74 -2482 7412 16,71 73 495 476,stand,,,
75 -2980 7491 8,72 74,stand,,,
76 -2860 8027 13,73 75,stand,,,
77 -3007 8576 28,74 76,stand,,,
78 -3433 8455 20,75 77,stand,,,
79 -3829 7504 15,76 78,stand,,,
80 -4201 7515 11,77 79,stand,,,
81 -4218 7139 15,78 80,stand,,,
82 -4252 6665 15,79 81 497,stand,,,
83 -4492 6365 16,80 82,stand,,,
84 -4599 5777 16,81 83,stand,,,
85 -4665 5196 16,82 84 89 90,stand,,,
86 -4241 4958 15,83 85 498 89 500,stand,,,
87 -4428 4684 16,84 86 89,stand,,,
88 -4439 4392 20,85 87,stand,,,
89 -4531 4165 11,86 88,stand,,,
90 -4497 3777 5,87 94 104,stand,,,
91 -4644 4784 16,83 91 93 85 84,stand,,,
92 -5075 5194 16,83 91,stand,,,
93 -5081 4662 16,90 92 89,stand,,,
94 -5038 4328 16,91,stand,,,
95 -4652 4451 20,89,stand,,,
96 -4745 3591 0,88 95,stand,,,
97 -4728 3098 -8,94 96 103,stand,,,
98 -4704 2533 0,95 97 98,stand,,,
99 -4111 2362 -2,96 98 109,stand,,,
100 -4148 2575 -2,96 97 99,stand,,,
101 -4163 2920 -13,100 98 106,stand,,,
102 -4335 2797 17,99 101 103,stand,,,
103 -4526 2819 24,100 102,stand,,,
104 -4525 2995 24,101,stand,,,
105 -4326 3197 -12,100 95 104 105 106 108,stand,,,
106 -4411 3495 -4,103 88 105 108,stand,,,
107 -4585 3430 -6,104 103,stand,,,
108 -3882 3115 -12,99 107 103 503 410,stand,,,
109 -3917 3513 -1,106 108 502 409,stand,,,
110 -4094 3526 -1,107 104 103,stand,,,
111 -4137 2121 32,97 117 118,stand,,,
112 -4340 1627 64,111 117,stand,,,
113 -4342 1282 64,110 112 115 116,stand,,,
114 -4190 1284 47,111 113,stand,,,
115 -4152 1495 47,112 114 504,stand,,,
116 -3858 1476 42,113 119 503 250,stand,,,
117 -4139 1017 64,111 116,stand,,,
118 -4550 982 64,115 111,stand,,,
119 -4298 1938 32,109 110 118,stand,,,
120 -4467 2114 32,117 109,stand,,,
121 -3860 921 61,114 120,stand,,,
122 -3832 584 123,119 121,crouch,,,
123 -3670 14 94,120 122 247 233,stand,,,
124 -3702 -509 91,121 123 233,stand,,,
125 -3752 -703 93,122 124 239,stand,,,
126 -3772 -704 127,123 125,stand,,,
127 -3881 -731 91,124 126,stand,,,
128 -4178 -756 128,125 127 128,stand,,,
129 -4462 -865 128,126,stand,,,
130 -4202 -1110 106,126 129,stand,,,
131 -4202 -1568 84,128 130,stand,,,
132 -4135 -1969 56,129 131 242 243,stand,,,
133 -4226 -2410 56,130 132,stand,,,
134 -4122 -2791 56,131 133,stand,,,
135 -4174 -3196 56,132 134,stand,,,
136 -3949 -3285 56,133 135 245,stand,,,
137 -3813 -3708 56,134 136 150,stand,,,
138 -3716 -4401 74,135 137,stand,,,
139 -3205 -4576 89,136 138,stand,,,
140 -2892 -4433 81,137 139 142 149,stand,,,
141 -2479 -4440 72,138 140,stand,,,
142 -2460 -4708 128,139 141,stand,,,
143 -2828 -4686 128,140,stand,,,
144 -2891 -4102 63,138 143,stand,,,
145 -2659 -4103 63,142 144,stand,,,
146 -2675 -3862 63,143 145,stand,,,
147 -2667 -3646 63,144 146,stand,,,
148 -2837 -3386 56,145 147 151 215,stand,,,
149 -2984 -3467 56,146 148,stand,,,
150 -3213 -3756 56,147 149 150,stand,,,
151 -3131 -4134 64,148 138 150,stand,,,
152 -3476 -3836 48,148 135 149,stand,,,
153 -2568 -3395 56,146 152 215,stand,,,
154 -1898 -3481 56,151 153 219,stand,,,
155 -1313 -3469 56,152 154 220,stand,,,
156 -331 -3433 36,153 155 191,stand,,,
157 317 -3419 16,154 156 184,stand,,,
158 592 -3561 107,155 157 184,stand,,,
159 603 -3990 16,156 158,stand,,,
160 558 -4266 16,157 159,stand,,,
161 619 -4456 16,158 160,stand,,,
162 1227 -4671 16,159 161,stand,,,
163 1871 -4519 16,160 162 175,stand,,,
164 1972 -4912 16,161 163 174,stand,,,
165 1973 -5095 54,162 164,stand,,,
166 1868 -5354 54,163 165,stand,,,
167 2177 -5364 54,164 166,stand,,,
168 2449 -5387 16,165 167 174 554,stand,,,
169 2472 -6051 16,166 168,stand,,,
170 2816 -5967 8,167 169 554,stand,,,
171 3283 -5896 8,168 170 170 0,stand,,,
172 3584 -5980 8,169 171 169 0,stand,,,
173 3935 -6030 16,170 1,stand,,,
174 3260 -4356 8,173,stand,,,
175 2445 -4656 16,172 174 175 179,stand,,,
176 2452 -4977 16,173 162 166,stand,,,
177 2168 -4606 16,173 161,stand,,,
178 2508 -3735 16,177 179 180 369 370,stand,,,
179 2398 -3757 16,176 178,stand,,,
180 2405 -3940 -55,177,stand,,,
181 2457 -4161 16,176 173,stand,,,
182 2190 -3556 16,176 181 555 369,stand,,,
183 1665 -3449 16,180 182,stand,,,
184 1664 -3631 16,181 183,stand,,,
185 834 -3603 16,182 184,stand,,,
186 708 -3306 8,183 156 155 185,stand,,,
187 789 -2738 12,184 186 190 191 295 296,stand,,,
188 1026 -2363 10,185 187 296 297 299,stand,,,
189 975 -1838 10,186 188 285 298,stand,,,
190 472 -1752 10,187 189 192,stand,,,
191 429 -2132 10,188 190 285,stand,,,
192 443 -2599 10,189 185 191,stand,,,
193 222 -2890 16,190 185 154,stand,,,
194 217 -1720 64,188 193 228 290,stand,,,
195 198 -1498 64,192 194 228 290,stand,,,
196 152 -1124 64,193 195,stand,,,
197 260 -715 118,194 196 273,stand,,,
198 7 -726 119,195 197,stand,,,
199 -196 -670 64,196 198,stand,,,
200 -382 -811 36,197 199,stand,,,
201 -715 -816 36,198 200 556,stand,,,
202 -1218 -879 36,199 201 556,stand,,,
203 -1789 -774 120,200 202 205 203,stand,,,
204 -2153 -565 120,201 203 237,stand,,,
205 -2165 -862 120,202 204 201,stand,,,
206 -2191 -1026 134,203 205,stand,,,
207 -1772 -1050 134,204 201 206,stand,,,
208 -1949 -1316 127,205 207,stand,,,
209 -1864 -1876 46,206 208 223 221,stand,,,
210 -2096 -2260 64,207 209 210,stand,,,
211 -2125 -2827 64,208 214 219,stand,,,
212 -2306 -2219 64,208 211 213,stand,,,
213 -2449 -2036 67,210 212,stand,,,
214 -2356 -1799 67,211,stand,,,
215 -2492 -2318 64,210 214,stand,,,
216 -2406 -2741 64,213 215 209,stand,,,
217 -2764 -2816 64,214 216 146 151,stand,,,
218 -2948 -2595 64,215 217 229,stand,,,
219 -2807 -2457 67,216 218,stand,,,
220 -2655 -2597 67,217,stand,,,
221 -1746 -2799 46,209 220 152,stand,,,
222 -1455 -2797 64,219 221 224 153,stand,,,
223 -1483 -2224 64,220 222 223 207,stand,,,
224 -1180 -2224 64,221,stand,,,
225 -1470 -1760 64,221 207,stand,,,
226 -604 -2796 64,220 225 551,stand,,,
227 -109 -2780 64,224 226,stand,,,
228 -53 -2332 64,225 227,stand,,,
229 -58 -1955 64,226 228 550,stand,,,
230 61 -1719 64,227 192 193 549,stand,,,
231 -3041 -2447 56,216 230 244,stand,,,
232 -3012 -2235 56,229 231,stand,,,
233 -3052 -1726 56,230 232 241,stand,,,
234 -3031 -1140 72,231 233,stand,,,
235 -3138 -271 96,232 234 122 246 121,stand,,,
236 -2841 -280 126,233 235,stand,,,
237 -2642 -309 126,234 236,stand,,,
238 -2379 -310 126,235 237,stand,,,
239 -2070 -297 120,236 202 238,stand,,,
240 -2053 -38 120,237,stand,,,
241 -3774 -975 80,123 240,stand,,,
242 -3915 -1151 115,239 241,stand,,,
243 -3788 -1437 56,240 242 231,stand,,,
244 -3826 -1836 56,241 130 243,stand,,,
245 -3873 -2048 56,242 130 244,stand,,,
246 -3864 -2450 56,243 245 229,stand,,,
247 -3872 -3133 56,244 134,stand,,,
248 -2922 113 99,233 247,stand,,,
249 -2948 369 156,246 248 249 121,stand,,,
250 -2941 1179 137,247,stand,,,
251 -3047 702 73,247 250,stand,,,
252 -3004 1506 46,249 251 114 508,stand,,,
253 -2791 1731 47,250 252 254 514,stand,,,
254 -2642 1612 59,251 253,stand,,,
255 -2761 1368 59,252,stand,,,
256 -2353 1815 53,251 255 513 420,stand,,,
257 -1960 2172 54,254 256 441 512,stand,,,
258 -1711 1854 63,255 257,stand,,,
259 -1214 1520 85,256 258,stand,,,
260 -800 1417 99,257 259,stand,,,
261 -236 1369 120,258 260,stand,,,
262 157 1374 118,259 261 393,stand,,,
263 210 978 118,260 262,stand,,,
264 163 661 118,261 263,stand,,,
265 348 104 118,262 264 270 273,stand,,,
266 558 197 157,263 265 270,stand,,,
267 559 309 157,264 266,stand,,,
268 732 259 157,265 267 271,stand,,,
269 736 83 157,266 268 271,stand,,,
270 663 7 157,267 269,stand,,,
271 577 14 157,268 270,stand,,,
272 478 77 157,269 264 263,stand,,,
273 1053 148 117,267 272 266,stand,,,
274 1531 157 117,271,stand,,,
275 176 -328 118,263 195 274 275,stand,,,
276 443 -417 119,273 275 276 277,stand,,,
277 418 -229 119,274 273,stand,,,
278 478 -576 119,274,stand,,,
279 662 -408 118,274 278,stand,,,
280 936 -439 118,277 279,stand,,,
281 1291 -427 64,278 280,stand,,,
282 1596 -468 42,279 281,stand,,,
283 1557 -700 10,280 282 283,stand,,,
284 1789 -799 10,281 283,stand,,,
285 1793 -1155 10,284 282 281,stand,,,
286 1819 -1336 10,283 288 317 310 311,stand,,,
287 800 -1705 10,189 187 286 289,stand,,,
288 935 -1425 64,285 287 289 291,stand,,,
289 1334 -1484 64,286 288 291,stand,,,
290 1613 -1487 10,287 284 292 310 311,stand,,,
291 640 -1393 64,286 285 290,stand,,,
292 454 -1568 64,289 193 192,stand,,,
293 984 -1622 66,286 287,stand,,,
294 1610 -1796 10,288 293 310,stand,,,
295 1540 -2374 13,292 294,stand,,,
296 1545 -2856 16,293 295 302,stand,,,
297 1162 -2916 16,294 185,stand,,,
298 1166 -2630 10,185 186 297,stand,,,
299 1263 -2269 10,296 298 186,stand,,,
300 1278 -1784 10,297 187,stand,,,
301 1171 -2223 10,186 300,stand,,,
302 1168 -2188 50,299 301,stand,,,
303 1165 -2114 11,300,stand,,,
304 1873 -2951 16,294 303 305,stand,,,
305 2473 -2945 16,302 305 304 369,stand,,,
306 2377 -2668 15,303 307 313 314,stand,,,
307 2058 -2898 16,302 306 303,stand,,,
308 2007 -2591 14,305 312 307 308,stand,,,
309 2189 -2616 15,304 308 306 312,stand,,,
310 2362 -2287 15,307 309 313 374 306,stand,,,
311 2319 -2016 15,308 310 373,stand,,,
312 2066 -1712 11,309 311 316 292 317 288 284,stand,,,
313 1898 -2017 11,310 312 284 288,stand,,,
314 1962 -2374 13,311 306 307,stand,,,
315 2580 -2509 16,308 304 371 374,stand,,,
316 2345 -2258 248,304 315 319,stand,,,
317 2368 -2052 248,314 316 319,stand,,,
318 2372 -1688 15,315 310 318 372 317,stand,,,
319 2105 -1357 12,318 284 310 316,stand,,,
320 2492 -1376 16,317 316 372 375,stand,,,
321 2522 -2191 248,315 314 320,stand,,,
322 3011 -2197 248,319 321,stand,,,
323 3518 -2163 248,320 322 323,stand,,,
324 3907 -2234 248,321 323 333,stand,,,
325 3917 -2079 248,322 321 324,stand,,,
326 3912 -1657 16,323 325 329,stand,,,
327 3952 -1297 16,324 326 329 548,stand,,,
328 4005 -582 15,325 327 26 548,stand,,,
329 4193 -479 4,326 328 27,stand,,,
330 4196 69 80,327 32,stand,,,
331 4047 -1782 16,325 324 330 334,stand,,,
332 4016 -1978 16,329 331 335,stand,,,
333 3997 -2356 16,330 332,stand,,,
334 3991 -2664 16,331 333 339,stand,,,
335 3892 -2664 16,332 322,stand,,,
336 4131 -1879 16,329 335,stand,,,
337 4165 -2056 16,334 336 330,stand,,,
338 4332 -2038 16,335 337,stand,,,
339 4345 -1962 16,336 338,stand,,,
340 4478 -1995 16,337 22,stand,,,
341 3967 -3039 16,332 340,stand,,,
342 3978 -3318 16,339 341 356,stand,,,
343 4130 -3270 48,340 342,stand,,,
344 4121 -3113 48,341 343 345,stand,,,
345 4306 -3128 48,342 344,stand,,,
346 4316 -3328 48,343,stand,,,
347 4146 -3005 48,342 346,stand,,,
348 4340 -3027 160,345 347,stand,,,
349 4326 -3281 208,346 348 355,stand,,,
350 4204 -3372 208,347 349 354,stand,,,
351 4089 -3371 272,348 350,stand,,,
352 4107 -3194 368,349 351 353,stand,,,
353 4248 -3322 368,350 352,stand,,,
354 4337 -3160 368,351 353,stand,,,
355 4088 -3034 368,352 350,stand,,,
356 4134 -3085 208,348 355,stand,,,
357 4039 -3253 209,354 347,stand,,,
358 3822 -3536 16,340 357 368 370,stand,,,
359 4022 -4050 16,356 358 363,stand,,,
360 4324 -4004 16,357 359 367,stand,,,
361 4382 -4364 16,358 360 365 366,stand,,,
362 4478 -4836 16,359 11 362,stand,,,
363 3931 -5204 8,1 362 0,stand,,,
364 3896 -4794 16,361 363 364 360,stand,,,
365 3813 -4595 16,362 357,stand,,,
366 4041 -4617 16,362 365,stand,,,
367 4150 -4472 16,364 359,stand,,,
368 4609 -4220 16,359 367,stand,,,
369 4586 -4050 16,366 358,stand,,,
370 3241 -3264 8,356 369 370,stand,,,
371 2590 -3462 16,368 176 303 555 180 370,stand,,,
372 3205 -3637 8,356 176 368 369,stand,,,
373 2902 -2080 8,313 372 373,stand,,,
374 2708 -1697 16,371 316 318 373,stand,,,
375 2541 -2010 16,372 309 371 374,stand,,,
376 2535 -2236 16,373 308 313,stand,,,
377 2480 -764 16,318 376 547,stand,,,
378 2423 -341 16,375 377 542,stand,,,
379 2188 -187 27,376 378,stand,,,
380 2252 137 76,379 377 543,stand,,,
381 2392 543 22,380 378 543,stand,,,
382 2311 865 16,379 381,stand,,,
383 2390 1346 147,380 382 545 544,stand,,,
384 2458 1919 16,381 383 537 521 546 545,stand,,,
385 2284 2065 37,382 384,stand,,,
386 2133 1951 37,383 385,stand,,,
387 1820 2121 37,384 386 388,stand,,,
388 1571 1999 37,385 387,stand,,,
389 1301 2007 37,386,stand,,,
390 1600 2155 37,385 389 395,stand,,,
391 1320 2178 -4,388 390,stand,,,
392 875 2137 41,389 391,stand,,,
393 622 2115 56,390 392,stand,,,
394 381 2181 54,391 393 394,stand,,,
395 223 1927 54,392 260 394,stand,,,
396 106 2456 54,393 392 455 456,stand,,,
397 1613 2473 37,388 396,stand,,,
398 1584 2948 37,395 397,stand,,,
399 1600 3098 16,396 398 531,stand,,,
400 1594 3284 16,397 399 530,stand,,,
401 1488 3350 16,398 400,stand,,,
402 1422 3470 16,399 401 61,stand,,,
403 735 3484 16,400 402 61,stand,,,
404 193 3458 16,401 403 461 516,stand,,,
405 -53 3471 16,402 404 462 516,stand,,,
406 -574 3507 16,403 405 468,stand,,,
407 -1125 3472 16,404 406 407 471,stand,,,
408 -896 3340 54,405 428 429,stand,,,
409 -1587 3399 16,405 408,stand,,,
410 -2206 3450 16,407 409,stand,,,
411 -2916 3381 16,408 410 474 107,stand,,,
412 -2913 2903 0,409 411 508 106,stand,,,
413 -2788 2533 54,410 412 509,stand,,,
414 -2742 3207 54,411 413,stand,,,
415 -2601 3207 54,412 414 466,stand,,,
416 -2606 3013 92,413 415 419,stand,,,
417 -2584 2813 92,414 416,stand,,,
418 -2473 2523 92,415 417 421,stand,,,
419 -2414 2728 85,416 418 420,stand,,,
420 -2345 2868 85,417 419,stand,,,
421 -2330 3052 92,418 414,stand,,,
422 -2191 2701 54,417 426 512 254 466,stand,,,
423 -2653 2540 165,416 422,stand,,,
424 -2655 2677 261,421 423,crouch,,,
425 -2636 2860 261,422 424,crouch,,,
426 -2576 3057 261,423 425,crouch,,,
427 -2507 2565 261,424,crouch,,,
428 -2040 2910 54,420 464 466,stand,,,
429 -1461 3040 54,428 464,stand,,,
430 -1097 2935 54,427 406 439 438,stand,,,
431 -628 3364 54,406 430 463,stand,,,
432 -589 3118 55,429 431,stand,,,
433 -479 3123 55,430 432 435,stand,,,
434 -341 3140 55,431 433,stand,,,
435 -352 2901 215,432 434,crouch,,,
436 -609 3041 215,433,crouch,,,
437 -461 2908 55,431 436,stand,,,
438 -344 2888 55,435 437,stand,,,
439 -338 2670 54,436 438 455,stand,,,
440 -804 2643 54,437 439 428 442,stand,,,
441 -1207 2623 54,438 440 428,stand,,,
442 -1641 2615 54,439 441,stand,,,
443 -1897 2390 54,440 255 512,stand,,,
444 -762 2422 60,438 443 445 446,stand,,,
445 -787 2218 60,442 444,stand,,,
446 -962 2222 60,443,stand,,,
447 -970 2389 60,442 446,stand,,,
448 -665 2352 60,442 445 447,stand,,,
449 -674 2168 172,446 448,stand,,,
450 -894 2187 220,447 449,stand,,,
451 -1015 2308 220,448 450 451,stand,,,
452 -760 2408 220,449,stand,,,
453 -1020 2427 284,449 452,stand,,,
454 -821 2412 380,451 453 454,stand,,,
455 -957 2238 380,452 454,stand,,,
456 -707 2238 380,453 452,stand,,,
457 -62 2650 54,437 394,stand,,,
458 441 2758 54,394 457,stand,,,
459 496 3077 54,456 458 461,stand,,,
460 498 3259 109,457 459,stand,,,
461 686 3246 261,458 460,stand,,,
462 558 3018 261,459,stand,,,
463 184 3166 54,457 402 462,stand,,,
464 -93 3220 54,461 403 463,stand,,,
465 -323 3334 54,462 429,stand,,,
466 -1822 2919 54,427 426 465,stand,,,
467 -1820 3263 54,464 466,stand,,,
468 -2109 3236 54,426 465 413 420,stand,,,
469 -500 4437 16,64 468,stand,,,
470 -534 4111 16,467 469 404 516,stand,,,
471 -1123 4146 16,468 470,stand,,,
472 -1501 4138 16,469 471,stand,,,
473 -1623 4082 16,470 472 405,stand,,,
474 -1791 4217 16,471 473 475,stand,,,
475 -2010 4113 16,472 474,stand,,,
476 -2789 4147 16,473 409 515,stand,,,
477 -1705 4565 16,472 67,stand,,,
478 -2302 6720 16,70 477 495 494 72,stand,,,
479 -2153 6599 16,476 478,stand,,,
480 -2007 6592 72,477 479,stand,,,
481 -2021 6352 213,478 480 482,stand,,,
482 -2313 6473 213,479 481,stand,,,
483 -2639 6271 213,480,stand,,,
484 -1994 5924 213,479 483,stand,,,
485 -1948 5534 213,482 484,stand,,,
486 -1954 4925 213,483,stand,,,
487 -2010 4986 18,67 486,stand,,,
488 -2007 5218 18,485 487,stand,,,
489 -2198 5203 18,486 488,stand,,,
490 -2245 4899 18,487 489,stand,,,
491 -2425 4917 18,488 490,stand,,,
492 -2578 4964 18,489 491,stand,,,
493 -2753 4884 16,490 492 501,stand,,,
494 -2790 5041 16,491 493,stand,,,
495 -2798 5757 16,492 494,stand,,,
496 -2780 6609 16,493 495 476 496,stand,,,
497 -2589 6895 16,494 476 72,stand,,,
498 -3107 6240 8,494 497,stand,,,
499 -3947 6329 15,496 80 499,stand,,,
500 -3934 5097 15,84 499,stand,,,
501 -3805 6021 15,498 497,stand,,,
502 -3940 4681 15,84 501 502,stand,,,
503 -3212 4724 8,500 491 515,stand,,,
504 -3791 4097 14,500 107 515,stand,,,
505 -3822 2182 24,106 114 508,stand,,,
506 -3965 1357 47,113 505,stand,,,
507 -3952 1288 47,504 506,stand,,,
508 -4210 1297 207,505 507,crouch,,,
509 -4043 1597 207,506,crouch,,,
510 -2973 2122 47,503 410 509 250 514,stand,,,
511 -2781 2159 47,411 508 510,stand,,,
512 -2659 2189 48,509 511 513,stand,,,
513 -2489 2415 54,510 512,stand,,,
514 -2209 2346 54,511 420 255 441,stand,,,
515 -2625 1986 49,510 254,stand,,,
516 -2910 1854 48,508 251,stand,,,
517 -3369 4139 8,474 501 502,stand,,,
518 222 3967 8,468 61 402 403,stand,,,
519 1765 4064 16,61 518,stand,,,
520 2580 4081 16,517 52 519 552,stand,,,
521 2391 3480 16,518 520 529 530,stand,,,
522 2374 3003 256,519 521 522,stand,,,
523 2352 2409 16,520 537 538 382,stand,,,
524 3366 2992 256,520 523,stand,,,
525 3917 2996 256,522 524 527,stand,,,
526 3903 2493 16,523 38 525,stand,,,
527 4106 2675 16,524 40 526,stand,,,
528 4024 2986 16,40 525 553,stand,,,
529 3910 3537 16,43 523 44 528 47 552 42,stand,,,
530 3242 3496 8,527 529 541 552,stand,,,
531 2641 3483 16,528 519 541,stand,,,
532 2109 3299 16,519 398 535,stand,,,
533 1914 3062 16,397 532 535,stand,,,
534 2094 2884 16,531 533 535 539,stand,,,
535 1997 2780 19,532 534,stand,,,
536 1749 2875 19,533,stand,,,
537 2175 3082 16,532 531 530 536,stand,,,
538 2523 2781 16,535 537 539 540 546,stand,,,
539 2511 2477 16,536 521 382 546,stand,,,
540 2227 2428 16,521 539,stand,,,
541 2223 2733 16,538 532 536,stand,,,
542 3013 3041 8,536 541,stand,,,
543 2998 3290 8,540 528 529,stand,,,
544 2922 -150 8,376 543 547,stand,,,
545 2829 506 8,542 544 379 378,stand,,,
546 2861 1004 8,543 545 381,stand,,,
547 2922 1848 8,544 546 382 381,stand,,,
548 2838 2436 8,545 537 536 382,stand,,,
549 3049 -727 8,375 542 548,stand,,,
550 3841 -783 16,547 326 325,stand,,,
551 -187 -1720 68,228,stand,,,
552 -340 -1937 70,227,stand,,,
553 -613 -2534 64,224,stand,,,
554 3239 4010 16,518 528 527 50 553,stand,,,
555 3565 3014 8,526 552,stand,,,
556 2641 -5524 16,168 166,stand,,,
557 2022 -3644 16,180 369,stand,,,
558 -1188 -1094 36,200 199,stand,,,

View File

@ -0,0 +1,438 @@
437
6106 6080 -1358,1 418 419 420,stand,,,
6057 6952 -1418,0 2 436,stand,,,
5978 7446 -1571,1 3 4 165 436,stand,,,
5961 7537 -1564,2 4 5,stand,,,
6011 7621 -1564,3 5 2 139 324,stand,,,
5871 7556 -1564,4 3 6,stand,,,
5618 7558 -1564,5 7,stand,,,
5585 7655 -1564,6 8 12,stand,,,
5665 7805 -1564,7 9,stand,,,
5847 7956 -1564,8 10 11 13,stand,,,
5906 7785 -1564,9 11,stand,,,
5751 7843 -1564,10 12 9,stand,,,
5569 7854 -1564,11 7,stand,,,
5820 8209 -1564,9 14 20,stand,,,
5736 8245 -1564,13 15 16 20,stand,,,
5683 8215 -1564,14 299,stand,,,
5690 8277 -1564,14 17,stand,,,
5454 8227 -1402,16 18 298 18,stand,,,
5436 8175 -1402,17 19 17,stand,,,
5588 8128 -1402,18,stand,,,
5894 8244 -1564,14 21 22 13,stand,,,
6037 8082 -1564,20 22 24,stand,,,
5999 8234 -1564,20 23 21,stand,,,
6077 8335 -1564,22 319,stand,,,
6063 7941 -1564,27 21 324,stand,,,
6666 7988 -1564,26,stand,,,
6390 7980 -1564,25 27,stand,,,
6252 7972 -1564,26 24 29,stand,,,
6146 7717 -1564,29 139 324,stand,,,
6261 7783 -1564,28 27 325,stand,,,
6411 7691 -1398,31 139,stand,,,
6705 7767 -1398,30 32,stand,,,
6833 7693 -1398,33 31,stand,,,
6903 7357 -1390,32 34 36 48,stand,,,
6710 7253 -1390,33 48,stand,,,
7196 7415 -1390,36 38,stand,,,
7110 7399 -1390,35 33 37,stand,,,
7153 7287 -1390,36,stand,,,
7218 7261 -1390,35 39,stand,,,
7078 7160 -1390,38 48 49 45 435,stand,,,
7442 6855 -1390,41 42 47,stand,,,
7307 6688 -1390,40,stand,,,
7542 7036 -1390,40 43,stand,,,
7440 7102 -1390,44 47 42,stand,,,
7335 7185 -1390,43 49,stand,,,
7024 6915 -1390,46 49 39 50 435,stand,,,
7178 6835 -1390,45 47,stand,,,
7325 6979 -1390,46 43 40 49,stand,,,
7013 7254 -1390,34 39 33,stand,,,
7204 7075 -1390,39 47 44 45,stand,,,
6950 6839 -1390,45 51 82,stand,,,
6647 7025 -1390,50 52,stand,,,
6590 6975 -1390,51 53,stand,,,
6558 6872 -1390,52 57 58 54,stand,,,
6489 6809 -1390,55 56 57 53 59,stand,,,
6316 6577 -1390,54 56 60 61 62,stand,,,
6268 6784 -1390,55 54 59,stand,,,
6489 6938 -1390,54 53 138,stand,,,
6671 6854 -1390,53,stand,,,
6509 6665 -1390,54 56,stand,,,
6229 6512 -1390,55,stand,,,
6620 6336 -1390,55 62 64 76 65 77 86,stand,,,
6422 6319 -1390,61 63 55,stand,,,
6277 6302 -1390,62,stand,,,
6837 6279 -1390,61 90,stand,,,
6845 6200 -1390,66 76 61,stand,,,
7009 6225 -1390,65 67,stand,,,
7108 6301 -1390,66 68,stand,,,
7158 6272 -1390,69 67,stand,,,
7176 6206 -1390,68 70,stand,,,
7208 6004 -1390,71 75 69,stand,,,
7249 5830 -1390,70 72,stand,,,
7204 5740 -1390,71 73,stand,,,
7013 5696 -1390,72 74 122,stand,,,
6991 5862 -1390,73 75,stand,,,
7033 5932 -1390,74 70,stand,,,
6671 6167 -1390,65 61,stand,,,
6698 6434 -1390,61 79 78 86,stand,,,
6781 6566 -1390,79 77 80,stand,,,
6650 6528 -1390,78 77,stand,,,
6845 6651 -1390,81 89 78,stand,,,
6953 6679 -1390,80 83 84 89,stand,,,
6951 6799 -1390,50 83 88,stand,,,
7047 6694 -1390,82 81,stand,,,
7099 6543 -1390,81 85,stand,,,
7080 6462 -1390,84 86 87 88,stand,,,
6793 6396 -1390,85 61 77 87,stand,,,
6908 6540 -1390,86 85,stand,,,
7248 6594 -1390,85 82,stand,,,
6805 6761 -1390,81 80,stand,,,
7072 6329 -1226,64 91,stand,,,
7157 6222 -1226,90 92 103,stand,,,
7185 6102 -1226,91 93 103,stand,,,
7267 5723 -1226,92 94 99,stand,,,
7270 5631 -1226,93 95,stand,,,
7167 5572 -1226,94 96,stand,,,
7066 5553 -1226,97 98 95,stand,,,
6995 5545 -1226,96 98 103 110 104,stand,,,
7011 5603 -1226,97 96 100 99,stand,,,
7055 5653 -1226,93 100 98,stand,,,
6997 5676 -1226,99 98 101,stand,,,
6923 5979 -1226,100 102,stand,,,
7006 6110 -1226,101,stand,,,
7101 6123 -1226,91 92 97,stand,,,
6816 5508 -1226,105 97,stand,,,
6844 5374 -1226,104 106,stand,,,
6911 5240 -1226,107 105 109,stand,,,
6963 5091 -1226,106 108 111,stand,,,
7112 5086 -1226,107 113 115,stand,,,
6990 5326 -1226,106 110,stand,,,
6914 5479 -1226,109 97,stand,,,
6883 4926 -1226,107 112 114,stand,,,
6858 5102 -1226,111 113,stand,,,
7047 5142 -1226,108 112,stand,,,
7119 4963 -1226,111,stand,,,
7392 5139 -1390,108 116,stand,,,
7425 5100 -1390,115 117 136,stand,,,
7288 5016 -1390,116 118,stand,,,
6998 5089 -1390,117 119 120,stand,,,
6898 4943 -1390,118,stand,,,
6937 5456 -1390,118 121,stand,,,
7021 5554 -1390,120 122 123 131,stand,,,
6999 5643 -1390,121 73,stand,,,
6818 5441 -1390,121 124,stand,,,
6882 5289 -1390,123 125,stand,,,
7062 5150 -1390,124 126,stand,,,
7164 5182 -1390,125 127 131,stand,,,
7358 5196 -1390,126 128,stand,,,
7460 5300 -1390,127 129 136,stand,,,
7411 5561 -1390,128 130 132,stand,,,
7329 5597 -1390,131 129,stand,,,
7123 5557 -1390,130 126 121,stand,,,
7519 5646 -1390,133 129 134,stand,,,
7530 5748 -1390,132 137,stand,,,
7671 5583 -1390,132 135,stand,,,
7735 5406 -1390,134 136,stand,,,
7652 5152 -1390,135 116 128,stand,,,
7423 5805 -1390,133 326,stand,,,
6435 6970 -1390,57,stand,,,
6160 7660 -1564,28 30 4,stand,,,
4216 7547 -1648,141 167 163,stand,,,
4136 7532 -1612,140 142 143,stand,,,
4218 7367 -1612,141,stand,,,
3935 7517 -1612,141 144 158,stand,,,
3903 7599 -1564,143 145 147 153,stand,,,
3855 7729 -1564,144 146,stand,,,
3900 7794 -1564,145 152 154,stand,,,
4015 7656 -1564,144 148 154,stand,,,
4101 7657 -1564,147 149 150,stand,,,
4177 7695 -1564,148 150 155,stand,,,
4113 7748 -1564,149 151 148,stand,,,
4065 7811 -1564,150 154,stand,,,
3698 7755 -1564,146 153,stand,,,
3744 7641 -1564,152 144,stand,,,
3981 7806 -1564,146 147 151,stand,,,
4770 7837 -1564,149 156 157,stand,,,
4822 7890 -1564,155 157 186 185,stand,,,
4833 7808 -1564,156 162 155 434,climb,,,
3736 7490 -1612,143 159,climb,,,
3731 7489 -1564,158 160,climb,,,
3648 7481 -1616,159 161,climb,,,
3205 7634 -1681,160 168 221 429,stand,,,
5407 7964 -1564,157,stand,,,
4850 7773 -1615,164 140 434,climb,,,
5236 7601 -1636,163 165,stand,,,
5545 7375 -1564,164 2 166,stand,,,
4872 7354 -1639,165 167 418,stand,,,
4385 7475 -1647,140 166,stand,,,
3139 7890 -1687,161 169,stand,,,
3106 8058 -1687,168 170 222 206,stand,,,
3176 8157 -1687,169 171 206 212,stand,,,
3307 7888 -1624,170 172,stand,,,
3411 7905 -1624,171 173,stand,,,
3377 8185 -1564,172 174 201,stand,,,
3457 8225 -1564,173 189 202 204,stand,,,
3604 8055 -1546,176 189,stand,,,
3737 7859 -1564,175 177,stand,,,
4052 7907 -1564,176 178 180 273,stand,,,
4188 7924 -1564,177 179 180 181,stand,,,
4342 7999 -1564,178 181 277,stand,,,
4110 8016 -1564,178 177 188 273,stand,,,
4296 7899 -1564,178 182 179 183,stand,,,
4562 8010 -1564,181,stand,,,
4406 7863 -1564,184 181 188,stand,,,
4692 7910 -1564,183 185,stand,,,
4777 7932 -1564,184 186 156 187,stand,,,
4858 7976 -1564,185 156 305 306,stand,,,
4719 8084 -1564,185,stand,,,
4236 7826 -1564,183 180,stand,,,
3600 8235 -1564,174 175 190,stand,,,
3644 8284 -1564,189 191,stand,,,
3638 8399 -1564,190 192,stand,,,
3833 8522 -1564,191 193,stand,,,
3985 8536 -1564,192 194 273 275,stand,,,
4079 8701 -1564,193 195 196 275,stand,,,
4047 8795 -1564,194 196 198,stand,,,
4131 8717 -1564,195 197 194,stand,,,
4446 8418 -1564,196,stand,,,
3951 8830 -1564,195 199,stand,,,
3719 8675 -1564,198 200 205,stand,,,
3351 8503 -1564,199 201,stand,,,
3298 8436 -1564,200 173,stand,,,
3510 8093 -1564,174 203,stand,,,
3540 7850 -1564,202,stand,,,
3139 8357 -1564,174 205,stand,,,
3113 8543 -1564,199 204,stand,,,
3017 8237 -1687,170 207 272 169,stand,,,
2946 8558 -1687,206 213,stand,,,
1495 8205 -1831,209 258 268,stand,,,
1602 8210 -1831,208 210,stand,,,
1789 8211 -1685,209 214 241 271,stand,,,
2566 8103 -1687,212 222,stand,,,
3029 8124 -1687,211 170 241,stand,,,
2396 8854 -1682,207 214,stand,,,
1955 8839 -1687,213 210,stand,,,
70 8575 -1938,216 229 228 430,stand,,,
81 8146 -1938,215 217 227 432 431,stand,,,
424 7561 -1943,216 218 228 219,stand,,,
635 7406 -1943,217 219 433,stand,,,
965 7406 -1943,218 220 235 217,stand,,,
1504 7399 -1893,219 221,stand,,,
2535 7608 -1692,220 222 161,stand,,,
2494 7740 -1696,169 221 211 223,stand,,,
1435 7556 -1908,222 224,stand,,,
1166 7538 -1943,225 223 242,stand,,,
1092 7594 -1943,224 226 242,stand,,,
679 7606 -1943,225 227,stand,,,
591 7718 -1943,226 228 216 432,stand,,,
584 7882 -1943,227 229 215 230 217 433 432,stand,,,
440 8432 -1932,228 215 430 431,stand,,,
673 7883 -1935,228 231,stand,,,
818 7912 -1831,232 233 230 255,stand,,,
833 8287 -1831,231,stand,,,
814 7734 -1831,231 234,stand,,,
704 7738 -1831,233,stand,,,
1091 7245 -1943,219 236,stand,,,
907 7247 -1823,235 237,stand,,,
902 7313 -1823,236 238,stand,,,
1104 7297 -1687,237 239,stand,,,
1138 7759 -1687,238 240,stand,,,
1655 8030 -1687,239 241,stand,,,
2166 7909 -1687,240 212 210,stand,,,
1142 7627 -1943,224 225 243,stand,,,
1145 7781 -1831,242 244 245 254,stand,,,
1177 7899 -1831,243 249 248 254,stand,,,
1289 7816 -1831,243 246 246 251,stand,,,
1391 7916 -1831,245 245 247 250,stand,,,
1326 7984 -1831,248 250 246,stand,,,
1215 7980 -1831,247 249 244,stand,,,
1165 8097 -1831,248 244 257 258,stand,,,
1470 8023 -1831,247 246,stand,,,
1337 7752 -1831,245 252,stand,,,
1462 7748 -1831,251 253,stand,,,
1456 7882 -1831,252,stand,,,
989 7905 -1831,244 243 255,stand,,,
913 7902 -1831,254 231 256,stand,,,
917 8122 -1831,255 257 269,stand,,,
1108 8153 -1831,256 258 249,stand,,,
1265 8191 -1831,257 208 249 428,stand,,,
1319 8322 -1811,260 428,climb,,,
1315 8366 -1943,259 261 266,climb,,,
1444 8738 -1943,260 262 267,stand,,,
983 8759 -1943,261 263,stand,,,
982 8314 -1943,262 264,stand,,,
1143 8317 -1943,265 263,stand,,,
1204 8443 -1943,264 266,stand,,,
1309 8443 -1943,265 260 267,stand,,,
1447 8433 -1943,266 261,stand,,,
1379 8241 -1831,208 428,stand,,,
921 8830 -1831,256 270,stand,,,
1509 8822 -1814,269,stand,,,
2340 8358 -1680,210 272,stand,,,
2883 8399 -1687,271 206,stand,,,
4065 8129 -1564,193 180 275 177 274,stand,,,
4339 8391 -1564,275 273,stand,,,
4156 8458 -1564,274 194 273 193 276,stand,,,
3963 8740 -1564,275,stand,,,
4564 8046 -1402,179 278 279,stand,,,
4600 8010 -1402,277 279 280,stand,,,
4663 8076 -1402,277 278 281 282,stand,,,
4432 7958 -1402,278,stand,,,
4711 8114 -1402,279 282 283,stand,,,
4722 8079 -1402,281 279 297,stand,,,
4683 8249 -1402,281 284 285,stand,,,
4894 8249 -1402,283,stand,,,
4689 8320 -1402,283 286,stand,,,
4741 8402 -1402,285 287,stand,,,
4934 8433 -1402,288 289 286,stand,,,
5006 8368 -1402,287 289 292 293,stand,,,
5033 8455 -1402,288 290 287,stand,,,
5298 8492 -1402,289,stand,,,
4613 8365 -1402,,stand,,,
5014 8198 -1402,288,stand,,,
5117 8290 -1402,288 294 295,stand,,,
5280 8252 -1402,293 296 297,stand,,,
5297 8395 -1402,293,stand,,,
5338 8199 -1402,294 297 298,stand,,,
5296 8183 -1402,294 296 282,stand,,,
5403 8220 -1402,17 296,stand,,,
5389 8141 -1564,15 300 317,stand,,,
5291 8187 -1564,299 301 307,stand,,,
5229 8174 -1564,302 300 307,stand,,,
5134 8153 -1564,301 303 308,stand,,,
5037 8144 -1564,304 302 308,stand,,,
4983 8136 -1564,303 305 309,stand,,,
4929 8109 -1564,186 306 304 309,stand,,,
4826 8120 -1564,186 305,stand,,,
5249 8231 -1564,300 301 316,stand,,,
5128 7984 -1564,302 303,stand,,,
4930 8179 -1564,304 305 310 311,stand,,,
5015 8426 -1564,309 311 315,stand,,,
4889 8329 -1564,310 309 312,stand,,,
4822 8302 -1564,311 314 313,stand,,,
4601 8281 -1564,314 312 410,stand,,,
4716 8362 -1564,313 312,stand,,,
5094 8429 -1564,310 316 318,stand,,,
5245 8286 -1564,307 315 318,stand,,,
5340 8114 -1564,299,stand,,,
5206 8444 -1564,315 316,stand,,,
6183 8355 -1564,23 320 323,stand,,,
6269 8353 -1612,321 319,stand,,,
6347 8125 -1612,320 322,stand,,,
6641 8143 -1612,321,stand,,,
6183 8013 -1564,319,stand,,,
6091 7662 -1564,4 28 24,stand,,,
6345 7640 -1564,29,stand,,,
7285 5767 -1518,137 327,stand,,,
7262 5711 -1518,326 328,stand,,,
7308 5567 -1646,327 329,stand,,,
7328 5358 -1646,328 330 331,stand,,,
7357 5274 -1646,329 331 332 417,stand,,,
7270 5307 -1646,330 329 403,stand,,,
7734 4440 -1646,330 333 416,stand,,,
7823 4384 -1646,332 334,stand,,,
8125 4454 -1646,333 363 358 367 364,stand,,,
12210 4382 -1071,336 339,stand,,,
12199 3697 -1071,335 337,stand,,,
11721 3729 -1071,336 338,stand,,,
11662 4180 -1071,337 339 341,stand,,,
11723 4408 -1071,338 335,stand,,,
10607 4093 -1251,341 342,stand,,,
11433 4197 -1239,338 340,stand,,,
10414 4004 -1447,340 343,stand,,,
10398 3346 -1447,342 344,stand,,,
10169 3297 -1646,343 345,stand,,,
9631 3186 -1646,344 346 347,stand,,,
9396 3144 -1646,345 347 348,stand,,,
9459 3340 -1646,346 345 385,stand,,,
8434 2946 -1646,346 349,stand,,,
8316 3050 -1646,348 350,stand,,,
8131 3952 -1646,349 351,stand,,,
8208 3999 -1646,350 352 352 354 364,stand,,,
8111 4033 -1646,351 353 351,stand,,,
8073 4268 -1646,352,stand,,,
8317 3929 -1646,355 357 351 367,stand,,,
8322 3817 -1646,354 356,stand,,,
8758 3925 -1646,355 357,stand,,,
8716 4140 -1646,356 354 365,stand,,,
8530 4430 -1646,359 334 364 365,stand,,,
8566 4590 -1646,358 365 366 380,stand,,,
8521 4788 -1646,361 366,stand,,,
8334 4860 -1646,360 362,stand,,,
8170 4785 -1646,361 363,stand,,,
8135 4554 -1646,362 334 366,stand,,,
8360 4320 -1646,358 351 334,stand,,,
8656 4434 -1646,357 358 359 380,stand,,,
8528 4707 -1646,359 360 363,stand,,,
8380 3986 -1646,334 354 368,stand,,,
8900 4154 -1646,367 369 369,stand,,,
9028 4322 -1646,368 370 368,stand,,,
9167 4363 -1615,369 380 371,stand,,,
9257 4402 -1615,372 373 370 378 381,stand,,,
9461 4457 -1615,371 373 376 377,stand,,,
9675 4407 -1615,372 374 371 377,stand,,,
9721 4580 -1615,373 375,stand,,,
9608 4642 -1615,374 376,stand,,,
9505 4599 -1615,375 372,stand,,,
9498 4309 -1615,372 373,stand,,,
9213 4560 -1615,379 371 386,stand,,,
9126 4545 -1615,378 380,stand,,,
8856 4473 -1646,379 359 365 370,stand,,,
9330 4042 -1615,371 382,stand,,,
9344 3971 -1646,381 383,stand,,,
9398 3671 -1646,382 384,stand,,,
9416 3577 -1615,383 385,stand,,,
9447 3430 -1615,384 347,stand,,,
9171 4810 -1615,378 387,stand,,,
9160 4858 -1646,386 388,stand,,,
9090 5202 -1646,387 389,stand,,,
9077 5256 -1615,388 390,stand,,,
9031 5385 -1615,389 391 392,stand,,,
8902 5415 -1615,390 392 411,stand,,,
9006 5510 -1615,391 390 393,stand,,,
8992 5661 -1615,392 394,stand,,,
8949 5892 -1814,393 395,stand,,,
8675 7149 -1814,394 396,stand,,,
8512 7211 -1814,395 397,stand,,,
6643 6833 -1814,396 398 404,stand,,,
6419 6744 -1814,397 399 404,stand,,,
6384 6554 -1814,398 426 427,stand,,,
6597 5536 -1814,401 427,stand,,,
6623 5472 -1836,400 402,stand,,,
6906 5238 -1845,401 403,stand,,,
7155 5281 -1646,402 331,stand,,,
6552 6925 -1814,398 397 405,stand,,,
6343 8176 -1814,404 406,stand,,,
6198 8278 -1814,405 407,stand,,,
4554 7947 -1814,406 408,stand,,,
4495 7982 -1814,407 409,stand,,,
4475 8069 -1814,408 410,stand,,,
4446 8247 -1692,409 313,stand,,,
8826 5400 -1615,391 412,stand,,,
8741 5378 -1646,411 413,stand,,,
7658 5113 -1646,412 414,stand,,,
7623 5084 -1646,413 415,stand,,,
7672 4874 -1646,416 414 417,stand,,,
7641 4497 -1646,415 332,stand,,,
7518 4816 -1646,415 330,stand,,,
5808 6689 -1345,166 0 429,stand,,,
6644 4869 -1321,0,stand,,,
6255 5971 -1390,0 421,stand,,,
6478 6012 -1390,420 422,stand,,,
6637 6057 -1518,421 423,stand,,,
6641 6102 -1518,422 424,stand,,,
6562 6396 -1814,423 425,stand,,,
6538 6482 -1814,426 424,stand,,,
6424 6482 -1814,425 399 427,stand,,,
6410 6422 -1814,400 426 399,stand,,,
1318 8283 -1831,259 258 268,climb,,,
4199 7007 -1419,161 418,stand,,,
232 8447 -1943,229 431 215,stand,,,
227 8244 -1943,430 432 216 229,stand,,,
354 8025 -1943,431 433 228 216 227,stand,,,
367 7808 -1943,432 218 228,stand,,,
4831 7796 -1524,157 163,climb,,,
6924 7121 -1390,39 45,stand,,,
6271 7088 -1419,2 1,stand,,,
1 437
2 6106 6080 -1358,1 418 419 420,stand,,,
3 6057 6952 -1418,0 2 436,stand,,,
4 5978 7446 -1571,1 3 4 165 436,stand,,,
5 5961 7537 -1564,2 4 5,stand,,,
6 6011 7621 -1564,3 5 2 139 324,stand,,,
7 5871 7556 -1564,4 3 6,stand,,,
8 5618 7558 -1564,5 7,stand,,,
9 5585 7655 -1564,6 8 12,stand,,,
10 5665 7805 -1564,7 9,stand,,,
11 5847 7956 -1564,8 10 11 13,stand,,,
12 5906 7785 -1564,9 11,stand,,,
13 5751 7843 -1564,10 12 9,stand,,,
14 5569 7854 -1564,11 7,stand,,,
15 5820 8209 -1564,9 14 20,stand,,,
16 5736 8245 -1564,13 15 16 20,stand,,,
17 5683 8215 -1564,14 299,stand,,,
18 5690 8277 -1564,14 17,stand,,,
19 5454 8227 -1402,16 18 298 18,stand,,,
20 5436 8175 -1402,17 19 17,stand,,,
21 5588 8128 -1402,18,stand,,,
22 5894 8244 -1564,14 21 22 13,stand,,,
23 6037 8082 -1564,20 22 24,stand,,,
24 5999 8234 -1564,20 23 21,stand,,,
25 6077 8335 -1564,22 319,stand,,,
26 6063 7941 -1564,27 21 324,stand,,,
27 6666 7988 -1564,26,stand,,,
28 6390 7980 -1564,25 27,stand,,,
29 6252 7972 -1564,26 24 29,stand,,,
30 6146 7717 -1564,29 139 324,stand,,,
31 6261 7783 -1564,28 27 325,stand,,,
32 6411 7691 -1398,31 139,stand,,,
33 6705 7767 -1398,30 32,stand,,,
34 6833 7693 -1398,33 31,stand,,,
35 6903 7357 -1390,32 34 36 48,stand,,,
36 6710 7253 -1390,33 48,stand,,,
37 7196 7415 -1390,36 38,stand,,,
38 7110 7399 -1390,35 33 37,stand,,,
39 7153 7287 -1390,36,stand,,,
40 7218 7261 -1390,35 39,stand,,,
41 7078 7160 -1390,38 48 49 45 435,stand,,,
42 7442 6855 -1390,41 42 47,stand,,,
43 7307 6688 -1390,40,stand,,,
44 7542 7036 -1390,40 43,stand,,,
45 7440 7102 -1390,44 47 42,stand,,,
46 7335 7185 -1390,43 49,stand,,,
47 7024 6915 -1390,46 49 39 50 435,stand,,,
48 7178 6835 -1390,45 47,stand,,,
49 7325 6979 -1390,46 43 40 49,stand,,,
50 7013 7254 -1390,34 39 33,stand,,,
51 7204 7075 -1390,39 47 44 45,stand,,,
52 6950 6839 -1390,45 51 82,stand,,,
53 6647 7025 -1390,50 52,stand,,,
54 6590 6975 -1390,51 53,stand,,,
55 6558 6872 -1390,52 57 58 54,stand,,,
56 6489 6809 -1390,55 56 57 53 59,stand,,,
57 6316 6577 -1390,54 56 60 61 62,stand,,,
58 6268 6784 -1390,55 54 59,stand,,,
59 6489 6938 -1390,54 53 138,stand,,,
60 6671 6854 -1390,53,stand,,,
61 6509 6665 -1390,54 56,stand,,,
62 6229 6512 -1390,55,stand,,,
63 6620 6336 -1390,55 62 64 76 65 77 86,stand,,,
64 6422 6319 -1390,61 63 55,stand,,,
65 6277 6302 -1390,62,stand,,,
66 6837 6279 -1390,61 90,stand,,,
67 6845 6200 -1390,66 76 61,stand,,,
68 7009 6225 -1390,65 67,stand,,,
69 7108 6301 -1390,66 68,stand,,,
70 7158 6272 -1390,69 67,stand,,,
71 7176 6206 -1390,68 70,stand,,,
72 7208 6004 -1390,71 75 69,stand,,,
73 7249 5830 -1390,70 72,stand,,,
74 7204 5740 -1390,71 73,stand,,,
75 7013 5696 -1390,72 74 122,stand,,,
76 6991 5862 -1390,73 75,stand,,,
77 7033 5932 -1390,74 70,stand,,,
78 6671 6167 -1390,65 61,stand,,,
79 6698 6434 -1390,61 79 78 86,stand,,,
80 6781 6566 -1390,79 77 80,stand,,,
81 6650 6528 -1390,78 77,stand,,,
82 6845 6651 -1390,81 89 78,stand,,,
83 6953 6679 -1390,80 83 84 89,stand,,,
84 6951 6799 -1390,50 83 88,stand,,,
85 7047 6694 -1390,82 81,stand,,,
86 7099 6543 -1390,81 85,stand,,,
87 7080 6462 -1390,84 86 87 88,stand,,,
88 6793 6396 -1390,85 61 77 87,stand,,,
89 6908 6540 -1390,86 85,stand,,,
90 7248 6594 -1390,85 82,stand,,,
91 6805 6761 -1390,81 80,stand,,,
92 7072 6329 -1226,64 91,stand,,,
93 7157 6222 -1226,90 92 103,stand,,,
94 7185 6102 -1226,91 93 103,stand,,,
95 7267 5723 -1226,92 94 99,stand,,,
96 7270 5631 -1226,93 95,stand,,,
97 7167 5572 -1226,94 96,stand,,,
98 7066 5553 -1226,97 98 95,stand,,,
99 6995 5545 -1226,96 98 103 110 104,stand,,,
100 7011 5603 -1226,97 96 100 99,stand,,,
101 7055 5653 -1226,93 100 98,stand,,,
102 6997 5676 -1226,99 98 101,stand,,,
103 6923 5979 -1226,100 102,stand,,,
104 7006 6110 -1226,101,stand,,,
105 7101 6123 -1226,91 92 97,stand,,,
106 6816 5508 -1226,105 97,stand,,,
107 6844 5374 -1226,104 106,stand,,,
108 6911 5240 -1226,107 105 109,stand,,,
109 6963 5091 -1226,106 108 111,stand,,,
110 7112 5086 -1226,107 113 115,stand,,,
111 6990 5326 -1226,106 110,stand,,,
112 6914 5479 -1226,109 97,stand,,,
113 6883 4926 -1226,107 112 114,stand,,,
114 6858 5102 -1226,111 113,stand,,,
115 7047 5142 -1226,108 112,stand,,,
116 7119 4963 -1226,111,stand,,,
117 7392 5139 -1390,108 116,stand,,,
118 7425 5100 -1390,115 117 136,stand,,,
119 7288 5016 -1390,116 118,stand,,,
120 6998 5089 -1390,117 119 120,stand,,,
121 6898 4943 -1390,118,stand,,,
122 6937 5456 -1390,118 121,stand,,,
123 7021 5554 -1390,120 122 123 131,stand,,,
124 6999 5643 -1390,121 73,stand,,,
125 6818 5441 -1390,121 124,stand,,,
126 6882 5289 -1390,123 125,stand,,,
127 7062 5150 -1390,124 126,stand,,,
128 7164 5182 -1390,125 127 131,stand,,,
129 7358 5196 -1390,126 128,stand,,,
130 7460 5300 -1390,127 129 136,stand,,,
131 7411 5561 -1390,128 130 132,stand,,,
132 7329 5597 -1390,131 129,stand,,,
133 7123 5557 -1390,130 126 121,stand,,,
134 7519 5646 -1390,133 129 134,stand,,,
135 7530 5748 -1390,132 137,stand,,,
136 7671 5583 -1390,132 135,stand,,,
137 7735 5406 -1390,134 136,stand,,,
138 7652 5152 -1390,135 116 128,stand,,,
139 7423 5805 -1390,133 326,stand,,,
140 6435 6970 -1390,57,stand,,,
141 6160 7660 -1564,28 30 4,stand,,,
142 4216 7547 -1648,141 167 163,stand,,,
143 4136 7532 -1612,140 142 143,stand,,,
144 4218 7367 -1612,141,stand,,,
145 3935 7517 -1612,141 144 158,stand,,,
146 3903 7599 -1564,143 145 147 153,stand,,,
147 3855 7729 -1564,144 146,stand,,,
148 3900 7794 -1564,145 152 154,stand,,,
149 4015 7656 -1564,144 148 154,stand,,,
150 4101 7657 -1564,147 149 150,stand,,,
151 4177 7695 -1564,148 150 155,stand,,,
152 4113 7748 -1564,149 151 148,stand,,,
153 4065 7811 -1564,150 154,stand,,,
154 3698 7755 -1564,146 153,stand,,,
155 3744 7641 -1564,152 144,stand,,,
156 3981 7806 -1564,146 147 151,stand,,,
157 4770 7837 -1564,149 156 157,stand,,,
158 4822 7890 -1564,155 157 186 185,stand,,,
159 4833 7808 -1564,156 162 155 434,climb,,,
160 3736 7490 -1612,143 159,climb,,,
161 3731 7489 -1564,158 160,climb,,,
162 3648 7481 -1616,159 161,climb,,,
163 3205 7634 -1681,160 168 221 429,stand,,,
164 5407 7964 -1564,157,stand,,,
165 4850 7773 -1615,164 140 434,climb,,,
166 5236 7601 -1636,163 165,stand,,,
167 5545 7375 -1564,164 2 166,stand,,,
168 4872 7354 -1639,165 167 418,stand,,,
169 4385 7475 -1647,140 166,stand,,,
170 3139 7890 -1687,161 169,stand,,,
171 3106 8058 -1687,168 170 222 206,stand,,,
172 3176 8157 -1687,169 171 206 212,stand,,,
173 3307 7888 -1624,170 172,stand,,,
174 3411 7905 -1624,171 173,stand,,,
175 3377 8185 -1564,172 174 201,stand,,,
176 3457 8225 -1564,173 189 202 204,stand,,,
177 3604 8055 -1546,176 189,stand,,,
178 3737 7859 -1564,175 177,stand,,,
179 4052 7907 -1564,176 178 180 273,stand,,,
180 4188 7924 -1564,177 179 180 181,stand,,,
181 4342 7999 -1564,178 181 277,stand,,,
182 4110 8016 -1564,178 177 188 273,stand,,,
183 4296 7899 -1564,178 182 179 183,stand,,,
184 4562 8010 -1564,181,stand,,,
185 4406 7863 -1564,184 181 188,stand,,,
186 4692 7910 -1564,183 185,stand,,,
187 4777 7932 -1564,184 186 156 187,stand,,,
188 4858 7976 -1564,185 156 305 306,stand,,,
189 4719 8084 -1564,185,stand,,,
190 4236 7826 -1564,183 180,stand,,,
191 3600 8235 -1564,174 175 190,stand,,,
192 3644 8284 -1564,189 191,stand,,,
193 3638 8399 -1564,190 192,stand,,,
194 3833 8522 -1564,191 193,stand,,,
195 3985 8536 -1564,192 194 273 275,stand,,,
196 4079 8701 -1564,193 195 196 275,stand,,,
197 4047 8795 -1564,194 196 198,stand,,,
198 4131 8717 -1564,195 197 194,stand,,,
199 4446 8418 -1564,196,stand,,,
200 3951 8830 -1564,195 199,stand,,,
201 3719 8675 -1564,198 200 205,stand,,,
202 3351 8503 -1564,199 201,stand,,,
203 3298 8436 -1564,200 173,stand,,,
204 3510 8093 -1564,174 203,stand,,,
205 3540 7850 -1564,202,stand,,,
206 3139 8357 -1564,174 205,stand,,,
207 3113 8543 -1564,199 204,stand,,,
208 3017 8237 -1687,170 207 272 169,stand,,,
209 2946 8558 -1687,206 213,stand,,,
210 1495 8205 -1831,209 258 268,stand,,,
211 1602 8210 -1831,208 210,stand,,,
212 1789 8211 -1685,209 214 241 271,stand,,,
213 2566 8103 -1687,212 222,stand,,,
214 3029 8124 -1687,211 170 241,stand,,,
215 2396 8854 -1682,207 214,stand,,,
216 1955 8839 -1687,213 210,stand,,,
217 70 8575 -1938,216 229 228 430,stand,,,
218 81 8146 -1938,215 217 227 432 431,stand,,,
219 424 7561 -1943,216 218 228 219,stand,,,
220 635 7406 -1943,217 219 433,stand,,,
221 965 7406 -1943,218 220 235 217,stand,,,
222 1504 7399 -1893,219 221,stand,,,
223 2535 7608 -1692,220 222 161,stand,,,
224 2494 7740 -1696,169 221 211 223,stand,,,
225 1435 7556 -1908,222 224,stand,,,
226 1166 7538 -1943,225 223 242,stand,,,
227 1092 7594 -1943,224 226 242,stand,,,
228 679 7606 -1943,225 227,stand,,,
229 591 7718 -1943,226 228 216 432,stand,,,
230 584 7882 -1943,227 229 215 230 217 433 432,stand,,,
231 440 8432 -1932,228 215 430 431,stand,,,
232 673 7883 -1935,228 231,stand,,,
233 818 7912 -1831,232 233 230 255,stand,,,
234 833 8287 -1831,231,stand,,,
235 814 7734 -1831,231 234,stand,,,
236 704 7738 -1831,233,stand,,,
237 1091 7245 -1943,219 236,stand,,,
238 907 7247 -1823,235 237,stand,,,
239 902 7313 -1823,236 238,stand,,,
240 1104 7297 -1687,237 239,stand,,,
241 1138 7759 -1687,238 240,stand,,,
242 1655 8030 -1687,239 241,stand,,,
243 2166 7909 -1687,240 212 210,stand,,,
244 1142 7627 -1943,224 225 243,stand,,,
245 1145 7781 -1831,242 244 245 254,stand,,,
246 1177 7899 -1831,243 249 248 254,stand,,,
247 1289 7816 -1831,243 246 246 251,stand,,,
248 1391 7916 -1831,245 245 247 250,stand,,,
249 1326 7984 -1831,248 250 246,stand,,,
250 1215 7980 -1831,247 249 244,stand,,,
251 1165 8097 -1831,248 244 257 258,stand,,,
252 1470 8023 -1831,247 246,stand,,,
253 1337 7752 -1831,245 252,stand,,,
254 1462 7748 -1831,251 253,stand,,,
255 1456 7882 -1831,252,stand,,,
256 989 7905 -1831,244 243 255,stand,,,
257 913 7902 -1831,254 231 256,stand,,,
258 917 8122 -1831,255 257 269,stand,,,
259 1108 8153 -1831,256 258 249,stand,,,
260 1265 8191 -1831,257 208 249 428,stand,,,
261 1319 8322 -1811,260 428,climb,,,
262 1315 8366 -1943,259 261 266,climb,,,
263 1444 8738 -1943,260 262 267,stand,,,
264 983 8759 -1943,261 263,stand,,,
265 982 8314 -1943,262 264,stand,,,
266 1143 8317 -1943,265 263,stand,,,
267 1204 8443 -1943,264 266,stand,,,
268 1309 8443 -1943,265 260 267,stand,,,
269 1447 8433 -1943,266 261,stand,,,
270 1379 8241 -1831,208 428,stand,,,
271 921 8830 -1831,256 270,stand,,,
272 1509 8822 -1814,269,stand,,,
273 2340 8358 -1680,210 272,stand,,,
274 2883 8399 -1687,271 206,stand,,,
275 4065 8129 -1564,193 180 275 177 274,stand,,,
276 4339 8391 -1564,275 273,stand,,,
277 4156 8458 -1564,274 194 273 193 276,stand,,,
278 3963 8740 -1564,275,stand,,,
279 4564 8046 -1402,179 278 279,stand,,,
280 4600 8010 -1402,277 279 280,stand,,,
281 4663 8076 -1402,277 278 281 282,stand,,,
282 4432 7958 -1402,278,stand,,,
283 4711 8114 -1402,279 282 283,stand,,,
284 4722 8079 -1402,281 279 297,stand,,,
285 4683 8249 -1402,281 284 285,stand,,,
286 4894 8249 -1402,283,stand,,,
287 4689 8320 -1402,283 286,stand,,,
288 4741 8402 -1402,285 287,stand,,,
289 4934 8433 -1402,288 289 286,stand,,,
290 5006 8368 -1402,287 289 292 293,stand,,,
291 5033 8455 -1402,288 290 287,stand,,,
292 5298 8492 -1402,289,stand,,,
293 4613 8365 -1402,,stand,,,
294 5014 8198 -1402,288,stand,,,
295 5117 8290 -1402,288 294 295,stand,,,
296 5280 8252 -1402,293 296 297,stand,,,
297 5297 8395 -1402,293,stand,,,
298 5338 8199 -1402,294 297 298,stand,,,
299 5296 8183 -1402,294 296 282,stand,,,
300 5403 8220 -1402,17 296,stand,,,
301 5389 8141 -1564,15 300 317,stand,,,
302 5291 8187 -1564,299 301 307,stand,,,
303 5229 8174 -1564,302 300 307,stand,,,
304 5134 8153 -1564,301 303 308,stand,,,
305 5037 8144 -1564,304 302 308,stand,,,
306 4983 8136 -1564,303 305 309,stand,,,
307 4929 8109 -1564,186 306 304 309,stand,,,
308 4826 8120 -1564,186 305,stand,,,
309 5249 8231 -1564,300 301 316,stand,,,
310 5128 7984 -1564,302 303,stand,,,
311 4930 8179 -1564,304 305 310 311,stand,,,
312 5015 8426 -1564,309 311 315,stand,,,
313 4889 8329 -1564,310 309 312,stand,,,
314 4822 8302 -1564,311 314 313,stand,,,
315 4601 8281 -1564,314 312 410,stand,,,
316 4716 8362 -1564,313 312,stand,,,
317 5094 8429 -1564,310 316 318,stand,,,
318 5245 8286 -1564,307 315 318,stand,,,
319 5340 8114 -1564,299,stand,,,
320 5206 8444 -1564,315 316,stand,,,
321 6183 8355 -1564,23 320 323,stand,,,
322 6269 8353 -1612,321 319,stand,,,
323 6347 8125 -1612,320 322,stand,,,
324 6641 8143 -1612,321,stand,,,
325 6183 8013 -1564,319,stand,,,
326 6091 7662 -1564,4 28 24,stand,,,
327 6345 7640 -1564,29,stand,,,
328 7285 5767 -1518,137 327,stand,,,
329 7262 5711 -1518,326 328,stand,,,
330 7308 5567 -1646,327 329,stand,,,
331 7328 5358 -1646,328 330 331,stand,,,
332 7357 5274 -1646,329 331 332 417,stand,,,
333 7270 5307 -1646,330 329 403,stand,,,
334 7734 4440 -1646,330 333 416,stand,,,
335 7823 4384 -1646,332 334,stand,,,
336 8125 4454 -1646,333 363 358 367 364,stand,,,
337 12210 4382 -1071,336 339,stand,,,
338 12199 3697 -1071,335 337,stand,,,
339 11721 3729 -1071,336 338,stand,,,
340 11662 4180 -1071,337 339 341,stand,,,
341 11723 4408 -1071,338 335,stand,,,
342 10607 4093 -1251,341 342,stand,,,
343 11433 4197 -1239,338 340,stand,,,
344 10414 4004 -1447,340 343,stand,,,
345 10398 3346 -1447,342 344,stand,,,
346 10169 3297 -1646,343 345,stand,,,
347 9631 3186 -1646,344 346 347,stand,,,
348 9396 3144 -1646,345 347 348,stand,,,
349 9459 3340 -1646,346 345 385,stand,,,
350 8434 2946 -1646,346 349,stand,,,
351 8316 3050 -1646,348 350,stand,,,
352 8131 3952 -1646,349 351,stand,,,
353 8208 3999 -1646,350 352 352 354 364,stand,,,
354 8111 4033 -1646,351 353 351,stand,,,
355 8073 4268 -1646,352,stand,,,
356 8317 3929 -1646,355 357 351 367,stand,,,
357 8322 3817 -1646,354 356,stand,,,
358 8758 3925 -1646,355 357,stand,,,
359 8716 4140 -1646,356 354 365,stand,,,
360 8530 4430 -1646,359 334 364 365,stand,,,
361 8566 4590 -1646,358 365 366 380,stand,,,
362 8521 4788 -1646,361 366,stand,,,
363 8334 4860 -1646,360 362,stand,,,
364 8170 4785 -1646,361 363,stand,,,
365 8135 4554 -1646,362 334 366,stand,,,
366 8360 4320 -1646,358 351 334,stand,,,
367 8656 4434 -1646,357 358 359 380,stand,,,
368 8528 4707 -1646,359 360 363,stand,,,
369 8380 3986 -1646,334 354 368,stand,,,
370 8900 4154 -1646,367 369 369,stand,,,
371 9028 4322 -1646,368 370 368,stand,,,
372 9167 4363 -1615,369 380 371,stand,,,
373 9257 4402 -1615,372 373 370 378 381,stand,,,
374 9461 4457 -1615,371 373 376 377,stand,,,
375 9675 4407 -1615,372 374 371 377,stand,,,
376 9721 4580 -1615,373 375,stand,,,
377 9608 4642 -1615,374 376,stand,,,
378 9505 4599 -1615,375 372,stand,,,
379 9498 4309 -1615,372 373,stand,,,
380 9213 4560 -1615,379 371 386,stand,,,
381 9126 4545 -1615,378 380,stand,,,
382 8856 4473 -1646,379 359 365 370,stand,,,
383 9330 4042 -1615,371 382,stand,,,
384 9344 3971 -1646,381 383,stand,,,
385 9398 3671 -1646,382 384,stand,,,
386 9416 3577 -1615,383 385,stand,,,
387 9447 3430 -1615,384 347,stand,,,
388 9171 4810 -1615,378 387,stand,,,
389 9160 4858 -1646,386 388,stand,,,
390 9090 5202 -1646,387 389,stand,,,
391 9077 5256 -1615,388 390,stand,,,
392 9031 5385 -1615,389 391 392,stand,,,
393 8902 5415 -1615,390 392 411,stand,,,
394 9006 5510 -1615,391 390 393,stand,,,
395 8992 5661 -1615,392 394,stand,,,
396 8949 5892 -1814,393 395,stand,,,
397 8675 7149 -1814,394 396,stand,,,
398 8512 7211 -1814,395 397,stand,,,
399 6643 6833 -1814,396 398 404,stand,,,
400 6419 6744 -1814,397 399 404,stand,,,
401 6384 6554 -1814,398 426 427,stand,,,
402 6597 5536 -1814,401 427,stand,,,
403 6623 5472 -1836,400 402,stand,,,
404 6906 5238 -1845,401 403,stand,,,
405 7155 5281 -1646,402 331,stand,,,
406 6552 6925 -1814,398 397 405,stand,,,
407 6343 8176 -1814,404 406,stand,,,
408 6198 8278 -1814,405 407,stand,,,
409 4554 7947 -1814,406 408,stand,,,
410 4495 7982 -1814,407 409,stand,,,
411 4475 8069 -1814,408 410,stand,,,
412 4446 8247 -1692,409 313,stand,,,
413 8826 5400 -1615,391 412,stand,,,
414 8741 5378 -1646,411 413,stand,,,
415 7658 5113 -1646,412 414,stand,,,
416 7623 5084 -1646,413 415,stand,,,
417 7672 4874 -1646,416 414 417,stand,,,
418 7641 4497 -1646,415 332,stand,,,
419 7518 4816 -1646,415 330,stand,,,
420 5808 6689 -1345,166 0 429,stand,,,
421 6644 4869 -1321,0,stand,,,
422 6255 5971 -1390,0 421,stand,,,
423 6478 6012 -1390,420 422,stand,,,
424 6637 6057 -1518,421 423,stand,,,
425 6641 6102 -1518,422 424,stand,,,
426 6562 6396 -1814,423 425,stand,,,
427 6538 6482 -1814,426 424,stand,,,
428 6424 6482 -1814,425 399 427,stand,,,
429 6410 6422 -1814,400 426 399,stand,,,
430 1318 8283 -1831,259 258 268,climb,,,
431 4199 7007 -1419,161 418,stand,,,
432 232 8447 -1943,229 431 215,stand,,,
433 227 8244 -1943,430 432 216 229,stand,,,
434 354 8025 -1943,431 433 228 216 227,stand,,,
435 367 7808 -1943,432 218 228,stand,,,
436 4831 7796 -1524,157 163,climb,,,
437 6924 7121 -1390,39 45,stand,,,
438 6271 7088 -1419,2 1,stand,,,

View File

@ -0,0 +1,331 @@
330
-2272.79 2377.29 43.125,141 142,stand,,,
-2269.7 1807 43.125,141 145 103,stand,,,
-2159.2 2389 238.125,105,stand,,,
-2273.7 1553.5 373.625,279 280,stand,,,
-1779.4 641.8 373.625,106,stand,,,
-1778.9 -311.2 373.625,107,stand,,,
-2284.1 -497.6 119.629,111,stand,,,
-2289.8 622 119.629,113,stand,,,
-1601.5 627.8 119.629,116,stand,,,
-1589.4 -817.8 43.125,79 117,stand,,,
-1470.9 -670.3 43.125,29,stand,,,
-737.9 -1235.8 1.125,98,stand,,,
-272.4 -1243.8 1.125,112,stand,,,
220.8 -938.3 0.124997,68 177,stand,,,
-358.9 1490.1 43.125,139 140 138,stand,,,
347.2 1504.9 43.125,88,stand,,,
1500.2 1564.4 49.625,118,stand,,,
2313.7 1746.2 43.125,131,stand,,,
2292.2 2394.1 43.125,131 123,stand,,,
1469.5 -993.2 43.125,172 173,stand,,,
908.2 -291.4 43.125,63 62 64,stand,,,
507.4 -971.5 238.125,159,stand,,,
-568.1 -967.2 238.125,157 156,stand,,,
-142.8 1621 238.125,45,stand,,,
118.8 1623.1 238.125,47 46,stand,,,
2002.3 1623.6 373.625,309,stand,,,
2151 1605.5 373.625,308 61,stand,,,
1814.5 1068.2 373.625,310,stand,,,
2298.1 -994.7 373.625,307,stand,,,
-1260.36 -774.305 43.125,30 154 10 117,stand,,,
-1097.11 -773.62 43.125,29 153 78,stand,,,
-1002.14 -190.496 119.625,32 152 290,stand,,,
-989.995 132.436 119.625,33 31 293,stand,,,
-960.558 457.898 119.625,34 86 32,stand,,,
-984.024 760.56 43.125,35 33 211,stand,,,
-1201.08 1004.33 43.125,36 34 212,stand,,,
-1307.5 1308.14 43.125,37 35 210,stand,,,
-1389.4 1624.47 43.125,151 36 206,stand,,,
-2219.03 2075.09 238.125,39 150,stand,,,
-2062.39 2098.13 238.125,38 105 276,stand,,,
-1419.19 2004.49 238.125,275 277,stand,,,
-941.399 1895.63 238.125,274 275,stand,,,
-472.584 1773.62 238.125,43 274,stand,,,
-382.864 1636.26 238.125,42 44 269,stand,,,
-279.901 1517.07 238.125,43 45 269,stand,,,
-120.006 1498.3 238.125,44 46 23 272,stand,,,
42.1171 1496.39 238.125,45 47 273 24,stand,,,
207.118 1497.96 238.125,46 48 24,stand,,,
325.947 1599.87 238.125,47 49 261,stand,,,
412.789 1734.63 238.125,48 300,stand,,,
1874.57 1921.82 56.0581,129 130,stand,,,
1154.47 1360.55 43.125,52 127 197 203,stand,,,
1118.58 1035.89 43.125,53 51 198 197,stand,,,
1105.33 713.015 43.125,54 52 200,stand,,,
1107.67 386.22 43.125,55 53 200,stand,,,
1096.6 63.2378 43.125,56 62 54 202,stand,,,
1135.79 -92.836 43.125,55 57 62,stand,,,
1284.32 -160.809 43.125,56 58 175 63,stand,,,
1433.85 -218.999 43.125,57 59 120 175,stand,,,
1486.59 -366.88 47.125,58 120 304,stand,,,
2229.68 1228.07 373.625,61 311 312,stand,,,
2217.69 1388.76 373.625,60 308 26,stand,,,
995.304 -126.223 43.125,63 55 56 202 20,stand,,,
971.592 -285.632 43.125,62 64 20 57,stand,,,
944.403 -444.424 43.125,63 65 176 20,stand,,,
894.151 -598.546 43.125,64 66,stand,,,
829.014 -749.007 43.125,65 67 124,stand,,,
680.273 -782.148 2.47777,66 68 177 185,stand,,,
395.244 -671.043 0.124999,67 13 178,stand,,,
272.709 -201.067 0.124999,178 70 186,stand,,,
215.827 120.624 0.124999,69 179,stand,,,
62.9499 554.8 0.124999,72 179 190,stand,,,
-99.9819 555.098 0.124999,71 73 190,stand,,,
-217.861 449.087 0.124999,72 74 223,stand,,,
-265.839 294.859 0.124999,73 75 222,stand,,,
-320.373 -27.2839 0.124999,76 74,stand,,,
-340.976 -349.77 0.124999,77 75,stand,,,
-403.6 -666.605 0.124999,221 76 112,stand,,,
-995.252 -883.614 43.125,30 220,stand,,,
-1600.1 -538.849 119.629,80 111 9,stand,,,
-1608.87 -377.689 119.629,79 81,stand,,,
-1618 -216.207 119.629,80 82,stand,,,
-1625.11 -54.2566 119.629,81 83,stand,,,
-1588.91 104.32 119.629,82 84 115 116,stand,,,
-1443.28 162.16 119.625,83 85 293,stand,,,
-1289.96 203.464 119.625,84 86,stand,,,
-1185.24 327.353 119.625,85 33 293,stand,,,
200.099 930.44 43.125,135 189,stand,,,
419.05 1490.57 43.125,15 134 136 191 301,stand,,,
556.073 1944.35 43.125,90 134,stand,,,
839.844 2097.01 43.125,91 89,stand,,,
1160.73 2093.12 43.125,92 90,stand,,,
1467.31 1981.6 43.125,130 133 128 91,stand,,,
695.418 1276.06 43.125,168 191 203 197 301,stand,,,
690.134 78.415 238.125,166 167,stand,,,
111.135 -868.234 238.125,158 159,stand,,,
-377.374 -869.956 238.125,156 158,stand,,,
-841.141 -983.634 246.625,155 157,stand,,,
-701.567 -1080.75 1.125,11 221,stand,,,
-1554.27 2291.83 43.125,100 143 144,stand,,,
-1231.05 2236.72 43.125,101 99,stand,,,
-922.672 2139.71 43.125,102 100,stand,,,
-659.001 1955.19 43.125,140 101,stand,,,
-2036.64 1812.64 43.125,104 1 145,stand,,,
-1874.9 1811.79 43.125,103 151,stand,,,
-2053.63 2306.65 238.125,2 39 110 276,stand,,,
-1638.58 530.476 373.625,4 282 286,stand,,,
-1624.29 -280.124 373.625,108 5 285,stand,,,
-1619.32 -441.519 373.625,107 288,stand,,,
-2287.47 2256.47 300.125,110 281,stand,,,
-2140.65 2302.93 268.125,109 105,stand,,,
-1970.85 -520.438 119.629,6 79,stand,,,
-286.882 -1073.78 1.125,12 77 221,stand,,,
-2163.47 477.811 119.629,7 114,stand,,,
-1851.69 466.611 119.629,113 115,stand,,,
-1845.69 135.913 119.629,114 83,stand,,,
-1603.94 323.635 119.629,83 8,stand,,,
-1526.22 -889.845 45.125,9 154 29,stand,,,
1500.13 1165.09 49.625,126 16,stand,,,
1487.03 515.407 49.625,125 126,stand,,,
1492.61 -132.261 43.0366,58 59 125,stand,,,
2027.98 1842.96 43.125,122 132,stand,,,
1821.21 1820.24 43.125,121 130,stand,,,
1927.81 2242.93 43.125,18 132 133,stand,,,
1196.79 -848.509 43.125,66 172 173,stand,,,
1487.58 211.693 49.625,120 119,stand,,,
1490.46 820.517 49.625,118 119,stand,,,
1245.07 1628.9 43.125,128 51 203,stand,,,
1471.79 1754.92 43.125,127 130 92,stand,,,
2108.72 1964.05 231.248,50 294,stand,,,
1672.31 1884.38 43.125,128 50 122 92 133,stand,,,
2310.05 2004.55 43.125,17 18 132,stand,,,
2103.53 2098.04 43.125,123 131 121,stand,,,
1747.74 2040.59 43.125,123 130 92,stand,,,
466.528 1731.94 43.125,88 89 301,stand,,,
393.759 1004.08 43.125,136 87 188 196,stand,,,
402.616 1235.5 43.125,135 88 191 196,stand,,,
-266.972 929.065 43.125,138 189 190 213 207,stand,,,
-402.023 1145.74 43.125,137 139 14 207 213,stand,,,
-466.307 1475.26 43.125,138 14 140 204 207,stand,,,
-519.388 1710 43.125,139 102 14,stand,,,
-2276.43 2099 43.125,1 0 142 144,stand,,,
-2077.61 2257.28 43.125,0 143 141 144 145,stand,,,
-1817.95 2282.21 43.125,142 99,stand,,,
-1843.88 2079.08 43.125,141 142 145 99 146,stand,,,
-2074.58 1969.28 43.125,144 1 103 142,stand,,,
-1715.73 1885.1 43.125,144 147 151,stand,,,
-1855.82 1909.33 49.3721,146 148,stand,,,
-1967.73 1929.59 133.115,147 149,stand,,,
-2121.32 1956.33 247.904,148 150,stand,,,
-2243.29 1985.27 238.125,149 38,stand,,,
-1577.53 1808.94 43.125,146 104 37 206,stand,,,
-957.808 -415.41 119.625,31 153 290,stand,,,
-953.142 -609.387 43.944,152 30 220,stand,,,
-1246.36 -978.119 43.125,117 29 155,stand,,,
-1012.8 -980.679 132.983,97 154,stand,,,
-597.596 -867.107 238.125,157 22 96 238,stand,,,
-709.148 -954.444 238.125,156 97 22,stand,,,
-156.139 -873.501 238.125,96 95,stand,,,
463.703 -861.637 238.125,95 21 163 164 249,stand,,,
1142.89 -965.808 43.625,161 172,stand,,,
1021.73 -958.147 124.562,160 162,stand,,,
851.708 -964.215 246.625,161 163,stand,,,
703.205 -958.858 238.125,162 159 164,stand,,,
619.929 -684.648 238.125,159 163 165 250,stand,,,
663.605 -506.391 238.125,164 166 250,stand,,,
684.607 -239.332 238.125,165 94,stand,,,
661.018 385.336 238.125,94 171 256,stand,,,
692.509 1142.97 50.0296,93 169,stand,,,
692.635 1015.57 143.836,168 170,stand,,,
694.698 854.35 248.625,169 171,stand,,,
687.803 709.384 238.125,170 167 195 194 256 257,stand,,,
1292.94 -971.102 43.125,160 124 19,stand,,,
1455.61 -779.193 43.125,19 124 174,stand,,,
1444.41 -566.55 43.125,173 175,stand,,,
1337.58 -480.839 43.125,58 174 176 57,stand,,,
1167 -483.425 43.125,175 64,stand,,,
454.862 -869.759 0.125001,13 67,stand,,,
331.434 -439.307 0.125001,69 68,stand,,,
187.752 473.814 0.125001,70 71 187 188,stand,,,
765.149 955.692 43.125,181 196 197 198,stand,,,
654.27 779.427 43.125,180 182 187 188 196,stand,,,
644.305 454.151 0.125001,181 183 187,stand,,,
647.042 110.63 0.125001,182 184,stand,,,
647.767 -145.197 0.125001,183 185,stand,,,
651.38 -459.915 0.125001,184 67,stand,,,
373.547 169.049 0.124999,69 187,stand,,,
447.512 473.219 0.124999,186 181 182 179 188,stand,,,
287.462 710.202 43.125,135 179 181 187 189 196,stand,,,
40.7004 872.035 43.125,188 137 87 190,stand,,,
-33.1181 706.769 43.125,189 72 137 71 223,stand,,,
613.532 1266.89 43.125,136 93 192 88,stand,,,
605.535 1145.02 48.5131,191 193,stand,,,
606.692 1005.36 151.36,192 194,stand,,,
605.302 782.771 238.125,193 195 171,stand,,,
540.75 701.972 238.125,194 171,stand,,,
565.753 972.775 43.125,135 180 181 136 188,stand,,,
943.759 1143.94 43.125,180 51 198 203 52 93,stand,,,
905.533 937.76 43.125,52 180 199 197,stand,,,
939.309 737.271 43.125,198 200,stand,,,
1000.43 568.227 43.125,199 201 53 54,stand,,,
954.585 405.179 43.125,200 202,stand,,,
991.22 158.337 43.125,201 62 55,stand,,,
954.436 1433.1 43.125,93 127 197 51 301,stand,,,
-729.187 1640.24 43.125,139 205 208,stand,,,
-1006.97 1702.24 43.125,204 206,stand,,,
-1234.28 1764.47 43.125,205 151 37,stand,,,
-586.336 1283.54 43.125,138 208 137 224 139,stand,,,
-677.766 1282.02 43.125,207 209 204 227,stand,,,
-784.688 1282.24 43.125,208 210 211,stand,,,
-1026.85 1297.91 43.125,209 36 211,stand,,,
-832.773 965.024 43.125,209 34 212 213 210 214,stand,,,
-1008.51 985.239 43.125,211 35,stand,,,
-529.323 942.735 43.125,211 137 138 214 223,stand,,,
-651.976 733.221 43.125,211 213 215 222,stand,,,
-654.663 524.084 0.125,214 216 222,stand,,,
-653.617 220.574 0.125,215 217,stand,,,
-653.409 -33.9281 0.125,216 218,stand,,,
-652.967 -293.412 0.125,217 219,stand,,,
-651.756 -574.935 0.125,218 221,stand,,,
-809.702 -812.57 43.125,78 153 221,stand,,,
-610.211 -865.483 0.125001,220 98 219 77 112,stand,,,
-409.344 486.843 0.125001,74 214 215 223,stand,,,
-281.85 707.45 43.125,73 213 190 222,stand,,,
-592.815 1141.19 50.9682,225 207,stand,,,
-592.626 1011.02 146.824,224 226,stand,,,
-593.612 859.598 248.625,225 231,stand,,,
-681.308 1140.92 51.1662,208 228,stand,,,
-679.176 1018.04 141.654,227 229,stand,,,
-680.307 855.581 248.625,228 230,stand,,,
-681.888 718.662 238.125,229 231 232 231,stand,,,
-599.942 730.098 238.125,230 226 230 267,stand,,,
-634.298 495.263 238.125,230 233 234,stand,,,
-650.337 348.531 238.125,232 234 235,stand,,,
-494.013 392.696 238.125,233 232 263,stand,,,
-656.319 87.2892 238.125,233 236,stand,,,
-662.552 -158.875 238.125,235 237,stand,,,
-660.337 -394.876 238.125,236 238,stand,,,
-603.561 -571.657 238.125,237 156 239,stand,,,
-279.236 -561.245 238.125,238 240 246 247,stand,,,
-127.701 -354.672 238.125,239 241,stand,,,
-118.834 -24.4089 238.125,240 242,stand,,,
-125.837 206.705 238.125,241 243,stand,,,
-110.907 432.052 238.125,242 244 254 263 265,stand,,,
-270.72 251.244 238.125,243 245 263,stand,,,
-257.435 8.45348 238.125,244 246,stand,,,
-264.49 -267.244 238.125,245 239,stand,,,
-71.8749 -555.731 238.125,239 248,stand,,,
98.0126 -544.163 238.125,247 249 251,stand,,,
299.437 -538.294 238.125,248 250 251 159,stand,,,
468.968 -552.551 238.125,249 164 165,stand,,,
117.121 -342.493 238.125,248 252 249,stand,,,
115.919 -91.3139 238.125,251 253,stand,,,
104.708 151.459 238.125,252 254,stand,,,
136.101 422.673 238.125,253 255 262 243 264,stand,,,
298.079 398.43 238.125,254 256,stand,,,
494.732 395.436 238.125,255 167 171,stand,,,
438.519 700.078 238.125,171 258 262,stand,,,
224.954 706.705 238.125,257 259 264,stand,,,
224.501 937.708 238.125,258 260,stand,,,
230.578 1183.01 238.125,259 261 273,stand,,,
351.525 1359.18 238.125,260 48,stand,,,
296.17 567.151 238.125,257 254,stand,,,
-280.841 409.577 238.125,243 234 244 267,stand,,,
74.2714 676.602 238.125,254 258 265,stand,,,
-117.482 672.204 238.125,264 266 243,stand,,,
-243.971 728.058 238.125,265 267 270,stand,,,
-382.954 679.634 238.125,266 231 263,stand,,,
-380.739 1298.09 238.125,269 271,stand,,,
-376.243 1436.99 238.125,268 44 43,stand,,,
-247.337 927.411 238.125,266 271,stand,,,
-245.419 1202.63 238.125,270 268 272,stand,,,
-54.6856 1293.77 238.125,271 45 273,stand,,,
97.1746 1302.69 238.125,272 260 46,stand,,,
-700.152 1832.18 238.125,41 42,stand,,,
-1186.28 1948.36 238.125,40 41,stand,,,
-1851.06 2065.89 238.125,39 277 105,stand,,,
-1631.17 2035.08 238.125,276 40,stand,,,
-1624.59 1534.72 373.625,279 284,stand,,,
-1929.98 1548.82 373.625,278 3,stand,,,
-2286.77 1754.12 369.828,3 281,stand,,,
-2293.51 2000.34 334.941,280 109,stand,,,
-1593.15 699.592 373.625,106 283,stand,,,
-1590.34 939.453 373.625,282 284,stand,,,
-1593.53 1228.42 373.625,283 278,stand,,,
-1661.17 -52.5904 373.625,107 286,stand,,,
-1671.04 227.535 373.625,285 106,stand,,,
-1507.88 -570.983 119.727,288 289 291,climb,13.4021 176.907 0,,
-1521.12 -571.264 376.625,287 108,climb,84.7198 -178.792 0,,
-1325.85 -476.622 119.625,287 290 291,stand,,,
-1131.54 -421.024 119.625,289 152 31,stand,,,
-1405.45 -311.812 119.625,289 287 292,stand,,,
-1369.7 -117.449 119.625,291 293,stand,,,
-1226.29 74.8146 119.625,292 84 86 32,stand,,,
2286.51 1991.46 238.125,129 295,stand,,,
2216.32 2111.58 238.125,294 296,stand,,,
1924 2063.95 238.125,295 297,stand,,,
1612 2012.32 238.125,296 298,stand,,,
1315.28 1947.86 238.125,297 299,stand,,,
1016.66 1888.25 238.125,298 300,stand,,,
718.781 1814.81 238.125,299 49,stand,,,
603.977 1500.05 43.125,88 203 134 93,stand,,,
1480.29 -798.042 245.625,303 306,stand,,,
1480.3 -648.38 242.134,302 304,stand,,,
1482.12 -496.756 130.484,303 59,stand,,,
1938.71 -824.395 332.184,306 307,stand,,,
1683.35 -819.417 278.115,305 302,stand,,,
2154.01 -818.331 373.625,305 28 318 322,stand,,,
2129.86 1537.04 374.625,309 61 26,stand,,,
2031.51 1533.86 373.625,308 310 25,stand,,,
1937.46 1232.97 373.625,309 311 27,stand,,,
2107.4 1150.56 374.625,310 60 312,stand,,,
2232.34 1100.1 373.625,311 60 313,stand,,,
2236.42 831.84 373.625,312 314,stand,,,
2235.51 554.252 373.625,313 315,stand,,,
2231.72 274.203 373.625,314 316 319,stand,,,
2228.14 24.8256 373.625,315 317 319,stand,,,
2209.36 -228.828 373.625,316 318 321 324,stand,,,
2189.67 -514.385 373.625,317 307 322,stand,,,
2060.77 162.741 373.625,315 316 320 328,stand,,,
1901.64 22.1256 373.625,319 321 327 328,stand,,,
1990.66 -191.59 373.625,320 317 324 327,stand,,,
2092.36 -679.469 373.625,307 318 323,stand,,,
1899.39 -608.955 373.625,322 324 325,stand,,,
1934.59 -364.863 373.625,323 321 326 317 327,stand,,,
1655.48 -583.159 373.625,323 326,stand,,,
1704.63 -297.836 373.625,325 327 324 329,stand,,,
1785.3 -195.044 373.625,326 320 321 329 324,stand,,,
1645.13 165.201 373.625,319 320 329,stand,,,
1633.01 -80.7879 373.625,328 327 326,stand,,,
1 330
2 -2272.79 2377.29 43.125,141 142,stand,,,
3 -2269.7 1807 43.125,141 145 103,stand,,,
4 -2159.2 2389 238.125,105,stand,,,
5 -2273.7 1553.5 373.625,279 280,stand,,,
6 -1779.4 641.8 373.625,106,stand,,,
7 -1778.9 -311.2 373.625,107,stand,,,
8 -2284.1 -497.6 119.629,111,stand,,,
9 -2289.8 622 119.629,113,stand,,,
10 -1601.5 627.8 119.629,116,stand,,,
11 -1589.4 -817.8 43.125,79 117,stand,,,
12 -1470.9 -670.3 43.125,29,stand,,,
13 -737.9 -1235.8 1.125,98,stand,,,
14 -272.4 -1243.8 1.125,112,stand,,,
15 220.8 -938.3 0.124997,68 177,stand,,,
16 -358.9 1490.1 43.125,139 140 138,stand,,,
17 347.2 1504.9 43.125,88,stand,,,
18 1500.2 1564.4 49.625,118,stand,,,
19 2313.7 1746.2 43.125,131,stand,,,
20 2292.2 2394.1 43.125,131 123,stand,,,
21 1469.5 -993.2 43.125,172 173,stand,,,
22 908.2 -291.4 43.125,63 62 64,stand,,,
23 507.4 -971.5 238.125,159,stand,,,
24 -568.1 -967.2 238.125,157 156,stand,,,
25 -142.8 1621 238.125,45,stand,,,
26 118.8 1623.1 238.125,47 46,stand,,,
27 2002.3 1623.6 373.625,309,stand,,,
28 2151 1605.5 373.625,308 61,stand,,,
29 1814.5 1068.2 373.625,310,stand,,,
30 2298.1 -994.7 373.625,307,stand,,,
31 -1260.36 -774.305 43.125,30 154 10 117,stand,,,
32 -1097.11 -773.62 43.125,29 153 78,stand,,,
33 -1002.14 -190.496 119.625,32 152 290,stand,,,
34 -989.995 132.436 119.625,33 31 293,stand,,,
35 -960.558 457.898 119.625,34 86 32,stand,,,
36 -984.024 760.56 43.125,35 33 211,stand,,,
37 -1201.08 1004.33 43.125,36 34 212,stand,,,
38 -1307.5 1308.14 43.125,37 35 210,stand,,,
39 -1389.4 1624.47 43.125,151 36 206,stand,,,
40 -2219.03 2075.09 238.125,39 150,stand,,,
41 -2062.39 2098.13 238.125,38 105 276,stand,,,
42 -1419.19 2004.49 238.125,275 277,stand,,,
43 -941.399 1895.63 238.125,274 275,stand,,,
44 -472.584 1773.62 238.125,43 274,stand,,,
45 -382.864 1636.26 238.125,42 44 269,stand,,,
46 -279.901 1517.07 238.125,43 45 269,stand,,,
47 -120.006 1498.3 238.125,44 46 23 272,stand,,,
48 42.1171 1496.39 238.125,45 47 273 24,stand,,,
49 207.118 1497.96 238.125,46 48 24,stand,,,
50 325.947 1599.87 238.125,47 49 261,stand,,,
51 412.789 1734.63 238.125,48 300,stand,,,
52 1874.57 1921.82 56.0581,129 130,stand,,,
53 1154.47 1360.55 43.125,52 127 197 203,stand,,,
54 1118.58 1035.89 43.125,53 51 198 197,stand,,,
55 1105.33 713.015 43.125,54 52 200,stand,,,
56 1107.67 386.22 43.125,55 53 200,stand,,,
57 1096.6 63.2378 43.125,56 62 54 202,stand,,,
58 1135.79 -92.836 43.125,55 57 62,stand,,,
59 1284.32 -160.809 43.125,56 58 175 63,stand,,,
60 1433.85 -218.999 43.125,57 59 120 175,stand,,,
61 1486.59 -366.88 47.125,58 120 304,stand,,,
62 2229.68 1228.07 373.625,61 311 312,stand,,,
63 2217.69 1388.76 373.625,60 308 26,stand,,,
64 995.304 -126.223 43.125,63 55 56 202 20,stand,,,
65 971.592 -285.632 43.125,62 64 20 57,stand,,,
66 944.403 -444.424 43.125,63 65 176 20,stand,,,
67 894.151 -598.546 43.125,64 66,stand,,,
68 829.014 -749.007 43.125,65 67 124,stand,,,
69 680.273 -782.148 2.47777,66 68 177 185,stand,,,
70 395.244 -671.043 0.124999,67 13 178,stand,,,
71 272.709 -201.067 0.124999,178 70 186,stand,,,
72 215.827 120.624 0.124999,69 179,stand,,,
73 62.9499 554.8 0.124999,72 179 190,stand,,,
74 -99.9819 555.098 0.124999,71 73 190,stand,,,
75 -217.861 449.087 0.124999,72 74 223,stand,,,
76 -265.839 294.859 0.124999,73 75 222,stand,,,
77 -320.373 -27.2839 0.124999,76 74,stand,,,
78 -340.976 -349.77 0.124999,77 75,stand,,,
79 -403.6 -666.605 0.124999,221 76 112,stand,,,
80 -995.252 -883.614 43.125,30 220,stand,,,
81 -1600.1 -538.849 119.629,80 111 9,stand,,,
82 -1608.87 -377.689 119.629,79 81,stand,,,
83 -1618 -216.207 119.629,80 82,stand,,,
84 -1625.11 -54.2566 119.629,81 83,stand,,,
85 -1588.91 104.32 119.629,82 84 115 116,stand,,,
86 -1443.28 162.16 119.625,83 85 293,stand,,,
87 -1289.96 203.464 119.625,84 86,stand,,,
88 -1185.24 327.353 119.625,85 33 293,stand,,,
89 200.099 930.44 43.125,135 189,stand,,,
90 419.05 1490.57 43.125,15 134 136 191 301,stand,,,
91 556.073 1944.35 43.125,90 134,stand,,,
92 839.844 2097.01 43.125,91 89,stand,,,
93 1160.73 2093.12 43.125,92 90,stand,,,
94 1467.31 1981.6 43.125,130 133 128 91,stand,,,
95 695.418 1276.06 43.125,168 191 203 197 301,stand,,,
96 690.134 78.415 238.125,166 167,stand,,,
97 111.135 -868.234 238.125,158 159,stand,,,
98 -377.374 -869.956 238.125,156 158,stand,,,
99 -841.141 -983.634 246.625,155 157,stand,,,
100 -701.567 -1080.75 1.125,11 221,stand,,,
101 -1554.27 2291.83 43.125,100 143 144,stand,,,
102 -1231.05 2236.72 43.125,101 99,stand,,,
103 -922.672 2139.71 43.125,102 100,stand,,,
104 -659.001 1955.19 43.125,140 101,stand,,,
105 -2036.64 1812.64 43.125,104 1 145,stand,,,
106 -1874.9 1811.79 43.125,103 151,stand,,,
107 -2053.63 2306.65 238.125,2 39 110 276,stand,,,
108 -1638.58 530.476 373.625,4 282 286,stand,,,
109 -1624.29 -280.124 373.625,108 5 285,stand,,,
110 -1619.32 -441.519 373.625,107 288,stand,,,
111 -2287.47 2256.47 300.125,110 281,stand,,,
112 -2140.65 2302.93 268.125,109 105,stand,,,
113 -1970.85 -520.438 119.629,6 79,stand,,,
114 -286.882 -1073.78 1.125,12 77 221,stand,,,
115 -2163.47 477.811 119.629,7 114,stand,,,
116 -1851.69 466.611 119.629,113 115,stand,,,
117 -1845.69 135.913 119.629,114 83,stand,,,
118 -1603.94 323.635 119.629,83 8,stand,,,
119 -1526.22 -889.845 45.125,9 154 29,stand,,,
120 1500.13 1165.09 49.625,126 16,stand,,,
121 1487.03 515.407 49.625,125 126,stand,,,
122 1492.61 -132.261 43.0366,58 59 125,stand,,,
123 2027.98 1842.96 43.125,122 132,stand,,,
124 1821.21 1820.24 43.125,121 130,stand,,,
125 1927.81 2242.93 43.125,18 132 133,stand,,,
126 1196.79 -848.509 43.125,66 172 173,stand,,,
127 1487.58 211.693 49.625,120 119,stand,,,
128 1490.46 820.517 49.625,118 119,stand,,,
129 1245.07 1628.9 43.125,128 51 203,stand,,,
130 1471.79 1754.92 43.125,127 130 92,stand,,,
131 2108.72 1964.05 231.248,50 294,stand,,,
132 1672.31 1884.38 43.125,128 50 122 92 133,stand,,,
133 2310.05 2004.55 43.125,17 18 132,stand,,,
134 2103.53 2098.04 43.125,123 131 121,stand,,,
135 1747.74 2040.59 43.125,123 130 92,stand,,,
136 466.528 1731.94 43.125,88 89 301,stand,,,
137 393.759 1004.08 43.125,136 87 188 196,stand,,,
138 402.616 1235.5 43.125,135 88 191 196,stand,,,
139 -266.972 929.065 43.125,138 189 190 213 207,stand,,,
140 -402.023 1145.74 43.125,137 139 14 207 213,stand,,,
141 -466.307 1475.26 43.125,138 14 140 204 207,stand,,,
142 -519.388 1710 43.125,139 102 14,stand,,,
143 -2276.43 2099 43.125,1 0 142 144,stand,,,
144 -2077.61 2257.28 43.125,0 143 141 144 145,stand,,,
145 -1817.95 2282.21 43.125,142 99,stand,,,
146 -1843.88 2079.08 43.125,141 142 145 99 146,stand,,,
147 -2074.58 1969.28 43.125,144 1 103 142,stand,,,
148 -1715.73 1885.1 43.125,144 147 151,stand,,,
149 -1855.82 1909.33 49.3721,146 148,stand,,,
150 -1967.73 1929.59 133.115,147 149,stand,,,
151 -2121.32 1956.33 247.904,148 150,stand,,,
152 -2243.29 1985.27 238.125,149 38,stand,,,
153 -1577.53 1808.94 43.125,146 104 37 206,stand,,,
154 -957.808 -415.41 119.625,31 153 290,stand,,,
155 -953.142 -609.387 43.944,152 30 220,stand,,,
156 -1246.36 -978.119 43.125,117 29 155,stand,,,
157 -1012.8 -980.679 132.983,97 154,stand,,,
158 -597.596 -867.107 238.125,157 22 96 238,stand,,,
159 -709.148 -954.444 238.125,156 97 22,stand,,,
160 -156.139 -873.501 238.125,96 95,stand,,,
161 463.703 -861.637 238.125,95 21 163 164 249,stand,,,
162 1142.89 -965.808 43.625,161 172,stand,,,
163 1021.73 -958.147 124.562,160 162,stand,,,
164 851.708 -964.215 246.625,161 163,stand,,,
165 703.205 -958.858 238.125,162 159 164,stand,,,
166 619.929 -684.648 238.125,159 163 165 250,stand,,,
167 663.605 -506.391 238.125,164 166 250,stand,,,
168 684.607 -239.332 238.125,165 94,stand,,,
169 661.018 385.336 238.125,94 171 256,stand,,,
170 692.509 1142.97 50.0296,93 169,stand,,,
171 692.635 1015.57 143.836,168 170,stand,,,
172 694.698 854.35 248.625,169 171,stand,,,
173 687.803 709.384 238.125,170 167 195 194 256 257,stand,,,
174 1292.94 -971.102 43.125,160 124 19,stand,,,
175 1455.61 -779.193 43.125,19 124 174,stand,,,
176 1444.41 -566.55 43.125,173 175,stand,,,
177 1337.58 -480.839 43.125,58 174 176 57,stand,,,
178 1167 -483.425 43.125,175 64,stand,,,
179 454.862 -869.759 0.125001,13 67,stand,,,
180 331.434 -439.307 0.125001,69 68,stand,,,
181 187.752 473.814 0.125001,70 71 187 188,stand,,,
182 765.149 955.692 43.125,181 196 197 198,stand,,,
183 654.27 779.427 43.125,180 182 187 188 196,stand,,,
184 644.305 454.151 0.125001,181 183 187,stand,,,
185 647.042 110.63 0.125001,182 184,stand,,,
186 647.767 -145.197 0.125001,183 185,stand,,,
187 651.38 -459.915 0.125001,184 67,stand,,,
188 373.547 169.049 0.124999,69 187,stand,,,
189 447.512 473.219 0.124999,186 181 182 179 188,stand,,,
190 287.462 710.202 43.125,135 179 181 187 189 196,stand,,,
191 40.7004 872.035 43.125,188 137 87 190,stand,,,
192 -33.1181 706.769 43.125,189 72 137 71 223,stand,,,
193 613.532 1266.89 43.125,136 93 192 88,stand,,,
194 605.535 1145.02 48.5131,191 193,stand,,,
195 606.692 1005.36 151.36,192 194,stand,,,
196 605.302 782.771 238.125,193 195 171,stand,,,
197 540.75 701.972 238.125,194 171,stand,,,
198 565.753 972.775 43.125,135 180 181 136 188,stand,,,
199 943.759 1143.94 43.125,180 51 198 203 52 93,stand,,,
200 905.533 937.76 43.125,52 180 199 197,stand,,,
201 939.309 737.271 43.125,198 200,stand,,,
202 1000.43 568.227 43.125,199 201 53 54,stand,,,
203 954.585 405.179 43.125,200 202,stand,,,
204 991.22 158.337 43.125,201 62 55,stand,,,
205 954.436 1433.1 43.125,93 127 197 51 301,stand,,,
206 -729.187 1640.24 43.125,139 205 208,stand,,,
207 -1006.97 1702.24 43.125,204 206,stand,,,
208 -1234.28 1764.47 43.125,205 151 37,stand,,,
209 -586.336 1283.54 43.125,138 208 137 224 139,stand,,,
210 -677.766 1282.02 43.125,207 209 204 227,stand,,,
211 -784.688 1282.24 43.125,208 210 211,stand,,,
212 -1026.85 1297.91 43.125,209 36 211,stand,,,
213 -832.773 965.024 43.125,209 34 212 213 210 214,stand,,,
214 -1008.51 985.239 43.125,211 35,stand,,,
215 -529.323 942.735 43.125,211 137 138 214 223,stand,,,
216 -651.976 733.221 43.125,211 213 215 222,stand,,,
217 -654.663 524.084 0.125,214 216 222,stand,,,
218 -653.617 220.574 0.125,215 217,stand,,,
219 -653.409 -33.9281 0.125,216 218,stand,,,
220 -652.967 -293.412 0.125,217 219,stand,,,
221 -651.756 -574.935 0.125,218 221,stand,,,
222 -809.702 -812.57 43.125,78 153 221,stand,,,
223 -610.211 -865.483 0.125001,220 98 219 77 112,stand,,,
224 -409.344 486.843 0.125001,74 214 215 223,stand,,,
225 -281.85 707.45 43.125,73 213 190 222,stand,,,
226 -592.815 1141.19 50.9682,225 207,stand,,,
227 -592.626 1011.02 146.824,224 226,stand,,,
228 -593.612 859.598 248.625,225 231,stand,,,
229 -681.308 1140.92 51.1662,208 228,stand,,,
230 -679.176 1018.04 141.654,227 229,stand,,,
231 -680.307 855.581 248.625,228 230,stand,,,
232 -681.888 718.662 238.125,229 231 232 231,stand,,,
233 -599.942 730.098 238.125,230 226 230 267,stand,,,
234 -634.298 495.263 238.125,230 233 234,stand,,,
235 -650.337 348.531 238.125,232 234 235,stand,,,
236 -494.013 392.696 238.125,233 232 263,stand,,,
237 -656.319 87.2892 238.125,233 236,stand,,,
238 -662.552 -158.875 238.125,235 237,stand,,,
239 -660.337 -394.876 238.125,236 238,stand,,,
240 -603.561 -571.657 238.125,237 156 239,stand,,,
241 -279.236 -561.245 238.125,238 240 246 247,stand,,,
242 -127.701 -354.672 238.125,239 241,stand,,,
243 -118.834 -24.4089 238.125,240 242,stand,,,
244 -125.837 206.705 238.125,241 243,stand,,,
245 -110.907 432.052 238.125,242 244 254 263 265,stand,,,
246 -270.72 251.244 238.125,243 245 263,stand,,,
247 -257.435 8.45348 238.125,244 246,stand,,,
248 -264.49 -267.244 238.125,245 239,stand,,,
249 -71.8749 -555.731 238.125,239 248,stand,,,
250 98.0126 -544.163 238.125,247 249 251,stand,,,
251 299.437 -538.294 238.125,248 250 251 159,stand,,,
252 468.968 -552.551 238.125,249 164 165,stand,,,
253 117.121 -342.493 238.125,248 252 249,stand,,,
254 115.919 -91.3139 238.125,251 253,stand,,,
255 104.708 151.459 238.125,252 254,stand,,,
256 136.101 422.673 238.125,253 255 262 243 264,stand,,,
257 298.079 398.43 238.125,254 256,stand,,,
258 494.732 395.436 238.125,255 167 171,stand,,,
259 438.519 700.078 238.125,171 258 262,stand,,,
260 224.954 706.705 238.125,257 259 264,stand,,,
261 224.501 937.708 238.125,258 260,stand,,,
262 230.578 1183.01 238.125,259 261 273,stand,,,
263 351.525 1359.18 238.125,260 48,stand,,,
264 296.17 567.151 238.125,257 254,stand,,,
265 -280.841 409.577 238.125,243 234 244 267,stand,,,
266 74.2714 676.602 238.125,254 258 265,stand,,,
267 -117.482 672.204 238.125,264 266 243,stand,,,
268 -243.971 728.058 238.125,265 267 270,stand,,,
269 -382.954 679.634 238.125,266 231 263,stand,,,
270 -380.739 1298.09 238.125,269 271,stand,,,
271 -376.243 1436.99 238.125,268 44 43,stand,,,
272 -247.337 927.411 238.125,266 271,stand,,,
273 -245.419 1202.63 238.125,270 268 272,stand,,,
274 -54.6856 1293.77 238.125,271 45 273,stand,,,
275 97.1746 1302.69 238.125,272 260 46,stand,,,
276 -700.152 1832.18 238.125,41 42,stand,,,
277 -1186.28 1948.36 238.125,40 41,stand,,,
278 -1851.06 2065.89 238.125,39 277 105,stand,,,
279 -1631.17 2035.08 238.125,276 40,stand,,,
280 -1624.59 1534.72 373.625,279 284,stand,,,
281 -1929.98 1548.82 373.625,278 3,stand,,,
282 -2286.77 1754.12 369.828,3 281,stand,,,
283 -2293.51 2000.34 334.941,280 109,stand,,,
284 -1593.15 699.592 373.625,106 283,stand,,,
285 -1590.34 939.453 373.625,282 284,stand,,,
286 -1593.53 1228.42 373.625,283 278,stand,,,
287 -1661.17 -52.5904 373.625,107 286,stand,,,
288 -1671.04 227.535 373.625,285 106,stand,,,
289 -1507.88 -570.983 119.727,288 289 291,climb,13.4021 176.907 0,,
290 -1521.12 -571.264 376.625,287 108,climb,84.7198 -178.792 0,,
291 -1325.85 -476.622 119.625,287 290 291,stand,,,
292 -1131.54 -421.024 119.625,289 152 31,stand,,,
293 -1405.45 -311.812 119.625,289 287 292,stand,,,
294 -1369.7 -117.449 119.625,291 293,stand,,,
295 -1226.29 74.8146 119.625,292 84 86 32,stand,,,
296 2286.51 1991.46 238.125,129 295,stand,,,
297 2216.32 2111.58 238.125,294 296,stand,,,
298 1924 2063.95 238.125,295 297,stand,,,
299 1612 2012.32 238.125,296 298,stand,,,
300 1315.28 1947.86 238.125,297 299,stand,,,
301 1016.66 1888.25 238.125,298 300,stand,,,
302 718.781 1814.81 238.125,299 49,stand,,,
303 603.977 1500.05 43.125,88 203 134 93,stand,,,
304 1480.29 -798.042 245.625,303 306,stand,,,
305 1480.3 -648.38 242.134,302 304,stand,,,
306 1482.12 -496.756 130.484,303 59,stand,,,
307 1938.71 -824.395 332.184,306 307,stand,,,
308 1683.35 -819.417 278.115,305 302,stand,,,
309 2154.01 -818.331 373.625,305 28 318 322,stand,,,
310 2129.86 1537.04 374.625,309 61 26,stand,,,
311 2031.51 1533.86 373.625,308 310 25,stand,,,
312 1937.46 1232.97 373.625,309 311 27,stand,,,
313 2107.4 1150.56 374.625,310 60 312,stand,,,
314 2232.34 1100.1 373.625,311 60 313,stand,,,
315 2236.42 831.84 373.625,312 314,stand,,,
316 2235.51 554.252 373.625,313 315,stand,,,
317 2231.72 274.203 373.625,314 316 319,stand,,,
318 2228.14 24.8256 373.625,315 317 319,stand,,,
319 2209.36 -228.828 373.625,316 318 321 324,stand,,,
320 2189.67 -514.385 373.625,317 307 322,stand,,,
321 2060.77 162.741 373.625,315 316 320 328,stand,,,
322 1901.64 22.1256 373.625,319 321 327 328,stand,,,
323 1990.66 -191.59 373.625,320 317 324 327,stand,,,
324 2092.36 -679.469 373.625,307 318 323,stand,,,
325 1899.39 -608.955 373.625,322 324 325,stand,,,
326 1934.59 -364.863 373.625,323 321 326 317 327,stand,,,
327 1655.48 -583.159 373.625,323 326,stand,,,
328 1704.63 -297.836 373.625,325 327 324 329,stand,,,
329 1785.3 -195.044 373.625,326 320 321 329 324,stand,,,
330 1645.13 165.201 373.625,319 320 329,stand,,,
331 1633.01 -80.7879 373.625,328 327 326,stand,,,

View File

@ -0,0 +1,687 @@
686
-3554 -1837 0,317 318,stand,,,
-788 1072 221,133 590,stand,,,
3450 -2184 7,233 234,stand,,,
3548 1361 0,220 221,stand,,,
-2107 -4020 -66,282,stand,,,
-2819 1392 0,315 588,stand,,,
1912 -767 -276,26 27 657,stand,,,
-878 -1049 -190,627 629,stand,,,
1255 760 -266,170 171,stand,,,
525 -70 -229,635 636,stand,,,
-1670 -1837 -296,11 55,stand,,,
-1406 -1835 -301,10 12,stand,,,
-1235 -1811 -299,11 13,stand,,,
-1065 -1793 -296,12 14,stand,,,
-894 -1786 -294,13 15,stand,,,
-723 -1787 -298,14 16,stand,,,
-552 -1794 -305,15 17,stand,,,
-381 -1801 -305,16 18,stand,,,
-210 -1808 -305,17 19,stand,,,
-42 -1794 -307,18 20,stand,,,
53 -1855 -293,21 19,stand,,,
115 -1865 -314,20 22,stand,,,
161 -1873 -312,21 23,stand,,,
238 -1829 -297,24 22 50,stand,,,
304 -1819 -307,23 25,stand,,,
384 -1819 -305,24 31,stand,,,
1916 -924 -279,6 49,stand,,,
1880 -760 -273,6 28,climb,,,
1872 -762 -137,27 29,climb,,,
1831 -761 -136,28 30,stand,,,
1772 -768 -99,29 191,stand,,,
506 -1815 -305,32 25,stand,,,
540 -1811 -306,31 33,stand,,,
644 -1799 -306,32 34,stand,,,
748 -1787 -307,33 35,stand,,,
849 -1762 -304,34 36,stand,,,
950 -1732 -297,35 37,stand,,,
1050 -1701 -292,36 38,stand,,,
1150 -1671 -292,37 39,stand,,,
1247 -1642 -291,38 40,stand,,,
1350 -1610 -286,39 41,stand,,,
1449 -1579 -285,40 42,stand,,,
1549 -1547 -283,41 43,stand,,,
1646 -1509 -278,42 44,stand,,,
1737 -1460 -283,43 45,stand,,,
1818 -1392 -283,44 46,stand,,,
1879 -1308 -283,45 47,stand,,,
1911 -1208 -279,46 48,stand,,,
1916 -1104 -277,47 49,stand,,,
1921 -1007 -278,48 26,stand,,,
169 -1702 -298,23 51,stand,,,
106 -1465 -262,50 52,stand,,,
64 -1248 -200,53 51,stand,,,
52 -1146 -171,52 54,stand,,,
51 -1096 -214,53 190,stand,,,
-1741 -1798 -309,10 56 62,stand,,,
-1787 -1798 -309,55 57,climb,,,
-1790 -1798 -150,56 58,climb,,,
-1837 -1797 -143,57 59,stand,,,
-1873 -1856 -144,58 60,climb,,,
-1879 -1855 0,59 61,climb,,,
-1898 -1793 0,60 279,stand,,,
-1734 -1695 -296,55 63,stand,,,
-1715 -1521 -293,64 64 62,stand,,,
-1785 -1395 -308,63 63 68,stand,,,
-1832 -1252 -296,66 68,stand,,,
-1787 -1048 -306,67 65,stand,,,
-1751 -1025 -279,66 69,stand,,,
-1824 -1337 -299,64 65,stand,,,
-1712 -978 -292,67 70,stand,,,
-1771 -769 -307,69 71,stand,,,
-1777 -458 -306,70 72,stand,,,
-1799 -173 -298,71 73,stand,,,
-1844 -117 -313,72 74,stand,,,
-1827 -6 -312,73 75,stand,,,
-1724 -22 -313,74 76,stand,,,
-1666 -53 -298,75 77,stand,,,
-1444 -45 -304,76 78,stand,,,
-1272 -22 -295,77 79,stand,,,
-1044 -129 -298,78 80,stand,,,
-970 -143 -291,79 81,stand,,,
-958 -69 -306,80 82,stand,,,
-900 -18 -293,81 83,stand,,,
-735 -99 -302,82 84 631,stand,,,
-758 -300 -292,83 85,stand,,,
-760 -400 -257,84 86,stand,,,
-764 -502 -240,85 87 628,stand,,,
-882 -501 -227,86 88,stand,,,
-881 -393 -245,87 89,stand,,,
-877 -243 -153,88 90,stand,,,
-894 -211 -153,89 91,stand,,,
-909 -211 -123,90 92,stand,,,
-1004 -206 -123,91 93 96,stand,,,
-992 -302 -123,92 94,climb,,,
-990 -313 2,93 95,climb,,,
-1015 -378 2,94 108,stand,,,
-960 -4 -123,92 97,stand,,,
-994 112 -123,96 98,climb,,,
-994 116 2,97 99,climb,,,
-992 163 2,98 107,stand,,,
-59 -62 96,102 109,stand,,,
-291 -89 16,102 103,climb,,,
-268 -89 99,100 101,climb,,,
-431 -93 13,101 104,stand,,,
-730 -94 12,103 105,stand,,,
-1065 -92 19,106 104,stand,,,
-1127 -92 2,105 107 108,stand,,,
-1117 152 2,106 99 450,stand,,,
-1131 -367 2,106 95 350,stand,,,
-2 71 99,100 110,stand,,,
-45 217 96,109 111,stand,,,
-42 336 96,110 112,stand,,,
127 450 101,111 113,stand,,,
133 513 101,114 112,stand,,,
47 527 99,113 115,stand,,,
47 656 101,114 116 120,stand,,,
-45 647 101,117 115 118,stand,,,
-46 507 96,116,stand,,,
-199 652 96,116 119,stand,,,
-198 780 96,118 592,stand,,,
39 755 101,115 121 160,stand,,,
-8 822 99,120 122,stand,,,
-73 825 82,121 123,stand,,,
-115 841 99,122 124 592,stand,,,
-153 847 96,123 125,stand,,,
-169 847 125,124 126,stand,,,
-202 847 150,125 127,stand,,,
-235 847 177,126 128,stand,,,
-260 847 221,127 129 137,stand,,,
-453 847 218,128 130,stand,,,
-516 794 221,129 131,stand,,,
-597 787 218,130 132 591,stand,,,
-570 957 218,133 131,stand,,,
-649 1090 221,132 1,stand,,,
-110 356 218,135,stand,,,
-225 563 218,134 136,stand,,,
-205 723 223,135 137,stand,,,
-264 766 223,136 128,stand,,,
621 950 -150,139 149,climb,,,
621 953 -8,140 138,climb,,,
624 1017 -8,139 141,stand,,,
620 1149 -14,140 142,stand,,,
553 1193 -8,141 143 497,stand,,,
396 1195 -14,142 144,stand,,,
278 1194 -94,143 145,stand,,,
197 1147 -93,144 146,stand,,,
410 1111 -94,145 148,stand,,,
417 1032 -246,148 485,climb,,,
417 1042 -93,147 146,climb,,,
620 763 -198,138 150,stand,,,
612 608 -224,149 151,stand,,,
615 543 -252,152 150 677,stand,,,
394 529 -251,151 153,stand,,,
250 506 -259,152 154,stand,,,
129 512 -260,153 155 490,stand,,,
132 589 -220,154 156 161,stand,,,
132 597 -179,155 157,climb,,,
132 600 70,156 158,climb,,,
134 649 70,157 159,stand,,,
134 665 99,158 160,stand,,,
133 759 101,159 120,stand,,,
165 579 -237,155 162,stand,,,
165 626 -220,161 163,stand,,,
118 755 -220,162 164,stand,,,
117 808 -246,163 165 483,stand,,,
165 807 -246,164 166,stand,,,
190 806 -220,165 167,stand,,,
259 806 -224,168 166,stand,,,
559 797 -287,167 169,stand,,,
990 793 -290,168 170,stand,,,
1102 795 -281,169 8 669,stand,,,
1360 770 -256,8 172,climb,,,
1376 770 -118,171 173,climb,,,
1429 761 -124,172 174 203,stand,,,
1436 673 -126,175 173,stand,,,
1435 473 -124,174 176,stand,,,
1434 302 -120,175 642,stand,,,
1435 -38 -101,178 194 642,stand,,,
1439 -210 -103,177 179,stand,,,
1445 -379 -112,178 180,stand,,,
1451 -548 -105,179 181,stand,,,
1459 -720 -102,180 182,stand,,,
1467 -892 -100,181 183 193,stand,,,
1255 -962 -101,182 184,stand,,,
1085 -965 -101,183 185 626,stand,,,
886 -963 -101,184 186,stand,,,
717 -973 -116,185 187,stand,,,
548 -996 -129,186 188,stand,,,
380 -999 -163,187 189,stand,,,
216 -997 -207,188 190 645,stand,,,
55 -995 -214,189 54 630,stand,,,
1710 -765 -98,30 192,stand,,,
1699 -892 -86,193 191,stand,,,
1546 -882 -95,192 182,stand,,,
1627 -88 -114,177 195,stand,,,
1744 -90 -119,194 196,climb,,,
1748 -90 33,195 197,climb,,,
1794 -89 33,196 198,stand,,,
1820 -93 3,197 199,stand,,,
1889 -51 3,198 200,stand,,,
1937 -50 25,199 201,stand,,,
1981 -50 25,202 200,stand,,,
2009 -52 7,201 512,stand,,,
1430 920 -115,173 204,stand,,,
1630 951 -107,203 205 503,stand,,,
1634 843 -120,204 206,stand,,,
1875 845 -119,207 205,stand,,,
1875 934 -115,206 208,climb,,,
1875 939 3,207 209,climb,,,
1942 939 3,208 210,stand,,,
1942 779 3,209 211,stand,,,
2025 771 7,210 511 512 552,stand,,,
2195 1481 0,213 508,stand,,,
2451 1493 0,212 214,stand,,,
2621 1510 0,213 215,stand,,,
2792 1527 0,214 216 577,stand,,,
2962 1544 0,215 217,stand,,,
3132 1559 0,216 218,stand,,,
3305 1561 0,217 219,stand,,,
3453 1508 0,218 220,stand,,,
3480 1462 0,219 3,stand,,,
3680 1278 0,222 3,stand,,,
3811 1064 0,221 223,stand,,,
3788 894 0,222 224,stand,,,
3762 724 0,223 225,stand,,,
3750 553 0,224 226,stand,,,
3739 382 0,225 227,stand,,,
3726 211 0,226 228,stand,,,
3711 41 0,227 551,stand,,,
3716 -1631 0,230 673,stand,,,
3719 -1803 0,229 231,stand,,,
3736 -1974 0,230 232,stand,,,
3705 -2140 7,231 233,stand,,,
3567 -2187 7,232 2,stand,,,
3126 -2168 7,2 235,stand,,,
3128 -2027 0,234 236,stand,,,
2938 -2036 0,237 235,stand,,,
2736 -2036 0,236 238,stand,,,
2568 -2038 0,237 239 523 613,stand,,,
2487 -2218 7,238 240,stand,,,
2487 -2387 0,239 241 612,stand,,,
2488 -2558 0,240 242,stand,,,
2490 -2720 -11,241 243,stand,,,
2490 -2888 -41,242 244,stand,,,
2490 -3058 -60,243 245,stand,,,
2490 -3228 -60,244 246,stand,,,
2425 -3352 -60,245 247,stand,,,
2254 -3353 -60,246 248,stand,,,
2082 -3354 -60,247 249,stand,,,
1912 -3355 -60,248 603 604,stand,,,
184 -3513 -62,251,stand,,,
187 -3316 -66,250 252,stand,,,
223 -3015 -40,253 251 270,stand,,,
257 -2626 0,252 254,stand,,,
314 -2289 0,253 578 581,stand,,,
-860 -2765 159,256,stand,,,
-1004 -2777 159,255 257,stand,,,
-1036 -2978 159,258 256,stand,,,
-1026 -3125 159,257 259,stand,,,
-1033 -3442 159,258 260,stand,,,
-1023 -3726 159,259 261,stand,,,
-844 -3758 159,260 262,stand,,,
-852 -3661 159,261 263,stand,,,
-825 -3237 30,262 264,stand,,,
-850 -3062 30,263 269,stand,,,
-780 -2271 0,266 583 584,stand,,,
-768 -2359 30,265 267,stand,,,
-758 -2514 31,266 268,stand,,,
-766 -2663 30,267 277,stand,,,
-607 -3067 30,264 278,stand,,,
-126 -2994 -31,252 271,stand,,,
-302 -2990 -37,272 270,stand,,,
-302 -2896 -31,271 273,stand,,,
-302 -2743 30,272 274,stand,,,
-327 -2695 30,275 273,stand,,,
-389 -2720 30,274 276,stand,,,
-403 -2874 30,275 278,stand,,,
-618 -2775 30,278 268,stand,,,
-611 -2872 30,277 276 269,stand,,,
-1777 -1742 0,61 280,stand,,,
-1777 -1660 7,281 279 346,stand,,,
-2029 -1651 2,280 294 335,stand,,,
-1906 -3984 -66,283 4,stand,,,
-1911 -3856 -66,284 282,stand,,,
-1920 -3594 -66,283 285,stand,,,
-1951 -3425 -60,284 286 334,stand,,,
-1967 -3255 -53,285 287,stand,,,
-1978 -3084 -44,286 288,stand,,,
-1977 -2914 -30,287 289,stand,,,
-1977 -2743 -19,288 290,stand,,,
-1987 -2578 -9,289 291,stand,,,
-1994 -2423 -4,290 292,stand,,,
-1997 -2252 0,291 293,stand,,,
-2064 -2097 0,292 294 587,stand,,,
-2143 -1943 0,293 295 281,stand,,,
-2296 -1877 0,294 296,stand,,,
-2466 -1854 0,295 297,stand,,,
-2637 -1842 0,296 298,stand,,,
-2807 -1824 0,297 316,stand,,,
-2966 -1531 1,300 316,stand,,,
-2944 -1361 2,299 301,stand,,,
-2940 -1190 2,300 302,stand,,,
-2940 -1018 2,301 303,stand,,,
-2946 -847 2,302 304 364,stand,,,
-2958 -675 2,303 305,stand,,,
-2967 -504 2,304 306,stand,,,
-2968 -333 1,305 307 366,stand,,,
-2957 -161 1,306 308,stand,,,
-2946 9 1,307 309,stand,,,
-2934 179 1,308 310,stand,,,
-2922 350 1,309 311,stand,,,
-2911 520 1,310 312,stand,,,
-2899 691 1,311 425,stand,,,
-2955 1019 1,314 425,stand,,,
-2960 1184 0,313 315,stand,,,
-2899 1270 0,314 5,stand,,,
-2981 -1811 0,298 299 317,stand,,,
-3361 -1814 0,316 0,stand,,,
-3526 -2003 0,319 0,stand,,,
-3464 -2255 0,318 320,stand,,,
-3424 -2422 0,319 321,stand,,,
-3425 -2593 0,320 322,stand,,,
-3498 -2748 0,321 323,stand,,,
-3532 -2917 0,322 324,stand,,,
-3554 -3087 0,323 325,stand,,,
-3495 -3245 0,324 326,stand,,,
-3394 -3384 0,325 327,stand,,,
-3248 -3460 2,326 328,stand,,,
-3082 -3417 0,327 329,stand,,,
-2912 -3406 0,328 330,stand,,,
-2739 -3401 0,329 331,stand,,,
-2568 -3412 0,330 332,stand,,,
-2518 -3433 0,331 333,stand,,,
-2380 -3418 -66,332 334,stand,,,
-2112 -3420 -61,333 285,stand,,,
-2031 -1427 27,336 281,stand,,,
-2023 -1261 28,337 335,stand,,,
-1999 -998 28,336 338,stand,,,
-1990 -828 28,337 339,stand,,,
-1987 -656 28,338 340 365,stand,,,
-1791 -713 32,339 341,stand,,,
-1691 -663 32,340 342,stand,,,
-1663 -525 32,341 343,stand,,,
-1527 -548 32,342 347,stand,,,
-1525 -1393 32,345 360,stand,,,
-1516 -1492 32,344 346,stand,,,
-1514 -1593 7,345 280,stand,,,
-1338 -543 32,343 348 351,stand,,,
-1247 -542 32,347 349 376,stand,,,
-1149 -539 2,348 350,stand,,,
-1141 -454 2,349 108,stand,,,
-1345 -682 32,352 347,stand,,,
-1345 -747 32,351 353,stand,,,
-1345 -851 32,352 354,stand,,,
-1346 -956 32,353 355,stand,,,
-1346 -1060 32,354 356,stand,,,
-1346 -1165 32,355 357,stand,,,
-1346 -1270 32,356 358,stand,,,
-1346 -1373 32,357 359,stand,,,
-1407 -1389 32,358 360,stand,,,
-1441 -1389 32,359 344,stand,,,
-2495 -565 32,362 365,stand,,,
-2607 -551 32,363 361,stand,,,
-2730 -800 32,362 364,stand,,,
-2850 -823 2,363 303,stand,,,
-2212 -544 32,339 361,stand,,,
-2849 -333 0,367 306,stand,,,
-2828 -332 84,366 368,stand,,,
-2782 -333 32,367 369,stand,,,
-2534 -299 32,368 370,stand,,,
-2528 -366 32,369 371,stand,,,
-2281 -353 32,370 375,stand,,,
-2206 40 32,373 387 390,stand,,,
-2222 44 69,374 372,stand,,,
-2253 48 32,373 375 449,stand,,,
-2279 -141 32,371 374,stand,,,
-1254 -443 42,348 377,stand,,,
-1254 -426 85,376 378,stand,,,
-1254 -378 32,377 379,stand,,,
-1274 -317 32,378 380,stand,,,
-1457 -315 32,379 381,stand,,,
-1530 -361 32,382 380,stand,,,
-1718 -366 32,381 383,stand,,,
-1724 -164 32,382 384,stand,,,
-1750 57 32,383 385 444,stand,,,
-1770 55 69,384 386,stand,,,
-1803 49 32,385 389 396,stand,,,
-2111 12 32,372 388,stand,,,
-2010 67 32,389 387 446,stand,,,
-1894 7 32,388 386,stand,,,
-2176 191 78,372 391,stand,,,
-2112 232 78,390 392,stand,,,
-2047 232 114,393 391,stand,,,
-2005 219 114,392 394 397,stand,,,
-1952 229 114,393 395,stand,,,
-1888 255 78,394 396,stand,,,
-1845 187 78,395 386,stand,,,
-2004 261 114,393 398,stand,,,
-2013 337 147,397 399,stand,,,
-2009 375 155,398 400,stand,,,
-1984 471 155,399 402 401,stand,,,
-2207 475 155,400,stand,,,
-1984 582 155,400 409 403,stand,,,
-2192 610 155,404 402,stand,,,
-2182 863 155,403 405,stand,,,
-1975 849 155,404 406,stand,,,
-1807 840 155,405 407,stand,,,
-1804 725 155,406 408,stand,,,
-1818 601 155,407 409 410,stand,,,
-1958 632 155,408 402,stand,,,
-1685 611 155,408 411 412,stand,,,
-1480 665 155,410 412,stand,,,
-1584 904 155,411 413 410,stand,,,
-1583 930 186,412 414,stand,,,
-1584 951 127,413 420,stand,,,
-1546 1380 0,416 438 462,climb,,,
-1550 1376 81,415 417,climb,,,
-1551 1250 80,418 416,stand,,,
-1544 1172 80,417 419,stand,,,
-1544 1139 80,420 418,stand,,,
-1544 1123 127,419 414,stand,,,
-2176 1270 0,422 589,stand,,,
-1867 1162 0,421 423,stand,,,
-1764 1142 0,424 422,stand,,,
-1690 1280 0,423 437 438,stand,,,
-2888 821 1,313 312 426,stand,,,
-2664 821 1,425 427,stand,,,
-2440 823 0,426 428,stand,,,
-2408 644 0,427 429,stand,,,
-2184 647 0,428 430,stand,,,
-2077 770 0,429 431,stand,,,
-1952 756 0,430 432 439,stand,,,
-1888 797 0,431 433,stand,,,
-1900 926 0,434 432,stand,,,
-1872 991 0,433 435,stand,,,
-1708 1038 0,434 436,stand,,,
-1703 1137 0,435 437,stand,,,
-1617 1234 0,436 424,stand,,,
-1653 1425 0,424 415,stand,,,
-1948 609 0,431 440,stand,,,
-1988 512 0,439 441,stand,,,
-1888 469 0,442 440,stand,,,
-1890 340 0,441 443 445,stand,,,
-1786 334 32,442 444,stand,,,
-1719 334 32,443 384,stand,,,
-2006 325 0,442 446 447,stand,,,
-2007 173 0,445 388,stand,,,
-2133 329 0,445 448,stand,,,
-2213 327 32,447 449,stand,,,
-2280 336 32,448 374,stand,,,
-1113 283 2,107 451,stand,,,
-1018 326 2,450 452,stand,,,
-1027 478 2,451 453,stand,,,
-1013 555 -14,452 454,stand,,,
-970 762 -14,453 455 467,stand,,,
-959 811 -14,454 456,stand,,,
-1031 853 -14,457 455,stand,,,
-1030 888 2,456 458,stand,,,
-1029 940 -14,457 459,stand,,,
-1077 1056 -7,458 460,stand,,,
-1183 1209 -9,459 461,stand,,,
-1176 1386 -10,460 462 463,stand,,,
-1394 1406 -5,415 461,stand,,,
-937 1382 -7,461 464,stand,,,
-896 1375 7,463 465,stand,,,
-772 1366 -6,464 466 470,stand,,,
-487 1357 -7,465 471,stand,,,
-806 755 -14,454 468,stand,,,
-729 860 -14,469 467,stand,,,
-711 1058 -14,468 470,stand,,,
-763 1206 -14,465 469,stand,,,
-490 1218 -14,466 472,stand,,,
-515 1100 -93,473 471,stand,,,
-448 1040 -93,472 474,stand,,,
-368 1121 -93,475 473,stand,,,
-368 1231 -165,474 476,stand,,,
-442 1275 -164,477 475,stand,,,
-516 1231 -165,476 478,stand,,,
-499 1093 -246,477 479,stand,,,
-476 988 -246,478 480,stand,,,
-377 853 -246,479 481 486,stand,,,
-170 885 -246,480 482,stand,,,
1 945 -246,483 481,stand,,,
126 944 -246,482 164 484 491,stand,,,
278 951 -246,483 485,stand,,,
409 939 -246,147 484,stand,,,
-377 790 -246,480 487,stand,,,
-377 738 -223,486 488,stand,,,
-365 631 -232,487 489,stand,,,
-371 499 -243,488 490 679,stand,,,
-121 506 -266,489 154,stand,,,
136 1060 -246,483 492,stand,,,
153 1208 -220,491 493,stand,,,
152 1230 -246,492 494,stand,,,
136 1267 -246,493 495,climb,,,
136 1271 -14,494 496,climb,,,
146 1353 -8,495 498,stand,,,
565 1351 -8,142 498,stand,,,
412 1345 -10,496 497 499,stand,,,
391 1492 0,498 500,stand,,,
421 1671 7,501 499,stand,,,
675 1643 7,500 502,stand,,,
1022 1639 7,501 507,stand,,,
1625 1171 -58,204 504,stand,,,
1603 1394 -1,503 505 509,stand,,,
1377 1420 0,504 506,stand,,,
1225 1444 0,505 507,stand,,,
1231 1652 7,502 506,stand,,,
2047 1439 7,510 510 511 212,stand,,,
1759 1427 3,504 510,stand,,,
1943 1445 0,508 508 509,stand,,,
2019 1050 7,508 211,stand,,,
2015 381 7,211 202,stand,,,
3059 -291 7,514 516,stand,,,
3029 -518 7,513 515,stand,,,
2996 -516 51,514 521,stand,,,
2825 -320 7,513 517,stand,,,
2825 -383 7,518 516,stand,,,
2825 -399 51,517 519,stand,,,
2825 -440 51,518 520,stand,,,
2826 -454 7,519 538,stand,,,
2963 -517 51,515 522,stand,,,
2950 -517 7,521 538,stand,,,
2603 -1776 0,238 524,stand,,,
2619 -1552 7,525 523 539,stand,,,
2880 -1556 7,524 526 676,stand,,,
2866 -1430 7,525 527,stand,,,
2859 -1368 39,526 528,stand,,,
2849 -1136 39,527 529,stand,,,
2826 -1078 39,528 530,stand,,,
2806 -1001 7,529 531,stand,,,
2812 -714 7,530 532 538,stand,,,
2719 -714 9,533 531,stand,,,
2666 -721 31,532 534,stand,,,
2588 -735 31,533 535 546,stand,,,
2482 -736 39,536 534,stand,,,
2439 -729 39,535 537,stand,,,
2383 -726 7,536 540 541,stand,,,
2826 -524 7,531 520 522,stand,,,
2386 -1501 7,524 540,stand,,,
2362 -1085 7,539 537,stand,,,
2343 -449 7,537 542,stand,,,
2393 -150 7,541 543,stand,,,
2583 -170 7,542 544 547,stand,,,
2583 -270 7,543 545,stand,,,
2583 -329 31,544 546,stand,,,
2583 -560 31,545 534,stand,,,
2868 -157 7,543 548,stand,,,
3102 -159 7,547 549,stand,,,
3259 -157 7,548 550,stand,,,
3310 47 7,551 549 574,stand,,,
3514 46 7,550 228,stand,,,
2078 679 7,211 553,stand,,,
2255 627 0,552 554,stand,,,
2443 624 7,553 555,stand,,,
2588 652 7,554 556,stand,,,
2726 633 7,555 557 572 575,stand,,,
2735 487 7,556 558,stand,,,
2735 471 43,557 559,stand,,,
2737 452 7,558 560,stand,,,
2745 337 7,559 561,stand,,,
2595 327 7,562 560,stand,,,
2594 236 7,561 563,stand,,,
2620 111 79,564 562,stand,,,
2773 88 159,563 565,stand,,,
2829 89 159,564 566,stand,,,
2820 167 167,565 567,stand,,,
2822 264 167,568 571 566,stand,,,
2653 299 167,567 569 601,stand,,,
2625 437 167,570 571 568,stand,,,
2494 437 167,569 601,stand,,,
2831 422 167,569 567,stand,,,
2985 639 7,556 573,stand,,,
3206 651 7,572 574,stand,,,
3259 377 7,573 550,stand,,,
2723 896 7,556 576,stand,,,
2803 1105 7,577 575,stand,,,
2803 1353 7,576 215,stand,,,
523 -2289 0,254 579,stand,,,
783 -2121 0,580 578,stand,,,
823 -1904 0,579 622 623,stand,,,
151 -2280 0,254 582,stand,,,
-195 -2256 7,583 581,stand,,,
-516 -2245 0,582 265,stand,,,
-1017 -2246 0,265 585,stand,,,
-1250 -2180 7,584 586,stand,,,
-1525 -2152 0,587 585,stand,,,
-1842 -2110 0,586 293,stand,,,
-2588 1346 0,5 589,stand,,,
-2378 1307 0,588 421,stand,,,
-801 851 218,1 591,stand,,,
-665 793 218,590 131,stand,,,
-143 769 99,123 119,stand,,,
2503 231 167,594 600,stand,,,
2502 9 167,593 595,stand,,,
2500 -203 167,594 596,climb,,,
2500 -221 287,597 595,climb,,,
2497 -440 287,596 598,stand,,,
2491 -745 287,597 599,stand,,,
2609 -745 287,598,stand,,,
2506 247 203,593 601,stand,,,
2502 270 167,600 570 568,stand,,,
1818 -3691 -60,603,stand,,,
1906 -3676 -60,602 249,stand,,,
1937 -3038 -55,249 605,stand,,,
1758 -3028 -55,606 604,stand,,,
1538 -3029 0,605 607,stand,,,
1403 -3027 0,606 608,stand,,,
1429 -2736 0,609 607,stand,,,
1687 -2635 0,608 610,stand,,,
1779 -2484 0,609 611,stand,,,
2081 -2445 0,610 612,stand,,,
2206 -2450 0,240 611,stand,,,
2436 -2046 0,614 238,stand,,,
2219 -2010 0,613 615,stand,,,
2050 -1983 0,614 616,stand,,,
1882 -1957 0,615 617,stand,,,
1712 -1933 0,616 618,stand,,,
1541 -1918 0,617 619,stand,,,
1371 -1906 0,618 620,stand,,,
1201 -1895 0,619 621,stand,,,
1029 -1895 0,620 622,stand,,,
967 -1899 0,621 580,stand,,,
900 -1635 7,580 624,stand,,,
1028 -1387 -9,623 625,stand,,,
1076 -1176 -50,624 626,stand,,,
1082 -1085 -82,625 184,stand,,,
-809 -818 -217,7 628,stand,,,
-778 -638 -223,627 86,stand,,,
-584 -1038 -203,7 630,stand,,,
-254 -1008 -218,629 190,stand,,,
-411 -73 -302,83 632 681,stand,,,
-201 -5 -294,631 633,stand,,,
51 -7 -267,632 634,stand,,,
246 -33 -242,633 635,stand,,,
381 -47 -241,634 9 685,stand,,,
753 -71 -223,9 637,stand,,,
955 -45 -214,636 638,stand,,,
1185 -41 -208,637 644 656,stand,,,
1372 98 -240,640 643,climb,,,
1377 98 -67,639 641,climb,,,
1415 99 -103,640 642,stand,,,
1475 97 -113,641 176 177,stand,,,
1207 119 -222,639 644 670,stand,,,
1195 62 -208,643 638,stand,,,
176 -835 -205,189 646,stand,,,
160 -631 -222,645 647 682,stand,,,
334 -642 -217,646 648,stand,,,
497 -696 -216,647 649,stand,,,
748 -680 -223,650 648,stand,,,
919 -671 -145,649 651,stand,,,
1042 -673 -146,650 652,stand,,,
1139 -687 -165,651 653,stand,,,
1232 -704 -199,652 654,stand,,,
1355 -724 -210,653 655,stand,,,
1303 -454 -213,654 656,stand,,,
1229 -196 -210,655 638,stand,,,
1929 -642 -269,658 6,stand,,,
1919 -377 -274,657 659,stand,,,
1875 -211 -278,658 660,stand,,,
1802 -57 -279,659 661,stand,,,
1788 113 -276,660 662,stand,,,
1701 251 -279,661 663,stand,,,
1530 272 -278,662 664,stand,,,
1360 275 -273,663 665,stand,,,
1191 310 -276,664 666,stand,,,
1135 322 -278,665 667 672,stand,,,
1135 449 -277,666 668 678,stand,,,
1136 578 -258,667 669,stand,,,
1126 679 -274,668 170,stand,,,
1164 160 -229,643 671,stand,,,
1163 186 -204,670 672,stand,,,
1163 201 -275,671 666,stand,,,
3705 -1497 7,229 674,stand,,,
3522 -1517 7,673 675,stand,,,
3316 -1526 7,676 674,stand,,,
3087 -1541 7,675 525,stand,,,
819 512 -282,151 678,stand,,,
1002 474 -285,677 667,stand,,,
-383 455 -275,489,stand,,,
-383 386 -292,681,stand,,,
-386 196 -300,680 631,stand,,,
258 -503 -260,646 683,stand,,,
331 -398 -294,684 682,stand,,,
365 -236 -295,683 685,stand,,,
373 -134 -271,684 635,stand,,,
1 686
2 -3554 -1837 0,317 318,stand,,,
3 -788 1072 221,133 590,stand,,,
4 3450 -2184 7,233 234,stand,,,
5 3548 1361 0,220 221,stand,,,
6 -2107 -4020 -66,282,stand,,,
7 -2819 1392 0,315 588,stand,,,
8 1912 -767 -276,26 27 657,stand,,,
9 -878 -1049 -190,627 629,stand,,,
10 1255 760 -266,170 171,stand,,,
11 525 -70 -229,635 636,stand,,,
12 -1670 -1837 -296,11 55,stand,,,
13 -1406 -1835 -301,10 12,stand,,,
14 -1235 -1811 -299,11 13,stand,,,
15 -1065 -1793 -296,12 14,stand,,,
16 -894 -1786 -294,13 15,stand,,,
17 -723 -1787 -298,14 16,stand,,,
18 -552 -1794 -305,15 17,stand,,,
19 -381 -1801 -305,16 18,stand,,,
20 -210 -1808 -305,17 19,stand,,,
21 -42 -1794 -307,18 20,stand,,,
22 53 -1855 -293,21 19,stand,,,
23 115 -1865 -314,20 22,stand,,,
24 161 -1873 -312,21 23,stand,,,
25 238 -1829 -297,24 22 50,stand,,,
26 304 -1819 -307,23 25,stand,,,
27 384 -1819 -305,24 31,stand,,,
28 1916 -924 -279,6 49,stand,,,
29 1880 -760 -273,6 28,climb,,,
30 1872 -762 -137,27 29,climb,,,
31 1831 -761 -136,28 30,stand,,,
32 1772 -768 -99,29 191,stand,,,
33 506 -1815 -305,32 25,stand,,,
34 540 -1811 -306,31 33,stand,,,
35 644 -1799 -306,32 34,stand,,,
36 748 -1787 -307,33 35,stand,,,
37 849 -1762 -304,34 36,stand,,,
38 950 -1732 -297,35 37,stand,,,
39 1050 -1701 -292,36 38,stand,,,
40 1150 -1671 -292,37 39,stand,,,
41 1247 -1642 -291,38 40,stand,,,
42 1350 -1610 -286,39 41,stand,,,
43 1449 -1579 -285,40 42,stand,,,
44 1549 -1547 -283,41 43,stand,,,
45 1646 -1509 -278,42 44,stand,,,
46 1737 -1460 -283,43 45,stand,,,
47 1818 -1392 -283,44 46,stand,,,
48 1879 -1308 -283,45 47,stand,,,
49 1911 -1208 -279,46 48,stand,,,
50 1916 -1104 -277,47 49,stand,,,
51 1921 -1007 -278,48 26,stand,,,
52 169 -1702 -298,23 51,stand,,,
53 106 -1465 -262,50 52,stand,,,
54 64 -1248 -200,53 51,stand,,,
55 52 -1146 -171,52 54,stand,,,
56 51 -1096 -214,53 190,stand,,,
57 -1741 -1798 -309,10 56 62,stand,,,
58 -1787 -1798 -309,55 57,climb,,,
59 -1790 -1798 -150,56 58,climb,,,
60 -1837 -1797 -143,57 59,stand,,,
61 -1873 -1856 -144,58 60,climb,,,
62 -1879 -1855 0,59 61,climb,,,
63 -1898 -1793 0,60 279,stand,,,
64 -1734 -1695 -296,55 63,stand,,,
65 -1715 -1521 -293,64 64 62,stand,,,
66 -1785 -1395 -308,63 63 68,stand,,,
67 -1832 -1252 -296,66 68,stand,,,
68 -1787 -1048 -306,67 65,stand,,,
69 -1751 -1025 -279,66 69,stand,,,
70 -1824 -1337 -299,64 65,stand,,,
71 -1712 -978 -292,67 70,stand,,,
72 -1771 -769 -307,69 71,stand,,,
73 -1777 -458 -306,70 72,stand,,,
74 -1799 -173 -298,71 73,stand,,,
75 -1844 -117 -313,72 74,stand,,,
76 -1827 -6 -312,73 75,stand,,,
77 -1724 -22 -313,74 76,stand,,,
78 -1666 -53 -298,75 77,stand,,,
79 -1444 -45 -304,76 78,stand,,,
80 -1272 -22 -295,77 79,stand,,,
81 -1044 -129 -298,78 80,stand,,,
82 -970 -143 -291,79 81,stand,,,
83 -958 -69 -306,80 82,stand,,,
84 -900 -18 -293,81 83,stand,,,
85 -735 -99 -302,82 84 631,stand,,,
86 -758 -300 -292,83 85,stand,,,
87 -760 -400 -257,84 86,stand,,,
88 -764 -502 -240,85 87 628,stand,,,
89 -882 -501 -227,86 88,stand,,,
90 -881 -393 -245,87 89,stand,,,
91 -877 -243 -153,88 90,stand,,,
92 -894 -211 -153,89 91,stand,,,
93 -909 -211 -123,90 92,stand,,,
94 -1004 -206 -123,91 93 96,stand,,,
95 -992 -302 -123,92 94,climb,,,
96 -990 -313 2,93 95,climb,,,
97 -1015 -378 2,94 108,stand,,,
98 -960 -4 -123,92 97,stand,,,
99 -994 112 -123,96 98,climb,,,
100 -994 116 2,97 99,climb,,,
101 -992 163 2,98 107,stand,,,
102 -59 -62 96,102 109,stand,,,
103 -291 -89 16,102 103,climb,,,
104 -268 -89 99,100 101,climb,,,
105 -431 -93 13,101 104,stand,,,
106 -730 -94 12,103 105,stand,,,
107 -1065 -92 19,106 104,stand,,,
108 -1127 -92 2,105 107 108,stand,,,
109 -1117 152 2,106 99 450,stand,,,
110 -1131 -367 2,106 95 350,stand,,,
111 -2 71 99,100 110,stand,,,
112 -45 217 96,109 111,stand,,,
113 -42 336 96,110 112,stand,,,
114 127 450 101,111 113,stand,,,
115 133 513 101,114 112,stand,,,
116 47 527 99,113 115,stand,,,
117 47 656 101,114 116 120,stand,,,
118 -45 647 101,117 115 118,stand,,,
119 -46 507 96,116,stand,,,
120 -199 652 96,116 119,stand,,,
121 -198 780 96,118 592,stand,,,
122 39 755 101,115 121 160,stand,,,
123 -8 822 99,120 122,stand,,,
124 -73 825 82,121 123,stand,,,
125 -115 841 99,122 124 592,stand,,,
126 -153 847 96,123 125,stand,,,
127 -169 847 125,124 126,stand,,,
128 -202 847 150,125 127,stand,,,
129 -235 847 177,126 128,stand,,,
130 -260 847 221,127 129 137,stand,,,
131 -453 847 218,128 130,stand,,,
132 -516 794 221,129 131,stand,,,
133 -597 787 218,130 132 591,stand,,,
134 -570 957 218,133 131,stand,,,
135 -649 1090 221,132 1,stand,,,
136 -110 356 218,135,stand,,,
137 -225 563 218,134 136,stand,,,
138 -205 723 223,135 137,stand,,,
139 -264 766 223,136 128,stand,,,
140 621 950 -150,139 149,climb,,,
141 621 953 -8,140 138,climb,,,
142 624 1017 -8,139 141,stand,,,
143 620 1149 -14,140 142,stand,,,
144 553 1193 -8,141 143 497,stand,,,
145 396 1195 -14,142 144,stand,,,
146 278 1194 -94,143 145,stand,,,
147 197 1147 -93,144 146,stand,,,
148 410 1111 -94,145 148,stand,,,
149 417 1032 -246,148 485,climb,,,
150 417 1042 -93,147 146,climb,,,
151 620 763 -198,138 150,stand,,,
152 612 608 -224,149 151,stand,,,
153 615 543 -252,152 150 677,stand,,,
154 394 529 -251,151 153,stand,,,
155 250 506 -259,152 154,stand,,,
156 129 512 -260,153 155 490,stand,,,
157 132 589 -220,154 156 161,stand,,,
158 132 597 -179,155 157,climb,,,
159 132 600 70,156 158,climb,,,
160 134 649 70,157 159,stand,,,
161 134 665 99,158 160,stand,,,
162 133 759 101,159 120,stand,,,
163 165 579 -237,155 162,stand,,,
164 165 626 -220,161 163,stand,,,
165 118 755 -220,162 164,stand,,,
166 117 808 -246,163 165 483,stand,,,
167 165 807 -246,164 166,stand,,,
168 190 806 -220,165 167,stand,,,
169 259 806 -224,168 166,stand,,,
170 559 797 -287,167 169,stand,,,
171 990 793 -290,168 170,stand,,,
172 1102 795 -281,169 8 669,stand,,,
173 1360 770 -256,8 172,climb,,,
174 1376 770 -118,171 173,climb,,,
175 1429 761 -124,172 174 203,stand,,,
176 1436 673 -126,175 173,stand,,,
177 1435 473 -124,174 176,stand,,,
178 1434 302 -120,175 642,stand,,,
179 1435 -38 -101,178 194 642,stand,,,
180 1439 -210 -103,177 179,stand,,,
181 1445 -379 -112,178 180,stand,,,
182 1451 -548 -105,179 181,stand,,,
183 1459 -720 -102,180 182,stand,,,
184 1467 -892 -100,181 183 193,stand,,,
185 1255 -962 -101,182 184,stand,,,
186 1085 -965 -101,183 185 626,stand,,,
187 886 -963 -101,184 186,stand,,,
188 717 -973 -116,185 187,stand,,,
189 548 -996 -129,186 188,stand,,,
190 380 -999 -163,187 189,stand,,,
191 216 -997 -207,188 190 645,stand,,,
192 55 -995 -214,189 54 630,stand,,,
193 1710 -765 -98,30 192,stand,,,
194 1699 -892 -86,193 191,stand,,,
195 1546 -882 -95,192 182,stand,,,
196 1627 -88 -114,177 195,stand,,,
197 1744 -90 -119,194 196,climb,,,
198 1748 -90 33,195 197,climb,,,
199 1794 -89 33,196 198,stand,,,
200 1820 -93 3,197 199,stand,,,
201 1889 -51 3,198 200,stand,,,
202 1937 -50 25,199 201,stand,,,
203 1981 -50 25,202 200,stand,,,
204 2009 -52 7,201 512,stand,,,
205 1430 920 -115,173 204,stand,,,
206 1630 951 -107,203 205 503,stand,,,
207 1634 843 -120,204 206,stand,,,
208 1875 845 -119,207 205,stand,,,
209 1875 934 -115,206 208,climb,,,
210 1875 939 3,207 209,climb,,,
211 1942 939 3,208 210,stand,,,
212 1942 779 3,209 211,stand,,,
213 2025 771 7,210 511 512 552,stand,,,
214 2195 1481 0,213 508,stand,,,
215 2451 1493 0,212 214,stand,,,
216 2621 1510 0,213 215,stand,,,
217 2792 1527 0,214 216 577,stand,,,
218 2962 1544 0,215 217,stand,,,
219 3132 1559 0,216 218,stand,,,
220 3305 1561 0,217 219,stand,,,
221 3453 1508 0,218 220,stand,,,
222 3480 1462 0,219 3,stand,,,
223 3680 1278 0,222 3,stand,,,
224 3811 1064 0,221 223,stand,,,
225 3788 894 0,222 224,stand,,,
226 3762 724 0,223 225,stand,,,
227 3750 553 0,224 226,stand,,,
228 3739 382 0,225 227,stand,,,
229 3726 211 0,226 228,stand,,,
230 3711 41 0,227 551,stand,,,
231 3716 -1631 0,230 673,stand,,,
232 3719 -1803 0,229 231,stand,,,
233 3736 -1974 0,230 232,stand,,,
234 3705 -2140 7,231 233,stand,,,
235 3567 -2187 7,232 2,stand,,,
236 3126 -2168 7,2 235,stand,,,
237 3128 -2027 0,234 236,stand,,,
238 2938 -2036 0,237 235,stand,,,
239 2736 -2036 0,236 238,stand,,,
240 2568 -2038 0,237 239 523 613,stand,,,
241 2487 -2218 7,238 240,stand,,,
242 2487 -2387 0,239 241 612,stand,,,
243 2488 -2558 0,240 242,stand,,,
244 2490 -2720 -11,241 243,stand,,,
245 2490 -2888 -41,242 244,stand,,,
246 2490 -3058 -60,243 245,stand,,,
247 2490 -3228 -60,244 246,stand,,,
248 2425 -3352 -60,245 247,stand,,,
249 2254 -3353 -60,246 248,stand,,,
250 2082 -3354 -60,247 249,stand,,,
251 1912 -3355 -60,248 603 604,stand,,,
252 184 -3513 -62,251,stand,,,
253 187 -3316 -66,250 252,stand,,,
254 223 -3015 -40,253 251 270,stand,,,
255 257 -2626 0,252 254,stand,,,
256 314 -2289 0,253 578 581,stand,,,
257 -860 -2765 159,256,stand,,,
258 -1004 -2777 159,255 257,stand,,,
259 -1036 -2978 159,258 256,stand,,,
260 -1026 -3125 159,257 259,stand,,,
261 -1033 -3442 159,258 260,stand,,,
262 -1023 -3726 159,259 261,stand,,,
263 -844 -3758 159,260 262,stand,,,
264 -852 -3661 159,261 263,stand,,,
265 -825 -3237 30,262 264,stand,,,
266 -850 -3062 30,263 269,stand,,,
267 -780 -2271 0,266 583 584,stand,,,
268 -768 -2359 30,265 267,stand,,,
269 -758 -2514 31,266 268,stand,,,
270 -766 -2663 30,267 277,stand,,,
271 -607 -3067 30,264 278,stand,,,
272 -126 -2994 -31,252 271,stand,,,
273 -302 -2990 -37,272 270,stand,,,
274 -302 -2896 -31,271 273,stand,,,
275 -302 -2743 30,272 274,stand,,,
276 -327 -2695 30,275 273,stand,,,
277 -389 -2720 30,274 276,stand,,,
278 -403 -2874 30,275 278,stand,,,
279 -618 -2775 30,278 268,stand,,,
280 -611 -2872 30,277 276 269,stand,,,
281 -1777 -1742 0,61 280,stand,,,
282 -1777 -1660 7,281 279 346,stand,,,
283 -2029 -1651 2,280 294 335,stand,,,
284 -1906 -3984 -66,283 4,stand,,,
285 -1911 -3856 -66,284 282,stand,,,
286 -1920 -3594 -66,283 285,stand,,,
287 -1951 -3425 -60,284 286 334,stand,,,
288 -1967 -3255 -53,285 287,stand,,,
289 -1978 -3084 -44,286 288,stand,,,
290 -1977 -2914 -30,287 289,stand,,,
291 -1977 -2743 -19,288 290,stand,,,
292 -1987 -2578 -9,289 291,stand,,,
293 -1994 -2423 -4,290 292,stand,,,
294 -1997 -2252 0,291 293,stand,,,
295 -2064 -2097 0,292 294 587,stand,,,
296 -2143 -1943 0,293 295 281,stand,,,
297 -2296 -1877 0,294 296,stand,,,
298 -2466 -1854 0,295 297,stand,,,
299 -2637 -1842 0,296 298,stand,,,
300 -2807 -1824 0,297 316,stand,,,
301 -2966 -1531 1,300 316,stand,,,
302 -2944 -1361 2,299 301,stand,,,
303 -2940 -1190 2,300 302,stand,,,
304 -2940 -1018 2,301 303,stand,,,
305 -2946 -847 2,302 304 364,stand,,,
306 -2958 -675 2,303 305,stand,,,
307 -2967 -504 2,304 306,stand,,,
308 -2968 -333 1,305 307 366,stand,,,
309 -2957 -161 1,306 308,stand,,,
310 -2946 9 1,307 309,stand,,,
311 -2934 179 1,308 310,stand,,,
312 -2922 350 1,309 311,stand,,,
313 -2911 520 1,310 312,stand,,,
314 -2899 691 1,311 425,stand,,,
315 -2955 1019 1,314 425,stand,,,
316 -2960 1184 0,313 315,stand,,,
317 -2899 1270 0,314 5,stand,,,
318 -2981 -1811 0,298 299 317,stand,,,
319 -3361 -1814 0,316 0,stand,,,
320 -3526 -2003 0,319 0,stand,,,
321 -3464 -2255 0,318 320,stand,,,
322 -3424 -2422 0,319 321,stand,,,
323 -3425 -2593 0,320 322,stand,,,
324 -3498 -2748 0,321 323,stand,,,
325 -3532 -2917 0,322 324,stand,,,
326 -3554 -3087 0,323 325,stand,,,
327 -3495 -3245 0,324 326,stand,,,
328 -3394 -3384 0,325 327,stand,,,
329 -3248 -3460 2,326 328,stand,,,
330 -3082 -3417 0,327 329,stand,,,
331 -2912 -3406 0,328 330,stand,,,
332 -2739 -3401 0,329 331,stand,,,
333 -2568 -3412 0,330 332,stand,,,
334 -2518 -3433 0,331 333,stand,,,
335 -2380 -3418 -66,332 334,stand,,,
336 -2112 -3420 -61,333 285,stand,,,
337 -2031 -1427 27,336 281,stand,,,
338 -2023 -1261 28,337 335,stand,,,
339 -1999 -998 28,336 338,stand,,,
340 -1990 -828 28,337 339,stand,,,
341 -1987 -656 28,338 340 365,stand,,,
342 -1791 -713 32,339 341,stand,,,
343 -1691 -663 32,340 342,stand,,,
344 -1663 -525 32,341 343,stand,,,
345 -1527 -548 32,342 347,stand,,,
346 -1525 -1393 32,345 360,stand,,,
347 -1516 -1492 32,344 346,stand,,,
348 -1514 -1593 7,345 280,stand,,,
349 -1338 -543 32,343 348 351,stand,,,
350 -1247 -542 32,347 349 376,stand,,,
351 -1149 -539 2,348 350,stand,,,
352 -1141 -454 2,349 108,stand,,,
353 -1345 -682 32,352 347,stand,,,
354 -1345 -747 32,351 353,stand,,,
355 -1345 -851 32,352 354,stand,,,
356 -1346 -956 32,353 355,stand,,,
357 -1346 -1060 32,354 356,stand,,,
358 -1346 -1165 32,355 357,stand,,,
359 -1346 -1270 32,356 358,stand,,,
360 -1346 -1373 32,357 359,stand,,,
361 -1407 -1389 32,358 360,stand,,,
362 -1441 -1389 32,359 344,stand,,,
363 -2495 -565 32,362 365,stand,,,
364 -2607 -551 32,363 361,stand,,,
365 -2730 -800 32,362 364,stand,,,
366 -2850 -823 2,363 303,stand,,,
367 -2212 -544 32,339 361,stand,,,
368 -2849 -333 0,367 306,stand,,,
369 -2828 -332 84,366 368,stand,,,
370 -2782 -333 32,367 369,stand,,,
371 -2534 -299 32,368 370,stand,,,
372 -2528 -366 32,369 371,stand,,,
373 -2281 -353 32,370 375,stand,,,
374 -2206 40 32,373 387 390,stand,,,
375 -2222 44 69,374 372,stand,,,
376 -2253 48 32,373 375 449,stand,,,
377 -2279 -141 32,371 374,stand,,,
378 -1254 -443 42,348 377,stand,,,
379 -1254 -426 85,376 378,stand,,,
380 -1254 -378 32,377 379,stand,,,
381 -1274 -317 32,378 380,stand,,,
382 -1457 -315 32,379 381,stand,,,
383 -1530 -361 32,382 380,stand,,,
384 -1718 -366 32,381 383,stand,,,
385 -1724 -164 32,382 384,stand,,,
386 -1750 57 32,383 385 444,stand,,,
387 -1770 55 69,384 386,stand,,,
388 -1803 49 32,385 389 396,stand,,,
389 -2111 12 32,372 388,stand,,,
390 -2010 67 32,389 387 446,stand,,,
391 -1894 7 32,388 386,stand,,,
392 -2176 191 78,372 391,stand,,,
393 -2112 232 78,390 392,stand,,,
394 -2047 232 114,393 391,stand,,,
395 -2005 219 114,392 394 397,stand,,,
396 -1952 229 114,393 395,stand,,,
397 -1888 255 78,394 396,stand,,,
398 -1845 187 78,395 386,stand,,,
399 -2004 261 114,393 398,stand,,,
400 -2013 337 147,397 399,stand,,,
401 -2009 375 155,398 400,stand,,,
402 -1984 471 155,399 402 401,stand,,,
403 -2207 475 155,400,stand,,,
404 -1984 582 155,400 409 403,stand,,,
405 -2192 610 155,404 402,stand,,,
406 -2182 863 155,403 405,stand,,,
407 -1975 849 155,404 406,stand,,,
408 -1807 840 155,405 407,stand,,,
409 -1804 725 155,406 408,stand,,,
410 -1818 601 155,407 409 410,stand,,,
411 -1958 632 155,408 402,stand,,,
412 -1685 611 155,408 411 412,stand,,,
413 -1480 665 155,410 412,stand,,,
414 -1584 904 155,411 413 410,stand,,,
415 -1583 930 186,412 414,stand,,,
416 -1584 951 127,413 420,stand,,,
417 -1546 1380 0,416 438 462,climb,,,
418 -1550 1376 81,415 417,climb,,,
419 -1551 1250 80,418 416,stand,,,
420 -1544 1172 80,417 419,stand,,,
421 -1544 1139 80,420 418,stand,,,
422 -1544 1123 127,419 414,stand,,,
423 -2176 1270 0,422 589,stand,,,
424 -1867 1162 0,421 423,stand,,,
425 -1764 1142 0,424 422,stand,,,
426 -1690 1280 0,423 437 438,stand,,,
427 -2888 821 1,313 312 426,stand,,,
428 -2664 821 1,425 427,stand,,,
429 -2440 823 0,426 428,stand,,,
430 -2408 644 0,427 429,stand,,,
431 -2184 647 0,428 430,stand,,,
432 -2077 770 0,429 431,stand,,,
433 -1952 756 0,430 432 439,stand,,,
434 -1888 797 0,431 433,stand,,,
435 -1900 926 0,434 432,stand,,,
436 -1872 991 0,433 435,stand,,,
437 -1708 1038 0,434 436,stand,,,
438 -1703 1137 0,435 437,stand,,,
439 -1617 1234 0,436 424,stand,,,
440 -1653 1425 0,424 415,stand,,,
441 -1948 609 0,431 440,stand,,,
442 -1988 512 0,439 441,stand,,,
443 -1888 469 0,442 440,stand,,,
444 -1890 340 0,441 443 445,stand,,,
445 -1786 334 32,442 444,stand,,,
446 -1719 334 32,443 384,stand,,,
447 -2006 325 0,442 446 447,stand,,,
448 -2007 173 0,445 388,stand,,,
449 -2133 329 0,445 448,stand,,,
450 -2213 327 32,447 449,stand,,,
451 -2280 336 32,448 374,stand,,,
452 -1113 283 2,107 451,stand,,,
453 -1018 326 2,450 452,stand,,,
454 -1027 478 2,451 453,stand,,,
455 -1013 555 -14,452 454,stand,,,
456 -970 762 -14,453 455 467,stand,,,
457 -959 811 -14,454 456,stand,,,
458 -1031 853 -14,457 455,stand,,,
459 -1030 888 2,456 458,stand,,,
460 -1029 940 -14,457 459,stand,,,
461 -1077 1056 -7,458 460,stand,,,
462 -1183 1209 -9,459 461,stand,,,
463 -1176 1386 -10,460 462 463,stand,,,
464 -1394 1406 -5,415 461,stand,,,
465 -937 1382 -7,461 464,stand,,,
466 -896 1375 7,463 465,stand,,,
467 -772 1366 -6,464 466 470,stand,,,
468 -487 1357 -7,465 471,stand,,,
469 -806 755 -14,454 468,stand,,,
470 -729 860 -14,469 467,stand,,,
471 -711 1058 -14,468 470,stand,,,
472 -763 1206 -14,465 469,stand,,,
473 -490 1218 -14,466 472,stand,,,
474 -515 1100 -93,473 471,stand,,,
475 -448 1040 -93,472 474,stand,,,
476 -368 1121 -93,475 473,stand,,,
477 -368 1231 -165,474 476,stand,,,
478 -442 1275 -164,477 475,stand,,,
479 -516 1231 -165,476 478,stand,,,
480 -499 1093 -246,477 479,stand,,,
481 -476 988 -246,478 480,stand,,,
482 -377 853 -246,479 481 486,stand,,,
483 -170 885 -246,480 482,stand,,,
484 1 945 -246,483 481,stand,,,
485 126 944 -246,482 164 484 491,stand,,,
486 278 951 -246,483 485,stand,,,
487 409 939 -246,147 484,stand,,,
488 -377 790 -246,480 487,stand,,,
489 -377 738 -223,486 488,stand,,,
490 -365 631 -232,487 489,stand,,,
491 -371 499 -243,488 490 679,stand,,,
492 -121 506 -266,489 154,stand,,,
493 136 1060 -246,483 492,stand,,,
494 153 1208 -220,491 493,stand,,,
495 152 1230 -246,492 494,stand,,,
496 136 1267 -246,493 495,climb,,,
497 136 1271 -14,494 496,climb,,,
498 146 1353 -8,495 498,stand,,,
499 565 1351 -8,142 498,stand,,,
500 412 1345 -10,496 497 499,stand,,,
501 391 1492 0,498 500,stand,,,
502 421 1671 7,501 499,stand,,,
503 675 1643 7,500 502,stand,,,
504 1022 1639 7,501 507,stand,,,
505 1625 1171 -58,204 504,stand,,,
506 1603 1394 -1,503 505 509,stand,,,
507 1377 1420 0,504 506,stand,,,
508 1225 1444 0,505 507,stand,,,
509 1231 1652 7,502 506,stand,,,
510 2047 1439 7,510 510 511 212,stand,,,
511 1759 1427 3,504 510,stand,,,
512 1943 1445 0,508 508 509,stand,,,
513 2019 1050 7,508 211,stand,,,
514 2015 381 7,211 202,stand,,,
515 3059 -291 7,514 516,stand,,,
516 3029 -518 7,513 515,stand,,,
517 2996 -516 51,514 521,stand,,,
518 2825 -320 7,513 517,stand,,,
519 2825 -383 7,518 516,stand,,,
520 2825 -399 51,517 519,stand,,,
521 2825 -440 51,518 520,stand,,,
522 2826 -454 7,519 538,stand,,,
523 2963 -517 51,515 522,stand,,,
524 2950 -517 7,521 538,stand,,,
525 2603 -1776 0,238 524,stand,,,
526 2619 -1552 7,525 523 539,stand,,,
527 2880 -1556 7,524 526 676,stand,,,
528 2866 -1430 7,525 527,stand,,,
529 2859 -1368 39,526 528,stand,,,
530 2849 -1136 39,527 529,stand,,,
531 2826 -1078 39,528 530,stand,,,
532 2806 -1001 7,529 531,stand,,,
533 2812 -714 7,530 532 538,stand,,,
534 2719 -714 9,533 531,stand,,,
535 2666 -721 31,532 534,stand,,,
536 2588 -735 31,533 535 546,stand,,,
537 2482 -736 39,536 534,stand,,,
538 2439 -729 39,535 537,stand,,,
539 2383 -726 7,536 540 541,stand,,,
540 2826 -524 7,531 520 522,stand,,,
541 2386 -1501 7,524 540,stand,,,
542 2362 -1085 7,539 537,stand,,,
543 2343 -449 7,537 542,stand,,,
544 2393 -150 7,541 543,stand,,,
545 2583 -170 7,542 544 547,stand,,,
546 2583 -270 7,543 545,stand,,,
547 2583 -329 31,544 546,stand,,,
548 2583 -560 31,545 534,stand,,,
549 2868 -157 7,543 548,stand,,,
550 3102 -159 7,547 549,stand,,,
551 3259 -157 7,548 550,stand,,,
552 3310 47 7,551 549 574,stand,,,
553 3514 46 7,550 228,stand,,,
554 2078 679 7,211 553,stand,,,
555 2255 627 0,552 554,stand,,,
556 2443 624 7,553 555,stand,,,
557 2588 652 7,554 556,stand,,,
558 2726 633 7,555 557 572 575,stand,,,
559 2735 487 7,556 558,stand,,,
560 2735 471 43,557 559,stand,,,
561 2737 452 7,558 560,stand,,,
562 2745 337 7,559 561,stand,,,
563 2595 327 7,562 560,stand,,,
564 2594 236 7,561 563,stand,,,
565 2620 111 79,564 562,stand,,,
566 2773 88 159,563 565,stand,,,
567 2829 89 159,564 566,stand,,,
568 2820 167 167,565 567,stand,,,
569 2822 264 167,568 571 566,stand,,,
570 2653 299 167,567 569 601,stand,,,
571 2625 437 167,570 571 568,stand,,,
572 2494 437 167,569 601,stand,,,
573 2831 422 167,569 567,stand,,,
574 2985 639 7,556 573,stand,,,
575 3206 651 7,572 574,stand,,,
576 3259 377 7,573 550,stand,,,
577 2723 896 7,556 576,stand,,,
578 2803 1105 7,577 575,stand,,,
579 2803 1353 7,576 215,stand,,,
580 523 -2289 0,254 579,stand,,,
581 783 -2121 0,580 578,stand,,,
582 823 -1904 0,579 622 623,stand,,,
583 151 -2280 0,254 582,stand,,,
584 -195 -2256 7,583 581,stand,,,
585 -516 -2245 0,582 265,stand,,,
586 -1017 -2246 0,265 585,stand,,,
587 -1250 -2180 7,584 586,stand,,,
588 -1525 -2152 0,587 585,stand,,,
589 -1842 -2110 0,586 293,stand,,,
590 -2588 1346 0,5 589,stand,,,
591 -2378 1307 0,588 421,stand,,,
592 -801 851 218,1 591,stand,,,
593 -665 793 218,590 131,stand,,,
594 -143 769 99,123 119,stand,,,
595 2503 231 167,594 600,stand,,,
596 2502 9 167,593 595,stand,,,
597 2500 -203 167,594 596,climb,,,
598 2500 -221 287,597 595,climb,,,
599 2497 -440 287,596 598,stand,,,
600 2491 -745 287,597 599,stand,,,
601 2609 -745 287,598,stand,,,
602 2506 247 203,593 601,stand,,,
603 2502 270 167,600 570 568,stand,,,
604 1818 -3691 -60,603,stand,,,
605 1906 -3676 -60,602 249,stand,,,
606 1937 -3038 -55,249 605,stand,,,
607 1758 -3028 -55,606 604,stand,,,
608 1538 -3029 0,605 607,stand,,,
609 1403 -3027 0,606 608,stand,,,
610 1429 -2736 0,609 607,stand,,,
611 1687 -2635 0,608 610,stand,,,
612 1779 -2484 0,609 611,stand,,,
613 2081 -2445 0,610 612,stand,,,
614 2206 -2450 0,240 611,stand,,,
615 2436 -2046 0,614 238,stand,,,
616 2219 -2010 0,613 615,stand,,,
617 2050 -1983 0,614 616,stand,,,
618 1882 -1957 0,615 617,stand,,,
619 1712 -1933 0,616 618,stand,,,
620 1541 -1918 0,617 619,stand,,,
621 1371 -1906 0,618 620,stand,,,
622 1201 -1895 0,619 621,stand,,,
623 1029 -1895 0,620 622,stand,,,
624 967 -1899 0,621 580,stand,,,
625 900 -1635 7,580 624,stand,,,
626 1028 -1387 -9,623 625,stand,,,
627 1076 -1176 -50,624 626,stand,,,
628 1082 -1085 -82,625 184,stand,,,
629 -809 -818 -217,7 628,stand,,,
630 -778 -638 -223,627 86,stand,,,
631 -584 -1038 -203,7 630,stand,,,
632 -254 -1008 -218,629 190,stand,,,
633 -411 -73 -302,83 632 681,stand,,,
634 -201 -5 -294,631 633,stand,,,
635 51 -7 -267,632 634,stand,,,
636 246 -33 -242,633 635,stand,,,
637 381 -47 -241,634 9 685,stand,,,
638 753 -71 -223,9 637,stand,,,
639 955 -45 -214,636 638,stand,,,
640 1185 -41 -208,637 644 656,stand,,,
641 1372 98 -240,640 643,climb,,,
642 1377 98 -67,639 641,climb,,,
643 1415 99 -103,640 642,stand,,,
644 1475 97 -113,641 176 177,stand,,,
645 1207 119 -222,639 644 670,stand,,,
646 1195 62 -208,643 638,stand,,,
647 176 -835 -205,189 646,stand,,,
648 160 -631 -222,645 647 682,stand,,,
649 334 -642 -217,646 648,stand,,,
650 497 -696 -216,647 649,stand,,,
651 748 -680 -223,650 648,stand,,,
652 919 -671 -145,649 651,stand,,,
653 1042 -673 -146,650 652,stand,,,
654 1139 -687 -165,651 653,stand,,,
655 1232 -704 -199,652 654,stand,,,
656 1355 -724 -210,653 655,stand,,,
657 1303 -454 -213,654 656,stand,,,
658 1229 -196 -210,655 638,stand,,,
659 1929 -642 -269,658 6,stand,,,
660 1919 -377 -274,657 659,stand,,,
661 1875 -211 -278,658 660,stand,,,
662 1802 -57 -279,659 661,stand,,,
663 1788 113 -276,660 662,stand,,,
664 1701 251 -279,661 663,stand,,,
665 1530 272 -278,662 664,stand,,,
666 1360 275 -273,663 665,stand,,,
667 1191 310 -276,664 666,stand,,,
668 1135 322 -278,665 667 672,stand,,,
669 1135 449 -277,666 668 678,stand,,,
670 1136 578 -258,667 669,stand,,,
671 1126 679 -274,668 170,stand,,,
672 1164 160 -229,643 671,stand,,,
673 1163 186 -204,670 672,stand,,,
674 1163 201 -275,671 666,stand,,,
675 3705 -1497 7,229 674,stand,,,
676 3522 -1517 7,673 675,stand,,,
677 3316 -1526 7,676 674,stand,,,
678 3087 -1541 7,675 525,stand,,,
679 819 512 -282,151 678,stand,,,
680 1002 474 -285,677 667,stand,,,
681 -383 455 -275,489,stand,,,
682 -383 386 -292,681,stand,,,
683 -386 196 -300,680 631,stand,,,
684 258 -503 -260,646 683,stand,,,
685 331 -398 -294,684 682,stand,,,
686 365 -236 -295,683 685,stand,,,
687 373 -134 -271,684 635,stand,,,

Some files were not shown because too many files have changed in this diff Show More