1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +08:00

Merge remote-tracking branch 'upstream/master' into edit-nodesample

This commit is contained in:
OliBomby 2024-01-25 11:33:29 +01:00
commit c2d57dc77c
1495 changed files with 55465 additions and 13349 deletions

View File

@ -21,10 +21,10 @@
] ]
}, },
"ppy.localisationanalyser.tools": { "ppy.localisationanalyser.tools": {
"version": "2023.712.0", "version": "2023.1117.0",
"commands": [ "commands": [
"localisation" "localisation"
] ]
} }
} }
} }

View File

@ -11,6 +11,10 @@ body:
- Current open `priority:0` issues, filterable [here](https://github.com/ppy/osu/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Apriority%3A0). - Current open `priority:0` issues, filterable [here](https://github.com/ppy/osu/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Apriority%3A0).
- And most importantly, search for your issue both in the [issue listing](https://github.com/ppy/osu/issues) and the [Q&A discussion listing](https://github.com/ppy/osu/discussions/categories/q-a). If you find that it already exists, respond with a reaction or add any further information that may be helpful. - And most importantly, search for your issue both in the [issue listing](https://github.com/ppy/osu/issues) and the [Q&A discussion listing](https://github.com/ppy/osu/discussions/categories/q-a). If you find that it already exists, respond with a reaction or add any further information that may be helpful.
# ATTENTION LINUX USERS
If you are having an issue and it is hardware related, **please open a [q&a discussion](https://github.com/ppy/osu/discussions/categories/q-a)** instead of an issue. There's a high chance your issue is due to your system configuration, and not our software.
- type: dropdown - type: dropdown
attributes: attributes:
label: Type label: Type
@ -38,7 +42,7 @@ body:
- type: input - type: input
attributes: attributes:
label: Version label: Version
description: The version you encountered this bug on. This is shown at the bottom of the main menu and also at the end of the settings screen. description: The version you encountered this bug on. This is shown at the end of the settings overlay.
validations: validations:
required: true required: true
- type: markdown - type: markdown
@ -46,22 +50,16 @@ body:
value: | value: |
## Logs ## Logs
Attaching log files is required for every reported bug. See instructions below on how to find them. Attaching log files is required for **every** issue, regardless of whether you deem them required or not. See instructions below on how to find them.
**Logs are reset when you reopen the game.** If the game crashed or has been closed since you found the bug, retrieve the logs using the file explorer instead.
### Desktop platforms ### Desktop platforms
If the game has not yet been closed since you found the bug: If the game has not yet been closed since you found the bug:
1. Head on to game settings and click on "Open osu! folder" 1. Head on to game settings and click on "Export logs"
2. Then open the `logs` folder located there 2. Click the notification to locate the file
3. Drag the generated `.zip` files into the github issue window
The default places to find the logs on desktop platforms are as follows: ![export logs button](https://github.com/ppy/osu/assets/191335/cbfa5550-b7ed-4c5c-8dd0-8b87cc90ad9b)
- `%AppData%/osu/logs` *on Windows*
- `~/.local/share/osu/logs` *on Linux*
- `~/Library/Application Support/osu/logs` *on macOS*
If you have selected a custom location for the game files, you can find the `logs` folder there.
### Mobile platforms ### Mobile platforms
@ -69,10 +67,6 @@ body:
- *On Android*, navigate to `Android/data/sh.ppy.osulazer/files/logs` using a file browser app. - *On Android*, navigate to `Android/data/sh.ppy.osulazer/files/logs` using a file browser app.
- *On iOS*, connect your device to a PC and copy the `logs` directory from the app's document storage using iTunes. (https://support.apple.com/en-us/HT201301#copy-to-computer) - *On iOS*, connect your device to a PC and copy the `logs` directory from the app's document storage using iTunes. (https://support.apple.com/en-us/HT201301#copy-to-computer)
---
After locating the `logs` folder, select all log files inside and drag them into the "Logs" box below.
- type: textarea - type: textarea
attributes: attributes:
label: Logs label: Logs

View File

@ -108,6 +108,12 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup JDK 11
uses: actions/setup-java@v3
with:
distribution: microsoft
java-version: 11
- name: Install .NET 6.0.x - name: Install .NET 6.0.x
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3
with: with:
@ -121,24 +127,14 @@ jobs:
build-only-ios: build-only-ios:
name: Build only (iOS) name: Build only (iOS)
# `macos-13` is required, because Xcode 14.3 is required (see below). # `macos-13` is required, because the newest Microsoft.iOS.Sdk versions require Xcode 14.3.
# TODO: can be changed to `macos-latest` once `macos-13` becomes latest (currently in beta) # TODO: can be changed to `macos-latest` once `macos-13` becomes latest (currently in beta: https://github.com/actions/runner-images/tree/main#available-images)
runs-on: macos-13 runs-on: macos-13
timeout-minutes: 60 timeout-minutes: 60
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
# newest Microsoft.iOS.Sdk versions require Xcode 14.3.
# 14.3 is currently not the default Xcode version (https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode),
# so set it manually.
# TODO: remove when 14.3 becomes the default Xcode version.
- name: Set Xcode version
shell: bash
run: |
sudo xcode-select -s "/Applications/Xcode_14.3.app"
echo "MD_APPLE_SDK_ROOT=/Applications/Xcode_14.3.app" >> $GITHUB_ENV
- name: Install .NET 6.0.x - name: Install .NET 6.0.x
uses: actions/setup-dotnet@v3 uses: actions/setup-dotnet@v3
with: with:

View File

@ -1,206 +1,382 @@
# Listens for new PR comments containing !pp check [id], and runs a diffcalc comparison against master. # ## Description
# Usage:
# !pp check 0 | Runs only the osu! ruleset.
# !pp check 0 2 | Runs only the osu! and catch rulesets.
# #
# Uses [diffcalc-sheet-generator](https://github.com/smoogipoo/diffcalc-sheet-generator) to run two builds of osu and generate an SR/PP/Score comparison spreadsheet.
#
# ## Requirements
#
# Self-hosted runner with installed:
# - `docker >= 20.10.16`
# - `docker-compose >= 2.5.1`
# - `lbzip2`
# - `jq`
#
# ## Usage
#
# The workflow can be run in two ways:
# 1. Via workflow dispatch.
# 2. By an owner of the repository posting a pull request or issue comment containing `!diffcalc`.
# For pull requests, the workflow will assume the pull request as the target to compare against (i.e. the `OSU_B` variable).
# Any lines in the comment of the form `KEY=VALUE` are treated as variables for the generator.
#
# ## Google Service Account
#
# Spreadsheets are uploaded to a Google Service Account, and exposed with read-only permissions to the wider audience.
#
# 1. Create a project at https://console.cloud.google.com
# 2. Enable the `Google Sheets` and `Google Drive` APIs.
# 3. Create a Service Account
# 4. Generate a key in the JSON format.
# 5. Encode the key as base64 and store as an **actions secret** with name **`DIFFCALC_GOOGLE_CREDENTIALS`**
#
# ## Environment variables
#
# The default environment may be configured via **actions variables**.
#
# Refer to [the sample environment](https://github.com/smoogipoo/diffcalc-sheet-generator/blob/master/.env.sample), and prefix each variable with `DIFFCALC_` (e.g. `DIFFCALC_THREADS`, `DIFFCALC_INNODB_BUFFER_SIZE`, etc...).
name: Run difficulty calculation comparison
run-name: "${{ github.event_name == 'workflow_dispatch' && format('Manual run: {0}', inputs.osu-b) || 'Automatic comment trigger' }}"
name: Difficulty Calculation
on: on:
issue_comment: issue_comment:
types: [ created ] types: [ created ]
workflow_dispatch:
inputs:
osu-b:
description: "The target build of ppy/osu"
type: string
required: true
ruleset:
description: "The ruleset to process"
type: choice
required: true
options:
- osu
- taiko
- catch
- mania
converts:
description: "Include converted beatmaps"
type: boolean
required: false
default: true
ranked-only:
description: "Only ranked beatmaps"
type: boolean
required: false
default: true
generators:
description: "Comma-separated list of generators (available: [sr, pp, score])"
type: string
required: false
default: 'pp,sr'
osu-a:
description: "The source build of ppy/osu"
type: string
required: false
default: 'latest'
difficulty-calculator-a:
description: "The source build of ppy/osu-difficulty-calculator"
type: string
required: false
default: 'latest'
difficulty-calculator-b:
description: "The target build of ppy/osu-difficulty-calculator"
type: string
required: false
default: 'latest'
score-processor-a:
description: "The source build of ppy/osu-queue-score-statistics"
type: string
required: false
default: 'latest'
score-processor-b:
description: "The target build of ppy/osu-queue-score-statistics"
type: string
required: false
default: 'latest'
permissions:
pull-requests: write
env: env:
CONCURRENCY: 4 EXECUTION_ID: execution-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}
ALLOW_DOWNLOAD: 1
SAVE_DOWNLOADED: 1
SKIP_INSERT_ATTRIBUTES: 1
jobs: jobs:
metadata: check-permissions:
name: Check for requests name: Check permissions
runs-on: ubuntu-latest
if: ${{ github.event_name == 'workflow_dispatch' || contains(github.event.comment.body, '!diffcalc') }}
steps:
- name: Check permissions
if: ${{ github.event_name != 'workflow_dispatch' }}
uses: actions-cool/check-user-permission@a0668c9aec87f3875fc56170b6452a453e9dd819 # v2.2.0
with:
require: 'write'
create-comment:
name: Create PR comment
needs: check-permissions
runs-on: ubuntu-latest
if: ${{ github.event_name == 'issue_comment' && github.event.issue.pull_request }}
steps:
- name: Create comment
uses: thollander/actions-comment-pull-request@363c6f6eae92cc5c3a66e95ba016fc771bb38943 # v2.4.2
with:
comment_tag: ${{ env.EXECUTION_ID }}
message: |
Difficulty calculation queued -- please wait! (${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
*This comment will update on completion*
directory:
name: Prepare directory
needs: check-permissions
runs-on: self-hosted runs-on: self-hosted
if: github.event.issue.pull_request && contains(github.event.comment.body, '!pp check') && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER')
outputs: outputs:
matrix: ${{ steps.generate-matrix.outputs.matrix }} GENERATOR_DIR: ${{ steps.set-outputs.outputs.GENERATOR_DIR }}
continue: ${{ steps.generate-matrix.outputs.continue }} GENERATOR_ENV: ${{ steps.set-outputs.outputs.GENERATOR_ENV }}
GOOGLE_CREDS_FILE: ${{ steps.set-outputs.outputs.GOOGLE_CREDS_FILE }}
steps: steps:
- name: Construct build matrix - name: Checkout diffcalc-sheet-generator
id: generate-matrix uses: actions/checkout@v3
with:
path: ${{ env.EXECUTION_ID }}
repository: 'smoogipoo/diffcalc-sheet-generator'
- name: Set outputs
id: set-outputs
run: | run: |
if [[ "${{ github.event.comment.body }}" =~ "osu" ]] ; then echo "GENERATOR_DIR=${{ github.workspace }}/${{ env.EXECUTION_ID }}" >> "${GITHUB_OUTPUT}"
MATRIX_PROJECTS_JSON+='{ "name": "osu", "id": 0 },' echo "GENERATOR_ENV=${{ github.workspace }}/${{ env.EXECUTION_ID }}/.env" >> "${GITHUB_OUTPUT}"
fi echo "GOOGLE_CREDS_FILE=${{ github.workspace }}/${{ env.EXECUTION_ID }}/google-credentials.json" >> "${GITHUB_OUTPUT}"
if [[ "${{ github.event.comment.body }}" =~ "taiko" ]] ; then
MATRIX_PROJECTS_JSON+='{ "name": "taiko", "id": 1 },'
fi
if [[ "${{ github.event.comment.body }}" =~ "catch" ]] ; then
MATRIX_PROJECTS_JSON+='{ "name": "catch", "id": 2 },'
fi
if [[ "${{ github.event.comment.body }}" =~ "mania" ]] ; then
MATRIX_PROJECTS_JSON+='{ "name": "mania", "id": 3 },'
fi
if [[ "${MATRIX_PROJECTS_JSON}" != "" ]]; then environment:
MATRIX_JSON="{ \"ruleset\": [ ${MATRIX_PROJECTS_JSON} ] }" name: Setup environment
echo "${MATRIX_JSON}" needs: directory
CONTINUE="yes"
else
CONTINUE="no"
fi
echo "continue=${CONTINUE}" >> $GITHUB_OUTPUT
echo "matrix=${MATRIX_JSON}" >> $GITHUB_OUTPUT
diffcalc:
name: Run
runs-on: self-hosted runs-on: self-hosted
timeout-minutes: 1440 env:
if: needs.metadata.outputs.continue == 'yes' VARS_JSON: ${{ toJSON(vars) }}
needs: metadata
strategy:
matrix: ${{ fromJson(needs.metadata.outputs.matrix) }}
steps: steps:
- name: Verify MySQL connection from host - name: Add base environment
run: | run: |
mysql -e "SHOW DATABASES" # Required by diffcalc-sheet-generator
cp '${{ needs.directory.outputs.GENERATOR_DIR }}/.env.sample' "${{ needs.directory.outputs.GENERATOR_ENV }}"
- name: Drop previous databases # Add Google credentials
run: | echo '${{ secrets.DIFFCALC_GOOGLE_CREDENTIALS }}' | base64 -d > "${{ needs.directory.outputs.GOOGLE_CREDS_FILE }}"
for db in osu_master osu_pr
do # Add repository variables
mysql -e "DROP DATABASE IF EXISTS $db" echo "${VARS_JSON}" | jq -c '. | to_entries | .[]' | while read -r line; do
opt=$(jq -r '.key' <<< ${line})
val=$(jq -r '.value' <<< ${line})
if [[ "${opt}" =~ ^DIFFCALC_ ]]; then
optNoPrefix=$(echo "${opt}" | cut -d '_' -f2-)
sed -i "s;^${optNoPrefix}=.*$;${optNoPrefix}=${val};" "${{ needs.directory.outputs.GENERATOR_ENV }}"
fi
done done
- name: Create directory structure - name: Add pull-request environment
if: ${{ github.event_name == 'issue_comment' && github.event.issue.pull_request }}
run: | run: |
mkdir -p $GITHUB_WORKSPACE/master/ sed -i "s;^OSU_B=.*$;OSU_B=${{ github.event.issue.pull_request.html_url }};" "${{ needs.directory.outputs.GENERATOR_ENV }}"
mkdir -p $GITHUB_WORKSPACE/pr/
- name: Get upstream branch # https://akaimo.hatenablog.jp/entry/2020/05/16/101251 - name: Add comment environment
id: upstreambranch if: ${{ github.event_name == 'issue_comment' }}
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} COMMENT_BODY: ${{ github.event.comment.body }}
run: | run: |
echo "branchname=$(curl -H "Authorization: token ${GITHUB_TOKEN}" ${{ github.event.issue.pull_request.url }} | jq '.head.ref' | sed 's/\"//g')" >> $GITHUB_OUTPUT # Add comment environment
echo "repo=$(curl -H "Authorization: token ${GITHUB_TOKEN}" ${{ github.event.issue.pull_request.url }} | jq '.head.repo.full_name' | sed 's/\"//g')" >> $GITHUB_OUTPUT echo "$COMMENT_BODY" | sed -r 's/\r$//' | grep -E '^\w+=' | while read -r line; do
opt=$(echo "${line}" | cut -d '=' -f1)
# Checkout osu sed -i "s;^${opt}=.*$;${line};" "${{ needs.directory.outputs.GENERATOR_ENV }}"
- name: Checkout osu (master)
uses: actions/checkout@v3
with:
path: 'master/osu'
- name: Checkout osu (pr)
uses: actions/checkout@v3
with:
path: 'pr/osu'
repository: ${{ steps.upstreambranch.outputs.repo }}
ref: ${{ steps.upstreambranch.outputs.branchname }}
- name: Checkout osu-difficulty-calculator (master)
uses: actions/checkout@v3
with:
repository: ppy/osu-difficulty-calculator
path: 'master/osu-difficulty-calculator'
- name: Checkout osu-difficulty-calculator (pr)
uses: actions/checkout@v3
with:
repository: ppy/osu-difficulty-calculator
path: 'pr/osu-difficulty-calculator'
- name: Install .NET 5.0.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: "5.0.x"
# Sanity checks to make sure diffcalc is not run when incompatible.
- name: Build diffcalc (master)
run: |
cd $GITHUB_WORKSPACE/master/osu-difficulty-calculator
./UseLocalOsu.sh
dotnet build
- name: Build diffcalc (pr)
run: |
cd $GITHUB_WORKSPACE/pr/osu-difficulty-calculator
./UseLocalOsu.sh
dotnet build
- name: Download + import data
run: |
PERFORMANCE_DATA_NAME=$(curl https://data.ppy.sh/ | grep performance_${{ matrix.ruleset.name }}_top_1000 | tail -1 | awk -F "\"" '{print $2}' | sed 's/\.tar\.bz2//g')
BEATMAPS_DATA_NAME=$(curl https://data.ppy.sh/ | grep osu_files | tail -1 | awk -F "\"" '{print $2}' | sed 's/\.tar\.bz2//g')
# Set env variable for further steps.
echo "BEATMAPS_PATH=$GITHUB_WORKSPACE/$BEATMAPS_DATA_NAME" >> $GITHUB_ENV
cd $GITHUB_WORKSPACE
echo "Downloading database dump $PERFORMANCE_DATA_NAME.."
wget -q -nc https://data.ppy.sh/$PERFORMANCE_DATA_NAME.tar.bz2
echo "Extracting.."
tar -xf $PERFORMANCE_DATA_NAME.tar.bz2
echo "Downloading beatmap dump $BEATMAPS_DATA_NAME.."
wget -q -nc https://data.ppy.sh/$BEATMAPS_DATA_NAME.tar.bz2
echo "Extracting.."
tar -xf $BEATMAPS_DATA_NAME.tar.bz2
cd $PERFORMANCE_DATA_NAME
for db in osu_master osu_pr
do
echo "Setting up database $db.."
mysql -e "CREATE DATABASE $db"
echo "Importing beatmaps.."
cat osu_beatmaps.sql | mysql $db
echo "Importing beatmapsets.."
cat osu_beatmapsets.sql | mysql $db
echo "Creating table structure.."
mysql $db -e 'CREATE TABLE `osu_beatmap_difficulty` (
`beatmap_id` int unsigned NOT NULL,
`mode` tinyint NOT NULL DEFAULT 0,
`mods` int unsigned NOT NULL,
`diff_unified` float NOT NULL,
`last_update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`beatmap_id`,`mode`,`mods`),
KEY `diff_sort` (`mode`,`mods`,`diff_unified`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;'
done done
- name: Run diffcalc (master) - name: Add dispatch environment
env: if: ${{ github.event_name == 'workflow_dispatch' }}
DB_NAME: osu_master
run: | run: |
cd $GITHUB_WORKSPACE/master/osu-difficulty-calculator/osu.Server.DifficultyCalculator sed -i 's;^OSU_B=.*$;OSU_B=${{ inputs.osu-b }};' "${{ needs.directory.outputs.GENERATOR_ENV }}"
dotnet run -c:Release -- all -m ${{ matrix.ruleset.id }} -ac -c ${{ env.CONCURRENCY }} sed -i 's/^RULESET=.*$/RULESET=${{ inputs.ruleset }}/' "${{ needs.directory.outputs.GENERATOR_ENV }}"
- name: Run diffcalc (pr) sed -i 's/^GENERATORS=.*$/GENERATORS=${{ inputs.generators }}/' "${{ needs.directory.outputs.GENERATOR_ENV }}"
env:
DB_NAME: osu_pr
run: |
cd $GITHUB_WORKSPACE/pr/osu-difficulty-calculator/osu.Server.DifficultyCalculator
dotnet run -c:Release -- all -m ${{ matrix.ruleset.id }} -ac -c ${{ env.CONCURRENCY }}
- name: Print diffs if [[ '${{ inputs.osu-a }}' != 'latest' ]]; then
run: | sed -i 's;^OSU_A=.*$;OSU_A=${{ inputs.osu-a }};' "${{ needs.directory.outputs.GENERATOR_ENV }}"
mysql -e " fi
SELECT
m.beatmap_id,
m.mods,
b.filename,
m.diff_unified as 'sr_master',
p.diff_unified as 'sr_pr',
(p.diff_unified - m.diff_unified) as 'diff'
FROM osu_master.osu_beatmap_difficulty m
JOIN osu_pr.osu_beatmap_difficulty p
ON m.beatmap_id = p.beatmap_id
AND m.mode = p.mode
AND m.mods = p.mods
JOIN osu_pr.osu_beatmaps b
ON b.beatmap_id = p.beatmap_id
WHERE abs(m.diff_unified - p.diff_unified) > 0.1
ORDER BY abs(m.diff_unified - p.diff_unified)
DESC
LIMIT 10000;"
# Todo: Run ppcalc if [[ '${{ inputs.difficulty-calculator-a }}' != 'latest' ]]; then
sed -i 's;^DIFFICULTY_CALCULATOR_A=.*$;DIFFICULTY_CALCULATOR_A=${{ inputs.difficulty-calculator-a }};' "${{ needs.directory.outputs.GENERATOR_ENV }}"
fi
if [[ '${{ inputs.difficulty-calculator-b }}' != 'latest' ]]; then
sed -i 's;^DIFFICULTY_CALCULATOR_B=.*$;DIFFICULTY_CALCULATOR_B=${{ inputs.difficulty-calculator-b }};' "${{ needs.directory.outputs.GENERATOR_ENV }}"
fi
if [[ '${{ inputs.score-processor-a }}' != 'latest' ]]; then
sed -i 's;^SCORE_PROCESSOR_A=.*$;SCORE_PROCESSOR_A=${{ inputs.score-processor-a }};' "${{ needs.directory.outputs.GENERATOR_ENV }}"
fi
if [[ '${{ inputs.score-processor-b }}' != 'latest' ]]; then
sed -i 's;^SCORE_PROCESSOR_B=.*$;SCORE_PROCESSOR_B=${{ inputs.score-processor-b }};' "${{ needs.directory.outputs.GENERATOR_ENV }}"
fi
if [[ '${{ inputs.converts }}' == 'true' ]]; then
sed -i 's/^NO_CONVERTS=.*$/NO_CONVERTS=0/' "${{ needs.directory.outputs.GENERATOR_ENV }}"
else
sed -i 's/^NO_CONVERTS=.*$/NO_CONVERTS=1/' "${{ needs.directory.outputs.GENERATOR_ENV }}"
fi
if [[ '${{ inputs.ranked-only }}' == 'true' ]]; then
sed -i 's/^RANKED_ONLY=.*$/RANKED_ONLY=1/' "${{ needs.directory.outputs.GENERATOR_ENV }}"
else
sed -i 's/^RANKED_ONLY=.*$/RANKED_ONLY=0/' "${{ needs.directory.outputs.GENERATOR_ENV }}"
fi
scores:
name: Setup scores
needs: [ directory, environment ]
runs-on: self-hosted
steps:
- name: Query latest data
id: query
run: |
ruleset=$(cat ${{ needs.directory.outputs.GENERATOR_ENV }} | grep -E '^RULESET=' | cut -d '=' -f2-)
performance_data_name=$(curl -s "https://data.ppy.sh/" | grep "performance_${ruleset}_top_1000\b" | tail -1 | awk -F "'" '{print $2}' | sed 's/\.tar\.bz2//g')
echo "TARGET_DIR=${{ needs.directory.outputs.GENERATOR_DIR }}/sql/${ruleset}" >> "${GITHUB_OUTPUT}"
echo "DATA_NAME=${performance_data_name}" >> "${GITHUB_OUTPUT}"
- name: Restore cache
id: restore-cache
uses: maxnowack/local-cache@038cc090b52e4f205fbc468bf5b0756df6f68775 # v1
with:
path: ${{ steps.query.outputs.DATA_NAME }}.tar.bz2
key: ${{ steps.query.outputs.DATA_NAME }}
- name: Download
if: steps.restore-cache.outputs.cache-hit != 'true'
run: |
wget -q -nc "https://data.ppy.sh/${{ steps.query.outputs.DATA_NAME }}.tar.bz2"
- name: Extract
run: |
tar -I lbzip2 -xf "${{ steps.query.outputs.DATA_NAME }}.tar.bz2"
rm -r "${{ steps.query.outputs.TARGET_DIR }}"
mv "${{ steps.query.outputs.DATA_NAME }}" "${{ steps.query.outputs.TARGET_DIR }}"
beatmaps:
name: Setup beatmaps
needs: directory
runs-on: self-hosted
steps:
- name: Query latest data
id: query
run: |
beatmaps_data_name=$(curl -s "https://data.ppy.sh/" | grep "osu_files" | tail -1 | awk -F "'" '{print $2}' | sed 's/\.tar\.bz2//g')
echo "TARGET_DIR=${{ needs.directory.outputs.GENERATOR_DIR }}/beatmaps" >> "${GITHUB_OUTPUT}"
echo "DATA_NAME=${beatmaps_data_name}" >> "${GITHUB_OUTPUT}"
- name: Restore cache
id: restore-cache
uses: maxnowack/local-cache@038cc090b52e4f205fbc468bf5b0756df6f68775 # v1
with:
path: ${{ steps.query.outputs.DATA_NAME }}.tar.bz2
key: ${{ steps.query.outputs.DATA_NAME }}
- name: Download
if: steps.restore-cache.outputs.cache-hit != 'true'
run: |
wget -q -nc "https://data.ppy.sh/${{ steps.query.outputs.DATA_NAME }}.tar.bz2"
- name: Extract
run: |
tar -I lbzip2 -xf "${{ steps.query.outputs.DATA_NAME }}.tar.bz2"
rm -r "${{ steps.query.outputs.TARGET_DIR }}"
mv "${{ steps.query.outputs.DATA_NAME }}" "${{ steps.query.outputs.TARGET_DIR }}"
generator:
name: Run generator
needs: [ directory, environment, scores, beatmaps ]
runs-on: self-hosted
timeout-minutes: 720
outputs:
TARGET: ${{ steps.run.outputs.TARGET }}
SPREADSHEET_LINK: ${{ steps.run.outputs.SPREADSHEET_LINK }}
steps:
- name: Run
id: run
run: |
# Add the GitHub token. This needs to be done here because it's unique per-job.
sed -i 's/^GH_TOKEN=.*$/GH_TOKEN=${{ github.token }}/' "${{ needs.directory.outputs.GENERATOR_ENV }}"
cd "${{ needs.directory.outputs.GENERATOR_DIR }}"
docker-compose up --build generator
link=$(docker-compose logs generator -n 10 | grep 'http' | sed -E 's/^.*(http.*)$/\1/')
target=$(cat "${{ needs.directory.outputs.GENERATOR_ENV }}" | grep -E '^OSU_B=' | cut -d '=' -f2-)
echo "TARGET=${target}" >> "${GITHUB_OUTPUT}"
echo "SPREADSHEET_LINK=${link}" >> "${GITHUB_OUTPUT}"
- name: Shutdown
if: ${{ always() }}
run: |
cd "${{ needs.directory.outputs.GENERATOR_DIR }}"
docker-compose down -v
output-cli:
name: Output info
needs: generator
runs-on: ubuntu-latest
steps:
- name: Output info
run: |
echo "Target: ${{ needs.generator.outputs.TARGET }}"
echo "Spreadsheet: ${{ needs.generator.outputs.SPREADSHEET_LINK }}"
cleanup:
name: Cleanup
needs: [ directory, generator ]
if: ${{ always() && needs.directory.result == 'success' }}
runs-on: self-hosted
steps:
- name: Cleanup
run: |
rm -rf "${{ needs.directory.outputs.GENERATOR_DIR }}"
update-comment:
name: Update PR comment
needs: [ create-comment, generator ]
runs-on: ubuntu-latest
if: ${{ always() && needs.create-comment.result == 'success' }}
steps:
- name: Update comment on success
if: ${{ needs.generator.result == 'success' }}
uses: thollander/actions-comment-pull-request@363c6f6eae92cc5c3a66e95ba016fc771bb38943 # v2.4.2
with:
comment_tag: ${{ env.EXECUTION_ID }}
mode: upsert
create_if_not_exists: false
message: |
Target: ${{ needs.generator.outputs.TARGET }}
Spreadsheet: ${{ needs.generator.outputs.SPREADSHEET_LINK }}
- name: Update comment on failure
if: ${{ needs.generator.result == 'failure' }}
uses: thollander/actions-comment-pull-request@363c6f6eae92cc5c3a66e95ba016fc771bb38943 # v2.4.2
with:
comment_tag: ${{ env.EXECUTION_ID }}
mode: upsert
create_if_not_exists: false
message: |
Difficulty calculation failed: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
- name: Update comment on cancellation
if: ${{ needs.generator.result == 'cancelled' }}
uses: thollander/actions-comment-pull-request@363c6f6eae92cc5c3a66e95ba016fc771bb38943 # v2.4.2
with:
comment_tag: ${{ env.EXECUTION_ID }}
mode: delete
message: '.' # Appears to be required by this action for non-error status code.

View File

@ -59,7 +59,7 @@ The [issue tracker](https://github.com/ppy/osu/issues) should provide plenty of
In the case of simple issues, a direct PR is okay. However, if you decide to work on an existing issue which doesn't seem trivial, **please ask us first**. This way we can try to estimate if it is a good fit for you and provide the correct direction on how to address it. In addition, note that while we do not rule out external contributors from working on roadmapped issues, we will generally prefer to handle them ourselves unless they're not very time sensitive. In the case of simple issues, a direct PR is okay. However, if you decide to work on an existing issue which doesn't seem trivial, **please ask us first**. This way we can try to estimate if it is a good fit for you and provide the correct direction on how to address it. In addition, note that while we do not rule out external contributors from working on roadmapped issues, we will generally prefer to handle them ourselves unless they're not very time sensitive.
If you'd like to propose a subjective change to one of the visual aspects of the game, or there is a bigger task you'd like to work on, but there is no corresponding issue or discussion thread yet for it, **please open a discussion or issue first** to avoid wasted effort. This in particular applies if you want to work on [one of the available designs from the osu! public Figma library](https://www.figma.com/file/6m10GiGEncVFWmgOoSyakH/osu!-Figma-Library). If you'd like to propose a subjective change to one of the visual aspects of the game, or there is a bigger task you'd like to work on, but there is no corresponding issue or discussion thread yet for it, **please open a discussion or issue first** to avoid wasted effort. This in particular applies if you want to work on [one of the available designs from the osu! Figma master library](https://www.figma.com/file/VIkXMYNPMtQem2RJg9k2iQ/Master-Library).
Aside from the above, below is a brief checklist of things to watch out when you're preparing your code changes: Aside from the above, below is a brief checklist of things to watch out when you're preparing your code changes:
@ -85,4 +85,4 @@ If you're uncertain about some part of the codebase or some inner workings of th
- [Development roadmap](https://github.com/orgs/ppy/projects/7/views/6): What the core team is currently working on - [Development roadmap](https://github.com/orgs/ppy/projects/7/views/6): What the core team is currently working on
- [`ppy/osu-framework` wiki](https://github.com/ppy/osu-framework/wiki): Contains introductory information about osu!framework, the bespoke 2D game framework we use for the game - [`ppy/osu-framework` wiki](https://github.com/ppy/osu-framework/wiki): Contains introductory information about osu!framework, the bespoke 2D game framework we use for the game
- [`ppy/osu` wiki](https://github.com/ppy/osu/wiki): Contains articles about various technical aspects of the game - [`ppy/osu` wiki](https://github.com/ppy/osu/wiki): Contains articles about various technical aspects of the game
- [Public Figma library](https://www.figma.com/file/6m10GiGEncVFWmgOoSyakH/osu!-Figma-Library): Contains finished and draft designs for osu! - [Figma master library](https://www.figma.com/file/VIkXMYNPMtQem2RJg9k2iQ/Master-Library): Contains finished and draft designs for osu!

View File

@ -12,45 +12,48 @@
A free-to-win rhythm game. Rhythm is just a *click* away! A free-to-win rhythm game. Rhythm is just a *click* away!
The future of [osu!](https://osu.ppy.sh) and the beginning of an open era! Currently known by and released under the release codename "*lazer*". As in sharper than cutting-edge. This is the future and final iteration of the [osu!](https://osu.ppy.sh) game client which marks the beginning of an open era! Currently known by and released under the release codename "*lazer*". As in sharper than cutting-edge.
## Status ## Status
This project is under constant development, but we aim to keep things in a stable state. Users are encouraged to try it out and keep it installed alongside the stable *osu!* client. It will continue to evolve to the point of eventually replacing the existing stable client as an update. This project is under constant development, but we do our best to keep things in a stable state. Players are encouraged to install from a release alongside their stable *osu!* client. This project will continue to evolve until we eventually reach the point where most users prefer it over the previous "osu!stable" release.
**IMPORTANT:** Gameplay mechanics (and other features which you may have come to know and love) are in a constant state of flux. Game balance and final quality-of-life passes come at the end of development, preceded by experimentation and changes which may potentially **reduce playability or usability**. This is done in order to allow us to move forward as developers and designers more efficiently. If this offends you, please consider sticking to a [stable release](https://osu.ppy.sh/home/download) of osu!. We are not yet open to heated discussion over game mechanics and will not be using github as a forum for such discussions just yet. A few resources are available as starting points to getting involved and understanding the project:
We are accepting bug reports (please report with as much detail as possible and follow the existing issue templates). Feature requests are also welcome, but understand that our focus is on completing the game to feature parity before adding new features. A few resources are available as starting points to getting involved and understanding the project:
- Detailed release changelogs are available on the [official osu! site](https://osu.ppy.sh/home/changelog/lazer). - Detailed release changelogs are available on the [official osu! site](https://osu.ppy.sh/home/changelog/lazer).
- You can learn more about our approach to [project management](https://github.com/ppy/osu/wiki/Project-management). - You can learn more about our approach to [project management](https://github.com/ppy/osu/wiki/Project-management).
- Track our current efforts [towards full "ranked play" support](https://github.com/orgs/ppy/projects/13?query=is%3Aopen+sort%3Aupdated-desc).
## Running osu! ## Running osu!
If you are looking to install or test osu! without setting up a development environment, you can consume our [releases](https://github.com/ppy/osu/releases). You can also generally download a version for your current device from the [osu! site](https://osu.ppy.sh/home/download). Failing that, you may use the links below to download the latest version for your operating system of choice: If you are just looking to give the game a whirl, you can grab the latest release for your platform:
**Latest release:** ### Latest release:
| [Windows 8.1+ (x64)](https://github.com/ppy/osu/releases/latest/download/install.exe) | macOS 10.15+ ([Intel](https://github.com/ppy/osu/releases/latest/download/osu.app.Intel.zip), [Apple Silicon](https://github.com/ppy/osu/releases/latest/download/osu.app.Apple.Silicon.zip)) | [Linux (x64)](https://github.com/ppy/osu/releases/latest/download/osu.AppImage) | [iOS 13.4+](https://osu.ppy.sh/home/testflight) | [Android 5+](https://github.com/ppy/osu/releases/latest/download/sh.ppy.osulazer.apk) | | [Windows 8.1+ (x64)](https://github.com/ppy/osu/releases/latest/download/install.exe) | macOS 10.15+ ([Intel](https://github.com/ppy/osu/releases/latest/download/osu.app.Intel.zip), [Apple Silicon](https://github.com/ppy/osu/releases/latest/download/osu.app.Apple.Silicon.zip)) | [Linux (x64)](https://github.com/ppy/osu/releases/latest/download/osu.AppImage) | [iOS 13.4+](https://osu.ppy.sh/home/testflight) | [Android 5+](https://github.com/ppy/osu/releases/latest/download/sh.ppy.osulazer.apk) |
| ------------- | ------------- | ------------- | ------------- | ------------- | | ------------- | ------------- | ------------- | ------------- | ------------- |
- The iOS testflight link may fill up (Apple has a hard limit of 10,000 users). We reset it occasionally when this happens. Please do not ask about this. Check back regularly for link resets or follow [peppy](https://twitter.com/ppy) on twitter for announcements of link resets. You can also generally download a version for your current device from the [osu! site](https://osu.ppy.sh/home/download).
If your platform is not listed above, there is still a chance you can manually build it by following the instructions below. If your platform is not listed above, there is still a chance you can manually build it by following the instructions below.
**For iOS/iPadOS users**: The iOS testflight link fills up very fast (Apple has a hard limit of 10,000 users). We reset it occasionally. Please do not ask about this. Check back regularly for link resets or follow [peppy](https://twitter.com/ppy) on twitter for announcements. Our goal is to get the game on mobile app stores in early 2024.
## Developing a custom ruleset ## Developing a custom ruleset
osu! is designed to have extensible modular gameplay modes, called "rulesets". Building one of these allows a developer to harness the power of osu! for their own game style. To get started working on a ruleset, we have some templates available [here](https://github.com/ppy/osu/tree/master/Templates). osu! is designed to allow user-created gameplay variations, called "rulesets". Building one of these allows a developer to harness the power of the osu! beatmap library, game engine, and general UX for a new style of gameplay. To get started working on a ruleset, we have some templates available [here](https://github.com/ppy/osu/tree/master/Templates).
You can see some examples of custom rulesets by visiting the [custom ruleset directory](https://github.com/ppy/osu/discussions/13096). You can see some examples of custom rulesets by visiting the [custom ruleset directory](https://github.com/ppy/osu/discussions/13096).
## Developing osu! ## Developing osu!
### Prerequisites
Please make sure you have the following prerequisites: Please make sure you have the following prerequisites:
- A desktop platform with the [.NET 6.0 SDK](https://dotnet.microsoft.com/download) installed. - A desktop platform with the [.NET 6.0 SDK](https://dotnet.microsoft.com/download) installed.
When working with the codebase, we recommend using an IDE with intelligent code completion and syntax highlighting, such as the latest version of [Visual Studio](https://visualstudio.microsoft.com/vs/), [JetBrains Rider](https://www.jetbrains.com/rider/) or [Visual Studio Code](https://code.visualstudio.com/). When working with the codebase, we recommend using an IDE with intelligent code completion and syntax highlighting, such as the latest version of [Visual Studio](https://visualstudio.microsoft.com/vs/), [JetBrains Rider](https://www.jetbrains.com/rider/), or [Visual Studio Code](https://code.visualstudio.com/) with the [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) and [C#](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp) plugin installed.
### Downloading the source code ### Downloading the source code
@ -69,9 +72,19 @@ git pull
### Building ### Building
Build configurations for the recommended IDEs (listed above) are included. You should use the provided Build/Run functionality of your IDE to get things going. When testing or building new components, it's highly encouraged you use the `VisualTests` project/configuration. More information on this is provided [below](#contributing). #### From an IDE
- Visual Studio / Rider users should load the project via one of the platform-specific `.slnf` files, rather than the main `.sln`. This will allow access to template run configurations. You should load the solution via one of the platform-specific `.slnf` files, rather than the main `.sln`. This will reduce dependencies and hide platforms that you don't care about. Valid `.slnf` files are:
- `osu.Desktop.slnf` (most common)
- `osu.Android.slnf`
- `osu.iOS.slnf`
Run configurations for the recommended IDEs (listed above) are included. You should use the provided Build/Run functionality of your IDE to get things going. When testing or building new components, it's highly encouraged you use the `osu! (Tests)` project/configuration. More information on this is provided [below](#contributing).
To build for mobile platforms, you will likely need to run `sudo dotnet workload restore` if you haven't done so previously. This will install Android/iOS tooling required to complete the build.
#### From CLI
You can also build and run *osu!* from the command-line with a single command: You can also build and run *osu!* from the command-line with a single command:
@ -79,12 +92,10 @@ You can also build and run *osu!* from the command-line with a single command:
dotnet run --project osu.Desktop dotnet run --project osu.Desktop
``` ```
If you are not interested in debugging *osu!*, you can add `-c Release` to gain performance. In this case, you must replace `Debug` with `Release` in any commands mentioned in this document. When running locally to do any kind of performance testing, make sure to add `-c Release` to the build command, as the overhead of running with the default `Debug` configuration can be large (especially when testing with local framework modifications as below).
If the build fails, try to restore NuGet packages with `dotnet restore`. If the build fails, try to restore NuGet packages with `dotnet restore`.
_Due to a historical feature gap between .NET Core and Xamarin, running `dotnet` CLI from the root directory will not work for most commands. This can be resolved by specifying a target `.csproj` or the helper project at `build/Desktop.proj`. Configurations have been provided to work around this issue for all supported IDEs mentioned above._
### Testing with resource/framework modifications ### Testing with resource/framework modifications
Sometimes it may be necessary to cross-test changes in [osu-resources](https://github.com/ppy/osu-resources) or [osu-framework](https://github.com/ppy/osu-framework). This can be quickly achieved using included commands: Sometimes it may be necessary to cross-test changes in [osu-resources](https://github.com/ppy/osu-resources) or [osu-framework](https://github.com/ppy/osu-framework). This can be quickly achieved using included commands:

View File

@ -7,7 +7,7 @@ Templates for use when creating osu! dependent projects. Create a fully-testable
```bash ```bash
# install (or update) templates package. # install (or update) templates package.
# this only needs to be done once # this only needs to be done once
dotnet new -i ppy.osu.Game.Templates dotnet new install ppy.osu.Game.Templates
# create an empty freeform ruleset # create an empty freeform ruleset
dotnet new ruleset -n MyCoolRuleset dotnet new ruleset -n MyCoolRuleset

View File

@ -13,7 +13,7 @@ namespace osu.Game.Rulesets.EmptyFreeform.Tests
[STAThread] [STAThread]
public static int Main(string[] args) public static int Main(string[] args)
{ {
using (DesktopGameHost host = Host.GetSuitableDesktopHost(@"osu", new HostOptions { BindIPC = true })) using (DesktopGameHost host = Host.GetSuitableDesktopHost(@"osu"))
{ {
host.Run(new OsuTestBrowser()); host.Run(new OsuTestBrowser());
return 0; return 0;

View File

@ -9,9 +9,9 @@
<GenerateProgramFile>false</GenerateProgramFile> <GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup> </PropertyGroup>
<ItemGroup Label="Package References"> <ItemGroup Label="Package References">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="NUnit" Version="3.13.3" /> <PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" /> <PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\osu.Game.Rulesets.EmptyFreeform\osu.Game.Rulesets.EmptyFreeform.csproj" /> <ProjectReference Include="..\osu.Game.Rulesets.EmptyFreeform\osu.Game.Rulesets.EmptyFreeform.csproj" />

View File

@ -13,7 +13,7 @@ namespace osu.Game.Rulesets.Pippidon.Tests
[STAThread] [STAThread]
public static int Main(string[] args) public static int Main(string[] args)
{ {
using (DesktopGameHost host = Host.GetSuitableDesktopHost(@"osu", new HostOptions { BindIPC = true })) using (DesktopGameHost host = Host.GetSuitableDesktopHost(@"osu"))
{ {
host.Run(new OsuTestBrowser()); host.Run(new OsuTestBrowser());
return 0; return 0;

View File

@ -9,9 +9,9 @@
<GenerateProgramFile>false</GenerateProgramFile> <GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup> </PropertyGroup>
<ItemGroup Label="Package References"> <ItemGroup Label="Package References">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="NUnit" Version="3.13.3" /> <PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" /> <PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\osu.Game.Rulesets.Pippidon\osu.Game.Rulesets.Pippidon.csproj" /> <ProjectReference Include="..\osu.Game.Rulesets.Pippidon\osu.Game.Rulesets.Pippidon.csproj" />

View File

@ -13,7 +13,7 @@ namespace osu.Game.Rulesets.EmptyScrolling.Tests
[STAThread] [STAThread]
public static int Main(string[] args) public static int Main(string[] args)
{ {
using (DesktopGameHost host = Host.GetSuitableDesktopHost(@"osu", new HostOptions { BindIPC = true })) using (DesktopGameHost host = Host.GetSuitableDesktopHost(@"osu"))
{ {
host.Run(new OsuTestBrowser()); host.Run(new OsuTestBrowser());
return 0; return 0;

View File

@ -9,9 +9,9 @@
<GenerateProgramFile>false</GenerateProgramFile> <GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup> </PropertyGroup>
<ItemGroup Label="Package References"> <ItemGroup Label="Package References">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="NUnit" Version="3.13.3" /> <PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" /> <PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\osu.Game.Rulesets.EmptyScrolling\osu.Game.Rulesets.EmptyScrolling.csproj" /> <ProjectReference Include="..\osu.Game.Rulesets.EmptyScrolling\osu.Game.Rulesets.EmptyScrolling.csproj" />

View File

@ -13,7 +13,7 @@ namespace osu.Game.Rulesets.Pippidon.Tests
[STAThread] [STAThread]
public static int Main(string[] args) public static int Main(string[] args)
{ {
using (DesktopGameHost host = Host.GetSuitableDesktopHost(@"osu", new HostOptions { BindIPC = true })) using (DesktopGameHost host = Host.GetSuitableDesktopHost(@"osu"))
{ {
host.Run(new OsuTestBrowser()); host.Run(new OsuTestBrowser());
return 0; return 0;

View File

@ -9,9 +9,9 @@
<GenerateProgramFile>false</GenerateProgramFile> <GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup> </PropertyGroup>
<ItemGroup Label="Package References"> <ItemGroup Label="Package References">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" /> <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="NUnit" Version="3.13.3" /> <PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" /> <PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\osu.Game.Rulesets.Pippidon\osu.Game.Rulesets.Pippidon.csproj" /> <ProjectReference Include="..\osu.Game.Rulesets.Pippidon\osu.Game.Rulesets.Pippidon.csproj" />

View File

@ -10,7 +10,7 @@
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk> <EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="ppy.osu.Framework.Android" Version="2023.724.0" /> <PackageReference Include="ppy.osu.Framework.Android" Version="2024.114.0" />
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>
<!-- Fody does not handle Android build well, and warns when unchanged. <!-- Fody does not handle Android build well, and warns when unchanged.

View File

@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="sh.ppy.osulazer" android:installLocation="auto"> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="sh.ppy.osulazer" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31" /> <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" />
<application android:allowBackup="true" android:supportsRtl="true" android:label="osu!" android:icon="@drawable/lazer" /> <application android:allowBackup="true" android:supportsRtl="true" android:label="osu!" android:icon="@drawable/lazer" />
</manifest> <!-- for editor usage -->
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
<!--
READ_MEDIA_* permissions are available only on API 33 or greater. Devices with older android versions
don't understand the new permissions, so request the old READ_EXTERNAL_STORAGE permission to get storage access.
Since the old permission has no effect on >= API 33, don't request it.
Care needs to be taken to ensure runtime permission checks target the correct permission for the API level.
-->
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32"/>
</manifest>

View File

@ -70,7 +70,7 @@ namespace osu.Android
}, },
new SettingsCheckbox new SettingsCheckbox
{ {
LabelText = MouseSettingsStrings.DisableMouseButtons, LabelText = MouseSettingsStrings.DisableClicksDuringGameplay,
Current = osuConfig.GetBindable<bool>(OsuSetting.MouseDisableButtons), Current = osuConfig.GetBindable<bool>(OsuSetting.MouseDisableButtons),
}, },
}); });

View File

@ -11,6 +11,7 @@ using osu.Framework.Input.Handlers;
using osu.Framework.Platform; using osu.Framework.Platform;
using osu.Game; using osu.Game;
using osu.Game.Overlays.Settings; using osu.Game.Overlays.Settings;
using osu.Game.Overlays.Settings.Sections.Input;
using osu.Game.Updater; using osu.Game.Updater;
using osu.Game.Utils; using osu.Game.Utils;
@ -97,6 +98,9 @@ namespace osu.Android
case AndroidJoystickHandler jh: case AndroidJoystickHandler jh:
return new AndroidJoystickSettings(jh); return new AndroidJoystickSettings(jh);
case AndroidTouchHandler th:
return new TouchSettings(th);
default: default:
return base.CreateSettingsSubsectionFor(handler); return base.CreateSettingsSubsectionFor(handler);
} }

View File

@ -16,15 +16,14 @@
"osu.Game.Tournament.Tests\\osu.Game.Tournament.Tests.csproj", "osu.Game.Tournament.Tests\\osu.Game.Tournament.Tests.csproj",
"osu.Game.Tournament\\osu.Game.Tournament.csproj", "osu.Game.Tournament\\osu.Game.Tournament.csproj",
"osu.Game\\osu.Game.csproj", "osu.Game\\osu.Game.csproj",
"Templates\\Rulesets\\ruleset-empty\\osu.Game.Rulesets.EmptyFreeform\\osu.Game.Rulesets.EmptyFreeform.csproj",
"Templates\\Rulesets\\ruleset-empty\\osu.Game.Rulesets.EmptyFreeform.Tests\\osu.Game.Rulesets.EmptyFreeform.Tests.csproj", "Templates\\Rulesets\\ruleset-empty\\osu.Game.Rulesets.EmptyFreeform.Tests\\osu.Game.Rulesets.EmptyFreeform.Tests.csproj",
"Templates\\Rulesets\\ruleset-example\\osu.Game.Rulesets.Pippidon\\osu.Game.Rulesets.Pippidon.csproj", "Templates\\Rulesets\\ruleset-empty\\osu.Game.Rulesets.EmptyFreeform\\osu.Game.Rulesets.EmptyFreeform.csproj",
"Templates\\Rulesets\\ruleset-example\\osu.Game.Rulesets.Pippidon.Tests\\osu.Game.Rulesets.Pippidon.Tests.csproj", "Templates\\Rulesets\\ruleset-example\\osu.Game.Rulesets.Pippidon.Tests\\osu.Game.Rulesets.Pippidon.Tests.csproj",
"Templates\\Rulesets\\ruleset-scrolling-empty\\osu.Game.Rulesets.EmptyScrolling\\osu.Game.Rulesets.EmptyScrolling.csproj", "Templates\\Rulesets\\ruleset-example\\osu.Game.Rulesets.Pippidon\\osu.Game.Rulesets.Pippidon.csproj",
"Templates\\Rulesets\\ruleset-scrolling-empty\\osu.Game.Rulesets.EmptyScrolling.Tests\\osu.Game.Rulesets.EmptyScrolling.Tests.csproj", "Templates\\Rulesets\\ruleset-scrolling-empty\\osu.Game.Rulesets.EmptyScrolling.Tests\\osu.Game.Rulesets.EmptyScrolling.Tests.csproj",
"Templates\\Rulesets\\ruleset-scrolling-example\\osu.Game.Rulesets.Pippidon\\osu.Game.Rulesets.Pippidon.csproj", "Templates\\Rulesets\\ruleset-scrolling-empty\\osu.Game.Rulesets.EmptyScrolling\\osu.Game.Rulesets.EmptyScrolling.csproj",
"Templates\\Rulesets\\ruleset-scrolling-example\\osu.Game.Rulesets.Pippidon.Tests\\osu.Game.Rulesets.Pippidon.Tests.csproj" "Templates\\Rulesets\\ruleset-scrolling-example\\osu.Game.Rulesets.Pippidon.Tests\\osu.Game.Rulesets.Pippidon.Tests.csproj",
"Templates\\Rulesets\\ruleset-scrolling-example\\osu.Game.Rulesets.Pippidon\\osu.Game.Rulesets.Pippidon.csproj"
] ]
} }
} }

View File

@ -9,7 +9,6 @@ using osu.Framework.Allocation;
using osu.Framework.Bindables; using osu.Framework.Bindables;
using osu.Framework.Graphics; using osu.Framework.Graphics;
using osu.Framework.Logging; using osu.Framework.Logging;
using osu.Game.Beatmaps;
using osu.Game.Configuration; using osu.Game.Configuration;
using osu.Game.Extensions; using osu.Game.Extensions;
using osu.Game.Online.API; using osu.Game.Online.API;
@ -34,7 +33,7 @@ namespace osu.Desktop
[Resolved] [Resolved]
private IAPIProvider api { get; set; } = null!; private IAPIProvider api { get; set; } = null!;
private readonly IBindable<UserStatus> status = new Bindable<UserStatus>(); private readonly IBindable<UserStatus?> status = new Bindable<UserStatus?>();
private readonly IBindable<UserActivity> activity = new Bindable<UserActivity>(); private readonly IBindable<UserActivity> activity = new Bindable<UserActivity>();
private readonly Bindable<DiscordRichPresenceMode> privacyMode = new Bindable<DiscordRichPresenceMode>(); private readonly Bindable<DiscordRichPresenceMode> privacyMode = new Bindable<DiscordRichPresenceMode>();
@ -87,25 +86,26 @@ namespace osu.Desktop
if (!client.IsInitialized) if (!client.IsInitialized)
return; return;
if (status.Value is UserStatusOffline || privacyMode.Value == DiscordRichPresenceMode.Off) if (status.Value == UserStatus.Offline || privacyMode.Value == DiscordRichPresenceMode.Off)
{ {
client.ClearPresence(); client.ClearPresence();
return; return;
} }
if (status.Value is UserStatusOnline && activity.Value != null) if (status.Value == UserStatus.Online && activity.Value != null)
{ {
presence.State = truncate(activity.Value.GetStatus(privacyMode.Value == DiscordRichPresenceMode.Limited)); bool hideIdentifiableInformation = privacyMode.Value == DiscordRichPresenceMode.Limited;
presence.Details = truncate(getDetails(activity.Value)); presence.State = truncate(activity.Value.GetStatus(hideIdentifiableInformation));
presence.Details = truncate(activity.Value.GetDetails(hideIdentifiableInformation) ?? string.Empty);
if (getBeatmap(activity.Value) is IBeatmapInfo beatmap && beatmap.OnlineID > 0) if (getBeatmapID(activity.Value) is int beatmapId && beatmapId > 0)
{ {
presence.Buttons = new[] presence.Buttons = new[]
{ {
new Button new Button
{ {
Label = "View beatmap", Label = "View beatmap",
Url = $@"{api.WebsiteRootUrl}/beatmapsets/{beatmap.BeatmapSet?.OnlineID}#{ruleset.Value.ShortName}/{beatmap.OnlineID}" Url = $@"{api.WebsiteRootUrl}/beatmaps/{beatmapId}?mode={ruleset.Value.ShortName}"
} }
}; };
} }
@ -159,40 +159,20 @@ namespace osu.Desktop
}); });
} }
private IBeatmapInfo? getBeatmap(UserActivity activity) private int? getBeatmapID(UserActivity activity)
{ {
switch (activity) switch (activity)
{ {
case UserActivity.InGame game: case UserActivity.InGame game:
return game.BeatmapInfo; return game.BeatmapID;
case UserActivity.EditingBeatmap edit: case UserActivity.EditingBeatmap edit:
return edit.BeatmapInfo; return edit.BeatmapID;
} }
return null; return null;
} }
private string getDetails(UserActivity activity)
{
switch (activity)
{
case UserActivity.InGame game:
return game.BeatmapInfo.ToString() ?? string.Empty;
case UserActivity.EditingBeatmap edit:
return edit.BeatmapInfo.ToString() ?? string.Empty;
case UserActivity.WatchingReplay watching:
return watching.BeatmapInfo?.ToString() ?? string.Empty;
case UserActivity.InLobby lobby:
return privacyMode.Value == DiscordRichPresenceMode.Limited ? string.Empty : lobby.Room.Name.Value;
}
return string.Empty;
}
protected override void Dispose(bool isDisposing) protected override void Dispose(bool isDisposing)
{ {
client.Dispose(); client.Dispose();

View File

@ -75,7 +75,7 @@ namespace osu.Desktop.LegacyIpc
case LegacyIpcDifficultyCalculationRequest req: case LegacyIpcDifficultyCalculationRequest req:
try try
{ {
WorkingBeatmap beatmap = new FlatFileWorkingBeatmap(req.BeatmapFile); WorkingBeatmap beatmap = new FlatWorkingBeatmap(req.BeatmapFile);
var ruleset = beatmap.BeatmapInfo.Ruleset.CreateInstance(); var ruleset = beatmap.BeatmapInfo.Ruleset.CreateInstance();
Mod[] mods = ruleset.ConvertFromLegacyMods((LegacyMods)req.Mods).ToArray(); Mod[] mods = ruleset.ConvertFromLegacyMods((LegacyMods)req.Mods).ToArray();

739
osu.Desktop/NVAPI.cs Normal file
View File

@ -0,0 +1,739 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
#nullable disable
#pragma warning disable IDE1006 // Naming rule violation
using System;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.InteropServices;
using osu.Framework.Logging;
namespace osu.Desktop
{
[SuppressMessage("ReSharper", "InconsistentNaming")]
internal static class NVAPI
{
private const string osu_filename = "osu!.exe";
// This is a good reference:
// https://github.com/errollw/Warp-and-Blend-Quadros/blob/master/WarpBlend-Quadros/UnwarpAll-Quadros/include/nvapi.h
// Note our Stride == their VERSION (e.g. NVDRS_SETTING_VER)
public const int MAX_PHYSICAL_GPUS = 64;
public const int UNICODE_STRING_MAX = 2048;
public const string APPLICATION_NAME = @"osu!";
public const string PROFILE_NAME = @"osu!";
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate NvStatus EnumPhysicalGPUsDelegate([Out] IntPtr[] gpuHandles, out int gpuCount);
public static readonly EnumPhysicalGPUsDelegate EnumPhysicalGPUs;
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate NvStatus EnumLogicalGPUsDelegate([Out] IntPtr[] gpuHandles, out int gpuCount);
public static readonly EnumLogicalGPUsDelegate EnumLogicalGPUs;
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate NvStatus GetSystemTypeDelegate(IntPtr gpuHandle, out NvSystemType systemType);
public static readonly GetSystemTypeDelegate GetSystemType;
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate NvStatus GetGPUTypeDelegate(IntPtr gpuHandle, out NvGpuType gpuType);
public static readonly GetGPUTypeDelegate GetGPUType;
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate NvStatus CreateSessionDelegate(out IntPtr sessionHandle);
public static CreateSessionDelegate CreateSession;
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate NvStatus LoadSettingsDelegate(IntPtr sessionHandle);
public static LoadSettingsDelegate LoadSettings;
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate NvStatus FindApplicationByNameDelegate(IntPtr sessionHandle, [MarshalAs(UnmanagedType.BStr)] string appName, out IntPtr profileHandle, ref NvApplication application);
public static FindApplicationByNameDelegate FindApplicationByName;
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate NvStatus GetCurrentGlobalProfileDelegate(IntPtr sessionHandle, out IntPtr profileHandle);
public static GetCurrentGlobalProfileDelegate GetCurrentGlobalProfile;
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate NvStatus GetProfileInfoDelegate(IntPtr sessionHandle, IntPtr profileHandle, ref NvProfile profile);
public static GetProfileInfoDelegate GetProfileInfo;
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate NvStatus GetSettingDelegate(IntPtr sessionHandle, IntPtr profileHandle, NvSettingID settingID, ref NvSetting setting);
public static GetSettingDelegate GetSetting;
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
private delegate NvStatus CreateProfileDelegate(IntPtr sessionHandle, ref NvProfile profile, out IntPtr profileHandle);
private static readonly CreateProfileDelegate CreateProfile;
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
private delegate NvStatus SetSettingDelegate(IntPtr sessionHandle, IntPtr profileHandle, ref NvSetting setting);
private static readonly SetSettingDelegate SetSetting;
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
private delegate NvStatus EnumApplicationsDelegate(IntPtr sessionHandle, IntPtr profileHandle, uint startIndex, ref uint appCount, [In, Out, MarshalAs(UnmanagedType.LPArray)] NvApplication[] applications);
private static readonly EnumApplicationsDelegate EnumApplications;
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
private delegate NvStatus CreateApplicationDelegate(IntPtr sessionHandle, IntPtr profileHandle, ref NvApplication application);
private static readonly CreateApplicationDelegate CreateApplication;
[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
private delegate NvStatus SaveSettingsDelegate(IntPtr sessionHandle);
private static readonly SaveSettingsDelegate SaveSettings;
public static NvStatus Status { get; private set; } = NvStatus.OK;
public static bool Available { get; private set; }
private static IntPtr sessionHandle;
public static bool IsUsingOptimusDedicatedGpu
{
get
{
if (!Available)
return false;
if (!IsLaptop)
return false;
IntPtr profileHandle;
if (!getProfile(out profileHandle, out _, out bool _))
return false;
// Get the optimus setting
NvSetting setting;
if (!getSetting(NvSettingID.SHIM_RENDERING_MODE_ID, profileHandle, out setting))
return false;
return (setting.U32CurrentValue & (uint)NvShimSetting.SHIM_RENDERING_MODE_ENABLE) > 0;
}
}
public static bool IsLaptop
{
get
{
if (!Available)
return false;
// Make sure that this is a laptop.
var gpus = new IntPtr[64];
if (checkError(EnumPhysicalGPUs(gpus, out int gpuCount)))
return false;
for (int i = 0; i < gpuCount; i++)
{
if (checkError(GetSystemType(gpus[i], out var type)))
return false;
if (type == NvSystemType.LAPTOP)
return true;
}
return false;
}
}
public static NvThreadControlSetting ThreadedOptimisations
{
get
{
if (!Available)
return NvThreadControlSetting.OGL_THREAD_CONTROL_DEFAULT;
IntPtr profileHandle;
if (!getProfile(out profileHandle, out _, out bool _))
return NvThreadControlSetting.OGL_THREAD_CONTROL_DEFAULT;
// Get the threaded optimisations setting
NvSetting setting;
if (!getSetting(NvSettingID.OGL_THREAD_CONTROL_ID, profileHandle, out setting))
return NvThreadControlSetting.OGL_THREAD_CONTROL_DEFAULT;
return (NvThreadControlSetting)setting.U32CurrentValue;
}
set
{
if (!Available)
return;
bool success = setSetting(NvSettingID.OGL_THREAD_CONTROL_ID, (uint)value);
Logger.Log(success ? $"Threaded optimizations set to \"{value}\"!" : "Threaded optimizations set failed!");
}
}
/// <summary>
/// Checks if the profile contains the current application.
/// </summary>
/// <returns>If the profile contains the current application.</returns>
private static bool containsApplication(IntPtr profileHandle, NvProfile profile, out NvApplication application)
{
application = new NvApplication
{
Version = NvApplication.Stride
};
if (profile.NumOfApps == 0)
return false;
NvApplication[] applications = new NvApplication[profile.NumOfApps];
applications[0].Version = NvApplication.Stride;
uint numApps = profile.NumOfApps;
if (checkError(EnumApplications(sessionHandle, profileHandle, 0, ref numApps, applications)))
return false;
for (uint i = 0; i < numApps; i++)
{
if (applications[i].AppName == osu_filename)
{
application = applications[i];
return true;
}
}
return false;
}
/// <summary>
/// Retrieves the profile of the current application.
/// </summary>
/// <param name="profileHandle">The profile handle.</param>
/// <param name="application">The current application description.</param>
/// <param name="isApplicationSpecific">If this profile is not a global (default) profile.</param>
/// <returns>If the operation succeeded.</returns>
private static bool getProfile(out IntPtr profileHandle, out NvApplication application, out bool isApplicationSpecific)
{
application = new NvApplication
{
Version = NvApplication.Stride
};
isApplicationSpecific = true;
if (checkError(FindApplicationByName(sessionHandle, osu_filename, out profileHandle, ref application)))
{
isApplicationSpecific = false;
if (checkError(GetCurrentGlobalProfile(sessionHandle, out profileHandle)))
return false;
}
return true;
}
/// <summary>
/// Creates a profile.
/// </summary>
/// <param name="profileHandle">The profile handle.</param>
/// <returns>If the operation succeeded.</returns>
private static bool createProfile(out IntPtr profileHandle)
{
NvProfile newProfile = new NvProfile
{
Version = NvProfile.Stride,
IsPredefined = 0,
ProfileName = PROFILE_NAME,
GPUSupport = new uint[32]
};
newProfile.GPUSupport[0] = 1;
if (checkError(CreateProfile(sessionHandle, ref newProfile, out profileHandle)))
return false;
return true;
}
/// <summary>
/// Retrieves a setting from the profile.
/// </summary>
/// <param name="settingId">The setting to retrieve.</param>
/// <param name="profileHandle">The profile handle to retrieve the setting from.</param>
/// <param name="setting">The setting.</param>
/// <returns>If the operation succeeded.</returns>
private static bool getSetting(NvSettingID settingId, IntPtr profileHandle, out NvSetting setting)
{
setting = new NvSetting
{
Version = NvSetting.Stride,
SettingID = settingId
};
if (checkError(GetSetting(sessionHandle, profileHandle, settingId, ref setting)))
return false;
return true;
}
private static bool setSetting(NvSettingID settingId, uint settingValue)
{
NvApplication application;
IntPtr profileHandle;
bool isApplicationSpecific;
if (!getProfile(out profileHandle, out application, out isApplicationSpecific))
return false;
if (!isApplicationSpecific)
{
// We don't want to interfere with the user's other settings, so let's create a separate config for osu!
if (!createProfile(out profileHandle))
return false;
}
NvSetting newSetting = new NvSetting
{
Version = NvSetting.Stride,
SettingID = settingId,
U32CurrentValue = settingValue
};
// Set the thread state
if (checkError(SetSetting(sessionHandle, profileHandle, ref newSetting)))
return false;
// Get the profile (needed to check app count)
NvProfile profile = new NvProfile
{
Version = NvProfile.Stride
};
if (checkError(GetProfileInfo(sessionHandle, profileHandle, ref profile)))
return false;
if (!containsApplication(profileHandle, profile, out application))
{
// Need to add the current application to the profile
application.IsPredefined = 0;
application.AppName = osu_filename;
application.UserFriendlyName = APPLICATION_NAME;
if (checkError(CreateApplication(sessionHandle, profileHandle, ref application)))
return false;
}
// Save!
return !checkError(SaveSettings(sessionHandle));
}
/// <summary>
/// Creates a session to access the driver configuration.
/// </summary>
/// <returns>If the operation succeeded.</returns>
private static bool createSession()
{
if (checkError(CreateSession(out sessionHandle)))
return false;
// Load settings into session
if (checkError(LoadSettings(sessionHandle)))
return false;
return true;
}
private static bool checkError(NvStatus status)
{
Status = status;
return status != NvStatus.OK;
}
static NVAPI()
{
// TODO: check whether gpu vendor contains NVIDIA before attempting load?
try
{
// Try to load NVAPI
if ((IntPtr.Size == 4 && loadLibrary(@"nvapi.dll") == IntPtr.Zero)
|| (IntPtr.Size == 8 && loadLibrary(@"nvapi64.dll") == IntPtr.Zero))
{
return;
}
InitializeDelegate initialize;
getDelegate(0x0150E828, out initialize);
if (initialize?.Invoke() == NvStatus.OK)
{
// IDs can be found here: https://github.com/jNizM/AHK_NVIDIA_NvAPI/blob/master/info/NvAPI_IDs.txt
getDelegate(0xE5AC921F, out EnumPhysicalGPUs);
getDelegate(0x48B3EA59, out EnumLogicalGPUs);
getDelegate(0xBAAABFCC, out GetSystemType);
getDelegate(0xC33BAEB1, out GetGPUType);
getDelegate(0x0694D52E, out CreateSession);
getDelegate(0x375DBD6B, out LoadSettings);
getDelegate(0xEEE566B2, out FindApplicationByName);
getDelegate(0x617BFF9F, out GetCurrentGlobalProfile);
getDelegate(0x577DD202, out SetSetting);
getDelegate(0x61CD6FD6, out GetProfileInfo);
getDelegate(0x73BF8338, out GetSetting);
getDelegate(0xCC176068, out CreateProfile);
getDelegate(0x7FA2173A, out EnumApplications);
getDelegate(0x4347A9DE, out CreateApplication);
getDelegate(0xFCBC7E14, out SaveSettings);
}
if (createSession())
Available = true;
}
catch { }
}
private static void getDelegate<T>(uint id, out T newDelegate) where T : class
{
IntPtr ptr = IntPtr.Size == 4 ? queryInterface32(id) : queryInterface64(id);
newDelegate = ptr == IntPtr.Zero ? null : Marshal.GetDelegateForFunctionPointer(ptr, typeof(T)) as T;
}
[DllImport("kernel32.dll", EntryPoint = "LoadLibrary")]
private static extern IntPtr loadLibrary(string dllToLoad);
[DllImport(@"nvapi.dll", EntryPoint = "nvapi_QueryInterface", CallingConvention = CallingConvention.Cdecl)]
private static extern IntPtr queryInterface32(uint id);
[DllImport(@"nvapi64.dll", EntryPoint = "nvapi_QueryInterface", CallingConvention = CallingConvention.Cdecl)]
private static extern IntPtr queryInterface64(uint id);
private delegate NvStatus InitializeDelegate();
}
[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)]
internal struct NvSetting
{
public uint Version;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = NVAPI.UNICODE_STRING_MAX)]
public string SettingName;
public NvSettingID SettingID;
public uint SettingType;
public uint SettingLocation;
public uint IsCurrentPredefined;
public uint IsPredefinedValid;
public uint U32PredefinedValue;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = NVAPI.UNICODE_STRING_MAX)]
public string StringPredefinedValue;
public uint U32CurrentValue;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = NVAPI.UNICODE_STRING_MAX)]
public string StringCurrentValue;
public static uint Stride => (uint)Marshal.SizeOf(typeof(NvSetting)) | (1 << 16);
}
[StructLayout(LayoutKind.Sequential, Pack = 8, CharSet = CharSet.Unicode)]
internal struct NvProfile
{
public uint Version;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = NVAPI.UNICODE_STRING_MAX)]
public string ProfileName;
[MarshalAs(UnmanagedType.ByValArray)]
public uint[] GPUSupport;
public uint IsPredefined;
public uint NumOfApps;
public uint NumOfSettings;
public static uint Stride => (uint)Marshal.SizeOf(typeof(NvProfile)) | (1 << 16);
}
[StructLayout(LayoutKind.Sequential, Pack = 8, CharSet = CharSet.Unicode)]
internal struct NvApplication
{
public uint Version;
public uint IsPredefined;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = NVAPI.UNICODE_STRING_MAX)]
public string AppName;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = NVAPI.UNICODE_STRING_MAX)]
public string UserFriendlyName;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = NVAPI.UNICODE_STRING_MAX)]
public string Launcher;
[MarshalAs(UnmanagedType.ByValTStr, SizeConst = NVAPI.UNICODE_STRING_MAX)]
public string FileInFolder;
public static uint Stride => (uint)Marshal.SizeOf(typeof(NvApplication)) | (2 << 16);
}
internal enum NvStatus
{
OK = 0, // Success. Request is completed.
ERROR = -1, // Generic error
LIBRARY_NOT_FOUND = -2, // NVAPI support library cannot be loaded.
NO_IMPLEMENTATION = -3, // not implemented in current driver installation
API_NOT_INITIALIZED = -4, // Initialize has not been called (successfully)
INVALID_ARGUMENT = -5, // The argument/parameter value is not valid or NULL.
NVIDIA_DEVICE_NOT_FOUND = -6, // No NVIDIA display driver, or NVIDIA GPU driving a display, was found.
END_ENUMERATION = -7, // No more items to enumerate
INVALID_HANDLE = -8, // Invalid handle
INCOMPATIBLE_STRUCT_VERSION = -9, // An argument's structure version is not supported
HANDLE_INVALIDATED = -10, // The handle is no longer valid (likely due to GPU or display re-configuration)
OPENGL_CONTEXT_NOT_CURRENT = -11, // No NVIDIA OpenGL context is current (but needs to be)
INVALID_POINTER = -14, // An invalid pointer, usually NULL, was passed as a parameter
NO_GL_EXPERT = -12, // OpenGL Expert is not supported by the current drivers
INSTRUMENTATION_DISABLED = -13, // OpenGL Expert is supported, but driver instrumentation is currently disabled
NO_GL_NSIGHT = -15, // OpenGL does not support Nsight
EXPECTED_LOGICAL_GPU_HANDLE = -100, // Expected a logical GPU handle for one or more parameters
EXPECTED_PHYSICAL_GPU_HANDLE = -101, // Expected a physical GPU handle for one or more parameters
EXPECTED_DISPLAY_HANDLE = -102, // Expected an NV display handle for one or more parameters
INVALID_COMBINATION = -103, // The combination of parameters is not valid.
NOT_SUPPORTED = -104, // Requested feature is not supported in the selected GPU
PORTID_NOT_FOUND = -105, // No port ID was found for the I2C transaction
EXPECTED_UNATTACHED_DISPLAY_HANDLE = -106, // Expected an unattached display handle as one of the input parameters.
INVALID_PERF_LEVEL = -107, // Invalid perf level
DEVICE_BUSY = -108, // Device is busy; request not fulfilled
NV_PERSIST_FILE_NOT_FOUND = -109, // NV persist file is not found
PERSIST_DATA_NOT_FOUND = -110, // NV persist data is not found
EXPECTED_TV_DISPLAY = -111, // Expected a TV output display
EXPECTED_TV_DISPLAY_ON_DCONNECTOR = -112, // Expected a TV output on the D Connector - HDTV_EIAJ4120.
NO_ACTIVE_SLI_TOPOLOGY = -113, // SLI is not active on this device.
SLI_RENDERING_MODE_NOTALLOWED = -114, // Setup of SLI rendering mode is not possible right now.
EXPECTED_DIGITAL_FLAT_PANEL = -115, // Expected a digital flat panel.
ARGUMENT_EXCEED_MAX_SIZE = -116, // Argument exceeds the expected size.
DEVICE_SWITCHING_NOT_ALLOWED = -117, // Inhibit is ON due to one of the flags in NV_GPU_DISPLAY_CHANGE_INHIBIT or SLI active.
TESTING_CLOCKS_NOT_SUPPORTED = -118, // Testing of clocks is not supported.
UNKNOWN_UNDERSCAN_CONFIG = -119, // The specified underscan config is from an unknown source (e.g. INF)
TIMEOUT_RECONFIGURING_GPU_TOPO = -120, // Timeout while reconfiguring GPUs
DATA_NOT_FOUND = -121, // Requested data was not found
EXPECTED_ANALOG_DISPLAY = -122, // Expected an analog display
NO_VIDLINK = -123, // No SLI video bridge is present
REQUIRES_REBOOT = -124, // NVAPI requires a reboot for the settings to take effect
INVALID_HYBRID_MODE = -125, // The function is not supported with the current Hybrid mode.
MIXED_TARGET_TYPES = -126, // The target types are not all the same
SYSWOW64_NOT_SUPPORTED = -127, // The function is not supported from 32-bit on a 64-bit system.
IMPLICIT_SET_GPU_TOPOLOGY_CHANGE_NOT_ALLOWED = -128, // There is no implicit GPU topology active. Use SetHybridMode to change topology.
REQUEST_USER_TO_CLOSE_NON_MIGRATABLE_APPS = -129, // Prompt the user to close all non-migratable applications.
OUT_OF_MEMORY = -130, // Could not allocate sufficient memory to complete the call.
WAS_STILL_DRAWING = -131, // The previous operation that is transferring information to or from this surface is incomplete.
FILE_NOT_FOUND = -132, // The file was not found.
TOO_MANY_UNIQUE_STATE_OBJECTS = -133, // There are too many unique instances of a particular type of state object.
INVALID_CALL = -134, // The method call is invalid. For example, a method's parameter may not be a valid pointer.
D3D10_1_LIBRARY_NOT_FOUND = -135, // d3d10_1.dll cannot be loaded.
FUNCTION_NOT_FOUND = -136, // Couldn't find the function in the loaded DLL.
INVALID_USER_PRIVILEGE = -137, // Current User is not Admin.
EXPECTED_NON_PRIMARY_DISPLAY_HANDLE = -138, // The handle corresponds to GDIPrimary.
EXPECTED_COMPUTE_GPU_HANDLE = -139, // Setting Physx GPU requires that the GPU is compute-capable.
STEREO_NOT_INITIALIZED = -140, // The Stereo part of NVAPI failed to initialize completely. Check if the stereo driver is installed.
STEREO_REGISTRY_ACCESS_FAILED = -141, // Access to stereo-related registry keys or values has failed.
STEREO_REGISTRY_PROFILE_TYPE_NOT_SUPPORTED = -142, // The given registry profile type is not supported.
STEREO_REGISTRY_VALUE_NOT_SUPPORTED = -143, // The given registry value is not supported.
STEREO_NOT_ENABLED = -144, // Stereo is not enabled and the function needed it to execute completely.
STEREO_NOT_TURNED_ON = -145, // Stereo is not turned on and the function needed it to execute completely.
STEREO_INVALID_DEVICE_INTERFACE = -146, // Invalid device interface.
STEREO_PARAMETER_OUT_OF_RANGE = -147, // Separation percentage or JPEG image capture quality is out of [0-100] range.
STEREO_FRUSTUM_ADJUST_MODE_NOT_SUPPORTED = -148, // The given frustum adjust mode is not supported.
TOPO_NOT_POSSIBLE = -149, // The mosaic topology is not possible given the current state of the hardware.
MODE_CHANGE_FAILED = -150, // An attempt to do a display resolution mode change has failed.
D3D11_LIBRARY_NOT_FOUND = -151, // d3d11.dll/d3d11_beta.dll cannot be loaded.
INVALID_ADDRESS = -152, // Address is outside of valid range.
STRING_TOO_SMALL = -153, // The pre-allocated string is too small to hold the result.
MATCHING_DEVICE_NOT_FOUND = -154, // The input does not match any of the available devices.
DRIVER_RUNNING = -155, // Driver is running.
DRIVER_NOTRUNNING = -156, // Driver is not running.
ERROR_DRIVER_RELOAD_REQUIRED = -157, // A driver reload is required to apply these settings.
SET_NOT_ALLOWED = -158, // Intended setting is not allowed.
ADVANCED_DISPLAY_TOPOLOGY_REQUIRED = -159, // Information can't be returned due to "advanced display topology".
SETTING_NOT_FOUND = -160, // Setting is not found.
SETTING_SIZE_TOO_LARGE = -161, // Setting size is too large.
TOO_MANY_SETTINGS_IN_PROFILE = -162, // There are too many settings for a profile.
PROFILE_NOT_FOUND = -163, // Profile is not found.
PROFILE_NAME_IN_USE = -164, // Profile name is duplicated.
PROFILE_NAME_EMPTY = -165, // Profile name is empty.
EXECUTABLE_NOT_FOUND = -166, // Application not found in the Profile.
EXECUTABLE_ALREADY_IN_USE = -167, // Application already exists in the other profile.
DATATYPE_MISMATCH = -168, // Data Type mismatch
PROFILE_REMOVED = -169, // The profile passed as parameter has been removed and is no longer valid.
UNREGISTERED_RESOURCE = -170, // An unregistered resource was passed as a parameter.
ID_OUT_OF_RANGE = -171, // The DisplayId corresponds to a display which is not within the normal outputId range.
DISPLAYCONFIG_VALIDATION_FAILED = -172, // Display topology is not valid so the driver cannot do a mode set on this configuration.
DPMST_CHANGED = -173, // Display Port Multi-Stream topology has been changed.
INSUFFICIENT_BUFFER = -174, // Input buffer is insufficient to hold the contents.
ACCESS_DENIED = -175, // No access to the caller.
MOSAIC_NOT_ACTIVE = -176, // The requested action cannot be performed without Mosaic being enabled.
SHARE_RESOURCE_RELOCATED = -177, // The surface is relocated away from video memory.
REQUEST_USER_TO_DISABLE_DWM = -178, // The user should disable DWM before calling NvAPI.
D3D_DEVICE_LOST = -179, // D3D device status is D3DERR_DEVICELOST or D3DERR_DEVICENOTRESET - the user has to reset the device.
INVALID_CONFIGURATION = -180, // The requested action cannot be performed in the current state.
STEREO_HANDSHAKE_NOT_DONE = -181, // Call failed as stereo handshake not completed.
EXECUTABLE_PATH_IS_AMBIGUOUS = -182, // The path provided was too short to determine the correct NVDRS_APPLICATION
DEFAULT_STEREO_PROFILE_IS_NOT_DEFINED = -183, // Default stereo profile is not currently defined
DEFAULT_STEREO_PROFILE_DOES_NOT_EXIST = -184, // Default stereo profile does not exist
CLUSTER_ALREADY_EXISTS = -185, // A cluster is already defined with the given configuration.
DPMST_DISPLAY_ID_EXPECTED = -186, // The input display id is not that of a multi stream enabled connector or a display device in a multi stream topology
INVALID_DISPLAY_ID = -187, // The input display id is not valid or the monitor associated to it does not support the current operation
STREAM_IS_OUT_OF_SYNC = -188, // While playing secure audio stream, stream goes out of sync
INCOMPATIBLE_AUDIO_DRIVER = -189, // Older audio driver version than required
VALUE_ALREADY_SET = -190, // Value already set, setting again not allowed.
TIMEOUT = -191, // Requested operation timed out
GPU_WORKSTATION_FEATURE_INCOMPLETE = -192, // The requested workstation feature set has incomplete driver internal allocation resources
STEREO_INIT_ACTIVATION_NOT_DONE = -193, // Call failed because InitActivation was not called.
SYNC_NOT_ACTIVE = -194, // The requested action cannot be performed without Sync being enabled.
SYNC_MASTER_NOT_FOUND = -195, // The requested action cannot be performed without Sync Master being enabled.
INVALID_SYNC_TOPOLOGY = -196, // Invalid displays passed in the NV_GSYNC_DISPLAY pointer.
ECID_SIGN_ALGO_UNSUPPORTED = -197, // The specified signing algorithm is not supported. Either an incorrect value was entered or the current installed driver/hardware does not support the input value.
ECID_KEY_VERIFICATION_FAILED = -198, // The encrypted public key verification has failed.
FIRMWARE_OUT_OF_DATE = -199, // The device's firmware is out of date.
FIRMWARE_REVISION_NOT_SUPPORTED = -200, // The device's firmware is not supported.
}
internal enum NvSystemType
{
UNKNOWN = 0,
LAPTOP = 1,
DESKTOP = 2
}
internal enum NvGpuType
{
UNKNOWN = 0,
IGPU = 1, // Integrated
DGPU = 2, // Discrete
}
internal enum NvSettingID : uint
{
OGL_AA_LINE_GAMMA_ID = 0x2089BF6C,
OGL_DEEP_COLOR_SCANOUT_ID = 0x2097C2F6,
OGL_DEFAULT_SWAP_INTERVAL_ID = 0x206A6582,
OGL_DEFAULT_SWAP_INTERVAL_FRACTIONAL_ID = 0x206C4581,
OGL_DEFAULT_SWAP_INTERVAL_SIGN_ID = 0x20655CFA,
OGL_EVENT_LOG_SEVERITY_THRESHOLD_ID = 0x209DF23E,
OGL_EXTENSION_STRING_VERSION_ID = 0x20FF7493,
OGL_FORCE_BLIT_ID = 0x201F619F,
OGL_FORCE_STEREO_ID = 0x204D9A0C,
OGL_IMPLICIT_GPU_AFFINITY_ID = 0x20D0F3E6,
OGL_MAX_FRAMES_ALLOWED_ID = 0x208E55E3,
OGL_MULTIMON_ID = 0x200AEBFC,
OGL_OVERLAY_PIXEL_TYPE_ID = 0x209AE66F,
OGL_OVERLAY_SUPPORT_ID = 0x206C28C4,
OGL_QUALITY_ENHANCEMENTS_ID = 0x20797D6C,
OGL_SINGLE_BACKDEPTH_BUFFER_ID = 0x20A29055,
OGL_THREAD_CONTROL_ID = 0x20C1221E,
OGL_TRIPLE_BUFFER_ID = 0x20FDD1F9,
OGL_VIDEO_EDITING_MODE_ID = 0x20EE02B4,
AA_BEHAVIOR_FLAGS_ID = 0x10ECDB82,
AA_MODE_ALPHATOCOVERAGE_ID = 0x10FC2D9C,
AA_MODE_GAMMACORRECTION_ID = 0x107D639D,
AA_MODE_METHOD_ID = 0x10D773D2,
AA_MODE_REPLAY_ID = 0x10D48A85,
AA_MODE_SELECTOR_ID = 0x107EFC5B,
AA_MODE_SELECTOR_SLIAA_ID = 0x107AFC5B,
ANISO_MODE_LEVEL_ID = 0x101E61A9,
ANISO_MODE_SELECTOR_ID = 0x10D2BB16,
APPLICATION_PROFILE_NOTIFICATION_TIMEOUT_ID = 0x104554B6,
APPLICATION_STEAM_ID_ID = 0x107CDDBC,
CPL_HIDDEN_PROFILE_ID = 0x106D5CFF,
CUDA_EXCLUDED_GPUS_ID = 0x10354FF8,
D3DOGL_GPU_MAX_POWER_ID = 0x10D1EF29,
EXPORT_PERF_COUNTERS_ID = 0x108F0841,
FXAA_ALLOW_ID = 0x1034CB89,
FXAA_ENABLE_ID = 0x1074C972,
FXAA_INDICATOR_ENABLE_ID = 0x1068FB9C,
MCSFRSHOWSPLIT_ID = 0x10287051,
OPTIMUS_MAXAA_ID = 0x10F9DC83,
PHYSXINDICATOR_ID = 0x1094F16F,
PREFERRED_PSTATE_ID = 0x1057EB71,
PREVENT_UI_AF_OVERRIDE_ID = 0x103BCCB5,
PS_FRAMERATE_LIMITER_ID = 0x10834FEE,
PS_FRAMERATE_LIMITER_GPS_CTRL_ID = 0x10834F01,
SHIM_MAXRES_ID = 0x10F9DC82,
SHIM_MCCOMPAT_ID = 0x10F9DC80,
SHIM_RENDERING_MODE_ID = 0x10F9DC81,
SHIM_RENDERING_OPTIONS_ID = 0x10F9DC84,
SLI_GPU_COUNT_ID = 0x1033DCD1,
SLI_PREDEFINED_GPU_COUNT_ID = 0x1033DCD2,
SLI_PREDEFINED_GPU_COUNT_DX10_ID = 0x1033DCD3,
SLI_PREDEFINED_MODE_ID = 0x1033CEC1,
SLI_PREDEFINED_MODE_DX10_ID = 0x1033CEC2,
SLI_RENDERING_MODE_ID = 0x1033CED1,
VRRFEATUREINDICATOR_ID = 0x1094F157,
VRROVERLAYINDICATOR_ID = 0x1095F16F,
VRRREQUESTSTATE_ID = 0x1094F1F7,
VSYNCSMOOTHAFR_ID = 0x101AE763,
VSYNCVRRCONTROL_ID = 0x10A879CE,
VSYNC_BEHAVIOR_FLAGS_ID = 0x10FDEC23,
WKS_API_STEREO_EYES_EXCHANGE_ID = 0x11AE435C,
WKS_API_STEREO_MODE_ID = 0x11E91A61,
WKS_MEMORY_ALLOCATION_POLICY_ID = 0x11112233,
WKS_STEREO_DONGLE_SUPPORT_ID = 0x112493BD,
WKS_STEREO_SUPPORT_ID = 0x11AA9E99,
WKS_STEREO_SWAP_MODE_ID = 0x11333333,
AO_MODE_ID = 0x00667329,
AO_MODE_ACTIVE_ID = 0x00664339,
AUTO_LODBIASADJUST_ID = 0x00638E8F,
ICAFE_LOGO_CONFIG_ID = 0x00DB1337,
LODBIASADJUST_ID = 0x00738E8F,
PRERENDERLIMIT_ID = 0x007BA09E,
PS_DYNAMIC_TILING_ID = 0x00E5C6C0,
PS_SHADERDISKCACHE_ID = 0x00198FFF,
PS_TEXFILTER_ANISO_OPTS2_ID = 0x00E73211,
PS_TEXFILTER_BILINEAR_IN_ANISO_ID = 0x0084CD70,
PS_TEXFILTER_DISABLE_TRILIN_SLOPE_ID = 0x002ECAF2,
PS_TEXFILTER_NO_NEG_LODBIAS_ID = 0x0019BB68,
QUALITY_ENHANCEMENTS_ID = 0x00CE2691,
REFRESH_RATE_OVERRIDE_ID = 0x0064B541,
SET_POWER_THROTTLE_FOR_PCIe_COMPLIANCE_ID = 0x00AE785C,
SET_VAB_DATA_ID = 0x00AB8687,
VSYNCMODE_ID = 0x00A879CF,
VSYNCTEARCONTROL_ID = 0x005A375C,
TOTAL_DWORD_SETTING_NUM = 80,
TOTAL_WSTRING_SETTING_NUM = 4,
TOTAL_SETTING_NUM = 84,
INVALID_SETTING_ID = 0xFFFFFFFF
}
internal enum NvShimSetting : uint
{
SHIM_RENDERING_MODE_INTEGRATED = 0x00000000,
SHIM_RENDERING_MODE_ENABLE = 0x00000001,
SHIM_RENDERING_MODE_USER_EDITABLE = 0x00000002,
SHIM_RENDERING_MODE_MASK = 0x00000003,
SHIM_RENDERING_MODE_VIDEO_MASK = 0x00000004,
SHIM_RENDERING_MODE_VARYING_BIT = 0x00000008,
SHIM_RENDERING_MODE_AUTO_SELECT = 0x00000010,
SHIM_RENDERING_MODE_OVERRIDE_BIT = 0x80000000,
SHIM_RENDERING_MODE_NUM_VALUES = 8,
SHIM_RENDERING_MODE_DEFAULT = SHIM_RENDERING_MODE_AUTO_SELECT
}
internal enum NvThreadControlSetting : uint
{
OGL_THREAD_CONTROL_ENABLE = 0x00000001,
OGL_THREAD_CONTROL_DISABLE = 0x00000002,
OGL_THREAD_CONTROL_NUM_VALUES = 2,
OGL_THREAD_CONTROL_DEFAULT = 0
}
}

View File

@ -30,7 +30,19 @@ namespace osu.Desktop
[STAThread] [STAThread]
public static void Main(string[] args) public static void Main(string[] args)
{ {
// run Squirrel first, as the app may exit after these run /*
* WARNING: DO NOT PLACE **ANY** CODE ABOVE THE FOLLOWING BLOCK!
*
* Logic handling Squirrel MUST run before EVERYTHING if you do not want to break it.
* To be more precise: Squirrel is internally using a rather... crude method to determine whether it is running under NUnit,
* namely by checking loaded assemblies:
* https://github.com/clowd/Clowd.Squirrel/blob/24427217482deeeb9f2cacac555525edfc7bd9ac/src/Squirrel/SimpleSplat/PlatformModeDetector.cs#L17-L32
*
* If it finds ANY assembly from the ones listed above - REGARDLESS of the reason why it is loaded -
* the app will then do completely broken things like:
* - not creating system shortcuts (as the logic is if'd out if "running tests")
* - not exiting after the install / first-update / uninstall hooks are ran (as the `Environment.Exit()` calls are if'd out if "running tests")
*/
if (OperatingSystem.IsWindows()) if (OperatingSystem.IsWindows())
{ {
var windowsVersion = Environment.OSVersion.Version; var windowsVersion = Environment.OSVersion.Version;
@ -54,6 +66,11 @@ namespace osu.Desktop
setupSquirrel(); setupSquirrel();
} }
// NVIDIA profiles are based on the executable name of a process.
// Lazer and stable share the same executable name.
// Stable sets this setting to "Off", which may not be what we want, so let's force it back to the default "Auto" on startup.
NVAPI.ThreadedOptimisations = NvThreadControlSetting.OGL_THREAD_CONTROL_DEFAULT;
// Back up the cwd before DesktopGameHost changes it // Back up the cwd before DesktopGameHost changes it
string cwd = Environment.CurrentDirectory; string cwd = Environment.CurrentDirectory;
@ -85,7 +102,7 @@ namespace osu.Desktop
} }
} }
using (DesktopGameHost host = Host.GetSuitableDesktopHost(gameName, new HostOptions { BindIPC = true })) using (DesktopGameHost host = Host.GetSuitableDesktopHost(gameName, new HostOptions { IPCPort = !tournamentClient ? OsuGame.IPC_PORT : null }))
{ {
if (!host.IsPrimaryInstance) if (!host.IsPrimaryInstance)
{ {

View File

@ -10,8 +10,8 @@ using osu.Game;
using osu.Game.Overlays; using osu.Game.Overlays;
using osu.Game.Overlays.Notifications; using osu.Game.Overlays.Notifications;
using osu.Game.Screens.Play; using osu.Game.Screens.Play;
using Squirrel;
using Squirrel.SimpleSplat; using Squirrel.SimpleSplat;
using Squirrel.Sources;
using LogLevel = Squirrel.SimpleSplat.LogLevel; using LogLevel = Squirrel.SimpleSplat.LogLevel;
using UpdateManager = osu.Game.Updater.UpdateManager; using UpdateManager = osu.Game.Updater.UpdateManager;
@ -63,7 +63,7 @@ namespace osu.Desktop.Updater
if (localUserInfo?.IsPlaying.Value == true) if (localUserInfo?.IsPlaying.Value == true)
return false; return false;
updateManager ??= new GithubUpdateManager(@"https://github.com/ppy/osu", false, github_token, @"osulazer"); updateManager ??= new Squirrel.UpdateManager(new GithubSource(@"https://github.com/ppy/osu", github_token, false), @"osulazer");
var info = await updateManager.CheckForUpdate(!useDeltaPatching).ConfigureAwait(false); var info = await updateManager.CheckForUpdate(!useDeltaPatching).ConfigureAwait(false);

View File

@ -23,10 +23,10 @@
<ProjectReference Include="..\osu.Game.Rulesets.Taiko\osu.Game.Rulesets.Taiko.csproj" /> <ProjectReference Include="..\osu.Game.Rulesets.Taiko\osu.Game.Rulesets.Taiko.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup Label="Package References"> <ItemGroup Label="Package References">
<PackageReference Include="Clowd.Squirrel" Version="2.9.42" /> <PackageReference Include="Clowd.Squirrel" Version="2.11.1" />
<PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" /> <PackageReference Include="Mono.Posix.NETStandard" Version="1.0.0" />
<PackageReference Include="System.IO.Packaging" Version="7.0.0" /> <PackageReference Include="System.IO.Packaging" Version="8.0.0" />
<PackageReference Include="DiscordRichPresence" Version="1.1.4.20" /> <PackageReference Include="DiscordRichPresence" Version="1.2.1.24" />
</ItemGroup> </ItemGroup>
<ItemGroup Label="Resources"> <ItemGroup Label="Resources">
<EmbeddedResource Include="lazer.ico" /> <EmbeddedResource Include="lazer.ico" />

View File

@ -7,9 +7,9 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.4" /> <PackageReference Include="BenchmarkDotNet" Version="0.13.9" />
<PackageReference Include="nunit" Version="3.13.3" /> <PackageReference Include="nunit" Version="3.14.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" /> <PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- using a different name because package name cannot contain 'catch' --> <!-- using a different name because package name cannot contain 'catch' -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="osu.Game.Rulesets.Catch_Tests.Android" android:installLocation="auto"> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="osu.Game.Rulesets.Catch_Tests.Android" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="31" /> <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" />
<application android:allowBackup="true" android:supportsRtl="true" android:label="osu!catch Test" /> <application android:allowBackup="true" android:supportsRtl="true" android:label="osu!catch Test" />
</manifest> </manifest>

View File

@ -16,7 +16,7 @@ namespace osu.Game.Rulesets.Catch.Tests
[TestFixture] [TestFixture]
public class CatchBeatmapConversionTest : BeatmapConversionTest<ConvertValue> public class CatchBeatmapConversionTest : BeatmapConversionTest<ConvertValue>
{ {
protected override string ResourceAssembly => "osu.Game.Rulesets.Catch"; protected override string ResourceAssembly => "osu.Game.Rulesets.Catch.Tests";
[TestCase("basic")] [TestCase("basic")]
[TestCase("spinner")] [TestCase("spinner")]
@ -27,6 +27,32 @@ namespace osu.Game.Rulesets.Catch.Tests
[TestCase("hardrock-spinner", new[] { typeof(CatchModHardRock) })] [TestCase("hardrock-spinner", new[] { typeof(CatchModHardRock) })]
[TestCase("right-bound-hr-offset", new[] { typeof(CatchModHardRock) })] [TestCase("right-bound-hr-offset", new[] { typeof(CatchModHardRock) })]
[TestCase("basic-hyperdash")] [TestCase("basic-hyperdash")]
[TestCase("pixel-jump")]
[TestCase("tiny-ticks")]
[TestCase("v8-tick-distance")]
[TestCase("spinner-precision")]
[TestCase("37902", new[] { typeof(CatchModDoubleTime), typeof(CatchModHardRock), typeof(CatchModHidden) })]
[TestCase("39206", new[] { typeof(CatchModDoubleTime), typeof(CatchModHidden) })]
[TestCase("42587")]
[TestCase("50859", new[] { typeof(CatchModDoubleTime), typeof(CatchModHidden) })]
[TestCase("75858", new[] { typeof(CatchModHardRock), typeof(CatchModHidden) })]
[TestCase("103019", new[] { typeof(CatchModHidden) })]
[TestCase("104973", new[] { typeof(CatchModHardRock), typeof(CatchModHidden) })]
[TestCase("871815", new[] { typeof(CatchModDoubleTime), typeof(CatchModHidden) })]
[TestCase("1284935", new[] { typeof(CatchModDoubleTime), typeof(CatchModHardRock) })]
[TestCase("1431386", new[] { typeof(CatchModDoubleTime), typeof(CatchModHardRock), typeof(CatchModHidden) })]
[TestCase("1597806", new[] { typeof(CatchModDoubleTime), typeof(CatchModHidden) })]
[TestCase("2190499", new[] { typeof(CatchModDoubleTime), typeof(CatchModHidden) })]
[TestCase("2571731", new[] { typeof(CatchModHardRock), typeof(CatchModHidden) })]
[TestCase("2768615", new[] { typeof(CatchModDoubleTime), typeof(CatchModHardRock) })]
[TestCase("2781126", new[] { typeof(CatchModHidden) })]
[TestCase("3152510", new[] { typeof(CatchModDoubleTime) })]
[TestCase("3227428", new[] { typeof(CatchModHardRock), typeof(CatchModHidden) })]
[TestCase("3524302", new[] { typeof(CatchModDoubleTime), typeof(CatchModEasy) })]
[TestCase("3644427", new[] { typeof(CatchModEasy), typeof(CatchModFlashlight) })]
[TestCase("3689906", new[] { typeof(CatchModDoubleTime), typeof(CatchModEasy) })]
[TestCase("3949367", new[] { typeof(CatchModDoubleTime), typeof(CatchModEasy) })]
[TestCase("112643")]
public new void Test(string name, params Type[] mods) => base.Test(name, mods); public new void Test(string name, params Type[] mods) => base.Test(name, mods);
protected override IEnumerable<ConvertValue> CreateConvertValue(HitObject hitObject) protected override IEnumerable<ConvertValue> CreateConvertValue(HitObject hitObject)
@ -60,7 +86,7 @@ namespace osu.Game.Rulesets.Catch.Tests
/// <summary> /// <summary>
/// A sane value to account for osu!stable using ints everwhere. /// A sane value to account for osu!stable using ints everwhere.
/// </summary> /// </summary>
private const float conversion_lenience = 2; private const float conversion_lenience = 3;
[JsonIgnore] [JsonIgnore]
public readonly CatchHitObject HitObject; public readonly CatchHitObject HitObject;

View File

@ -12,7 +12,7 @@ namespace osu.Game.Rulesets.Catch.Tests
{ {
public class CatchDifficultyCalculatorTest : DifficultyCalculatorTest public class CatchDifficultyCalculatorTest : DifficultyCalculatorTest
{ {
protected override string ResourceAssembly => "osu.Game.Rulesets.Catch"; protected override string ResourceAssembly => "osu.Game.Rulesets.Catch.Tests";
[TestCase(4.0505463516206195d, 127, "diffcalc-test")] [TestCase(4.0505463516206195d, 127, "diffcalc-test")]
public void Test(double expectedStarRating, int expectedMaxCombo, string name) public void Test(double expectedStarRating, int expectedMaxCombo, string name)

View File

@ -0,0 +1,52 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using System.Collections.Generic;
using NUnit.Framework;
using osu.Game.Beatmaps;
namespace osu.Game.Rulesets.Catch.Tests
{
[TestFixture]
public class CatchRateAdjustedDisplayDifficultyTest
{
private static IEnumerable<float> difficultyValuesToTest()
{
for (float i = 0; i <= 10; i += 0.5f)
yield return i;
}
[TestCaseSource(nameof(difficultyValuesToTest))]
public void TestApproachRateIsUnchangedWithRateEqualToOne(float originalApproachRate)
{
var ruleset = new CatchRuleset();
var difficulty = new BeatmapDifficulty { ApproachRate = originalApproachRate };
var adjustedDifficulty = ruleset.GetRateAdjustedDisplayDifficulty(difficulty, 1);
Assert.That(adjustedDifficulty.ApproachRate, Is.EqualTo(originalApproachRate));
}
[Test]
public void TestRateBelowOne()
{
var ruleset = new CatchRuleset();
var difficulty = new BeatmapDifficulty();
var adjustedDifficulty = ruleset.GetRateAdjustedDisplayDifficulty(difficulty, 0.75);
Assert.That(adjustedDifficulty.ApproachRate, Is.EqualTo(1.67).Within(0.01));
}
[Test]
public void TestRateAboveOne()
{
var ruleset = new CatchRuleset();
var difficulty = new BeatmapDifficulty();
var adjustedDifficulty = ruleset.GetRateAdjustedDisplayDifficulty(difficulty, 1.5);
Assert.That(adjustedDifficulty.ApproachRate, Is.EqualTo(7.67).Within(0.01));
}
}
}

View File

@ -28,9 +28,9 @@ namespace osu.Game.Rulesets.Catch.Tests
private class TestLegacySkin : LegacySkin private class TestLegacySkin : LegacySkin
{ {
public TestLegacySkin(SkinInfo skin, IResourceStore<byte[]> storage) public TestLegacySkin(SkinInfo skin, IResourceStore<byte[]> fallbackStore)
// Bypass LegacySkinResourceStore to avoid returning null for retrieving files due to bad skin info (SkinInfo.Files = null). // Bypass LegacySkinResourceStore to avoid returning null for retrieving files due to bad skin info (SkinInfo.Files = null).
: base(skin, null, storage) : base(skin, null, fallbackStore)
{ {
} }
} }

View File

@ -45,7 +45,7 @@ namespace osu.Game.Rulesets.Catch.Tests.Editor
AddAssert("end time is correct", () => Precision.AlmostEquals(lastObject.EndTime, times[1])); AddAssert("end time is correct", () => Precision.AlmostEquals(lastObject.EndTime, times[1]));
AddAssert("start position is correct", () => Precision.AlmostEquals(lastObject.OriginalX, positions[0])); AddAssert("start position is correct", () => Precision.AlmostEquals(lastObject.OriginalX, positions[0]));
AddAssert("end position is correct", () => Precision.AlmostEquals(lastObject.EndX, positions[1])); AddAssert("end position is correct", () => Precision.AlmostEquals(lastObject.EndX, positions[1]));
AddAssert("default slider velocity", () => lastObject.SliderVelocityBindable.IsDefault); AddAssert("default slider velocity", () => lastObject.SliderVelocityMultiplierBindable.IsDefault);
} }
[Test] [Test]
@ -76,7 +76,7 @@ namespace osu.Game.Rulesets.Catch.Tests.Editor
addPlacementSteps(times, positions); addPlacementSteps(times, positions);
addPathCheckStep(times, positions); addPathCheckStep(times, positions);
AddAssert("slider velocity changed", () => !lastObject.SliderVelocityBindable.IsDefault); AddAssert("slider velocity changed", () => !lastObject.SliderVelocityMultiplierBindable.IsDefault);
} }
[Test] [Test]

View File

@ -108,11 +108,11 @@ namespace osu.Game.Rulesets.Catch.Tests.Editor
double[] times = { 100, 300 }; double[] times = { 100, 300 };
float[] positions = { 200, 300 }; float[] positions = { 200, 300 };
addBlueprintStep(times, positions); addBlueprintStep(times, positions);
AddAssert("default slider velocity", () => hitObject.SliderVelocityBindable.IsDefault); AddAssert("default slider velocity", () => hitObject.SliderVelocityMultiplierBindable.IsDefault);
addDragStartStep(times[1], positions[1]); addDragStartStep(times[1], positions[1]);
AddMouseMoveStep(times[1], 400); AddMouseMoveStep(times[1], 400);
AddAssert("slider velocity changed", () => !hitObject.SliderVelocityBindable.IsDefault); AddAssert("slider velocity changed", () => !hitObject.SliderVelocityMultiplierBindable.IsDefault);
} }
[Test] [Test]
@ -140,7 +140,7 @@ namespace osu.Game.Rulesets.Catch.Tests.Editor
AddStep("update hit object path", () => AddStep("update hit object path", () =>
{ {
hitObject.Path = new SliderPath(PathType.PerfectCurve, new[] hitObject.Path = new SliderPath(PathType.PERFECT_CURVE, new[]
{ {
Vector2.Zero, Vector2.Zero,
new Vector2(100, 100), new Vector2(100, 100),
@ -190,16 +190,16 @@ namespace osu.Game.Rulesets.Catch.Tests.Editor
[Test] [Test]
public void TestVertexResampling() public void TestVertexResampling()
{ {
addBlueprintStep(100, 100, new SliderPath(PathType.PerfectCurve, new[] addBlueprintStep(100, 100, new SliderPath(PathType.PERFECT_CURVE, new[]
{ {
Vector2.Zero, Vector2.Zero,
new Vector2(100, 100), new Vector2(100, 100),
new Vector2(50, 200), new Vector2(50, 200),
}), 0.5); }), 0.5);
AddAssert("1 vertex per 1 nested HO", () => getVertices().Count == hitObject.NestedHitObjects.Count); AddAssert("1 vertex per 1 nested HO", () => getVertices().Count == hitObject.NestedHitObjects.Count);
AddAssert("slider path not yet changed", () => hitObject.Path.ControlPoints[0].Type == PathType.PerfectCurve); AddAssert("slider path not yet changed", () => hitObject.Path.ControlPoints[0].Type == PathType.PERFECT_CURVE);
addAddVertexSteps(150, 150); addAddVertexSteps(150, 150);
AddAssert("slider path change to linear", () => hitObject.Path.ControlPoints[0].Type == PathType.Linear); AddAssert("slider path change to linear", () => hitObject.Path.ControlPoints[0].Type == PathType.LINEAR);
} }
private void addBlueprintStep(double time, float x, SliderPath sliderPath, double velocity) => AddStep("add selection blueprint", () => private void addBlueprintStep(double time, float x, SliderPath sliderPath, double velocity) => AddStep("add selection blueprint", () =>

View File

@ -154,7 +154,7 @@ namespace osu.Game.Rulesets.Catch.Tests
} while (rng.Next(2) != 0); } while (rng.Next(2) != 0);
int length = sliderPath.ControlPoints.Count - start + 1; int length = sliderPath.ControlPoints.Count - start + 1;
sliderPath.ControlPoints[start].Type = length <= 2 ? PathType.Linear : length == 3 ? PathType.PerfectCurve : PathType.Bezier; sliderPath.ControlPoints[start].Type = length <= 2 ? PathType.LINEAR : length == 3 ? PathType.PERFECT_CURVE : PathType.BEZIER;
} while (rng.Next(3) != 0); } while (rng.Next(3) != 0);
if (rng.Next(5) == 0) if (rng.Next(5) == 0)
@ -215,7 +215,7 @@ namespace osu.Game.Rulesets.Catch.Tests
foreach (var point in sliderPath.ControlPoints) foreach (var point in sliderPath.ControlPoints)
{ {
Assert.That(point.Type, Is.EqualTo(PathType.Linear).Or.Null); Assert.That(point.Type, Is.EqualTo(PathType.LINEAR).Or.Null);
Assert.That(sliderStartY + point.Position.Y, Is.InRange(0, JuiceStreamPath.OSU_PLAYFIELD_HEIGHT)); Assert.That(sliderStartY + point.Position.Y, Is.InRange(0, JuiceStreamPath.OSU_PLAYFIELD_HEIGHT));
} }

View File

@ -0,0 +1,21 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using NUnit.Framework;
using osu.Game.Rulesets.Catch.Mods;
using osu.Game.Tests.Visual;
namespace osu.Game.Rulesets.Catch.Tests.Mods
{
public partial class TestSceneCatchModFloatingFruits : ModTestScene
{
protected override Ruleset CreatePlayerRuleset() => new CatchRuleset();
[Test]
public void TestFloating() => CreateModTest(new ModTestData
{
Mod = new CatchModFloatingFruits(),
PassCondition = () => true
});
}
}

View File

@ -11,7 +11,7 @@ using osuTK;
namespace osu.Game.Rulesets.Catch.Tests.Mods namespace osu.Game.Rulesets.Catch.Tests.Mods
{ {
public partial class TestSceneCatchModPerfect : ModPerfectTestScene public partial class TestSceneCatchModPerfect : ModFailConditionTestScene
{ {
protected override Ruleset CreatePlayerRuleset() => new CatchRuleset(); protected override Ruleset CreatePlayerRuleset() => new CatchRuleset();
@ -35,7 +35,7 @@ namespace osu.Game.Rulesets.Catch.Tests.Mods
var stream = new JuiceStream var stream = new JuiceStream
{ {
StartTime = 1000, StartTime = 1000,
Path = new SliderPath(PathType.Linear, new[] Path = new SliderPath(PathType.LINEAR, new[]
{ {
Vector2.Zero, Vector2.Zero,
new Vector2(100, 0), new Vector2(100, 0),

View File

@ -51,7 +51,7 @@ namespace osu.Game.Rulesets.Catch.Tests.Mods
{ {
X = CatchPlayfield.CENTER_X, X = CatchPlayfield.CENTER_X,
StartTime = 3000, StartTime = 3000,
Path = new SliderPath(PathType.Linear, new[] { Vector2.Zero, Vector2.UnitY * 200 }) Path = new SliderPath(PathType.LINEAR, new[] { Vector2.Zero, Vector2.UnitY * 200 })
} }
} }
} }

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,329 @@
osu file format v9
[General]
StackLeniency: 0.3
Mode: 0
[Difficulty]
HPDrainRate:5
CircleSize:4
OverallDifficulty:5
ApproachRate:7
SliderMultiplier:1.4
SliderTickRate:2
[Events]
//Background and Video events
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255
[TimingPoints]
571.114342485549,342.857142857143,4,1,0,60,1,0
11542,-100,4,1,0,90,0,0
59542,-100,4,2,0,90,0,0
60913,-100,4,1,0,90,0,0
65028,-100,4,1,0,90,0,0
66399,-100,4,1,0,90,0,1
77371,-100,4,1,0,90,0,0
86971,-200,4,1,0,90,0,0
87999,-50,4,1,0,90,0,0
88342,-100,4,1,0,90,0,0
110285,-100,4,1,0,90,0,1
119885,-100,4,1,0,100,0,0
121574,-50,4,2,0,90,0,0
121917,-50,4,2,0,80,0,0
122260,-50,4,2,0,70,0,0
122603,-50,4,2,0,60,0,0
122946,-50,4,2,0,50,0,0
123288,-50,4,2,0,40,0,0
123631,-50,4,2,0,30,0,0
123974,-50,4,2,0,5,0,0
[HitObjects]
184,192,571,6,0,B|168:104|256:45|344:104|328:192,1,280
256,312,1599,2,0,B|256:160,3,140
256,32,2971,5,0
128,88,3313,1,0
128,232,3656,2,0,B|128:328,2,70
384,232,4342,2,0,B|384:328,2,70
384,160,4856,1,0
384,88,5028,1,0
256,32,5371,37,2
256,352,5713,1,2
128,296,6056,22,0,B|72:272|72:272|72:192,1,140
384,296,6742,2,0,B|440:272|440:272|440:192,1,140
256,72,7428,2,0,B|224:136|296:136|256:208,2,140
256,296,8456,1,2
256,192,8799,12,0,11199
256,192,11542,5,4
60,192,11885,2,0,B|28:240|60:304|132:280,2,140,8|0|8
256,192,12913,5,0
452,192,13256,2,0,B|484:144|452:80|380:104,2,140,8|0|8
256,192,14285,1,0
88,64,14799,6,0,B|56:40,10,35
32,192,15999,1,8
96,220,16171,1,0
160,248,16342,1,0
224,120,16685,1,8
328,24,17028,6,0,B|352:100,1,70
412,56,17371,2,0,B|436:136,1,70,8|0
448,192,17713,2,0,B|520:224,1,70
472,280,18056,2,0,B|408:252,1,70,8|0
388,320,18399,2,0,B|360:388,1,70
300,348,18742,2,0,B|328:280,1,70,8|0
344,216,19085,1,0
156,192,19428,1,0
256,76,19771,5,4
256,76,20456,1,4
124,324,21142,1,2
256,372,21485,1,2
388,324,21828,1,2
504,32,22513,6,0,B|424:32,1,70,4|0
448,104,22856,1,8
376,104,23028,1,0
360,32,23199,2,0,B|280:32,1,70
304,104,23542,1,8
232,104,23713,1,0
216,32,23885,2,0,B|144:32,1,70
160,104,24228,1,8
88,104,24399,1,0
72,32,24571,2,8,B|0:32,2,70,2|8|10
8,352,25256,6,0,B|88:352,1,70
64,280,25599,1,8
136,280,25771,1,0
152,352,25942,2,0,B|232:352,1,70
208,280,26285,1,8
280,280,26456,1,0
296,352,26628,2,0,B|368:352,1,70
352,280,26971,1,8
424,280,27142,1,0
440,352,27313,2,0,B|512:352,2,70,2|0|10
40,228,27999,6,0,B|40:148,1,70,6|0
112,196,28342,2,0,B|112:232,2,35,8|0|0
184,156,28685,2,0,B|184:236,1,70,2|0
260,188,29028,2,0,B|260:152,2,35,8|0|0
336,188,29371,2,0,B|376:248,1,70,2|0
440,216,29713,2,0,B|392:148,1,70,8|0
460,124,30056,2,0,B|484:160,4,35,10|0|8|0|10
328,72,30742,6,0,B|288:72,3,35
256,72,31085,2,0,B|208:72,3,35,8|0|0|0
184,72,31428,2,0,B|128:72,3,35,0|0|0|0
112,72,31771,2,0,B|72:72,3,35,8|0|0|0
40,72,32113,5,8
40,216,32456,1,0
184,216,32799,1,8
184,360,33142,1,0
304,288,33485,6,0,B|400:184,1,140,0|8
256,32,34342,1,0
256,32,34513,1,8
136,112,34856,2,0,B|136:256,1,140,0|10
104,320,35371,2,0,B|144:344|224:304|208:240,1,140,0|2
212,192,35885,1,8
408,336,36228,6,0,B|488:304|480:224,1,140,0|8
360,56,37085,1,0
360,56,37256,1,8
232,120,37599,2,0,B|184:64|96:72,1,140,0|10
56,120,38113,2,0,B|16:72|40:16|80:0|104:8,1,140,0|2
156,4,38628,1,8
256,100,38971,6,0,B|160:204,1,140,0|8
256,352,39828,1,0
256,352,39999,1,8
376,272,40342,2,0,B|376:128,1,140,0|10
408,64,40856,2,0,B|368:40|288:80|304:144,1,140,0|2
300,192,41371,1,8
104,48,41713,6,0,B|24:80|32:160,1,140,0|8
152,328,42571,1,0
152,328,42742,1,8
256,232,43085,6,0,B|256:184,8,35,0|0|0|0|8|0|0|0|8
256,92,44113,1,2
124,140,44456,5,4
72,92,44628,2,0,B|16:144|80:260|184:192,1,210
256,92,45485,1,8
388,140,45828,5,0
440,92,45999,2,0,B|496:144|432:260|328:192,1,210
256,92,46856,1,8
256,232,47199,2,0,B|216:296|296:296|252:368,3,140,0|8|0|8
392,320,48571,6,0,B|392:176,1,140,0|8
464,184,49085,2,0,B|448:96|376:88|320:128|324:184,1,210,0|8
187,170,49942,6,0,B|188:128|140:88|60:96|48:180,1,210,4|8
120,180,50628,2,0,B|120:320,1,140,0|8
257,363,51313,2,0,B|216:296|296:296|256:232,3,140,0|8|0|8
256,92,52685,5,0
169,196,53028,2,0,B|80:248|16:140|80:84,1,210,8|0
124,140,53713,1,8
68,268,54056,6,0,B|56:304,2,35
156,296,54399,1,8
444,268,54742,6,0,B|456:304,2,35
356,296,55085,1,8
356,96,55428,6,0,B|296:96|256:9|256:9|216:96|152:96,1,280
160,20,56285,1,0
92,56,56456,1,8
84,132,56628,1,0
156,96,56799,6,0,B|156:155|242:195|242:195|156:236|155:300,1,280
92,252,57656,1,0
88,328,57828,1,8
148,376,57999,1,0
155,299,58171,6,0,B|215:299|255:386|255:386|295:299|359:299,1,280
356,376,59028,1,0
424,336,59199,1,8
428,260,59371,1,0
356,298,59542,6,0,B|356:239|270:199|270:199|356:158|357:94,1,280
424,140,60399,1,0
428,64,60571,1,8
360,24,60742,1,0
284,24,60913,6,0,B|212:24,1,70
136,24,61256,1,8
60,24,61428,1,0
60,36,61513,1,0
60,48,61599,2,0,B|60:124,1,70
60,196,61942,1,8
136,196,62113,1,0
136,184,62199,1,0
136,172,62285,6,0,B|136:96,1,70
212,104,62628,1,8
212,180,62799,1,0
212,192,62885,1,0
212,204,62971,2,0,B|212:292,1,70,8|0
136,272,63313,2,0,B|60:272,1,70,8|0
256,192,63656,12,0,65028
256,324,65713,6,0,B|256:360,2,35,0|0|0
288,256,66056,1,0
328,316,66228,1,8
400,288,66399,6,0,B|448:264|448:204,1,70,6|0
380,192,66742,1,8
444,148,66913,2,0,B|420:100|360:100,1,70,2|0
316,124,67256,2,0,B|292:96|292:96|300:64,1,70,0|10
224,48,67599,2,0,B|196:72|196:72|164:64,1,70,0|2
104,112,67942,2,0,B|128:140|128:140|120:172,1,70,0|10
80,240,68285,2,0,B|108:264|108:264|140:256,1,70,0|2
200,208,68628,2,0,B|216:128,2,70,0|10|0
212,284,69142,5,2
256,356,69313,1,0
256,356,69485,1,0
292,280,69656,1,2
292,280,69828,1,0
368,308,69999,1,0
376,304,70085,1,0
384,300,70171,1,10
392,296,70256,1,0
400,292,70342,1,0
408,288,70428,1,0
416,284,70513,2,8,B|472:240|444:156,3,140,10|10|10|10
312,44,71885,5,2
312,44,72056,1,0
224,32,72228,1,8
216,40,72313,1,0
208,48,72399,1,2
200,56,72485,1,0
192,64,72571,1,0
124,28,72742,1,0
48,36,72913,2,0,B|60:84|100:104,1,70,10|0
44,160,73256,6,0,B|44:228,1,70,2|0
116,200,73599,2,0,B|116:272,1,70,10|0
188,240,73942,2,0,B|188:312,2,70,2|0|10
188,164,74456,1,0
260,196,74628,6,0,B|324:256,1,70,2|0
361,195,74971,2,0,B|311:243,1,70,8|2
260,292,75313,2,0,B|324:232,1,70
360,294,75656,2,0,B|311:244,1,70,10|0
256,192,75999,12,0,77028
48,192,77371,6,0,B|48:48,1,140
152,192,78056,2,0,B|152:336,1,140
152,192,78742,2,0,B|152:48,1,140
256,192,79427,2,0,B|256:336,1,140
256,192,80113,6,0,B|256:32,2,140
256,304,81142,2,0,B|416:304,2,140
468,304,82171,1,0
468,304,82513,1,0
352,112,82856,6,0,B|408:69,3,70
448,128,83542,1,0
324,192,83885,1,0
160,112,84228,6,0,B|103:69,3,70
64,128,84913,1,0
188,192,85256,1,0
352,272,85599,6,0,B|408:314,3,70
356,364,86285,1,0
356,364,86456,1,0
356,364,86628,1,0
160,272,86971,6,0,B|128:300,4,35
256,64,87999,1,12
104,80,88342,6,0,B|20:200|96:376|336:380|344:128,1,560,4|0
408,100,89885,1,0
416,168,90056,1,0
400,236,90228,1,0
360,296,90399,6,0,B|300:412|104:424|24:300|16:224,1,420
60,196,91599,1,0
24,136,91771,2,0,B|140:60,1,140
256,192,92285,12,0,93828
64,168,94513,6,0,B|24:272|168:376|244:280,1,280
300,300,95371,1,0
340,244,95542,1,0
404,272,95713,1,0
448,216,95885,6,0,B|488:112|344:8|268:104,1,280
256,228,96913,1,0
464,336,97256,6,0,B|388:296|388:364|320:324,1,140
252,328,97771,1,0
176,328,97942,2,0,B|104:328,7,70,0|0|0|0|0|0|8|0
28,328,99313,6,0,B|-16:184|72:68|216:64|260:160,1,420,4|8
484,328,100685,2,0,B|528:184|440:68|296:64|244:168,1,420,0|8
160,264,102056,6,0,B|160:336|256:385|352:336|352:264,2,280,0|8|0
48,152,103771,1,8
256,72,104113,1,0
464,152,104456,1,8
352,264,104799,5,0
272,264,104971,2,0,B|208:264,2,35,0|0|8
240,184,105313,2,0,B|304:184,2,35
272,104,105656,2,0,B|208:104,2,35,0|0|8
240,28,105999,2,0,B|304:28,2,35
168,64,106342,6,0,B|80:104,1,70,0|8
56,192,106685,2,0,B|128:192,1,70
104,291,107028,2,0,B|168:320,1,70,0|8
256,192,107371,1,0
344,64,107542,6,0,B|432:104,1,70,8|0
456,192,107885,2,0,B|384:192,1,70,8|0
408,291,108228,2,0,B|344:320,1,70,8|0
256,192,108571,2,0,B|256:160,6,23.3333333333333,0|0|0|0|0|0|4
256,192,108999,12,8,109942
168,120,110285,6,0,B|232:56,1,70
344,120,110628,2,0,B|280:56,1,70,8|0
207,192,110971,2,0,B|271:128,1,70
305,192,111313,2,0,B|241:128,1,70,8|0
216,304,111656,2,0,B|256:247|256:247|296:304,3,140,0|8|0|8
352,112,113028,5,0
360,192,113199,2,0,B|368:256,2,35,0|0|8
424,144,113542,1,0
352,112,113713,1,0
408,64,113885,2,0,B|456:48,2,35,0|0|8
336,40,114228,1,0
352,112,114399,1,0
280,88,114571,2,0,B|248:72,2,35,0|0|8
352,112,114913,1,0
296,160,115085,1,8
368,184,115256,1,8
424,136,115428,1,8
128,72,115771,6,0,B|88:56|88:88|56:72,1,70
64,152,116113,2,0,B|104:168|104:136|136:152,1,70,8|0
136,232,116456,2,0,B|96:216|96:248|64:232,1,70
72,312,116798,2,0,B|112:328|112:296|144:312,1,70,8|0
216,312,117142,5,0
216,192,117313,1,0
216,72,117485,1,8
296,296,117828,5,0
296,176,117999,1,0
296,56,118171,1,8
448,64,118513,6,0,B|392:104,1,70
392,184,118856,1,8
392,192,118942,1,0
392,200,119028,1,0
392,288,119199,2,0,B|392:328,2,35
464,240,119542,1,8
464,248,119628,1,0
464,256,119713,1,0
464,336,119885,6,2,B|256:360|256:360|48:336,1,420
256,192,121256,12,0,123999

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,491 @@
osu file format v9
[General]
StackLeniency: 0.7
Mode: 0
[Difficulty]
HPDrainRate:6
CircleSize:4
OverallDifficulty:6
ApproachRate:6
SliderMultiplier:2
SliderTickRate:2
[Events]
//Background and Video events
//Break Periods
2,100846,120263
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255
[TimingPoints]
1980,666.666666666667,4,2,2,20,1,0
12647,-100,4,2,2,42,0,0
39646,-100,4,2,1,22,0,0
39813,-100,4,2,2,42,0,0
40313,-100,4,2,1,22,0,0
40480,-100,4,2,2,42,0,0
57980,-100,4,2,2,47,0,1
75313,-100,4,2,1,22,0,1
75646,-100,4,2,2,47,0,1
79646,-100,4,2,1,22,0,1
79813,-100,4,2,2,47,0,1
80313,-100,4,2,1,22,0,1
80480,-100,4,2,2,47,0,1
80980,-100,4,2,1,22,0,1
81146,-100,4,2,2,47,0,1
81646,-100,4,2,1,22,0,1
81813,-100,4,2,2,47,0,1
100646,-100,4,2,2,42,0,0
148980,-100,4,2,1,22,0,0
149146,-100,4,2,2,42,0,0
149646,-100,4,2,1,22,0,0
149813,-100,4,2,2,42,0,0
167313,-100,4,2,2,47,0,1
178313,-100,4,2,1,22,0,1
178480,-100,4,2,2,47,0,1
178980,-100,4,2,1,22,0,1
179146,-100,4,2,2,47,0,1
179646,-100,4,2,1,22,0,1
179813,-100,4,2,2,47,0,1
180313,-100,4,2,1,22,0,1
180480,-100,4,2,2,47,0,1
187980,-100,4,2,2,42,0,0
212646,-100,4,2,2,47,0,1
260646,-100,4,2,2,42,0,0
[HitObjects]
152,72,11980,1,0
248,144,12313,1,0
132,176,12647,2,0,B|44:112,2,100,0|0|8
132,176,13646,1,0
240,232,13980,2,0,B|164:296,2,100,0|0|12
240,232,14980,1,0
304,128,15313,6,0,B|416:184,1,100,0|0
496,240,15980,2,0,B|466:289|384:312,1,100,8|0
296,304,16647,2,0,B|192:296|128:192,2,200,2|12|0
296,184,18312,5,0
296,184,18646,1,8
416,184,18980,2,0,B|376:64,1,100,0|0
268,116,19646,1,0
268,116,19980,1,12
168,184,20313,2,0,B|80:248,2,100,0|0|2
232,80,21313,2,0,B|128:56,2,100,8|0|2
453,174,22647,5,12
408,284,22980,1,0
336,188,23313,1,2
448,236,23647,1,0
336,188,23980,2,0,B|336:300,2,100,8|0|2
256,60,24980,1,0
112,104,25313,5,12
228,136,25647,1,0
132,208,25979,1,2
176,96,26313,1,0
132,208,26646,2,0,B|252:200,2,100,8|0|2
256,292,27647,1,0
404,280,27980,6,0,B|460:256|476:176,1,100,12|0
348,184,28646,1,2
348,184,28980,1,0
336,64,29313,2,0,B|280:72|248:152,1,100,8|0
304,236,29979,1,2
304,236,30313,1,0
304,236,30646,1,12
24,120,31313,5,2
60,264,31646,1,0
96,120,31979,1,8
132,264,32313,1,0
264,192,32647,1,2
488,108,33313,5,12
488,108,33647,2,0,B|432:236,1,100,0|0
380,300,34313,2,0,B|356:348,2,50,0|0|8
312,200,34980,2,0,B|248:208|208:168,1,100,0|2
116,112,35646,2,0,B|60:112,2,50,0|0|12
232,80,36313,2,0,B|292:76|340:112,1,100,0|0
356,156,36813,2,0,B|420:156,2,50,2|0|0
296,156,37313,1,8
176,156,37646,2,0,B|120:156,2,50,0|2|0
176,156,38313,1,2
60,128,38647,5,12
168,88,38980,1,0
60,128,39313,2,0,B|76:216|140:264,1,150,2|0
148,312,39980,2,0,B|224:316|296:252,1,150,8|0
285,261,40647,1,2
392,204,40980,2,0,B|448:192,2,50,2|2|12
292,140,41647,2,0,B|244:108|164:100,1,100
176,160,42147,2,0,B|176:256,1,50,2|0
140,258,42480,2,0,B|76:258,1,50,0|8
210,258,42980,2,0,B|266:258,2,50,0|2|0
257,147,43647,1,2
256,28,43980,5,4
256,28,44313,1,0
344,108,44647,2,0,B|464:156,1,100,2|0
340,216,45313,2,0,B|244:320,1,100,8|0
236,176,45980,2,0,B|196:80,1,100,2|0
92,144,46647,2,0,B|64:192|96:244,1,100,12|0
204,192,47313,1,2
324,192,47647,2,0,B|380:192,2,50,0|0|8
212,144,48313,2,0,B|180:192|220:248,1,100,0|2
324,192,48980,1,0
324,192,49313,1,12
256,292,49647,6,0,B|256:340,2,50,0|0|2
324,192,50313,1,0
324,192,50647,1,8
256,92,50980,2,0,B|256:28,2,50,0|0|2
200,200,51647,2,0,B|304:200,1,100,0|12
136,24,52647,5,6
256,112,52980,2,0,B|368:184,2,100,0|2|0
376,24,53980,1,6
256,112,54313,2,0,B|144:184,2,100,0|2|0
256,264,55313,1,6
256,112,55647,2,0,B|256:0,2,100,0|2|0
256,112,56647,1,6
488,48,57313,5,12
488,48,57647,2,0,B|485:103|448:160,1,100,0|2
360,72,58313,2,0,B|320:104|312:176,1,100,8|8
428,200,58980,1,0
344,288,59313,1,2
224,288,59647,2,0,B|208:352,2,50,2|2|12
256,172,60313,1,0
256,172,60647,1,2
136,192,60980,2,0,B|64:204,2,50,2|2|8
256,172,61647,5,0
352,244,61980,1,2
420,144,62313,1,8
324,72,62647,1,12
204,72,62980,2,0,B|132:80,2,50,2|2|0
324,72,63647,2,0,B|372:120|324:200,1,100,0|8
252,244,64313,1,0
148,184,64647,1,2
36,224,64980,2,0,B|68:344,2,100,0|12|8
24,104,65980,6,0,B|81:72|168:144|232:88,1,200,2|8
340,84,66980,2,0,B|404:92|444:164,1,100,0|2
436,252,67647,2,0,B|404:292|404:292,2,50,0|0|12
436,252,68313,1,0
332,192,68646,6,0,B|248:120,1,100,0|8
272,248,69313,2,0,B|176:312,1,100,8|0
208,184,69980,2,0,B|112:112,1,100,0|8
128,244,70647,2,0,B|40:300,1,100,12|0
20,180,71313,5,0
72,72,71647,2,0,B|40:24,2,50,2|2|8
192,80,72313,1,0
300,132,72647,1,2
300,252,72980,1,8
192,304,73313,1,12
72,320,73647,2,0,B|16:368,2,50,2|2|0
112,208,74313,5,2
112,208,74647,2,0,B|232:96|264:216|384:72,1,300,8|2
492,104,75980,2,0,B|428:144|477:263|428:304,1,200,12|0
320,268,76980,2,0,B|360:156,1,100,0|8
256,76,77646,2,0,B|256:180,1,100,0|2
192,268,78313,2,0,B|152:156,1,100,8|12
216,68,78980,5,0
320,128,79313,2,0,B|392:160|424:252,1,150,2|0
408,276,79980,2,0,B|325:276|256:356,1,150,8|0
236,336,80647,2,0,B|180:272|92:272,1,150,2|0
88,236,81313,2,0,B|120:152|208:116,1,150,8|0
224,112,81980,1,2
344,116,82313,6,0,B|408:116,2,50,2|2|8
252,192,82980,1,8
344,268,83313,1,2
436,192,83647,1,2
344,116,83980,1,12
228,80,84313,6,0,B|228:24,2,50,2|2|0
120,132,84980,1,8
120,252,85313,1,8
120,132,85647,1,0
120,252,85980,1,2
224,192,86313,1,0
104,192,86647,1,12
104,192,86980,1,0
104,192,87313,6,0,B|312:192,2,200,2|8|2
12,112,88980,1,0
104,192,89313,1,12
124,72,89647,1,2
244,56,89980,6,0,B|355:55|444:144,1,200,2|8
416,248,90980,1,2
312,308,91313,2,0,B|216:308|112:228,1,200,2|12
88,124,92313,2,0,B|102:102|160:116|192:92,1,100,2|2
292,144,92980,2,0,B|300:216,2,50,0|0|8
280,24,93647,1,0
392,68,93980,1,2
408,188,94313,1,8
320,272,94647,1,12
200,284,94980,6,0,B|208:212,2,50,2|2|0
80,260,95647,1,2
20,156,95980,2,0,B|108:76|212:140,1,200,8|0
304,204,96980,1,8
416,252,97313,2,0,B|392:300|336:316,2,100,12|0|6
256,192,98146,12,4,100646
104,104,121313,6,0,B|216:104,1,100,12|0
176,220,121980,2,0,B|368:132,1,200,2|8
240,120,122980,2,0,B|320:80,2,50,2|2|0
136,180,123647,2,0,B|264:228,1,100,0|12
348,240,124313,2,0,B|252:288,1,100,0|2
192,184,124980,1,2
308,160,125313,1,8
192,132,125647,1,0
256,32,125980,6,0,B|256:240,1,200,2|12
356,296,126980,1,0
240,328,127313,2,0,B|128:360|56:264,1,200,2|8
24,156,128313,2,0,B|76:148|80:176|128:164,1,100,2|0
240,192,128980,2,0,B|232:248,2,50,2|2|12
208,76,129647,2,0,B|268:72|312:112,1,100,2|0
388,188,130313,1,0
388,188,130647,1,8
336,296,130980,1,0
336,296,131313,1,2
128,176,131980,5,12
128,176,132313,1,2
128,176,132647,2,0,B|171:149|240:168,1,100,2|0
264,176,133147,1,0
272,216,133313,2,0,B|239:264|176:256,1,100,8|0
68,232,133980,1,2
68,232,134313,1,0
88,112,134647,6,0,B|115:65|176:48,1,100,12|2
204,40,135147,1,0
244,40,135313,2,0,B|316:48|356:120,1,100,2|0
400,184,135980,2,0,B|408:248|336:292,1,100,8|0
252,316,136647,1,2
252,316,136980,1,0
240,196,137313,6,0,B|288:180|312:116,1,100,12|2
300,88,137813,1,0
276,56,137980,2,0,B|180:16,1,100,2|0
144,152,138647,2,0,B|24:200,1,100,8|0
176,252,139313,2,0,B|96:348,1,100,2|0
252,336,139980,2,0,B|332:240,1,100,12|0
436,252,140647,2,0,B|382:158|258:151,1,200,2|8
152,152,141647,2,0,B|104:152,2,50,2|2|0
388,116,142647,6,0,B|496:32,2,100,12|0|2
272,152,143647,2,0,B|252:248,1,100,2|8
251,249,144313,1,2
130,250,144647,2,0,B|98:298,2,50,2|2|0
200,152,145313,1,12
200,152,145647,1,2
304,92,145980,6,0,B|360:68,1,50,0|2
400,180,146480,2,0,B|384:236,1,50,0|8
272,192,146980,1,0
152,192,147313,2,0,B|96:192,4,50,2|0|2|0|12
240,272,148313,5,0
360,296,148647,2,0,B|448:240|456:176,1,150,2|0
396,168,149313,2,0,B|428:120|428:8,1,150,8|0
427,23,149980,1,2
316,68,150313,2,0,B|364:36,2,50,2|2|12
436,76,150980,2,0,B|324:148,1,100
296,152,151480,6,0,B|224:172,1,50,2|2
292,208,151813,2,0,B|288:256,1,50,0|8
248,212,152147,2,0,B|176:236,1,50,2|2
244,268,152480,2,0,B|236:336,1,50,0|0
256,76,153313,5,12
256,76,153647,1,0
256,76,153980,2,0,B|48:196,1,200,2|8
256,76,154980,1,0
140,44,155313,2,0,B|252:228,1,200,2|12
140,44,156313,1,0
84,152,156647,6,0,B|148:264,1,100,2|2
164,264,157147,1,0
204,272,157313,1,8
324,268,157647,2,0,B|428:236,1,100,2|2
336,152,158313,2,0,B|248:64,1,100,0|12
164,148,158980,5,0
164,148,159313,1,2
48,120,159646,2,0,B|24:48,2,50,2|0|8
112,224,160313,1,0
224,272,160647,1,2
344,248,160980,1,0
416,152,161313,1,12
256,336,161980,5,6
360,272,162313,2,0,B|464:272,2,100,0|8|0
256,216,163313,1,6
152,152,163646,2,0,B|48:152,2,100,0|8|0
256,96,164647,1,6
360,40,164980,2,0,B|464:40,2,100,0|8|0
256,96,165980,1,6
16,80,166646,6,0,B|24:136|56:200,1,100,12|0
116,80,167313,2,0,B|158:111|220:112,1,100,2|2
248,112,167814,1,0
288,112,167980,2,0,B|341:115|384:152,1,100,12|8
412,172,168480,1,0
428,208,168647,2,0,B|380:248|300:208,1,100,2|2
296,208,169147,1,0
260,192,169313,6,0,B|212:168|140:184,1,100,12|2
124,188,169814,1,0
88,204,169980,2,0,B|96:260|200:284,1,100,2|2
192,284,170480,1,0
232,288,170647,2,0,B|288:296|336:256,1,100,8|8
424,196,171314,1,2
424,196,171647,1,2
424,196,171980,6,0,B|416:136|360:108,1,100,12|0
336,100,172480,1,2
296,88,172646,2,0,B|248:72|192:104,2,100,2|0|8
256,204,173647,1,8
164,124,173980,2,0,B|108:112|68:164,2,100,0|0|12
132,240,174980,2,0,B|92:280|108:344,1,100,2|0
212,280,175646,2,0,B|272:264|276:184,2,100,2|8|2
212,280,176647,1,2
8,136,177313,6,0,B|29:82|104:64,1,100,12|0
200,64,177980,2,0,B|352:104,1,150,2|0
344,144,178647,2,0,B|184:168,1,150,8|0
196,208,179313,2,0,B|348:232,1,150,2|0
344,272,179980,2,0,B|184:288,1,150,12|0
136,276,180647,2,0,B|58:233|64:140,2,150,2|2|2
188,168,181980,1,2
188,168,182647,5,12
76,124,182980,2,0,B|20:100,2,50,2|2|0
188,168,183647,1,8
300,212,183980,2,0,B|356:228|428:204,2,100,8|0|2
256,324,184980,2,0,B|200:316|168:260,2,100,0|12|0
256,324,185980,1,2
256,84,186647,5,8
316,188,186980,1,0
196,188,187313,1,2
408,300,187980,5,12
432,184,188313,1,0
320,228,188647,1,2
224,300,188980,2,0,B|176:332,2,50,0|0|8
120,240,189647,2,0,B|64:248,2,50,0|0|2
96,120,190313,2,0,B|48:96,2,50,0|0|12
188,40,190980,2,0,B|236:60|272:132,1,100
320,212,191646,2,0,B|376:236,2,50,0|0|8
316,92,192313,1,0
316,92,192646,1,2
320,212,192980,1,2
320,212,193313,1,12
404,124,193647,6,0,B|444:76,2,50,0|0|2
404,244,194313,2,0,B|404:356,1,100,0|8
344,216,194980,2,0,B|288:312,1,100,0|2
300,164,195647,2,0,B|188:212,1,100,0|12
300,96,196313,2,0,B|180:80,2,100,0|2|0
420,116,197313,1,8
420,116,197647,1,0
300,96,197980,2,0,B|196:80,1,100
80,72,198647,1,12
80,72,198980,1,0
200,68,199313,6,0,B|256:88|272:140,1,100,2|0
284,172,199813,1,0
284,212,199980,1,8
164,224,200313,1,8
284,212,200647,6,0,B|288:276|228:316,1,100,2|0
212,324,201147,1,0
176,344,201314,1,12
164,224,201647,1,8
176,344,201980,6,0,B|124:352|72:296,1,100,2|0
60,280,202480,1,0
44,244,202647,1,8
164,224,202980,1,8
44,244,203313,6,0,B|24:196|44:140,2,100,2|0|12
152,192,204313,2,0,B|80:192,2,50,2|2|0
272,192,204980,1,2
272,192,205313,2,0,B|272:104|153:100|152:200,1,200,8|0
152,312,206313,6,0,B|152:360,2,50,2|2|12
152,192,206980,1,0
152,192,207313,1,14
152,72,207646,2,0,B|152:16,2,50,0|0|2
248,144,208313,2,0,B|272:192|240:272,1,100,0|12
256,192,208980,12,12,209980
256,192,210313,12,12,211313
440,208,211980,6,0,B|320:184,1,100,12|0
324,68,212647,2,0,B|148:164,1,200,2|8
80,264,213647,1,8
192,312,213980,1,2
312,296,214313,1,2
424,256,214647,1,12
472,144,214980,6,0,B|480:88,2,50,2|2|0
352,120,215647,2,0,B|336:56,2,50,2|2|8
296,224,216313,1,0
176,208,216647,1,0
152,88,216980,1,8
272,104,217313,1,12
360,184,217647,6,0,B|392:264,2,50,2|2|0
248,144,218313,2,0,B|200:176|184:248,1,100,0|8
208,344,218980,1,8
192,224,219313,1,2
192,224,219647,2,0,B|200:176|248:144,1,100,0|12
344,72,220313,2,0,B|400:32,2,50,2|0|2
320,192,220980,2,0,B|296:248|224:288,1,100,0|8
140,296,221647,2,0,B|68:304,2,50,2|0|2
252,248,222313,5,0
316,144,222647,1,12
372,248,222980,1,0
252,248,223313,1,2
252,248,223646,5,8
316,144,223980,1,2
212,80,224313,1,0
212,80,224647,5,2
212,176,224980,1,8
212,176,225313,1,12
212,176,225647,1,0
212,296,225980,6,0,B|266:312|316:296,1,100,2|0
348,284,226480,1,2
380,260,226647,1,8
280,192,226980,1,8
372,116,227313,2,0,B|319:99|268:116,1,100,2|0
236,128,227813,1,2
208,156,227980,1,12
256,268,228313,1,0
256,268,228647,1,2
136,284,228980,5,2
136,284,229147,1,0
136,284,229313,2,0,B|115:183|160:60,1,200,8|0
256,20,230313,1,0
352,92,230647,2,0,B|385:194|336:332,1,200,12|0
236,336,231647,2,0,B|156:344,2,50,0|0|8
236,336,232313,1,2
236,336,232647,1,2
256,96,233313,6,0,B|200:104|168:160,1,100,12|0
192,268,233980,2,0,B|304:260|352:148,2,200,2|8|2
164,152,235647,1,0
256,76,235980,1,12
256,196,236313,2,0,B|256:260,2,50,2|2|0
256,76,236980,2,0,B|256:20,2,50,2|2|8
256,76,237647,1,8
256,76,237980,1,2
344,156,238313,2,0,B|432:236,1,100,0|12
328,304,238980,5,2
328,304,239147,1,0
328,304,239313,2,0,B|192:304,1,100,2|0
288,200,239980,2,0,B|160:160,1,100,8|8
72,152,240647,1,2
72,272,240980,1,0
72,152,241313,1,12
72,272,241647,1,0
152,184,241980,2,0,B|240:80,3,100,2|0|8|0
216,107,243313,1,2
444,176,243980,5,12
368,268,244313,1,0
248,280,244647,1,2
128,256,244980,1,2
128,256,245147,1,0
128,256,245313,2,0,B|80:216|72:144,1,100,8|8
72,52,245980,5,2
192,72,246313,1,2
192,72,246480,1,0
192,72,246647,2,0,B|248:160|368:192,1,200,12|8
402,78,247646,5,2
402,78,247813,1,0
402,78,247980,2,0,B|453:111|474:166,1,100,8|8
352,187,248647,1,2
467,153,248980,2,0,B|459:217|419:249,1,100,0|12
312,280,249647,5,2
256,300,249813,1,0
200,280,249980,1,2
280,192,250313,1,0
280,192,250647,1,8
320,80,250980,1,0
280,192,251313,1,2
196,108,251647,1,0
280,192,251980,1,12
256,56,252647,5,2
256,328,253313,1,2
120,192,253980,1,2
392,192,254646,1,2
256,192,255313,1,2
256,192,255647,1,2
256,192,255813,1,0
256,192,255980,1,12
256,192,256146,12,4,260646

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,582 @@
osu file format v9
[General]
StackLeniency: 0.7
Mode: 0
[Difficulty]
HPDrainRate:7
CircleSize:5
OverallDifficulty:8
ApproachRate:8
SliderMultiplier:3.2
SliderTickRate:2
[Events]
//Background and Video events
//Break Periods
2,16325,17625
2,32325,33875
2,66325,67375
2,120135,127375
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255
[TimingPoints]
125,500,4,1,0,50,1,0
36125,-100,4,1,0,50,0,1
66125,-100,4,1,0,50,0,0
88125,-100,4,1,0,50,0,1
120125,-100,4,1,0,50,0,0
170125,-100,4,2,0,5,0,0
170250,-100,4,1,0,50,0,0
172125,-100,4,1,0,50,0,1
200125,-100,4,1,0,50,0,0
[HitObjects]
64,80,2375,5,0
172,192,2625,1,2
152,36,2875,1,0
80,176,3125,1,2
224,112,3375,1,0
192,256,3625,1,8
136,116,3875,1,0
272,32,4125,2,2,B|376:0|408:56|412:125|320:144|304:176|328:216|368:272|496:208,1,400,6|0
504,216,4875,2,2,B|376:232|288:280|248:384,1,320
384,344,5625,1,8
272,216,5875,1,0
272,216,6000,1,0
272,216,6125,1,4
92,280,6375,5,0
124,108,6625,1,8
256,8,6875,1,0
388,108,7125,1,2
420,280,7375,1,8
256,296,7625,1,8
256,120,7875,1,0
443,152,8125,2,2,B|397:202|305:219|256:192|203:163|114:181|68:231,1,400,2|0
24,256,8875,2,2,B|112:227|141:134|122:36|37:1,1,320
16,132,9625,1,8
136,280,9875,1,0
136,280,10000,1,0
136,280,10125,1,4
256,172,10375,5,0
368,56,10625,1,8
196,116,10875,1,0
316,116,11125,1,2
144,56,11375,1,0
256,0,11625,1,8
112,128,11875,1,0
164,280,12125,6,0,B|256:316,1,80,4|2
100,348,12500,2,0,B|8:312,1,80,0|2
144,212,12875,2,0,B|52:176,1,80,0|2
208,144,13250,2,0,B|300:180,1,80,0|2
332,324,13625,1,8
180,324,13875,1,0
256,240,14125,5,4
256,240,14250,1,2
324,112,14500,1,0
324,112,14625,1,2
192,56,14875,1,4
192,56,15000,1,2
256,164,15250,1,0
256,164,15375,1,2
256,20,15625,1,8
120,56,15875,1,0
256,92,16125,1,6
20,152,18375,5,0
180,136,18625,1,8
52,228,18875,1,0
120,84,19125,1,2
128,244,19375,1,0
48,84,19625,1,8
192,212,19875,1,0
300,72,20125,2,4,B|396:36|444:84|396:144|352:184|372:224|416:260|532:224|528:164,1,320,4|0
472,40,20875,2,2,B|376:72|304:164|272:260|280:320,1,320
404,352,21625,1,8
432,196,21875,1,0
432,196,22000,1,0
432,196,22125,1,4
296,100,22375,5,0
168,196,22625,2,0,B|32:296,1,160,8|0
268,212,23125,2,0,B|168:76,1,160,2|8
252,312,23625,2,0,B|388:212,1,160,8|0
484,96,24125,2,2,B|412:0|320:36|288:120|240:136|200:132|156:116|132:96|80:44,1,400,2|0
72,24,24875,2,2,B|158:66|148:177|67:253|-19:210,1,320
56,108,25625,1,8
176,200,25875,1,0
176,200,26000,1,0
176,200,26125,1,4
316,92,26375,5,0
464,164,26625,2,0,B|394:224|412:336,1,160,2|0
232,316,27125,2,0,B|306:256|284:144,1,160,2|8
136,88,27625,1,8
60,224,27875,1,0
212,132,28125,6,0,B|256:32,1,80,4|2
340,228,28500,2,0,B|384:128,1,80,0|2
256,284,28875,2,0,B|212:184,1,80,4|2
128,380,29250,2,0,B|84:280,1,80,0|2
238,383,29625,2,0,B|406:379,1,160,8|0
512,267,30125,5,4
512,267,30250,1,2
416,152,30500,1,0
416,152,30625,1,2
300,264,30875,1,4
300,264,31000,1,2
236,100,31250,1,0
236,100,31375,1,2
152,256,31625,1,8
300,160,31875,1,0
256,332,32125,1,6
52,52,34625,5,0
152,164,34875,1,0
256,56,35125,1,4
256,56,35625,1,2
256,56,36125,2,4,B|331:63|364:136|320:224,1,160,4|0
320,312,36625,1,8
204,228,36875,1,0
104,328,37125,2,2,B|24:287|44:188,1,160
92,60,37625,1,8
212,148,37875,1,0
268,104,38000,1,0
324,60,38125,2,0,B|452:184,1,160,4|0
504,300,38625,1,8
364,340,38875,1,0
232,280,39125,6,2,B|150:282|69:198|105:87|179:53,2,320,2|2|6
280,148,40375,1,0
400,228,40625,2,0,B|520:368,1,160,8|0
480,192,41125,1,2
324,220,41375,1,2
168,256,41625,1,8
72,148,41875,1,2
48,84,42000,1,2
96,36,42125,2,0,B|164:108|256:44,1,160,6|0
400,72,42625,1,2
440,236,42875,1,2
464,300,43000,1,2
416,348,43125,2,0,B|348:276|256:340,1,160,6|0
112,312,43625,1,2
140,188,43875,1,0
52,64,44125,5,6
208,48,44375,1,0
344,132,44625,1,8
448,256,44875,2,2,B|401:321|285:337|217:242|233:163,2,320,2|2|0
326,211,46125,2,2,B|279:146|163:130|95:225|111:304,1,320,6|0
230,287,46875,2,2,B|277:352|393:368|461:273|445:194,1,320,6|8
376,80,47625,1,8
376,80,48125,6,0,B|304:128|216:96,1,160,4|0
84,56,48625,1,8
152,200,48875,1,0
44,320,49125,2,0,B|121:364|204:320,1,160,4|0
336,240,49625,5,8
256,148,49875,1,0
176,240,50125,1,0
340,144,50625,1,0
420,236,50875,1,0
500,144,51125,1,2
172,144,51625,1,2
92,236,51875,1,0
12,144,52125,6,0,B|160:48,1,160,4|0
304,76,52625,1,8
256,228,52875,1,0
216,112,53125,2,0,B|364:208,1,160,2|0
508,180,53625,1,8
460,28,53875,1,0
344,96,54125,1,2
228,8,54375,1,0
153,116,54625,1,2
72,220,54875,1,0
180,295,55125,1,2
284,376,55375,1,0
359,268,55625,1,2
440,164,55875,1,0
352,160,56125,6,0,B|466:294,1,160,4|0
312,228,56625,1,8
200,300,56875,1,0
160,160,57125,2,0,B|46:294,1,160,4|0
200,228,57625,1,8
312,300,57875,1,0
444,208,58125,2,0,B|362:164|380:56,1,160,2|0
344,12,58500,1,0
272,4,58625,2,0,B|232:88|120:68,1,160,2|0
68,176,59125,2,0,B|148:220|132:328,1,160,2|0
168,372,59500,1,0
240,380,59625,2,0,B|280:296|392:316,1,160,2|0
456,176,60125,5,6
328,80,60375,1,0
216,196,60625,1,8
72,136,60875,2,2,B|54:209|91:305|191:336|269:306,2,320,2|2|0
200,224,62125,2,2,B|182:150|219:54|319:23|397:53,1,320,2|0
480,179,62875,2,2,B|499:252|462:348|362:379|284:349,1,320,2|0
136,296,63625,2,0,B|67:220|140:136,1,160,8|0
256,56,64125,5,6
284,212,64375,1,0
440,180,64625,1,8
420,24,64875,1,0
300,132,65125,1,6
272,288,65375,1,0
116,256,65625,1,8
136,100,65875,1,0
256,8,66125,1,4
256,56,68125,6,0,B|298:128|244:237|123:241|74:173,1,320
132,80,68875,2,2,B|344:328,1,320
456,224,69625,1,8
340,116,69875,1,0
340,116,70000,1,0
340,116,70125,1,4
228,4,70375,5,0
256,160,70625,2,0,B|186:224|88:168,1,160,2|0
148,332,71125,2,0,B|216:396|316:340,1,160,2|8
424,248,71625,1,8
336,112,71875,1,0
336,112,72000,1,0
336,112,72125,1,4
228,208,72375,2,0,B|139:179|144:80,1,160,0|8
268,56,72875,2,2,B|272:164|220:272|120:308|72:308,1,320
24,192,73625,1,8
92,64,73875,1,0
92,64,74000,1,0
92,64,74125,1,4
224,140,74375,5,0
340,224,74625,2,0,B|412:211|428:121|363:77,1,160,2|0
268,192,75125,2,0,B|196:205|180:295|245:339,1,160,2|0
268,192,75625,2,0,B|104:168,1,160,8|0
24,52,76125,6,0,B|132:40,1,80
176,32,76375,1,2
348,60,76625,1,2
248,164,76875,1,2
264,20,77125,1,2
324,140,77375,1,2
180,116,77625,1,2
240,240,77875,1,0
256,92,78125,1,4
100,124,78375,5,0
8,256,78625,2,0,B|64:332|176:304,1,160,8|0
304,260,79125,2,0,B|248:184|136:212,1,160,2|0
304,260,79625,1,8
460,284,79875,1,2
420,128,80125,6,0,B|332:128,1,80,4|0
256,124,80375,1,2
344,260,80625,1,2
168,260,80875,1,2
384,192,81125,1,2
256,260,81375,1,2
168,124,81625,1,2
344,124,81875,1,2
128,192,82125,1,4
48,192,82250,6,0,B|48:84|152:52,1,160,2|0
204,44,82625,2,0,B|204:152|308:184,1,160,2|0
352,160,83000,2,0,B|244:160|212:264,1,160,2|0
192,316,83375,2,0,B|84:316|52:212,1,160,2|2
32,88,83875,1,2
172,8,84125,1,4
256,192,84250,12,6,86125
256,192,86250,12,4,87125
256,100,88125,6,2,B|308:116|368:104|404:16,1,160,6|0
256,100,88625,1,8
136,180,88875,1,0
8,96,89125,2,0,B|-28:168|16:232|68:256,1,160,2|0
164,312,89625,1,8
288,236,89875,1,2
288,236,90000,1,2
288,236,90125,2,2,B|452:164,1,160,6|0
476,32,90625,1,8
332,104,90875,1,0
180,104,91125,5,6
36,32,91375,1,8
56,164,91625,1,8
56,164,92125,2,0,B|260:208,1,160,6|0
84,296,92625,1,8
220,376,92875,1,0
320,268,93125,2,0,B|524:224,1,160,6|0
432,80,93625,1,8
296,152,93875,1,2
296,152,94000,1,2
296,152,94125,2,2,B|232:164|176:132|164:52,1,160,6|0
216,232,94625,2,2,B|280:220|336:252|348:332,1,160,2|0
341,304,95000,1,0
341,304,95125,2,0,B|369:84,1,160,2|0
171,80,95625,2,0,B|143:300,1,160,2|0
43,358,96125,5,6
81,219,96375,1,0
169,332,96625,1,8
304,272,96875,2,2,B|388:252|426:161|418:63|344:19,2,320,2|2|0
240,144,98125,2,2,B|219:244|50:229|65:60|168:58,1,320
240,144,98875,2,2,B|260:43|429:58|414:227|311:229,1,320,2|0
180,292,99625,2,0,B|80:304|36:208,1,160,2|0
48,64,100125,6,0,B|224:112,1,160,4|0
348,52,100625,2,0,B|524:4,1,160,2|0
504,172,101125,2,0,B|328:124,1,160,2|0
204,184,101625,2,0,B|28:232,1,160,2|0
49,226,102000,1,0
49,226,102125,1,2
256,324,102625,5,8
384,256,102875,1,0
256,188,103125,1,6
256,188,103625,1,2
128,256,103875,1,0
256,324,104125,6,0,B|324:252|432:316,1,160,6|0
492,168,104625,1,8
332,188,104875,1,0
256,60,105125,2,0,B|188:132|80:68,1,160,6|0
20,216,105625,1,8
180,196,105875,1,0
368,156,106125,2,0,B|418:184|462:234|408:296,1,160,2|0
220,80,106625,2,0,B|248:30|298:-14|360:40,1,160,2|0
144,228,107125,2,0,B|94:200|50:150|104:88,1,160,2|0
292,304,107625,2,0,B|264:354|214:398|152:344,1,160,2|0
44,216,108125,6,0,B|145:221|172:132,1,160,6|0
304,224,108625,1,8
408,104,108875,1,0
468,216,109125,2,0,B|367:221|340:132,1,160,6|0
208,224,109625,1,8
104,104,109875,1,0
256,56,110125,2,0,B|144:180,1,160,2|0
256,328,110625,2,0,B|368:204,1,160,2|0
208,244,111125,2,0,B|96:368,1,160,2|0
304,140,111625,2,0,B|416:16,1,160,2|0
252,20,112125,5,6
112,60,112375,1,0
72,200,112625,1,8
158,316,112875,2,2,B|236:321|324:259|326:152|278:89,2,320,2|2|0
176,168,114125,2,2,B|214:236|313:276|405:220|431:145,1,320,2|0
328,64,114875,2,2,B|259:102|219:201|275:293|350:319,1,320,2|0
488,340,115625,2,0,B|456:172,1,160,2|0
416,72,116125,5,6
288,140,116375,1,0
164,68,116625,1,8
36,136,116875,1,0
104,264,117125,1,6
232,332,117375,1,0
356,260,117625,1,8
484,328,117875,1,0
356,384,118125,1,6
256,12,128125,5,4
256,12,128250,1,2
336,128,128500,1,0
336,128,128625,1,2
400,0,128875,1,0
400,0,129000,1,2
492,112,129250,1,0
492,112,129375,1,2
440,248,129625,2,2,B|272:284,1,160
256,108,130125,5,4
256,108,130250,1,2
176,224,130500,1,0
176,224,130625,1,2
112,96,130875,1,0
112,96,131000,1,2
20,208,131250,1,0
20,208,131375,1,2
72,344,131625,2,2,B|240:380,1,160
408,376,132125,6,0,B|512:352|584:248|592:-32|416:-48|256:-80|96:-16|56:88|8:224|88:304|144:336|184:368|256:368|256:368|328:368|368:336|424:304|504:224|456:88|416:-16|256:-80|96:-48|-80:-32|-72:248|0:352|104:376,1,2240,6|0
256,192,135875,5,2
256,192,136000,1,0
256,192,136125,1,4
136,104,136375,1,0
132,240,136625,1,8
133,240,136750,1,0
256,280,137000,1,0
255,280,137125,1,8
256,280,137250,1,0
256,280,137375,1,0
380,240,137625,1,8
376,104,137875,1,0
256,124,138125,5,4
256,124,138375,1,0
144,192,138625,1,8
144,192,138750,1,0
256,260,139000,1,0
256,260,139125,1,8
256,260,139250,1,0
256,260,139375,1,0
368,192,139625,1,8
256,124,139875,1,0
256,124,140000,1,0
256,124,140125,2,2,B|188:112|212:76|188:36|256:20,1,160,6|2
332,128,140625,5,8
332,128,140750,1,0
332,256,141000,1,0
332,256,141125,1,8
332,256,141250,1,0
332,256,141375,1,0
180,256,141625,1,8
180,128,141875,1,0
256,56,142125,5,4
256,56,142375,1,0
256,160,142625,1,8
256,160,142750,1,0
256,264,143000,1,0
256,264,143125,1,8
256,264,143250,1,0
256,264,143375,1,0
188,352,143625,1,8
324,352,143875,1,0
324,352,144000,1,0
324,352,144125,2,0,B|492:352,1,160,6|2
392,280,144625,5,8
392,280,144750,1,0
324,192,145000,1,0
324,192,145125,1,8
324,192,145250,1,0
324,192,145375,1,0
188,192,145625,1,8
120,280,145875,1,0
256,288,146125,5,4
256,288,146375,1,0
256,176,146625,1,8
256,176,146750,1,0
176,96,147000,1,0
176,96,147125,1,8
176,96,147250,1,0
176,96,147375,1,0
256,16,147625,1,8
336,96,147875,1,0
336,96,148000,1,0
336,96,148125,2,6,B|400:156|388:224|364:248,1,160,6|2
256,272,148625,5,8
240,264,148750,1,0
240,180,149000,1,0
256,172,149125,1,8
272,164,149250,1,0
288,156,149375,1,0
256,64,149625,1,8
256,64,149875,1,0
116,180,150125,5,0
120,200,150250,1,0
132,224,150375,1,0
152,236,150500,1,0
176,240,150625,1,8
208,240,150750,1,0
232,236,150875,1,0
248,216,151000,1,0
256,192,151125,1,8
260,168,151250,1,0
272,144,151375,1,8
292,132,151500,1,0
316,128,151625,1,8
348,128,151750,1,8
372,132,151875,1,8
388,152,152000,1,0
404,184,152125,6,0,B|436:250|377:334|292:300,1,160,6|0
108,200,152625,2,0,B|76:134|135:50|220:84,1,160,6|0
256,192,153125,2,0,B|256:100,1,80,2|0
256,192,153375,2,0,B|256:368,2,160,2|8|0
360,60,154125,5,0
360,60,154250,1,0
360,60,154375,1,2
256,12,154625,1,0
256,12,154750,1,0
256,12,154875,1,2
154,64,155125,1,0
154,64,155250,1,2
155,63,155375,2,0,B|87:119|115:191|179:211|227:179,2,160,0|8|0
163,74,156000,5,0
163,74,156125,1,0
163,74,156250,2,2,B|174:151|299:265|445:180|473:106,1,400,2|0
320,80,157125,2,2,B|224:88|184:188|224:288|320:295,1,320
348,292,157750,1,0
380,280,157875,1,0
404,260,158000,1,0
412,236,158125,1,0
412,208,158250,1,0
404,180,158375,1,0
264,68,158625,2,0,B|184:104,2,80,2|0|2
164,216,159125,2,0,B|244:180,2,80,2|0|2
56,144,159625,5,8
64,276,159875,1,8
64,276,160000,1,8
64,276,160125,2,0,B|24:352,2,80,2|0|0
128,288,160500,2,0,B|136:188,2,80,2|0|0
192,300,160875,2,0,B|200:400,2,80,2|0|0
240,256,161250,2,0,B|304:176,2,80,2|0|0
284,304,161625,2,0,B|356:380,2,80,2|0|0
328,256,162000,6,0,B|456:236,2,80,0|2|0
308,192,162375,2,0,B|180:172,2,80,0|2|0
340,136,162750,2,0,B|468:116,2,80,0|2|0
284,100,163125,2,0,B|264:-28,2,80,0|2|0
224,128,163500,2,0,B|204:256,2,80,0|2|0
180,76,163875,6,0,B|92:52,2,80,2|0|0
144,132,164250,2,0,B|72:184,2,80,2|0|0
168,196,164625,2,0,B|240:248,2,80,2|0|0
136,256,165000,2,0,B|96:340,2,80,2|0|0
188,296,165375,2,0,B|228:380,2,80,2|0|0
236,252,165750,1,0
236,252,165875,1,2
364,276,166125,6,2,B|408:176|360:156|320:168|296:176|268:132|264:112|272:76|304:52|328:40,1,240,2|0
264,24,166625,2,2,B|308:124|260:144|220:132|196:124|168:168|164:188|172:224|204:248|228:260,1,240,2|0
192,280,167125,1,0
320,376,167375,1,0
192,376,167625,1,0
256,328,167750,1,0
320,280,167875,1,0
256,124,168125,1,6
256,192,168250,12,0,170125
256,192,171125,12,6,172125
48,56,172375,5,0
20,184,172625,2,0,B|16:264|92:316|152:304,1,160,8|0
240,300,173125,1,2
200,176,173375,1,0
324,220,173625,2,0,B|360:220|416:258|412:338,1,160,8|0
412,334,174000,1,0
412,334,174125,2,0,B|456:156,1,160,6|0
398,35,174625,2,0,B|220:-8,1,160,2|0
245,0,175000,1,0
245,0,175125,2,0,B|201:178,1,160,6|0
259,299,175625,2,0,B|437:342,1,160,2|0
424,176,176125,5,6
272,128,176375,1,0
116,152,176625,1,8
173,253,176875,2,2,B|257:233|295:142|287:44|213:0,2,320,2|2|0
28,204,178125,2,2,B|356:316,1,320
172,360,178875,2,2,B|500:248,1,320,2|0
384,148,179625,2,0,B|292:168|224:96|232:44,1,160,2|0
244,93,180000,1,0
244,93,180125,6,0,B|64:120,1,160,6|0
100,268,180625,2,0,B|256:296,1,160,8|0
257,296,181000,1,0
256,296,181125,2,0,B|413:267,1,160,6|0
426,116,181625,2,0,B|267:93,1,160,8|2
267,93,182000,5,2
267,93,182125,2,2,B|180:112|168:212,1,160,2|0
140,380,182625,2,0,B|227:361|239:261,1,160,8|0
62,169,183125,2,2,B|80:256|180:268,1,160,2|0
348,296,183625,2,0,B|329:208|229:196,1,160,8|0
64,172,184125,1,6
256,192,184250,12,2,185625
48,188,186125,6,2,B|96:108|256:108|256:192|256:276|416:276|464:196,1,480,2|0
328,144,187125,2,0,B|296:316,1,160,2|0
184,240,187625,2,0,B|216:68,1,160,2|0
256,192,188125,1,6
256,192,188250,12,2,189625
464,188,190125,6,2,B|416:108|256:108|256:192|256:276|96:276|48:196,1,480,2|0
184,144,191125,2,0,B|216:316,1,160,2|0
328,240,191625,2,0,B|296:68,1,160,2|0
164,32,192125,5,6
28,84,192375,1,0
28,228,192625,1,8
128,332,192875,2,2,B|160:224|300:172|408:244,2,320,2|2|0
276,356,194125,2,2,B|384:324|436:184|364:76,1,320
236,28,194875,2,2,B|128:60|76:200|148:308,1,320,2|0
280,268,195625,2,0,B|232:116,1,160,2|0
104,52,196125,5,6
136,192,196375,1,0
116,344,196625,1,8
256,312,196875,1,0
332,312,197000,1,0
408,332,197125,1,6
392,264,197250,1,0
376,192,197375,1,0
396,40,197625,1,8
256,72,197875,5,0
256,72,198000,1,0
256,72,198125,1,6
136,192,198625,1,6
256,312,199125,1,6
376,192,199625,1,6
256,192,200125,1,6

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,210 @@
osu file format v14
[General]
StackLeniency: 0.7
Mode: 2
[Difficulty]
HPDrainRate:3
CircleSize:2.5
OverallDifficulty:6
ApproachRate:6
SliderMultiplier:1
SliderTickRate:1
[Events]
//Background and Video events
//Break Periods
2,80241,81249
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
[TimingPoints]
41,333.333333333333,4,2,1,50,1,0
707,-100,4,2,1,50,0,0
2707,-100,4,2,1,85,0,0
12040,-86.9565217391304,4,2,1,85,0,0
12707,-100,4,2,1,85,0,0
13374,-100,4,2,1,85,0,0
34207,-100,4,2,1,75,0,0
34374,-100,4,2,1,65,0,0
34540,-100,4,2,1,55,0,0
34707,-100,4,2,1,85,0,0
45374,-133.333333333333,4,2,1,85,0,0
54707,-133.333333333333,4,2,1,30,0,0
56040,-100,4,2,1,85,0,1
72040,-125,4,2,1,85,0,0
72707,-100,4,2,1,85,0,0
74707,-125,4,2,1,85,0,0
75207,-100,4,2,1,85,0,0
82374,-200,4,2,1,85,0,0
85374,-100,4,2,1,85,0,0
88040,-100,4,2,1,85,0,1
98707,-100,4,2,1,85,0,0
99040,-100,4,2,1,20,0,0
[HitObjects]
256,192,707,12,0,2374,0:0:0:0:
368,64,2707,6,2,L|256:64,1,100,2|2,0:0|0:0,0:0:0:0:
288,128,3207,2,2,L|304:192,1,50,2|8,0:0|0:0,0:0:0:0:
192,192,3707,6,2,L|64:192,2,100,2|2|2,0:0|0:0|0:0,0:0:0:0:
288,192,4707,1,8,0:0:0:0:
144,128,5041,1,10,0:0:0:0:
304,288,5374,6,6,L|448:144,2,200,6|8|0,0:0|0:0|0:0,0:0:0:0:
208,288,7041,1,0,0:0:0:0:
304,160,7374,2,10,L|320:48,1,100,10|8,0:0|0:0,0:0:0:0:
160,32,8041,6,6,L|48:32,1,100,6|2,0:0|0:0,0:0:0:0:
112,80,8541,1,0,0:0:0:0:
160,128,8707,2,8,P|208:160|128:232,1,200,8|6,0:0|0:0,0:0:0:0:
224,256,9707,5,2,0:0:0:0:
352,224,10041,2,8,L|240:224,1,100,8|2,0:0|0:0,0:0:0:0:
416,336,10707,6,6,P|464:320|416:216,1,200,6|12,0:0|0:0,0:0:0:0:
224,96,11874,1,2,0:0:0:0:
160,96,12041,2,2,P|116:152|160:232,1,172.500003290176,2|2,0:0|0:0,0:0:0:0:
224,232,12707,1,2,0:0:0:0:
464,64,13374,6,6,L|304:64,1,150,6|2,0:0|0:0,0:0:0:0:
240,64,14041,2,8,P|192:112|240:160,1,150,8|2,0:0|0:0,0:0:0:0:
320,160,14707,6,2,L|208:160,1,100,2|0,0:0|0:0,0:0:0:0:
320,256,15374,2,8,L|360:164,1,100,8|8,0:0|0:0,0:0:0:0:
192,64,16041,6,4,L|80:64,1,100,4|2,0:0|0:0,0:0:0:0:
144,80,16541,1,2,0:0:0:0:
192,96,16707,1,8,0:0:0:0:
336,96,17041,1,2,0:0:0:0:
288,96,17207,6,2,P|240:128|288:192,1,150,2|0,0:0|0:0,0:0:0:0:
384,192,18041,1,8,0:0:0:0:
256,192,18374,1,2,0:0:0:0:
416,192,18707,6,6,L|432:16,1,150,6|2,0:0|0:0,0:0:0:0:
336,32,19374,2,8,L|224:32,1,100,8|0,0:0|0:0,0:0:0:0:
256,32,20041,6,2,P|304:80|256:128,1,150,2|2,0:0|0:0,0:0:0:0:
196,128,20707,2,8,L|156:220,1,100,8|8,0:0|0:0,0:0:0:0:
320,224,21374,6,6,P|360:288|320:352,1,150,6|2,0:0|0:0,0:0:0:0:
224,352,22041,2,8,L|112:352,1,100,8|2,0:0|0:0,0:0:0:0:
192,224,22541,1,2,0:0:0:0:
204,272,22707,5,2,0:0:0:0:
96,288,23041,1,0,0:0:0:0:
208,288,23374,2,8,L|224:176,1,100,8|0,0:0|0:0,0:0:0:0:
80,96,24041,6,6,L|240:96,1,150,6|0,0:0|0:0,0:0:0:0:
176,96,24707,1,8,0:0:0:0:
256,128,25041,6,2,L|240:80,1,50,2|0,0:0|0:0,0:0:0:0:
352,96,25541,2,2,L|356:44,1,50,2|2,0:0|0:0,0:0:0:0:
192,176,26041,2,8,L|176:288,1,100,8|8,0:0|0:0,0:0:0:0:
272,336,26707,6,0,L|384:336,1,100,0|2,0:0|0:0,0:0:0:0:
320,288,27207,1,0,0:0:0:0:
272,240,27374,1,8,0:0:0:0:
416,240,27707,2,2,L|432:176,1,50,2|0,0:0|0:0,0:0:0:0:
288,176,28207,6,2,L|176:176,1,100,2|0,0:0|0:0,0:0:0:0:
256,368,28707,2,8,L|270:269,1,100,8|8,0:0|0:0,0:0:0:0:
128,256,29374,6,6,P|64:192|128:128,1,200,6|8,0:0|0:0,0:0:0:0:
224,128,30374,1,2,0:0:0:0:
368,128,30707,5,6,0:0:0:0:
432,128,30874,2,2,L|448:240,1,100,2|0,0:0|0:0,0:0:0:0:
384,256,31374,1,8,0:0:0:0:
240,256,31707,2,8,L|224:192,1,50,8|0,0:0|0:0,0:0:0:0:
304,192,32041,6,14,P|352:176|288:80,1,200,14|12,0:0|0:0,0:0:0:0:
160,80,33041,1,0,0:0:0:0:
304,80,33374,5,12,0:0:0:0:
368,80,33541,2,2,P|380:128|368:176,1,100,2|2,0:0|0:0,0:0:0:0:
224,176,34207,1,8,3:0:0:0:
176,176,34374,1,8,3:0:0:0:
128,176,34541,1,8,3:0:0:0:
200,144,34707,5,6,0:0:0:0:
336,272,35041,2,8,L|352:160,1,100,8|2,0:0|0:0,0:0:0:0:
208,144,35707,2,8,L|192:192,1,50,8|0,0:0|0:0,0:0:0:0:
336,208,36207,2,2,L|352:160,1,50,2|8,0:0|0:0,0:0:0:0:
208,160,36707,2,2,L|96:160,1,100,2|8,0:0|0:0,0:0:0:0:
256,160,37374,5,2,0:0:0:0:
320,160,37541,2,0,L|336:264,1,100,0|2,0:0|0:0,0:0:0:0:
272,272,38041,1,0,0:0:0:0:
416,272,38374,2,8,L|432:224,1,50,8|0,0:0|0:0,0:0:0:0:
288,224,38874,6,2,L|272:176,1,50,2|8,0:0|0:0,0:0:0:0:
336,160,39207,2,2,L|448:160,1,100,2|2,0:0|0:0,0:0:0:0:
384,160,39707,1,8,0:0:0:0:
240,160,40041,5,4,0:0:0:0:
384,64,40374,2,8,L|400:176,1,100,8|2,0:0|0:0,0:0:0:0:
256,176,41041,1,8,0:0:0:0:
112,176,41374,5,2,0:0:0:0:
48,224,41541,2,0,L|32:112,1,100,0|0,0:0|0:0,0:0:0:0:
96,112,42041,1,2,0:0:0:0:
240,112,42374,1,8,0:0:0:0:
96,112,42707,6,4,P|48:160|96:208,1,150,4|2,0:0|0:0,0:0:0:0:
160,208,43374,1,2,0:0:0:0:
288,208,43707,1,8,0:0:0:0:
160,208,44040,5,6,0:0:0:0:
304,288,44374,2,8,P|352:240|288:128,1,200,8|8,0:0|0:0,0:0:0:0:
136,128,45374,6,6,L|24:192,2,112.500004291535,6|0|0,0:0|0:0|0:0,0:0:0:0:
368,128,46874,2,0,L|384:240,1,112.500004291535,0|2,0:0|0:0,0:0:0:0:
272,256,47707,1,0,0:0:0:0:
144,256,48041,6,6,L|48:191,2,112.500004291535,6|0|0,0:0|0:0|0:0,0:0:0:0:
256,256,49374,2,2,P|304:224|224:112,1,225.000008583069,2|8,0:0|0:0,0:0:0:0:
384,96,50707,6,6,L|496:96,1,112.500004291535,6|0,0:0|0:0,0:0:0:0:
448,96,51374,1,8,0:0:0:0:
244,92,51874,2,2,L|132:108,1,112.500004291535,0|2,0:0|0:0,0:0:0:0:
208,288,52707,2,8,L|288:288,1,75.0000028610231,8|0,0:0|0:0,0:0:0:0:
368,288,53373,6,6,L|383:191,1,75.0000028610231,6|2,0:0|0:0,0:0:0:0:
255,192,54040,2,8,L|176:192,1,75.0000028610231,8|2,0:0|0:0,0:0:0:0:
272,80,54707,1,0,0:0:0:0:
160,272,55374,6,2,L|144:176,1,75.0000028610231,2|2,0:0|0:0,0:0:0:0:
320,144,56041,6,6,L|432:144,1,100,6|8,0:0|0:0,0:0:0:0:
256,240,56707,2,2,L|240:128,1,100,2|8,0:0|0:0,0:0:0:0:
328,112,57207,2,0,P|376:144|328:208,1,150,2|8,0:0|0:0,0:0:0:0:
176,208,58041,2,2,L|64:208,1,100,2|8,0:0|0:0,0:0:0:0:
208,208,58707,6,2,L|320:208,2,100,2|8|2,0:0|0:0|0:0,0:0:0:0:
64,208,59707,1,8,0:0:0:0:
128,208,59874,2,0,L|144:96,1,100,0|0,0:0|0:0,0:0:0:0:
80,96,60374,2,8,L|8:168,2,100,8|2|8,0:0|0:0|0:0,0:0:0:0:
224,96,61374,6,6,P|296:152|224:208,1,200,6|2,0:0|0:0,0:0:0:0:
96,224,62374,1,8,0:0:0:0:
32,224,62541,6,0,P|16:168|32:128,1,100,0|2,0:0|0:0,0:0:0:0:
92,112,63041,2,8,L|204:112,1,100,8|2,0:0|0:0,0:0:0:0:
336,112,63707,1,8,0:0:0:0:
192,112,64041,6,2,L|64:112,2,100,2|8|2,0:0|0:0|0:0,0:0:0:0:
336,112,65041,2,8,P|384:144|336:256,1,200,8|8,0:0|0:0,0:0:0:0:
208,256,66041,2,8,L|320:256,1,100,8|8,0:0|0:0,0:0:0:0:
144,160,66707,6,4,L|32:160,1,100,4|8,0:0|0:0,0:0:0:0:
192,256,67373,2,2,L|208:144,1,100,2|8,0:0|0:0,0:0:0:0:
120,128,67874,2,0,P|72:160|120:224,1,150,0|8,0:0|0:0,0:0:0:0:
272,224,68707,2,2,L|384:224,1,100,2|8,0:0|0:0,0:0:0:0:
237,223,69374,6,2,L|128:224,2,100,2|8|2,0:0|0:0|0:0,0:0:0:0:
384,208,70373,1,0,0:0:0:0:
448,208,70540,2,2,L|464:96,1,100,2|2,0:0|0:0,0:0:0:0:
400,96,71040,2,2,L|288:96,2,100,10|8|10,0:0|0:0|0:0,0:0:0:0:
256,96,72040,6,6,P|200:136|232:208,1,160,6|2,0:0|0:0,0:0:0:0:
400,208,73040,1,2,0:0:0:0:
472,208,73207,6,2,L|480:96,1,100,2|0,0:0|0:0,0:0:0:0:
416,80,73707,2,0,L|316:80,1,100,0|8,0:0|0:0,0:0:0:0:
176,80,74373,1,0,0:0:0:0:
304,80,74707,6,6,L|400:80,2,80,6|0|12,0:0|0:0|0:0,0:0:0:0:
160,80,75707,2,0,P|112:112|160:224,1,200,0|2,0:0|0:0,0:0:0:0:
304,224,76707,6,8,L|416:224,1,100,10|8,0:0|0:0,0:0:0:0:
212,224,77374,1,12,0:0:0:0:
256,192,77707,12,2,80041,0:0:0:0:
368,192,82374,5,0,0:0:0:0:
224,192,82707,2,6,P|176:160|224:104,1,150,6|0,0:0|0:0,0:0:0:0:
368,80,84041,2,6,L|384:240,1,150,6|0,0:0|0:0,0:0:0:0:
240,256,85374,6,6,P|168:212|240:160,1,200,6|10,0:0|0:0,0:0:0:0:
368,160,86374,1,0,0:0:0:0:
224,160,86707,6,8,L|112:160,1,100,8|0,0:0|0:0,0:0:0:0:
256,128,87374,2,8,L|368:128,1,100,8|2,0:0|0:0,0:0:0:0:
184,128,88041,5,6,0:0:0:0:
352,128,88374,2,8,L|368:240,1,100,8|8,0:0|0:0,0:0:0:0:
224,240,89041,1,8,0:0:0:0:
366,228,89374,6,0,L|472:224,2,100,2|8|8,0:0|0:0|0:0,0:0:0:0:
248,240,90374,1,8,0:0:0:0:
368,232,90707,6,0,L|376:128,1,100,2|8,0:0|0:0,0:0:0:0:
256,104,91374,2,0,L|152:104,1,100,8|8,0:0|0:0,0:0:0:0:
256,240,92041,6,2,L|368:240,1,100,2|8,0:0|0:0,0:0:0:0:
224,240,92707,2,8,L|120:240,1,100,8|2,0:0|0:0,0:0:0:0:
256,144,93374,5,6,0:0:0:0:
128,144,93707,2,8,L|16:144,2,100,8|8|8,0:0|0:0|0:0,0:0:0:0:
256,144,94707,6,2,L|264:248,1,100,2|8,0:0|0:0,0:0:0:0:
144,312,95374,1,8,0:0:0:0:
96,312,95540,1,8,0:0:0:0:
48,312,95707,1,8,0:0:0:0:
168,208,96041,6,6,L|272:208,1,100,6|0,0:0|0:0,0:0:0:0:
152,104,96707,2,8,L|144:208,1,100
280,296,97374,6,8,P|369:254|422:171,1,200,10|8,0:0|0:0,0:0:0:0:
144,144,98707,1,14,0:0:0:0:
256,192,99040,12,0,105373,0:0:0:0:

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,560 @@
osu file format v14
[General]
StackLeniency: 0.7
Mode: 0
[Difficulty]
HPDrainRate:4
CircleSize:3.3
OverallDifficulty:4
ApproachRate:5
SliderMultiplier:1.6
SliderTickRate:1
[Events]
//Background and Video events
//Break Periods
2,86704,92468
2,208494,214259
2,253271,258363
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
[TimingPoints]
534,447.761194029851,4,2,1,40,1,0
4116,-100,4,2,1,20,0,0
4563,-100,4,2,1,40,0,0
5011,-100,4,2,1,60,0,0
5459,-100,4,2,1,80,0,0
5907,-100,4,2,1,80,0,0
6242,-100,4,2,1,80,0,0
6578,-100,4,2,1,80,0,0
6802,-100,4,2,1,80,0,0
7250,-100,4,2,1,80,0,0
7922,-100,4,2,1,80,0,0
14862,-100,4,2,1,80,0,0
16653,-100,4,2,1,80,0,0
22922,-100,4,2,1,80,0,0
23369,-100,4,2,1,80,0,0
24041,-100,4,2,1,80,0,0
24265,-100,4,2,1,80,0,0
26728,-100,4,2,1,80,0,0
26951,-100,4,2,1,80,0,0
27175,-100,4,2,1,80,0,0
27399,-100,4,2,1,80,0,0
29414,-100,4,2,1,80,0,0
30981,-100,4,2,1,80,0,0
38145,-100,4,2,1,80,0,0
40832,-100,4,2,1,80,0,0
41728,-100,4,2,1,80,0,0
45310,-100,4,2,1,40,0,0
45757,-100,4,2,1,40,0,0
46205,-100,4,2,1,60,0,0
46653,-100,4,2,1,80,0,0
47101,-100,4,2,1,80,0,1
47436,-100,4,2,1,80,0,1
47772,-100,4,2,1,80,0,1
47996,-100,4,2,1,80,0,0
48892,-100,4,2,1,80,0,1
56504,-100,4,2,1,80,0,1
56728,-100,4,2,1,80,0,1
58295,-100,4,2,1,80,0,1
58519,-100,4,2,1,80,0,1
62772,-100,4,2,1,80,0,1
63220,-100,4,2,1,80,0,1
63444,-100,4,2,1,80,0,1
63668,-100,4,2,1,80,0,1
70832,-100,4,2,1,80,0,1
71056,-100,4,2,1,80,0,1
72623,-100,4,2,1,80,0,1
73071,-100,4,2,1,80,0,1
73519,-100,4,2,1,80,0,1
73966,-100,4,2,1,80,0,1
75757,-100,4,2,1,80,0,1
75981,-100,4,2,1,80,0,1
77325,-100,4,2,1,80,0,1
77548,-100,4,2,1,80,0,0
80235,-100,4,2,1,80,0,0
81131,-100,4,2,1,80,0,0
82922,-100,4,2,1,80,0,0
84713,-100,4,2,1,80,0,1
85048,-100,4,2,1,80,0,1
85384,-100,4,2,1,80,0,1
85608,-100,4,2,1,80,0,1
86056,-100,4,2,1,80,0,0
93444,-100,4,2,1,80,0,0
93668,-100,4,2,1,80,0,0
101728,-100,4,2,1,80,0,0
102175,-100,4,2,0,80,0,0
102623,-100,4,2,1,80,0,0
102847,-100,4,2,1,80,0,0
103071,-100,4,2,1,80,0,0
116951,-100,4,2,1,80,0,0
119638,-100,4,2,1,80,0,0
120534,-100,4,2,1,80,0,0
124116,-100,4,2,0,80,0,0
125459,-100,4,2,1,80,0,0
125907,-100,4,2,1,80,0,1
126242,-100,4,2,1,80,0,1
126578,-100,4,2,1,80,0,1
126802,-100,4,2,1,80,0,0
127474,-100,4,2,1,80,0,0
127698,-100,4,2,1,80,0,1
135310,-100,4,2,1,80,0,1
135534,-100,4,2,1,80,0,1
137101,-100,4,2,1,80,0,1
137325,-100,4,2,1,80,0,1
142250,-100,4,2,1,80,0,1
142474,-100,4,2,1,80,0,1
149638,-100,4,2,1,80,0,1
149862,-100,4,2,1,80,0,1
151429,-100,4,2,1,80,0,1
151877,-100,4,2,1,80,0,1
152325,-100,4,2,1,80,0,1
152772,-100,4,2,1,80,0,1
154563,-100,4,2,1,80,0,1
154787,-100,4,2,1,80,0,1
156354,-100,4,2,1,80,0,0
159041,-100,4,2,1,80,0,0
159936,-100,4,2,1,80,0,0
161168,-100,4,2,0,80,0,0
161728,-100,4,2,1,80,0,0
162623,-100,4,2,1,80,0,1
163519,-100,4,2,1,80,0,0
164414,-100,4,2,1,80,0,1
165310,-100,4,2,1,80,0,0
166205,-100,4,2,1,80,0,1
167101,-100,4,2,1,80,0,0
168332,-100,4,2,1,80,0,0
168892,-100,4,2,1,80,0,0
169787,-100,4,2,1,80,0,1
170683,-100,4,2,1,80,0,0
171578,-100,4,2,1,80,0,1
172474,-100,4,2,1,80,0,0
173369,-100,4,2,1,80,0,1
173705,-100,4,2,1,80,0,0
173929,-100,4,2,0,80,0,0
174265,-100,4,2,1,80,0,0
175048,-100,4,2,1,80,0,0
175608,-100,4,2,1,80,0,0
175832,-100,4,2,1,80,0,0
176056,-100,4,2,1,80,0,1
186131,-100,4,2,1,80,0,1
186354,-100,4,2,1,80,0,1
190384,-100,4,2,1,80,0,0
206504,-100,4,2,1,80,0,0
206839,-100,4,2,1,80,0,0
207175,-100,4,2,1,80,0,0
207399,-100,4,2,1,80,0,0
207623,-100,4,2,1,80,0,0
208071,-100,4,2,1,80,0,0
208295,-100,4,2,1,80,0,0
219041,-100,4,2,1,80,0,0
220832,-100,4,2,1,80,0,0
223071,-100,4,2,1,80,0,1
223407,-100,4,2,1,80,0,0
224414,-100,4,2,1,80,0,1
225086,-100,4,2,1,80,0,1
225422,-100,4,2,1,80,0,0
226205,-100,4,2,1,80,0,1
230235,-100,4,2,1,80,0,1
230683,-100,4,2,1,80,0,1
232026,-100,4,2,1,80,0,1
232474,-100,4,2,1,80,0,1
232922,-100,4,2,1,80,0,1
233369,-100,4,2,1,80,0,1
236951,-100,4,2,1,80,0,0
239414,-100,4,2,1,80,0,0
240533,-100,4,2,1,80,0,0
244116,-100,4,2,1,80,0,0
247698,-100,4,2,1,80,0,0
250384,-100,4,2,1,80,0,0
251280,-100,4,2,1,80,0,0
251616,-100,4,2,1,80,0,0
251951,-100,4,2,1,80,0,0
252175,-100,4,2,1,80,0,0
252623,-100,4,2,1,80,0,0
253071,-100,4,2,1,80,0,0
259563,-100,4,2,1,80,0,0
260235,-100,4,2,1,80,0,0
263593,-100,4,2,1,80,0,0
263817,-100,4,2,1,80,0,0
267399,-100,4,2,1,80,0,0
268742,-100,4,2,1,80,0,0
269414,-100,4,2,1,5,0,0
[HitObjects]
333,114,534,6,0,B|379:97|379:97|497:110,2,160,4|0|0,3:2|0:2|0:2,0:0:0:0:
182,204,1877,1,0,0:2:0:0:
333,290,2325,6,0,B|385:301|385:301|441:292|441:292|497:303,2,160,4|0|0,3:2|0:2|0:2,0:0:0:0:
182,204,3668,1,0,0:2:0:0:
26,121,4116,6,0,L|30:34,2,80,12|8|8,3:2|0:2|0:2,0:0:0:0:
20,297,5011,2,0,P|58:297|100:311,1,80,8|8,0:2|0:2,0:0:0:0:
178,348,5459,2,0,P|217:335|258:335,1,80,8|8,0:2|0:2,0:0:0:0:
308,264,5907,6,0,L|445:280,2,120,12|12|12,3:2|3:2|3:2,0:0:0:0:
224,234,6802,2,0,P|197:171|223:66,1,160,12|12,3:2|0:2,0:0:0:0:
372,10,7698,6,0,P|389:44|391:94,1,80,4|8,3:2|0:2,0:0:0:0:
390,173,8145,2,0,L|516:164,2,120,0|0|8,3:2|0:2|0:2,0:0:0:0:
330,237,9041,2,0,L|234:230,1,80,0|8,3:2|0:2,0:0:0:0:
171,190,9489,6,0,P|118:184|79:197,1,80,0|8,3:2|0:2,0:0:0:0:
9,219,9936,2,0,L|0:99,2,120,0|0|8,3:2|0:2|0:2,0:0:0:0:
28,305,10832,2,0,P|67:300|105:311,1,80,0|8,3:2|0:2,0:0:0:0:
184,353,11280,5,0,3:2:0:0:
343,277,11728,2,0,P|404:295|470:285,2,120,0|0|8,3:2|0:2|0:2,0:0:0:0:
290,206,12623,2,0,L|297:118,1,80,0|8,3:2|0:2,0:0:0:0:
265,43,13071,6,0,P|222:34|179:42,1,80,0|8,3:2|0:2,0:0:0:0:
123,100,13519,2,0,L|3:92,2,120,0|0|0,3:2|0:2|0:2,0:0:0:0:
187,160,14414,1,8,0:2:0:0:
184,336,14862,6,0,P|218:348|274:342,1,80,4|2,3:2|0:2,0:0:0:0:
343,310,15310,2,0,L|466:328,2,120,2|2|0,0:2|0:2|3:2,0:0:0:0:
297,234,16205,1,8,0:2:0:0:
219,76,16653,6,0,P|176:72|131:90,1,80,4|8,3:2|0:2,0:0:0:0:
65,129,17101,2,0,P|26:85|17:27,2,120,0|0|8,3:2|0:2|0:2,0:0:0:0:
144,170,17996,2,0,L|137:250,1,80,0|8,3:2|0:2,0:0:0:0:
156,336,18444,6,0,P|198:347|241:341,1,80,0|8,3:2|0:2,0:0:0:0:
309,296,18892,2,0,L|430:310,2,120,0|0|8,3:2|0:2|0:2,0:0:0:0:
237,245,19787,2,0,P|229:197|236:162,1,80,0|8,3:2|0:2,0:0:0:0:
296,103,20235,6,0,P|344:95|379:102,1,80,0|8,3:2|0:2,0:0:0:0:
441,157,20683,2,0,P|423:95|448:35,2,120,0|0|8,3:2|0:2|0:2,0:0:0:0:
501,220,21578,1,0,3:2:0:0:
386,353,22026,6,0,B|304:367|241:304|241:304|164:362|79:328,2,320,0|2|0,3:2|3:2|3:2,0:0:0:0:
465,315,24041,5,12,0:2:0:0:
497,233,24265,2,0,L|486:100,2,120,0|0|8,3:2|0:2|0:2,0:0:0:0:
410,247,25160,2,0,P|365:251|331:241,1,80,0|8,3:2|0:2,0:0:0:0:
262,187,25608,6,0,P|223:176|183:181,1,80,0|8,3:2|0:2,0:0:0:0:
136,254,26056,2,0,L|145:381,2,120,0|0|8,3:2|0:2|0:2,0:0:0:0:
67,198,26951,1,0,3:2:0:0:
118,29,27399,6,0,P|170:19|228:167,1,240,4|8,3:2|0:2,0:0:0:0:
162,107,28295,2,0,B|240:90|240:90|316:114|316:114|409:97,1,240,4|8,3:2|0:2,0:0:0:0:
481,84,29190,5,0,3:2:0:0:
499,170,29414,1,12,0:2:0:0:
454,246,29638,2,0,L|472:376,2,120,8|8|0,0:2|3:2|0:0,0:0:0:0:
375,205,30533,2,0,P|329:207|286:227,1,80,8|8,0:2|0:2,0:0:0:0:
220,263,30981,6,0,P|144:238|52:250,2,160,4|2|2,3:3|3:3|3:3,0:0:0:0:
365,362,32325,1,2,3:3:0:0:
480,229,32772,6,0,L|464:55,1,160,2|2,3:3|3:3,0:0:0:0:
393,18,33444,1,10,0:3:0:0:
323,72,33668,2,0,L|243:64,1,80,2|10,3:3|0:3,0:0:0:0:
162,27,34116,2,0,L|82:35,1,80,2|10,3:3|0:3,0:0:0:0:
31,106,34563,6,0,P|9:176|23:263,2,160,2|2|2,3:3|3:3|3:3,0:0:0:0:
183,194,35907,1,2,3:3:0:0:
336,278,36354,6,0,P|407:241|496:243,2,160,2|2|0,3:3|3:3|3:2,0:0:0:0:
278,344,37474,1,0,3:2:0:0:
218,278,37698,2,0,P|180:262|137:257,1,80,8|0,0:2|0:2,0:0:0:0:
55,272,38145,6,0,B|29:230|29:230|47:114,1,160,4|8,3:2|0:2,0:0:0:0:
188,16,39041,2,0,B|214:58|214:58|196:174,1,160,2|8,3:3|0:2,0:0:0:0:
305,306,39936,6,0,B|348:305|380:330|380:330|405:305|459:300,1,160,2|8,3:3|0:2,0:0:0:0:
486,127,40832,2,0,P|475:67|430:19,2,120,4|12|12,3:2|0:2|0:2,0:0:0:0:
415,180,41728,6,0,P|334:166|260:194,2,160,8|8|8,0:2|0:2|0:2,0:0:0:0:
353,344,43071,1,8,0:2:0:0:
181,303,43519,6,0,L|16:319,1,160,8|8,0:2|0:2,0:0:0:0:
21,142,44414,2,0,L|186:158,1,160,8|8,0:2|0:2,0:0:0:0:
257,114,45086,1,0,3:2:0:0:
329,63,45310,6,0,P|485:169|281:268,1,480,12|8,0:2|0:2,0:0:0:0:
257,114,47101,6,0,B|200:92|200:92|130:110,2,120,12|12|12,0:2|0:2|0:2,0:0:0:0:
336,151,47996,1,12,0:2:0:0:
417,185,48220,2,0,L|507:180,2,80,8|8|8,0:2|0:2|0:2,0:0:0:0:
379,264,48892,6,0,P|338:281|294:280,1,80,4|10,3:2|0:2,0:0:0:0:
218,257,49339,2,0,P|257:302|263:376,2,120,0|0|10,3:2|0:2|0:2,0:0:0:0:
142,210,50235,2,0,L|135:124,1,80,0|10,3:2|0:2,0:0:0:0:
75,65,50683,6,0,P|132:92|231:60,1,160,0|0,3:2|0:0,0:0:0:0:
295,116,51354,2,0,P|352:89|451:121,1,160,10|10,0:2|0:2,0:0:0:0:
498,180,52026,1,0,3:2:0:0:
404,329,52474,6,0,L|320:323,1,80,0|10,3:2|0:2,0:0:0:0:
251,272,52922,2,0,P|206:288|132:281,2,120,0|0|10,3:2|0:2|0:2,0:0:0:0:
298,196,53817,2,0,L|295:111,1,80,0|10,3:2|0:2,0:0:0:0:
249,40,54265,6,0,B|189:34|189:34|145:50|145:50|73:41,1,160,0|0,3:2|3:2,0:0:0:0:
8,197,55160,2,0,P|46:210|95:206,1,80,0|10,3:2|0:2,0:0:0:0:
165,171,55608,2,0,P|203:158|252:162,1,80,0|10,3:2|0:2,0:0:0:0:
329,173,56056,6,0,B|368:223|368:223|361:320,1,160,4|0,3:2|3:2,0:0:0:0:
189,360,56951,2,0,P|146:358|102:342,1,80,0|10,3:2|0:2,0:0:0:0:
44,288,57399,2,0,P|46:245|62:201,1,80,0|10,3:2|0:2,0:0:0:0:
97,131,57847,6,0,B|153:113|203:139|203:139|258:107,1,160,0|0,3:2|3:2,0:0:0:0:
396,20,58742,2,0,L|409:118,1,80,0|10,3:2|0:2,0:0:0:0:
473,156,59190,2,0,L|460:254,1,80,0|10,3:2|0:2,0:0:0:0:
450,322,59638,6,0,P|380:312|293:343,1,160,4|4,3:2|3:2,0:0:0:0:
215,373,60310,1,10,0:2:0:0:
127,363,60534,2,0,L|121:273,1,80,4|10,3:2|0:0,0:0:0:0:
116,195,60981,1,4,3:2:0:0:
110,18,61429,6,0,P|166:33|232:23,2,120,4|0|10,3:2|0:2|0:2,0:0:0:0:
22,13,62325,2,0,L|18:107,1,80,0|0,3:2|0:2,0:0:0:0:
10,180,62772,1,8,0:2:0:0:
76,238,62996,1,0,3:2:0:0:
154,197,63220,6,0,P|194:194|242:207,1,80,0|14,3:2|0:2,0:0:0:0:
307,250,63668,2,0,L|303:371,2,120,0|0|10,3:2|0:2|0:2,0:0:0:0:
311,162,64563,2,0,P|351:159|399:172,1,80,0|10,3:2|0:2,0:0:0:0:
435,243,65011,6,0,L|427:53,1,160,0|0,3:2|0:0,0:0:0:0:
350,41,65683,2,0,P|282:66|196:50,1,160,10|10,0:2|0:2,0:0:0:0:
116,17,66354,1,0,3:2:0:0:
44,177,66802,6,0,P|40:219|56:268,1,80,0|10,3:2|0:2,0:0:0:0:
131,287,67250,2,0,P|83:294|29:360,2,120,0|0|10,3:2|0:2|0:2,0:0:0:0:
206,332,68145,2,0,L|306:325,1,80,0|10,3:2|0:2,0:0:0:0:
354,270,68593,6,0,B|360:215|360:215|340:168|340:168|348:100,1,160,0|0,3:2|3:2,0:0:0:0:
479,230,69489,2,0,L|470:322,1,80,0|10,3:2|0:2,0:0:0:0:
395,354,69936,2,0,P|357:363|307:352,1,80,0|10,3:2|0:2,0:0:0:0:
239,314,70384,6,0,B|179:303|125:325|125:325|84:301,1,160,4|0,3:2|3:2,0:0:0:0:
11,143,71280,2,0,L|114:130,1,80,0|10,3:2|0:2,0:0:0:0:
152,69,71728,2,0,L|255:82,1,80,0|10,3:2|0:0,0:0:0:0:
271,157,72175,6,0,P|271:100|345:26,1,160,4|4,3:2|3:2,0:0:0:0:
425,16,72847,1,10,0:2:0:0:
489,75,73071,2,0,L|481:176,1,80,4|10,3:2|0:2,0:0:0:0:
408,203,73519,2,0,L|416:304,1,80,4|0,3:2|0:0,0:0:0:0:
482,338,73966,6,0,B|402:317|398:370|320:339,1,160,4|0,3:2|3:2,0:0:0:0:
157,287,74862,2,0,L|71:295,2,80,0|10|0,3:2|0:2|3:2,0:0:0:0:
226,231,75534,1,10,0:2:0:0:
288,169,75757,6,0,P|357:197|451:165,2,160,4|0|0,3:2|3:2|3:2,0:0:0:0:
225,106,76877,2,0,L|233:21,2,80,0|8|0,0:0|0:2|3:2,0:0:0:0:
172,176,77548,6,0,B|145:218|145:218|165:339,1,160,4|12,3:2|0:2,0:0:0:0:
9,239,78444,2,0,B|36:197|36:197|16:76,1,160,0|12,3:2|0:2,0:0:0:0:
186,37,79339,6,0,P|236:79|349:68,1,160,0|12,3:2|0:2,0:0:0:0:
405,37,80011,1,0,0:2:0:0:
482,77,80235,2,0,L|472:159,1,80,0|0,3:2|3:2,0:0:0:0:
392,195,80683,2,0,L|402:277,1,80,12|8,0:2|0:2,0:0:0:0:
474,324,81131,6,0,P|422:301|298:337,1,160,6|2,3:2|0:2,0:0:0:0:
148,296,82026,2,0,P|125:244|161:120,1,160,6|2,3:2|0:2,0:0:0:0:
287,44,82922,6,0,B|364:10|444:39|444:39|356:94|357:165|357:165|441:232|413:331,1,480,6|10,3:2|0:2,0:0:0:0:
242,304,84713,6,0,L|111:320,2,120,12|12|12,3:2|3:2|3:2,0:0:0:0:
277,223,85608,2,0,P|214:163|127:159,1,160,12|8,3:2|0:2,0:0:0:0:
11,270,86504,5,4,3:2:0:0:
321,111,93668,6,0,P|261:76|315:180,2,320,4|0|4,3:2|0:0|3:2,0:0:0:0:
321,111,97250,6,0,B|393:147|468:85|468:85|424:181|468:248,2,320,0|0|0,3:2|0:0|3:2,0:0:0:0:
321,111,100832,6,0,B|284:85|246:78|246:78|175:111|175:111|91:89|91:89|56:104|31:129,2,320,0|2|0,3:2|0:2|3:2,0:0:0:0:
385,170,102847,5,12,0:2:0:0:
322,231,103071,2,0,L|185:220,2,120,0|0|8,3:2|0:2|0:2,0:0:0:0:
404,262,103966,2,0,P|401:311|382:350,1,80,0|8,3:2|0:2,0:0:0:0:
308,374,104414,6,0,P|259:371|220:352,1,80,0|8,3:2|0:2,0:0:0:0:
164,300,104862,2,0,L|35:315,2,120,0|0|8,3:2|0:2|0:2,0:0:0:0:
202,221,105757,1,0,3:2:0:0:
276,61,106205,6,0,P|371:63|426:190,1,240,4|8,3:2|0:2,0:0:0:0:
354,230,107101,2,0,B|280:260|202:209|202:209|162:220|122:249,1,240,4|8,3:2|0:2,0:0:0:0:
55,290,107996,5,0,3:2:0:0:
0,220,108220,1,12,0:2:0:0:
43,143,108444,2,0,L|37:23,2,120,8|8|0,0:2|3:2|0:2,0:0:0:0:
128,164,109339,2,0,P|167:161|212:139,1,80,8|8,0:2|0:2,0:0:0:0:
242,64,109787,6,0,P|227:110|276:215,2,160,4|2|2,3:3|3:3|3:3,0:0:0:0:
411,14,111131,1,2,3:3:0:0:
503,163,111578,6,0,L|484:335,1,160,2|2,3:3|3:3,0:0:0:0:
405,360,112250,1,10,0:3:0:0:
333,308,112474,2,0,L|250:316,1,80,2|10,3:3|0:3,0:0:0:0:
175,357,112922,2,0,L|92:349,1,80,2|10,3:3|0:3,0:0:0:0:
28,292,113369,6,0,P|13:201|47:120,2,160,2|2|2,3:3|3:3|3:3,0:0:0:0:
190,222,114713,1,2,3:3:0:0:
349,148,115160,6,0,B|433:133|419:192|504:176,2,160,2|2|0,3:3|3:3|3:2,0:0:0:0:
265,176,116280,1,0,3:2:0:0:
224,254,116504,2,0,L|239:354,1,80,8|0,0:2|0:2,0:0:0:0:
320,357,116951,6,0,B|428:339|428:339|485:355,1,160,4|8,3:2|0:2,0:0:0:0:
501,176,117847,2,0,B|393:194|393:194|336:178,1,160,2|8,3:3|0:2,0:0:0:0:
200,78,118742,6,0,B|159:68|120:86|120:86|86:64|44:71,1,160,2|8,3:3|0:2,0:0:0:0:
16,244,119638,2,0,L|30:372,2,120,4|12|12,3:2|0:2|0:2,0:0:0:0:
88,193,120534,6,0,B|142:216|142:216|266:202,2,160,8|8|8,0:2|0:2|0:2,0:0:0:0:
172,38,121877,1,8,0:2:0:0:
322,129,122325,6,0,P|351:191|322:281,1,160,8|8,0:2|0:2,0:0:0:0:
150,284,123220,2,0,P|121:222|150:132,1,160,8|8,0:2|0:2,0:0:0:0:
194,63,123892,1,0,3:2:0:0:
277,35,124116,6,0,B|353:64|424:16|424:16|380:99|432:172|432:172|347:133|256:169,1,480,4|8,0:2|0:2,0:0:0:0:
121,246,125907,6,0,L|133:371,2,120,12|12|12,3:2|3:2|3:2,0:0:0:0:
104,160,126802,1,12,3:2:0:0:
88,72,127026,2,0,P|49:66|10:73,2,80,8|8|8,0:2|0:2|0:2,0:0:0:0:
171,103,127698,6,0,L|257:94,1,80,4|10,3:2|0:2,0:0:0:0:
333,66,128145,2,0,P|395:41|463:49,2,120,0|0|10,3:2|0:2|0:2,0:0:0:0:
318,153,129041,2,0,L|312:254,1,80,0|10,3:2|0:2,0:0:0:0:
304,320,129489,6,0,P|367:359|471:352,1,160,0|0,3:2|0:0,0:0:0:0:
506,291,130160,2,0,L|489:116,1,160,10|10,0:2|0:2,0:0:0:0:
483,43,130832,1,0,3:2:0:0:
308,67,131280,6,0,P|270:81|216:76,1,80,0|10,3:2|0:2,0:0:0:0:
142,85,131728,2,0,L|157:220,2,120,0|0|10,3:2|0:2|0:2,0:0:0:0:
55,69,132623,2,0,L|43:169,1,80,0|10,3:2|0:2,0:0:0:0:
33,235,133071,6,0,P|65:294|164:331,1,160,0|0,3:2|3:2,0:0:0:0:
275,210,133966,2,0,L|363:214,1,80,0|10,3:2|0:2,0:0:0:0:
389,294,134414,2,0,L|477:290,1,80,0|10,3:2|0:2,0:0:0:0:
503,208,134862,6,0,B|511:92|511:92|489:44,1,160,4|0,3:2|3:2,0:0:0:0:
318,30,135757,2,0,L|230:34,1,80,0|10,3:2|0:2,0:0:0:0:
204,114,136205,2,0,L|116:110,1,80,0|10,3:2|0:2,0:0:0:0:
49,62,136653,6,0,B|15:110|19:171|19:171|42:219,1,160,0|0,3:2|3:2,0:0:0:0:
200,278,137548,2,0,P|215:245|220:193,1,80,0|10,3:2|0:2,0:0:0:0:
204,114,137996,2,0,P|189:81|184:29,1,80,0|10,3:2|0:2,0:0:0:0:
270,23,138444,6,0,B|322:48|322:48|446:22,1,160,4|4,3:2|3:2,0:0:0:0:
490,83,139116,1,10,0:2:0:0:
504,169,139339,2,0,P|503:213|486:254,1,80,4|10,3:2|0:2,0:0:0:0:
428,309,139787,1,4,3:2:0:0:
268,241,140235,6,0,P|272:303|278:371,2,120,4|0|10,3:2|0:2|0:2,0:0:0:0:
207,176,141131,2,0,L|107:180,1,80,0|0,3:2|0:2,0:0:0:0:
39,184,141578,1,8,0:2:0:0:
8,101,141802,1,0,3:2:0:0:
71,40,142026,6,0,P|127:30|162:36,1,80,0|14,3:2|0:2,0:0:0:0:
220,85,142474,2,0,L|342:76,2,120,0|0|10,3:2|0:2|0:2,0:0:0:0:
158,148,143369,2,0,P|150:196|161:241,1,80,0|10,3:2|0:2,0:0:0:0:
192,306,143817,6,0,B|282:279|272:350|373:314,1,160,0|0,3:2|0:0,0:0:0:0:
431,294,144489,2,0,L|440:125,1,160,10|10,0:2|0:2,0:0:0:0:
448,46,145160,1,0,3:2:0:0:
272,31,145608,6,0,P|223:30|180:43,1,80,0|10,3:2|0:2,0:0:0:0:
127,96,146056,2,0,L|8:86,2,120,0|0|10,3:2|0:2|0:2,0:0:0:0:
193,154,146951,2,0,P|194:203|181:246,1,80,0|10,3:2|0:2,0:0:0:0:
109,276,147399,6,0,B|165:270|165:270|212:283|212:283|271:276,1,160,0|0,3:2|3:2,0:0:0:0:
441,253,148295,2,0,L|445:166,1,80,0|10,3:2|0:2,0:0:0:0:
482,93,148742,2,0,L|478:6,1,80,0|10,3:2|0:2,0:0:0:0:
390,23,149190,6,0,B|351:44|351:44|215:33,1,160,4|0,3:2|3:2,0:0:0:0:
59,21,150086,2,0,P|43:61|44:104,1,80,0|10,3:2|0:2,0:0:0:0:
94,169,150534,2,0,P|110:209|109:252,1,80,0|10,3:2|0:2,0:0:0:0:
42,301,150981,6,0,P|112:280|190:309,1,160,4|4,3:2|3:2,0:0:0:0:
257,368,151653,1,10,0:2:0:0:
335,327,151877,2,0,L|327:241,1,80,4|10,3:2|0:2,0:0:0:0:
264,185,152325,2,0,L|272:99,1,80,12|8,0:0|0:0,0:0:0:0:
318,30,152772,6,0,P|392:21|479:78,1,160,4|0,3:2|3:2,0:0:0:0:
494,234,153668,2,0,L|509:340,2,80,0|10|0,3:2|0:2|3:2,0:0:0:0:
413,198,154339,1,10,0:2:0:0:
332,234,154563,6,0,P|275:249|179:220,2,160,4|0|0,3:2|3:2|3:2,0:0:0:0:
413,198,155683,2,0,L|500:212,2,80,0|8|0,0:2|0:2|3:2,0:0:0:0:
379,116,156354,6,0,B|340:88|340:88|200:105,1,160,4|12,3:2|0:2,0:0:0:0:
103,225,157250,2,0,B|142:197|142:197|282:214,1,160,0|12,3:2|0:2,0:0:0:0:
131,338,158145,6,0,P|53:330|-1:274,1,160,0|12,3:2|0:2,0:0:0:0:
14,187,158817,1,0,0:2:0:0:
54,108,159041,2,0,L|144:98,1,80,0|0,3:2|3:2,0:0:0:0:
194,35,159489,2,0,L|284:45,1,80,12|8,0:2|0:2,0:0:0:0:
354,78,159936,6,0,P|379:136|369:252,1,160,4|0,3:2|0:2,0:0:0:0:
242,346,160832,2,0,P|217:288|227:172,1,160,4|0,3:2|0:2,0:0:0:0:
354,78,161728,5,4,3:2:0:0:
182,37,162175,2,0,L|98:30,1,80,10|2,0:2|3:2,0:0:0:0:
22,68,162623,2,0,B|5:128|5:128|20:185,2,120,12|12|12,0:2|0:2|0:2,0:0:0:0:
98,112,163519,5,4,3:2:0:0:
202,253,163966,2,0,L|303:248,1,80,10|2,0:2|3:2,0:0:0:0:
355,199,164414,2,0,B|415:182|415:182|472:197,2,120,12|12|12,0:2|0:2|0:2,0:0:0:0:
274,161,165310,5,4,3:2:0:0:
110,225,165757,2,0,L|125:325,1,80,10|2,0:2|3:2,0:0:0:0:
188,362,166205,2,0,B|248:379|248:379|305:364,2,120,12|12|12,0:2|0:2|0:2,0:0:0:0:
206,275,167101,6,0,P|262:242|380:262,2,160,4|12|12,3:2|0:2|0:2,0:0:0:0:
98,352,168332,2,0,L|78:212,1,120,4|8,3:2|0:2,0:0:0:0:
74,144,168892,5,4,3:2:0:0:
246,110,169339,2,0,L|330:120,1,80,10|2,0:2|3:2,0:0:0:0:
385,184,169787,2,0,B|445:167|445:167|502:182,2,120,12|12|12,0:2|0:2|0:2,0:0:0:0:
304,221,170683,5,4,3:2:0:0:
161,117,171131,2,0,L|59:124,1,80,10|2,0:2|3:2,0:0:0:0:
22,188,171578,2,0,B|5:248|5:248|20:305,2,120,12|12|12,0:2|0:2|0:2,0:0:0:0:
108,207,172474,1,4,3:2:0:0:
279,244,172922,6,0,L|365:238,1,80,10|2,0:2|3:2,0:0:0:0:
385,154,173369,2,0,B|445:171|445:171|502:156,2,120,12|12|4,0:2|0:2|0:3,0:0:0:0:
307,111,174265,6,0,L|211:122,1,80,6|2,0:2|3:2,0:0:0:0:
148,159,174713,2,0,L|5:142,2,120,14|6|0,0:2|3:2|0:2,0:0:0:0:
222,206,175608,1,8,0:2:0:0:
387,266,176056,6,0,P|416:206|409:150,2,120,6|2|8,3:2|0:2|0:2,0:0:0:0:
302,291,176951,2,0,B|212:264|234:332|122:296,1,160,0|2,3:2|3:2,0:0:0:0:
66,266,177623,1,10,0:2:0:0:
93,182,177847,6,0,L|197:173,2,80,2|10|2,3:2|0:2|3:2,0:0:0:0:
20,131,178519,2,0,P|47:58|150:26,1,160,10|8,0:2|0:2,0:0:0:0:
205,17,179190,1,0,3:2:0:0:
381,12,179638,6,0,L|485:21,1,80,2|10,3:2|0:2,0:0:0:0:
499,99,180086,2,0,P|500:152|472:220,2,120,2|2|10,3:2|0:2|0:2,0:0:0:0:
411,111,180981,1,2,3:2:0:0:
237,142,181429,6,0,L|139:134,1,80,2|10,3:2|0:2,0:0:0:0:
69,124,181877,2,0,P|48:55|48:-4,2,120,2|2|12,3:2|0:2|0:2,0:0:0:0:
102,205,182772,1,4,3:2:0:0:
172,258,182996,1,12,0:2:0:0:
258,276,183220,6,0,B|350:261|319:316|412:306,1,160,2|2,3:2|3:2,0:0:0:0:
500,154,184116,2,0,L|509:25,2,120,2|2|10,3:2|0:2|0:2,0:0:0:0:
424,198,185011,6,0,P|354:203|335:196,1,80,2|10,3:2|0:2,0:0:0:0:
273,148,185459,2,0,P|185:136|141:162,1,120,2|2,3:2|0:2,0:0:0:0:
66,243,186131,2,0,B|108:269|108:269|218:257,1,160,14|10,0:2|0:2,0:0:0:0:
301,230,186802,6,0,L|398:240,1,80,2|10,3:2|0:2,0:0:0:0:
468,250,187250,2,0,P|483:178|488:111,2,120,2|2|10,3:2|0:2|0:2,0:0:0:0:
430,329,188145,1,2,3:2:0:0:
255,364,188593,6,0,L|157:353,1,80,2|14,3:2|0:2,0:0:0:0:
140,274,189041,2,0,P|68:289|1:294,2,120,2|2|0,3:2|3:2|0:0,0:0:0:0:
205,215,189936,1,0,3:2:0:0:
297,64,190384,6,0,L|424:52,2,120,4|0|10,3:3|0:2|0:3,0:0:0:0:
233,125,191280,2,0,P|263:228|384:244,1,240,2|10,3:3|0:3,0:0:0:0:
468,231,192175,6,0,L|462:375,2,120,2|0|10,3:3|0:2|0:3,0:0:0:0:
497,146,193071,2,0,P|461:39|348:26,1,240,2|10,3:3|0:3,0:0:0:0:
292,94,193966,6,0,L|298:238,2,120,2|0|10,3:3|0:2|0:3,0:0:0:0:
233,27,194862,2,0,P|120:39|84:147,1,240,2|10,3:3|0:3,0:0:0:0:
120,227,195757,5,2,3:3:0:0:
292,261,196205,2,0,L|436:247,2,120,2|0|10,3:3|0:2|0:3,0:0:0:0:
224,317,197101,2,0,L|124:307,1,80,2|10,3:3|0:3,0:0:0:0:
66,267,197548,6,0,P|49:324|12:370,2,120,6|0|10,3:3|0:2|0:3,0:0:0:0:
42,181,198444,2,0,P|104:79|251:69,1,240,2|10,3:3|0:3,0:0:0:0:
292,100,199339,6,0,B|344:83|344:83|418:94,2,120,2|0|10,3:3|0:2|0:3,0:0:0:0:
235,168,200235,2,0,P|259:282|359:341,1,240,2|10,3:3|0:3,0:0:0:0:
447,330,201131,5,6,3:3:0:0:
472,156,201578,2,0,L|371:143,1,80,2|10,3:3|0:3,0:0:0:0:
323,90,202026,2,0,P|264:83|212:50,2,120,6|0|10,3:3|0:2|0:3,0:0:0:0:
370,15,202922,5,6,3:3:0:0:
472,156,203369,2,0,L|457:251,1,80,2|10,3:3|0:3,0:0:0:0:
373,256,203817,2,0,P|397:327|399:371,2,120,6|0|10,3:3|0:2|0:3,0:0:0:0:
294,214,204713,6,0,B|224:243|224:243|111:225,1,160,6|6,3:3|3:3,0:0:0:0:
29,93,205608,2,0,B|99:64|99:64|212:82,1,160,6|10,3:3|0:3,0:0:0:0:
267,99,206280,1,2,3:3:0:0:
344,141,206504,6,0,P|407:124|472:149,2,120,12|12|12,3:2|3:2|3:2,0:0:0:0:
294,214,207399,2,0,P|325:292|499:216,1,320,12|4,3:2|3:2,0:0:0:0:
256,192,215459,12,6,218145,3:2:0:0:
205,114,219041,6,0,B|119:107|119:107|44:141,1,160,12|12,3:2|3:2,0:0:0:0:
75,311,219936,2,0,B|161:318|161:318|236:284,1,160,12|12,3:2|3:2,0:0:0:0:
337,149,220832,6,0,L|325:15,2,120,12|12|12,3:2|3:2|3:2,0:0:0:0:
457,277,221951,2,0,L|447:377,2,80,0|8|8,3:2|0:2|0:2,0:0:0:0:
471,189,222623,5,2,0:2:0:0:
331,81,223071,2,0,B|279:103|279:103|200:94,2,120,4|8|0,3:2|0:2|3:2,0:0:0:0:
399,26,223966,1,8,0:2:0:0:
471,189,224414,6,0,L|453:333,1,120,12|12,3:2|3:2,0:0:0:0:
326,335,225086,2,0,B|276:306|276:306|149:326,1,160,12|0,3:2|0:2,0:0:0:0:
88,340,225757,2,0,P|75:299|76:251,1,80,8|8,0:2|0:2,0:0:0:0:
140,204,226205,6,0,L|144:123,1,80,4|10,3:2|0:2,0:0:0:0:
116,40,226653,2,0,P|58:49|3:25,2,120,0|0|10,3:2|0:2|0:2,0:0:0:0:
202,21,227548,2,0,L|283:25,1,80,0|10,3:2|0:2,0:0:0:0:
370,29,227996,6,0,B|404:72|404:72|392:196,1,160,0|0,3:2|3:2,0:0:0:0:
291,320,228892,2,0,L|178:329,1,80,0|10,3:2|0:2,0:0:0:0:
136,373,229339,2,0,L|23:364,1,80,0|10,3:2|0:2,0:0:0:0:
20,285,229787,6,0,B|8:231|8:231|24:183|24:183|14:121,1,160,4|0,3:2|3:2,0:0:0:0:
156,24,230683,2,0,P|182:74|187:103,1,80,0|10,3:2|0:2,0:0:0:0:
264,138,231131,2,0,P|238:188|233:217,1,80,0|10,3:2|0:2,0:0:0:0:
262,293,231578,6,0,B|312:314|312:314|440:299,1,160,4|4,3:2|3:2,0:0:0:0:
479,239,232250,1,10,0:2:0:0:
500,153,232474,2,0,P|499:119|481:77,1,80,4|10,3:2|0:2,0:0:0:0:
396,50,232922,2,0,P|362:51|320:69,1,80,4|0,3:2|0:0,0:0:0:0:
264,138,233369,6,0,B|173:153|201:102|101:116,1,160,4|0,3:2|3:2,0:0:0:0:
39,277,234265,2,0,L|32:359,2,80,0|10|0,3:2|0:2|3:2,0:0:0:0:
123,252,234936,1,10,0:2:0:0:
206,225,235160,6,0,P|261:245|383:213,2,160,4|0|0,3:2|3:2|3:2,0:0:0:0:
136,169,236280,2,0,L|48:175,2,80,0|8|0,0:2|0:2|3:2,0:0:0:0:
203,112,236951,6,0,B|253:81|253:81|377:98,1,160,4|12,3:2|0:2,0:0:0:0:
468,228,237847,2,0,B|418:197|418:197|294:214,1,160,0|12,3:2|0:2,0:0:0:0:
180,321,238742,6,0,P|120:328|31:252,1,160,0|12,3:2|0:2,0:0:0:0:
16,188,239414,1,0,0:2:0:0:
65,115,239638,2,0,L|147:107,1,80,0|0,3:2|3:2,0:0:0:0:
205,43,240086,2,0,L|287:51,1,80,12|0,0:2|0:2,0:0:0:0:
366,83,240534,6,0,P|389:155|382:244,1,160,0|12,3:2|0:2,0:0:0:0:
238,338,241429,2,0,P|215:266|222:177,1,160,0|12,3:2|0:2,0:0:0:0:
297,24,242325,6,0,P|369:54|462:47,2,160,0|12|0,3:2|0:2|3:2,0:0:0:0:
216,60,243444,1,0,3:2:0:0:
136,96,243668,2,0,L|56:89,1,80,8|8,0:2|0:2,0:0:0:0:
2,18,244116,6,0,P|26:102|26:206,1,160,4|0,3:2|3:2,0:0:0:0:
5,259,244787,1,8,0:2:0:0:
64,324,245011,2,0,L|156:326,1,80,0|8,3:2|0:2,0:0:0:0:
223,364,245459,2,0,L|315:362,1,80,0|8,3:2|0:2,0:0:0:0:
379,318,245907,6,0,P|395:247|390:145,1,160,4|0,3:2|3:2,0:0:0:0:
240,72,246802,2,0,P|225:116|220:149,1,80,8|8,3:2|3:2,0:0:0:0:
152,205,247250,2,0,P|167:249|172:282,1,80,8|8,3:2|3:2,0:0:0:0:
118,352,247698,6,0,P|174:314|275:316,1,160,4|0,3:2|0:0,0:0:0:0:
427,377,248593,2,0,P|465:321|463:220,1,160,4|0,3:2|0:0,0:0:0:0:
411,63,249489,6,0,B|326:66|257:31|257:31|306:192|306:192|227:143|142:154,1,480,4|10,3:2|0:2,0:0:0:0:
21,259,251280,6,0,L|32:378,2,120,12|12|12,3:2|3:2|3:2,0:0:0:0:
2,173,252175,2,0,P|19:77|84:24,1,160,12|12,3:2|0:2,0:0:0:0:
236,14,253071,5,4,3:2:0:0:
293,276,259563,6,0,L|392:265,2,80,12|4|12,0:2|3:2|0:2,0:0:0:0:
219,324,260235,5,0,3:2:0:0:
115,181,260683,2,0,P|59:205|-18:200,2,120,0|0|8,3:2|0:2|0:2,0:0:0:0:
189,133,261578,2,0,L|274:137,1,80,0|8,3:2|0:2,0:0:0:0:
334,195,262026,6,0,L|419:191,1,80,0|8,3:2|0:2,0:0:0:0:
480,132,262474,2,0,P|469:74|471:13,2,120,0|0|8,3:2|0:2|0:2,0:0:0:0:
497,218,263369,2,0,P|500:258|494:305,1,80,0|8,3:2|0:2,0:0:0:0:
434,361,263817,5,0,3:2:0:0:
262,319,264265,2,0,L|138:333,2,120,0|0|8,3:2|0:2|0:2,0:0:0:0:
329,262,265160,2,0,L|316:154,1,80,0|8,3:2|0:2,0:0:0:0:
254,123,265608,6,0,P|205:120|161:140,1,80,0|8,3:2|0:2,0:0:0:0:
95,164,266056,2,0,L|78:17,2,120,0|0|0,3:2|0:2|0:2,0:0:0:0:
112,250,266951,1,8,0:2:0:0:
178,308,267175,1,8,0:2:0:0:
264,289,267399,6,0,P|301:284|368:300,1,80,2|2,3:2|0:2,0:0:0:0:
395,218,267847,2,0,P|451:236|510:225,2,120,2|2|0,0:2|0:2|3:2,0:0:0:0:
326,162,268742,6,0,B|274:185|274:185|158:154|158:154|231:119,1,240,12|0,0:2|0:0,0:0:0:0:

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,152 @@
osu file format v14
[General]
StackLeniency: 0.4
Mode: 0
[Difficulty]
HPDrainRate:6
CircleSize:7
OverallDifficulty:8
ApproachRate:8
SliderMultiplier:1.5
SliderTickRate:1
[Events]
//Background and Video events
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
[TimingPoints]
42,401.875418620228,3,1,0,50,1,0
18528,-100,3,1,0,40,0,0
18930,-100,3,1,0,30,0,0
19332,-100,3,1,0,50,0,1
24154,-100,3,1,0,50,0,1
27771,-100,3,1,0,50,0,0
28977,-100,3,1,0,50,0,0
30182,-100,3,1,0,50,0,0
31388,-100,3,1,0,50,0,0
32593,-100,3,1,0,50,0,0
33799,-100,3,1,0,50,0,0
[HitObjects]
288,165,42,6,0,P|255:181|209:175,1,75,4|0,0:0|0:0,0:0:0:0:
125,38,443,2,0,P|155:58|173:101,1,75,8|0,0:0|0:0,0:0:0:0:
95,236,845,2,0,P|97:199|125:162,1,75,8|0,0:0|0:0,0:0:0:0:
250,271,1247,6,0,L|164:295,1,75,8|0,0:0|0:0,0:0:0:0:
277,199,1649,2,0,L|363:175,1,75,8|0,0:0|0:0,0:0:0:0:
448,85,2051,2,0,L|376:106,1,75,8|0,0:0|0:0,0:0:0:0:
499,211,2453,6,0,P|502:258|491:298,1,75,4|0,0:0|0:0,0:0:0:0:
397,374,2855,2,0,P|400:336|394:300,1,75,8|0,0:0|0:0,0:0:0:0:
295,211,3257,2,0,P|298:248|292:284,1,75,8|0,0:0|0:0,0:0:0:0:
134,307,3658,6,0,L|227:315,1,75,8|0,0:0|0:0,0:0:0:0:
95,143,4060,2,0,L|134:228,1,75,8|0,0:0|0:0,0:0:0:0:
217,28,4462,2,0,L|163:105,1,75,8|0,0:0|0:0,0:0:0:0:
268,199,4864,6,0,P|261:152|270:113,1,75,4|0,0:0|0:0,0:0:0:0:
418,214,5266,2,0,P|380:243|342:255,1,75,8|0,0:0|0:0,0:0:0:0:
356,76,5668,2,0,P|400:93|429:120,1,75,4|0,0:0|0:0,0:0:0:0:
265,125,6070,6,0,L|184:140,1,75,8|0,0:0|0:0,0:0:0:0:
35,204,6472,2,0,L|116:219,1,75,8|0,0:0|0:0,0:0:0:0:
265,283,6873,2,0,L|184:298,1,75,4|0,0:0|0:0,0:0:0:0:
323,195,7275,6,0,P|366:203|403:237,1,75,8|0,0:0|0:0,0:0:0:0:
493,117,7677,2,0,P|450:125|413:159,1,75,8|0,0:0|0:0,0:0:0:0:
323,39,8079,2,0,P|366:47|403:81,1,75,8|0,0:0|0:0,0:0:0:0:
273,140,8481,5,4,0:0:0:0:
187,31,8682,1,0,0:0:0:0:
101,140,8883,1,8,0:0:0:0:
187,249,9084,1,0,0:0:0:0:
101,358,9285,1,8,0:0:0:0:
15,249,9486,1,0,0:0:0:0:
187,249,9687,6,0,L|112:266,1,75,4|0,0:0|0:0,0:0:0:0:
264,181,10088,2,0,L|286:107,1,75,8|0,0:0|0:0,0:0:0:0:
287,283,10490,2,0,L|339:339,1,75,8|0,0:0|0:0,0:0:0:0:
422,222,10892,6,0,P|425:180|411:133,1,75,8|0,0:0|0:0,0:0:0:0:
287,283,11294,2,0,P|324:264|358:228,1,75,8|0,0:0|0:0,0:0:0:0:
166,196,11696,2,0,P|200:219|248:230,1,75,8|0,0:0|0:0,0:0:0:0:
332,83,12098,6,0,L|236:102,1,75,4|0,0:0|0:0,0:0:0:0:
394,139,12500,2,0,L|490:158,1,75,8|0,0:0|0:0,0:0:0:0:
332,195,12902,2,0,L|236:214,1,75,8|0,0:0|0:0,0:0:0:0:
413,321,13303,6,0,P|419:253|399:213,1,75,8|0,0:0|0:0,0:0:0:0:
327,121,13705,2,0,P|333:189|313:229,1,75,8|0,0:0|0:0,0:0:0:0:
241,321,14107,2,0,P|247:253|227:213,1,75,8|0,0:0|0:0,0:0:0:0:
118,175,14509,6,0,L|212:188,1,75,4|0,0:0|0:0,0:0:0:0:
297,100,14911,2,0,L|238:174,1,75,8|0,0:0|0:0,0:0:0:0:
273,292,15313,2,0,L|237:204,1,75,4|0,0:0|0:0,0:0:0:0:
235,357,15715,6,0,P|272:368|321:351,1,75,8|0,0:0|0:0,0:0:0:0:
441,286,16117,2,0,P|404:297|355:280,1,75,8|0,0:0|0:0,0:0:0:0:
235,215,16518,2,0,P|272:226|321:209,1,75,4|0,0:0|0:0,0:0:0:0:
436,127,16920,6,0,L|447:217,1,75,8|0,0:0|0:0,0:0:0:0:
345,22,17322,2,0,L|428:57,1,75,8|0,0:0|0:0,0:0:0:0:
208,48,17724,2,0,L|280:-6,1,75,4|0,0:0|0:0,0:0:0:0:
187,162,18126,5,4,0:0:0:0:
187,162,18528,1,8,0:0:0:0:
187,162,18930,1,8,0:0:0:0:
187,162,19332,5,4,0:0:0:0:
187,263,19532,1,0,0:0:0:0:
345,107,19733,1,8,0:0:0:0:
257,157,19933,1,0,0:0:0:0:
471,216,20135,1,8,0:0:0:0:
384,165,20335,1,0,0:0:0:0:
284,300,20537,5,4,0:0:0:0:
371,249,20737,1,0,0:0:0:0:
157,190,20938,1,8,0:0:0:0:
244,241,21140,1,0,0:0:0:0:
188,27,21340,1,4,0:0:0:0:
188,127,21542,1,0,0:0:0:0:
345,40,21743,5,4,0:0:0:0:
250,77,21944,1,0,0:0:0:0:
419,147,22145,2,0,L|328:147,1,75,4|0,0:0|0:0,0:0:0:0:
196,219,22547,2,0,L|287:219,1,75,8|0,0:0|0:0,0:0:0:0:
419,291,22948,5,4,0:0:0:0:
344,224,23149,1,0,0:0:0:0:
305,352,23350,2,0,P|310:313|305:269,1,75,4|0,0:0|0:0,0:0:0:0:
240,122,23752,2,0,P|235:161|240:205,1,75,8|0,0:0|0:0,0:0:0:0:
429,207,24154,6,0,L|342:213,1,75,8|0,0:0|0:0,0:0:0:0:
232,272,24556,2,0,L|319:278,1,75,8|0,0:0|0:0,0:0:0:0:
429,337,24958,2,0,L|342:343,1,75,8|0,0:0|0:0,0:0:0:0:
501,280,25360,5,4,0:0:0:0:
429,207,25561,1,0,0:0:0:0:
491,62,25762,2,0,L|490:145,1,75,4|0,0:0|0:0,0:0:0:0:
372,236,26163,2,0,L|373:153,1,75,8|0,0:0|0:0,0:0:0:0:
372,7,26565,5,4,0:0:0:0:
431,121,26766,1,0,0:0:0:0:
372,236,26967,1,8,0:0:0:0:
314,121,27168,1,0,0:0:0:0:
254,236,27369,1,8,0:0:0:0:
313,351,27570,1,0,0:0:0:0:
372,236,27771,6,0,B|473:236|473:236|473:121|473:121|306:121,1,375,4|0,0:0|0:0,0:0:0:0:
185,192,28977,6,0,B|256:214|256:214|328:192,1,150,4|0,0:0|0:0,0:0:0:0:
256,94,29579,6,0,L|256:43,2,37.5,4|0|8,0:0|0:0|0:0,0:0:0:0:
467,188,30182,5,4,0:0:0:0:
395,307,30383,1,0,0:0:0:0:
323,188,30584,1,8,0:0:0:0:
251,307,30785,1,0,0:0:0:0:
179,188,30986,1,8,0:0:0:0:
107,307,31187,1,0,0:0:0:0:
35,188,31388,6,0,L|35:39,1,150,4|0,0:0|0:0,0:0:0:0:
105,116,31991,2,0,L|154:116,2,37.5,4|0|8,0:0|0:0|0:0,0:0:0:0:
314,4,32593,5,4,0:0:0:0:
434,66,32794,1,0,0:0:0:0:
314,128,32995,1,8,0:0:0:0:
434,190,33196,1,0,0:0:0:0:
314,252,33397,1,8,0:0:0:0:
434,314,33598,1,0,0:0:0:0:
314,384,33799,6,0,L|357:313,1,75,4|0,0:0|0:0,0:0:0:0:
117,340,34201,2,0,L|200:342,1,75,8|0,0:0|0:0,0:0:0:0:
56,148,34603,2,0,L|95:221,1,75,8|0,0:0|0:0,0:0:0:0:
192,0,35005,2,0,L|149:70,1,75,4|0,0:0|0:0,0:0:0:0:
389,42,35407,2,0,L|305:39,1,75,8|0,0:0|0:0,0:0:0:0:
450,234,35808,2,0,L|410:160,1,75,8|0,0:0|0:0,0:0:0:0:
314,384,36210,1,4,0:0:0:0:
123,192,36612,5,4,0:0:0:0:
230,327,36813,1,0,0:0:0:0:
337,192,37014,1,8,0:0:0:0:
230,57,37215,1,0,0:0:0:0:
232,193,37416,5,4,0:0:0:0:
232,193,37516,1,0,0:0:0:0:
232,193,37617,1,8,0:0:0:0:

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,977 @@
osu file format v14
[General]
StackLeniency: 0.7
Mode: 0
[Difficulty]
HPDrainRate:4.7
CircleSize:3.7
OverallDifficulty:8.4
ApproachRate:9
SliderMultiplier:1.57
SliderTickRate:1
[Events]
//Background and Video events
//Break Periods
2,78991,87033
2,129518,133770
2,224254,233560
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Layer 4 (Overlay)
//Storyboard Sound Samples
[TimingPoints]
476,315.789473684211,4,2,1,50,1,0
1739,-212.76595744681,4,2,1,50,0,0
17054,-212.76595744681,4,2,1,5,0,0
17133,-212.76595744681,4,2,1,50,0,0
17370,-212.76595744681,4,2,1,5,0,0
17449,-212.76595744681,4,2,1,50,0,0
17686,-212.76595744681,4,2,1,50,0,0
17765,-212.76595744681,4,2,1,5,0,0
17844,-212.76595744681,4,2,1,50,0,0
18160,-103.092783505155,4,2,1,70,0,0
27239,-212.76595744681,4,2,1,70,0,0
27318,-103.092783505155,4,2,1,70,0,0
27554,-212.76595744681,4,2,1,70,0,0
27633,-103.092783505155,4,2,1,70,0,0
28265,-114.942528735633,4,2,1,60,0,0
38370,-129.87012987013,4,2,1,50,0,0
47765,-129.87012987013,4,2,1,5,0,0
47844,-129.87012987013,4,2,1,50,0,0
48081,-129.87012987013,4,2,1,5,0,0
48160,-129.87012987013,4,2,1,50,0,0
48476,-103.092783505155,4,2,1,70,0,0
68686,-114.942528735633,4,2,1,60,0,0
78791,-129.87012987013,4,2,1,50,0,0
79344,-129.87012987013,4,2,1,5,0,0
79423,-129.87012987013,4,2,1,50,0,0
81870,-129.87012987013,4,2,1,5,0,0
81949,-129.87012987013,4,2,1,50,0,0
82502,-129.87012987013,4,2,1,5,0,0
82581,-129.87012987013,4,2,1,50,0,0
87633,-114.942528735633,4,2,1,60,0,0
87870,-114.942528735633,4,2,1,5,0,0
87949,-114.942528735633,4,2,1,60,0,0
88186,-114.942528735633,4,2,1,5,0,0
88265,-114.942528735633,4,2,1,60,0,0
88502,-114.942528735633,4,2,1,5,0,0
88581,-114.942528735633,4,2,1,60,0,0
88897,-93.4579439252336,4,2,1,75,0,0
109107,-129.87012987013,4,2,1,70,0,0
111239,-129.87012987013,4,2,1,5,0,0
111318,-129.87012987013,4,2,1,70,0,0
113765,-129.87012987013,4,2,1,5,0,0
113844,-129.87012987013,4,2,1,70,0,0
114160,-93.4579439252336,4,2,1,75,0,0
119054,-103.092783505155,4,2,1,75,0,0
119212,-103.092783505155,4,2,1,70,0,0
119449,-103.092783505155,4,2,1,5,0,0
119528,-103.092783505155,4,2,1,70,0,0
120081,-103.092783505155,4,2,1,5,0,0
120160,-103.092783505155,4,2,1,70,0,0
120712,-103.092783505155,4,2,1,5,0,0
120791,-103.092783505155,4,2,1,70,0,0
121344,-103.092783505155,4,2,1,5,0,0
121423,-103.092783505155,4,2,1,70,0,0
121976,-103.092783505155,4,2,1,5,0,0
122054,-103.092783505155,4,2,1,70,0,0
122607,-103.092783505155,4,2,1,5,0,0
122686,-103.092783505155,4,2,1,70,0,0
122923,-103.092783505155,4,2,1,5,0,0
123002,-103.092783505155,4,2,1,70,0,0
124265,-93.4579439252336,4,2,1,75,0,0
129318,-129.87012987013,4,2,1,50,0,0
133502,-129.87012987013,4,2,1,5,0,0
133581,-129.87012987013,4,2,1,50,0,0
134370,-114.942528735633,4,2,1,70,0,0
137133,-114.942528735633,4,2,1,5,0,0
137212,-114.942528735633,4,2,1,70,0,0
137449,-114.942528735633,4,2,1,5,0,0
137528,-114.942528735633,4,2,1,70,0,0
137765,-114.942528735633,4,2,1,5,0,0
137844,-114.942528735633,4,2,1,70,0,0
142502,-114.942528735633,4,2,1,5,0,0
142581,-114.942528735633,4,2,1,70,0,0
145976,-114.942528735633,4,2,1,5,0,0
146054,-114.942528735633,4,2,1,70,0,0
146291,-114.942528735633,4,2,1,5,0,0
146370,-114.942528735633,4,2,1,70,0,0
146607,-114.942528735633,4,2,1,5,0,0
146686,-114.942528735633,4,2,1,70,0,0
151344,-114.942528735633,4,2,1,5,0,0
151423,-114.942528735633,4,2,1,70,0,0
152054,-103.092783505155,4,2,1,70,0,0
161133,-103.092783505155,4,2,1,5,0,0
161212,-103.092783505155,4,2,1,70,0,0
161449,-103.092783505155,4,2,1,5,0,0
161528,-103.092783505155,4,2,1,70,0,0
161765,-103.092783505155,4,2,1,5,0,0
161844,-103.092783505155,4,2,1,70,0,0
162160,-93.4579439252336,4,2,1,75,0,0
182370,-129.87012987013,4,2,1,70,0,0
184502,-129.87012987013,4,2,1,5,0,0
184581,-129.87012987013,4,2,1,70,0,0
187028,-129.87012987013,4,2,1,5,0,0
187107,-129.87012987013,4,2,1,70,0,0
187423,-93.4579439252336,4,2,1,75,0,0
192318,-103.092783505155,4,2,1,75,0,0
192476,-103.092783505155,4,2,1,70,0,0
192712,-103.092783505155,4,2,1,5,0,0
192791,-103.092783505155,4,2,1,70,0,0
193344,-103.092783505155,4,2,1,5,0,0
193423,-103.092783505155,4,2,1,70,0,0
193976,-103.092783505155,4,2,1,5,0,0
194054,-103.092783505155,4,2,1,70,0,0
194607,-103.092783505155,4,2,1,5,0,0
194686,-103.092783505155,4,2,1,70,0,0
195239,-103.092783505155,4,2,1,5,0,0
195318,-103.092783505155,4,2,1,70,0,0
195870,-103.092783505155,4,2,1,5,0,0
195949,-103.092783505155,4,2,1,70,0,0
196186,-103.092783505155,4,2,1,5,0,0
196265,-103.092783505155,4,2,1,70,0,0
197528,-93.4579439252336,4,2,1,75,0,0
202581,-129.87012987013,4,2,1,70,0,0
203844,-103.092783505155,4,2,1,70,0,0
224054,-129.87012987013,4,2,1,60,0,0
235423,-93.4579439252336,4,2,1,75,0,0
255633,-129.87012987013,4,2,1,60,0,0
260686,-93.4579439252336,4,2,1,75,0,0
265581,-103.092783505155,4,2,1,75,0,0
265739,-103.092783505155,4,2,1,70,0,0
265976,-103.092783505155,4,2,1,5,0,0
266054,-103.092783505155,4,2,1,70,0,0
266607,-103.092783505155,4,2,1,5,0,0
266686,-103.092783505155,4,2,1,70,0,0
267239,-103.092783505155,4,2,1,5,0,0
267318,-103.092783505155,4,2,1,70,0,0
267870,-103.092783505155,4,2,1,5,0,0
267949,-103.092783505155,4,2,1,70,0,0
268502,-103.092783505155,4,2,1,5,0,0
268581,-103.092783505155,4,2,1,70,0,0
269133,-103.092783505155,4,2,1,5,0,0
269212,-103.092783505155,4,2,1,70,0,0
269449,-103.092783505155,4,2,1,5,0,0
269528,-103.092783505155,4,2,1,70,0,0
270791,-93.4579439252336,4,2,1,75,0,0
275844,-129.87012987013,4,2,1,60,0,0
278370,-93.4579439252336,4,2,1,75,0,0
278607,-93.4579439252336,4,2,1,5,0,0
278686,-93.4579439252336,4,2,1,75,0,0
278923,-93.4579439252336,4,2,1,5,0,0
279002,-78.7401574803149,4,2,1,75,0,0
279239,-78.7401574803149,4,2,1,5,0,0
279318,-78.7401574803149,4,2,1,75,0,0
279554,-78.7401574803149,4,2,1,5,0,0
279633,-129.87012987013,4,2,1,70,0,0
280265,-270.270270270271,4,2,1,70,0,0
283423,-270.270270270271,4,2,1,10,0,0
[HitObjects]
367,158,1739,6,0,B|277:179|338:219|236:236,1,147.579997748108,2|2,0:0|0:0,0:0:0:0:
161,20,3002,6,0,P|188:41|234:156,1,147.579997748108,2|2,0:0|0:0,0:0:0:0:
47,263,4265,6,0,P|91:234|115:230,1,73.789998874054,2|2,0:0|0:0,0:0:0:0:
235,344,4897,2,0,P|299:349|342:311,1,110.684998311081,2|2,0:0|0:0,0:0:0:0:
372,233,5528,2,0,P|351:171|339:79,1,147.579997748108,2|0,0:0|0:0,0:0:0:0:
55,109,6791,6,0,P|89:141|126:149,1,73.789998874054,2|2,0:0|0:0,0:0:0:0:
240,23,7423,2,0,P|203:58|189:121,1,110.684998311081,2|2,0:0|0:0,0:0:0:0:
273,203,8054,2,0,P|300:186|348:175,2,73.789998874054,2|2|2,0:0|0:0|0:0,0:0:0:0:
147,324,9002,2,0,P|124:323|97:314,1,36.894999437027,2|2,0:0|0:0,0:0:0:0:
59,247,9318,6,0,P|51:213|39:175,2,73.789998874054,2|2|2,0:0|0:0|0:0,0:0:0:0:
133,53,10265,1,2,0:0:0:0:
256,192,10581,12,0,11844,0:0:0:0:
256,192,13107,12,0,14370,0:0:0:0:
74,66,15633,6,0,B|151:62|120:116|198:112,1,138.356247888851,2|2,0:0|0:0,0:0:0:0:
189,105,17844,5,4,0:0:0:0:
189,105,18160,6,0,P|222:130|274:136,1,76.1450018009148,6|2,1:2|0:0,0:0:0:0:
402,27,18476,2,0,P|365:36|335:59,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
383,259,18791,2,0,P|400:173|404:106,1,152.29000360183,2|10,1:2|0:2,0:0:0:0:
254,55,19265,1,0,0:0:0:0:
178,227,19423,6,0,P|140:242|92:242,1,76.1450018009148,2|0,1:2|0:0,0:0:0:0:
245,84,19739,2,0,P|282:86|317:100,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
287,315,20054,2,0,P|270:229|266:162,1,152.29000360183,2|8,1:2|0:2,0:0:0:0:
167,252,20528,1,0,0:0:0:0:
110,91,20686,6,0,P|77:65|24:58,1,76.1450018009148,6|0,1:2|0:0,0:0:0:0:
158,225,21002,2,0,P|194:214|223:190,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
105,73,21318,2,0,P|72:47|19:40,1,76.1450018009148,2|0,1:2|0:0,0:0:0:0:
153,207,21634,2,0,P|189:196|218:172,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
321,19,21949,5,6,1:2:0:0:
372,198,22107,1,2,0:0:0:0:
345,14,22265,2,0,P|334:50|326:104,1,76.1450018009148,10|2,0:2|0:0,0:0:0:0:
413,295,22581,1,6,1:2:0:0:
442,141,22739,1,10,0:2:0:0:
409,316,22897,2,0,P|370:337|316:337,1,76.1450018009148,10|2,0:2|0:0,0:0:0:0:
205,239,23212,6,0,P|219:282|226:330,1,76.1450018009148,6|0,1:2|0:0,0:0:0:0:
73,189,23528,2,0,P|59:232|52:280,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
240,312,23844,2,0,P|233:275|221:239,1,76.1450018009148,2|0,1:2|0:0,0:0:0:0:
88,189,24160,2,0,P|76:225|69:262,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
206,54,24476,6,0,L|301:45,1,76.1450018009148,6|0,1:2|0:0,0:0:0:0:
425,174,24791,2,0,L|330:165,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
196,41,25107,2,0,L|291:32,1,76.1450018009148,2|0,1:2|0:0,0:0:0:0:
415,161,25423,1,10,0:2:0:0:
363,43,25581,1,0,0:0:0:0:
263,180,25739,6,0,P|272:216|279:261,1,76.1450018009148,6|0,1:2|0:0,0:0:0:0:
418,374,26054,2,0,P|424:336|433:299,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
251,184,26370,2,0,P|260:220|267:265,1,76.1450018009148,6|0,1:2|0:0,0:0:0:0:
406,378,26686,2,0,P|412:340|421:303,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
326,119,27002,6,0,P|266:96|196:111,1,114.217502701372,14|0,0:2|0:0,0:0:0:0:
215,85,27318,2,0,P|271:80|323:102,1,114.217502701372,8|0,0:2|0:0,0:0:0:0:
324,89,27633,2,0,P|250:68|174:92,1,152.29000360183,12|4,0:2|0:2,0:0:0:0:
65,343,28265,6,0,B|57:248|105:312|97:183,1,136.590001146309,6|8,1:2|0:2,0:0:0:0:
153,332,28739,1,2,1:2:0:0:
153,332,28897,1,2,0:0:0:0:
215,226,29054,2,0,P|247:210|288:209,1,68.2950005731545,2|8,1:2|0:2,0:0:0:0:
332,322,29370,2,0,P|298:319|267:303,1,68.2950005731545,2|0,0:0|1:2,0:0:0:0:
371,217,29686,1,2,0:0:0:0:
371,217,29844,1,10,0:2:0:0:
444,302,30002,1,2,1:2:0:0:
444,302,30160,2,0,P|460:262|462:211,1,68.2950005731545,2|0,0:0|1:2,0:0:0:0:
393,130,30476,2,0,P|377:90|375:39,1,68.2950005731545,10|0,0:2|0:0,0:0:0:0:
265,134,30791,6,0,L|169:122,1,68.2950005731545,2|0,1:2|0:0,0:0:0:0:
80,53,31107,2,0,L|147:44,1,68.2950005731545,10|0,0:2|1:2,0:0:0:0:
124,189,31423,2,0,L|57:181,1,68.2950005731545,2|0,0:0|1:2,0:0:0:0:
164,296,31739,1,10,0:2:0:0:
164,296,31897,2,0,L|231:287,1,68.2950005731545,2|0,0:0|1:2,0:0:0:0:
365,211,32212,1,2,0:0:0:0:
365,211,32370,2,0,P|379:246|384:289,1,68.2950005731545,10|0,0:2|1:2,0:0:0:0:
488,162,32686,2,0,P|472:228|468:310,1,136.590001146309,2|8,0:0|0:2,0:0:0:0:
406,132,33160,1,0,1:2:0:0:
277,224,33318,6,0,B|197:212|245:168|149:160,1,136.590001146309,6|8,1:2|0:2,0:0:0:0:
283,146,33791,1,2,1:2:0:0:
283,146,33949,1,2,0:0:0:0:
158,238,34107,2,0,P|123:253|68:253,1,68.2950005731545,2|8,1:2|0:2,0:0:0:0:
19,126,34423,2,0,P|52:130|83:144,1,68.2950005731545,2|0,1:2|1:2,0:0:0:0:
158,238,34739,1,2,0:0:0:0:
158,238,34897,1,10,0:2:0:0:
204,124,35054,1,2,1:2:0:0:
204,124,35212,2,0,P|213:84|217:31,1,68.2950005731545,2|2,0:0|1:2,0:0:0:0:
345,175,35528,2,0,P|336:141|332:108,1,68.2950005731545,10|0,0:2|1:2,0:0:0:0:
461,237,35844,6,0,P|424:218|324:207,2,136.590001146309,2|10|2,1:2|0:2|1:2,0:0:0:0:
248,360,36791,1,10,0:2:0:0:
248,360,36949,2,0,P|259:318|261:281,1,68.2950005731545,2|8,0:0|0:2,0:0:0:0:
189,145,37265,5,2,1:2:0:0:
130,295,37423,2,0,P|96:312|48:311,1,68.2950005731545,10|0,0:2|1:2,0:0:0:0:
32,119,37739,5,10,0:2:0:0:
79,229,37897,1,0,1:2:0:0:
126,47,38054,5,12,0:2:0:0:
67,202,38212,1,0,1:2:0:0:
189,145,38370,6,0,P|236:139|304:205,1,120.889997601975,4|2,1:2|0:0,0:0:0:0:
281,297,38844,2,0,P|256:311|215:316,2,60.4449988009873,2|2|2,0:0|0:0|0:0,0:0:0:0:
367,240,39318,2,0,P|396:245|423:259,1,60.4449988009873,2|2,0:0|0:0,0:0:0:0:
493,325,39633,1,2,0:0:0:0:
493,325,39791,2,0,L|500:262,1,60.4449988009873,2|2,1:2|0:0,0:0:0:0:
450,183,40107,2,0,L|443:120,1,60.4449988009873,2|2,0:0|0:0,0:0:0:0:
379,41,40423,1,2,1:2:0:0:
379,41,40581,1,2,0:0:0:0:
312,120,40739,6,0,B|229:114|279:80|188:72,1,120.889997601975,2|2,0:0|0:0,0:0:0:0:
120,125,41212,2,0,P|107:98|107:68,2,60.4449988009873,2|2|2,0:0|0:0|0:0,0:0:0:0:
195,158,41686,2,0,P|195:187|182:215,1,60.4449988009873,2|2,0:0|0:0,0:0:0:0:
81,267,42002,1,2,0:0:0:0:
81,267,42160,1,2,0:0:0:0:
157,335,42318,1,2,1:2:0:0:
157,335,42476,2,0,L|233:329,1,60.4449988009873,2|0,0:0|0:0,0:0:0:0:
314,250,42791,2,0,L|374:254,1,60.4449988009873,2|2,1:2|0:0,0:0:0:0:
224,343,43107,6,0,L|92:351,1,120.889997601975,2|0,0:0|0:0,0:0:0:0:
18,308,43581,2,0,L|26:248,2,60.4449988009873,2|2|2,1:2|0:0|0:0,0:0:0:0:
118,245,44054,2,0,L|109:185,1,60.4449988009873,2|2,0:0|0:0,0:0:0:0:
32,119,44370,1,2,0:0:0:0:
32,119,44528,2,0,L|39:56,1,60.4449988009873,2|2,0:0|0:0,0:0:0:0:
131,30,44844,1,2,1:2:0:0:
131,30,45002,2,0,L|124:90,1,60.4449988009873,2|2,0:0|0:0,0:0:0:0:
215,147,45318,1,2,0:0:0:0:
215,147,45476,2,0,L|289:140,1,60.4449988009873,2|2,1:2|0:0,0:0:0:0:
362,98,45791,5,2,0:0:0:0:
362,98,45949,1,2,1:2:0:0:
350,203,46107,2,0,L|356:278,1,60.4449988009873,2|0,0:0|0:0,0:0:0:0:
421,352,46423,1,2,0:0:0:0:
421,352,46581,1,2,1:2:0:0:
343,276,46739,2,0,L|268:282,1,60.4449988009873,2|0,0:0|0:0,0:0:0:0:
212,353,47054,5,2,0:0:0:0:
176,245,47212,1,2,1:2:0:0:
104,346,47370,1,2,0:0:0:0:
104,346,47449,1,2,0:0:0:0:
104,346,47528,2,0,P|96:290|81:231,1,90.6674982014809,2|0,1:2|0:0,0:0:0:0:
73,246,47844,2,0,P|81:190|96:131,1,90.6674982014809,2|0,1:2|0:0,0:0:0:0:
108,144,48160,1,4,0:2:0:0:
108,144,48476,6,0,P|146:167|197:167,1,76.1450018009148,6|0,1:2|0:0,0:0:0:0:
259,24,48791,2,0,P|221:29|190:50,1,76.1450018009148,10|0,0:2|1:2,0:0:0:0:
329,179,49107,2,0,B|429:161|369:117|469:97,1,152.29000360183,2|8,0:0|0:2,0:0:0:0:
328,96,49581,1,0,0:0:0:0:
472,190,49739,6,0,P|462:222|454:274,1,76.1450018009148,6|0,1:2|0:0,0:0:0:0:
324,372,50054,2,0,P|317:334|306:298,1,76.1450018009148,10|0,0:2|1:2,0:0:0:0:
190,174,50370,2,0,P|128:184|85:268,1,152.29000360183,2|8,0:0|0:2,0:0:0:0:
206,294,50844,1,0,0:0:0:0:
313,170,51002,6,0,P|323:125|328:78,1,76.1450018009148,6|0,1:2|0:0,0:0:0:0:
223,271,51318,2,0,P|212:226|208:179,1,76.1450018009148,10|0,0:2|1:2,0:0:0:0:
268,40,51633,2,0,P|302:19|358:19,1,76.1450018009148,2|0,0:0|1:2,0:0:0:0:
382,195,51949,2,0,P|344:189|312:169,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
191,14,52265,6,0,B|176:109|235:65|217:167,1,152.29000360183,6|10,1:2|0:2,0:0:0:0:
145,291,52739,1,0,1:2:0:0:
75,165,52897,2,0,P|106:144|152:135,1,76.1450018009148,2|0,0:0|1:2,0:0:0:0:
223,271,53212,2,0,P|254:292|291:300,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
423,166,53528,5,2,1:2:0:0:
383,316,53686,2,0,P|364:275|364:218,1,76.1450018009148,2|8,0:0|0:2,0:0:0:0:
445,94,54002,2,0,P|439:131|422:165,1,76.1450018009148,2|0,1:2|0:0,0:0:0:0:
346,37,54318,1,2,1:2:0:0:
268,179,54476,2,0,P|230:173|196:156,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
79,28,54791,6,0,P|101:82|110:184,1,152.29000360183,2|10,1:2|0:2,0:0:0:0:
38,334,55265,2,0,P|44:293|61:244,1,76.1450018009148,2|0,1:2|0:0,0:0:0:0:
189,362,55581,1,0,1:2:0:0:
125,198,55739,2,0,P|135:234|141:272,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
279,380,56054,6,0,P|329:379|372:344,1,76.1450018009148,2|0,1:2|0:0,0:0:0:0:
470,222,56370,2,0,P|432:219|397:234,1,76.1450018009148,10|0,0:2|1:2,0:0:0:0:
438,384,56686,2,0,P|444:338|446:293,1,76.1450018009148,2|0,0:0|1:2,0:0:0:0:
287,222,57002,2,0,P|289:259|294:297,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
334,124,57318,6,0,P|311:115|285:110,3,38.0725009004574,6|2|2|2,1:2|0:0|0:0|0:0,0:0:0:0:
230,148,57633,2,0,P|201:173|146:180,1,76.1450018009148,6|2,1:2|0:0,0:0:0:0:
42,81,57949,2,0,P|56:112|68:176,1,76.1450018009148,6|0,1:2|0:0,0:0:0:0:
188,17,58265,2,0,P|174:48|162:112,1,76.1450018009148,14|0,0:2|0:0,0:0:0:0:
230,245,58581,6,0,P|265:266|320:270,1,76.1450018009148,6|0,1:2|0:0,0:0:0:0:
146,162,58897,2,0,P|108:169|76:189,1,76.1450018009148,10|0,0:2|1:2,0:0:0:0:
293,188,59212,2,0,P|315:102|318:24,1,152.29000360183,2|8,0:2|0:2,0:0:0:0:
224,147,59686,1,0,0:0:0:0:
405,82,59844,6,0,P|407:124|415:170,1,76.1450018009148,2|0,1:2|0:0,0:0:0:0:
500,268,60160,2,0,P|467:249|410:247,1,76.1450018009148,10|0,0:2|1:2,0:0:0:0:
303,384,60476,2,0,B|401:376|349:337|442:328,1,152.29000360183,2|8,0:0|0:2,0:0:0:0:
311,298,60949,1,0,0:0:0:0:
143,368,61107,6,0,P|155:325|155:273,1,76.1450018009148,2|0,1:2|0:0,0:0:0:0:
63,156,61423,2,0,P|65:193|76:230,1,76.1450018009148,10|0,0:2|1:2,0:0:0:0:
160,367,61739,2,0,P|172:324|172:272,1,76.1450018009148,2|0,0:0|1:2,0:0:0:0:
80,155,62055,2,0,P|82:192|93:229,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
184,86,62370,6,0,B|260:109|205:146|318:171,1,152.29000360183,2|10,1:2|0:2,0:0:0:0:
406,65,62844,1,0,1:2:0:0:
473,202,63002,2,0,P|462:240|454:292,1,76.1450018009148,2|0,0:0|1:2,0:0:0:0:
331,146,63318,2,0,P|341:184|349:236,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
234,347,63633,1,2,1:2:0:0:
160,216,63791,6,0,P|202:198|234:200,1,76.1450018009148,2|8,0:0|0:2,0:0:0:0:
147,367,64107,2,0,P|109:366|75:350,1,76.1450018009148,2|0,1:2|0:0,0:0:0:0:
35,213,64423,1,2,1:2:0:0:
148,349,64581,2,0,P|110:348|76:332,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
18,190,64897,5,2,1:2:0:0:
133,269,65054,2,0,P|143:231|150:180,1,76.1450018009148,2|8,0:0|0:2,0:0:0:0:
224,55,65370,2,0,P|231:127|249:214,1,152.29000360183,2|0,1:2|1:2,0:0:0:0:
367,345,65844,2,0,P|405:365|463:364,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
456,181,66160,6,0,P|439:219|428:272,1,76.1450018009148,2|0,1:2|0:0,0:0:0:0:
310,127,66476,2,0,P|327:165|338:218,1,76.1450018009148,10|0,0:2|1:2,0:0:0:0:
452,31,66791,2,0,P|435:69|424:122,1,76.1450018009148,2|0,0:0|1:2,0:0:0:0:
250,41,67107,2,0,P|267:79|278:132,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
143,235,67423,6,0,L|54:241,1,76.1450018009148,6|0,1:2|0:0,0:0:0:0:
8,75,67739,2,0,L|97:81,1,76.1450018009148,4|0,1:2|0:0,0:0:0:0:
153,254,68054,2,0,L|-30:266,1,152.29000360183,4|8,1:2|0:2,0:0:0:0:
162,272,68686,6,0,P|153:306|149:343,2,68.2950005731545,6|2|10,1:2|0:0|0:2,0:0:0:0:
264,197,69160,1,2,1:2:0:0:
264,197,69318,2,0,B|339:217|287:248|378:266,1,136.590001146309,2|10,1:2|0:2,0:0:0:0:
477,162,69791,2,0,P|462:186|451:227,1,68.2950005731545,2|0,0:0|1:2,0:0:0:0:
352,127,70107,1,2,1:2:0:0:
352,127,70265,2,0,P|369:156|377:189,1,68.2950005731545,10|0,0:2|1:2,0:0:0:0:
252,75,70581,2,0,B|176:96|234:131|127:146,1,136.590001146309,2|8,1:2|0:2,0:0:0:0:
139,143,71212,6,0,P|125:177|114:231,1,68.2950005731545,2|0,1:2|0:0,0:0:0:0:
197,312,71528,1,10,0:2:0:0:
197,312,71686,1,2,1:2:0:0:
246,212,71844,2,0,P|281:197|322:197,1,68.2950005731545,2|2,1:2|0:0,0:0:0:0:
382,297,72160,1,10,0:2:0:0:
382,297,72318,2,0,P|395:222|417:157,1,136.590001146309,2|0,0:0|1:2,0:0:0:0:
483,40,72791,2,0,P|454:60|408:66,1,68.2950005731545,10|0,0:2|1:2,0:0:0:0:
316,8,73107,1,2,1:2:0:0:
316,8,73265,1,8,0:2:0:0:
213,106,73423,2,0,P|240:125|273:132,1,68.2950005731545,8|0,0:2|0:0,0:0:0:0:
151,36,73739,6,0,P|176:103|187:195,1,136.590001146309,2|10,1:2|0:2,0:0:0:0:
71,297,74212,1,2,1:2:0:0:
71,297,74370,2,0,P|96:230|107:138,1,136.590001146309,2|8,1:2|0:2,0:0:0:0:
217,308,74844,2,0,P|205:264|205:212,1,68.2950005731545,2|0,0:0|1:2,0:0:0:0:
292,129,75160,2,0,P|321:113|364:113,1,68.2950005731545,2|8,1:2|0:2,0:0:0:0:
470,226,75476,1,2,1:2:0:0:
470,226,75633,2,0,P|407:200|322:187,1,136.590001146309,2|10,1:2|0:2,0:0:0:0:
339,187,76265,6,0,P|351:221|357:255,1,68.2950005731545,2|2,1:2|0:0,0:0:0:0:
274,344,76581,1,10,0:2:0:0:
274,344,76739,1,2,1:2:0:0:
196,237,76897,2,0,P|183:277|174:332,1,68.2950005731545,2|0,1:2|0:0,0:0:0:0:
76,200,77212,2,0,P|89:240|98:295,1,68.2950005731545,10|0,0:2|0:0,0:0:0:0:
193,110,77528,6,0,P|225:91|266:91,1,68.2950005731545,2|2,1:2|0:0,0:0:0:0:
363,209,77844,2,0,P|329:205|300:187,1,68.2950005731545,2|2,1:2|0:0,0:0:0:0:
424,69,78160,2,0,P|392:129|373:223,1,136.590001146309,2|10,1:2|0:2,0:0:0:0:
375,195,78791,5,6,0:0:0:0:
59,101,87633,6,0,P|100:79|160:79,1,102.442500859732,2|0,1:2|0:0,0:0:0:0:
157,92,87949,2,0,P|106:92|61:115,1,102.442500859732,2|0,1:2|0:0,0:0:0:0:
65,127,88265,2,0,P|110:103|160:103,1,102.442500859732,2|0,1:2|0:0,0:0:0:0:
162,116,88581,1,6,0:2:0:0:
410,340,88897,6,0,P|428:292|428:236,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
329,109,89212,1,10,0:2:0:0:
237,283,89370,2,0,P|219:235|219:179,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
412,90,89686,2,0,P|407:131|391:170,1,83.9949974366761,2|8,0:2|0:2,0:0:0:0:
224,11,90002,6,0,P|132:31|99:124,1,167.989994873352,2|2,0:2|0:2,0:0:0:0:
198,242,90476,1,8,0:2:0:0:
197,90,90633,1,2,0:2:0:0:
85,257,90791,2,0,P|94:304|99:355,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
308,229,91107,2,0,P|311:187|320:146,1,83.9949974366761,14|0,0:2|0:0,0:0:0:0:
210,341,91423,6,0,P|251:326|325:317,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
196,202,91739,1,10,0:2:0:0:
305,335,91897,2,0,P|346:350|420:359,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
212,222,92212,2,0,P|253:207|327:198,1,83.9949974366761,2|8,0:2|0:2,0:0:0:0:
446,275,92528,6,0,P|480:177|483:88,1,167.989994873352,2|2,0:2|0:2,0:0:0:0:
286,70,93002,1,8,0:2:0:0:
368,232,93160,1,2,0:2:0:0:
268,50,93318,2,0,P|230:33|158:30,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
349,208,93633,2,0,P|310:225|269:230,1,83.9949974366761,14|0,0:2|0:0,0:0:0:0:
138,89,93949,6,0,P|116:133|104:208,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
148,304,94265,1,10,0:2:0:0:
22,167,94423,2,0,P|44:211|56:286,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
243,347,94739,2,0,P|254:306|273:269,1,83.9949974366761,2|8,0:2|0:2,0:0:0:0:
438,109,95054,6,0,B|340:127|418:167|266:192,1,167.989994873352,6|0,0:2|0:0,0:0:0:0:
254,24,95528,2,0,P|277:62|282:122,1,83.9949974366761,10|0,0:2|0:0,0:0:0:0:
427,285,95844,2,0,P|428:243|443:204,1,83.9949974366761,2|0,1:2|0:0,0:0:0:0:
279,25,96160,2,0,P|302:63|307:123,1,83.9949974366761,10|0,0:2|0:0,0:0:0:0:
225,237,96476,6,0,P|184:225|105:216,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
288,132,96791,1,10,0:2:0:0:
180,316,96949,2,0,P|139:328|60:337,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
274,159,97265,2,0,P|315:166|355:177,1,83.9949974366761,2|8,0:2|0:2,0:0:0:0:
417,302,97581,1,2,0:2:0:0:
420,94,97739,6,0,P|393:134|376:202,1,83.9949974366761,2|0,1:2|0:0,0:0:0:0:
346,384,98054,1,10,0:2:0:0:
299,208,98212,1,0,0:0:0:0:
337,355,98370,1,2,1:2:0:0:
290,179,98528,1,0,0:0:0:0:
170,364,98686,2,0,P|124:378|65:374,1,83.9949974366761,10|0,0:2|0:0,0:0:0:0:
45,139,99002,6,0,P|70:172|96:263,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
164,51,99318,1,10,0:2:0:0:
146,275,99476,2,0,P|106:294|39:288,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
163,76,99791,2,0,P|204:78|242:96,1,83.9949974366761,2|8,0:2|0:2,0:0:0:0:
306,272,100107,6,0,P|261:187|261:103,1,167.989994873352,6|2,0:2|0:2,0:0:0:0:
446,105,100581,1,8,0:2:0:0:
376,319,100739,2,0,P|345:348|305:358,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
236,147,101054,1,0,0:0:0:0:
402,242,101212,2,0,P|443:245|481:228,1,83.9949974366761,8|0,0:2|0:0,0:0:0:0:
334,39,101528,6,0,P|346:82|350:135,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
219,239,101844,1,10,0:2:0:0:
177,71,102002,2,0,P|137:51|71:45,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
140,267,102318,2,0,P|181:258|218:239,1,83.9949974366761,2|8,0:2|0:2,0:0:0:0:
22,135,102633,6,0,P|64:254|68:317,1,167.989994873352,6|2,0:2|0:2,0:0:0:0:
182,139,103107,1,8,0:2:0:0:
200,320,103265,2,0,P|209:272|222:225,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
337,118,103581,1,0,0:0:0:0:
331,305,103739,2,0,P|322:257|309:210,1,83.9949974366761,8|0,0:2|0:0,0:0:0:0:
194,51,104054,6,0,B|300:74|225:123|355:155,1,167.989994873352,6|10,1:2|0:2,0:0:0:0:
142,226,104528,2,0,P|91:244|21:238,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
187,83,104844,2,0,P|148:67|106:63,1,83.9949974366761,2|8,0:2|0:2,0:0:0:0:
210,283,105160,6,0,P|229:235|232:181,1,83.9949974366761,6|0,0:2|1:2,0:0:0:0:
339,35,105476,2,0,P|345:76|362:115,1,83.9949974366761,2|8,0:2|0:2,0:0:0:0:
309,282,105791,1,2,0:2:0:0:
454,125,105949,2,0,P|437:163|431:204,1,83.9949974366761,2|0,1:2|0:0,0:0:0:0:
246,91,106265,2,0,P|262:129|268:170,1,83.9949974366761,10|0,0:2|0:0,0:0:0:0:
133,354,106581,6,0,L|22:361,1,83.9949974366761,6|2,1:2|0:2,0:0:0:0:
260,193,106897,2,0,L|371:200,1,83.9949974366761,10|2,0:2|0:2,0:0:0:0:
127,339,107212,2,0,L|16:346,1,83.9949974366761,2|2,1:2|0:2,0:0:0:0:
254,178,107528,2,0,L|365:185,1,83.9949974366761,10|2,0:2|0:2,0:0:0:0:
479,344,107844,5,2,1:2:0:0:
411,172,108002,1,10,0:2:0:0:
400,363,108160,1,2,1:2:0:0:
488,188,108318,1,2,0:2:0:0:
319,384,108476,2,0,L|312:273,1,83.9949974366761,10|10,0:2|0:2,0:0:0:0:
298,87,108791,1,2,1:2:0:0:
220,275,108949,1,10,0:2:0:0:
163,74,109107,5,14,0:2:0:0:
160,0,110212,5,14,0:2:0:0:
160,0,111002,6,0,P|188:57|194:109,1,90.6674982014809,14|0,0:2|0:0,0:0:0:0:
214,98,111318,2,0,P|191:137|182:176,1,60.4449988009873,14|0,0:2|1:2,0:0:0:0:
202,188,111554,1,0,1:2:0:0:
202,188,111633,1,6,1:2:0:0:
197,204,112739,5,14,0:2:0:0:
197,204,113528,2,0,P|242:224|311:221,1,90.6674982014809,14|0,0:0|0:0,0:0:0:0:
293,200,113844,2,0,P|333:181|366:180,1,60.4449988009873,14|0,0:0|1:0,0:0:0:0:
413,235,114081,5,0,1:0:0:0:
413,235,114160,2,0,P|420:193|433:153,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
328,286,114476,1,10,0:2:0:0:
388,95,114633,2,0,P|381:53|368:13,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
218,171,114949,2,0,P|225:129|238:89,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
114,267,115265,6,0,P|99:177|71:93,1,167.989994873352,6|0,0:0|0:0,0:0:0:0:
206,327,115739,2,0,P|174:359|99:370,1,83.9949974366761,10|0,0:2|0:0,0:0:0:0:
247,175,116054,2,0,P|285:190|314:220,1,83.9949974366761,2|0,1:2|0:0,0:0:0:0:
406,380,116370,2,0,P|411:328|422:274,1,83.9949974366761,8|0,0:0|0:0,0:0:0:0:
477,101,116686,6,0,P|432:104|382:131,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
286,270,117002,1,10,0:2:0:0:
210,82,117160,2,0,P|251:84|289:101,1,83.9949974366761,2|0,0:0|1:2,0:0:0:0:
205,284,117476,2,0,P|220:236|227:166,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
80,62,117791,6,0,P|113:131|123:259,1,167.989994873352,2|2,0:0|0:0,0:0:0:0:
279,362,118265,5,10,0:2:0:0:
243,170,118423,1,2,0:0:0:0:
306,359,118581,5,2,1:2:0:0:
325,169,118739,1,2,0:0:0:0:
330,355,118897,5,8,0:2:0:0:
402,171,119054,1,10,0:2:0:0:
402,171,119528,6,0,B|239:156|377:58|170:31,1,266.507506303202,12|0,0:2|0:0,0:0:0:0:
184,44,120160,2,0,B|357:69|233:164|392:180,1,266.507506303202,12|0,0:0|0:0,0:0:0:0:
385,190,120791,2,0,B|227:174|351:79|178:54,1,266.507506303202,12|0,0:0|0:0,0:0:0:0:
171,64,121423,2,0,B|344:89|220:184|378:200,1,266.507506303202,12|0,0:0|0:0,0:0:0:0:
373,211,122054,2,0,B|214:194|338:99|165:74,1,266.507506303202,12|0,0:0|0:0,0:0:0:0:
156,90,122686,2,0,P|127:134|109:220,1,114.217502701372,12|0,0:0|0:0,0:0:0:0:
129,218,123002,6,0,P|144:261|158:324,1,76.1450018009148,0|10,1:2|0:2,0:0:0:0:
247,142,123318,1,8,0:2:0:0:
278,283,123475,1,2,1:2:0:0:
339,100,123633,1,8,0:2:0:0:
272,251,123791,1,8,0:2:0:0:
224,58,123949,1,8,0:2:0:0:
286,225,124107,1,8,0:2:0:0:
374,24,124265,6,0,P|414:9|473:9,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
368,190,124581,1,10,0:2:0:0:
222,28,124739,2,0,P|182:13|123:13,1,83.9949974366761,2|0,0:0|1:2,0:0:0:0:
62,237,125054,2,0,P|82:187|90:129,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
261,271,125370,2,0,P|241:221|233:163,1,83.9949974366761,2|0,0:0|1:2,0:0:0:0:
86,328,125686,2,0,P|37:328|-12:298,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
164,160,126002,1,2,0:0:0:0:
235,355,126160,2,0,P|276:356|315:341,1,83.9949974366761,2|0,1:2|0:0,0:0:0:0:
454,180,126476,2,0,P|415:164|373:166,1,83.9949974366761,10|0,0:2|0:0,0:0:0:0:
407,347,126791,6,0,L|399:240,1,83.9949974366761,6|2,1:2|0:2,0:0:0:0:
274,71,127107,2,0,L|267:154,1,83.9949974366761,14|2,0:2|0:0,0:0:0:0:
421,337,127423,2,0,L|413:230,1,83.9949974366761,6|2,1:2|0:0,0:0:0:0:
288,61,127739,2,0,L|281:144,1,83.9949974366761,14|2,0:2|0:0,0:0:0:0:
247,369,128054,5,2,1:2:0:0:
212,184,128212,1,10,0:2:0:0:
251,384,128370,1,10,0:2:0:0:
216,204,128528,1,2,0:0:0:0:
81,380,128686,2,0,L|87:296,1,83.9949974366761,10|10,0:2|0:2,0:0:0:0:
100,65,129002,1,2,1:2:0:0:
163,261,129160,1,10,0:2:0:0:
91,165,129318,5,4,0:2:0:0:
300,51,134370,5,6,1:2:0:0:
300,51,135633,5,4,1:2:0:0:
300,51,136897,6,0,P|260:72|200:81,1,102.442500859732,4|2,1:2|0:0,0:0:0:0:
200,72,137212,2,0,P|250:64|296:41,1,102.442500859732,4|0,1:2|0:0,0:0:0:0:
293,33,137528,2,0,P|247:55|196:63,1,102.442500859732,6|2,1:2|0:0,0:0:0:0:
193,44,137844,1,12,0:2:0:0:
337,298,138160,6,0,P|355:259|359:217,1,68.2950005731545,6|0,1:2|0:0,0:0:0:0:
277,157,138476,1,10,0:2:0:0:
355,302,138633,2,0,P|379:215|380:139,1,136.590001146309,2|2,1:2|1:2,0:0:0:0:
276,58,139107,1,10,0:2:0:0:
276,58,139265,1,2,1:2:0:0:
209,217,139423,6,0,P|170:235|128:239,1,68.2950005731545,6|0,1:2|0:0,0:0:0:0:
68,157,139739,1,10,0:2:0:0:
213,235,139896,2,0,P|126:259|50:260,1,136.590001146309,2|2,1:2|1:2,0:0:0:0:
207,118,140370,1,10,0:2:0:0:
207,118,140528,1,2,1:2:0:0:
308,272,140686,6,0,P|299:306|295:361,1,68.2950005731545,6|0,1:2|0:0,0:0:0:0:
421,220,141002,1,10,0:2:0:0:
293,252,141160,2,0,P|273:317|262:384,1,136.590001146309,2|2,1:2|1:2,0:0:0:0:
392,137,141633,1,10,0:2:0:0:
392,137,141791,1,2,1:2:0:0:
392,137,142265,6,0,P|384:93|322:62,1,102.442500859732,6|0,1:2|0:0,0:0:0:0:
326,79,142581,2,0,P|281:103|200:75,1,136.590001146309,6|12,1:2|0:2,0:0:0:0:
203,78,143212,5,6,1:2:0:0:
214,89,144476,5,4,1:2:0:0:
214,90,145739,6,0,P|249:146|260:207,1,102.442500859732,6|0,1:2|0:0,0:0:0:0:
248,201,146054,2,0,P|213:257|202:318,1,102.442500859732,6|0,1:2|0:0,0:0:0:0:
218,313,146370,2,0,P|265:294|316:291,1,102.442500859732,6|0,1:2|0:0,0:0:0:0:
326,305,146686,1,14,0:2:0:0:
440,83,147002,6,0,L|430:167,1,68.2950005731545,6|0,1:2|0:0,0:0:0:0:
346,18,147318,1,10,0:2:0:0:
457,94,147476,2,0,L|440:231,1,136.590001146309,2|2,1:2|1:2,0:0:0:0:
326,305,147949,1,10,0:2:0:0:
326,305,148107,1,2,1:2:0:0:
170,162,148265,6,0,L|180:246,1,68.2950005731545,6|0,1:2|0:0,0:0:0:0:
264,97,148581,1,10,0:2:0:0:
153,173,148739,2,0,L|170:310,1,136.590001146309,2|2,1:2|1:2,0:0:0:0:
284,384,149212,1,10,0:2:0:0:
284,384,149370,1,2,1:2:0:0:
403,159,149528,6,0,L|393:243,1,68.2950005731545,6|0,1:2|0:0,0:0:0:0:
309,94,149844,1,10,0:2:0:0:
420,170,150002,2,0,L|403:307,1,136.590001146309,2|2,1:2|1:2,0:0:0:0:
289,381,150475,1,10,0:2:0:0:
289,381,150633,1,2,1:2:0:0:
97,68,151107,6,0,P|140:48|196:63,1,102.442500859732,4|0,1:2|0:0,0:0:0:0:
198,79,151423,2,0,P|154:129|139:218,1,136.590001146309,4|12,1:2|0:0,0:0:0:0:
297,317,152054,6,0,B|391:288|336:242|424:215,1,152.29000360183,6|8,1:2|0:2,0:0:0:0:
281,212,152528,1,0,1:2:0:0:
446,306,152686,2,0,P|490:265|476:153,1,152.29000360183,2|8,0:0|0:2,0:0:0:0:
343,142,153160,1,2,1:2:0:0:
297,317,153318,6,0,P|226:345|155:276,1,152.29000360183,6|8,1:2|0:2,0:0:0:0:
116,157,153791,2,0,P|150:228|158:309,1,152.29000360183,0|0,1:2|1:2,0:0:0:0:
264,170,154265,2,0,P|244:206|235:263,1,76.1450018009148,10|0,0:2|1:2,0:0:0:0:
152,77,154581,6,0,P|84:75|30:158,1,152.29000360183,6|8,1:2|0:2,0:0:0:0:
191,214,155054,1,0,1:2:0:0:
264,60,155212,2,0,P|331:58|385:141,1,152.29000360183,2|8,0:0|0:2,0:0:0:0:
212,171,155686,1,0,1:2:0:0:
405,112,155844,6,0,P|379:165|357:279,1,152.29000360183,6|8,1:2|0:2,0:0:0:0:
158,360,156318,2,0,P|142:285|111:216,1,152.29000360183,0|0,1:2|1:2,0:0:0:0:
9,64,156791,2,0,P|45:87|104:95,1,76.1450018009148,10|0,0:2|1:2,0:0:0:0:
270,12,157107,6,0,P|187:35|179:115,1,152.29000360183,6|8,1:2|0:2,0:0:0:0:
288,228,157581,2,0,P|370:204|378:124,1,152.29000360183,0|0,1:2|1:2,0:0:0:0:
248,83,158054,2,0,P|280:97|327:97,1,76.1450018009148,10|0,0:2|1:2,0:0:0:0:
490,16,158370,6,0,P|451:77|433:186,1,152.29000360183,6|8,1:2|0:2,0:0:0:0:
467,312,158844,2,0,P|449:238|409:173,1,152.29000360183,0|0,1:2|1:2,0:0:0:0:
248,208,159318,2,0,P|292:207|331:188,1,76.1450018009148,8|0,0:2|1:2,0:0:0:0:
320,98,159633,5,2,0:0:0:0:
118,79,160897,6,0,L|127:219,1,114.217502701372,2|0,1:2|0:0,0:0:0:0:
146,197,161212,2,0,L|138:83,1,114.217502701372,2|0,1:2|0:0,0:0:0:0:
158,87,161528,2,0,L|166:201,1,114.217502701372,2|0,1:2|0:0,0:0:0:0:
185,203,161844,1,6,0:2:0:0:
39,359,162160,6,0,P|21:311|21:255,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
153,158,162475,1,10,0:2:0:0:
221,372,162633,2,0,P|239:324|239:268,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
64,135,162949,2,0,P|69:176|85:215,1,83.9949974366761,2|8,0:2|0:2,0:0:0:0:
244,41,163265,6,0,P|336:61|369:154,1,167.989994873352,2|2,0:2|0:2,0:0:0:0:
322,264,163739,1,8,0:2:0:0:
282,124,163896,1,2,0:2:0:0:
419,289,164054,2,0,P|410:336|405:387,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
214,234,164370,2,0,P|211:192|202:151,1,83.9949974366761,14|0,0:2|0:0,0:0:0:0:
295,355,164686,6,0,P|254:340|180:331,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
305,196,165002,1,10,0:2:0:0:
209,350,165160,2,0,P|168:365|94:374,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
294,219,165475,2,0,P|253:204|179:195,1,83.9949974366761,2|8,0:2|0:2,0:0:0:0:
66,275,165791,6,0,P|32:177|29:88,1,167.989994873352,2|2,0:2|0:2,0:0:0:0:
226,70,166265,1,8,0:2:0:0:
144,232,166423,1,2,0:2:0:0:
244,50,166581,2,0,P|282:33|354:30,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
163,208,166896,2,0,P|202:225|243:230,1,83.9949974366761,14|0,0:2|0:0,0:0:0:0:
374,89,167212,6,0,P|396:133|408:208,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
364,304,167528,1,10,0:2:0:0:
490,167,167686,2,0,P|468:211|456:286,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
269,347,168002,2,0,P|258:306|239:269,1,83.9949974366761,2|8,0:2|0:2,0:0:0:0:
74,109,168317,6,0,B|172:127|94:167|246:192,1,167.989994873352,6|0,0:2|0:0,0:0:0:0:
258,24,168791,2,0,P|235:62|230:122,1,83.9949974366761,10|0,0:2|0:0,0:0:0:0:
85,285,169107,2,0,P|84:243|69:204,1,83.9949974366761,2|0,1:2|0:0,0:0:0:0:
233,25,169423,2,0,P|210:63|205:123,1,83.9949974366761,10|0,0:2|0:0,0:0:0:0:
296,252,169739,6,0,P|337:240|416:231,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
224,132,170054,1,10,0:2:0:0:
331,331,170212,2,0,P|372:343|451:352,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
238,159,170528,2,0,P|197:166|157:177,1,83.9949974366761,2|8,0:2|0:2,0:0:0:0:
95,302,170844,1,2,0:2:0:0:
92,94,171002,6,0,P|119:134|136:202,1,83.9949974366761,2|0,1:2|0:0,0:0:0:0:
243,353,171317,1,10,0:2:0:0:
218,162,171475,1,0,0:0:0:0:
237,323,171633,1,2,1:2:0:0:
212,132,171791,1,0,0:0:0:0:
328,311,171949,2,0,P|372:330|433:321,1,83.9949974366761,10|0,0:2|0:0,0:0:0:0:
447,131,172265,6,0,P|422:164|396:255,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
349,97,172581,1,10,0:2:0:0:
337,298,172739,2,0,P|381:317|442:308,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
335,81,173054,2,0,P|294:83|256:101,1,83.9949974366761,2|8,0:2|0:2,0:0:0:0:
195,272,173370,6,0,P|240:187|240:103,1,167.989994873352,6|2,0:2|0:2,0:0:0:0:
66,105,173844,1,8,0:2:0:0:
125,318,174002,2,0,P|156:347|196:357,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
276,147,174317,1,0,0:0:0:0:
104,236,174475,2,0,P|63:239|25:222,1,83.9949974366761,8|0,0:2|0:0,0:0:0:0:
178,39,174791,6,0,P|166:82|162:135,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
293,239,175107,1,10,0:2:0:0:
335,71,175265,2,0,P|375:51|441:45,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
366,284,175581,2,0,P|325:275|288:256,1,83.9949974366761,2|8,0:2|0:2,0:0:0:0:
490,135,175896,6,0,P|448:254|444:317,1,167.989994873352,6|2,0:2|0:2,0:0:0:0:
330,139,176370,1,8,0:2:0:0:
312,320,176528,2,0,P|303:272|290:225,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
175,118,176844,1,0,0:0:0:0:
181,305,177002,2,0,P|190:257|203:210,1,83.9949974366761,8|0,0:2|0:0,0:0:0:0:
318,51,177317,6,0,B|212:74|287:123|157:155,1,167.989994873352,6|10,1:2|0:2,0:0:0:0:
370,226,177791,2,0,P|421:244|491:238,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
325,83,178107,2,0,P|364:67|406:63,1,83.9949974366761,2|8,0:2|0:2,0:0:0:0:
302,283,178423,6,0,P|283:235|280:181,1,83.9949974366761,6|0,0:2|1:2,0:0:0:0:
173,35,178739,2,0,P|167:76|150:115,1,83.9949974366761,2|8,0:2|0:2,0:0:0:0:
203,282,179054,1,2,0:2:0:0:
58,125,179212,2,0,P|75:163|81:204,1,83.9949974366761,2|0,1:2|0:0,0:0:0:0:
266,91,179528,2,0,P|250:129|244:170,1,83.9949974366761,10|0,0:2|0:0,0:0:0:0:
379,354,179844,6,0,L|490:361,1,83.9949974366761,6|2,1:2|0:2,0:0:0:0:
252,193,180160,2,0,L|141:200,1,83.9949974366761,10|2,0:2|0:2,0:0:0:0:
385,339,180475,2,0,L|496:346,1,83.9949974366761,2|2,1:2|0:2,0:0:0:0:
258,178,180791,2,0,L|147:185,1,83.9949974366761,10|2,0:2|0:2,0:0:0:0:
295,333,181107,5,2,1:2:0:0:
334,153,181265,1,10,0:2:0:0:
306,325,181423,1,2,1:2:0:0:
347,148,181581,1,2,0:2:0:0:
317,319,181739,2,0,L|324:208,1,83.9949974366761,10|10,0:2|0:2,0:0:0:0:
237,65,182054,1,2,1:2:0:0:
440,112,182212,1,10,0:2:0:0:
225,77,182370,5,14,0:2:0:0:
173,281,183476,5,14,0:2:0:0:
173,281,184265,6,0,L|263:276,1,90.6674982014809,14|0,0:2|0:0,0:0:0:0:
266,265,184581,2,0,L|183:268,1,60.4449988009873,14|0,0:2|1:2,0:0:0:0:
180,254,184818,1,0,1:2:0:0:
180,254,184897,1,6,1:2:0:0:
402,65,186002,5,14,0:2:0:0:
402,65,186791,6,0,L|311:60,1,90.6674982014809,14|0,0:0|0:0,0:0:0:0:
309,49,187107,2,0,L|397:54,1,60.4449988009873,14|0,0:0|1:0,0:0:0:0:
432,107,187344,5,0,1:0:0:0:
432,107,187423,2,0,P|420:151|413:220,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
460,324,187739,1,10,0:2:0:0:
270,233,187897,2,0,P|263:191|252:151,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
345,361,188212,2,0,P|351:319|362:279,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
223,129,188528,6,0,B|121:153|190:198|70:228,1,167.989994873352,6|0,0:0|0:0,0:0:0:0:
195,36,189002,2,0,P|245:36|304:61,1,83.9949974366761,10|0,0:2|0:0,0:0:0:0:
315,225,189318,2,0,P|265:225|206:200,1,83.9949974366761,2|0,1:2|0:0,0:0:0:0:
426,87,189633,2,0,P|406:131|393:207,1,83.9949974366761,8|0,0:0|0:0,0:0:0:0:
370,384,189949,6,0,P|344:289|302:200,1,167.989994873352,6|10,1:2|0:2,0:0:0:0:
190,82,190423,2,0,P|153:65|108:64,1,83.9949974366761,2|0,0:0|1:2,0:0:0:0:
221,254,190739,2,0,P|262:253|300:236,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
189,116,191054,1,2,0:0:0:0:
378,11,191212,6,0,P|348:92|339:178,1,167.989994873352,2|10,1:2|0:2,0:0:0:0:
465,289,191686,1,2,0:0:0:0:
363,105,191844,2,0,P|354:153|356:219,1,83.9949974366761,2|2,1:2|0:0,0:0:0:0:
421,369,192160,1,8,0:2:0:0:
421,369,192318,1,10,0:2:0:0:
221,263,192791,6,0,B|384:248|246:150|453:123,1,266.507506303202,12|0,0:2|0:0,0:0:0:0:
439,136,193423,2,0,B|266:161|390:256|231:272,1,266.507506303202,12|0,0:0|0:0,0:0:0:0:
238,282,194054,2,0,B|396:266|272:171|445:146,1,266.507506303202,12|0,0:0|0:0,0:0:0:0:
452,156,194686,2,0,B|279:181|403:276|245:292,1,266.507506303202,12|0,0:0|0:0,0:0:0:0:
250,303,195317,2,0,B|409:286|285:191|458:166,1,266.507506303202,12|0,0:0|0:0,0:0:0:0:
461,188,195949,2,0,P|458:133|433:68,1,114.217502701372,12|0,0:0|0:0,0:0:0:0:
411,61,196265,6,0,P|376:85|317:90,1,76.1450018009148,0|10,1:2|0:2,0:0:0:0:
136,47,196581,1,8,0:2:0:0:
314,7,196739,1,2,1:2:0:0:
120,52,196897,1,8,0:2:0:0:
298,12,197055,1,8,0:2:0:0:
104,58,197212,2,0,P|96:101|91:167,1,76.1450018009148,8|8,0:2|0:2,0:0:0:0:
136,317,197528,6,0,P|205:285|247:284,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
384,371,197844,1,10,0:2:0:0:
317,207,198002,2,0,P|248:175|206:174,1,83.9949974366761,2|0,0:0|1:2,0:0:0:0:
373,345,198318,2,0,P|413:334|448:311,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
436,127,198633,6,0,P|419:169|412:229,1,83.9949974366761,2|0,0:0|1:2,0:0:0:0:
264,23,198949,2,0,P|281:65|288:125,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
242,254,199265,1,2,0:0:0:0:
414,124,199423,2,0,P|397:166|390:226,1,83.9949974366761,2|0,1:2|0:0,0:0:0:0:
214,266,199739,2,0,P|206:224|190:186,1,83.9949974366761,10|0,0:2|0:0,0:0:0:0:
38,39,200054,6,0,L|49:128,1,83.9949974366761,6|2,1:2|0:2,0:0:0:0:
86,302,200370,2,0,L|96:218,1,83.9949974366761,14|2,0:2|0:0,0:0:0:0:
48,34,200686,2,0,L|59:123,1,83.9949974366761,6|2,1:2|0:0,0:0:0:0:
96,297,201002,2,0,L|106:213,1,83.9949974366761,14|2,0:2|0:0,0:0:0:0:
223,68,201318,5,2,1:2:0:0:
211,238,201476,1,10,0:2:0:0:
239,61,201633,1,10,0:2:0:0:
227,231,201791,1,2,0:0:0:0:
255,52,201949,2,0,L|239:170,1,83.9949974366761,10|10,0:2|0:2,0:0:0:0:
218,340,202265,1,2,1:2:0:0:
309,179,202423,1,10,0:2:0:0:
328,301,202581,5,6,0:2:0:0:
459,23,203528,6,0,L|374:30,1,60.4449988009873,14|2,0:2|0:2,0:0:0:0:
305,177,203844,5,6,1:2:0:0:
305,177,204002,1,2,0:2:0:0:
264,26,204160,1,10,0:2:0:0:
264,26,204318,1,2,0:2:0:0:
210,186,204476,1,2,1:2:0:0:
210,186,204633,2,0,L|203:288,1,76.1450018009148,2|8,0:2|0:2,0:0:0:0:
62,159,204949,6,0,L|69:261,1,76.1450018009148,2|0,0:0|1:2,0:0:0:0:
192,357,205265,2,0,P|232:356|272:325,1,76.1450018009148,2|8,0:0|0:2,0:0:0:0:
398,216,205581,2,0,P|365:197|327:197,1,76.1450018009148,2|4,0:0|1:2,0:0:0:0:
407,341,205897,1,2,0:0:0:0:
493,184,206054,2,0,P|487:146|478:109,1,76.1450018009148,14|2,0:2|0:0,0:0:0:0:
311,23,206370,6,0,P|278:40|225:40,1,76.1450018009148,4|2,1:2|0:0,0:0:0:0:
76,13,206686,1,10,0:2:0:0:
76,13,206844,1,2,0:0:0:0:
186,145,207002,1,2,1:2:0:0:
186,145,207160,2,0,P|219:162|257:164,1,76.1450018009148,2|10,0:0|0:2,0:0:0:0:
102,30,207476,6,0,P|132:97|145:198,1,152.29000360183,2|0,0:0|0:0,0:0:0:0:
73,352,207949,1,8,0:2:0:0:
73,352,208107,1,0,0:0:0:0:
188,244,208265,1,6,1:2:0:0:
188,244,208423,2,0,P|245:224|279:232,1,76.1450018009148,2|14,0:0|0:2,0:0:0:0:
356,326,208739,1,2,0:0:0:0:
428,170,208897,6,0,P|450:206|462:261,1,76.1450018009148,6|2,1:2|0:0,0:0:0:0:
320,106,209212,1,10,0:2:0:0:
320,106,209370,1,2,0:0:0:0:
347,275,209528,1,2,1:2:0:0:
347,275,209686,1,2,0:0:0:0:
228,135,209844,1,10,0:2:0:0:
135,283,210002,6,0,B|142:192|95:232|109:126,1,152.29000360183,6|2,0:0|0:0,0:0:0:0:
226,12,210476,1,8,0:2:0:0:
226,12,210633,1,2,0:0:0:0:
188,167,210791,2,0,P|210:206|215:264,1,76.1450018009148,2|0,1:2|0:0,0:0:0:0:
289,102,211107,1,10,0:2:0:0:
289,102,211265,1,2,0:0:0:0:
357,254,211423,6,0,P|335:293|330:351,1,76.1450018009148,6|0,1:2|0:0,0:0:0:0:
320,177,211739,1,8,0:2:0:0:
420,337,211897,2,0,P|438:270|437:185,1,152.29000360183,2|2,0:0|0:0,0:0:0:0:
330,24,212370,1,8,0:2:0:0:
188,167,212528,6,0,P|186:242|205:316,1,152.29000360183,6|0,0:0|0:0,0:0:0:0:
89,221,213002,1,12,0:2:0:0:
89,221,213160,1,0,0:0:0:0:
205,316,213318,2,0,P|247:311|292:280,1,76.1450018009148,4|0,1:2|0:0,0:0:0:0:
355,148,213633,1,12,0:2:0:0:
355,148,213791,1,0,0:0:0:0:
377,310,213949,6,0,P|360:265|358:210,1,76.1450018009148,6|2,1:2|0:0,0:0:0:0:
229,84,214265,2,0,P|223:121|208:156,1,76.1450018009148,10|0,0:2|0:0,0:0:0:0:
109,231,214581,1,2,1:2:0:0:
109,231,214739,1,2,0:0:0:0:
176,22,214897,2,0,P|211:7|249:5,1,76.1450018009148,10|4,0:2|0:0,0:0:0:0:
343,176,215212,5,2,1:2:0:0:
343,176,215370,1,2,0:0:0:0:
304,15,215528,1,10,0:2:0:0:
304,15,215686,1,2,0:0:0:0:
425,197,215844,2,0,P|459:212|516:204,1,76.1450018009148,2|0,1:2|0:0,0:0:0:0:
386,33,216160,2,0,P|348:32|313:47,1,76.1450018009148,8|0,0:2|0:0,0:0:0:0:
269,217,216476,6,0,P|303:301|320:394,1,152.29000360183,6|10,1:2|0:2,0:0:0:0:
343,178,216949,1,0,0:0:0:0:
192,259,217107,2,0,P|183:301|180:354,1,76.1450018009148,2|2,1:2|0:0,0:0:0:0:
73,212,217423,1,10,0:2:0:0:
73,212,217581,1,4,0:0:0:0:
197,75,217739,6,0,B|295:94|237:137|354:161,1,152.29000360183,2|8,1:2|0:2,0:0:0:0:
194,159,218212,1,0,0:0:0:0:
345,61,218370,2,0,P|394:48|452:48,1,76.1450018009148,6|0,1:2|0:0,0:0:0:0:
416,260,218686,2,0,P|378:255|341:245,1,76.1450018009148,14|0,0:2|0:0,0:0:0:0:
485,93,219002,6,0,P|451:161|435:252,1,152.29000360183,6|8,1:2|0:2,0:0:0:0:
339,360,219476,1,0,0:0:0:0:
374,147,219633,2,0,P|408:215|424:306,1,152.29000360183,0|10,1:2|0:2,0:0:0:0:
248,368,220107,1,6,0:0:0:0:
201,179,220265,5,2,1:2:0:0:
201,179,220423,1,2,0:0:0:0:
239,341,220581,1,10,0:2:0:0:
239,341,220739,1,2,0:0:0:0:
122,203,220897,2,0,P|88:189|38:184,1,76.1450018009148,2|0,1:2|0:0,0:0:0:0:
257,253,221212,2,0,P|294:247|329:233,1,76.1450018009148,8|0,0:2|0:0,0:0:0:0:
442,40,221528,6,0,L|434:149,1,76.1450018009148,6|2,1:2|0:0,0:0:0:0:
417,284,221844,2,0,L|411:208,1,76.1450018009148,10|2,0:2|0:0,0:0:0:0:
336,36,222160,2,0,L|328:145,1,76.1450018009148,2|2,1:2|0:0,0:0:0:0:
311,280,222476,2,0,L|305:204,1,76.1450018009148,10|2,0:2|0:0,0:0:0:0:
165,91,222791,5,2,1:2:0:0:
143,229,222949,1,10,0:2:0:0:
156,57,223107,1,10,0:2:0:0:
125,249,223265,1,2,0:0:0:0:
142,30,223423,2,0,L|67:25,1,76.1450018009148,2|10,1:2|0:2,0:0:0:0:
209,171,223739,1,2,1:2:0:0:
3,159,223897,1,10,0:2:0:0:
111,129,224054,5,6,0:2:0:0:
82,60,234160,5,2,1:2:0:0:
82,60,234476,5,2,1:2:0:0:
82,60,234791,5,2,1:2:0:0:
82,60,235107,5,6,0:2:0:0:
312,238,235423,6,0,P|360:258|414:258,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
262,105,235739,1,10,0:2:0:0:
170,284,235897,2,0,P|122:304|68:304,1,83.9949974366761,2|0,0:0|1:2,0:0:0:0:
83,113,236212,2,0,P|101:157|110:208,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
258,40,236528,6,0,P|226:117|210:207,1,167.989994873352,2|2,0:0|0:0,0:0:0:0:
327,323,237002,1,10,0:2:0:0:
170,284,237160,1,2,0:0:0:0:
316,147,237318,2,0,P|361:132|413:134,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
417,319,237633,2,0,P|372:304|320:306,1,83.9949974366761,14|0,0:2|0:0,0:0:0:0:
153,376,237949,6,0,P|177:308|188:208,1,167.989994873352,6|10,1:2|0:2,0:0:0:0:
81,67,238423,2,0,P|85:113|102:165,1,83.9949974366761,2|0,0:0|1:2,0:0:0:0:
277,190,238739,2,0,P|288:149|291:107,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
429,281,239054,6,0,P|412:222|402:108,1,167.989994873352,2|2,0:0|0:0,0:0:0:0:
252,12,239528,1,10,0:2:0:0:
383,93,239686,1,2,0:0:0:0:
224,0,239844,2,0,P|237:44|245:90,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
282,275,240160,2,0,P|294:234|301:193,1,83.9949974366761,14|0,0:2|0:0,0:0:0:0:
155,74,240476,6,0,P|110:54|58:51,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
177,214,240791,1,10,0:2:0:0:
285,27,240949,2,0,P|330:7|382:4,1,83.9949974366761,2|0,0:0|1:2,0:0:0:0:
190,181,241265,2,0,P|145:161|93:158,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
350,91,241581,6,0,P|370:154|363:271,1,167.989994873352,6|0,0:0|0:0,0:0:0:0:
172,349,242054,2,0,P|212:328|267:318,1,83.9949974366761,10|0,0:2|0:0,0:0:0:0:
94,180,242370,2,0,P|134:200|189:210,1,83.9949974366761,2|0,1:2|0:0,0:0:0:0:
256,347,242686,2,0,P|215:357|177:376,1,83.9949974366761,10|0,0:2|0:0,0:0:0:0:
291,209,243002,6,0,P|306:160|309:104,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
386,277,243318,1,10,0:2:0:0:
225,165,243476,2,0,P|210:116|207:60,1,83.9949974366761,2|0,0:0|1:2,0:0:0:0:
406,36,243791,2,0,P|400:77|387:117,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
308,225,244107,1,2,0:0:0:0:
246,15,244265,6,0,P|196:10|149:27,1,83.9949974366761,2|2,1:2|0:0,0:0:0:0:
89,217,244581,1,10,0:2:0:0:
89,217,244739,1,2,0:0:0:0:
242,41,244897,2,0,P|192:36|145:53,1,83.9949974366761,2|2,1:2|0:0,0:0:0:0:
189,240,245212,1,10,0:2:0:0:
189,240,245370,1,2,0:0:0:0:
311,93,245528,6,0,P|355:75|401:75,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
400,292,245844,1,10,0:2:0:0:
250,154,246002,2,0,P|211:137|170:134,1,83.9949974366761,2|0,0:0|1:2,0:0:0:0:
320,311,246318,2,0,P|361:308|399:291,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
488,108,246633,6,0,P|474:150|464:206,1,83.9949974366761,6|0,0:0|1:2,0:0:0:0:
314,323,246949,2,0,P|305:281|292:242,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
202,67,247265,2,0,P|163:54|67:145,1,167.989994873352,2|0,0:0|0:0,0:0:0:0:
190,256,247739,1,8,0:2:0:0:
200,100,247897,1,0,0:0:0:0:
188,283,248054,6,0,P|228:311|277:313,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
342,145,248370,1,10,0:2:0:0:
338,350,248528,2,0,P|359:307|368:260,1,83.9949974366761,2|0,0:0|1:2,0:0:0:0:
290,80,248844,2,0,P|300:120|319:158,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
432,320,249160,6,0,P|453:277|462:230,1,83.9949974366761,6|0,0:0|1:2,0:0:0:0:
384,50,249476,2,0,P|394:90|413:128,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
449,329,249791,2,0,P|479:256|487:165,1,167.989994873352,2|0,0:0|0:0,0:0:0:0:
351,34,250265,1,12,0:2:0:0:
312,187,250423,1,0,0:0:0:0:
196,18,250581,6,0,P|215:60|224:126,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
161,257,250897,1,10,0:2:0:0:
88,110,251054,2,0,P|69:152|60:218,1,83.9949974366761,2|0,0:0|1:2,0:0:0:0:
188,336,251370,2,0,P|178:295|161:257,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
206,65,251686,6,0,P|265:46|305:46,1,83.9949974366761,6|0,0:0|1:2,0:0:0:0:
381,245,252002,2,0,P|339:240|300:224,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
430,103,252318,1,2,0:0:0:0:
440,308,252476,2,0,P|463:261|466:209,1,83.9949974366761,2|0,1:2|0:0,0:0:0:0:
349,86,252791,2,0,P|342:127|322:163,1,83.9949974366761,10|0,0:2|0:0,0:0:0:0:
217,345,253107,5,6,1:2:0:0:
229,190,253265,1,2,0:2:0:0:
235,365,253423,1,10,0:2:0:0:
225,169,253581,2,0,P|187:144|119:129,1,83.9949974366761,2|2,0:2|1:2,0:0:0:0:
318,271,253897,1,2,0:2:0:0:
337,90,254054,1,10,0:2:0:0:
407,267,254212,5,2,0:2:0:0:
407,267,254291,1,2,0:2:0:0:
407,267,254370,2,0,L|419:155,1,83.9949974366761,2|10,1:2|0:2,0:0:0:0:
282,25,254686,1,10,0:2:0:0:
314,248,254844,2,0,L|302:136,1,83.9949974366761,2|10,0:2|0:2,0:0:0:0:
150,22,255160,1,10,0:2:0:0:
297,137,255318,1,2,1:2:0:0:
74,180,255476,1,10,0:2:0:0:
184,109,255633,5,6,0:0:0:0:
66,184,259423,6,0,P|114:169|135:169,1,60.4449988009873,6|0,1:2|1:2,0:0:0:0:
227,278,259739,2,0,P|254:289|284:293,1,60.4449988009873,0|0,1:2|1:2,0:0:0:0:
374,106,260054,1,6,1:2:0:0:
399,293,260212,1,2,1:2:0:0:
455,78,260370,1,8,0:2:0:0:
396,261,260528,1,8,0:2:0:0:
288,83,260686,6,0,P|242:58|191:51,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
83,215,261002,1,10,0:2:0:0:
120,39,261160,2,0,P|139:75|150:135,1,83.9949974366761,2|0,0:2|1:2,0:0:0:0:
168,286,261476,2,0,P|177:245|197:208,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
300,62,261791,6,0,B|402:90|337:130|449:151,1,167.989994873352,6|0,0:0|0:0,0:0:0:0:
319,285,262265,2,0,P|306:238|300:177,1,83.9949974366761,10|0,0:2|0:0,0:0:0:0:
160,42,262581,2,0,P|153:83|142:123,1,83.9949974366761,2|0,1:2|0:0,0:0:0:0:
297,272,262897,2,0,P|284:225|278:164,1,83.9949974366761,8|0,0:0|0:0,0:0:0:0:
430,55,263212,6,0,P|470:39|518:40,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
401,194,263528,1,10,0:2:0:0:
282,28,263686,2,0,P|242:12|194:13,1,83.9949974366761,2|0,0:0|1:2,0:0:0:0:
124,200,264002,2,0,P|165:199|204:183,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
93,85,264318,1,2,0:0:0:0:
61,277,264476,6,0,P|72:313|77:364,1,83.9949974366761,2|2,1:2|0:0,0:0:0:0:
229,203,264791,2,0,P|217:239|213:290,1,83.9949974366761,10|2,0:2|0:0,0:0:0:0:
358,126,265107,2,0,P|369:162|374:213,1,83.9949974366761,2|2,1:2|0:0,0:0:0:0:
470,69,265423,1,8,0:2:0:0:
470,69,265581,1,10,0:2:0:0:
149,40,266054,6,0,P|184:78|242:292,1,266.507506303202,12|0,0:2|0:0,0:0:0:0:
253,277,266686,2,0,P|233:146|158:37,1,266.507506303202,12|0,0:0|0:0,0:0:0:0:
168,33,267318,2,0,P|203:71|261:285,1,266.507506303202,12|0,0:0|0:0,0:0:0:0:
272,270,267949,2,0,P|252:139|177:30,1,266.507506303202,12|0,0:0|0:0,0:0:0:0:
187,23,268581,2,0,P|262:131|281:262,1,266.507506303202,12|0,0:0|0:0,0:0:0:0:
294,261,269212,2,0,P|303:193|327:142,1,114.217502701372,12|0,0:0|0:0,0:0:0:0:
340,145,269528,6,0,P|363:175|378:212,1,76.1450018009148,0|10,1:2|0:2,0:0:0:0:
447,373,269844,1,8,0:2:0:0:
465,198,270002,1,2,1:2:0:0:
450,358,270160,1,8,0:2:0:0:
468,183,270318,1,8,0:2:0:0:
344,367,270476,2,0,P|303:380|248:380,1,76.1450018009148,8|8,0:2|0:2,0:0:0:0:
146,242,270791,6,0,P|129:193|126:127,1,83.9949974366761,6|0,1:2|0:0,0:0:0:0:
264,74,271107,1,10,0:2:0:0:
218,287,271265,2,0,P|181:318|119:326,1,83.9949974366761,2|0,0:0|1:2,0:0:0:0:
245,153,271581,2,0,P|284:165|315:193,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
349,382,271897,6,0,P|337:335|337:292,1,83.9949974366761,2|0,0:0|1:2,0:0:0:0:
446,128,272212,2,0,P|444:169|433:210,1,83.9949974366761,2|8,0:0|0:2,0:0:0:0:
324,72,272528,1,2,0:0:0:0:
415,294,272686,2,0,P|464:289|506:260,1,83.9949974366761,2|0,1:2|0:0,0:0:0:0:
349,149,273002,2,0,P|307:151|270:170,1,83.9949974366761,10|0,0:2|0:0,0:0:0:0:
148,303,273318,6,0,P|129:259|127:210,1,83.9949974366761,6|2,1:2|0:2,0:0:0:0:
199,70,273633,1,14,0:2:0:0:
247,249,273791,2,0,P|266:205|268:156,1,83.9949974366761,2|6,0:0|1:2,0:0:0:0:
242,3,274107,1,2,0:0:0:0:
143,195,274265,2,0,P|124:151|122:102,1,83.9949974366761,14|2,0:2|0:0,0:0:0:0:
272,13,274581,6,0,L|385:20,1,83.9949974366761,2|10,1:2|0:2,0:0:0:0:
488,195,274897,2,0,L|375:202,1,83.9949974366761,10|2,0:2|0:0,0:0:0:0:
285,37,275212,1,10,0:2:0:0:
315,233,275370,1,10,0:2:0:0:
283,20,275528,1,2,1:2:0:0:
313,216,275686,1,10,0:2:0:0:
254,127,275844,5,6,0:2:0:0:
71,80,278370,6,0,B|118:74|166:40|166:40|130:88,1,125.992496155014,12|0,0:0|0:0,0:0:0:0:
256,61,278686,2,0,B|242:43|242:43|291:77|337:83,1,125.992496155014,8|0,0:0|0:0,0:0:0:0:
351,186,279002,2,0,B|297:179|242:141|242:141|261:165,1,149.542498859081,12|0,0:0|0:0,0:0:0:0:
149,163,279318,2,0,B|167:138|167:138|112:176|59:183,1,149.542498859081,8|0,0:0|0:0,0:0:0:0:
205,229,279633,5,14,0:2:0:0:
480,25,280265,6,0,B|160:57|384:313|32:345,1,580.900014182129,6|0,1:2|0:0,0:0:0:0:

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,277 @@
osu file format v14
[General]
StackLeniency: 0.7
Mode: 2
[Difficulty]
HPDrainRate:2
CircleSize:2
OverallDifficulty:6
ApproachRate:6
SliderMultiplier:1.1
SliderTickRate:1
[Events]
//Background and Video events
//Break Periods
2,61250,70204
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Layer 4 (Overlay)
//Storyboard Sound Samples
[TimingPoints]
4,312.5,4,2,1,70,1,0
7425,-100,4,2,1,75,0,0
8754,-100,4,2,1,80,0,0
9379,-100,4,2,1,80,0,0
10004,-100,4,2,1,40,0,0
10472,-100,4,2,1,55,0,0
10629,-100,4,2,1,65,0,0
10941,-100,4,2,1,70,0,0
11254,-100,4,2,3,65,0,0
12504,-100,4,2,3,65,0,0
21254,-100,4,2,1,70,0,0
30629,-100,4,2,1,70,0,0
30941,-100,4,2,1,70,0,0
31254,-100,4,2,1,70,0,0
32191,-100,4,2,1,70,0,0
32504,-100,4,2,1,70,0,0
35629,-100,4,2,1,70,0,0
36254,-100,4,2,1,70,0,0
37035,-100,4,2,1,70,0,0
37504,-100,4,2,1,70,0,0
41722,-100,4,2,1,70,0,0
42504,-100,4,2,1,70,0,0
42816,-100,4,2,1,70,0,0
43754,-100,4,2,1,70,0,0
44222,-100,4,2,1,70,0,0
44691,-100,4,2,1,70,0,0
45004,-100,4,2,1,70,0,0
45941,-100,4,2,1,70,0,0
46254,-100,4,2,1,70,0,0
46722,-100,4,2,1,70,0,0
47504,-100,4,2,1,70,0,0
47816,-100,4,2,1,70,0,0
48441,-100,4,2,1,70,0,0
48754,-100,4,2,1,70,0,0
49222,-100,4,2,1,70,0,0
50004,-100,4,2,1,70,0,0
50082,-100,4,2,1,25,0,0
50160,-100,4,2,1,25,0,0
50238,-100,4,2,1,25,0,0
50316,-100,4,2,1,25,0,0
50394,-100,4,2,1,25,0,0
50472,-100,4,2,1,25,0,0
50550,-100,4,2,1,25,0,0
50629,-100,4,2,1,25,0,0
50707,-100,4,2,1,25,0,0
50785,-100,4,2,1,25,0,0
50863,-100,4,2,1,25,0,0
50941,-100,4,2,1,70,0,0
51254,-100,4,2,1,70,0,0
53754,-100,4,2,1,70,0,0
55004,-100,4,2,1,70,0,0
56722,-100,4,2,1,70,0,0
57972,-100,4,2,1,70,0,0
58754,-100,4,2,1,70,0,0
59847,-100,4,1,1,65,0,0
71254,-100,4,2,1,70,0,0
81254,-100,4,2,1,70,0,0
83754,-100,4,2,1,70,0,0
86254,-100,4,2,1,70,0,0
87504,-100,4,2,1,70,0,0
91254,-100,4,2,1,70,0,1
93754,-100,4,2,1,70,0,1
95004,-100,4,2,1,70,0,1
100004,-100,4,2,1,70,0,1
100550,-100,4,2,1,70,0,1
100941,-100,4,2,1,70,0,1
103754,-100,4,2,1,70,0,1
105004,-100,4,2,1,70,0,1
108754,-100,4,2,1,70,0,1
110004,-100,4,2,1,70,0,1
110629,-100,4,2,1,70,0,1
112504,-100,4,2,1,70,0,1
113129,-100,4,2,1,70,0,1
113754,-100,4,2,1,70,0,1
114379,-100,4,2,1,70,0,1
114847,-100,4,2,1,70,0,1
115863,-100,4,2,1,70,0,0
115941,-100,4,2,1,70,0,1
116019,-100,4,2,1,70,0,0
[HitObjects]
229,264,1254,6,0,P|161:183|254:125,1,220,4|8,1:2|0:0,0:0:0:0:
362,120,2191,1,2,0:0:0:0:
228,119,2504,2,0,L|87:118,1,110,0|2,1:0|0:0,0:0:0:0:
231,216,3129,2,0,L|372:215,1,110,8|2,0:0|0:0,0:0:0:0:
465,214,3754,6,0,P|439:111|303:80,1,220,0|10,1:0|0:0,0:0:0:0:
217,117,4691,1,2,0:0:0:0:
365,123,5004,2,0,L|367:252,1,110,0|2,1:0|0:0,0:0:0:0:
228,313,5629,2,0,L|357:315,1,110,8|2,2:0|0:0,0:0:0:0:
197,303,6254,6,0,P|98:270|59:136,1,220,4|8,1:2|0:0,0:0:0:0:
171,156,7191,1,2,0:0:0:0:
290,138,7504,2,0,L|308:275,1,110,0|2,1:0|0:0,0:0:0:0:
178,249,8129,1,8,0:0:0:0:
308,247,8441,1,2,0:0:0:0:
168,249,8754,6,0,L|53:245,1,110,4|0,1:2|3:0,0:0:0:0:
226,153,9379,2,0,L|343:149,1,110,2|2,1:3|3:2,0:0:0:0:
256,192,10004,12,2,10941,1:3:0:0:
173,329,11254,6,0,P|79:249|178:220,1,220,4|2,0:0|1:3,0:0:0:0:
263,211,12191,1,10,0:0:0:0:
119,212,12504,2,0,L|103:52,1,110,2|8,1:3|0:0,0:0:0:0:
246,65,13129,2,0,L|103:66,1,110,2|8,1:3|0:0,0:0:0:0:
290,64,13754,6,0,P|384:120|284:162,1,220,6|2,1:3|1:3,0:0:0:0:
182,220,14691,1,8,0:0:0:0:
335,208,15004,2,0,L|75:142,1,220,2|2,1:3|1:3,0:0:0:0:
275,153,15941,1,8,0:0:0:0:
120,151,16254,6,0,P|157:258|268:282,1,220,6|2,1:3|1:3,0:0:0:0:
405,290,17191,1,10,0:0:0:0:
250,286,17504,2,0,L|96:264,2,110,6|8|2,1:3|0:0|1:3,0:0:0:0:
403,275,18441,1,8,0:0:0:0:
250,286,18754,6,0,P|186:189|264:160,1,220,6|6,1:3|1:3,0:0:0:0:
404,157,19691,1,8,0:0:0:0:
249,151,20004,5,6,1:3:0:0:
245,233,20316,1,8,0:0:0:0:
240,317,20629,1,8,0:0:0:0:
399,222,20941,1,4,1:2:0:0:
240,317,21254,6,0,P|140:279|114:128,1,220,4|2,1:2|1:3,0:0:0:0:
243,184,22191,1,8,1:0:0:0:
386,178,22504,2,0,L|403:327,1,110,0|8,1:0|1:0,0:0:0:0:
264,338,23129,2,0,L|119:336,1,110,2|8,1:3|1:0,0:0:0:0:
292,300,23754,6,0,P|361:228|270:161,1,220,0|2,1:0|1:3,0:0:0:0:
147,160,24691,1,8,1:0:0:0:
285,124,25004,2,0,L|391:50,2,110,4|10|2,1:0|1:0|1:0,0:0:0:0:
428,128,25941,1,0,1:0:0:0:
284,130,26254,6,0,P|319:238|428:274,1,220,4|2,1:2|1:3,0:0:0:0:
268,276,27191,1,8,1:0:0:0:
124,277,27504,2,0,L|109:125,1,110,0|8,1:0|0:0,0:0:0:0:
250,126,28129,2,0,L|115:102,1,110,2|8,1:3|1:0,0:0:0:0:
284,96,28754,6,0,P|385:143|411:266,1,220,4|2,1:0|1:0,0:0:0:0:
273,240,29691,1,8,1:0:0:0:
416,236,30004,5,4,1:2:0:0:
436,94,30316,1,8,1:0:0:0:
294,75,30629,2,0,L|144:75,1,110,6|0,1:0|3:0,0:0:0:0:
351,138,31254,6,0,P|441:184|405:291,1,220,4|8,0:0|0:0,0:0:0:0:
277,246,32191,1,2,1:2:0:0:
144,299,32504,2,0,L|411:257,1,220,4|8,1:0|1:0,0:0:0:0:
201,244,33440,1,4,1:0:0:0:
140,283,33597,6,0,P|98:231|162:160,1,165,4|8,1:2|0:0,0:0:0:0:
239,112,34379,2,0,L|126:97,1,110,4|8,3:0|1:0,0:0:0:0:
264,173,35004,6,0,L|396:189,1,110,0|8,1:0|1:0,0:0:0:0:
223,227,35629,2,0,L|218:103,1,110,10|2,1:0|1:2,0:0:0:0:
379,115,36254,1,4,1:2:0:0:
398,117,37035,2,0,L|403:211,1,82.5,4|4,1:0|1:0,0:0:0:0:
284,252,37504,6,0,L|169:243,1,110,0|2,1:0|0:0,0:0:0:0:
305,327,38129,2,0,L|423:317,1,110,2|8,0:0|1:2,0:0:0:0:
415,223,38597,6,0,L|233:207,1,165,4|14,1:2|1:0,0:0:0:0:
113,252,39379,2,0,L|103:126,1,110,6|6,1:0|1:0,0:0:0:0:
244,114,40004,5,4,1:2:0:0:
250,185,40316,1,2,2:0:0:0:
253,260,40629,1,2,1:2:0:0:
89,272,40941,1,0,1:0:0:0:
256,305,41254,6,0,P|342:288|366:191,2,165,4|4|8,1:0|1:0|2:0,0:0:0:0:
98,202,42504,2,0,P|184:185|208:88,2,165,4|4|8,1:0|1:0|1:0,0:0:0:0:
249,82,43754,6,0,L|58:83,2,165,4|4|8,1:0|1:0|1:0,0:0:0:0:
256,192,45004,12,2,45941,1:0:0:0:
332,305,46254,6,0,P|396:289|434:187,2,165,4|0|0,1:0|1:0|1:0,0:0:0:0:
180,305,47504,2,0,P|116:289|78:187,2,165,4|4|0,1:0|1:0|1:0,0:0:0:0:
335,231,48754,6,0,L|145:232,2,165,4|4|8,1:0|1:0|1:0,0:0:0:0:
256,192,50004,12,2,50941,0:0:0:0:
119,198,51254,6,0,L|104:299,1,82.5,4|4,1:0|1:0,0:0:0:0:
230,290,51722,2,0,L|252:120,1,165,4|2,1:0|1:0,0:0:0:0:
373,113,52504,6,0,L|388:214,1,82.5,4|4,1:0|1:0,0:0:0:0:
269,207,52972,2,0,P|240:107|282:67,1,165,4|2,1:0|1:0,0:0:0:0:
424,88,53754,6,0,L|325:81,1,82.5,4|4,1:0|1:0,0:0:0:0:
228,196,54222,2,0,L|408:181,1,165,4|2,1:0|1:0,0:0:0:0:
241,238,55004,6,0,L|340:231,1,82.5,4|4,1:0|1:0,0:0:0:0:
437,346,55472,2,0,L|257:331,1,165,2|10,1:0|1:0,0:0:0:0:
130,320,56254,5,4,1:2:0:0:
260,244,56488,2,0,L|272:143,1,82.5,2|2,1:0|1:0,0:0:0:0:
162,106,56957,2,0,L|64:127,1,82.5,2|2,1:0|1:0,0:0:0:0:
233,322,57504,5,2,1:0:0:0:
363,246,57738,2,0,L|270:233,1,82.5,2|2,1:0|1:0,0:0:0:0:
174,230,58207,2,0,L|76:251,1,82.5,2|2,1:0|1:0,0:0:0:0:
261,143,58754,6,0,L|76:124,2,165,4|4|4,1:2|1:2|1:2,0:0:0:0:
256,192,60004,12,0,60941,1:0:0:0:
258,195,71254,5,0,1:0:0:0:
69,186,71722,2,0,L|59:367,1,165,2|2,0:0|0:0,0:0:0:0:
220,198,72504,1,2,0:0:0:0:
254,195,73754,5,4,0:0:0:0:
443,186,74222,2,0,L|453:367,1,165,2|2,0:0|0:0,0:0:0:0:
292,198,75004,1,2,0:0:0:0:
136,196,76254,5,4,0:0:0:0:
349,161,76722,2,0,L|165:160,1,165,2|2,0:0|0:0,0:0:0:0:
350,161,77504,1,2,0:0:0:0:
376,196,78754,5,4,0:0:0:0:
163,161,79222,2,0,L|347:160,1,165,0|2,0:0|0:0,0:0:0:0:
179,253,80004,1,2,0:0:0:0:
88,255,80316,1,2,0:0:0:0:
88,255,80629,1,2,0:0:0:0:
192,256,80941,1,6,1:2:0:0:
336,252,81254,6,0,L|220:254,1,110,4|10,1:2|1:0,0:0:0:0:
366,149,81879,2,0,L|482:151,1,110,4|10,1:2|1:0,0:0:0:0:
319,41,82504,1,4,1:2:0:0:
224,96,82816,1,8,1:0:0:0:
196,202,83129,1,4,1:2:0:0:
248,298,83441,1,10,1:0:0:0:
390,323,83754,6,0,L|271:324,2,110,4|2|2,1:2|0:0|0:0,0:0:0:0:
104,321,85004,1,4,1:2:0:0:
324,329,86254,5,4,1:0:0:0:
422,281,86566,1,4,1:0:0:0:
446,173,86879,1,4,1:0:0:0:
411,68,87191,1,4,1:0:0:0:
287,49,87504,6,0,L|402:51,1,110,4|6,1:0|1:0,0:0:0:0:
265,155,88129,2,0,L|141:153,1,110,4|6,1:0|1:0,0:0:0:0:
308,153,88754,5,2,1:0:0:0:
408,197,89066,1,2,1:0:0:0:
432,304,89379,1,2,1:0:0:0:
348,374,89691,1,2,1:0:0:0:
256,192,90004,12,4,90941,1:2:0:0:
140,282,91254,6,0,P|71:226|156:145,1,220,4|4,1:2|1:0,0:0:0:0:
268,155,92191,1,8,1:0:0:0:
405,152,92504,2,0,L|274:151,1,110,2|10,1:0|1:0,0:0:0:0:
154,250,93129,2,0,L|295:252,1,110,2|10,1:0|1:0,0:0:0:0:
135,329,93754,6,0,L|380:330,1,220,4|0,1:2|1:0,0:0:0:0:
239,290,94691,1,8,1:0:0:0:
354,223,95004,2,0,L|213:210,1,110,4|8,1:0|1:0,0:0:0:0:
97,240,95629,2,0,L|79:127,1,110,2|10,1:0|1:0,0:0:0:0:
238,55,96254,6,0,P|313:95|229:166,1,220,4|0,1:2|1:0,0:0:0:0:
363,205,97191,1,8,1:0:0:0:
252,247,97504,2,0,L|115:270,2,110,2|10|2,1:0|1:0|1:0,0:0:0:0:
363,287,98441,1,10,1:0:0:0:
223,343,98754,6,0,L|92:326,1,110,4|10,1:2|1:0,0:0:0:0:
293,262,99379,1,2,1:0:0:0:
396,244,99691,1,8,1:0:0:0:
236,219,100004,6,0,P|160:186|103:55,1,220,4|0,1:2|1:0,0:0:0:0:
226,68,100941,1,0,1:0:0:0:
383,69,101254,6,0,P|456:139|387:208,1,220,4|2,1:2|1:0,0:0:0:0:
261,244,102191,1,10,1:0:0:0:
123,311,102504,2,0,L|102:165,1,110,2|10,1:0|1:0,0:0:0:0:
252,178,103129,2,0,L|386:178,1,110,2|10,1:0|1:0,0:0:0:0:
215,263,103754,6,0,P|123:241|79:117,1,220,4|2,1:2|1:0,0:0:0:0:
216,121,104691,1,10,1:0:0:0:
359,106,105004,2,0,L|371:240,1,110,4|8,1:0|1:0,0:0:0:0:
215,312,105629,2,0,L|352:321,1,110,2|10,1:0|1:0,0:0:0:0:
164,359,106254,6,0,L|424:330,1,220,4|2,1:2|1:0,0:0:0:0:
244,297,107191,1,10,1:0:0:0:
390,278,107504,2,0,L|269:255,2,110,2|10|2,1:0|1:0|1:0,0:0:0:0:
244,276,108441,1,10,1:0:0:0:
99,281,108754,6,0,L|87:150,1,110,4|10,1:2|1:0,0:0:0:0:
228,146,109379,2,0,L|364:136,1,110,2|10,1:0|1:0,0:0:0:0:
183,278,110004,6,0,L|424:264,1,220,4|2,1:2|0:0,0:0:0:0:
266,255,110941,1,10,1:0:0:0:
114,283,111254,6,0,L|102:152,1,110,4|10,0:0|1:0,0:0:0:0:
243,148,111879,2,0,L|379:138,1,110,2|10,1:0|1:0,0:0:0:0:
198,280,112504,6,0,L|439:266,1,220,4|2,1:2|1:0,0:0:0:0:
281,257,113441,1,8,1:0:0:0:
137,295,113754,5,4,1:2:0:0:
127,239,113910,1,4,1:2:0:0:
314,108,114379,2,0,L|321:207,1,82.5,4|4,0:0|0:0,0:0:0:0:
211,254,114847,6,0,L|389:266,1,165,6|6,1:0|1:0,0:0:0:0:
265,275,115629,1,4,1:0:0:0:
407,299,115941,1,4,1:2:0:0:

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,200 @@
osu file format v14
[General]
StackLeniency: 0.4
Mode: 0
[Difficulty]
HPDrainRate:4.5
CircleSize:9
OverallDifficulty:8
ApproachRate:8
SliderMultiplier:1.2
SliderTickRate:1
[Events]
//Background and Video events
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Layer 4 (Overlay)
//Storyboard Sound Samples
[TimingPoints]
514,727.272727272727,4,2,1,50,1,0
9241,-83.3333333333333,4,2,1,50,0,0
9968,-100,4,2,1,50,0,0
10241,-100,4,2,99,5,0,0
10332,-100,4,2,1,50,0,0
10604,-100,4,2,99,5,0,0
10695,-100,4,2,1,50,0,0
11423,-66.6666666666667,4,2,1,50,0,0
12150,-100,4,2,1,50,0,0
13150,-100,4,2,99,5,0,0
13241,-100,4,2,1,50,0,0
16059,-100,4,2,99,5,0,0
16150,-100,4,2,1,50,0,0
17241,909.090909090909,4,2,1,50,1,0
17241,-83.3333333333333,4,2,1,50,0,0
18150,727.272727272727,4,2,1,50,1,0
20604,-100,4,2,99,5,0,0
20695,-100,4,2,1,50,0,0
21059,-83.3333333333333,4,2,1,50,0,0
21786,-100,4,2,1,50,0,0
23240,-66.6666666666667,4,2,1,50,0,0
23968,-100,4,2,1,50,0,0
32695,-83.3333333333333,4,2,1,50,0,0
33422,-100,4,2,1,50,0,0
33695,-100,4,2,99,5,0,0
33786,-100,4,2,1,50,0,0
34877,-66.6666666666667,4,2,1,50,0,0
37013,-100,4,2,1,45,0,0
39149,-100,4,2,1,40,0,0
40695,-66.6666666666667,4,2,1,35,0,0
[HitObjects]
6,0,514,6,0,L|8:29,1,30,2|0,3:2|0:0,0:0:0:0:
14,66,877,1,0,0:0:0:0:
14,66,1059,2,0,L|16:36,1,30,0|0,0:0|1:0,0:0:0:0:
21,31,1604,6,0,L|26:90,1,60,2|0,0:0|3:0,0:0:0:0:
27,186,2332,1,0,3:0:0:0:
27,186,2513,2,0,L|34:96,1,90,2|0,0:0|0:0,0:0:0:0:
46,269,3423,38,0,L|48:298,1,30,2|0,3:2|0:0,0:0:0:0:
54,335,3786,1,0,0:0:0:0:
54,335,3968,2,0,L|56:305,1,30,0|0,0:0|1:0,0:0:0:0:
61,300,4513,6,0,L|63:271,1,30,2|0,0:0|0:0,0:0:0:0:
65,200,4877,2,0,L|66:186,2,15,0|0|0,3:2|0:0|0:0,0:0:0:0:
68,265,5241,2,0,L|70:236,1,30,2|0,3:2|0:0,0:0:0:0:
77,335,5604,6,0,L|76:373,2,37.5,0|0|0,1:0|3:0|3:0,0:0:0:0:
86,152,6332,21,2,3:2:0:0:
88,199,6513,1,2,0:0:0:0:
94,157,6877,5,2,0:0:0:0:
96,204,7059,2,0,P|100:218|99:233,1,30,2|0,1:2|0:0,0:0:0:0:
101,161,7423,2,0,P|96:146|97:131,1,30,2|0,0:2|0:1,0:0:0:0:
106,85,7786,37,0,3:3:0:0:
105,49,7968,1,0,0:3:0:0:
111,82,8150,1,2,3:3:0:0:
110,45,8332,2,0,P|110:30|106:16,1,30,2|0,0:3|0:0,0:0:0:0:
110,87,8695,2,0,P|110:102|114:117,1,30,2|0,0:3|0:0,0:0:0:0:
126,290,9241,5,4,3:3:0:0:
131,232,9423,2,0,B|134:220|124:211|124:211|129:218|129:223,1,35.9999989013672,8|0,0:3|0:0,0:0:0:0:
136,297,9786,37,4,0:3:0:0:
136,234,9968,2,0,P|138:212|133:190,1,45,2|0,1:2|0:0,0:0:0:0:
139,191,10332,2,0,P|144:212|142:235,1,45,2|0,0:0|0:0,0:0:0:0:
146,264,10695,5,2,3:1:0:0:
148,306,10877,1,2,0:1:0:0:
151,267,11059,1,2,3:1:0:0:
153,309,11241,1,2,0:1:0:0:
156,351,11423,6,0,B|158:362|158:362|159:354|159:350,1,22.5000008583069,2|0,1:0|0:0,0:0:0:0:
158,311,11604,1,2,0:3:0:0:
160,289,11695,1,2,0:3:0:0:
161,267,11786,2,0,L|162:244,1,22.5000008583069,2|0,0:3|0:0,0:0:0:0:
165,268,11968,2,0,L|166:245,1,22.5000008583069,2|0,0:3|0:0,0:0:0:0:
166,187,12150,22,0,L|168:158,1,30,2|0,3:2|0:0,0:0:0:0:
174,121,12513,1,2,0:0:0:0:
174,121,12695,2,0,L|178:195,1,75,2|0,0:0|0:0,0:0:0:0:
183,199,13241,2,0,L|181:170,1,30,2|0,0:0|0:0,0:0:0:0:
186,72,13604,5,0,3:0:0:0:
188,35,13786,1,0,3:0:0:0:
191,0,13968,1,0,3:2:0:0:
191,0,14150,2,0,L|195:89,1,90,2|2,0:0|0:0,0:0:0:0:
206,181,15059,37,2,3:2:0:0:
207,167,15150,1,2,0:0:0:0:
208,152,15240,1,2,0:0:0:0:
214,115,15422,1,2,0:0:0:0:
214,115,15604,2,0,L|218:189,1,75,2|0,0:0|0:0,0:0:0:0:
223,193,16150,6,0,L|221:169,2,22.5,2|2|2,0:0|0:0|0:0,0:0:0:0:
226,228,16513,1,2,3:1:0:0:
229,263,16695,1,2,0:1:0:0:
230,277,16785,1,2,0:1:0:0:
231,292,16877,2,0,L|233:321,1,30,2|0,3:1|0:0,0:0:0:0:
236,218,17241,6,0,L|238:180,2,35.9999989013672,0|0|0,1:0|3:0|3:0,0:0:0:0:
246,362,18150,21,2,3:2:0:0:
248,315,18331,1,2,0:0:0:0:
253,358,18695,5,2,0:0:0:0:
257,310,18877,1,2,1:2:0:0:
261,354,19059,2,0,P|266:369|265:384,2,30,2|0|0,0:0|0:1|0:0,0:0:0:0:
266,305,19604,37,0,3:0:0:0:
269,254,19786,1,2,0:3:0:0:
270,240,19876,1,2,0:3:0:0:
271,225,19968,2,0,L|272:204,2,15,2|2|2,3:1|0:1|0:1,0:0:0:0:
275,301,20331,1,2,1:0:0:0:
276,316,20422,2,0,B|277:328|277:328|275:332|275:332|276:345,1,30,2|0,0:1|0:0,0:0:0:0:
281,349,20695,2,0,B|278:335|287:332|282:316,1,30,2|0,0:1|0:0,0:0:0:0:
286,142,21059,5,4,3:0:0:0:
291,199,21240,2,0,B|291:209|283:214|283:214|281:204|291:199,1,35.9999989013672,8|0,0:3|0:0,0:0:0:0:
296,139,21604,37,4,0:3:0:0:
296,197,21786,2,0,P|300:211|299:226,1,30,2|0,1:1|0:0,0:0:0:0:
301,291,22150,2,0,P|297:276|297:261,1,30,2|0,0:1|0:0,0:0:0:0:
306,136,22513,5,2,3:3:0:0:
311,97,22695,1,2,0:3:0:0:
311,97,22786,1,2,0:3:0:0:
311,97,22877,1,2,3:1:0:0:
313,106,22968,1,2,0:1:0:0:
314,115,23059,1,2,0:1:0:0:
315,124,23150,1,2,0:1:0:0:
316,133,23240,6,0,B|308:125|308:125|306:136,1,22.5000008583069,2|0,1:1|0:0,0:0:0:0:
319,168,23421,5,2,0:1:0:0:
319,201,23604,38,0,L|320:224,1,22.5000008583069,2|0,0:3|0:0,0:0:0:0:
323,200,23786,2,0,L|324:223,1,22.5000008583069,2|0,0:3|0:0,0:0:0:0:
328,297,23968,21,2,3:2:0:0:
328,297,24150,2,0,L|326:268,1,30,2|0,0:0|0:0,0:0:0:0:
331,373,24513,1,2,0:0:0:0:
338,344,24695,1,2,1:0:0:0:
337,329,24787,2,0,L|336:314,1,15,2|0,0:1|0:0,0:0:0:0:
341,239,25059,2,0,L|339:210,1,30,2|0,0:1|0:0,0:0:0:0:
351,122,25422,5,2,3:2:0:0:
351,122,25604,2,0,L|352:107,2,15,2|2|2,0:0|0:0|3:2,0:0:0:0:
354,195,25968,1,2,0:3:0:0:
355,180,26059,1,2,0:3:0:0:
356,165,26149,2,0,L|358:136,2,30,2|0|0,1:3|0:0|0:0,0:0:0:0:
366,79,26877,37,2,3:2:0:0:
369,44,27059,1,2,0:1:0:0:
370,30,27149,1,2,0:1:0:0:
371,15,27240,2,0,L|371:0,2,15,2|2|2,0:1|0:1|0:1,0:0:0:0:
376,101,27604,1,2,1:1:0:0:
377,86,27696,2,0,L|378:65,1,15,2|0,0:1|0:0,0:0:0:0:
381,138,27968,2,0,L|379:167,1,30,2|0,0:1|0:0,0:0:0:0:
386,277,28331,5,2,3:3:0:0:
389,242,28513,1,2,0:3:0:0:
390,227,28604,1,2,0:3:0:0:
391,212,28695,2,0,L|393:183,1,30,2|2,0:3|0:3,0:0:0:0:
398,293,29059,6,0,L|396:331,2,37.5,2|2|2,1:0|3:1|3:1,0:0:0:0:
406,83,29786,21,2,3:2:0:0:
408,130,29967,1,2,0:0:0:0:
413,87,30331,5,2,0:0:0:0:
417,135,30513,1,2,1:0:0:0:
418,150,30605,2,0,L|419:171,1,15,2|0,0:1|0:0,0:0:0:0:
421,91,30877,2,0,P|426:76|425:61,1,30,2|0,0:1|0:0,0:0:0:0:
426,140,31240,37,2,3:2:0:0:
429,193,31422,1,2,0:1:0:0:
430,208,31513,1,2,0:1:0:0:
431,223,31603,1,2,0:1:0:0:
433,237,31695,1,2,0:1:0:0:
434,252,31786,2,0,P|436:237|435:222,1,30,2|0,0:2|1:0,0:0:0:0:
442,296,32149,2,0,P|439:310|440:325,1,30,2|0,0:0|0:0,0:0:0:0:
446,120,32695,5,4,3:0:0:0:
451,63,32877,2,0,B|448:54|448:54|441:49|441:49|443:57|443:57|451:63,1,35.9999989013672,8|0,0:3|0:0,0:0:0:0:
456,123,33240,37,4,0:3:0:0:
456,65,33422,1,2,1:0:0:0:
457,50,33513,2,0,P|451:31|443:20,1,30,2|0,0:1|0:0,0:0:0:0:
461,0,33786,1,2,0:1:0:0:
462,15,33877,2,0,L|462:29,1,15,2|0,0:1|0:0,0:0:0:0:
466,127,34149,5,2,3:3:0:0:
470,180,34331,1,2,0:3:0:0:
470,180,34422,1,2,0:3:0:0:
470,180,34513,1,2,3:1:0:0:
471,171,34604,1,2,0:1:0:0:
472,162,34695,1,2,0:1:0:0:
476,130,34877,6,0,B|486:125|486:125|481:127|475:126,1,22.5000008583069,2|0,1:1|0:0,0:0:0:0:
479,95,35059,5,2,0:1:0:0:
479,62,35240,38,0,L|480:39,1,22.5000008583069,2|0,0:3|0:0,0:0:0:0:
483,63,35422,2,0,L|484:40,1,22.5000008583069,2|0,0:3|0:0,0:0:0:0:
256,192,35604,12,4,37013,0:3:0:0:
256,192,37059,12,4,39149,0:3:0:0:
496,360,40695,6,0,B|498:344|498:344|495:329|495:329|496:314,1,45.0000017166138,2|0,3:1|0:0,0:0:0:0:
503,270,41059,1,2,0:1:0:0:
504,262,41150,1,2,0:1:0:0:
505,254,41240,2,0,L|506:242,3,11.2500004291535,2|0|0|0,0:1|0:0|0:0|0:0,0:0:0:0:

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,908 @@
osu file format v14
[General]
StackLeniency: 0.7
Mode: 2
[Difficulty]
HPDrainRate:6
CircleSize:4.5
OverallDifficulty:9.5
ApproachRate:9.5
SliderMultiplier:1.8
SliderTickRate:2
[Events]
//Background and Video events
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Layer 4 (Overlay)
//Storyboard Sound Samples
[TimingPoints]
-31,344.827586206897,4,2,1,15,1,0
486,-100,4,2,1,50,0,0
658,-100,4,2,1,55,0,0
831,-100,4,2,1,60,0,0
1003,-100,4,2,1,65,0,0
1175,-100,4,2,1,5,0,0
1348,-100,4,2,1,80,0,0
11089,-100,4,2,2,40,0,0
11175,-100,4,2,2,45,0,0
11262,-100,4,2,2,50,0,0
11348,-100,4,2,2,55,0,0
11434,-100,4,2,2,60,0,0
11520,-100,4,2,2,65,0,0
11606,-100,4,2,2,70,0,0
11693,-100,4,2,1,75,0,0
11865,-100,4,2,1,70,0,0
12037,-80,4,2,1,75,0,0
12296,-100,4,2,1,100,0,0
12382,-100,4,2,1,85,0,0
20658,-83.3333333333333,4,2,1,85,0,0
21175,-100,4,2,1,85,0,0
22037,-100,4,2,1,80,0,0
22210,-100,4,2,2,50,0,0
22727,-100,4,2,1,80,0,0
23072,-66.6666666666667,4,2,1,100,0,0
23331,-100,4,2,1,100,0,0
23417,-80,4,2,1,75,0,0
23762,-100,4,2,1,100,0,0
34451,-66.6666666666667,4,2,1,80,0,0
34624,-100,4,2,1,80,0,0
39969,-80,4,2,1,80,0,0
40658,-80,4,2,1,100,0,0
41348,-66.6666666666667,4,2,1,100,0,0
42037,-100,4,2,1,100,0,0
44106,-66.6666666666667,4,2,1,70,0,0
44279,-100,4,2,1,100,0,0
44796,-66.6666666666667,4,2,1,100,0,0
46175,-66.6666666666667,4,2,1,90,0,1
46348,-100,4,2,1,90,0,1
51348,-33.3333333333333,4,2,1,90,0,1
51520,-66.6666666666667,4,2,1,90,0,1
51693,-100,4,2,1,100,0,1
52037,-66.6666666666667,4,2,1,100,0,1
52727,-100,4,2,1,100,0,1
53072,-40,4,2,1,100,0,1
53762,-100,4,2,1,100,0,1
55141,-66.6666666666667,4,2,1,100,0,1
55371,-100,4,2,1,100,0,1
56520,-66.6666666666667,4,2,1,90,0,0
56606,-66.6666666666667,4,2,2,47,0,0
56693,-66.6666666666667,4,2,1,54,0,0
56779,-66.6666666666667,4,2,2,61,0,0
56865,-66.6666666666667,4,2,1,68,0,0
56951,-66.6666666666667,4,2,2,75,0,0
57037,-66.6666666666667,4,2,1,81,0,0
57124,-66.6666666666667,4,2,2,88,0,0
57210,-100,4,2,1,90,0,0
57900,-66.6666666666667,4,2,1,90,0,1
58072,-100,4,2,1,90,0,1
58244,-80,4,2,1,90,0,1
58589,-100,4,2,1,90,0,1
61175,-66.6666666666667,4,2,1,90,0,1
61348,-100,4,2,1,90,0,1
62382,-33.3333333333333,4,2,1,100,0,1
62555,-66.6666666666667,4,2,1,100,0,1
62770,-100,4,2,1,100,0,1
64106,-40,4,2,1,100,0,1
64796,-100,4,2,1,100,0,1
66175,-100,4,2,1,80,0,0
68417,-66.6666666666667,4,2,1,80,0,0
68589,-100,4,2,1,80,0,0
68934,-100,4,2,1,70,0,1
69020,-100,4,2,1,10,0,0
71003,-100,4,2,1,15,0,0
71693,-100,4,2,1,20,0,0
71865,-100,4,2,1,23,0,0
72037,-100,4,2,1,26,0,0
72210,-100,4,2,1,29,0,0
72382,-100,4,2,1,32,0,0
72555,-100,4,2,1,35,0,0
72727,-100,4,2,1,38,0,0
72900,-100,4,2,1,41,0,0
73072,-100,4,2,1,44,0,0
73244,-100,4,2,1,47,0,0
73417,-100,4,2,1,50,0,0
73589,-100,4,2,1,53,0,0
73762,-100,4,2,1,56,0,0
73934,-100,4,2,1,59,0,0
74106,-100,4,2,1,62,0,0
74279,-100,4,2,1,65,0,0
74451,-100,4,2,1,40,0,0
74624,-133.333333333333,4,2,1,40,0,0
77210,-100,4,2,1,40,0,0
77555,-133.333333333333,4,2,1,40,0,0
79969,-100,4,2,1,40,0,0
80313,-133.333333333333,4,2,1,40,0,0
81348,-100,4,2,1,40,0,0
81692,-133.333333333333,4,2,1,40,0,0
82727,-86.9565217391304,4,2,1,40,0,0
83072,-133.333333333333,4,2,1,40,0,0
84106,-100,4,2,1,40,0,0
84450,-133.333333333333,4,2,1,40,0,0
85486,-100,4,2,2,50,0,0
96175,-50,4,2,2,60,0,0
96520,-50,4,2,1,55,0,0
96822,-50,4,2,1,5,0,0
96865,-66.6666666666667,4,2,1,50,0,0
97210,-66.6666666666667,4,2,1,45,0,0
97512,-66.6666666666667,4,2,1,5,0,0
97555,-100,4,2,1,40,0,0
97900,-100,4,2,1,35,0,0
98244,-100,4,2,1,5,0,0
99279,-100,4,2,1,75,0,0
99624,-66.6666666666667,4,2,1,75,0,0
99796,-66.6666666666667,4,2,1,75,0,0
100313,-100,4,2,1,75,0,0
100658,-83.3333333333333,4,2,1,90,0,1
111578,-83.3333333333333,4,2,1,90,0,0
111693,-83.3333333333333,4,2,1,90,0,1
119279,-66.6666666666667,4,2,1,90,0,1
119969,-83.3333333333333,4,2,1,90,0,1
121003,-50,4,2,1,90,0,1
121175,-83.3333333333333,4,2,1,90,0,1
122727,-100,4,2,1,90,0,0
123072,-100,4,2,1,50,0,0
123417,-100,4,2,1,46,0,0
123762,-100,4,2,1,42,0,0
124106,-100,4,2,1,38,0,0
124451,-100,4,2,1,35,0,0
124796,-100,4,2,1,32,0,0
125141,-100,4,2,1,29,0,0
125486,-100,4,2,1,26,0,0
125831,-100,4,2,1,24,0,0
126175,-100,4,2,1,22,0,0
126520,-100,4,2,1,20,0,0
126865,-100,4,2,1,18,0,0
127210,-100,4,2,1,16,0,0
127555,-100,4,2,1,14,0,0
127900,-100,4,2,1,12,0,0
128244,-100,4,2,1,10,0,0
128934,-100,4,2,1,9,0,0
129624,-100,4,2,1,8,0,0
130313,-100,4,2,1,7,0,0
131003,-100,4,2,1,6,0,0
131693,-100,4,2,1,5,0,0
[HitObjects]
256,192,313,12,2,1175,0:0:0:0:
224,192,1348,5,6,3:2:0:0:
177,157,1434,1,0,0:0:0:0:
179,100,1520,1,2,0:2:0:0:
227,68,1606,1,2,0:2:0:0:
292,68,1693,2,0,L|296:12,1,45,2|0,0:0|0:0,0:0:0:0:
116,192,1865,2,0,B|116:280|116:280|208:296,1,180,0|2,3:0|0:1,0:0:0:0:
116,280,2296,1,0,0:0:0:0:
26,264,2382,2,0,L|22:160,1,90,0|2,3:2|0:3,0:0:0:0:
292,192,2727,6,0,L|384:192,1,90,2|2,3:2|0:3,0:0:0:0:
328,192,2986,1,2,0:3:0:0:
276,192,3072,1,2,0:0:0:0:
448,192,3244,1,0,3:0:0:0:
268,96,3417,2,0,B|176:96,1,90,0|2,0:0|0:3,0:0:0:0:
244,96,3675,1,2,0:3:0:0:
178,96,3762,2,0,L|82:96,1,90,0|2,3:0|0:3,0:0:0:0:
444,304,4106,6,0,L|448:256,1,45,2|2,3:2|0:2,0:0:0:0:
376,256,4279,2,0,L|372:208,1,45,2|2,0:2|0:2,0:0:0:0:
300,192,4451,1,2,0:0:0:0:
472,136,4624,2,0,L|476:84,1,45,0|0,3:0|0:0,0:0:0:0:
296,28,4796,2,0,P|264:72|280:108,1,90,0|2,0:0|0:1,0:0:0:0:
366,152,5055,1,0,0:0:0:0:
456,211,5141,2,0,L|352:211,1,90,0|2,3:2|0:3,0:0:0:0:
112,192,5486,6,0,L|208:192,1,90,2|2,3:2|0:3,0:0:0:0:
268,192,5744,1,2,0:3:0:0:
202,192,5831,1,2,0:0:0:0:
360,192,6003,1,0,3:0:0:0:
192,284,6175,2,0,L|100:284,1,90,0|2,0:0|0:3,0:0:0:0:
172,284,6434,1,2,0:3:0:0:
102,284,6520,2,0,L|10:284,1,90,0|2,3:0|0:3,0:0:0:0:
288,284,6865,5,2,3:2:0:0:
335,249,6951,1,2,0:2:0:0:
333,192,7037,1,2,0:2:0:0:
285,160,7124,1,2,0:2:0:0:
220,160,7210,2,0,L|216:104,1,45,2|0,0:0|0:0,0:0:0:0:
320,56,7382,1,0,3:0:0:0:
204,56,7555,1,0,0:0:0:0:
456,52,7727,1,2,0:1:0:0:
460,104,7813,1,0,0:0:0:0:
464,160,7900,2,0,L|372:160,1,90,0|2,3:2|0:3,0:0:0:0:
120,160,8244,6,0,B|212:160,1,90,2|2,3:2|0:3,0:0:0:0:
280,160,8503,1,2,0:3:0:0:
348,160,8589,1,2,0:0:0:0:
176,160,8762,1,0,3:0:0:0:
354,160,8934,2,0,L|446:160,1,90,0|2,0:0|0:3,0:0:0:0:
374,160,9193,1,2,0:3:0:0:
306,160,9279,2,0,L|406:160,1,90,0|2,3:0|0:3,0:0:0:0:
148,56,9624,6,0,L|100:44,1,45,2|2,3:2|0:2,0:0:0:0:
176,120,9796,2,0,L|224:108,1,45,2|2,0:2|0:2,0:0:0:0:
148,56,9969,1,2,0:0:0:0:
308,56,10141,1,0,3:0:0:0:
140,120,10313,1,0,0:0:0:0:
396,192,10486,2,0,L|440:192,2,45,2|0|0,0:1|0:0|3:2,0:0:0:0:
228,192,10831,1,2,0:3:0:0:
460,312,11003,6,0,L|484:270,1,45,0|2,3:3|0:3,0:0:0:0:
392,288,11175,2,0,L|416:246,1,45,2|2,0:3|0:3,0:0:0:0:
324,264,11348,2,0,L|347:222,1,45,2|2,0:3|0:3,0:0:0:0:
260,232,11520,2,0,L|284:190,1,45,2|2,0:3|0:3,0:0:0:0:
384,192,11693,1,0,3:0:0:0:
220,188,11865,2,0,L|156:188,1,45,8|0,0:2|3:0,0:0:0:0:
400,192,12037,2,0,B|488:192|488:192|488:108,1,168.75,8|0,3:2|0:0,0:0:0:0:
284,56,12382,6,0,L|192:56,1,90,6|2,3:2|0:2,0:0:0:0:
264,56,12641,1,2,0:2:0:0:
436,56,12727,1,10,3:2:0:0:
328,56,12900,2,0,L|324:112,1,45,0|0,3:0|0:0,3:3:0:0:
424,112,13072,2,0,L|428:216,1,90,0|2,0:0|0:1,0:0:0:0:
360,200,13331,1,2,0:3:0:0:
208,200,13417,2,0,L|116:200,1,90,8|2,3:2|0:3,0:0:0:0:
292,200,13762,6,0,L|296:292,1,90,2|2,3:2|0:3,0:0:0:0:
228,292,14020,1,2,0:3:0:0:
408,288,14106,2,0,L|508:288,1,90,10|0,3:2|3:0,0:0:0:0:
228,192,14451,2,0,L|324:192,1,90,8|2,3:2|3:3,0:0:0:0:
48,192,14796,2,0,L|140:192,1,90,8|2,3:2|0:3,0:0:0:0:
392,192,15141,6,0,L|396:132,1,45,2|2,3:2|0:2,0:0:0:0:
320,120,15313,2,0,L|316:60,1,45,2|2,0:2|0:2,0:0:0:0:
488,60,15486,1,10,3:2:0:0:
388,60,15658,2,0,L|332:60,1,45,0|0,3:0|0:0,3:3:0:0:
240,60,15831,2,0,L|236:152,1,90,0|2,0:0|0:1,0:0:0:0:
304,152,16089,1,2,0:3:0:0:
132,152,16175,2,0,L|36:152,1,90,8|2,3:2|0:3,0:0:0:0:
312,256,16520,6,0,L|216:256,1,90,10|2,3:2|0:3,0:0:0:0:
152,256,16779,1,2,0:3:0:0:
328,328,16865,2,0,L|236:328,1,90,10|0,3:2|3:0,0:0:0:0:
328,328,17210,1,0,0:0:0:0:
164,328,17382,2,0,L|160:276,1,45,2|2,0:3|0:3,0:0:0:0:
336,240,17555,2,0,L|440:240,1,90,8|2,3:2|0:3,0:0:0:0:
152,56,17900,5,10,3:2:0:0:
155,114,17986,1,2,0:2:0:0:
192,160,18072,1,2,0:2:0:0:
252,168,18158,1,2,0:2:0:0:
404,168,18244,2,0,L|408:72,1,90,10|2,0:2|3:2,0:0:0:0:
156,232,18589,2,0,L|64:232,1,90,8|2,0:0|0:3,0:0:0:0:
136,232,18848,1,2,0:3:0:0:
304,232,18934,2,0,L|396:232,1,90,8|0,3:2|0:3,0:0:0:0:
120,76,19279,6,0,P|100:120|120:168,1,90,8|0,3:2|0:0,0:0:0:0:
180,160,19537,1,0,0:0:0:0:
360,160,19624,2,0,L|268:160,1,90,8|0,0:0|3:0,0:0:0:0:
32,316,19969,2,0,L|132:316,1,90,8|2,3:2|0:3,0:0:0:0:
188,316,20227,1,0,0:0:0:0:
16,232,20313,2,0,L|116:232,1,90,8|2,3:2|0:3,0:0:0:0:
368,232,20658,6,0,L|256:232,3,107.999996704102,10|10|10|8,3:2|0:2|3:2|3:2,0:0:0:0:
496,232,21348,1,8,0:0:0:0:
324,232,21520,1,8,3:2:0:0:
496,232,21693,1,8,3:2:0:0:
388,232,21865,2,0,L|332:232,1,45,8|8,3:2|3:2,0:0:0:0:
144,232,22037,5,2,3:2:0:0:
252,232,22210,2,0,L|232:192,1,45,2|0,3:0|0:0,0:0:0:0:
312,164,22382,2,0,L|292:124,1,45,2|0,3:0|0:0,0:0:0:0:
372,96,22555,2,0,L|352:56,1,45,2|0,3:0|0:0,0:0:0:0:
180,56,22727,2,0,L|276:56,1,90,2|8,3:2|0:0,0:0:0:0:
208,56,22986,1,0,3:0:0:0:
436,56,23072,2,0,P|504:104|436:168,1,202.500007724762,8|0,3:2|0:0,0:0:0:0:
208,192,23417,6,0,L|92:192,2,112.5,6|2|2,3:2|0:0|0:0,0:0:0:0:
312,192,23934,1,2,0:0:0:0:
220,192,24020,1,2,0:0:0:0:
128,192,24106,2,0,L|220:192,1,90,2|2,0:0|0:1,0:0:0:0:
392,192,24451,1,0,3:0:0:0:
444,176,24537,1,2,0:0:0:0:
444,120,24624,1,2,0:0:0:0:
392,100,24710,1,2,0:0:0:0:
212,276,24796,6,0,L|308:276,2,90,2|2|2,0:2|0:2|0:2,0:0:0:0:
320,276,25313,1,2,0:2:0:0:
384,276,25400,1,2,0:2:0:0:
284,352,25486,2,0,L|192:352,1,90,2|2,0:2|0:0,0:0:0:0:
448,276,25831,2,0,L|444:224,1,45,2|2,3:2|0:2,0:0:0:0:
344,192,26003,2,0,L|300:192,1,45,2|2,0:2|0:2,0:0:0:0:
128,192,26175,6,0,L|28:192,2,90,2|2|2,3:2|0:0|0:0,0:0:0:0:
236,192,26693,1,2,0:0:0:0:
299,192,26779,1,2,0:0:0:0:
362,192,26865,1,2,0:0:0:0:
196,192,27037,1,2,0:1:0:0:
352,192,27210,1,2,3:2:0:0:
352,128,27296,1,2,0:2:0:0:
312,80,27382,1,2,0:2:0:0:
248,80,27469,1,2,0:2:0:0:
412,80,27555,6,0,L|320:80,2,90,2|2|2,0:2|0:0|0:0,0:0:0:0:
304,80,28072,1,2,0:0:0:0:
396,80,28158,1,2,0:0:0:0:
488,80,28244,2,0,L|396:80,1,90,2|2,0:0|0:0,0:0:0:0:
88,80,28589,1,8,3:2:0:0:
340,80,28934,6,0,L|344:172,1,90,2|2,3:2|0:2,0:0:0:0:
172,192,29279,2,0,L|168:292,1,90,2|2,3:2|0:2,0:0:0:0:
268,284,29537,1,2,0:2:0:0:
368,284,29624,2,0,L|268:284,1,90,2|2,3:2|0:1,0:0:0:0:
452,284,29969,2,0,L|460:236,2,45,0|0|2,3:2|0:0|0:2,0:0:0:0:
200,372,30313,6,0,L|196:280,1,90,2|2,3:2|0:2,0:0:0:0:
368,160,30658,2,0,L|264:160,1,90,2|2,3:2|0:2,0:0:0:0:
380,160,30917,1,2,0:2:0:0:
480,160,31003,2,0,L|374:160,1,90,2|2,3:2|0:2,0:0:0:0:
128,192,31348,2,0,L|124:140,1,45,2|2,3:2|0:2,0:0:0:0:
228,104,31520,2,0,L|292:104,1,45,2|2,0:2|0:2,0:0:0:0:
88,148,31693,6,0,L|84:252,1,90,2|2,3:2|0:2,0:0:0:0:
256,236,32037,2,0,L|352:236,1,90,2|2,3:2|0:2,0:0:0:0:
246,236,32296,1,2,0:2:0:0:
148,236,32382,2,0,L|48:236,1,90,2|2,3:2|0:2,0:0:0:0:
232,68,32727,1,0,3:2:0:0:
180,68,32813,1,0,0:0:0:0:
124,68,32900,1,2,0:2:0:0:
376,68,33072,6,0,L|476:68,1,90,2|2,3:2|0:2,0:0:0:0:
300,192,33417,2,0,L|396:192,1,90,2|2,3:2|0:2,0:0:0:0:
220,192,33762,2,0,L|128:192,1,90,2|2,3:2|0:2,0:0:0:0:
416,192,34106,2,0,L|448:192,7,22.5,0|0|0|0|0|0|0|0,3:0|3:0|3:0|3:0|3:0|3:0|3:0|0:0,0:0:0:0:
265,192,34451,6,0,L|129:192,1,135.000005149842,10|2,3:2|0:2,0:0:0:0:
300,192,34796,2,0,L|304:97,1,90,2|2,3:2|0:2,0:0:0:0:
140,100,35141,1,10,3:2:0:0:
376,100,35313,1,2,0:1:0:0:
268,100,35486,2,0,L|264:196,1,90,0|2,3:2|0:2,0:0:0:0:
496,192,35831,6,0,L|404:192,1,90,10|2,3:2|0:2,0:0:0:0:
236,192,36175,2,0,L|140:192,1,90,2|2,3:2|0:2,0:0:0:0:
400,256,36520,1,10,3:2:0:0:
236,256,36693,1,2,0:2:0:0:
476,256,36865,1,2,3:2:0:0:
476,322,36951,1,0,0:0:0:0:
434,372,37037,1,2,0:2:0:0:
369,383,37124,1,0,0:0:0:0:
196,384,37210,6,0,L|104:384,1,90,10|2,3:2|0:2,0:0:0:0:
272,384,37555,2,0,L|368:384,1,90,2|2,3:2|0:2,0:0:0:0:
196,384,37900,1,10,3:2:0:0:
432,384,38072,1,2,0:1:0:0:
324,384,38244,1,0,3:2:0:0:
272,384,38331,1,0,0:0:0:0:
224,384,38417,1,2,0:2:0:0:
488,384,38589,6,0,L|490:281,1,90,10|2,3:2|0:2,0:0:0:0:
324,296,38934,2,0,L|328:188,1,90,2|2,3:2|0:2,0:0:0:0:
88,204,39279,1,10,3:2:0:0:
256,204,39451,1,2,0:2:0:0:
16,204,39624,1,10,3:2:0:0:
428,208,39969,6,0,P|480:152|428:92,1,168.75,8|2,3:2|0:0,0:0:0:0:
328,92,40313,2,0,P|256:120|240:204,1,168.75,10|0,3:2|0:0,0:0:0:0:
412,208,40658,2,0,B|496:208|496:208|500:296,1,168.75,8|0,3:2|0:0,0:0:0:0:
272,376,41003,2,0,B|272:292|272:292|360:288,1,168.75,8|0,3:2|0:0,0:0:0:0:
116,296,41348,6,0,P|52:224|120:176,1,202.500007724762,8|0,3:2|0:0,0:0:0:0:
340,176,41693,2,0,L|132:176,1,202.500007724762,8|0,3:2|0:0,0:0:0:0:
312,96,42037,1,8,3:2:0:0:
164,96,42210,1,8,3:2:0:0:
324,96,42382,1,8,3:2:0:0:
152,96,42555,1,8,3:2:0:0:
404,96,42727,5,8,3:2:0:0:
460,128,42813,1,8,3:2:0:0:
460,192,42900,1,8,3:2:0:0:
404,224,42986,1,8,3:2:0:0:
208,192,43072,2,0,L|204:244,1,45,8|8,3:2|3:2,0:0:0:0:
280,240,43244,2,0,L|284:292,1,45,8|8,3:2|3:2,0:0:0:0:
104,328,43417,6,8,L|48:328,1,45,8|8,3:2|3:2,0:0:0:0:
240,364,43589,2,8,L|300:364,1,45,8|8,3:2|3:2,0:0:0:0:
80,192,43762,2,0,L|136:192,1,45,8|8,3:2|3:2,0:0:0:0:
372,224,43934,2,0,L|316:224,1,45,8|8,3:2|3:2,0:0:0:0:
124,44,44106,5,8,3:2:0:0:
368,44,44279,1,2,0:0:0:0:
116,44,44451,2,0,L|64:44,1,45,2|2,0:0|0:0,0:0:0:0:
172,116,44624,2,0,L|112:116,1,45,2|2,0:0|0:0,0:0:0:0:
300,116,44796,2,0,L|476:116,1,168.750006437302,2|2,0:0|0:0,0:0:0:0:
260,192,45141,2,0,L|428:192,1,168.750006437302,2|2,0:0|0:0,0:0:0:0:
176,328,45486,5,2,3:2:0:0:
158,322,45507,1,0,0:0:0:0:
143,313,45529,1,0,0:0:0:0:
129,301,45550,1,0,0:0:0:0:
119,287,45572,1,0,0:0:0:0:
111,270,45594,1,0,0:0:0:0:
108,253,45615,1,0,0:0:0:0:
108,235,45637,1,0,0:0:0:0:
112,217,45658,1,0,0:0:0:0:
120,201,45680,1,0,0:0:0:0:
131,187,45701,1,0,0:0:0:0:
145,175,45723,1,0,0:0:0:0:
161,167,45744,1,0,0:0:0:0:
178,162,45766,1,0,0:0:0:0:
196,161,45787,1,0,0:0:0:0:
214,164,45809,1,0,0:0:0:0:
240,168,45831,1,0,0:0:0:0:
257,167,45852,1,0,0:0:0:0:
275,162,45874,1,0,0:0:0:0:
291,153,45895,1,0,0:0:0:0:
304,142,45917,1,0,0:0:0:0:
315,128,45938,1,0,0:0:0:0:
323,111,45960,1,0,0:0:0:0:
327,94,45981,1,0,0:0:0:0:
327,76,46003,1,0,0:0:0:0:
324,58,46025,1,0,0:0:0:0:
317,42,46046,1,0,0:0:0:0:
306,27,46068,1,0,0:0:0:0:
293,16,46089,1,0,0:0:0:0:
277,7,46111,1,0,0:0:0:0:
260,1,46132,1,0,0:0:0:0:
76,52,46175,6,0,B|8:52|8:52|80:52,1,135.000005149842,4|2,3:2|0:0,0:0:0:0:
120,52,46434,1,2,0:0:0:0:
280,52,46520,2,0,L|376:52,1,90,8|2,3:2|0:0,0:0:0:0:
324,52,46779,1,2,0:0:0:0:
152,136,46865,2,0,L|96:136,1,45,2|2,3:2|0:0,0:0:0:0:
172,208,47037,2,0,L|112:208,1,45,2|2,0:0|0:0,0:0:0:0:
336,192,47210,1,8,3:2:0:0:
363,202,47253,1,0,0:0:0:0:
384,224,47296,1,0,0:0:0:0:
393,252,47339,1,0,0:0:0:0:
389,282,47382,1,0,0:0:0:0:
372,306,47425,1,0,0:0:0:0:
347,322,47469,1,0,0:0:0:0:
168,324,47555,6,0,L|76:324,1,90,2|0,3:2|0:0,0:0:0:0:
244,208,47900,2,0,L|152:208,1,90,10|2,3:2|0:3,0:0:0:0:
400,208,48244,2,0,L|404:156,1,45,2|2,3:2|0:2,0:0:0:0:
312,76,48503,1,2,0:2:0:0:
140,76,48589,1,10,0:2:0:0:
248,76,48762,1,2,0:2:0:0:
16,76,48934,6,0,L|60:76,1,45,2|2,3:2|0:0,0:0:0:0:
160,76,49193,1,2,3:2:0:0:
16,76,49279,2,0,L|20:120,1,45,10|2,3:2|0:2,0:0:0:0:
76,164,49451,2,0,L|140:164,1,45,2|2,0:2|0:2,0:0:0:0:
304,192,49624,5,0,3:0:0:0:
317,209,49667,1,0,0:0:0:0:
326,230,49710,1,0,0:0:0:0:
328,252,49753,1,0,0:0:0:0:
325,274,49796,1,2,0:0:0:0:
316,295,49839,1,0,0:0:0:0:
301,312,49882,1,0,0:0:0:0:
120,312,49969,1,8,3:2:0:0:
52,312,50055,1,2,0:0:0:0:
120,312,50141,1,2,0:0:0:0:
288,312,50313,5,2,3:2:0:0:
332,273,50400,1,2,3:2:0:0:
328,215,50486,1,2,3:2:0:0:
280,184,50572,1,2,3:2:0:0:
104,92,50658,2,0,L|60:92,1,45,10|2,3:2|0:3,0:0:0:0:
104,184,50831,2,0,L|148:184,1,45,2|0,0:3|0:0,0:0:0:0:
328,215,51003,6,0,B|376:215|376:215|324:215,1,90,4|2,3:2|0:0,0:0:0:0:
280,215,51262,1,2,0:0:0:0:
128,296,51348,2,0,L|364:296,1,236.250009012223,8|0,3:2|0:0,0:0:0:0:
364,296,51520,2,0,L|224:296,1,135.000005149842,2|2,0:0|0:0,0:0:0:0:
368,144,51736,2,0,L|440:144,1,67.5,2|2,0:0|3:2,0:0:0:0:
380,144,51951,1,2,0:0:0:0:
204,64,52037,2,0,L|128:64,1,67.5000025749208,10|0,0:0|0:0,0:0:0:0:
223,64,52210,2,0,L|148:64,1,67.5000025749208,2|2,0:2|0:2,0:0:0:0:
388,240,52382,6,0,L|464:240,1,67.5000025749208,2|2,3:2|0:2,0:0:0:0:
368,144,52555,2,0,L|436:144,1,67.5000025749208,2|2,0:2|0:2,0:0:0:0:
224,144,52727,1,10,3:2:0:0:
194,150,52770,1,0,0:0:0:0:
169,165,52813,1,0,0:0:0:0:
149,188,52856,1,0,0:0:0:0:
137,215,52900,1,2,0:3:0:0:
134,245,52943,1,0,0:0:0:0:
141,274,52986,1,0,0:0:0:0:
368,348,53072,2,0,B|144:348,1,225,10|0,3:2|0:0,0:0:0:0:
444,272,53417,2,0,B|220:272,1,225,10|2,3:2|0:3,0:0:0:0:
488,184,53762,6,0,L|492:276,1,90,2|2,3:2|0:3,0:0:0:0:
336,184,54106,1,8,3:2:0:0:
280,184,54193,1,2,0:3:0:0:
228,184,54279,1,2,0:3:0:0:
392,276,54451,2,0,L|396:312,1,22.5,2|0,3:2|0:0,0:0:0:0:
188,328,54624,2,0,L|185:305,1,22.5,2|0,0:3|0:0,0:0:0:0:
408,108,54796,2,0,L|356:108,1,45,10|2,3:2|0:3,0:0:0:0:
136,176,54969,2,0,L|188:176,1,45,2|0,0:0|0:0,0:0:0:0:
384,192,55141,6,0,L|292:192,2,90.0000034332277,2|2|2,3:2|0:2|0:2,0:0:0:0:
172,272,55486,1,2,3:2:0:0:
280,272,55601,1,2,0:2:0:0:
388,272,55716,1,2,0:2:0:0:
164,192,55831,2,0,L|96:192,2,60,2|2|2,3:2|0:2|0:2,0:0:0:0:
340,192,56175,1,2,3:2:0:0:
412,192,56290,1,2,0:2:0:0:
412,120,56405,1,2,0:2:0:0:
212,120,56520,6,0,P|160:260|288:136,1,472.500018024445,0|0,3:2|0:0,0:0:0:0:
128,40,57210,5,2,3:2:0:0:
112,44,57231,1,0,0:0:0:0:
97,50,57253,1,0,0:0:0:0:
83,58,57275,1,0,0:0:0:0:
70,67,57296,1,0,0:0:0:0:
57,77,57318,1,0,0:0:0:0:
46,89,57339,1,0,0:0:0:0:
35,101,57361,1,0,0:0:0:0:
26,114,57382,1,0,0:0:0:0:
19,129,57404,1,0,0:0:0:0:
13,143,57425,1,0,0:0:0:0:
8,159,57447,1,0,0:0:0:0:
5,175,57469,1,0,0:0:0:0:
3,191,57490,1,0,0:0:0:0:
3,207,57512,1,0,0:0:0:0:
5,223,57533,1,0,0:0:0:0:
8,239,57555,1,0,0:0:0:0:
12,254,57576,1,0,0:0:0:0:
18,269,57598,1,0,0:0:0:0:
26,283,57619,1,0,0:0:0:0:
35,297,57641,1,0,0:0:0:0:
45,309,57662,1,0,0:0:0:0:
56,321,57684,1,0,0:0:0:0:
69,331,57706,1,0,0:0:0:0:
82,340,57727,1,0,0:0:0:0:
96,348,57749,1,0,0:0:0:0:
111,354,57770,1,0,0:0:0:0:
126,359,57792,1,0,0:0:0:0:
142,362,57813,1,0,0:0:0:0:
158,364,57835,1,0,0:0:0:0:
174,364,57856,1,0,0:0:0:0:
312,364,57900,6,0,L|448:364,1,135.000005149842,12|2,3:2|0:0,0:0:0:0:
392,364,58158,1,2,0:0:0:0:
216,192,58244,2,0,L|160:192,1,56.25,10|0,3:2|0:0,0:0:0:0:
232,124,58417,2,0,L|176:124,1,56.25,2|2,0:0|0:0,0:0:0:0:
20,192,58589,2,0,L|112:192,1,90,2|2,3:2|0:0,0:0:0:0:
276,264,58934,2,0,L|180:264,1,90,8|2,3:2|0:3,0:0:0:0:
440,264,59279,5,0,3:0:0:0:
466,250,59322,1,0,0:0:0:0:
484,226,59365,1,0,0:0:0:0:
491,198,59408,1,0,0:0:0:0:
484,168,59451,1,2,0:3:0:0:
428,128,59537,1,0,0:0:0:0:
260,128,59624,2,0,L|216:128,2,45,8|2|2,3:2|0:0|0:0,0:0:0:0:
494,129,59969,2,0,L|498:181,1,45,2|2,3:2|0:2,0:0:0:0:
392,260,60227,1,2,0:2:0:0:
212,260,60313,1,10,3:2:0:0:
356,260,60486,1,2,0:2:0:0:
104,64,60658,6,0,L|100:112,1,45,2|2,3:2|0:2,0:0:0:0:
204,192,60917,1,2,0:2:0:0:
384,128,61003,2,0,L|340:128,1,45,10|2,3:2|0:2,0:0:0:0:
159,192,61175,2,0,L|240:192,1,67.5000025749208,2|2,0:2|0:2,0:0:0:0:
72,192,61348,5,2,3:2:0:0:
9,228,61434,1,2,3:2:0:0:
9,300,61520,1,2,3:2:0:0:
70,336,61606,1,2,3:2:0:0:
250,272,61693,2,0,L|350:272,1,90,10|0,3:2|0:0,0:0:0:0:
184,215,62037,6,0,B|136:215|136:215|188:215,1,90,6|2,3:2|0:3,0:0:0:0:
232,215,62296,1,2,0:3:0:0:
384,296,62382,2,0,L|148:296,1,236.250009012223,8|0,0:0|0:0,0:0:0:0:
148,296,62555,2,0,L|288:296,1,135.000005149842,2|2,0:0|3:2,0:0:0:0:
144,144,62770,2,0,L|72:144,1,67.5,2|2,0:0|0:0,0:0:0:0:
132,144,62986,1,2,0:0:0:0:
300,64,63072,2,0,L|344:64,1,45,8|0,3:2|0:0,0:0:0:0:
184,192,63244,2,0,L|232:192,1,45,2|2,0:0|0:0,0:0:0:0:
64,64,63417,6,0,L|20:64,1,45,2|2,3:2|0:0,0:0:0:0:
184,192,63589,2,0,L|140:192,1,45,2|2,0:0|0:0,0:0:0:0:
345,64,63762,1,10,0:0:0:0:
375,70,63805,1,0,0:0:0:0:
400,85,63848,1,0,0:0:0:0:
420,108,63891,1,0,0:0:0:0:
432,135,63934,1,0,0:0:0:0:
435,165,63977,1,0,0:0:0:0:
428,194,64020,1,0,0:0:0:0:
224,344,64106,2,0,B|448:344,1,225,8|2,3:2|3:2,0:0:0:0:
148,268,64451,2,0,B|372:268,1,225,8|0,3:2|0:0,0:0:0:0:
120,344,64796,5,6,3:2:0:0:
324,344,64911,1,2,0:0:0:0:
120,344,65026,1,2,0:0:0:0:
336,168,65141,1,10,3:2:0:0:
222,168,65256,1,2,0:0:0:0:
108,168,65371,1,2,0:0:0:0:
336,92,65486,1,2,3:2:0:0:
444,92,65601,1,2,0:0:0:0:
336,92,65716,1,2,0:0:0:0:
144,92,65831,1,10,3:2:0:0:
252,92,65946,1,2,0:0:0:0:
144,92,66060,1,2,0:0:0:0:
360,288,66175,6,0,L|468:288,1,90,2|2,0:0|0:0,0:0:0:0:
396,288,66434,1,2,0:0:0:0:
224,192,66520,1,2,0:0:0:0:
388,192,66693,1,2,0:0:0:0:
124,316,66865,2,0,L|120:264,1,45,2|2,0:0|0:0,0:0:0:0:
204,352,67037,2,0,L|200:300,1,45,2|2,0:0|0:0,0:0:0:0:
368,192,67210,1,2,0:0:0:0:
204,192,67382,1,2,0:0:0:0:
476,192,67555,5,6,3:2:0:0:
188,192,67900,1,6,3:2:0:0:
488,192,68244,1,0,3:0:0:0:
356,192,68417,2,0,L|424:192,1,67.5000025749208,0|0,3:0|3:0,0:0:0:0:
172,192,68589,2,0,L|168:100,1,90,8|2,0:0|0:0,0:0:0:0:
484,60,68934,5,4,3:2:0:0:
256,192,69279,12,0,71348,0:0:0:0:
232,196,71693,6,0,L|228:176,14,11.25,2|0|0|0|0|0|0|0|0|0|0|0|0|0|0,0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
272,164,72037,2,0,L|282:146,14,11.25,2|0|0|0|0|0|0|0|0|0|0|0|0|0|0,0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
316,216,72382,6,0,L|331:203,14,11.25,2|0|0|0|0|0|0|0|0|0|0|0|0|0|0,0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
360,140,72727,2,0,L|375:127,14,11.25,2|0|0|0|0|0|0|0|0|0|0|0|0|0|0,0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0,0:0:0:0:
256,76,73072,5,2,0:0:0:0:
244,78,73094,1,0,0:0:0:0:
233,82,73115,1,0,0:0:0:0:
224,88,73137,1,0,0:0:0:0:
215,96,73158,1,0,0:0:0:0:
209,106,73180,1,0,0:0:0:0:
205,117,73201,1,0,0:0:0:0:
202,128,73223,1,0,0:0:0:0:
203,140,73244,1,0,0:0:0:0:
205,151,73266,1,0,0:0:0:0:
210,162,73287,1,0,0:0:0:0:
217,171,73309,1,0,0:0:0:0:
226,179,73331,1,0,0:0:0:0:
236,184,73352,1,0,0:0:0:0:
247,188,73374,1,0,0:0:0:0:
258,190,73395,1,0,0:0:0:0:
270,189,73417,1,0,0:0:0:0:
281,185,73438,1,0,0:0:0:0:
291,180,73460,1,0,0:0:0:0:
300,173,73481,1,0,0:0:0:0:
307,164,73503,1,0,0:0:0:0:
313,153,73525,1,0,0:0:0:0:
316,142,73546,1,0,0:0:0:0:
317,131,73568,1,0,0:0:0:0:
315,119,73589,1,0,0:0:0:0:
311,108,73611,1,0,0:0:0:0:
305,98,73632,1,0,0:0:0:0:
297,90,73654,1,0,0:0:0:0:
288,83,73675,1,0,0:0:0:0:
277,78,73697,1,0,0:0:0:0:
266,76,73719,1,0,0:0:0:0:
164,20,73762,5,2,0:0:0:0:
153,23,73783,1,0,0:0:0:0:
143,28,73805,1,0,0:0:0:0:
133,34,73826,1,0,0:0:0:0:
124,40,73848,1,0,0:0:0:0:
115,48,73869,1,0,0:0:0:0:
108,56,73891,1,0,0:0:0:0:
101,65,73912,1,0,0:0:0:0:
95,74,73934,1,0,0:0:0:0:
90,84,73956,1,0,0:0:0:0:
85,95,73977,1,0,0:0:0:0:
82,105,73999,1,0,0:0:0:0:
80,116,74020,1,0,0:0:0:0:
79,128,74042,1,0,0:0:0:0:
79,139,74063,1,0,0:0:0:0:
180,148,74106,1,2,0:0:0:0:
190,151,74128,1,0,0:0:0:0:
200,156,74150,1,0,0:0:0:0:
210,162,74171,1,0,0:0:0:0:
219,168,74193,1,0,0:0:0:0:
228,176,74214,1,0,0:0:0:0:
235,184,74236,1,0,0:0:0:0:
242,193,74257,1,0,0:0:0:0:
248,202,74279,1,0,0:0:0:0:
253,212,74300,1,0,0:0:0:0:
258,223,74322,1,0,0:0:0:0:
261,233,74344,1,0,0:0:0:0:
263,244,74365,1,0,0:0:0:0:
264,256,74387,1,0,0:0:0:0:
264,267,74408,1,0,0:0:0:0:
148,236,74451,6,0,L|52:236,1,90,6|0,0:1|0:0,0:0:0:0:
196,124,74796,2,0,L|192:32,1,67.5000025749208
328,208,75141,2,0,L|324:116,1,67.5000025749208,0|0,0:0|0:0,0:0:0:0:
228,168,75486,1,2,0:0:0:0:
396,208,75658,1,2,0:0:0:0:
124,168,75831,5,2,0:0:0:0:
36,168,76003,1,0,0:0:0:0:
36,80,76175,1,0,0:0:0:0:
124,80,76348,1,0,0:0:0:0:
292,80,76520,2,0,L|296:172,1,67.5000025749208,2|0,0:0|0:0,0:0:0:0:
192,224,76865,2,0,L|196:152,1,67.5000025749208,0|0,0:0|0:0,0:0:0:0:
368,148,77210,6,0,P|424:204|368:268,1,180,2|0,0:0|0:0,0:0:0:0:
272,268,77727,1,0,0:0:0:0:
176,268,77900,2,0,L|172:360,1,67.5000025749208,0|0,0:0|0:0,0:0:0:0:
272,268,78244,1,2,0:0:0:0:
104,336,78417,1,2,0:0:0:0:
380,268,78589,6,0,L|456:268,2,67.5000025749208,2|0|0,0:0|0:0|0:0,0:0:0:0:
284,268,79106,1,0,0:0:0:0:
116,268,79279,2,0,L|112:176,1,67.5000025749208,2|0,0:0|0:0,0:0:0:0:
216,192,79624,2,0,L|312:192,1,67.5000025749208,0|0,0:0|0:0,0:0:0:0:
324,192,79882,1,0,0:0:0:0:
152,96,79969,6,0,B|56:96,2,90,2|0|0,0:0|0:0|0:0,0:0:0:0:
248,96,80486,1,0,0:0:0:0:
416,96,80658,2,0,L|420:168,1,67.5000025749208,2|0,0:0|0:0,0:0:0:0:
324,192,81003,2,0,L|252:192,1,67.5000025749208,0|0,0:0|0:0,0:0:0:0:
208,192,81262,1,0,0:0:0:0:
384,256,81348,6,0,B|480:256,2,90,2|0|0,0:0|0:0|0:0,0:0:0:0:
212,296,81865,1,2,0:0:0:0:
444,360,82037,2,0,L|448:284,1,67.5000025749208,2|0,0:0|0:0,0:0:0:0:
212,296,82382,1,2,0:0:0:0:
172,296,82469,1,0,0:0:0:0:
132,296,82555,1,0,0:0:0:0:
432,24,82727,6,0,P|500:80|432:148,1,207.000003948212,2|0,0:0|0:0,0:0:0:0:
272,148,83244,1,0,0:0:0:0:
440,148,83417,2,0,L|444:220,1,67.5000025749208,0|0,0:0|0:0,0:0:0:0:
200,148,83762,1,2,0:0:0:0:
352,148,83934,1,2,0:0:0:0:
104,148,84106,6,0,B|8:148,2,90,2|0|0,0:0|0:0|0:0,0:0:0:0:
272,196,84624,1,0,0:0:0:0:
112,148,84796,2,0,L|108:228,1,67.5000025749208,2|2,0:0|0:0,0:0:0:0:
164,216,85055,1,2,0:0:0:0:
216,216,85141,2,0,L|292:216,1,67.5000025749208,2|2,0:0|0:0,0:0:0:0:
32,216,85486,6,0,P|0:264|36:324,1,135,6|0,3:1|0:0,0:0:0:0:
108,324,85831,2,0,L|216:324,1,90,0|2,3:2|0:2,0:0:0:0:
20,324,86175,1,2,3:2:0:0:
128,324,86348,2,0,L|180:324,1,45,0|0,0:2|0:0,0:0:0:0:
344,192,86520,2,0,L|248:192,1,90,2|2,3:2|0:2,0:0:0:0:
436,312,86865,6,0,L|440:208,1,90,2|2,3:2|0:2,0:0:0:0:
375,208,87124,1,2,0:2:0:0:
312,192,87210,1,2,3:2:0:0:
472,192,87382,1,2,0:2:0:0:
300,192,87555,2,0,L|296:96,1,90,2|2,3:2|0:2,0:0:0:0:
360,100,87813,1,2,0:2:0:0:
196,100,87900,2,0,L|104:100,1,90,2|2,3:2|0:2,0:0:0:0:
276,16,88244,6,0,L|368:16,1,90,2|0,3:2|0:0,0:0:0:0:
312,16,88503,1,0,0:0:0:0:
260,16,88589,1,0,3:2:0:0:
440,16,88762,1,2,0:2:0:0:
192,16,88934,2,0,L|100:16,1,90,2|0,3:2|0:2,0:0:0:0:
164,16,89193,1,0,0:0:0:0:
228,16,89279,2,0,L|136:16,1,90,2|2,3:2|0:2,0:0:0:0:
306,112,89624,6,0,L|414:112,1,90,2|2,3:2|0:2,0:0:0:0:
450,112,89882,1,2,0:2:0:0:
396,112,89969,1,2,3:2:0:0:
228,112,90141,1,2,0:2:0:0:
396,112,90313,2,0,L|400:208,1,90,2|0,3:2|0:2,0:0:0:0:
332,204,90572,1,0,0:0:0:0:
264,204,90658,2,0,L|360:204,1,90,2|0,3:2|0:2,0:0:0:0:
184,204,91003,6,0,L|80:204,1,90,2|2,3:2|0:2,0:0:0:0:
148,204,91262,1,0,0:0:0:0:
200,204,91348,1,2,3:2:0:0:
32,204,91520,1,2,0:2:0:0:
296,204,91693,2,0,B|344:204|344:204|296:204,1,90,2|2,3:2|0:2,0:0:0:0:
240,204,91951,1,0,0:0:0:0:
136,204,92037,2,0,L|132:132,1,45,0|0,3:2|0:0,0:0:0:0:
196,112,92210,2,0,L|200:168,1,45,0|0,0:2|0:0,0:0:0:0:
48,204,92382,6,0,B|4:204|4:204|52:204,1,90,2|2,3:2|0:2,0:0:0:0:
120,204,92641,1,0,0:0:0:0:
188,204,92727,1,0,3:2:0:0:
360,204,92900,1,2,0:2:0:0:
123,293,93072,2,0,L|119:197,1,90,2|2,3:2|0:2,0:0:0:0:
188,204,93331,1,2,0:2:0:0:
368,204,93417,2,0,L|424:204,2,45,2|2|2,3:2|0:2|0:2,0:0:0:0:
96,204,93762,5,2,3:2:0:0:
53,169,93848,1,0,0:0:0:0:
45,114,93934,1,2,0:2:0:0:
75,69,94020,1,0,0:0:0:0:
128,55,94106,1,2,3:2:0:0:
316,56,94279,1,2,0:2:0:0:
48,52,94451,2,0,L|44:152,1,90,2|0,3:2|0:2,0:0:0:0:
112,160,94710,1,0,0:0:0:0:
300,160,94796,1,2,3:2:0:0:
416,160,94969,2,0,L|352:160,1,45,2|0,0:2|0:0,0:0:0:0:
180,232,95141,5,2,3:2:0:0:
128,232,95227,1,0,0:0:0:0:
76,232,95313,1,2,0:2:0:0:
248,232,95486,1,2,3:2:0:0:
68,232,95658,1,2,0:2:0:0:
348,232,95831,2,0,L|440:232,1,90,2|2,3:2|0:2,0:0:0:0:
176,232,96175,6,0,P|176:16|180:232,1,675,2|0,3:2|0:0,0:0:0:0:
156,232,96865,2,0,P|160:64|168:232,1,506.250019311906,0|0,0:0|0:0,0:0:0:0:
144,232,97555,2,0,P|148:112|152:232,1,360,0|0,0:0|0:0,0:0:0:0:
164,320,99279,5,0,3:0:0:0:
324,320,99451,2,0,L|340:284,3,22.5,8|8|8|8,0:2|0:2|0:2|0:2,0:0:0:0:
204,320,99624,2,0,L|64:320,1,135.000005149842,8|0,3:2|3:0,0:0:0:0:
340,228,99969,2,0,L|200:228,1,135.000005149842,8|0,3:2|3:0,0:0:0:0:
472,228,100313,1,8,3:2:0:0:
64,172,100658,6,0,L|8:172,2,53.9999983520508,4|2|2,3:2|0:0|0:0,0:0:0:0:
336,228,101003,1,10,3:2:0:0:
176,228,101175,1,2,0:0:0:0:
448,228,101348,2,0,B|500:228|500:228|444:228,1,107.999996704102,2|2,3:2|3:2,0:0:0:0:
384,228,101606,1,2,0:0:0:0:
220,128,101693,2,0,L|328:128,1,107.999996704102,8|2,3:2|0:0,0:0:0:0:
264,128,101951,1,2,0:0:0:0:
112,128,102037,5,2,3:2:0:0:
56,128,102124,1,2,0:0:0:0:
56,180,102210,1,2,0:0:0:0:
344,252,102382,1,8,3:2:0:0:
56,180,102555,1,2,0:0:0:0:
368,252,102727,2,0,P|400:304|388:352,1,107.999996704102,0|2,3:0|3:2,0:0:0:0:
332,348,102986,1,2,0:2:0:0:
168,348,103072,2,0,L|56:348,1,107.999996704102,10|2,3:2|0:0,0:0:0:0:
120,348,103331,1,0,0:0:0:0:
304,192,103417,5,0,3:2:0:0:
364,192,103503,1,2,0:0:0:0:
424,192,103589,1,2,0:0:0:0:
152,192,103762,1,10,3:2:0:0:
316,192,103934,1,2,0:0:0:0:
56,192,104106,2,0,B|4:192|4:192|60:192,1,107.999996704102,2|2,3:2|3:2,0:0:0:0:
116,192,104365,1,2,0:0:0:0:
304,192,104451,2,0,L|416:192,1,107.999996704102,8|2,3:2|0:0,0:0:0:0:
356,192,104710,1,2,0:0:0:0:
168,112,104796,6,0,L|112:112,2,53.9999983520508,2|2|2,3:2|0:0|0:0,0:0:0:0:
440,112,105141,1,8,3:2:0:0:
144,112,105313,1,2,0:0:0:0:
468,112,105486,2,0,B|468:60|468:60|412:60,1,107.999996704102,0|2,3:0|3:2,0:0:0:0:
360,60,105744,1,2,0:2:0:0:
164,192,105831,2,0,L|276:192,1,107.999996704102,10|2,3:2|0:0,0:0:0:0:
212,192,106089,1,2,0:0:0:0:
24,192,106175,5,2,3:2:0:0:
20,132,106262,1,2,0:0:0:0:
16,72,106348,1,2,0:0:0:0:
296,72,106520,1,8,3:2:0:0:
132,72,106693,1,2,0:0:0:0:
400,72,106865,2,0,P|448:108|440:164,1,107.999996704102,0|2,3:0|3:2,0:0:0:0:
388,192,107124,1,2,0:2:0:0:
196,192,107210,2,0,L|88:192,1,107.999996704102,10|2,3:2|0:0,0:0:0:0:
148,192,107469,1,2,0:0:0:0:
304,12,107555,5,2,3:2:0:0:
358,12,107641,1,2,0:0:0:0:
412,12,107727,1,2,0:0:0:0:
136,12,107900,1,8,3:2:0:0:
432,12,108072,1,2,0:0:0:0:
160,116,108244,2,0,L|52:116,1,107.999996704102,0|2,3:0|3:2,0:0:0:0:
112,116,108503,1,2,0:2:0:0:
300,192,108589,2,0,L|188:192,1,107.999996704102,10|2,3:2|0:0,0:0:0:0:
248,192,108848,1,2,0:0:0:0:
436,192,108934,6,0,L|496:192,2,53.9999983520508,2|2|2,3:2|0:0|0:0,0:0:0:0:
164,192,109279,1,8,3:2:0:0:
324,192,109451,1,2,0:0:0:0:
52,192,109624,2,0,P|24:235|60:280,1,107.999996704102,0|2,3:0|3:2,0:0:0:0:
112,276,109882,1,2,0:2:0:0:
316,276,109969,2,0,L|204:276,1,107.999996704102,10|2,3:2|0:0,0:0:0:0:
268,276,110227,1,2,0:0:0:0:
456,272,110313,6,0,L|460:152,1,107.999996704102,2|2,3:2|0:0,0:0:0:0:
292,276,110658,2,0,L|296:156,1,107.999996704102,8|2,3:2|0:0,0:0:0:0:
32,168,111003,1,8,3:2:0:0:
140,168,111118,1,2,0:0:0:0:
248,168,111233,1,2,0:0:0:0:
44,168,111348,2,0,L|124:168,2,71.9999978027344,10|2|2,3:2|0:2|0:2,0:0:0:0:
320,168,111693,5,4,3:2:0:0:
392,168,111779,1,2,0:0:0:0:
464,168,111865,1,2,0:0:0:0:
196,168,112037,1,10,3:2:0:0:
364,168,112210,1,2,0:0:0:0:
92,80,112382,2,0,L|204:80,1,107.999996704102,2|2,3:2|3:2,0:0:0:0:
140,80,112641,1,2,0:0:0:0:
356,80,112727,2,0,B|408:80|408:80|352:80,1,107.999996704102,8|2,3:2|0:0,0:0:0:0:
292,80,112986,1,2,0:0:0:0:
96,168,113072,5,2,3:2:0:0:
36,168,113158,1,2,0:0:0:0:
96,168,113244,1,2,0:0:0:0:
368,168,113417,1,8,3:2:0:0:
72,168,113589,1,2,0:0:0:0:
364,264,113762,2,0,L|252:264,1,107.999996704102,0|2,3:0|3:2,0:0:0:0:
316,264,114020,1,2,0:2:0:0:
120,344,114106,2,0,L|228:344,1,107.999996704102,10|2,3:2|0:0,0:0:0:0:
168,344,114365,1,2,0:0:0:0:
384,264,114451,5,2,3:2:0:0:
444,264,114537,1,2,0:0:0:0:
444,324,114624,1,2,0:0:0:0:
176,344,114796,1,8,3:2:0:0:
344,344,114969,1,2,0:0:0:0:
76,292,115141,2,0,B|20:292|20:292|20:344,1,107.999996704102,0|2,3:0|3:2,0:0:0:0:
80,344,115400,1,2,0:2:0:0:
284,192,115486,2,0,L|176:192,1,107.999996704102,10|2,3:2|0:0,0:0:0:0:
236,192,115744,1,2,0:0:0:0:
28,192,115831,6,0,L|84:192,2,53.9999983520508,2|2|2,3:2|0:0|0:0,0:0:0:0:
300,192,116175,1,8,3:2:0:0:
132,192,116348,1,2,0:0:0:0:
408,192,116520,2,0,L|300:192,1,107.999996704102,0|2,3:0|3:2,0:0:0:0:
360,192,116779,1,2,0:2:0:0:
156,84,116865,2,0,L|268:84,1,107.999996704102,10|2,3:2|0:0,0:0:0:0:
204,84,117124,1,2,0:0:0:0:
384,84,117210,5,10,3:2:0:0:
444,84,117296,1,2,0:0:0:0:
504,84,117382,1,2,0:0:0:0:
228,284,117555,2,0,L|344:284,1,107.999996704102,8|2,3:2|0:0,0:0:0:0:
60,192,117900,2,0,L|169:192,1,107.999996704102,8|2,3:2|3:2,0:0:0:0:
108,192,118158,1,2,0:2:0:0:
324,192,118244,2,0,B|380:192|380:192|380:140,1,107.999996704102,10|2,3:2|0:0,0:0:0:0:
320,112,118503,1,2,0:0:0:0:
132,112,118589,5,10,3:2:0:0:
72,112,118675,1,2,0:0:0:0:
132,112,118762,1,2,0:0:0:0:
428,140,118934,1,8,3:2:0:0:
80,112,119106,1,2,0:0:0:0:
352,192,119279,2,0,L|216:192,1,135.000005149842,8|2,3:2|3:2,0:0:0:0:
148,192,119537,1,2,0:2:0:0:
388,264,119624,2,0,L|252:264,1,135.000005149842,10|2,3:2|0:0,0:0:0:0:
320,264,119882,1,2,0:0:0:0:
100,264,119969,6,0,L|40:264,2,53.9999983520508,10|2|10,3:2|0:0|0:2,0:0:0:0:
384,192,120313,1,8,3:2:0:0:
112,192,120486,1,10,0:2:0:0:
408,192,120658,2,0,B|464:192|464:192|404:192,1,107.999996704102,8|10,3:2|3:2,0:0:0:0:
348,192,120917,1,2,0:2:0:0:
132,96,121003,2,0,B|40:96|40:96|134:96,1,180,10|10,3:2|0:2,0:0:0:0:
196,96,121262,1,2,0:0:0:0:
384,96,121348,6,0,L|388:160,1,53.9999983520508,10|0,3:2|0:0,0:0:0:0:
188,192,121520,2,0,L|184:256,1,53.9999983520508,10|0,0:2|0:0,0:0:0:0:
400,248,121693,2,0,L|336:248,1,53.9999983520508,8|0,3:2|0:0,0:0:0:0:
128,192,121865,2,0,L|124:252,1,53.9999983520508,10|0,0:2|0:0,0:0:0:0:
336,96,122037,6,0,L|276:96,1,53.9999983520508,8|0,3:2|0:0,0:0:0:0:
484,96,122210,2,0,L|488:176,1,53.9999983520508,10|2,3:2|0:2,0:0:0:0:
272,192,122382,2,0,L|328:192,1,53.9999983520508,10|0,3:2|0:0,0:0:0:0:
108,192,122555,2,0,L|52:192,1,53.9999983520508,8|0,0:2|0:0,0:0:0:0:
280,272,122727,5,8,3:2:0:0:
347,272,122813,1,0,0:0:0:0:
415,272,122900,1,0,0:0:0:0:
256,192,123072,1,2,0:0:0:0:
308,192,123158,1,0,0:0:0:0:
360,192,123244,1,0,0:0:0:0:
228,112,123417,5,2,0:0:0:0:
260,112,123503,1,0,0:0:0:0:
292,112,123589,1,0,0:0:0:0:
188,28,123762,1,2,0:0:0:0:
196,28,123848,1,0,0:0:0:0:
204,28,123934,1,0,0:0:0:0:
256,192,124106,12,0,132382,0:0:0:0:

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,468 @@
osu file format v14
[General]
StackLeniency: 0.7
Mode: 2
[Difficulty]
HPDrainRate:6
CircleSize:4.2
OverallDifficulty:9.2
ApproachRate:9.2
SliderMultiplier:1.9
SliderTickRate:2
[Events]
//Background and Video events
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Layer 4 (Overlay)
//Storyboard Sound Samples
[TimingPoints]
512,317.460317460317,4,2,1,70,1,0
2972,-100,4,2,1,5,0,0
3051,-100,4,2,1,70,0,0
8051,-100,4,2,1,5,0,0
8131,-100,4,2,1,70,0,0
10591,-100,4,2,1,5,0,0
10670,-100,4,2,1,60,0,0
12019,-100,4,2,1,5,0,0
12099,-100,4,2,1,60,0,0
12654,-100,4,2,1,5,0,0
12734,-100,4,2,1,60,0,0
14559,-100,4,2,1,5,0,0
14638,-100,4,2,1,60,0,0
17734,-100,4,2,1,5,0,0
17813,-100,4,2,1,60,0,0
21385,-100,4,2,1,5,0,0
21464,-100,4,2,1,60,0,0
22178,-100,4,2,1,5,0,0
22257,-100,4,2,1,60,0,0
30988,-100,4,2,1,50,0,0
40829,-44.4444444444445,4,2,1,80,0,0
41067,-44.4444444444445,4,2,1,5,0,0
41146,-100,4,2,1,80,0,1
41385,-100,4,2,1,5,0,1
41464,-100,4,2,1,80,0,1
45908,-44.4444444444445,4,2,1,80,0,1
46146,-44.4444444444445,4,2,1,5,0,1
46226,-100,4,2,1,80,0,1
46464,-100,4,2,1,5,0,1
46543,-100,4,2,1,80,0,1
50988,-44.4444444444445,4,2,1,80,0,1
51226,-44.4444444444445,4,2,1,5,0,1
51305,-100,4,2,1,80,0,1
51543,-100,4,2,1,5,0,1
51622,-100,4,2,1,80,0,1
56067,-44.4444444444445,4,2,1,80,0,1
56305,-44.4444444444445,4,2,1,5,0,1
56385,-100,4,2,1,80,0,1
56623,-100,4,2,1,5,0,1
56702,-100,4,2,1,80,0,1
61464,-100,4,2,1,70,0,0
63607,-100,4,2,1,5,0,0
63686,-100,4,2,1,80,0,0
66305,-100,4,2,1,5,0,0
66384,-100,4,2,1,80,0,0
77972,-100,4,2,1,60,0,0
79242,-100,4,2,1,70,0,0
84321,-100,4,2,1,60,0,0
85670,-100,4,2,1,5,0,0
85750,-100,4,2,1,60,0,0
85988,-100,4,2,1,5,0,0
86068,-100,4,2,1,60,0,0
88131,-100,4,2,1,50,0,0
88289,-100,4,2,1,45,0,0
88448,-100,4,2,1,40,0,0
88607,-100,4,2,1,35,0,0
88765,-100,4,2,1,30,0,0
88924,-100,4,2,1,25,0,0
89083,-100,4,2,1,20,0,0
89242,-100,4,2,1,15,0,0
89400,-100,4,2,1,10,0,0
[HitObjects]
368,312,512,6,0,L|368:200,1,95,6|0,3:2|0:2,0:0:0:0:
136,152,829,1,8,0:2:0:0:
272,152,988,1,8,0:2:0:0:
136,192,1146,2,0,L|136:304,1,95,0|0,3:2|3:2,0:2:0:0:
368,96,1464,1,8,0:2:0:0:
136,256,1623,6,0,P|64:208|136:152,1,190,2|0,3:2|3:2,0:2:0:0:
176,144,2019,1,0,3:2:0:0:
368,160,2099,1,8,0:2:0:0:
232,112,2258,1,8,0:2:0:0:
368,224,2416,2,0,L|368:344,1,95,0|0,3:2|3:2,0:0:0:0:
136,152,2734,2,0,L|32:152,1,95,8|0,0:2|0:0,0:2:0:0:
280,176,3051,6,0,L|384:176,1,95,2|0,3:2|3:2,0:2:0:0:
136,96,3369,1,8,0:2:0:0:
272,96,3527,1,8,0:2:0:0:
136,160,3686,2,0,L|136:280,1,95,0|0,3:2|3:2,0:0:0:0:
384,56,4004,1,8,0:2:0:0:
136,216,4162,6,0,L|344:216,1,190,2|0,3:2|3:2,0:2:0:0:
272,168,4559,1,0,3:2:0:0:
80,136,4638,1,8,0:2:0:0:
216,96,4797,1,8,0:2:0:0:
80,192,4956,2,0,L|80:304,1,95,0|0,3:2|3:2,0:0:0:0:
312,144,5273,2,0,L|192:144,1,95,8|0,0:2|0:2,0:2:0:0:
456,184,5591,6,0,L|456:80,1,95,2|0,3:2|3:2,0:0:0:0:
216,264,5908,1,8,0:2:0:0:
352,264,6067,1,8,0:2:0:0:
216,264,6226,2,0,L|216:168,1,95,0|0,3:2|3:2,0:2:0:0:
456,144,6543,1,8,0:2:0:0:
216,184,6702,6,0,P|152:128|216:64,1,190,2|0,3:2|3:2,0:2:0:0:
264,56,7099,1,0,3:2:0:0:
456,184,7178,1,8,0:2:0:0:
320,152,7337,1,8,0:2:0:0:
456,224,7496,2,0,L|456:320,1,95,0|0,3:2|3:2,0:2:0:0:
216,192,7813,2,0,L|112:192,1,95,8|0,0:2|0:0,0:2:0:0:
368,184,8131,6,0,L|368:80,1,95,2|0,3:2|3:2,0:0:0:0:
128,272,8448,1,8,0:2:0:0:
264,264,8607,1,8,0:2:0:0:
128,216,8765,2,0,L|128:120,1,95,0|0,3:2|3:2,0:0:0:0:
368,136,9083,1,8,0:2:0:0:
128,272,9242,6,0,L|344:272,1,190,2|0,3:2|3:2,0:2:0:0:
264,224,9638,1,0,3:2:0:0:
72,144,9718,1,8,0:2:0:0:
208,128,9877,1,8,0:2:0:0:
72,200,10035,2,0,L|72:312,1,95,0|0,3:2|3:2,0:2:0:0:
312,288,10353,2,0,L|208:288,1,95,8|0,0:2|0:0,0:2:0:0:
464,192,10670,6,0,L|464:88,1,95,2|0,3:2|0:0,0:2:0:0:
224,192,10988,2,0,L|224:80,1,95,8|0,0:2|0:0,0:2:0:0:
360,200,11305,1,0,0:2:0:0:
224,192,11464,1,0,0:2:0:0:
464,320,11623,1,8,0:2:0:0:
328,264,11781,6,0,L|328:168,1,95,2|0,3:2|0:0,0:2:0:0:
464,232,12099,2,0,L|464:128,1,95,0|8,3:2|0:2,0:2:0:0:
328,184,12416,2,0,L|432:184,1,95,2|0,0:2|0:0,0:2:0:0:
288,120,12734,1,0,0:2:0:0:
424,128,12892,2,0,L|424:16,1,95,8|0,0:2|0:2,0:0:0:0:
192,192,13210,6,0,L|192:88,1,95,2|0,3:2|0:0,0:2:0:0:
424,200,13527,2,0,L|424:88,1,95,8|0,0:2|0:2,0:2:0:0:
288,176,13845,1,0,0:2:0:0:
424,176,14004,1,0,0:2:0:0:
184,288,14162,1,8,0:2:0:0:
320,248,14321,6,0,L|320:136,1,95,2|0,3:2|0:0,0:2:0:0:
88,176,14638,2,0,L|88:72,1,95,0|8,3:2|0:2,0:0:0:0:
224,176,14956,1,0,0:2:0:0:
88,224,15115,2,0,L|88:128,1,95,2|0,0:2|0:0,0:0:0:0:
328,224,15432,2,0,L|424:224,1,95,8|0,0:2|0:0,0:0:0:0:
192,184,15750,5,2,3:2:0:0:
328,168,15908,1,0,0:0:0:0:
192,240,16067,2,0,L|80:240,1,95,8|0,0:2|0:2,0:2:0:0:
232,168,16385,1,2,0:2:0:0:
96,144,16543,1,0,0:2:0:0:
336,288,16702,1,8,0:2:0:0:
200,256,16861,6,0,L|200:152,1,95,2|0,3:2|0:2,0:2:0:0:
440,168,17178,1,0,3:2:0:0:
304,160,17337,1,8,0:2:0:0:
408,160,17496,2,0,L|504:160,1,95
360,192,17813,1,0,0:2:0:0:
496,144,17972,2,0,L|496:40,1,95,8|0,0:2|0:2,0:0:0:0:
256,288,18289,6,0,L|128:288,1,95,2|0,3:2|0:0,0:2:0:0:
392,256,18607,2,0,L|392:152,1,95,8|0,0:2|0:2,0:2:0:0:
256,224,18924,1,0,0:2:0:0:
392,224,19083,1,0,0:2:0:0:
152,288,19242,1,8,0:2:0:0:
288,224,19400,6,0,L|288:120,1,95,2|0,3:2|0:0,0:2:0:0:
48,192,19718,2,0,L|48:96,1,95
168,168,20035,1,0,0:0:0:0:
48,248,20194,2,0,L|344:248,1,285
88,320,20829,6,0,L|88:224,1,95,6|0,3:2|0:0,0:2:0:0:
232,176,21146,2,0,L|232:80,1,95,8|0,0:2|0:0,0:2:0:0:
88,176,21464,2,0,L|200:176,1,95,0|0,0:2|3:2,0:0:0:0:
320,168,21781,1,8,0:2:0:0:
184,312,21940,6,0,L|184:200,1,95,2|0,3:2|0:0,0:2:0:0:
320,224,22258,2,0,L|320:128,1,95,0|8,3:2|0:2,0:2:0:0:
184,336,22575,2,0,L|184:208,1,95,2|0,3:2|0:0,0:2:0:0:
320,280,22892,1,0,3:2:0:0:
184,264,23051,2,0,L|80:264,1,95,8|0,0:2|0:2,0:2:0:0:
328,216,23369,6,0,L|488:216,1,142.5,6|2,3:2|3:2,0:0:0:0:
416,160,23686,1,0,0:0:0:0:
280,120,23845,2,0,L|184:120,2,95,2|2|0,3:2|0:2|3:2,0:0:0:0:
424,232,24321,1,8,0:2:0:0:
288,176,24480,6,0,L|480:176,1,190,2|2,3:2|3:2,0:2:0:0:
360,120,24956,1,8,0:2:0:0:
224,280,25115,1,0,3:2:0:0:
360,224,25273,2,0,L|360:176,1,47.5,0|0,3:2|3:0,3:0:0:0:
288,152,25432,2,0,L|288:88,1,47.5,0|0,3:0|3:0,3:0:0:0:
448,176,25591,2,0,L|448:56,1,95,8|0,0:2|0:0,0:0:0:0:
208,312,25908,6,0,L|96:312,1,95,2|0,3:2|3:2,0:2:0:0:
248,240,26226,2,0,L|352:240,1,95,8|0,0:2|3:2,0:2:0:0:
208,184,26543,2,0,L|208:80,1,95,0|0,0:2|3:2,0:0:0:0:
344,80,26861,1,8,0:2:0:0:
208,240,27019,6,0,L|104:240,1,95,2|0,3:2|0:2,0:2:0:0:
248,176,27337,2,0,L|352:176,1,95,0|8,3:2|0:2,0:2:0:0:
208,80,27654,1,0,0:2:0:0:
344,248,27813,1,0,3:2:0:0:
208,152,27972,1,0,3:2:0:0:
344,152,28131,2,0,L|456:152,1,95,8|0,0:2|0:2,0:2:0:0:
208,216,28448,6,0,L|48:216,1,142.5,6|2,3:2|3:2,0:2:0:0:
120,160,28765,1,0,0:0:0:0:
256,120,28924,2,0,L|352:120,2,95,2|0|0,3:2|0:2|3:2,0:0:0:0:
112,232,29400,1,8,0:2:0:0:
248,176,29559,6,0,L|56:176,1,190,2|2,3:2|3:2,0:2:0:0:
192,128,30035,1,0,0:0:0:0:
328,184,30194,1,2,3:2:0:0:
192,200,30353,2,0,L|192:104,1,95,8|0,0:2|3:2,0:0:0:0:
432,184,30670,2,0,L|368:184,1,47.5,8|8,0:2|0:2,0:0:0:0:
192,256,30829,2,0,L|136:256,1,47.5,8|8,0:2|0:2,0:0:0:0:
336,304,30988,6,0,L|336:192,1,95,2|0,3:2|0:2,0:2:0:0:
208,176,31305,2,0,L|208:80,1,95,0|0,3:2|0:2,0:2:0:0:
80,192,31623,2,0,L|80:288,1,95,0|0,3:2|0:2,0:2:0:0:
208,224,31940,1,0,3:2:0:0:
80,192,32099,6,0,L|184:192,1,95,0|2,0:2|3:2,0:0:0:0:
296,176,32416,2,0,L|296:56,1,95,0|0,0:2|3:2,0:0:0:0:
176,128,32734,2,0,L|176:24,1,95,0|0,0:2|3:2,0:0:0:0:
296,224,33051,2,0,L|184:224,2,95,0|0|0,0:2|3:2|0:2,0:0:0:0:
48,144,33527,5,0,3:2:0:0:
160,144,33686,1,2,0:2:0:0:
272,144,33845,1,0,3:2:0:0:
160,144,34004,1,2,0:2:0:0:
304,272,34162,2,0,P|376:216|304:168,1,190,0|0,3:2|3:2,0:0:0:0:
184,160,34638,6,0,L|408:160,1,190,2|2,0:2|0:2,0:2:0:0:
440,160,35035,1,0,0:0:0:0:
376,120,35115,1,0,3:2:0:0:
224,248,35273,1,0,0:2:0:0:
368,184,35432,2,0,P|440:136|368:88,1,190,0|0,3:2|3:2,0:2:0:0:
288,80,35908,1,0,0:2:0:0:
72,328,36067,5,4,3:2:0:0:
16,296,36146,1,0,3:0:0:0:
16,240,36226,1,0,3:0:0:0:
72,208,36305,1,0,3:0:0:0:
264,168,36385,1,8,3:0:0:0:
328,168,36464,1,0,3:0:0:0:
264,168,36543,1,0,3:0:0:0:
200,168,36623,1,0,3:0:0:0:
392,272,36702,6,0,L|440:272,1,47.5,8|0,3:0|3:0,0:0:0:0:
232,280,36861,2,0,L|224:216,1,47.5,0|0,3:0|3:0,0:0:0:0:
304,208,37019,2,0,L|320:144,1,47.5,0|0,3:0|3:0,0:0:0:0:
104,96,37178,2,0,L|40:96,1,47.5,0|0,3:0|3:0,0:0:0:0:
264,344,37337,6,0,L|280:296,1,47.5,8|0,3:0|3:0,0:0:0:0:
208,264,37496,2,0,L|200:208,1,47.5,0|0,3:0|3:0,0:0:0:0:
392,192,37654,1,8,3:0:0:0:
448,152,37734,1,0,3:0:0:0:
448,96,37813,1,0,3:0:0:0:
392,64,37892,1,0,3:0:0:0:
192,192,37972,6,0,L|272:192,1,47.5,8|0,3:0|3:0,0:0:0:0:
410,263,38131,2,0,L|458:263,1,47.5,0|0,3:0|3:0,0:0:0:0:
264,160,38289,2,0,L|208:160,1,47.5,8|0,0:0|3:0,0:0:0:0:
448,208,38448,2,0,L|496:208,1,47.5,0|0,3:0|3:0,0:0:0:0:
296,224,38607,5,0,3:2:0:0:
440,152,38924,1,0,3:2:0:0:
296,160,39242,1,0,3:2:0:0:
152,128,39559,1,0,3:2:0:0:
352,264,39877,6,0,L|256:256,5,95
432,192,40829,6,0,L|184:192,1,213.750008153916,2|0,0:2|0:0,0:2:0:0:
440,264,41146,6,0,P|488:216|440:168,1,142.5,6|0,3:2|0:0,0:2:0:0:
256,168,41464,1,8,0:2:0:0:
400,128,41623,1,8,0:2:0:0:
168,248,41781,2,0,L|168:152,1,95,0|0,3:2|3:2,0:0:0:0:
400,192,42099,1,8,0:2:0:0:
256,136,42258,6,0,L|256:32,1,95,2|0,3:2|0:2,0:2:0:0:
400,248,42575,1,0,3:2:0:0:
256,200,42734,1,8,0:2:0:0:
488,192,42892,2,0,L|488:96,1,95,8|0,0:2|3:2,0:2:0:0:
256,136,43210,1,0,3:2:0:0:
368,136,43369,1,8,0:2:0:0:
480,136,43527,1,0,0:2:0:0:
256,136,43686,6,0,L|136:136,1,95,2|0,3:2|3:2,0:0:0:0:
392,296,44004,1,8,0:2:0:0:
248,248,44162,2,0,L|248:136,1,95,8|0,0:2|3:2,0:0:0:0:
480,184,44480,2,0,L|480:80,1,95,0|8,3:2|0:2,0:0:0:0:
248,248,44797,6,0,L|352:248,1,95,2|0,3:2|0:0,0:2:0:0:
104,176,45115,2,0,L|104:104,1,47.5,0|0,3:2|3:2,0:0:0:0:
296,176,45273,1,8,0:2:0:0:
160,112,45432,1,8,0:2:0:0:
392,200,45591,2,0,L|392:88,1,95,0|0,3:2|3:2,0:0:0:0:
160,176,45908,2,0,L|376:176,1,213.750008153916,10|0,0:2|0:0,0:2:0:0:
136,288,46226,6,0,P|80:232|136:192,1,142.5,6|0,3:2|0:0,0:2:0:0:
304,192,46543,1,8,0:2:0:0:
160,128,46702,1,8,0:2:0:0:
400,296,46861,2,0,L|400:192,1,95,0|0,3:2|3:2,0:0:0:0:
160,72,47178,1,8,0:2:0:0:
296,72,47337,6,0,L|408:72,1,95,2|0,3:2|0:2,0:2:0:0:
248,168,47654,1,0,3:2:0:0:
304,152,47734,1,0,3:2:0:0:
360,128,47813,1,8,0:2:0:0:
136,224,47972,2,0,L|136:128,1,95,8|0,0:2|3:2,0:0:0:0:
376,64,48289,1,0,3:2:0:0:
264,64,48448,1,8,0:2:0:0:
152,64,48607,1,0,0:2:0:0:
392,168,48765,6,0,L|392:72,1,95,2|0,3:2|3:2,0:2:0:0:
160,320,49083,1,8,0:2:0:0:
304,272,49241,2,0,L|304:160,1,95,8|0,0:2|3:2,0:2:0:0:
64,208,49559,2,0,L|64:112,1,95,0|8,3:2|0:2,0:0:0:0:
304,272,49877,6,0,L|200:272,1,95,2|0,3:2|0:0,0:2:0:0:
448,192,50194,2,0,L|448:80,1,95,2|8,3:2|0:2,0:2:0:0:
208,96,50511,2,0,L|144:96,1,47.5,8|0,0:2|0:0,0:0:0:0:
352,96,50670,2,0,L|352:200,1,95,0|0,3:2|3:2,0:2:0:0:
128,160,50988,2,0,L|360:160,1,213.750008153916,2|0,3:2|0:0,0:2:0:0:
104,288,51305,6,0,P|48:240|104:192,1,142.5,6|0,0:2|0:0,0:2:0:0:
272,176,51623,1,8,0:2:0:0:
128,120,51781,1,8,0:2:0:0:
368,280,51940,2,0,L|368:176,1,95,0|0,3:2|3:2,0:0:0:0:
128,184,52258,1,8,0:2:0:0:
272,184,52416,6,0,L|272:80,1,95,2|0,3:2|0:2,0:2:0:0:
128,120,52734,1,0,3:2:0:0:
184,112,52813,1,0,3:2:0:0:
240,96,52892,1,8,0:2:0:0:
16,312,53051,2,0,L|16:208,1,95,8|0,0:2|3:2,0:0:0:0:
264,168,53369,1,0,3:2:0:0:
152,168,53527,1,8,0:2:0:0:
40,168,53686,1,0,0:2:0:0:
280,256,53845,6,0,L|280:136,1,95,2|0,3:2|3:2,0:0:0:0:
56,240,54162,1,8,0:2:0:0:
184,232,54321,2,0,L|304:232,1,95,8|0,0:2|3:2,0:0:0:0:
32,320,54638,2,0,L|32:224,1,95,0|8,3:2|0:2,0:0:0:0:
264,248,54956,6,0,L|368:248,1,95,2|0,3:2|0:0,0:2:0:0:
120,176,55274,2,0,L|120:104,1,47.5,2|0,3:2|0:0,0:0:0:0:
312,176,55432,1,8,0:2:0:0:
176,112,55591,1,8,0:2:0:0:
408,200,55750,2,0,L|408:88,1,95,0|0,0:0|3:2,0:0:0:0:
136,288,56067,2,0,L|352:288,1,213.750008153916,10|0,0:2|0:0,0:2:0:0:
112,224,56385,6,0,P|64:176|112:128,1,142.5,6|0,3:2|0:0,0:2:0:0:
296,192,56702,1,8,0:2:0:0:
152,128,56861,1,8,0:2:0:0:
392,296,57019,2,0,L|392:192,1,95,0|0,3:2|3:2,0:2:0:0:
152,184,57337,1,8,0:2:0:0:
296,192,57496,6,0,L|416:192,1,95,2|0,3:2|0:2,0:2:0:0:
248,120,57813,1,0,3:2:0:0:
392,80,57972,1,8,0:2:0:0:
152,288,58131,2,0,L|152:192,1,95,8|0,0:2|3:2,0:2:0:0:
392,184,58448,1,0,3:2:0:0:
280,192,58607,1,8,0:2:0:0:
168,192,58765,1,0,0:2:0:0:
392,272,58924,5,2,3:2:0:0:
248,224,59083,2,0,L|248:120,1,95,0|8,3:2|0:2,0:0:0:0:
488,192,59400,2,0,L|488:96,1,95,10|0,0:2|3:2,0:2:0:0:
248,160,59718,2,0,L|248:56,1,95,2|8,3:2|0:2,0:2:0:0:
488,256,60035,6,0,L|280:256,1,190,2|2,3:2|3:2,0:0:0:0:
448,336,60511,2,0,L|448:232,1,95,2|0,0:2|3:2,0:0:0:0:
200,200,60829,1,8,0:2:0:0:
448,336,60988,2,0,L|504:336,1,47.5,8|8,0:2|0:2,0:0:0:0:
304,208,61146,2,0,L|224:208,1,47.5,8|8,0:2|0:2,0:0:0:0:
448,280,61305,2,0,L|496:280,1,47.5,8|8,0:2|0:2,0:0:0:0:
304,288,61464,6,0,P|248:232|304:192,1,142.5,6|0,3:2|0:0,0:2:0:0:
448,224,61781,2,0,P|496:176|448:128,1,142.5,8|0,0:2|0:0,0:2:0:0:
272,184,62099,1,0,3:2:0:0:
408,128,62258,1,0,3:2:0:0:
168,200,62416,1,8,0:2:0:0:
312,152,62575,6,0,L|312:48,1,95,2|0,3:2|3:2,0:2:0:0:
72,144,62892,2,0,L|72:32,1,95,0|8,0:2|0:2,0:2:0:0:
312,304,63210,1,0,0:2:0:0:
176,232,63369,2,0,L|176:128,1,95,0|0,3:2|0:0,0:2:0:0:
312,232,63686,1,8,0:2:0:0:
176,232,63845,1,0,0:2:0:0:
408,232,64004,6,0,P|464:184|408:136,1,142.5,2|0,3:2|0:0,0:2:0:0:
240,120,64321,1,8,0:2:0:0:
376,64,64480,1,0,0:2:0:0:
136,272,64638,2,0,L|136:168,1,95,0|0,3:2|0:2,0:0:0:0:
272,288,64956,1,8,0:2:0:0:
32,192,65115,6,0,L|32:88,1,95,2|0,3:2|3:2,0:2:0:0:
272,136,65432,2,0,L|368:136,1,95,0|8,0:2|0:2,0:2:0:0:
128,240,65750,1,0,0:2:0:0:
264,192,65908,1,0,3:2:0:0:
128,184,66067,2,0,L|128:80,1,95,8|0,0:2|0:0,0:2:0:0:
264,128,66385,1,10,0:2:0:0:
32,144,66543,6,0,L|32:40,1,95,0|0,0:0|0:2,0:0:0:0:
280,240,66861,1,8,0:2:0:0:
144,240,67019,1,0,0:2:0:0:
280,240,67178,2,0,L|384:240,1,95,0|0,3:2|0:2,0:0:0:0:
136,104,67496,1,8,0:2:0:0:
272,136,67654,6,0,P|320:80|272:32,1,142.5,2|0,3:2|0:0,0:2:0:0:
96,80,67972,2,0,L|96:176,1,95,0|8,0:2|0:2,0:2:0:0:
328,232,68289,1,0,0:2:0:0:
192,224,68448,1,0,3:2:0:0:
328,232,68607,1,0,0:2:0:0:
96,152,68765,1,8,0:2:0:0:
232,136,68924,1,2,3:2:0:0:
472,296,69083,6,0,L|472:176,1,95,0|0,3:2|0:2,0:0:0:0:
368,168,69400,1,8,0:2:0:0:
152,192,69559,1,0,0:2:0:0:
288,160,69718,1,0,3:2:0:0:
152,144,69877,1,0,0:2:0:0:
384,184,70035,1,8,0:2:0:0:
248,168,70194,6,0,L|248:56,1,95,2|0,3:2|0:0,0:2:0:0:
384,120,70511,1,0,0:2:0:0:
248,112,70670,2,0,P|192:56|248:16,1,142.5,8|0,0:2|0:0,0:2:0:0:
416,128,70988,2,0,L|416:24,1,95,0|8,3:2|0:2,0:0:0:0:
352,128,71226,1,8,0:2:0:0:
168,192,71305,2,0,L|96:192,1,47.5,8|8,0:2|0:2,0:0:0:0:
312,208,71464,2,0,L|384:208,1,47.5,8|8,0:2|0:2,0:0:0:0:
168,272,71623,6,0,L|64:272,1,95,6|0,3:2|0:2,0:2:0:0:
312,312,71940,1,8,0:2:0:0:
168,248,72099,2,0,L|56:248,1,95,0|0,3:2|3:2,0:2:0:0:
312,200,72416,2,0,L|312:88,1,95,0|8,0:2|0:2,0:2:0:0:
176,80,72734,1,2,3:2:0:0:
416,264,72892,5,0,3:2:0:0:
280,192,73051,2,0,L|280:80,1,95,0|8,0:2|0:2,0:0:0:0:
416,200,73369,1,0,0:2:0:0:
176,184,73527,2,0,P|128:128|176:80,1,142.5,0|0,3:2|0:0,0:2:0:0:
352,192,73845,2,0,L|352:88,1,95,8|2,0:2|3:2,0:0:0:0:
104,192,74162,5,0,3:2:0:0:
240,144,74321,2,0,L|240:48,1,95,0|8,0:2|0:2,0:2:0:0:
104,104,74638,1,0,0:2:0:0:
344,304,74797,1,0,3:2:0:0:
208,256,74956,1,0,0:2:0:0:
344,240,75115,1,8,0:2:0:0:
104,184,75273,6,0,L|104:80,1,95,2|0,3:2|3:2,0:2:0:0:
240,72,75591,1,0,0:2:0:0:
16,312,75750,1,8,0:2:0:0:
152,320,75908,1,0,0:2:0:0:
16,264,76067,2,0,L|16:168,1,95,0|0,3:2|0:2,0:0:0:0:
256,192,76385,2,0,L|376:192,1,95,10|0,0:2|0:0,0:2:0:0:
112,128,76702,5,0,3:2:0:0:
248,120,76861,1,8,0:2:0:0:
112,176,77019,2,0,L|112:280,1,95,0|0,0:2|3:2,0:0:0:0:
176,176,77258,1,0,3:2:0:0:
368,176,77337,2,0,L|368:80,1,95,8|0,0:2|0:2,0:2:0:0:
232,152,77654,1,0,0:2:0:0:
368,160,77813,1,0,0:2:0:0:
80,96,77972,5,10,0:2:0:0:
64,296,79242,6,0,L|64:184,1,95,6|0,3:2|3:2,0:0:0:0:
296,136,79559,1,8,0:2:0:0:
160,136,79718,1,8,0:2:0:0:
296,176,79876,2,0,L|296:288,1,95,0|0,3:2|3:2,0:2:0:0:
64,80,80194,1,8,0:2:0:0:
296,240,80353,6,0,P|368:192|296:136,1,190,2|0,3:2|3:2,0:2:0:0:
256,128,80749,1,0,3:2:0:0:
64,144,80829,1,8,0:2:0:0:
200,96,80988,1,8,0:2:0:0:
64,208,81146,2,0,L|64:328,1,95,0|0,3:2|3:2,0:2:0:0:
296,136,81464,2,0,L|400:136,1,95,8|0,0:2|0:2,0:2:0:0:
152,160,81781,6,0,L|48:160,1,95,2|0,3:2|3:2,0:2:0:0:
296,80,82099,1,8,0:2:0:0:
160,80,82257,1,8,0:2:0:0:
296,144,82416,2,0,L|296:264,1,95,0|0,3:2|3:2,0:0:0:0:
48,40,82734,1,8,0:2:0:0:
296,200,82892,6,0,L|88:200,1,190,2|0,3:2|3:2,0:2:0:0:
160,152,83289,1,0,3:2:0:0:
352,120,83368,1,8,0:2:0:0:
216,80,83527,1,8,0:2:0:0:
352,176,83686,2,0,L|352:288,1,95,0|0,3:2|3:2,0:2:0:0:
120,128,84003,2,0,L|16:128,1,95,8|0,0:2|0:2,0:0:0:0:
264,232,84321,5,10,0:2:0:0:
128,152,84480,1,8,0:2:0:0:
368,320,84638,1,0,3:2:0:0:
464,272,84797,1,8,0:2:0:0:
464,184,84956,1,0,3:2:0:0:
368,136,85115,1,0,0:2:0:0:
232,104,85273,1,8,0:2:0:0:
472,344,85432,6,0,L|472:240,1,95,10|0,0:2|0:0,0:2:0:0:
232,160,85750,2,0,L|232:40,1,95,10|0,0:2|0:0,0:2:0:0:
368,144,86067,1,8,3:2:0:0:
232,208,86226,2,0,L|136:208,1,95,0|0,3:2|0:2,0:2:0:0:
272,64,86543,2,0,L|400:64,1,95,0|0,3:2|0:2,0:2:0:0:
128,320,86861,5,10,0:0:0:0:
264,272,87019,1,8,0:0:0:0:
24,224,87178,1,2,3:0:0:0:
24,128,87337,1,2,0:0:0:0:
160,104,87496,1,8,3:0:0:0:
24,104,87654,1,0,3:0:0:0:
272,144,87813,1,8,0:0:0:0:
24,56,87972,5,8,0:0:0:0:
256,192,88131,12,0,89400,0:0:0:0:

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,142 @@
osu file format v14
[General]
StackLeniency: 0.7
Mode: 0
[Difficulty]
HPDrainRate:4
CircleSize:3.5
OverallDifficulty:4
ApproachRate:4
SliderMultiplier:1.4
SliderTickRate:1
[Events]
//Background and Video events
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Layer 4 (Overlay)
//Storyboard Sound Samples
[TimingPoints]
22,681.818181818182,4,2,1,60,1,0
9908,-100,4,2,1,40,0,0
10931,-100,4,2,1,67,0,0
31726,-100,4,2,1,40,0,0
33090,-100,4,2,1,67,0,0
43658,-100,4,2,1,74,0,0
53544,-100,4,2,1,50,0,0
54908,-100,4,2,1,74,0,0
75362,-100,4,2,1,50,0,0
76726,-100,4,2,1,74,0,0
86612,-100,4,2,1,67,0,0
87294,-100,4,2,1,40,0,0
87465,-100,4,2,1,67,0,0
90022,-100,4,2,1,57,0,0
91385,-100,4,2,1,37,0,0
92067,-100,4,2,1,17,0,0
92749,-100,4,2,1,5,0,0
[HitObjects]
206,12,22,5,0,2:0:0:0:
137,71,362,2,0,L|54:77,2,70,2|0|0,2:0|2:0|2:0,0:0:0:0:
220,108,1385,2,0,P|258:171|211:223,1,140,2|0,0:0|0:0,0:0:0:0:
160,283,2408,2,0,L|79:277,2,70,0|2|2,0:0|0:0|0:1,0:0:0:0:
340,303,3772,1,0,0:0:0:0:
401,235,4112,2,0,L|405:82,1,140,2|0,0:0|0:0,0:0:0:0:
343,27,5135,2,0,P|309:41|263:72,1,70,0|2,0:0|0:1,0:0:0:0:
189,63,5817,6,0,L|93:55,2,70,2|0|0,0:0|0:0|0:0,0:0:0:0:
208,151,6840,2,0,B|363:142,1,140,2|0,0:0|0:0,0:0:0:0:
416,202,7862,2,0,P|436:245|446:291,2,70,0|2|2,0:0|0:0|0:1,0:0:0:0:
275,86,9226,1,0,0:0:0:0:
208,151,9567,2,0,P|187:194|177:297,2,140,6|0|2,0:0|0:0|0:1,0:0:0:0:
272,87,11272,6,0,L|353:99,1,70,2|0,0:0|0:0,0:0:0:0:
397,169,11953,2,0,P|431:164|465:157,2,70,0|2|0,0:0|0:1|0:0,0:0:0:0:
309,196,12976,2,0,P|302:241|301:280,1,70
226,317,13658,2,0,P|162:340|106:303,1,140,2|0,0:0|0:0,0:0:0:0:
71,218,14681,1,0,0:0:0:0:
109,135,15022,2,0,P|172:111|228:148,1,140,2|0,0:0|0:0,0:0:0:0:
305,192,16044,2,0,P|342:187|384:176,1,70,0|2,0:0|0:1,0:0:0:0:
416,99,16726,6,0,L|508:111,2,70,2|0|0,0:0|0:0|0:0,0:0:0:0:
338,58,17749,2,0,B|313:113|313:113|305:200,1,140,2|0,0:0|0:0,0:0:0:0:
293,287,18772,1,0,0:0:0:0:
201,278,19112,2,0,B|112:265|112:265|63:277,1,140,2|0,0:0|0:0,0:0:0:0:
129,107,20476,2,0,B|217:119|217:119|266:107,1,140,2|0,0:0|0:0,0:0:0:0:
352,75,21499,6,0,P|393:51|436:33,2,70,0|2|2,0:0|0:1|0:0,0:0:0:0:
337,165,22522,1,2,0:0:0:0:
412,214,22862,2,0,P|409:254|403:303,1,70,0|2,0:0|0:0,0:0:0:0:
214,306,23885,2,0,P|205:276|195:233,2,70,0|0|2,0:0|0:0|0:0,0:0:0:0:
301,331,24908,2,0,L|306:188,1,140,2|0,0:1|0:0,0:0:0:0:
302,99,25931,1,2,0:0:0:0:
131,34,26612,1,0,0:0:0:0:
67,99,26953,2,0,L|63:177,1,70,0|2,0:0|0:1,0:0:0:0:
96,254,27635,6,0,L|107:343,2,70,2|0|0,0:0|0:0|0:0,0:0:0:0:
165,194,28658,2,0,B|235:174|235:174|307:196,1,140,2|0,0:1|0:0,0:0:0:0:
385,223,29681,2,0,L|455:220,2,70,0|2|2,0:0|0:0|0:0,0:0:0:0:
202,223,31044,1,0,0:0:0:0:
197,132,31385,2,0,L|50:122,2,140,6|0|0,0:0|0:0|0:0,0:0:0:0:
285,111,33090,6,0,L|289:21,2,70,2|0|0,0:0|0:0|0:0,0:0:0:0:
286,202,34112,2,0,L|290:292,1,70,2|0,0:0|0:0,0:0:0:0:
373,306,34794,2,0,L|463:302,1,70
453,212,35476,2,0,B|463:145|463:145|434:66,1,140,2|0,0:0|0:0,0:0:0:0:
362,25,36499,1,2,0:0:0:0:
304,95,36840,2,0,B|294:162|294:162|323:241,1,140,2|0,0:0|0:0,0:0:0:0:
160,319,38203,6,0,L|81:317,1,70,2|0,0:0|0:0,0:0:0:0:
48,235,38885,2,0,L|51:163,2,70,0|0|2,0:0|0:0|0:0,0:0:0:0:
219,295,40249,2,0,L|296:292,1,70,2|0,0:0|0:0,0:0:0:0:
379,284,40931,2,2,P|450:216|324:142,1,280,2|0,0:0|0:0,0:0:0:0:
172,210,42976,6,0,B|150:143|150:143|169:69,1,140,2|6,0:0|0:0,0:0:0:0:
255,54,43999,2,0,L|326:59,2,70,2|2|0,0:0|0:0|0:0,0:0:0:0:
163,56,45022,2,0,P|126:58|80:64,1,70,2|0,0:0|0:0,0:0:0:0:
81,153,45703,2,0,P|97:210|99:230,1,70
123,308,46385,2,0,P|154:284|260:294,1,140,2|0,0:0|0:0,0:0:0:0:
339,307,47408,2,0,L|421:313,1,70,0|2,0:0|0:0,0:0:0:0:
436,132,48431,2,0,P|405:108|299:118,1,140,0|2,0:0|0:1,0:0:0:0:
217,111,49453,6,0,P|205:72|196:40,2,70,2|2|0,0:0|0:0|0:0,0:0:0:0:
153,175,50476,2,0,P|123:182|77:190,1,70,2|0,0:0|0:0,0:0:0:0:
115,274,51158,2,0,B|172:253|172:253|259:268,1,140,0|2,0:0|0:0,0:0:0:0:
339,247,52181,1,0,0:0:0:0:
343,65,52862,1,0,0:0:0:0:
253,81,53203,2,0,B|202:89|202:89|113:57,2,140,6|0|2,0:0|0:0|0:1,0:0:0:0:
343,65,54908,5,2,0:0:0:0:
418,116,55249,2,0,L|431:195,1,70
415,279,55931,2,0,P|350:269|263:246,1,140,2|0,0:0|0:0,0:0:0:0:
187,254,56953,1,0,0:0:0:0:
96,242,57294,2,0,L|87:102,1,140,2|0,0:0|0:0,0:0:0:0:
149,35,58317,1,2,0:0:0:0:
239,29,58658,2,0,L|248:169,1,140,2|0,0:0|0:0,0:0:0:0:
365,304,60022,6,0,P|406:290|435:276,1,70,2|2,0:1|0:0,0:0:0:0:
436,187,60703,2,0,P|405:176|357:162,1,70
294,217,61385,2,0,P|268:168|295:86,1,140,2|0,0:0|0:0,0:0:0:0:
368,43,62408,1,0,0:0:0:0:
451,79,62749,2,0,B|467:125|467:125|454:222,1,140,2|0,0:0|0:0,0:0:0:0:
288,290,64112,2,0,B|242:306|242:306|145:293,1,140
124,206,65135,6,0,P|80:211|48:219,2,70,0|2|2,0:0|0:1|0:0,0:0:0:0:
212,184,66158,1,2,0:0:0:0:
190,95,66499,2,0,P|205:62|224:31,1,70,2|2,0:0|0:0,0:0:0:0:
400,67,67522,2,0,P|418:96|432:128,1,70
441,219,68203,2,0,P|398:242|305:204,1,140,2|0,0:0|0:0,0:0:0:0:
271,136,69226,2,0,L|186:151,1,70,0|2,0:0|0:0,0:0:0:0:
71,275,70249,2,0,B|129:295|129:295|225:279,1,140,0|2,0:0|0:1,0:0:0:0:
285,236,71272,6,0,P|291:273|290:308,2,70,2|2|0,0:0|0:0|0:0,0:0:0:0:
257,150,72294,2,0,P|287:133|322:119,1,70,2|0,0:0|0:0,0:0:0:0:
367,42,72976,2,0,P|415:63|420:159,1,140,0|2,0:0|0:0,0:0:0:0:
368,210,73999,1,0,0:0:0:0:
185,209,74681,1,0,0:0:0:0:
108,159,75022,2,0,P|112:92|171:59,2,140,6|0|2,0:0|0:0|0:1,0:0:0:0:
185,209,76726,5,2,0:0:0:0:
134,284,77067,2,0,L|50:283,2,70,0|0|2,0:0|0:0|0:0,0:0:0:0:
225,289,78090,2,0,P|264:280|309:278,1,70
385,274,78772,1,0,0:0:0:0:
429,194,79112,2,0,P|436:124|409:39,1,140,2|0,0:0|0:0,0:0:0:0:
330,33,80135,1,2,0:0:0:0:
239,38,80476,2,0,P|232:108|259:193,1,140,2|0,0:0|0:0,0:0:0:0:
372,316,81840,6,0,L|283:303,1,70,2|0,0:0|0:0,0:0:0:0:
222,262,82522,2,0,L|131:270,2,70,0|0|2,0:0|0:0|0:0,0:0:0:0:
374,161,83885,2,0,P|356:130|335:102,1,70
246,110,84567,2,0,P|214:138|321:303,2,280,2|0|2,0:0|0:0|0:1,0:0:0:0:
256,192,87465,12,0,92749,0:0:0:0:

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,889 @@
osu file format v14
[General]
StackLeniency: 0.7
Mode: 2
[Difficulty]
HPDrainRate:6
CircleSize:4
OverallDifficulty:9.2
ApproachRate:9.2
SliderMultiplier:2.76
SliderTickRate:2
[Events]
//Background and Video events
//Break Periods
2,88036,100842
2,172123,178142
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Layer 4 (Overlay)
//Storyboard Sound Samples
[TimingPoints]
245,437.956204379562,4,2,1,30,1,0
17763,-100,4,2,1,65,0,0
31777,-100,4,2,1,70,0,0
45792,-100,4,2,1,75,0,0
52799,-100,4,2,1,80,0,0
59807,-100,4,2,1,85,0,1
86960,-90.9090909090909,4,2,1,80,0,1
87836,-100,4,2,1,75,0,0
101850,-100,4,2,1,65,0,0
115865,-100,4,2,1,70,0,0
129880,-100,4,2,1,75,0,0
136887,-100,4,2,1,80,0,0
140828,-100,4,2,1,60,0,0
141485,-100,4,2,1,65,0,0
141704,-100,4,2,1,70,0,0
141923,-100,4,2,1,75,0,0
142142,-100,4,2,1,80,0,0
143894,-100,4,2,1,85,0,1
171923,-100,4,2,1,75,0,0
178931,-100,4,2,1,75,0,0
192945,-76.9230769230769,4,2,1,85,0,1
193383,-47.6190476190476,4,2,1,85,0,1
193821,-76.9230769230769,4,2,1,85,0,1
194259,-47.6190476190476,4,2,1,85,0,1
194697,-100,4,2,1,85,0,1
195135,-47.6190476190476,4,2,1,85,0,1
195573,-100,4,2,1,85,0,1
196011,-47.6190476190476,4,2,1,85,0,1
196449,-100,4,2,1,85,0,1
196668,-47.6190476190476,4,2,1,85,0,1
198639,-71.4285714285714,4,2,2,85,0,1
199077,-100,4,2,2,85,0,1
199296,-76.9230769230769,4,2,1,85,0,1
199953,-100,4,2,1,80,0,0
201704,-100,4,2,1,85,0,1
227982,-100,4,2,1,30,0,0
[HitObjects]
256,192,14259,12,0,17325,0:0:0:0:
166,339,17763,6,0,L|164:200,1,138,2|0,1:2|0:0,0:0:0:0:
358,201,18201,2,0,L|360:62,1,138,0|0,1:2|0:0,0:0:0:0:
165,63,18639,2,0,L|18:65,1,138,2|2,1:2|0:0,0:0:0:0:
137,64,18967,2,0,L|208:65,1,69,2|0,0:0|1:2,0:0:0:0:
25,64,19296,1,2,0:0:0:0:
314,64,19515,5,2,1:2:0:0:
350,130,19624,1,0,0:0:0:0:
312,196,19734,1,2,0:0:0:0:
118,196,19953,2,0,L|259:197,1,138,2|2,1:2|0:0,0:0:0:0:
449,196,20390,2,0,L|452:342,1,138,2|2,1:2|0:0,0:0:0:0:
271,333,20828,1,2,1:2:0:0:
451,333,21047,1,2,0:0:0:0:
133,333,21266,5,2,1:2:0:0:
97,265,21376,1,0,0:0:0:0:
136,200,21485,1,0,0:0:0:0:
329,200,21704,2,0,L|331:57,1,138,0|0,1:2|0:0,0:0:0:0:
136,62,22142,2,0,L|297:62,1,138,2|2,1:2|0:0,0:0:0:0:
385,62,22471,2,0,L|294:62,1,69,2|0,0:0|1:2,0:0:0:0:
136,62,22799,1,2,0:0:0:0:
425,62,23018,5,2,1:2:0:0:
461,128,23128,1,0,0:0:0:0:
421,192,23237,1,2,0:0:0:0:
227,192,23456,2,0,L|224:332,1,138,2|2,1:2|0:0,0:0:0:0:
404,329,23894,1,2,1:2:0:0:
224,329,24113,1,2,0:0:0:0:
417,329,24332,2,0,L|419:187,1,138,2|2,1:2|0:0,0:0:0:0:
341,191,24661,1,2,0:0:0:0:
107,191,24770,5,2,1:2:0:0:
69,124,24880,1,0,0:0:0:0:
111,61,24989,1,0,0:0:0:0:
304,61,25208,2,0,L|306:200,1,138,0|0,1:2|0:0,0:0:0:0:
111,198,25646,2,0,L|110:337,1,138,2|0,1:2|0:0,0:0:0:0:
220,335,25974,2,0,L|292:335,1,69,2|0,0:0|1:2,0:0:0:0:
108,335,26303,1,2,0:0:0:0:
397,335,26522,5,2,1:2:0:0:
432,268,26631,1,0,0:0:0:0:
395,200,26741,1,2,0:0:0:0:
215,200,26960,1,2,1:2:0:0:
395,200,27179,1,2,0:0:0:0:
201,200,27398,2,0,L|200:59,1,138,2|0,1:2|0:0,0:0:0:0:
380,62,27836,1,0,1:2:0:0:
200,62,28055,1,2,0:0:0:0:
131,62,28164,1,2,0:0:0:0:
365,62,28274,6,0,P|452:120|350:202,1,276,2|0,1:2|0:0,0:0:0:0:
170,202,28931,1,2,0:0:0:0:
349,202,29150,2,0,P|415:208|474:382,1,276,2|0,0:0|0:0,0:0:0:0:
114,381,30026,5,0,1:2:0:0:
292,381,30244,1,8,0:3:0:0:
114,381,30463,2,0,L|113:240,1,138,8|0,0:3|0:0,0:0:0:0:
307,243,30901,2,0,L|309:102,1,138,4|0,0:3|0:0,0:0:0:0:
197,105,31230,2,0,L|129:106,1,69,4|0,0:3|1:2,0:0:0:0:
417,106,31558,2,0,L|418:180,1,69,0|0,3:2|0:0,0:0:0:0:
148,174,31777,5,2,1:2:0:0:
78,174,31887,1,0,0:0:0:0:
148,174,31996,1,0,0:0:0:0:
341,174,32215,2,0,P|354:234|340:315,1,138,0|0,3:2|0:0,0:0:0:0:
265,311,32544,1,0,1:2:0:0:
155,311,32653,2,0,L|-7:310,1,138,2|2,0:0|1:2,0:0:0:0:
93,310,32982,1,2,0:0:0:0:
292,310,33091,1,0,3:2:0:0:
112,310,33310,2,0,L|110:239,1,69,2|0,0:0|0:0,0:0:0:0:
327,242,33529,5,2,1:2:0:0:
396,242,33639,1,0,0:0:0:0:
327,242,33748,1,0,0:0:0:0:
133,242,33967,2,0,L|131:104,1,138,2|2,3:2|0:0,0:0:0:0:
207,104,34296,1,0,1:2:0:0:
316,104,34405,2,0,L|170:104,1,138,2|2,0:0|1:2,0:0:0:0:
254,104,34734,1,0,0:0:0:0:
453,104,34843,2,0,P|466:169|455:240,1,138,2|2,3:2|0:0,0:0:0:0:
378,239,35172,1,2,0:0:0:0:
145,239,35281,5,2,1:2:0:0:
76,239,35390,1,0,0:0:0:0:
145,239,35500,1,0,0:0:0:0:
338,239,35719,2,0,L|340:102,1,138,0|0,3:2|0:0,0:0:0:0:
263,101,36047,1,0,1:2:0:0:
165,101,36157,1,2,0:0:0:0:
263,101,36266,1,2,0:0:0:0:
339,101,36376,1,2,1:2:0:0:
263,101,36485,1,2,0:0:0:0:
61,101,36595,2,0,P|45:160|61:238,1,138,0|2,3:2|0:0,0:0:0:0:
135,234,36923,1,0,0:0:0:0:
371,233,37033,5,2,1:2:0:0:
439,233,37142,1,0,0:0:0:0:
371,233,37252,1,0,0:0:0:0:
177,233,37471,2,0,L|318:233,1,138,2|0,3:2|0:0,0:0:0:0:
238,233,37799,1,0,1:2:0:0:
127,233,37909,2,0,L|125:94,1,138,2|2,0:0|1:2,0:0:0:0:
201,95,38237,1,0,0:0:0:0:
402,95,38347,2,0,P|410:157|404:236,1,138,2|2,3:2|0:0,0:0:0:0:
328,232,38675,1,0,0:0:0:0:
92,233,38785,5,2,1:2:0:0:
23,233,38894,1,0,0:0:0:0:
92,233,39004,1,0,0:0:0:0:
285,233,39223,2,0,L|430:233,1,138,0|0,3:2|0:0,0:0:0:0:
346,233,39551,1,0,1:2:0:0:
235,233,39661,2,0,L|234:160,1,69,2|2,0:0|0:0,0:0:0:0:
344,164,39880,2,0,L|346:93,1,69,2|2,1:2|0:0,0:0:0:0:
144,95,40099,2,0,L|5:95,1,138,0|2,3:2|0:0,0:0:0:0:
82,95,40427,1,0,0:0:0:0:
315,95,40536,5,2,1:2:0:0:
384,95,40646,1,0,0:0:0:0:
315,95,40755,1,2,0:0:0:0:
121,95,40974,2,0,L|119:234,1,138,2|2,3:2|0:0,0:0:0:0:
195,232,41303,1,0,1:2:0:0:
394,232,41412,1,2,0:0:0:0:
214,232,41631,1,0,1:2:0:0:
144,232,41741,1,0,0:0:0:0:
214,232,41850,1,0,3:2:0:0:
407,232,42069,2,0,L|492:232,1,69,2|2,0:0|0:0,0:0:0:0:
240,232,42288,5,2,1:2:0:0:
170,232,42398,1,0,0:0:0:0:
240,232,42507,1,0,0:0:0:0:
419,232,42726,1,2,3:2:0:0:
129,232,42945,2,0,L|128:161,1,69,2|0,0:0|1:2,0:0:0:0:
238,163,43164,2,0,L|380:164,1,138,2|2,0:0|1:2,0:0:0:0:
299,163,43493,1,0,0:0:0:0:
195,163,43602,1,2,3:2:0:0:
374,163,43821,1,2,0:0:0:0:
376,93,43931,1,0,0:0:0:0:
108,163,44040,5,6,1:2:0:0:
106,93,44150,1,2,0:0:0:0:
209,93,44259,1,0,3:2:0:0:
388,93,44478,1,0,3:2:0:0:
195,93,44697,1,2,1:2:0:0:
484,93,44916,1,8,0:3:0:0:
407,93,45026,1,8,0:3:0:0:
213,93,45244,1,8,0:3:0:0:
316,93,45354,2,0,L|460:94,1,138,2|4,0:0|0:3,0:0:0:0:
103,93,45792,6,0,P|17:149|121:239,1,276,6|0,1:2|0:0,0:0:0:0:
294,241,46449,2,0,L|37:136,1,276,2|2,0:0|0:0,0:0:0:0:
204,136,47106,1,2,0:0:0:0:
38,136,47325,1,2,0:0:0:0:
355,136,47544,6,0,P|438:178|341:272,1,276,6|0,1:2|0:0,0:0:0:0:
173,271,48201,1,0,0:0:0:0:
338,271,48420,2,0,P|355:199|200:122,1,276,2|2,0:0|0:0,0:0:0:0:
369,120,49077,1,2,0:0:0:0:
51,120,49296,6,0,L|49:261,1,138,6|2,1:2|0:0,0:0:0:0:
229,257,49734,2,0,L|371:256,1,138,2|2,0:0|0:0,0:0:0:0:
186,256,50172,2,0,L|47:255,1,138,2|2,0:0|0:0,0:0:0:0:
227,255,50609,1,2,0:0:0:0:
47,255,50828,1,2,0:0:0:0:
347,254,51047,6,0,P|438:243|478:85,1,276,6|0,1:2|0:0,0:0:0:0:
118,84,51923,2,0,P|103:147|121:221,1,138,2|2,3:2|3:2,0:0:0:0:
313,217,52361,1,8,0:3:0:0:
119,217,52580,1,8,0:3:0:0:
436,217,52799,6,0,L|127:184,1,276,2|2,1:2|3:2,0:0:0:0:
452,187,53456,1,2,0:0:0:0:
489,128,53566,1,0,1:2:0:0:
454,68,53675,1,0,0:0:0:0:
274,68,53894,1,2,1:2:0:0:
454,68,54113,2,0,L|301:69,1,138,2|2,3:2|0:0,0:0:0:0:
24,68,54551,6,0,L|306:94,1,276,0|0,1:2|3:2,0:0:0:0:
104,93,55208,1,0,0:0:0:0:
62,93,55317,1,0,1:2:0:0:
104,93,55427,1,2,0:0:0:0:
393,93,55646,2,0,L|266:151,1,138,2|0,1:2|3:2,0:0:0:0:
87,150,56084,1,2,0:0:0:0:
432,116,56303,6,0,P|308:196|181:218,1,276,6|2,1:2|3:2,0:0:0:0:
365,218,56960,1,2,1:2:0:0:
75,218,57179,2,0,L|232:214,1,138,2|2,3:2|1:2,0:0:0:0:
407,214,57617,2,0,L|410:69,1,138,2|2,3:2|0:0,0:0:0:0:
118,76,58055,6,0,L|335:76,2,207,2|2|2,1:2|0:0|0:0,0:0:0:0:
312,76,58931,2,0,P|275:213|34:256,1,414,2|0,0:0|0:0,0:0:0:0:
380,255,59807,6,0,P|404:186|380:128,1,138,6|0,1:2|0:0,0:0:0:0:
290,128,60135,1,2,0:0:0:0:
380,128,60244,2,0,L|382:52,1,69,0|0,3:2|0:0,0:0:0:0:
180,59,60463,2,0,L|96:59,1,69,2|0,0:0|1:2,0:0:0:0:
346,59,60682,6,0,L|346:144,1,69,2|2,0:0|0:0,0:0:0:0:
144,128,60901,1,2,1:2:0:0:
345,128,61011,1,2,0:0:0:0:
441,128,61120,2,0,P|475:194|424:240,1,138,0|2,3:2|0:0,0:0:0:0:
355,236,61449,1,0,0:0:0:0:
121,236,61558,6,0,L|120:164,1,69,2|2,1:2|0:0,0:0:0:0:
321,167,61777,1,2,0:0:0:0:
120,167,61887,1,2,0:0:0:0:
23,167,61996,2,0,L|177:166,1,138,0|2,3:2|0:0,0:0:0:0:
63,166,62325,1,0,1:2:0:0:
296,166,62434,6,0,L|297:95,1,69,2|2,0:0|0:0,0:0:0:0:
199,97,62653,1,0,1:2:0:0:
400,97,62763,1,2,0:0:0:0:
303,97,62872,2,0,P|293:153|354:193,1,138,0|2,3:2|0:0,0:0:0:0:
438,192,63201,1,0,0:0:0:0:
204,192,63310,6,0,P|133:187|94:138,1,138,2|0,1:2|0:0,0:0:0:0:
184,137,63639,1,2,0:0:0:0:
93,137,63748,2,0,L|92:53,1,69,0|0,3:2|0:0,0:0:0:0:
293,68,63967,2,0,L|294:143,1,69,2|0,0:0|1:2,0:0:0:0:
93,137,64186,5,2,0:0:0:0:
293,136,64296,2,0,L|361:136,1,69,2|0,0:0|1:2,0:0:0:0:
160,136,64515,1,2,0:0:0:0:
63,136,64624,2,0,P|29:83|79:30,1,138,0|2,3:2|0:0,0:0:0:0:
154,31,64953,1,0,0:0:0:0:
387,31,65062,6,0,L|319:30,1,69,2|2,1:2|0:0,0:0:0:0:
116,29,65281,1,2,0:0:0:0:
318,29,65390,1,2,0:0:0:0:
415,29,65500,2,0,P|452:91|413:129,1,138,0|2,3:2|0:0,0:0:0:0:
315,129,65828,1,0,1:2:0:0:
79,129,65938,6,0,L|78:59,1,69,2|2,0:0|0:0,0:0:0:0:
175,60,66157,1,0,1:2:0:0:
374,60,66266,1,2,0:0:0:0:
276,60,66376,2,0,L|424:61,1,138,0|2,3:2|0:0,0:0:0:0:
331,60,66704,1,0,0:0:0:0:
60,60,66814,6,0,P|28:123|66:176,1,138,6|0,1:2|0:0,0:0:0:0:
151,173,67142,1,2,0:0:0:0:
61,173,67252,1,0,3:2:0:0:
378,173,67471,5,2,1:2:0:0:
422,111,67580,1,0,0:0:0:0:
381,46,67690,1,0,0:0:0:0:
305,44,67799,1,0,0:0:0:0:
194,44,67909,2,0,L|193:121,1,69,0|0,1:2|0:0,0:0:0:0:
428,112,68128,2,0,L|288:112,1,138,2|2,3:2|0:0,0:0:0:0:
373,112,68456,1,0,0:0:0:0:
137,112,68566,6,0,L|135:183,1,69,2|0,1:2|0:0,0:0:0:0:
245,181,68785,2,0,L|246:258,1,69,2|0,0:0|0:0,0:0:0:0:
44,249,69004,2,0,L|191:248,1,138,2|2,3:2|1:2,0:0:0:0:
98,248,69332,1,0,0:0:0:0:
333,248,69442,6,0,L|335:170,1,69,2|0,1:2|0:0,0:0:0:0:
133,179,69661,1,2,1:2:0:0:
326,179,69880,1,2,3:2:0:0:
133,179,70099,2,0,L|131:251,1,69,2|0,0:0|0:0,0:0:0:0:
398,247,70317,6,0,L|106:250,1,276,6|2,1:2|3:2,0:0:0:0:
468,249,70974,2,0,L|177:250,1,276,6|0,1:2|1:2,0:0:0:0:
483,249,71631,2,0,L|334:249,1,138,2|2,3:2|0:0,0:0:0:0:
26,249,72069,6,0,L|243:249,2,207,6|8|8,1:2|0:3|0:3,0:0:0:0:
344,249,72945,2,0,P|434:201|334:113,1,276,6|0,1:2|3:2,0:0:0:0:
247,111,73493,1,0,3:2:0:0:
338,111,73602,1,0,3:2:0:0:
102,111,73712,1,0,3:2:0:0:
338,111,73821,6,0,P|372:156|334:220,1,138,6|0,1:2|0:0,0:0:0:0:
244,219,74150,1,2,0:0:0:0:
334,219,74259,2,0,L|335:147,1,69,0|0,3:2|0:0,0:0:0:0:
133,150,74478,2,0,L|131:71,1,69,2|0,0:0|1:2,0:0:0:0:
366,81,74697,6,0,L|367:158,1,69,2|2,0:0|0:0,0:0:0:0:
165,149,74916,1,2,1:2:0:0:
366,149,75026,1,2,0:0:0:0:
462,149,75135,2,0,L|296:149,1,138,0|2,3:2|0:0,0:0:0:0:
407,149,75463,1,0,0:0:0:0:
171,149,75573,6,0,L|169:233,1,69,2|2,1:2|0:0,0:0:0:0:
370,217,75792,1,2,0:0:0:0:
170,217,75901,1,2,0:0:0:0:
72,217,76011,2,0,P|46:151|98:97,1,138,0|2,3:2|0:0,0:0:0:0:
179,102,76339,1,0,1:2:0:0:
414,102,76449,6,0,L|491:102,1,69,2|2,0:0|0:0,0:0:0:0:
385,102,76668,1,0,1:2:0:0:
185,102,76777,1,2,0:0:0:0:
282,102,76887,2,0,L|442:101,1,138,0|2,3:2|0:0,0:0:0:0:
336,101,77215,1,0,0:0:0:0:
100,101,77325,6,0,P|75:169|105:227,1,138,2|0,1:2|0:0,0:0:0:0:
192,224,77653,1,2,0:0:0:0:
102,224,77763,2,0,L|100:301,1,69,0|0,3:2|0:0,0:0:0:0:
301,292,77982,2,0,L|394:292,1,69,2|0,0:0|1:2,0:0:0:0:
134,292,78201,6,0,L|133:221,1,69,2|2,0:0|0:0,0:0:0:0:
334,223,78420,1,2,1:2:0:0:
135,223,78529,1,2,0:0:0:0:
37,223,78639,2,0,P|21:160|69:106,1,138,0|2,3:2|0:0,0:0:0:0:
147,107,78967,1,0,0:0:0:0:
382,107,79077,6,0,L|384:175,1,69,2|0,1:2|0:0,0:0:0:0:
273,175,79296,2,0,L|271:243,1,69,2|0,1:2|0:0,0:0:0:0:
472,243,79515,2,0,L|474:315,1,69,2|0,3:2|0:0,0:0:0:0:
203,311,79734,6,0,L|132:312,1,69,6|0,1:2|0:0,0:0:0:0:
244,311,79953,2,0,L|317:311,1,69,2|0,0:0|0:0,0:0:0:0:
111,311,80172,2,0,L|108:242,1,69,8|0,2:3|0:0,0:0:0:0:
307,242,80390,2,0,L|385:242,1,69,8|0,2:3|0:0,0:0:0:0:
140,242,80609,2,0,L|69:242,1,69,4|0,2:3|0:0,0:0:0:0:
341,242,80828,6,0,L|495:242,1,138,6|0,1:2|0:0,0:0:0:0:
388,242,81157,1,2,0:0:0:0:
476,242,81266,1,0,3:2:0:0:
161,242,81485,5,2,1:2:0:0:
124,175,81595,1,0,0:0:0:0:
166,112,81704,1,0,0:0:0:0:
242,106,81814,1,0,0:0:0:0:
351,106,81923,2,0,L|352:37,1,69,0|0,1:2|0:0,0:0:0:0:
150,37,82142,1,2,3:2:0:0:
74,50,82252,1,0,0:0:0:0:
84,124,82361,1,0,0:0:0:0:
166,131,82471,1,0,0:0:0:0:
399,131,82580,5,2,1:2:0:0:
442,193,82690,1,0,0:0:0:0:
399,255,82799,1,0,0:0:0:0:
316,261,82909,1,2,0:0:0:0:
206,261,83018,2,0,L|204:185,1,69,0|0,3:2|0:0,0:0:0:0:
315,192,83237,2,0,L|316:121,1,69,2|0,1:2|0:0,0:0:0:0:
80,123,83456,6,0,L|78:47,1,69,2|0,1:2|0:0,0:0:0:0:
182,54,83675,1,2,1:2:0:0:
375,54,83894,1,2,3:2:0:0:
57,54,84113,1,2,0:0:0:0:
133,54,84223,1,0,0:0:0:0:
366,54,84332,5,2,1:2:0:0:
405,119,84442,1,0,0:0:0:0:
361,180,84551,1,0,0:0:0:0:
284,180,84661,1,0,0:0:0:0:
174,180,84770,2,0,L|172:256,1,69,0|0,3:2|0:0,0:0:0:0:
442,248,84989,5,6,1:2:0:0:
358,248,85099,1,0,0:0:0:0:
321,183,85208,1,0,0:0:0:0:
365,123,85317,1,0,0:0:0:0:
475,123,85427,2,0,L|476:48,1,69,0|0,1:2|0:0,0:0:0:0:
274,54,85646,2,0,L|273:131,1,69,0|0,3:2|0:0,0:0:0:0:
363,122,85865,1,0,0:0:0:0:
273,122,85974,1,0,0:0:0:0:
71,122,86084,6,0,L|70:210,1,69,0|0,1:2|0:0,0:0:0:0:
305,190,86303,2,0,L|305:270,1,69,8|0,0:3|0:0,0:0:0:0:
103,259,86522,1,0,3:2:0:0:
305,259,86631,2,0,L|388:258,1,69,8|2,0:3|0:0,0:0:0:0:
55,258,86960,2,0,P|215:211|49:153,1,455.400013897705,2|0,1:2|0:0,0:0:0:0:
398,117,87836,5,6,1:2:0:0:
77,106,101412,5,0,3:2:0:0:
435,106,101850,6,0,P|450:162|434:240,1,138,2|0,1:2|0:0,0:0:0:0:
240,239,102288,2,0,L|99:240,1,138,0|0,1:2|0:0,0:0:0:0:
296,239,102726,2,0,L|437:238,1,138,2|0,1:2|0:0,0:0:0:0:
322,238,103055,2,0,L|243:238,1,69,2|0,0:0|1:2,0:0:0:0:
433,238,103383,1,2,0:0:0:0:
145,242,103602,5,2,1:2:0:0:
228,242,103712,1,0,0:0:0:0:
283,242,103821,1,2,0:0:0:0:
89,242,104040,2,0,L|88:104,1,138,2|2,1:2|0:0,0:0:0:0:
268,104,104478,1,2,1:2:0:0:
88,104,104697,1,2,0:0:0:0:
281,104,104916,2,0,L|426:105,1,138,2|0,1:2|0:0,0:0:0:0:
129,104,105354,5,2,1:2:0:0:
211,104,105463,1,0,0:0:0:0:
266,104,105573,1,0,0:0:0:0:
72,104,105792,2,0,L|71:255,1,138,0|0,1:2|0:0,0:0:0:0:
265,241,106230,2,0,L|117:242,1,138,2|2,1:2|0:0,0:0:0:0:
237,241,106558,2,0,L|307:241,1,69,2|0,0:0|1:2,0:0:0:0:
126,240,106887,1,2,0:0:0:0:
415,240,107106,5,2,1:2:0:0:
332,240,107215,1,0,0:0:0:0:
276,240,107325,1,2,0:0:0:0:
469,240,107544,2,0,L|470:100,1,138,2|2,1:2|0:0,0:0:0:0:
289,102,107982,1,2,1:2:0:0:
469,102,108201,1,2,0:0:0:0:
275,102,108420,2,0,L|138:102,1,138,2|0,1:2|0:0,0:0:0:0:
428,102,108858,5,2,1:2:0:0:
345,102,108967,1,0,0:0:0:0:
289,102,109077,1,0,0:0:0:0:
482,102,109296,2,0,L|484:242,1,138,0|0,1:2|0:0,0:0:0:0:
291,239,109734,2,0,L|429:240,1,138,2|0,1:2|0:0,0:0:0:0:
318,239,110062,2,0,L|241:238,1,69,2|0,0:0|1:2,0:0:0:0:
428,239,110390,1,2,0:0:0:0:
138,239,110609,5,2,1:2:0:0:
215,239,110719,1,0,0:0:0:0:
277,239,110828,1,2,0:0:0:0:
83,239,111047,2,0,L|229:239,1,138,2|2,1:2|0:0,0:0:0:0:
26,239,111485,2,0,L|25:102,1,138,2|0,1:2|0:0,0:0:0:0:
205,101,111923,1,0,1:2:0:0:
25,101,112142,1,2,0:0:0:0:
314,101,112361,5,2,1:2:0:0:
230,101,112471,1,2,0:0:0:0:
314,101,112580,2,0,P|399:137|304:230,1,276,2|2,0:0|0:0,0:0:0:0:
109,229,113237,2,0,P|23:186|123:101,1,276,2|0,0:0|0:0,0:0:0:0:
482,100,114113,5,0,1:2:0:0:
288,100,114332,1,8,0:3:0:0:
482,100,114551,2,0,L|324:100,1,138,8|0,0:3|0:0,0:0:0:0:
149,100,114989,2,0,L|292:100,1,138,4|0,0:3|0:0,0:0:0:0:
397,100,115317,2,0,L|310:101,1,69,4|0,0:3|1:2,0:0:0:0:
133,100,115646,2,0,L|132:176,1,69,0|0,3:2|0:0,0:0:0:0:
367,168,115865,5,2,1:2:0:0:
284,168,115974,1,0,0:0:0:0:
228,168,116084,1,0,0:0:0:0:
421,168,116303,2,0,L|423:308,1,138,0|0,3:2|0:0,0:0:0:0:
346,305,116631,1,0,1:2:0:0:
235,305,116741,2,0,L|383:306,1,138,2|2,0:0|1:2,0:0:0:0:
296,305,117069,1,2,0:0:0:0:
94,305,117179,1,0,3:2:0:0:
273,305,117398,2,0,L|346:306,1,69,2|0,0:0|0:0,0:0:0:0:
129,304,117617,5,2,1:2:0:0:
60,304,117726,1,0,0:0:0:0:
131,304,117836,1,0,0:0:0:0:
324,304,118055,2,0,L|177:304,1,138,2|2,3:2|0:0,0:0:0:0:
262,304,118383,1,0,1:2:0:0:
372,304,118493,2,0,P|443:286|477:233,1,138,2|2,0:0|1:2,0:0:0:0:
400,234,118821,1,0,0:0:0:0:
198,234,118931,1,2,3:2:0:0:
391,234,119150,2,0,L|392:152,1,69,0|0,0:0|0:0,0:0:0:0:
156,165,119369,5,2,1:2:0:0:
238,165,119478,1,0,0:0:0:0:
293,165,119588,1,0,0:0:0:0:
99,165,119807,2,0,L|97:26,1,138,0|0,3:2|0:0,0:0:0:0:
174,27,120135,1,0,1:2:0:0:
283,27,120244,1,2,0:0:0:0:
333,79,120354,1,2,0:0:0:0:
283,27,120463,1,2,1:2:0:0:
185,27,120573,1,2,0:0:0:0:
384,27,120682,2,0,P|442:41|483:113,1,138,0|2,3:2|0:0,0:0:0:0:
412,104,121011,1,0,0:0:0:0:
178,104,121120,5,2,1:2:0:0:
108,104,121230,1,0,0:0:0:0:
178,104,121339,1,0,0:0:0:0:
371,104,121558,2,0,L|224:104,1,138,2|0,3:2|0:0,0:0:0:0:
309,104,121887,1,0,1:2:0:0:
418,104,121996,2,0,P|446:171|408:227,1,138,2|2,0:0|1:2,0:0:0:0:
337,222,122325,1,0,0:0:0:0:
137,222,122434,2,0,P|64:206|23:153,1,138,2|0,3:2|0:0,0:0:0:0:
102,159,122763,1,0,0:0:0:0:
335,159,122872,5,2,1:2:0:0:
251,159,122982,1,0,0:0:0:0:
196,159,123091,1,0,0:0:0:0:
389,159,123310,2,0,P|406:239|386:293,1,138,0|0,3:2|0:0,0:0:0:0:
312,290,123639,1,0,1:2:0:0:
202,290,123748,2,0,P|128:246|123:199,1,138,2|2,0:0|1:2,0:0:0:0:
200,162,124077,1,2,0:0:0:0:
399,161,124186,1,0,3:2:0:0:
219,92,124405,2,0,L|148:92,1,69,2|0,0:0|0:0,0:0:0:0:
386,227,124624,5,2,1:2:0:0:
455,227,124734,1,0,0:0:0:0:
386,227,124843,1,2,0:0:0:0:
192,227,125062,2,0,P|106:213|67:181,1,138,2|2,3:2|0:0,0:0:0:0:
144,182,125390,1,0,1:2:0:0:
345,182,125500,2,0,P|431:168|470:136,1,138,2|0,0:0|1:2,0:0:0:0:
393,137,125828,1,0,0:0:0:0:
282,137,125938,1,0,3:2:0:0:
475,137,126157,2,0,L|476:213,1,69,2|0,0:0|0:0,0:0:0:0:
240,205,126376,5,2,1:2:0:0:
322,205,126485,1,0,0:0:0:0:
377,205,126595,1,0,0:0:0:0:
183,205,126814,1,2,3:2:0:0:
472,205,127033,1,2,0:0:0:0:
389,205,127142,1,0,1:2:0:0:
333,205,127252,1,0,0:0:0:0:
153,205,127471,2,0,L|152:131,1,69,2|0,1:2|0:0,0:0:0:0:
256,136,127690,1,2,3:2:0:0:
76,136,127909,1,2,0:0:0:0:
421,136,128128,5,6,1:2:0:0:
423,67,128237,1,2,0:0:0:0:
319,67,128347,1,2,3:2:0:0:
139,67,128566,1,2,3:2:0:0:
332,67,128785,1,2,1:2:0:0:
42,67,129004,1,8,0:3:0:0:
111,67,129113,1,8,0:3:0:0:
304,67,129332,2,0,L|72:67,1,207,8|4,0:3|0:3,0:0:0:0:
408,67,129880,6,0,P|490:129|379:199,1,276,6|0,1:2|0:0,0:0:0:0:
188,200,130536,2,0,L|483:200,1,276,2|2,0:0|0:0,0:0:0:0:
283,200,131193,1,2,0:0:0:0:
463,200,131412,1,2,0:0:0:0:
145,200,131631,6,0,P|59:138|164:60,1,276,6|0,1:2|0:0,0:0:0:0:
342,59,132288,1,0,0:0:0:0:
148,59,132507,2,0,L|147:214,1,138,2|2,0:0|0:0,0:0:0:0:
327,196,132945,1,2,0:0:0:0:
147,196,133164,1,2,0:0:0:0:
464,196,133383,6,0,P|469:249|351:316,1,207,6|0,1:2|0:0,0:0:0:0:
240,316,133821,2,0,P|354:311|391:173,1,276,2|2,0:0|0:0,0:0:0:0:
196,172,134478,2,0,L|197:33,1,138,2|2,0:0|0:0,0:0:0:0:
391,34,134916,1,2,0:0:0:0:
73,34,135135,6,0,B|188:112|188:112|68:30,1,276,6|0,1:2|0:0,0:0:0:0:
434,34,136011,2,0,L|435:174,1,138,2|2,3:2|3:2,0:0:0:0:
227,171,136449,1,8,0:3:0:0:
434,171,136668,1,8,0:3:0:0:
116,171,136887,6,0,L|412:171,1,276,2|2,1:2|3:2,0:0:0:0:
100,171,137544,1,2,0:0:0:0:
182,171,137653,1,0,1:2:0:0:
242,171,137763,1,0,0:0:0:0:
62,171,137982,1,2,1:2:0:0:
241,171,138201,2,0,L|88:169,1,138,2|2,3:2|0:0,0:0:0:0:
421,169,138639,6,0,L|128:168,1,276,0|0,1:2|3:2,0:0:0:0:
339,168,139296,2,0,L|340:90,1,69,0|0,0:0|1:2,0:0:0:0:
235,99,139515,1,2,0:0:0:0:
55,99,139734,1,2,1:2:0:0:
344,99,139953,2,0,L|489:98,1,138,0|2,3:2|0:0,0:0:0:0:
136,98,140390,6,0,L|135:242,1,138,6|2,1:2|0:0,0:0:0:0:
328,235,140828,1,2,3:2:0:0:
135,235,141047,1,2,3:2:0:0:
342,235,141266,1,2,3:2:0:0:
493,235,141485,1,2,3:2:0:0:
299,235,141704,1,2,3:2:0:0:
91,235,141923,1,2,3:2:0:0:
380,235,142142,6,0,L|155:232,2,207,2|2|2,1:2|0:0|0:0,0:0:0:0:
185,235,143018,2,0,P|347:232|428:19,1,414,2|0,0:0|0:0,0:0:0:0:
82,21,143894,6,0,P|50:85|84:135,1,138,6|0,1:2|0:0,0:0:0:0:
174,134,144223,1,2,0:0:0:0:
84,134,144332,2,0,L|83:208,1,69,0|0,3:2|0:0,0:0:0:0:
284,202,144551,2,0,L|368:202,1,69,2|0,0:0|1:2,0:0:0:0:
117,202,144770,6,0,L|46:202,1,69,2|2,0:0|0:0,0:0:0:0:
249,202,144989,1,2,1:2:0:0:
48,202,145099,1,2,0:0:0:0:
144,202,145208,2,0,P|180:157|139:100,1,138,0|2,3:2|0:0,0:0:0:0:
55,99,145536,1,0,0:0:0:0:
290,99,145646,6,0,L|370:98,1,69,2|2,1:2|0:0,0:0:0:0:
157,98,145865,1,2,0:0:0:0:
356,98,145974,1,2,0:0:0:0:
453,98,146084,2,0,L|277:98,1,138,0|2,3:2|0:0,0:0:0:0:
412,98,146412,1,0,1:2:0:0:
176,98,146522,5,2,0:0:0:0:
272,98,146631,2,0,L|273:174,1,69,2|0,0:0|1:2,0:0:0:0:
71,166,146850,1,2,0:0:0:0:
168,166,146960,2,0,L|27:166,1,138,0|2,3:2|0:0,0:0:0:0:
113,166,147288,1,0,0:0:0:0:
348,166,147398,6,0,P|385:115|346:62,1,138,2|0,1:2|0:0,0:0:0:0:
255,61,147726,1,2,0:0:0:0:
345,61,147836,2,0,L|347:129,1,69,0|0,3:2|0:0,0:0:0:0:
145,129,148055,1,2,0:0:0:0:
76,129,148164,1,0,1:2:0:0:
280,97,148274,6,0,L|360:97,1,69,2|2,0:0|0:0,0:0:0:0:
147,97,148493,1,2,1:2:0:0:
346,97,148602,1,2,0:0:0:0:
248,97,148712,2,0,L|103:97,1,138,0|2,3:2|0:0,0:0:0:0:
193,97,149040,1,0,0:0:0:0:
428,97,149150,6,0,P|459:168|420:215,1,138,2|0,1:2|0:0,0:0:0:0:
226,211,149478,1,2,0:0:0:0:
323,211,149588,2,0,L|466:211,1,138,0|2,3:2|0:0,0:0:0:0:
377,211,149916,1,0,1:2:0:0:
141,211,150026,5,2,0:0:0:0:
237,211,150135,2,0,L|239:139,1,69,2|0,0:0|1:2,0:0:0:0:
37,142,150354,1,2,0:0:0:0:
133,142,150463,2,0,P|166:75|119:40,1,138,0|2,3:2|0:0,0:0:0:0:
42,40,150792,1,0,0:0:0:0:
309,40,150901,6,0,L|465:40,1,138,6|0,1:2|0:0,0:0:0:0:
356,40,151230,1,2,0:0:0:0:
445,40,151339,1,0,3:2:0:0:
127,40,151558,5,2,1:2:0:0:
203,45,151668,1,0,0:0:0:0:
239,111,151777,1,0,0:0:0:0:
196,174,151887,1,0,0:0:0:0:
86,174,151996,2,0,L|84:252,1,69,0|0,1:2|0:0,0:0:0:0:
285,242,152215,2,0,L|144:241,1,138,2|2,3:2|0:0,0:0:0:0:
230,241,152544,1,0,0:0:0:0:
463,241,152653,6,0,L|392:240,1,69,0|0,1:2|0:0,0:0:0:0:
284,242,152872,2,0,L|282:164,1,69,2|0,0:0|0:0,0:0:0:0:
483,173,153091,2,0,L|336:172,1,138,2|2,3:2|1:2,0:0:0:0:
428,172,153420,1,0,0:0:0:0:
227,171,153529,6,0,L|226:93,1,69,2|0,1:2|0:0,0:0:0:0:
323,102,153748,1,2,1:2:0:0:
33,102,153967,2,0,L|30:248,1,138,2|2,3:2|0:0,0:0:0:0:
114,239,154296,1,0,0:0:0:0:
381,239,154405,6,0,L|99:237,1,276,6|2,1:2|3:2,0:0:0:0:
451,237,155062,2,0,P|488:148|355:78,1,276,6|0,1:2|1:2,0:0:0:0:
22,80,155719,2,0,L|177:81,1,138,2|2,3:2|0:0,0:0:0:0:
478,80,156157,6,0,L|268:81,2,207,6|8|8,1:2|0:3|0:3,0:0:0:0:
159,80,157033,2,0,P|66:140|166:218,1,276,6|0,1:2|3:2,0:0:0:0:
254,218,157580,1,0,3:2:0:0:
163,218,157690,1,0,3:2:0:0:
396,218,157799,1,0,3:2:0:0:
163,218,157909,6,0,P|132:155|167:100,1,138,6|0,1:2|0:0,0:0:0:0:
255,100,158237,1,2,0:0:0:0:
164,100,158347,2,0,L|162:174,1,69,0|0,3:2|0:0,0:0:0:0:
363,168,158566,2,0,L|364:243,1,69,2|0,0:0|1:2,0:0:0:0:
128,236,158785,6,0,L|208:237,1,69,2|2,0:0|0:0,0:0:0:0:
398,236,159004,1,2,1:2:0:0:
198,236,159113,1,2,0:0:0:0:
100,236,159223,2,0,P|73:178|105:116,1,138,0|2,3:2|0:0,0:0:0:0:
187,116,159551,1,0,0:0:0:0:
422,116,159661,6,0,L|352:115,1,69,2|0,1:2|0:0,0:0:0:0:
151,115,159880,1,2,0:0:0:0:
350,115,159989,1,2,0:0:0:0:
254,115,160099,2,0,L|426:115,1,138,0|2,3:2|0:0,0:0:0:0:
296,115,160427,1,0,1:2:0:0:
62,115,160536,6,0,L|61:188,1,69,2|0,0:0|0:0,0:0:0:0:
171,183,160755,2,0,L|250:183,1,69,2|0,1:2|0:0,0:0:0:0:
441,183,160974,2,0,P|470:243|434:305,1,138,2|2,3:2|0:0,0:0:0:0:
354,301,161303,1,0,0:0:0:0:
120,301,161412,6,0,L|271:301,1,138,2|0,1:2|0:0,0:0:0:0:
167,301,161741,1,2,0:0:0:0:
256,301,161850,2,0,L|257:222,1,69,0|0,3:2|0:0,0:0:0:0:
55,232,162069,2,0,L|53:155,1,69,2|0,0:0|1:2,0:0:0:0:
288,163,162288,6,0,L|363:163,1,69,2|0,0:0|0:0,0:0:0:0:
155,163,162507,1,2,1:2:0:0:
356,163,162617,1,2,0:0:0:0:
452,163,162726,2,0,P|475:235|443:293,1,138,0|2,3:2|0:0,0:0:0:0:
364,287,163055,1,0,0:0:0:0:
130,287,163164,6,0,L|128:209,1,69,2|0,1:2|0:0,0:0:0:0:
239,218,163383,2,0,L|241:146,1,69,2|0,1:2|0:0,0:0:0:0:
39,149,163602,2,0,L|120:149,1,69,2|0,3:2|0:0,0:0:0:0:
378,149,163821,6,0,L|379:81,1,69,6|0,1:2|0:0,0:0:0:0:
268,80,164040,2,0,L|172:80,1,69,2|0,0:0|0:0,0:0:0:0:
400,80,164259,2,0,L|402:153,1,69,8|0,2:3|0:0,0:0:0:0:
200,148,164478,2,0,L|112:148,1,69,8|0,2:3|0:0,0:0:0:0:
366,148,164697,2,0,L|453:149,1,69,4|0,2:3|0:0,0:0:0:0:
164,148,164916,6,0,L|25:149,1,138,6|0,1:2|0:0,0:0:0:0:
116,148,165244,1,2,0:0:0:0:
27,148,165354,1,0,3:2:0:0:
344,148,165573,5,2,1:2:0:0:
381,213,165682,1,0,0:0:0:0:
339,277,165792,1,0,0:0:0:0:
263,277,165901,1,0,0:0:0:0:
152,277,166011,2,0,L|151:353,1,69,0|0,1:2|0:0,0:0:0:0:
352,345,166230,1,2,3:2:0:0:
427,345,166339,1,0,0:0:0:0:
464,278,166449,1,0,0:0:0:0:
425,212,166558,1,0,0:0:0:0:
189,212,166668,5,2,1:2:0:0:
116,189,166777,1,0,0:0:0:0:
125,113,166887,1,0,0:0:0:0:
199,102,166996,1,2,0:0:0:0:
309,102,167106,2,0,L|311:180,1,69,0|0,3:2|0:0,0:0:0:0:
199,170,167325,2,0,L|197:242,1,69,2|0,1:2|0:0,0:0:0:0:
398,238,167544,6,0,L|483:238,1,69,2|0,1:2|0:0,0:0:0:0:
356,238,167763,2,0,L|283:237,1,69,2|0,1:2|0:0,0:0:0:0:
85,237,167982,2,0,L|11:237,1,69,2|0,3:2|0:0,0:0:0:0:
126,237,168201,2,0,L|206:237,1,69,2|0,0:0|0:0,0:0:0:0:
430,237,168420,6,0,P|487:176|366:86,1,276,2|0,1:2|3:2,0:0:0:0:
174,89,169077,1,2,1:2:0:0:
99,98,169186,1,0,0:0:0:0:
67,167,169296,1,0,0:0:0:0:
101,234,169405,1,0,0:0:0:0:
176,243,169515,1,0,1:2:0:0:
465,243,169734,2,0,L|467:104,1,138,0|0,3:2|1:2,0:0:0:0:
390,105,170062,1,0,0:0:0:0:
154,105,170172,6,0,L|367:106,1,207,2|2,1:2|0:0,0:0:0:0:
127,105,170609,2,0,P|104:181|130:237,1,138,0|2,3:2|0:0,0:0:0:0:
202,232,170938,1,2,0:0:0:0:
401,232,171047,2,0,P|176:204|125:49,1,414,2|0,1:2|0:0,0:0:0:0:
416,48,171923,5,2,1:2:0:0:
85,274,178712,5,0,3:2:0:0:
402,274,178931,6,0,P|428:204|398:150,1,138,2|2,1:2|0:0,0:0:0:0:
323,151,179259,1,2,0:0:0:0:
212,151,179369,2,0,P|134:143|92:99,1,138,2|2,1:2|0:0,0:0:0:0:
170,102,179697,1,2,0:0:0:0:
280,102,179807,2,0,L|429:102,1,138,2|2,1:2|0:0,0:0:0:0:
307,102,180135,1,2,0:0:0:0:
238,102,180244,1,0,1:2:0:0:
307,102,180354,1,2,0:0:0:0:
417,102,180463,2,0,L|418:179,1,69,2|0,0:0|0:0,0:0:0:0:
216,159,180682,5,2,1:2:0:0:
313,159,180792,1,2,0:0:0:0:
381,159,180901,1,2,0:0:0:0:
313,159,181011,1,2,0:0:0:0:
203,159,181120,1,2,1:2:0:0:
133,159,181230,1,2,0:0:0:0:
203,159,181339,1,2,0:0:0:0:
396,159,181558,2,0,P|422:224|388:292,1,138,2|2,1:2|0:0,0:0:0:0:
320,283,181887,1,2,0:0:0:0:
210,283,181996,2,0,L|65:282,1,138,0|0,1:2|0:0,0:0:0:0:
148,282,182325,1,0,0:0:0:0:
347,282,182434,5,2,1:2:0:0:
416,282,182544,1,2,0:0:0:0:
347,282,182653,1,2,0:0:0:0:
154,282,182872,1,2,1:2:0:0:
85,282,182982,1,2,0:0:0:0:
154,282,183091,1,2,0:0:0:0:
347,282,183310,2,0,P|373:217|342:159,1,138,2|2,1:2|0:0,0:0:0:0:
231,160,183639,1,2,0:0:0:0:
162,160,183748,1,0,1:2:0:0:
231,160,183858,1,2,0:0:0:0:
343,160,183967,2,0,L|345:87,1,69,2|0,0:0|0:0,0:0:0:0:
143,91,184186,5,2,1:2:0:0:
323,91,184405,1,8,0:3:0:0:
143,91,184624,2,0,P|118:168|149:218,1,138,8|2,0:3|0:0,0:0:0:0:
221,213,184953,1,2,0:0:0:0:
421,270,185062,2,0,L|206:271,2,207,4|4|0,0:3|0:3|3:2,0:0:0:0:
102,270,185938,6,0,P|72:198|110:155,1,138,2|2,1:2|0:0,0:0:0:0:
181,157,186266,1,2,0:0:0:0:
291,157,186376,2,0,L|432:157,1,138,2|2,3:2|0:0,0:0:0:0:
352,157,186704,1,2,1:2:0:0:
150,157,186814,2,0,P|128:221|149:291,1,138,2|2,0:0|1:2,0:0:0:0:
257,286,187142,1,2,0:0:0:0:
325,227,187252,1,0,3:2:0:0:
253,155,187361,1,2,0:0:0:0:
141,155,187471,2,0,L|52:155,1,69,2|0,0:0|0:0,0:0:0:0:
307,155,187690,6,0,P|325:214|306:292,1,138,0|0,1:2|0:0,0:0:0:0:
113,292,188128,2,0,P|100:235|115:156,1,138,0|0,3:2|0:0,0:0:0:0:
190,157,188456,1,0,1:2:0:0:
391,157,188566,1,0,0:0:0:0:
211,157,188785,1,0,1:2:0:0:
390,157,189004,2,0,L|392:13,1,138,0|0,3:2|0:0,0:0:0:0:
73,19,189442,5,2,1:2:0:0:
39,86,189551,1,2,0:0:0:0:
76,152,189661,1,2,0:0:0:0:
158,152,189770,1,2,0:0:0:0:
268,152,189880,2,0,L|114:153,1,138,2|2,3:2|0:0,0:0:0:0:
213,152,190208,1,2,1:2:0:0:
412,152,190317,2,0,P|430:226|409:286,1,138,2|2,0:0|1:2,0:0:0:0:
320,282,190646,1,2,0:0:0:0:
230,282,190755,1,0,3:2:0:0:
409,282,190974,1,2,0:0:0:0:
91,282,191193,6,0,P|23:224|137:141,1,276,0|0,1:2|3:2,0:0:0:0:
344,141,191850,1,0,1:2:0:0:
427,141,191960,1,0,1:2:0:0:
344,141,192069,1,2,3:2:0:0:
138,141,192288,1,0,1:2:0:0:
427,141,192507,2,0,L|428:288,1,138,2|0,3:2|0:0,0:0:0:0:
81,278,192945,6,0,L|266:278,1,179.39999178772,6|2,1:2|1:1,0:0:0:0:
81,278,193383,2,0,L|388:279,1,289.799991156006,2|2,1:1|1:1,0:0:0:0:
190,278,193821,2,0,L|381:278,1,179.39999178772,2|2,1:2|1:1,0:0:0:0:
78,278,194259,2,0,L|401:277,1,289.799991156006,2|2,1:1|1:1,0:0:0:0:
76,277,194697,6,0,L|74:140,1,138,2|2,1:2|1:1,0:0:0:0:
365,139,195135,2,0,L|59:138,1,289.799991156006,2|2,1:1|1:1,0:0:0:0:
394,138,195573,2,0,L|395:278,1,138,2|2,1:2|1:1,0:0:0:0:
105,276,196011,2,0,L|411:277,1,289.799991156006,2|2,1:1|1:1,0:0:0:0:
75,276,196449,5,2,3:2:0:0:
422,276,196668,2,0,L|108:275,2,289.799991156006,6|6|6,1:1|1:1|1:1,0:0:0:0:
75,276,197325,2,0,L|389:275,2,289.799991156006,6|6|6,1:1|1:1|1:1,0:0:0:0:
395,276,197982,1,6,1:1:0:0:
47,276,198201,6,0,L|349:277,1,289.799991156006,6|6,1:1|1:1,0:0:0:0:
142,276,198639,2,0,L|342:277,1,193.199994104004,14|14,2:3|2:3,0:0:0:0:
26,277,199077,1,14,2:3:0:0:
371,277,199296,2,0,P|254:202|378:86,1,358.79998357544,6|0,1:2|0:0,0:0:0:0:
56,81,199953,6,0,L|297:80,2,207,6|2|2,1:2|0:0|0:0,0:0:0:0:
249,81,200828,2,0,L|251:169,1,69,2|2,0:0|0:0,0:0:0:0:
160,149,201047,1,2,0:0:0:0:
250,149,201157,1,2,0:0:0:0:
50,149,201266,1,0,3:2:0:0:
139,149,201376,1,0,3:2:0:0:
50,149,201485,1,2,3:2:0:0:
285,149,201595,1,0,3:2:0:0:
50,149,201704,6,0,L|48:228,1,69,6|2,1:2|0:0,0:0:0:0:
249,217,201923,1,2,0:0:0:0:
48,217,202033,1,2,0:0:0:0:
141,217,202142,2,0,P|172:281|134:338,1,138,0|2,3:2|0:0,0:0:0:0:
45,333,202471,1,0,1:2:0:0:
278,333,202580,5,2,0:0:0:0:
180,333,202690,2,0,L|179:262,1,69,2|0,0:0|1:2,0:0:0:0:
380,264,202909,1,2,0:0:0:0:
283,264,203018,2,0,L|457:265,1,138,0|2,3:2|0:0,0:0:0:0:
337,264,203347,1,0,0:0:0:0:
103,264,203456,6,0,P|72:200|117:155,1,138,0|0,1:2|0:0,0:0:0:0:
202,156,203785,1,2,0:0:0:0:
111,156,203894,2,0,L|109:75,1,69,0|0,3:2|0:0,0:0:0:0:
310,87,204113,2,0,L|399:86,1,69,2|0,0:0|1:2,0:0:0:0:
177,86,204332,5,2,0:0:0:0:
378,86,204442,2,0,L|379:160,1,69,2|0,0:0|1:2,0:0:0:0:
177,154,204661,1,2,0:0:0:0:
80,154,204770,2,0,P|55:217|80:282,1,138,0|2,3:2|0:0,0:0:0:0:
162,280,205099,1,0,0:0:0:0:
395,280,205208,6,0,L|312:280,1,69,2|2,1:2|0:0,0:0:0:0:
124,280,205427,1,2,0:0:0:0:
323,280,205536,1,2,0:0:0:0:
420,280,205646,2,0,L|252:279,1,138,0|2,3:2|0:0,0:0:0:0:
379,279,205974,1,0,1:2:0:0:
143,279,206084,6,0,L|70:281,1,69,2|2,0:0|0:0,0:0:0:0:
171,280,206303,1,0,1:2:0:0:
370,280,206412,1,2,0:0:0:0:
467,280,206522,2,0,P|494:213|463:160,1,138,0|2,3:2|0:0,0:0:0:0:
380,160,206850,1,0,0:0:0:0:
109,160,206960,6,0,L|259:160,1,138,6|0,1:2|0:0,0:0:0:0:
156,160,207288,1,2,0:0:0:0:
65,160,207398,1,0,3:2:0:0:
382,160,207617,5,2,1:2:0:0:
420,224,207726,1,0,0:0:0:0:
378,288,207836,1,0,0:0:0:0:
302,288,207945,1,0,0:0:0:0:
191,288,208055,2,0,L|190:212,1,69,0|0,1:2|0:0,0:0:0:0:
391,219,208274,2,0,P|417:155|379:101,1,138,2|2,3:2|0:0,0:0:0:0:
298,102,208602,1,0,0:0:0:0:
62,102,208712,6,0,L|61:180,1,69,0|0,1:2|0:0,0:0:0:0:
172,170,208931,2,0,L|245:169,1,69,2|0,0:0|0:0,0:0:0:0:
442,169,209150,2,0,P|466:237|434:297,1,138,2|2,3:2|1:2,0:0:0:0:
355,292,209478,1,0,0:0:0:0:
119,292,209588,6,0,L|116:218,1,69,2|0,0:0|0:0,0:0:0:0:
220,223,209807,1,2,1:2:0:0:
413,223,210026,1,2,3:2:0:0:
124,223,210244,2,0,L|48:223,1,69,2|2,0:0|0:0,0:0:0:0:
325,223,210463,6,0,P|407:220|484:62,1,276,6|2,1:2|3:2,0:0:0:0:
165,63,211120,2,0,L|469:62,1,276,6|0,1:2|1:2,0:0:0:0:
149,62,211777,2,0,L|8:61,1,138,2|2,3:2|0:0,0:0:0:0:
357,61,212215,6,0,L|142:61,2,207,6|8|8,1:2|0:3|0:3,0:0:0:0:
65,61,213091,2,0,L|375:61,1,276,6|0,1:2|3:2,0:0:0:0:
250,61,213639,1,0,3:2:0:0:
339,61,213748,1,0,3:2:0:0:
103,61,213858,1,0,3:2:0:0:
339,61,213967,6,0,P|366:130|332:184,1,138,6|0,1:2|0:0,0:0:0:0:
245,180,214296,1,2,0:0:0:0:
334,180,214405,2,0,L|336:259,1,69,0|0,3:2|0:0,0:0:0:0:
134,248,214624,2,0,L|47:249,1,69,2|0,0:0|1:2,0:0:0:0:
300,248,214843,6,0,L|301:171,1,69,2|0,0:0|0:0,0:0:0:0:
99,179,215062,1,2,1:2:0:0:
300,179,215172,1,2,0:0:0:0:
203,179,215281,2,0,L|28:176,1,138,0|2,3:2|0:0,0:0:0:0:
148,176,215609,1,0,0:0:0:0:
383,176,215719,6,0,L|290:176,1,69,2|2,1:2|0:0,0:0:0:0:
112,176,215938,1,2,0:0:0:0:
311,176,216047,1,2,0:0:0:0:
408,176,216157,2,0,P|437:111|399:59,1,138,0|2,3:2|0:0,0:0:0:0:
305,60,216485,1,0,1:2:0:0:
69,60,216595,6,0,L|68:143,1,69,2|0,0:0|0:0,0:0:0:0:
179,128,216814,2,0,L|263:129,1,69,2|0,1:2|0:0,0:0:0:0:
449,128,217033,2,0,L|348:129,1,69,2|0,3:2|0:0,0:0:0:0:
178,128,217252,2,0,L|86:128,1,69,2|0,0:0|0:0,0:0:0:0:
344,128,217471,6,0,L|197:128,1,138,2|0,1:2|0:0,0:0:0:0:
289,128,217799,1,2,0:0:0:0:
206,128,217909,2,0,L|205:204,1,69,0|0,3:2|0:0,0:0:0:0:
406,196,218128,2,0,L|479:195,1,69,2|0,0:0|1:2,0:0:0:0:
239,195,218347,6,0,L|158:196,1,69,2|0,0:0|0:0,0:0:0:0:
371,195,218566,1,2,1:2:0:0:
170,195,218675,1,2,0:0:0:0:
267,195,218785,2,0,L|435:196,1,138,0|2,3:2|0:0,0:0:0:0:
321,195,219113,1,0,0:0:0:0:
85,195,219223,6,0,L|85:273,1,69,2|0,1:2|0:0,0:0:0:0:
286,264,219442,2,0,L|379:265,1,69,2|0,1:2|0:0,0:0:0:0:
119,264,219661,2,0,L|37:264,1,69,2|0,3:2|0:0,0:0:0:0:
320,264,219880,5,6,1:2:0:0:
399,257,219989,1,0,0:0:0:0:
402,180,220099,1,0,0:0:0:0:
327,170,220208,1,0,0:0:0:0:
129,120,220317,2,0,L|129:48,1,69,8|0,0:3|0:0,0:0:0:0:
330,51,220536,2,0,L|412:48,1,69,8|0,0:3|0:0,0:0:0:0:
163,48,220755,2,0,L|80:48,1,69,4|0,0:3|0:0,0:0:0:0:
364,52,220974,5,6,1:2:0:0:
439,64,221084,1,0,0:0:0:0:
426,139,221193,1,0,0:0:0:0:
350,146,221303,1,2,0:0:0:0:
240,146,221412,2,0,L|239:227,1,69,0|0,3:2|0:0,0:0:0:0:
440,214,221631,5,2,1:2:0:0:
472,282,221741,1,0,0:0:0:0:
434,346,221850,1,0,0:0:0:0:
357,352,221960,1,0,0:0:0:0:
157,352,222069,2,0,L|66:348,1,69,2|0,1:2|0:0,0:0:0:0:
289,348,222288,2,0,L|471:346,1,138,2|2,3:2|0:0,0:0:0:0:
343,346,222617,1,0,0:0:0:0:
109,346,222726,6,0,P|83:283|123:224,1,138,2|0,1:2|0:0,0:0:0:0:
207,227,223055,1,2,0:0:0:0:
117,227,223164,2,0,L|114:140,1,69,0|0,3:2|0:0,0:0:0:0:
315,158,223383,2,0,L|399:159,1,69,2|0,1:2|0:0,0:0:0:0:
148,158,223602,6,0,L|146:226,1,69,2|0,0:0|0:0,0:0:0:0:
256,226,223821,2,0,L|346:226,1,69,2|0,1:2|0:0,0:0:0:0:
123,226,224040,2,0,L|209:226,1,69,2|0,3:2|0:0,0:0:0:0:
393,226,224259,2,0,L|394:149,1,69,2|0,0:0|0:0,0:0:0:0:
158,157,224478,5,2,1:2:0:0:
82,163,224588,1,0,0:0:0:0:
44,228,224697,1,0,0:0:0:0:
86,291,224807,1,0,0:0:0:0:
285,291,224916,2,0,L|378:292,1,69,0|0,3:2|0:0,0:0:0:0:
83,291,225135,5,6,1:2:0:0:
41,227,225244,1,0,0:0:0:0:
82,163,225354,1,0,0:0:0:0:
157,156,225463,1,0,0:0:0:0:
267,156,225573,2,0,L|267:86,1,69,0|0,1:2|0:0,0:0:0:0:
65,87,225792,2,0,L|64:173,1,69,2|0,3:2|0:0,0:0:0:0:
154,155,226011,1,2,0:0:0:0:
64,155,226120,1,2,0:0:0:0:
299,155,226230,5,2,1:2:0:0:
105,155,226449,2,0,L|104:233,1,69,8|0,0:3|0:0,0:0:0:0:
305,223,226668,1,0,3:2:0:0:
104,223,226777,2,0,L|28:224,1,69,8|2,0:3|0:0,0:0:0:0:
383,353,227106,6,0,P|161:330|63:49,1,552,6|2,1:2|0:0,0:0:0:0:

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,942 @@
osu file format v14
[General]
StackLeniency: 0.7
Mode: 2
[Difficulty]
HPDrainRate:4
CircleSize:3.2
OverallDifficulty:8
ApproachRate:8
SliderMultiplier:1.7
SliderTickRate:2
[Events]
//Background and Video events
//Break Periods
2,125844,129844
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Layer 4 (Overlay)
//Storyboard Sound Samples
[TimingPoints]
390,363.636363636364,4,2,1,60,1,0
3480,-100,4,2,2,70,0,0
3662,-100,4,2,1,60,0,0
4753,-100,4,2,2,50,0,0
4935,-100,4,2,1,60,0,0
6208,-100,4,2,3,60,0,0
6390,-100,4,2,1,60,0,0
9299,-100,4,2,2,70,0,0
9480,-100,4,2,1,60,0,0
12026,-100,4,2,3,70,0,0
12208,-100,4,2,1,70,0,0
23662,-83.3333333333333,4,2,3,70,0,0
24026,-100,4,2,1,80,0,0
26753,-100,4,2,2,80,0,0
26935,-100,4,2,1,80,0,0
28935,-83.3333333333333,4,2,1,80,0,0
29480,-83.3333333333333,4,2,3,70,0,0
30026,-100,4,2,1,70,0,0
30935,-100,4,2,1,30,0,0
31662,-100,4,2,1,40,0,0
32390,-100,4,2,1,30,0,0
32753,-100,4,2,1,40,0,0
33117,-100,4,2,1,50,0,0
33480,-100,4,2,1,60,0,0
33844,-100,4,2,1,70,0,0
34117,-100,4,2,1,40,0,0
34208,-100,4,2,1,70,0,0
34299,-100,4,2,1,40,0,0
34480,-100,4,2,1,70,0,0
34662,-100,4,2,1,40,0,0
34753,-100,4,2,1,70,0,0
34935,-100,4,2,77,80,0,0
35299,-83.3333333333333,4,2,3,80,0,0
35662,-100,4,2,1,80,0,0
38753,-100,4,2,1,80,0,0
39117,-100,4,2,1,80,0,0
44026,-83.3333333333333,4,2,1,80,0,0
44390,-100,4,2,1,80,0,0
46208,-100,4,2,1,80,0,0
46571,-100,4,2,77,90,0,0
46753,-100,4,2,1,80,0,0
46935,-100,4,2,3,80,0,0
47117,-100,4,2,1,80,0,0
52390,-100,4,2,1,80,0,0
52753,-100,4,2,1,80,0,0
55662,-100,4,2,1,85,0,0
57117,-100,4,2,1,90,0,0
58208,-100,4,2,77,90,0,0
58390,-100,4,2,1,80,0,0
58571,-100,4,2,3,90,0,1
58753,-100,4,2,1,90,0,1
69844,-100,4,2,1,90,0,0
70208,-100,4,2,3,90,0,1
70390,-100,4,2,1,90,0,1
82935,-100,4,2,77,90,0,1
83299,-83.3333333333333,4,2,3,80,0,0
83662,-100,4,2,1,80,0,0
88753,-100,4,2,1,80,0,0
89117,-100,4,2,1,80,0,0
94571,-100,4,2,77,80,0,0
94753,-100,4,2,1,80,0,0
94935,-100,4,2,3,80,0,0
95117,-100,4,2,1,80,0,0
106208,-100,4,2,77,80,0,0
106571,-100,4,2,1,80,0,0
112390,-100,4,2,77,90,0,0
112571,-100,4,2,1,80,0,0
117117,-100,4,2,1,40,0,0
117480,-100,4,2,1,50,0,0
117844,-100,4,2,1,60,0,0
118208,-100,4,2,1,55,0,0
118571,-100,4,2,1,65,0,0
118935,-100,4,2,1,75,0,0
119299,-100,4,2,1,85,0,0
119662,-100,4,2,3,100,0,0
120026,-100,4,2,1,30,0,0
125480,-100,4,2,1,5,0,0
131299,-100,4,2,4,60,0,0
136390,-100,4,2,4,60,0,0
137117,-100,4,2,4,70,0,0
137480,-100,4,2,4,50,0,0
138571,-100,4,2,4,60,0,0
141480,-90.9090909090909,4,2,4,50,0,0
141844,-100,4,2,4,50,0,0
142662,-100,4,2,78,50,0,0
143117,-100,4,2,4,60,0,0
148753,-100,4,2,78,50,0,0
148935,-100,4,2,4,60,0,0
153117,-100,4,2,4,50,0,0
154571,-100,4,2,78,50,0,0
154753,-100,4,2,4,60,0,0
160390,-100,4,2,3,60,0,0
160571,-100,4,2,4,60,0,0
163299,-100,4,2,1,30,0,0
163480,-100,4,2,5,30,0,0
163571,-100,4,2,1,30,0,0
163662,-100,4,2,1,40,0,0
163844,-100,4,2,5,40,0,0
163935,-100,4,2,1,40,0,0
164026,-100,4,2,1,50,0,0
164208,-100,4,2,5,50,0,0
164299,-100,4,2,1,50,0,0
164390,-100,4,2,1,60,0,0
164571,-100,4,2,5,60,0,0
164662,-100,4,2,1,60,0,0
164753,-100,4,2,1,70,0,0
165117,-100,4,2,1,70,0,0
165480,-100,4,2,1,70,0,0
165844,-100,4,2,77,80,0,0
166208,-100,4,2,1,80,0,0
174571,-100,4,2,1,80,0,0
174935,-100,4,2,1,80,0,0
177844,-83.3333333333333,4,2,1,80,0,0
178208,-100,4,2,1,80,0,0
186571,-100,4,2,1,80,0,0
187117,-100,4,2,1,80,0,0
187480,-100,4,2,1,80,0,0
188571,-100,4,2,1,80,0,0
188934,-100,4,2,1,80,0,0
189480,-83.3333333333333,4,2,3,90,0,1
189844,-100,4,2,1,90,0,1
194208,-100,4,2,1,90,0,1
194571,-100,4,2,1,90,0,1
195844,-100,4,2,1,90,0,1
196208,-100,4,2,1,90,0,1
200753,-100,4,2,1,90,0,1
200935,-100,4,2,1,90,0,0
201117,-83.3333333333333,4,2,1,90,0,1
201480,-100,4,2,1,90,0,1
212026,-100,4,2,77,90,0,1
212571,-100,4,2,1,90,0,0
212753,-100,4,2,3,90,0,1
212935,-100,4,2,1,90,0,1
214026,-100,4,2,5,60,0,1
214117,-100,4,2,1,90,0,1
215480,-100,4,2,5,60,0,1
215571,-100,4,2,1,90,0,1
216935,-100,4,2,5,60,0,1
217026,-100,4,2,1,90,0,1
218390,-100,4,2,5,60,0,1
218481,-100,4,2,1,90,0,1
219844,-100,4,2,5,60,0,1
219935,-100,4,2,1,90,0,1
221299,-100,4,2,5,60,0,1
221390,-100,4,2,1,90,0,1
222753,-100,4,2,5,60,0,1
222844,-100,4,2,1,90,0,1
224208,-100,4,2,77,90,0,1
224390,-83.3333333333333,4,2,3,80,0,0
224753,-100,4,2,1,80,0,0
225662,-100,4,2,5,60,0,0
225753,-100,4,2,1,90,0,0
226026,-100,4,2,5,60,0,0
226117,-100,4,2,1,90,0,0
227844,-100,4,2,5,60,0,0
227935,-100,4,2,1,90,0,0
228571,-100,4,2,5,60,0,0
228662,-100,4,2,1,90,0,0
230026,-100,4,2,5,60,0,0
230117,-100,4,2,1,90,0,0
230753,-100,4,2,5,60,0,0
230844,-100,4,2,1,90,0,0
231480,-100,4,2,5,60,0,0
231571,-100,4,2,1,90,0,0
232208,-100,4,2,5,60,0,0
232299,-100,4,2,1,90,0,0
233117,-100,4,2,1,35,0,0
233480,-100,4,2,1,45,0,0
233844,-100,4,2,1,55,0,0
234208,-100,4,2,1,75,0,0
234299,-100,4,2,1,65,0,0
234390,-100,4,2,1,75,0,0
234480,-100,4,2,1,65,0,0
234571,-100,4,2,1,75,0,0
234935,-100,4,2,1,85,0,0
235299,-100,4,2,1,95,0,0
235662,-100,4,2,1,85,0,0
236026,-100,4,2,3,80,0,0
236390,-100,4,2,4,70,0,0
236753,-100,4,2,78,70,0,0
237480,-100,4,2,0,50,0,0
237844,-100,4,2,0,40,0,0
238208,-100,4,2,0,30,0,0
238571,-100,4,2,0,20,0,0
238935,-100,4,2,78,50,0,0
239662,-100,4,2,0,50,0,0
240390,-100,4,2,0,45,0,0
241117,-100,4,2,0,40,0,0
241844,-100,4,2,0,35,0,0
242571,-100,4,2,0,30,0,0
243299,-100,4,2,0,25,0,0
244026,-100,4,2,0,20,0,0
244753,-100,4,2,0,15,0,0
245480,-100,4,2,0,10,0,0
246208,-100,4,2,0,5,0,0
[HitObjects]
124,320,390,6,0,L|124:128,1,170,4|0,0:0|0:0,0:0:0:0:
208,148,935,1,0,0:0:0:0:
380,192,1117,2,0,L|380:16,1,170,8|2,0:0|0:0,0:0:0:0:
208,24,1844,5,0,0:0:0:0:
360,24,2208,1,2,0:0:0:0:
188,24,2390,1,2,0:0:0:0:
152,24,2480,1,2,0:0:0:0:
112,24,2571,2,0,L|112:128,1,85,8|2,0:0|0:0,0:0:0:0:
196,108,2935,1,0,0:0:0:0:
280,108,3117,1,0,0:0:0:0:
196,108,3299,5,2,0:0:0:0:
288,108,3480,2,0,L|288:292,1,170,2|0,0:0|0:0,0:0:0:0:
116,312,4026,1,8,0:0:0:0:
300,280,4390,1,2,0:0:0:0:
28,192,4753,6,0,L|28:100,1,85,4|2,0:0|0:0,0:0:0:0:
112,108,5117,1,0,0:0:0:0:
20,108,5299,1,2,0:0:0:0:
192,108,5480,2,0,L|280:108,2,85,8|2|0,0:0|0:0|0:0,0:0:0:0:
484,364,6208,6,0,L|484:172,1,170,14|0,0:0|0:0,0:0:0:0:
400,192,6753,1,0,0:0:0:0:
228,236,6935,2,0,L|228:60,1,170,8|2,0:0|0:0,0:0:0:0:
396,64,7662,5,0,0:0:0:0:
244,64,8026,1,2,0:0:0:0:
416,64,8208,1,2,0:0:0:0:
452,64,8298,1,2,0:0:0:0:
492,64,8389,2,0,L|492:168,1,85,8|2,0:0|0:0,0:0:0:0:
396,148,8753,1,0,0:0:0:0:
304,148,8935,1,0,0:0:0:0:
212,148,9117,5,2,0:0:0:0:
312,148,9298,2,0,L|312:332,1,170,2|0,0:0|0:0,0:0:0:0:
140,352,9844,1,8,0:0:0:0:
324,320,10208,1,2,0:0:0:0:
136,192,10571,6,0,L|232:192,1,85,2|2,0:0|0:0,0:0:0:0:
128,192,10935,2,0,L|216:192,1,85,0|2,0:0|0:0,0:0:0:0:
384,192,11299,1,8,0:0:0:0:
292,192,11480,1,2,0:0:0:0:
200,192,11662,1,0,0:0:0:0:
488,192,12026,6,0,B|488:108|488:108|400:108,1,170,10|0,0:0|0:0,0:0:0:0:
316,108,12571,1,0,0:0:0:0:
144,108,12753,2,0,L|144:296,1,170,8|2,0:0|0:0,0:0:0:0:
314,278,13480,6,0,L|134:278,1,170,0|2,0:0|0:0,0:0:0:0:
144,278,14026,1,2,0:0:0:0:
314,278,14208,2,0,L|406:278,1,85,8|2,0:0|0:0,0:0:0:0:
304,276,14571,2,0,L|304:172,1,85,0|0,0:0|0:0,0:0:0:0:
132,192,14935,6,0,B|48:192|48:192|48:104,1,170,2|0,0:0|0:0,0:0:0:0:
132,104,15480,1,0,0:0:0:0:
304,48,15662,1,8,0:0:0:0:
132,104,16026,1,2,0:0:0:0:
284,104,16390,6,0,L|284:188,1,85,0|0,0:0|0:0,0:0:0:0:
192,192,16753,1,2,0:0:0:0:
192,192,16935,1,2,0:0:0:0:
364,192,17117,2,0,L|456:192,2,85,8|2|0,0:0|0:0|0:0,0:0:0:0:
64,192,17844,6,0,L|64:292,1,85,2|0,0:0|0:0,0:0:0:0:
148,192,18208,2,0,L|148:288,1,85,0|0,0:0|0:0,0:0:0:0:
320,192,18571,1,8,0:0:0:0:
132,192,18935,1,2,0:0:0:0:
132,192,19299,6,0,L|304:192,1,170,0|2,0:0|0:0,0:0:0:0:
388,192,19844,1,2,0:0:0:0:
216,192,20026,2,0,L|124:192,1,85,8|2,0:0|0:0,0:0:0:0:
224,192,20390,2,0,L|224:100,1,85,0|0,0:0|0:0,0:0:0:0:
52,20,20753,6,0,B|52:108|52:108|140:108,1,170,2|0,0:0|0:0,0:0:0:0:
224,107,21299,1,0,0:0:0:0:
396,192,21480,1,8,0:0:0:0:
224,192,21844,1,2,0:0:0:0:
132,192,22026,1,2,0:0:0:0:
224,192,22208,5,0,0:0:0:0:
176,192,22299,1,2,0:0:0:0:
132,192,22390,1,2,0:0:0:0:
232,192,22571,1,2,0:0:0:0:
404,192,22753,1,8,0:0:0:0:
232,192,22935,2,0,L|232:288,1,85,8|2,0:0|0:0,0:0:0:0:
404,277,23299,1,2,0:0:0:0:
448,276,23389,1,2,0:0:0:0:
492,276,23480,1,2,0:0:0:0:
212,192,23662,6,0,L|8:192,1,203.999993774414,10|0,0:0|0:0,0:0:0:0:
92,192,24208,1,0,0:0:0:0:
272,192,24390,2,0,L|272:96,1,85,8|0,0:0|0:0,0:0:0:0:
180,108,24753,1,2,0:0:0:0:
348,104,25117,6,0,L|252:104,1,85,0|0,0:0|0:0,0:0:0:0:
355,105,25480,1,2,0:0:0:0:
179,105,25662,1,2,0:0:0:0:
135,105,25752,1,2,0:0:0:0:
91,105,25843,2,0,L|7:105,2,85,8|2|0,0:0|0:0|0:0,0:0:0:0:
383,105,26571,5,2,0:0:0:0:
299,105,26753,2,0,B|215:105|215:105|215:193,1,170,2|0,0:0|0:0,0:0:0:0:
391,105,27299,1,8,0:0:0:0:
239,193,27662,2,0,L|239:281,1,85,2|0,0:0|0:0,0:0:0:0:
323,277,28026,5,0,0:0:0:0:
231,277,28208,1,2,0:0:0:0:
315,277,28390,1,0,0:0:0:0:
143,277,28571,1,2,0:0:0:0:
315,277,28753,1,8,0:0:0:0:
407,277,28935,2,0,B|508:276|508:276|508:168,1,203.999993774414,2|0,0:0|0:0,0:0:0:0:
212,192,29480,6,0,B|108:192|108:192|108:92|108:92|212:92,1,305.999990661621,6|0,0:0|0:0,0:0:0:0:
304,92,30208,2,0,L|392:92,2,85,2|0|2,0:0|0:0|0:0,0:0:0:0:
152,96,30935,6,0,L|152:180,1,85,2|2,0:0|0:0,0:0:0:0:
236,192,31299,2,0,L|236:296,1,85,2|2,0:0|0:0,0:0:0:0:
320,276,31662,2,0,L|232:276,2,85,2|2|2,0:0|0:0|0:0,0:0:0:0:
256,192,32390,12,8,33480,0:0:0:0:
428,192,33844,6,0,L|428:132,2,42.5,2|2|2,0:0|0:0|0:0,0:0:0:0:
256,192,34208,2,0,L|160:192,1,85,2|8,0:0|0:0,0:0:0:0:
216,192,34480,1,2,0:0:0:0:
264,192,34571,2,0,L|316:192,2,42.5,2|8|2,0:0|0:0|0:0,0:0:0:0:
92,192,34935,2,0,L|8:192,1,85,12|8,0:0|0:0,0:0:0:0:
288,192,35299,6,0,L|492:192,1,203.999993774414,10|8,3:2|3:2,3:3:0:0:
400,192,35844,1,2,3:2:0:0:
224,192,36026,2,0,L|136:192,1,85,0|2,3:2|3:2,0:0:0:0:
232,192,36390,2,0,L|232:104,1,85,8|0,3:2|3:2,3:3:0:0:
56,32,36753,6,0,L|56:116,1,85,6|0,3:2|3:2,3:3:0:0:
104,120,37026,1,0,3:2:0:0:
152,124,37117,1,8,3:2:0:0:
244,124,37299,1,2,3:2:0:0:
152,124,37480,2,0,L|64:124,1,85,0|2,3:2|3:2,0:0:0:0:
244,124,37844,2,0,L|244:216,1,85,8|0,3:2|3:2,3:3:0:0:
496,296,38208,6,0,B|496:212|496:212|408:212,1,170,6|8,3:2|3:2,3:3:0:0:
504,212,38753,2,0,L|324:212,1,170,2|2,3:2|3:2,3:3:0:0:
156,192,39299,2,0,L|60:192,1,85,8|0,3:2|3:2,3:3:0:0:
252,192,39662,6,0,L|312:192,2,42.5,6|2|2,3:2|3:2|3:2,3:3:0:0:
71,192,40026,2,0,L|71:92,1,85,8|2,3:2|3:2,3:3:0:0:
164,108,40390,2,0,L|80:108,1,85,0|2,3:2|3:2,0:0:0:0:
256,108,40753,2,0,L|340:108,1,85,8|0,3:2|3:2,3:3:0:0:
84,192,41117,6,0,L|276:192,1,170,6|8,3:2|3:2,3:3:0:0:
432,192,41662,2,0,L|432:104,1,85,2|0,3:2|3:2,3:3:0:0:
348,108,42026,1,2,3:2:0:0:
432,192,42208,2,0,L|348:192,1,85,8|0,3:2|3:2,3:3:0:0:
176,192,42571,6,0,L|84:192,1,85,6|0,3:2|3:2,3:3:0:0:
132,192,42844,1,0,3:2:0:0:
176,192,42935,1,8,3:2:0:0:
260,192,43117,2,0,L|176:192,2,85,2|0|2,3:2|3:2|3:2,3:3:0:0:
84,192,43662,2,0,L|84:288,1,85,8|0,3:2|3:2,3:3:0:0:
336,192,44026,6,0,B|436:192|436:192|436:296,1,203.999993774414,6|8,3:2|3:2,3:3:0:0:
344,296,44571,1,2,3:2:0:0:
252,296,44753,2,0,L|252:212,1,85,0|2,3:2|3:2,3:3:0:0:
428,192,45117,2,0,L|340:192,1,85,8|0,3:2|3:2,3:3:0:0:
164,192,45480,5,6,3:2:0:0:
121,192,45570,1,2,3:2:0:0:
79,192,45661,1,2,3:2:0:0:
256,192,45844,2,0,L|256:104,1,85,8|2,3:2|3:2,3:3:0:0:
160,104,46208,2,0,L|244:104,1,85,2|2,3:2|3:2,3:3:0:0:
68,32,46571,2,0,L|68:120,1,85,12|2,3:2|3:2,3:3:0:0:
324,192,46935,6,0,L|408:192,2,85,10|0|8,3:2|3:2|3:2,3:3:0:0:
154,192,47480,2,0,L|338:192,1,170,2|2,3:2|3:2,3:3:0:0:
420,192,48026,2,0,L|420:280,1,85,8|0,3:2|3:2,3:3:0:0:
240,328,48390,6,0,B|156:328,1,85,6|0,3:2|3:2,3:3:0:0:
112,328,48662,1,0,3:2:0:0:
68,328,48753,1,8,3:2:0:0:
160,244,48935,2,0,L|72:244,2,85,2|0|2,3:2|3:2|3:2,0:0:0:0:
336,244,49480,2,0,L|420:244,1,85,8|0,3:2|3:2,3:3:0:0:
164,116,49844,6,0,B|80:116,1,85,6|0,3:2|3:2,3:3:0:0:
79,116,50117,1,0,3:2:0:0:
79,116,50208,1,8,3:2:0:0:
172,116,50390,2,0,B|256:116|256:116|256:28,1,170,2|2,3:2|3:2,3:3:0:0:
80,30,50935,2,0,L|80:126,1,85,8|0,3:2|3:2,3:3:0:0:
256,192,51299,6,0,L|436:192,1,170,6|8,3:2|3:2,3:3:0:0:
340,192,51844,1,2,3:2:0:0:
426,192,52026,2,0,L|338:192,1,85,0|2,3:2|3:2,3:3:0:0:
164,192,52390,2,0,L|64:192,1,85,8|0,3:2|0:0,3:3:0:0:
336,72,52753,6,0,L|508:72,1,170,6|8,3:2|3:2,3:3:0:0:
328,160,53299,2,0,L|500:160,1,170,2|2,3:2|3:2,3:3:0:0:
412,160,53844,2,0,L|412:260,1,85,8|0,3:2|3:2,3:3:0:0:
236,192,54208,6,0,L|144:192,1,85,6|0,3:2|3:2,3:3:0:0:
192,192,54480,1,0,3:2:0:0:
236,192,54571,1,8,3:2:0:0:
320,192,54753,1,2,3:2:0:0:
236,192,54935,1,0,3:2:0:0:
152,192,55117,1,2,3:2:0:0:
328,192,55299,2,0,L|328:280,1,85,8|0,3:2|3:2,3:3:0:0:
72,192,55662,6,0,L|72:100,1,85,6|0,3:2|3:2,3:3:0:0:
116,104,55935,1,0,3:2:0:0:
160,100,56026,1,8,3:2:0:0:
244,100,56208,2,0,L|156:100,2,85,2|0|2,3:2|3:2|3:2,3:3:0:0:
72,107,56753,2,0,L|72:19,1,85,8|0,3:2|3:2,0:0:0:0:
248,192,57117,6,0,L|292:192,2,42.5,2|2|2,3:2|3:2|3:2,0:0:0:0:
78,192,57481,2,0,L|80:92,1,85,8|2,3:2|3:2,0:0:0:0:
164,107,57844,2,0,L|64:107,1,85,8|2,3:2|3:2,3:3:0:0:
248,192,58208,2,0,L|164:192,1,85,12|2,3:2|3:2,3:3:0:0:
416,192,58571,6,0,B|500:192|500:192|412:192,1,170,10|8,3:2|3:2,3:3:0:0:
320,192,59117,1,2,3:2:0:0:
140,192,59299,2,0,L|56:192,2,85,0|2|8,3:2|3:2|3:2,0:0:0:0:
428,192,60026,6,0,L|428:104,1,85,2|0,3:2|3:2,3:3:0:0:
332,108,60390,2,0,L|420:108,1,85,8|2,3:2|3:2,3:3:0:0:
324,108,60753,1,2,3:2:0:0:
366,108,60843,1,2,3:2:0:0:
409,108,60934,1,2,3:2:0:0:
228,108,61117,2,0,L|140:108,1,85,8|0,3:2|3:2,3:3:0:0:
324,108,61480,6,0,L|324:280,1,170,2|8,3:2|3:2,3:3:0:0:
228,280,62026,1,2,3:2:0:0:
408,192,62208,2,0,L|312:192,2,85,0|2|8,3:2|3:2|3:2,3:3:0:0:
120,192,62935,6,0,L|72:192,2,42.5,2|2|2,3:2|3:2|3:2,0:0:0:0:
216,192,63299,2,0,L|216:96,1,85,8|0,3:2|3:2,3:3:0:0:
396,60,63662,2,0,L|312:60,1,85,2|0,3:2|3:2,3:3:0:0:
148,192,64026,1,8,3:2:0:0:
320,60,64208,1,2,3:2:0:0:
140,192,64390,6,0,B|56:192|56:192|56:104,1,170,2|8,3:2|3:2,0:0:0:0:
140,104,64935,1,2,3:2:0:0:
396,145,65117,2,0,L|396:57,1,85,0|2,3:2|3:2,0:0:0:0:
312,61,65480,1,8,3:2:0:0:
404,61,65662,1,0,3:2:0:0:
300,60,65844,6,0,L|212:60,1,85,2|0,3:2|3:2,3:3:0:0:
392,60,66208,2,0,L|392:160,1,85,8|2,3:2|3:2,3:3:0:0:
136,192,66571,2,0,L|136:104,1,85,2|2,3:2|3:2,3:3:0:0:
307,145,66935,2,0,L|395:145,1,85,8|0,3:2|3:2,3:3:0:0:
476,144,67299,6,0,L|476:244,1,85,2|0,3:2|3:2,3:3:0:0:
307,145,67662,2,0,L|307:45,1,85,8|2,3:2|3:2,3:3:0:0:
48,192,68026,2,0,L|140:192,1,85,0|2,3:2|3:2,3:3:0:0:
307,145,68390,2,0,L|307:233,1,85,8|0,3:2|3:2,3:3:0:0:
222,230,68753,6,0,L|326:230,1,85,2|2,3:2|3:2,0:0:0:0:
136,228,69117,2,0,L|136:324,1,85,8|2,3:2|3:2,3:3:0:0:
228,312,69480,2,0,L|132:312,1,85,2|2,3:2|3:2,3:3:0:0:
236,312,69844,2,0,L|327:312,1,85,8|0,3:2|3:2,3:3:0:0:
60,312,70208,6,0,B|60:228|60:228|148:228,1,170,10|8,3:2|3:2,3:3:0:0:
232,228,70753,1,2,3:2:0:0:
412,192,70935,2,0,L|320:192,2,85,0|2|8,3:2|3:2|3:2,0:0:0:0:
124,192,71662,6,0,L|124:104,1,85,2|0,3:2|3:2,3:3:0:0:
220,108,72026,2,0,L|320:108,1,85,8|2,3:2|3:2,3:3:0:0:
212,108,72389,1,2,3:2:0:0:
316,108,72571,1,2,3:2:0:0:
136,108,72753,2,0,L|48:108,1,85,8|0,3:2|3:2,3:3:0:0:
316,108,73116,6,0,B|400:108|400:108|400:200,1,170,2|8,3:2|3:2,3:3:0:0:
316,192,73662,1,2,3:2:0:0:
144,192,73844,1,2,3:2:0:0:
236,192,74026,1,2,3:2:0:0:
328,192,74208,1,8,3:2:0:0:
56,192,74571,5,2,3:2:0:0:
228,192,74753,1,2,3:2:0:0:
400,192,74935,2,0,L|400:96,1,85,8|0,3:2|3:2,3:3:0:0:
308,108,75298,2,0,L|392:108,1,85,2|2,3:2|3:2,3:3:0:0:
232,192,75662,1,8,3:2:0:0:
401,107,75844,1,2,3:2:0:0:
224,192,76026,6,0,B|140:192|140:192|228:192,1,170,2|8,3:2|3:2,0:0:0:0:
312,192,76571,1,2,3:2:0:0:
56,192,76753,2,0,L|56:104,1,85,0|2,3:2|3:2,0:0:0:0:
140,108,77116,1,8,3:2:0:0:
48,108,77298,1,0,3:2:0:0:
148,107,77480,6,0,L|236:107,1,85,2|0,3:2|3:2,3:3:0:0:
408,108,77844,2,0,L|408:208,1,85,8|2,3:2|3:2,3:3:0:0:
236,192,78207,2,0,L|320:192,1,85,0|2,3:2|3:2,3:3:0:0:
493,193,78571,2,0,L|409:193,1,85,8|0,3:2|3:2,3:3:0:0:
504,192,78935,5,2,3:2:0:0:
332,192,79117,1,2,3:2:0:0:
284,192,79208,1,0,0:0:0:0:
236,192,79298,2,0,L|236:92,1,85,8|0,3:2|3:2,3:3:0:0:
60,28,79662,2,0,L|60:119,1,85,0|2,3:2|3:2,3:3:0:0:
236,107,80026,2,0,L|328:107,1,85,8|2,3:2|3:2,3:3:0:0:
228,108,80389,5,2,3:2:0:0:
228,150,80479,1,2,3:2:0:0:
228,193,80570,1,2,3:2:0:0:
404,192,80753,2,0,L|404:288,1,85,8|2,3:2|3:2,3:3:0:0:
227,280,81116,2,0,L|323:280,1,85,0|2,3:2|3:2,3:3:0:0:
404,277,81480,2,0,L|313:277,1,85,8|2,3:2|3:2,3:3:0:0:
133,193,81844,6,0,L|89:193,2,42.5,2|2|2,3:2|3:2|3:2,0:0:0:0:
303,193,82208,2,0,L|217:193,1,85,8|0,3:2|3:2,3:3:0:0:
264,192,82480,1,2,3:2:0:0:
313,193,82572,2,0,L|229:193,1,85,8|2,3:2|3:2,3:3:0:0:
48,193,82935,2,0,L|132:193,1,85,12|0,3:2|3:2,3:3:0:0:
392,192,83299,6,0,B|496:192|496:192|496:88,1,203.999993774414,10|8,3:2|3:2,0:0:0:0:
452,92,83753,1,0,3:2:0:0:
408,92,83844,1,2,3:2:0:0:
324,92,84026,2,0,L|324:-8,1,85,0|2,3:2|3:2,3:3:0:0:
152,8,84390,2,0,L|152:56,1,42.5,8|2,3:2|3:2,3:3:0:0:
248,92,84662,1,2,3:2:0:0:
248,92,84753,6,0,L|156:92,1,85,2|0,3:2|3:2,3:3:0:0:
332,92,85117,2,0,L|332:152,2,42.5,8|0|2,3:2|3:2|3:2,3:3:0:0:
244,192,85480,1,0,3:2:0:0:
332,92,85662,1,2,3:2:0:0:
156,192,85844,2,0,L|68:192,1,85,8|2,3:2|3:2,3:3:0:0:
164,192,86208,6,0,L|256:192,1,85,2|0,3:2|3:2,3:3:0:0:
80,296,86571,1,8,3:2:0:0:
122,296,86661,1,0,3:2:0:0:
165,296,86752,1,2,3:2:0:0:
252,296,86935,1,0,3:2:0:0:
156,296,87117,1,2,3:2:0:0:
328,296,87299,2,0,L|328:232,1,42.5,8|2,3:2|3:2,3:3:0:0:
152,192,87662,6,0,L|104:192,2,42.5,2|0|2,3:2|3:2|3:2,0:0:0:0:
236,192,88026,2,0,L|144:192,1,85,8|2,3:2|3:2,3:3:0:0:
328,192,88390,2,0,L|328:104,1,85,2|2,3:2|3:2,3:3:0:0:
152,32,88753,2,0,L|64:32,1,85,8|0,3:2|3:2,3:3:0:0:
324,32,89117,6,0,L|496:32,1,170,2|8,3:2|3:2,3:3:0:0:
452,32,89571,1,0,3:2:0:0:
408,32,89662,1,0,3:2:0:0:
324,32,89844,2,0,L|324:128,1,85,2|2,3:2|3:2,3:3:0:0:
148,192,90208,2,0,L|148:244,1,42.5,8|2,3:2|3:2,3:3:0:0:
232,192,90480,1,2,3:2:0:0:
284,192,90571,6,0,L|284:280,1,85,2|0,3:2|3:2,3:3:0:0:
236,316,90844,2,0,L|144:316,1,85,2|0,3:2|3:2,3:3:0:0:
152,316,91117,1,2,3:2:0:0:
236,316,91299,1,2,3:2:0:0:
144,316,91480,1,2,3:2:0:0:
320,316,91662,2,0,L|320:216,1,85,8|2,3:2|3:2,3:3:0:0:
224,192,92026,6,0,L|136:192,1,85,2|0,3:2|3:2,3:3:0:0:
92,192,92299,2,0,L|184:192,1,85,2|0,3:2|3:2,3:3:0:0:
224,192,92571,1,2,3:2:0:0:
132,192,92753,2,0,L|216:192,1,85,2|2,3:2|3:2,3:3:0:0:
392,192,93117,2,0,L|392:104,1,85,8|2,3:2|3:2,0:0:0:0:
216,44,93480,5,2,3:2:0:0:
173,44,93570,1,2,3:2:0:0:
131,44,93661,1,2,3:2:0:0:
224,128,93844,1,8,3:2:0:0:
181,128,93934,1,0,3:2:0:0:
139,128,94025,1,2,3:2:0:0:
312,128,94208,2,0,L|396:128,1,85,8|2,3:2|3:2,3:3:0:0:
220,224,94571,2,0,L|136:224,1,85,12|2,3:2|3:2,3:3:0:0:
392,224,94935,6,0,L|484:224,1,85,10|0,3:2|3:2,3:3:0:0:
384,224,95299,2,0,L|384:128,1,85,8|0,3:2|3:2,3:3:0:0:
212,224,95662,1,2,3:2:0:0:
306,224,95844,1,2,3:2:0:0:
477,224,96026,2,0,L|477:136,1,85,8|0,3:2|3:2,3:3:0:0:
300,136,96390,6,0,L|212:136,1,85,6|0,3:2|3:2,3:3:0:0:
308,136,96753,2,0,L|308:44,1,85,8|2,3:2|3:2,3:2:0:0:
136,136,97117,1,2,3:2:0:0:
300,136,97299,1,2,3:2:0:0:
128,136,97480,2,0,L|128:40,1,85,8|0,3:2|3:2,3:3:0:0:
300,136,97844,6,0,L|212:136,1,85,6|0,3:2|3:2,3:3:0:0:
308,136,98208,1,8,3:2:0:0:
308,93,98298,1,0,0:0:0:0:
308,51,98389,1,0,3:2:0:0:
136,40,98571,2,0,L|224:40,1,85,2|2,3:2|3:2,3:3:0:0:
404,140,98935,2,0,L|404:240,1,85,8|0,3:2|3:2,0:0:0:0:
224,288,99299,6,0,L|136:288,1,85,2|2,3:2|3:2,3:3:0:0:
312,288,99662,2,0,L|312:196,1,85,8|2,3:2|3:2,3:3:0:0:
220,192,100026,1,0,3:2:0:0:
312,288,100208,1,2,3:2:0:0:
136,192,100390,2,0,L|52:192,1,85,8|0,3:2|3:2,3:3:0:0:
308,192,100753,6,0,B|392:192,1,85,6|0,3:2|3:2,3:3:0:0:
216,192,101117,2,0,L|216:104,1,85,8|2,3:2|3:2,3:3:0:0:
300,108,101480,1,0,3:2:0:0:
208,108,101662,1,2,3:2:0:0:
384,108,101844,2,0,L|384:12,1,85,8|0,3:2|3:2,3:3:0:0:
208,108,102208,6,0,L|104:108,1,85,6|0,3:2|3:2,3:3:0:0:
216,108,102571,2,0,L|216:192,1,85,8|2,3:2|3:2,0:0:0:0:
52,108,102935,1,2,3:2:0:0:
224,192,103117,1,2,3:2:0:0:
44,108,103299,2,0,L|44:204,1,85,8|2,3:2|3:2,3:3:0:0:
136,192,103662,6,0,L|224:192,1,85,6|0,3:2|3:2,3:3:0:0:
268,192,103935,1,0,3:2:0:0:
316,192,104026,2,0,L|316:96,1,85,8|2,3:2|3:2,3:3:0:0:
140,36,104390,2,0,L|228:36,1,85,2|2,3:2|3:2,0:0:0:0:
400,36,104753,2,0,L|400:136,1,85,8|0,3:2|3:2,3:3:0:0:
224,192,105117,5,2,3:2:0:0:
181,192,105207,1,2,3:2:0:0:
139,192,105298,1,2,3:2:0:0:
309,192,105480,2,0,L|221:192,1,85,8|2,3:2|3:2,3:3:0:0:
128,192,105844,1,0,3:2:0:0:
216,192,106026,1,2,3:2:0:0:
393,192,106208,2,0,L|493:192,1,85,12|0,3:2|0:0,3:3:0:0:
216,276,106571,6,0,L|128:276,1,85,6|0,3:2|3:2,3:3:0:0:
84,276,106844,1,0,3:2:0:0:
131,276,106935,2,0,L|216:276,1,85,8|2,3:2|3:2,3:3:0:0:
312,276,107299,1,0,3:2:0:0:
212,276,107480,1,2,3:2:0:0:
392,276,107662,2,0,L|392:176,1,85,8|2,3:2|3:2,3:3:0:0:
136,192,108026,6,0,B|44:192,1,85,6|0,3:2|3:2,3:3:0:0:
144,192,108390,2,0,L|144:104,1,85,8|0,3:2|3:2,0:0:0:0:
304,68,108753,1,2,3:2:0:0:
140,192,108935,1,2,3:2:0:0:
312,68,109117,2,0,L|312:168,1,85,8|2,3:2|3:2,3:3:0:0:
56,192,109480,6,0,L|56:284,1,85,6|0,3:2|3:2,3:3:0:0:
140,280,109844,1,8,3:2:0:0:
182,280,109934,1,0,3:2:0:0:
225,280,110025,1,2,3:2:0:0:
56,277,110208,1,2,3:2:0:0:
152,280,110390,1,2,3:2:0:0:
52,277,110571,2,0,L|52:189,1,85,8|0,3:2|0:0,3:3:0:0:
312,192,110935,6,0,L|396:192,1,85,2|2,3:2|3:2,3:3:0:0:
304,192,111299,1,8,3:2:0:0:
404,192,111480,1,2,3:2:0:0:
312,192,111662,1,0,3:2:0:0:
269,192,111752,1,0,3:2:0:0:
227,192,111843,1,2,3:2:0:0:
328,192,112026,2,0,L|328:96,1,85,8|0,3:2|3:2,3:3:0:0:
68,192,112390,6,0,L|68:104,1,85,6|0,3:2|3:2,3:3:0:0:
160,108,112753,2,0,L|248:108,1,85,8|2,3:2|3:2,0:0:0:0:
420,108,113117,2,0,L|420:196,1,85,0|2,3:2|3:2,0:0:0:0:
328,192,113480,1,8,3:2:0:0:
285,192,113570,1,0,0:0:0:0:
243,192,113661,1,0,3:2:0:0:
492,192,113844,6,4,L|492:292,1,85,6|4,3:2|3:2,3:3:0:0:
396,276,114208,2,0,L|304:276,1,85,8|2,3:2|3:2,3:3:0:0:
140,276,114571,1,2,3:2:0:0:
311,276,114753,1,2,3:2:0:0:
140,276,114935,2,0,L|140:192,1,85,8|0,3:2|3:2,3:3:0:0:
396,192,115299,6,0,L|492:192,1,85,6|0,3:2|3:2,3:3:0:0:
308,192,115662,2,0,L|308:96,1,85,8|2,3:2|3:2,0:0:0:0:
136,192,116026,1,2,3:2:0:0:
228,192,116208,1,2,3:2:0:0:
56,192,116390,2,0,L|56:96,1,85,8|2,3:2|3:2,0:0:0:0:
312,192,116753,6,0,L|312:96,1,85,10|2,3:2|3:2,3:3:0:0:
484,28,117117,2,0,L|484:84,2,42.5,8|2|2,3:2|3:2|3:2,3:3:0:0:
392,28,117480,1,8,3:2:0:0:
476,28,117662,1,2,3:2:0:0:
304,28,117844,1,8,3:2:0:0:
262,28,117934,1,2,3:2:0:0:
219,28,118025,1,2,3:2:0:0:
476,28,118208,5,0,0:0:0:0:
476,28,118299,1,0,0:0:0:0:
432,28,118390,1,0,0:0:0:0:
260,132,118571,1,0,0:0:0:0:
260,132,118662,1,0,0:0:0:0:
260,132,118753,1,0,0:0:0:0:
88,236,118935,1,8,0:0:0:0:
88,236,119026,1,2,0:0:0:0:
132,236,119117,1,2,0:0:0:0:
304,288,119299,2,0,L|392:288,1,85,8|8,0:0|0:0,0:0:0:0:
112,236,119662,5,10,0:0:0:0:
256,192,120026,12,0,125480,0:0:0:0:
296,284,131299,6,0,L|296:108,1,170,4|0,0:0|0:0,0:0:0:0:
152,192,132026,1,2,0:0:0:0:
244,192,132208,1,0,0:0:0:0:
336,192,132390,1,0,0:0:0:0:
244,192,132571,1,0,0:0:0:0:
416,192,132753,6,0,L|416:20,2,170,2|0|0,0:0|0:0|0:0,0:0:0:0:
280,192,133844,1,0,0:0:0:0:
188,192,134026,1,0,0:0:0:0:
16,192,134208,6,0,L|16:16,1,170,2|0,0:0|0:0,0:0:0:0:
176,20,134935,1,2,0:0:0:0:
32,24,135299,1,0,0:0:0:0:
272,16,135662,6,0,L|272:192,1,170,2|0,0:0|0:0,0:0:0:0:
428,80,136390,2,0,L|428:272,1,170,2|0,0:0|0:0,0:0:0:0:
132,52,137117,6,0,B|304:52,2,170,4|8|8,0:0|0:0|0:0,0:0:0:0:
336,52,138571,6,0,L|336:224,1,170,2|0,0:0|0:0,0:0:0:0:
240,224,139117,1,0,0:0:0:0:
336,222,139299,1,2,0:0:0:0:
480,192,139662,1,2,0:0:0:0:
388,192,139844,1,0,0:0:0:0:
212,192,140026,6,0,L|212:364,2,170,2|0|2,0:0|0:0|0:0,0:0:0:0:
448,192,141480,6,0,L|344:192,2,93.5000028533936,8|8|8,0:0|0:0|0:0,0:0:0:0:
244,192,142208,1,8,0:0:0:0:
348,192,142390,1,8,0:0:0:0:
448,192,142571,1,8,0:0:0:0:
152,192,142935,6,0,L|152:12,1,170,4|0,0:0|0:0,0:0:0:0:
236,20,143480,1,0,0:0:0:0:
144,20,143662,2,0,L|60:20,2,85,2|0|0,0:0|0:0|0:0,0:0:0:0:
316,136,144390,5,2,0:0:0:0:
232,136,144571,1,0,0:0:0:0:
148,136,144753,1,0,0:0:0:0:
316,136,145117,2,0,L|232:136,2,85,2|0|0,0:0|0:0|0:0,0:0:0:0:
144,136,145844,6,0,L|144:224,1,85,2|0,0:0|0:0,0:0:0:0:
228,220,146208,1,2,0:0:0:0:
59,221,146571,2,0,L|159:221,2,85,2|0|0,0:0|0:0|0:0,0:0:0:0:
228,224,147299,6,0,L|312:224,1,85,2|0,0:0|0:0,0:0:0:0:
220,224,147662,2,0,L|220:320,1,85,0|0,0:0|0:0,0:0:0:0:
313,309,148026,2,0,L|313:225,1,85,2|0,0:0|0:0,0:0:0:0:
228,224,148390,1,0,0:0:0:0:
320,224,148571,1,0,0:0:0:0:
64,276,148753,6,0,L|64:192,1,85,4|0,0:0|0:0,0:0:0:0:
152,192,149117,2,0,L|152:104,1,85,2|0,0:0|0:0,0:0:0:0:
328,108,149480,1,2,0:0:0:0:
184,108,149844,2,0,L|268:108,1,85,2|0,0:0|0:0,0:0:0:0:
356,108,150208,5,2,0:0:0:0:
204,108,150571,2,0,L|204:208,1,85,2|0,0:0|0:0,0:0:0:0:
28,192,150935,1,2,0:0:0:0:
172,192,151299,2,0,L|256:192,1,85,2|0,0:0|0:0,0:0:0:0:
164,192,151662,6,0,L|164:292,1,85,2|0,0:0|0:0,0:0:0:0:
257,277,152026,2,0,L|257:193,1,85,2|0,0:0|0:0,0:0:0:0:
432,192,152390,1,2,0:0:0:0:
288,192,152753,2,0,L|200:192,1,85,2|0,0:0|0:0,0:0:0:0:
380,192,153117,6,0,L|380:104,1,85,8|8,0:0|0:0,0:0:0:0:
288,108,153480,2,0,L|288:20,1,85,8|0,0:0|0:0,0:0:0:0:
112,24,153844,2,0,L|112:108,1,85,8|8,0:0|0:0,0:0:0:0:
203,108,154208,2,0,L|291:108,1,85,8|0,0:0|0:0,0:0:0:0:
32,108,154571,6,0,L|32:288,1,170,4|0,0:0|0:0,0:0:0:0:
216,278,155299,1,2,0:0:0:0:
124,278,155480,1,0,0:0:0:0:
32,278,155662,1,0,0:0:0:0:
216,278,156026,6,0,L|304:280,1,85,8|0,0:0|0:0,0:0:0:0:
300,279,156390,1,0,0:0:0:0:
132,192,156753,2,0,L|220:192,2,85,2|0|0,0:0|0:0|0:0,0:0:0:0:
48,192,157299,1,0,0:0:0:0:
140,192,157480,6,0,L|140:104,1,85,8|0,0:0|0:0,0:0:0:0:
236,108,157844,2,0,L|236:20,1,85,0|0,0:0|0:0,0:0:0:0:
412,48,158208,2,0,L|496:48,2,85,2|0|0,0:0|0:0|0:0,0:0:0:0:
268,192,158935,5,8,0:0:0:0:
344,192,159117,1,8,0:0:0:0:
420,192,159299,1,8,0:0:0:0:
496,192,159480,1,8,0:0:0:0:
412,192,159662,2,0,L|496:192,1,85,2|0,0:0|0:0,0:0:0:0:
324,192,160026,2,0,L|324:104,1,85,2|0,0:0|0:0,0:0:0:0:
68,192,160390,6,0,L|68:108,1,85,10|0,0:0|0:0,0:0:0:0:
152,108,160753,2,0,L|240:108,1,85,8|0,0:0|0:0,0:0:0:0:
409,107,161117,2,0,L|409:191,1,85,2|2,0:0|0:0,0:0:0:0:
324,192,161480,2,0,L|412:192,1,85,8|0,0:0|0:0,0:0:0:0:
313,191,161844,6,0,L|313:299,1,85,2|0,0:0|0:0,0:0:0:0:
140,192,162208,2,0,L|140:284,1,85,8|0,0:0|0:0,0:0:0:0:
184,276,162480,1,0,0:0:0:0:
228,276,162571,2,0,L|312:276,1,85,2|2,0:0|0:0,0:0:0:0:
400,276,162935,2,0,L|400:192,1,85,8|8,0:0|0:0,0:0:0:0:
256,192,163299,12,8,164389,0:0:0:0:
132,192,164753,6,0,L|132:132,2,42.5,8|2|2,0:0|0:0|0:0,0:0:0:0:
304,192,165117,1,8,0:0:0:0:
352,173,165207,1,2,0:0:0:0:
372,125,165298,1,2,0:0:0:0:
351,78,165389,1,2,0:0:0:0:
303,59,165480,1,8,0:0:0:0:
208,60,165662,1,2,0:0:0:0:
388,8,165844,2,0,L|472:8,1,85,12|0,0:0|0:0,0:0:0:0:
216,192,166208,6,0,L|120:192,2,85,6|0|8,3:2|3:2|3:2,3:3:0:0:
308,192,166753,2,0,L|136:192,1,170,6|2,3:2|3:2,3:3:0:0:
312,192,167299,2,0,L|312:296,1,85,8|0,3:2|3:2,3:3:0:0:
138,192,167662,6,0,L|310:192,1,170,6|8,3:2|3:2,3:3:0:0:
404,192,168208,2,0,B|404:276|404:276|316:276,1,170,2|2,3:2|3:2,3:3:0:0:
140,336,168753,2,0,L|140:248,1,85,8|0,3:2|3:2,3:3:0:0:
320,192,169117,6,0,B|404:192|404:192|404:104,1,170,2|8,3:2|3:2,3:3:0:0:
232,32,169662,2,0,L|52:32,1,170,2|2,3:2|3:2,3:3:0:0:
232,32,170208,2,0,L|128:32,1,85,8|0,3:2|3:2,3:3:0:0:
52,32,170571,6,0,L|52:88,1,42.5,2|2,3:2|3:2,3:3:0:0:
100,76,170753,1,2,3:2:0:0:
192,76,170935,1,8,3:2:0:0:
448,192,171117,2,0,L|448:104,1,85,2|0,3:2|3:2,0:0:0:0:
356,104,171480,1,0,3:2:0:0:
184,192,171662,2,0,L|268:192,1,85,8|0,3:2|3:2,3:3:0:0:
20,192,172026,6,0,L|20:144,2,42.5,6|0|0,3:2|3:2|3:2,3:3:0:0:
116,192,172390,1,8,3:2:0:0:
32,192,172571,1,2,3:2:0:0:
208,192,172753,2,0,L|312:192,1,85,0|2,3:2|3:2,3:3:0:0:
200,192,173117,2,0,L|200:280,1,85,8|0,3:2|3:2,3:3:0:0:
376,192,173480,6,0,L|376:108,1,85,6|0,3:2|3:2,3:3:0:0:
200,192,173844,1,8,3:2:0:0:
116,192,174026,2,0,P|64:132|116:76,1,170,2|2,3:2|3:2,3:3:0:0:
372,76,174571,2,0,L|460:76,1,85,8|0,3:2|3:2,3:3:0:0:
280,76,174935,6,0,L|280:172,1,85,2|2,3:2|3:2,3:3:0:0:
368,192,175299,1,8,3:2:0:0:
192,192,175480,2,0,L|192:288,1,85,2|0,3:2|3:2,3:3:0:0:
280,308,175844,1,2,3:2:0:0:
453,192,176026,2,0,L|365:192,1,85,8|2,3:2|3:2,0:0:0:0:
112,192,176390,6,0,L|20:192,2,85,8|2|8,3:2|3:2|3:2,3:3:0:0:
292,192,176935,2,0,L|116:192,1,170,2|2,3:2|3:2,3:3:0:0:
304,192,177480,2,0,L|402:192,1,85,8|0,3:2|3:2,3:3:0:0:
132,192,177844,6,0,B|32:192|32:192|32:88,1,203.999993774414,6|8,3:2|3:2,3:3:0:0:
208,44,178390,2,0,L|380:44,1,170,6|2,3:2|3:2,3:3:0:0:
284,44,178935,2,0,L|284:140,1,85,8|0,3:2|3:2,3:3:0:0:
464,136,179299,6,0,L|464:232,1,85,2|0,3:2|3:2,3:3:0:0:
380,220,179662,1,8,3:2:0:0:
204,192,179844,2,0,L|376:192,1,170,2|2,3:2|1:3,3:3:0:0:
460,192,180390,2,0,L|460:92,1,85,8|0,3:2|3:2,3:3:0:0:
284,16,180753,6,0,B|200:16|200:16|200:104,1,170,2|8,3:2|3:2,3:3:0:0:
380,192,181299,2,0,L|204:192,1,170,2|2,3:2|3:2,3:3:0:0:
302,193,181844,2,0,L|210:193,1,85,8|0,3:2|3:2,3:3:0:0:
124,192,182208,6,0,L|124:288,1,85,2|2,3:2|3:2,3:3:0:0:
302,193,182571,2,0,L|210:193,1,85,8|2,3:2|3:2,0:0:0:0:
312,192,182935,2,0,L|360:192,2,42.5,0|0|2,3:2|3:2|3:2,3:3:0:0:
132,192,183299,2,0,L|32:192,1,85,8|0,3:2|3:2,3:3:0:0:
312,192,183662,6,0,P|364:248|312:308,1,170,6|8,3:2|3:2,3:3:0:0:
220,308,184208,1,2,3:2:0:0:
324,308,184390,2,0,L|324:216,1,85,0|2,3:2|3:2,3:3:0:0:
144,192,184753,2,0,L|144:280,1,85,8|0,3:2|3:2,3:3:0:0:
324,224,185117,6,0,L|408:224,1,85,2|2,3:2|3:2,3:3:0:0:
232,192,185480,2,0,L|232:96,1,85,8|2,3:2|3:2,3:3:0:0:
316,108,185844,1,0,3:2:0:0:
232,108,186026,1,2,3:2:0:0:
408,108,186208,2,0,L|408:16,1,85,8|0,3:2|3:2,3:3:0:0:
152,20,186571,6,0,B|68:20|68:20|156:20,1,170,6|0,3:2|3:2,3:3:0:0:
332,132,187117,2,0,L|152:132,1,170,6|2,3:2|3:2,3:3:0:0:
76,132,187662,2,0,L|76:216,1,85,8|0,3:2|3:2,3:3:0:0:
252,280,188026,5,2,3:2:0:0:
294,280,188116,1,2,3:2:0:0:
337,280,188207,1,2,3:2:0:0:
176,280,188390,1,8,3:2:0:0:
344,280,188571,2,0,P|396:232|344:168,1,170,6|2,3:2|3:2,3:3:0:0:
168,192,189117,2,0,L|80:192,1,85,8|0,3:2|3:2,3:3:0:0:
344,168,189480,6,0,B|448:168|448:168|448:64,1,203.999993774414,10|8,3:2|3:2,3:3:0:0:
352,68,190026,2,0,L|172:68,1,170,0|2,3:2|3:2,0:0:0:0:
276,68,190571,2,0,L|276:164,1,85,8|0,3:2|3:2,3:3:0:0:
96,192,190935,6,0,L|96:96,1,85,2|0,3:2|3:2,3:3:0:0:
192,104,191299,2,0,L|100:104,1,85,8|2,3:2|3:2,3:3:0:0:
284,192,191662,2,0,L|372:192,1,85,0|2,3:2|3:2,3:3:0:0:
464,192,192026,2,0,L|464:148,1,42.5,8|0,3:2|0:0,3:3:0:0:
420,132,192208,1,0,3:2:0:0:
240,192,192390,6,0,L|64:192,1,170,2|8,3:2|3:2,3:3:0:0:
156,192,192935,1,2,3:2:0:0:
64,192,193117,2,0,L|64:100,1,85,2|2,3:2|3:2,3:3:0:0:
156,192,193480,2,0,L|156:108,1,85,8|0,3:2|3:2,3:3:0:0:
332,192,193844,6,0,L|376:192,2,42.5,2|2|2,3:2|3:2|3:2,0:0:0:0:
156,192,194208,2,0,L|244:192,1,85,8|0,3:2|3:2,3:3:0:0:
328,192,194571,1,2,3:2:0:0:
236,192,194753,1,2,3:2:0:0:
416,192,194935,2,0,L|416:284,1,85,8|0,3:2|3:2,3:3:0:0:
160,336,195299,6,0,B|76:336|76:336|76:244,1,170,6|8,3:2|3:2,3:3:0:0:
164,192,195844,2,0,L|344:192,1,170,6|2,3:2|3:2,3:3:0:0:
240,192,196389,2,0,L|240:96,1,85,8|0,3:2|3:2,3:3:0:0:
420,68,196753,6,0,L|420:164,1,85,6|2,3:2|3:2,3:3:0:0:
372,156,197026,1,2,3:2:0:0:
324,156,197117,2,0,L|240:156,1,85,8|2,3:2|3:2,3:3:0:0:
332,156,197480,2,0,L|332:72,1,85,0|2,3:2|3:2,3:3:0:0:
152,20,197844,2,0,L|108:20,2,42.5,8|0|0,3:2|3:2|3:2,0:0:0:0:
328,192,198208,6,0,L|504:192,1,170,6|8,3:2|3:2,3:3:0:0:
412,192,198753,1,2,3:2:0:0:
236,192,198935,2,0,L|236:100,1,85,2|2,3:2|3:2,3:3:0:0:
328,192,199298,2,0,L|240:192,1,85,8|2,3:2|3:2,0:0:0:0:
64,192,199662,6,0,L|64:280,1,85,6|2,3:2|3:2,3:3:0:0:
160,276,200026,1,8,3:2:0:0:
112,276,200116,1,2,3:2:0:0:
64,277,200207,1,8,3:2:0:0:
240,192,200390,2,0,L|240:280,1,85,8|2,3:2|3:2,3:3:0:0:
416,192,200753,2,0,L|508:192,1,85,8|2,3:2|3:2,3:3:0:0:
240,192,201117,6,0,L|36:192,1,203.999993774414,6|8,3:2|3:2,3:3:0:0:
128,192,201662,2,0,B|216:192|216:192|216:104,1,170,2|2,3:2|3:2,0:0:0:0:
40,16,202208,2,0,L|40:104,1,85,8|0,3:2|3:2,3:3:0:0:
216,110,202571,6,0,L|308:110,1,85,6|2,3:2|3:2,3:3:0:0:
348,112,202844,1,2,3:2:0:0:
396,112,202935,2,0,L|396:24,1,85,8|2,3:2|3:2,3:3:0:0:
492,28,203299,2,0,L|404:28,1,85,4|2,3:2|3:2,3:3:0:0:
232,32,203662,2,0,L|232:116,1,85,8|0,3:2|3:2,0:0:0:0:
408,192,204026,6,0,L|500:192,2,85,6|2|8,3:2|3:2|3:2,3:3:0:0:
316,192,204571,2,0,L|492:192,1,170,2|2,3:2|3:2,0:0:0:0:
308,192,205117,2,0,L|220:192,1,85,8|0,3:2|3:2,3:3:0:0:
48,192,205480,6,0,L|48:284,1,85,2|2,3:2|3:2,3:3:0:0:
224,192,205844,2,0,L|312:192,1,85,8|2,3:2|3:2,0:0:0:0:
216,192,206208,1,2,3:2:0:0:
320,192,206390,1,2,3:2:0:0:
144,192,206571,2,0,L|60:192,1,85,8|2,3:2|3:2,3:3:0:0:
320,192,206935,6,0,L|408:192,1,85,6|2,3:2|3:2,3:3:0:0:
405,192,207208,1,2,3:2:0:0:
405,192,207299,1,8,3:2:0:0:
312,192,207480,2,0,P|264:136|312:68,1,170,2|0,3:2|3:2,0:0:0:0:
488,68,208026,2,0,L|488:152,1,85,8|2,3:2|3:2,3:3:0:0:
308,192,208390,6,0,L|220:192,1,85,6|2,3:2|3:2,3:3:0:0:
404,192,208753,2,0,L|404:280,1,85,8|2,3:2|3:2,3:3:0:0:
308,276,209117,1,4,3:2:0:0:
392,276,209299,1,2,3:2:0:0:
216,276,209480,2,0,L|120:276,1,85,8|2,3:2|3:2,3:3:0:0:
308,276,209844,6,0,L|308:192,1,85,6|2,3:2|3:2,3:3:0:0:
264,192,210117,1,2,3:2:0:0:
220,192,210208,1,8,3:2:0:0:
308,192,210390,2,0,L|480:192,1,170,6|2,3:2|3:2,3:3:0:0:
296,192,210935,2,0,L|296:100,1,85,8|2,3:2|3:2,3:3:0:0:
120,28,211299,5,2,3:2:0:0:
120,70,211389,1,2,3:2:0:0:
120,113,211480,1,2,3:2:0:0:
296,192,211662,2,0,L|200:192,1,85,8|8,3:2|3:2,3:3:0:0:
120,113,212026,2,0,L|120:200,1,85,12|0,3:2|3:2,3:3:0:0:
296,192,212390,1,12,3:2:0:0:
196,192,212571,1,2,3:2:0:0:
456,192,212753,6,0,L|456:280,1,85,10|0,3:2|3:2,3:3:0:0:
276,336,213117,2,0,L|180:336,1,85,8|2,3:2|3:2,0:0:0:0:
284,336,213480,2,0,L|284:240,1,85,2|2,3:2|3:2,0:0:0:0:
104,192,213844,2,0,L|188:192,1,85,8|2,3:2|3:2,0:0:0:0:
448,192,214208,6,0,L|448:100,1,85,2|2,3:2|3:2,3:3:0:0:
400,108,214480,1,2,3:2:0:0:
352,108,214571,1,8,3:2:0:0:
448,192,214753,1,2,3:2:0:0:
272,192,214935,2,0,L|272:108,1,85,0|2,3:2|3:2,3:3:0:0:
96,192,215299,2,0,L|8:192,1,85,8|2,3:2|3:2,0:0:0:0:
272,192,215662,6,0,L|360:192,1,85,6|2,3:2|3:2,3:3:0:0:
180,192,216026,2,0,L|180:104,1,85,8|2,3:2|3:2,3:3:0:0:
356,192,216390,1,2,3:2:0:0:
256,192,216571,1,2,3:2:0:0:
436,192,216753,2,0,L|332:192,1,85,8|2,3:2|3:2,3:3:0:0:
96,192,217117,6,0,B|12:192|12:192|100:192,1,170,2|8,3:2|3:2,3:3:0:0:
276,192,217662,2,0,L|364:192,2,85,2|2|2,3:2|3:2|3:2,0:0:0:0:
98,192,218208,2,0,L|98:104,1,85,8|2,3:2|3:2,3:3:0:0:
360,192,218571,6,0,P|412:128|360:80,1,170,6|8,3:2|3:2,3:3:0:0:
312,80,219026,1,2,3:2:0:0:
264,80,219117,1,2,3:2:0:0:
88,80,219299,2,0,L|172:80,1,85,4|2,3:2|3:2,3:3:0:0:
268,80,219662,2,0,L|268:168,1,85,8|2,3:2|3:2,3:3:0:0:
88,192,220026,6,0,L|88:280,1,85,6|2,3:2|3:2,3:3:0:0:
268,164,220390,1,8,3:2:0:0:
180,192,220571,1,2,3:2:0:0:
436,192,220753,2,0,L|436:96,1,85,0|2,0:0|3:2,0:0:0:0:
260,44,221117,2,0,L|168:44,1,85,8|2,3:2|3:2,3:3:0:0:
436,192,221480,6,0,L|352:192,1,85,6|2,3:2|3:2,3:3:0:0:
308,192,221753,1,2,3:2:0:0:
264,192,221844,1,8,3:2:0:0:
356,192,222026,1,2,3:2:0:0:
100,192,222208,2,0,L|16:192,1,85,4|2,3:2|3:2,3:3:0:0:
108,192,222571,2,0,L|108:104,1,85,8|2,3:2|3:2,3:3:0:0:
368,192,222935,6,0,L|416:192,2,42.5,2|2|2,3:2|3:2|3:2,3:3:0:0:
188,192,223299,1,8,3:2:0:0:
280,192,223480,1,0,3:2:0:0:
328,192,223571,1,2,3:2:0:0:
376,192,223662,2,0,L|376:104,1,85,8|2,3:2|3:2,0:0:0:0:
196,48,224026,2,0,L|104:48,1,85,8|0,3:2|0:0,0:0:0:0:
376,24,224390,6,0,P|436:96|376:168,1,203.999993774414,14|2,0:0|0:0,0:0:0:0:
96,192,225117,2,0,L|96:280,1,85,8|0,0:0|0:0,0:0:0:0:
180,276,225480,1,2,0:0:0:0:
356,192,225662,1,2,0:0:0:0:
400,192,225753,1,0,0:0:0:0:
444,192,225844,6,0,L|444:280,1,85,0|0,0:0|0:0,0:0:0:0:
360,276,226208,2,0,L|276:276,1,85,2|2,0:0|0:0,0:0:0:0:
96,192,226571,2,0,L|96:276,1,85,8|0,0:0|0:0,0:0:0:0:
181,277,226935,2,0,L|97:277,1,85,2|0,0:0|0:0,0:0:0:0:
276,192,227299,6,0,B|360:192|360:192|360:104,1,170,2|2,0:0|0:0,0:0:0:0:
276,104,227844,1,2,0:0:0:0:
96,104,228026,2,0,L|96:188,1,85,8|0,0:0|0:0,0:0:0:0:
180,192,228390,2,0,L|180:104,1,85,2|2,0:0|0:0,0:0:0:0:
356,192,228753,5,2,0:0:0:0:
440,192,228935,1,2,0:0:0:0:
440,108,229117,1,0,0:0:0:0:
356,108,229299,1,2,0:0:0:0:
176,108,229480,2,0,L|176:192,1,85,8|0,0:0|0:0,0:0:0:0:
264,192,229844,1,2,0:0:0:0:
310,192,229934,1,0,0:0:0:0:
356,192,230025,1,2,0:0:0:0:
176,192,230208,6,0,L|4:192,1,170,6|2,0:0|0:0,0:0:0:0:
92,192,230753,1,2,0:0:0:0:
268,192,230935,2,0,L|356:192,1,85,8|0,0:0|0:0,0:0:0:0:
260,192,231299,2,0,L|260:108,1,85,2|2,0:0|0:0,0:0:0:0:
308,104,231571,1,0,0:0:0:0:
356,104,231662,6,0,B|440:104|440:104|440:192,1,170,2|2,0:0|0:0,0:0:0:0:
356,192,232208,1,2,0:0:0:0:
180,192,232390,2,0,L|180:304,1,85,8|0,0:0|0:0,0:0:0:0:
272,280,232753,2,0,L|272:232,2,42.5,2|0|0,0:0|0:0|0:0,0:0:0:0:
92,280,233117,6,0,P|40:224|92:160,1,170,8|8,0:0|0:0,0:0:0:0:
172,160,233662,1,8,0:0:0:0:
352,160,233844,2,0,L|352:68,1,85,8|8,0:0|0:0,0:0:0:0:
268,76,234208,1,2,0:0:0:0:
360,76,234390,1,2,0:0:0:0:
172,160,234571,6,0,L|172:100,2,42.5,2|2|2,0:0|0:0|0:0,0:0:0:0:
268,192,234935,2,0,L|172:192,1,85,8|2,0:0|0:0,0:0:0:0:
364,192,235298,2,0,L|364:280,1,85,8|2,0:0|0:0,0:0:0:0:
183,192,235662,1,2,0:0:0:0:
140,192,235752,1,2,0:0:0:0:
98,192,235843,1,2,0:0:0:0:
376,192,236026,5,6,0:0:0:0:
224,192,236390,1,2,0:0:0:0:
496,192,236753,6,0,L|496:20,1,170,4|0,0:0|0:0,0:0:0:0:
256,192,237480,12,0,238571,0:0:0:0:
256,192,238935,6,0,L|256:368,1,170,4|0,0:0|0:0,0:0:0:0:
256,192,239662,12,0,246208,0:0:0:0:

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,230 @@
osu file format v5
[General]
StackLeniency: 0.7
Mode: 0
[Difficulty]
HPDrainRate:5
CircleSize:3
OverallDifficulty:5
SliderMultiplier:1
SliderTickRate:2
[Events]
//Break Periods
2,55404,58804
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255
[TimingPoints]
2421,299.895036737142,4,1,0,100,1,0
27079,-100,4,2,0,100,0,0
27529,-100,4,1,0,100,0,0
33077,-100,4,2,0,100,0,0
33527,-100,4,1,0,100,0,0
39075,-100,4,2,0,100,0,0
39525,-100,4,1,0,100,0,0
45073,-100,4,2,0,100,0,0
53696,-100,4,1,0,100,0,0
60000,-200,4,1,0,100,0,0
64799,-100,4,1,0,100,0,0
[HitObjects]
48,192,12017,2,0,B|104:312|272:312,1,250,0|2
320,312,13067,1,0
392,312,13367,1,2
464,312,13667,1,0
464,240,13966,1,4
464,240,14116,1,4
464,168,14416,6,0,B|464:80|400:32|272:32,1,250,0|2
216,32,15466,1,0
144,32,15766,1,2
72,32,16066,1,0
72,104,16366,1,4
72,208,16815,6,0,B|72:288|152:288|152:208|248:208|248:160|296:160,1,250,0|2
320,128,17865,1,0
376,88,18165,1,2
440,64,18465,1,0
504,48,18765,1,4
504,48,18915,1,4
504,120,19215,6,0,B|504:232|400:232|296:232,1,250,0|2
248,232,20264,1,0
248,160,20564,1,2
176,160,20864,1,0
176,232,21164,1,4
72,232,21614,6,0,B|72:88|112:88|200:40,1,250,0|2
264,32,22663,2,0,B|456:32|456:224,1,300,0|2
456,280,23863,2,0,B|360:280|336:320|336:352|320:368|168:368,1,300,0|2
184,296,25063,5,4
184,152,25662,1,4
320,152,26262,1,4
320,296,26862,1,4
96,296,27612,6,0,B|96:168|144:120|240:120,1,250,0|2
296,120,28661,2,0,B|296:248|232:328|128:352,1,300,0|2
72,352,29861,2,0,B|32:240|32:96|112:56,1,300,0|2
160,64,31060,5,4
296,64,31660,1,4
432,64,32260,1,4
432,200,32860,1,4
256,192,33610,6,0,B|136:192,2,100
256,192,34359,1,2
256,264,34659,1,2
256,264,34809,2,0,B|384:264,2,100
256,264,35559,1,2
256,336,35859,1,2
256,336,36009,2,0,B|136:336,2,100
256,336,36758,1,2
328,336,37058,2,0,B|456:336|456:184,3,200,4|4|4|4
440,40,39607,5,0
368,40,39907,1,0
296,40,40207,1,0
256,40,40357,2,2,B|112:40,1,100
88,120,41107,1,0
160,120,41407,1,0
192,120,41557,2,2,B|328:120,1,100
360,192,42307,1,0
288,192,42606,1,0
256,192,42756,2,2,B|144:192,1,100,2|4
158,262,43356,5,0
158,262,43506,1,0
158,262,43656,1,4
230,262,43956,1,0
230,262,44106,1,0
230,262,44256,1,4
302,262,44556,1,0
302,262,44706,1,0
302,262,44856,1,4
256,88,45605,6,2,B|328:88,5,50,2|2|2|2|0|2
376,88,46655,1,0
448,88,46955,1,2
448,160,47255,1,0
376,160,47555,1,0
376,160,47705,1,4
376,232,48005,6,2,B|440:232,2,50
336,232,48454,1,2
304,232,48604,1,0
264,232,48754,1,2
192,232,49054,1,0
120,232,49354,1,2
48,232,49654,1,0
48,160,49954,1,4
48,56,50404,6,2,B|112:56,1,50
136,56,50704,2,2,B|208:56,1,50
224,56,51003,2,2,B|288:56,1,50,0|2
344,56,51453,1,0
416,56,51753,1,2
488,56,52053,1,0
488,128,52353,1,0
488,128,52503,1,4
488,200,52803,6,2,B|432:200,3,50
400,200,53403,1,0
368,200,53553,2,0,B|296:200|280:120,2,100,2|4|4
368,272,54452,2,4,B|360:368|120:344,1,250,4|4
256,288,60000,6,0,B|400:288,1,125
416,288,61050,2,0,B|416:128,1,150
416,104,62250,2,0,B|240:104,1,150,0|0
232,104,63449,2,0,B|232:296,1,175,0|4
160,280,64799,6,0,B|48:280,3,100,0|8|0|8
56,208,65998,1,0
56,136,66298,1,8
56,64,66598,1,0
128,64,66898,1,8
256,192,67198,12,0,69597
256,192,69897,5,8
288,192,70047,1,0
320,192,70197,1,0
320,120,70497,1,8
320,48,70797,1,0
248,48,71096,1,8
208,48,71246,1,0
176,48,71396,1,0
104,48,71696,1,8
104,120,71996,6,0,B|16:120,2,50,0|0|8
104,120,72446,1,2
104,192,72746,1,2
104,264,73046,2,2,B|104:352|264:352|424:352,1,350,2|4
416,280,74395,6,0,B|416:216|320:216,3,100,0|8|0|8
280,216,75595,1,0
208,216,75895,1,8
208,144,76195,1,0
208,112,76345,1,0
208,80,76495,1,8
256,192,76794,12,0,78893
256,192,79194,6,2,B|256:104|152:88,1,150,6|0
128,88,79793,2,2,B|56:72|56:200,1,150,2|0
56,264,80543,1,2
56,336,80843,1,0
128,336,81143,1,2
200,336,81443,1,4
200,336,81593,6,2,B|320:336|384:224,2,200,6|2|0
200,336,82942,1,2
200,264,83242,1,2
200,192,83542,1,4
200,160,83692,1,4
200,128,83842,1,4
200,96,83992,6,2,B|200:40|248:24|360:24,1,150,6|0
344,24,84592,2,2,B|440:24|480:48|480:120,1,150,2|0
472,144,85341,1,2
472,216,85641,1,0
472,288,85941,1,2
400,288,86241,1,4
400,288,86391,6,2,B|272:288|296:216|192:216,2,200,6|2|0
400,288,87741,5,2
400,216,88041,1,2
400,144,88340,1,4
360,144,88490,1,4
320,144,88640,1,4
256,192,88940,12,0,89690
56,192,89990,5,0
56,192,90140,1,0
56,192,90290,1,8
128,192,90590,1,0
160,192,90740,2,2,B|224:192|248:104,3,100
264,72,91939,1,4
264,72,92089,1,4
336,72,92389,5,0
368,72,92539,1,0
400,72,92689,1,8
432,72,92839,1,0
464,72,92989,1,0
496,72,93139,1,2
496,144,93439,2,2,B|496:256|232:256,1,300,2|4
160,192,94788,6,0,B|160:136,2,50,0|0|8
160,224,95238,1,0
160,256,95388,1,0
160,288,95538,2,2,B|160:360|238:362,1,100
296,360,96138,2,2,B|376:360|416:312,1,100
440,288,96737,1,4
440,288,96887,1,4
440,216,97187,6,0,B|440:80|264:80,1,250,0|2
200,80,98237,1,2
128,80,98537,1,2
56,80,98837,1,4
56,152,99137,6,0,B|136:152,2,50
56,184,99586,2,0,B|56:264|144:264,3,100,8|8|8|8
144,264,100636,1,4
216,264,100936,1,4
288,264,101236,1,4
360,264,101536,2,0,B|464:264|496:136,1,200,4|0
496,72,102435,6,0,B|360:72|320:208,1,200
304,232,103335,1,2
280,296,103635,1,0
224,344,103935,1,4
120,296,104385,5,8
120,264,104535,1,0
120,232,104685,1,8
120,200,104835,1,0
120,168,104985,1,8
120,136,105135,2,4,B|120:64|216:56,3,100,0|4|4|4
248,48,106334,2,0,B|376:48|416:88|464:128,1,200,4|0
464,168,107234,2,0,B|488:248|456:312|376:320,1,200,0|4
200,320,108134,5,4
56,192,108433,1,4
200,64,108733,1,4
200,64,108883,1,4

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,524 @@
osu file format v7
[General]
StackLeniency: 0.7
Mode: 0
[Difficulty]
HPDrainRate:5
CircleSize:4
OverallDifficulty:8
SliderMultiplier:1
SliderTickRate:1
[Events]
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255
[TimingPoints]
336,342.857142857143,4,1,0,100,1,0
1020,-100,4,2,0,100,0,0
21250,-100,4,1,0,100,0,0
23131,-100,4,1,0,100,0,0
26731,-100,4,1,0,100,0,0
27931,-50,4,1,0,100,0,0
28616,-100,4,1,0,100,0,0
32388,-50,4,1,0,100,0,0
34102,-100,4,1,0,100,0,0
37874,-50,4,1,0,100,0,0
39588,-100,4,1,0,100,0,0
51759,-100,4,2,0,100,0,0
52445,-100,4,1,0,100,0,0
62730,-100,4,2,0,100,0,0
63416,-100,4,2,0,100,0,0
66159,-100,4,2,0,100,0,0
81588,-200,4,2,0,100,0,0
82278,-100,4,2,0,100,0,0
85359,-100,4,2,0,100,0,0
92564,-100,4,1,0,100,0,0
94616,-50,4,1,0,100,0,0
116559,-100,4,1,0,100,0,0
139188,-200,4,2,0,100,0,0
[HitObjects]
256,192,678,1,0
456,216,1021,5,2
456,264,1193,1,2
456,312,1364,1,2
312,168,1707,1,2
312,120,1878,1,2
312,72,2050,1,2
168,216,2393,1,2
168,264,2564,1,2
168,312,2736,1,2
24,168,3078,1,2
24,120,3250,1,2
24,72,3421,1,2
56,272,3764,5,2
136,336,3936,1,2
216,272,4107,1,2
296,88,4450,1,2
376,24,4621,1,2
456,88,4793,1,2
456,288,5135,1,2
376,352,5307,1,2
296,288,5478,1,2
216,104,5821,1,2
136,40,5993,1,2
56,104,6164,1,2
24,304,6507,6,2,B|24:200,1,100
144,40,7193,2,2,B|144:144,1,100
256,304,7878,2,2,B|256:200,1,100
376,40,8564,2,2,B|376:144,1,100
488,304,9250,2,2,B|488:200,1,100
256,208,9935,12,0,11050
40,104,11307,5,2
56,88,11393,1,2
80,72,11478,1,2
104,64,11564,1,2
128,56,11650,2,2,B|176:40|232:56,1,100
288,248,12336,2,2,B|240:264|184:248,1,100
344,120,13021,2,2,B|392:104|448:120,1,100
504,312,13707,2,2,B|456:328|400:312,1,100
328,264,14221,5,2
312,264,14307,1,2
296,264,14393,2,2,B|256:360,1,100
160,184,15078,2,2,B|200:280,1,100,2|2
296,104,15764,2,2,B|256:200,1,100
160,24,16450,2,2,B|200:120,1,100
112,160,16964,5,2
96,176,17050,1,2
88,200,17136,2,2,B|128:280|200:296,2,150
424,184,18507,2,2,B|384:104|312:88,2,150
368,256,19707,1,2
352,256,19793,1,2
336,256,19878,2,2,B|232:256,1,100
136,80,20564,2,2,B|240:80,1,100
392,208,21250,6,0,B|440:280|392:360,1,150
120,176,21936,2,0,B|72:104|120:24,1,150
176,112,22621,6,0,B|269:103|307:15,1,150
297,35,23307,1,0
448,296,23821,1,0
352,328,23993,2,0,B|304:352|248:352,1,100
160,352,24507,1,0
160,352,24593,1,0
160,352,24678,1,0
88,168,25021,5,0
176,112,25193,1,0
256,56,25364,1,0
424,160,25707,1,0
448,256,25878,1,0
472,352,26050,2,0,B|414:287|325:312,1,150,0|0
304,216,26736,2,0,B|248:232|240:296,1,100
256,208,27250,12,0,28107
32,248,28621,5,0
80,160,28793,1,0
352,32,29307,1,0
424,104,29478,1,0
472,192,29650,1,0
432,280,29821,1,0
360,352,29993,1,0
360,352,30078,1,0
360,352,30164,1,0
184,256,30507,6,0,B|208:208,2,50
64,56,31193,2,0,B|93:100,2,50,0|0|0
352,40,31878,2,0,B|298:43,2,50,0|0|0
320,136,32393,6,0,B|290:122,5,25
342,181,32736,2,0,B|312:167,5,25,0|0|0|0|0|0
399,173,33078,2,0,B|369:159,5,25
422,219,33421,2,0,B|392:205,6,25
368,104,34107,5,0
280,48,34278,1,0
280,344,34793,1,0
184,320,34964,1,0
112,248,35136,1,0
64,160,35307,1,0
32,64,35478,1,0
32,64,35564,1,0
32,64,35650,1,0
232,32,35993,5,0
328,56,36164,1,0
408,120,36336,1,0
464,200,36507,1,0
408,120,36678,1,0
328,56,36850,1,0
232,32,37021,1,0
72,288,37535,5,0
112,192,37707,1,0
144,96,37878,6,0,B|112:96,4,25
232,144,38221,2,0,B|200:144,4,25,0|0|0|0|0
320,96,38564,2,0,B|288:96,4,25
408,144,38907,2,0,B|376:144,4,25
304,248,39593,5,0
208,280,39764,1,0
40,48,40278,1,0
112,120,40450,1,0
200,72,40621,1,0
264,152,40793,1,0
352,104,40964,1,0
352,104,41050,1,0
352,104,41135,1,0
480,256,41478,5,0
422,179,41650,1,0
364,102,41821,1,0
422,179,41993,1,0
327,199,42164,1,0
226,220,42335,1,0
327,199,42507,1,0
381,118,42678,1,0
437,32,42850,1,0
381,118,43021,1,0
327,199,43193,1,0
256,208,43278,12,0,44050
328,184,44221,6,0,B|408:248,1,100
184,200,44907,2,0,B|104:136,1,100
192,88,45421,5,0
192,88,45507,1,0
192,88,45593,1,0
106,135,45764,1,0
106,135,45850,1,0
106,135,45935,1,0
154,219,46107,1,0
237,170,46278,1,0
237,170,46364,1,0
237,170,46450,1,0
237,170,46535,1,0
237,170,46621,1,0
410,70,46964,5,0
410,70,47135,1,0
462,160,47307,1,0
462,160,47478,1,0
379,209,47650,1,0
379,209,47821,1,0
328,119,47993,1,0
328,119,48164,1,0
237,170,48335,1,0
328,119,48507,1,0
410,71,48678,1,0
264,88,48935,5,0
264,88,49021,1,0
304,184,49193,1,0
368,256,49364,1,0
368,256,49707,6,0,B|472:256,1,100,0|0
280,184,50393,2,0,B|392:184,1,100
88,248,51250,2,0,B|200:248,1,100
264,312,51764,1,4
280,312,51850,1,4
296,312,51935,1,4
312,312,52021,1,4
328,312,52107,1,4
208,152,52450,5,0
304,152,52621,1,0
256,64,52793,1,0
208,256,53135,1,0
304,256,53307,1,0
208,216,53478,1,0
304,216,53650,1,0
208,176,53821,1,0
304,176,53993,1,0
256,208,54164,12,0,55021
256,320,55193,6,0,B|184:248,1,100
256,64,55878,2,0,B|328:136,1,100
256,192,56393,5,4
160,192,56564,1,4
160,192,56650,1,4
160,192,56735,1,4
160,88,56907,1,4
256,88,57078,1,4
352,88,57250,1,0
360,88,57335,1,0
368,88,57421,1,0
376,88,57507,1,0
384,88,57593,1,0
472,264,57935,5,0
387,318,58107,1,0
284,325,58278,1,0
193,291,58450,1,0
139,207,58621,1,0
132,103,58793,1,0
174,12,58964,1,0
256,200,59307,5,0
208,288,59478,1,0
304,288,59650,1,0
344,200,59821,1,0
312,160,59907,1,0
280,120,59993,1,0
208,56,60164,1,0
304,56,60335,1,0
200,224,60678,6,0,B|120:288,1,100
312,224,61364,2,0,B|392:288,1,100
390,286,62050,1,0
121,286,62393,1,0
256,224,62735,1,4
256,232,62821,1,4
256,240,62907,1,4
256,248,62993,1,4
256,256,63078,1,4
432,352,63421,5,2
496,272,63593,1,2
496,168,63764,1,2
440,88,63935,1,2
352,32,64107,1,2
256,8,64278,1,2
160,32,64450,1,2
72,88,64621,1,2
8,168,64793,1,2
8,264,64964,1,2
56,352,65135,1,2
256,208,65221,12,4,65993
296,232,66164,6,2,B|352:320,1,100
216,160,66850,2,2,B|160:248,1,100
296,88,67535,2,2,B|352:176,1,100
256,208,67964,12,4,68735
304,136,68907,6,2,B|408:136,1,100
208,192,69593,2,2,B|104:192,1,100
304,248,70278,2,2,B|408:248,1,100
56,48,71307,6,0,B|24:88|56:144,2,100
256,48,72335,1,2
328,120,72507,1,2
400,48,72678,1,2
400,48,73021,2,4,B|440:88|408:144,1,100,4|0
112,336,73707,2,4,B|72:296|104:240,1,100,4|0
304,264,74393,6,2,B|360:360,1,100
304,120,75078,2,2,B|360:24,1,100
464,200,75764,1,2
384,264,75935,1,2
304,200,76107,1,2
232,264,76278,1,2
160,200,76450,2,4,B|120:200,2,25
80,264,76793,1,4
120,72,77135,6,2,B|29:124,1,100,2|2
232,96,77821,2,2,B|322:43,1,100
176,184,78507,2,2,B|85:236,1,100
288,208,79193,2,2,B|378:156,1,100,2|2
240,304,79878,2,2,B|149:356,1,100,2|2
32,192,80564,5,2
66,95,80735,1,2
161,131,80907,1,2
190,38,81078,1,2
285,73,81250,1,2
384,72,81593,2,12,B|464:72,1,75,4|4
440,176,82278,6,0,B|408:224,1,50
320,176,82621,2,0,B|288:128,1,50
200,176,82964,2,0,B|168:224,1,50
248,280,83307,1,2
344,280,83478,1,2
448,280,83650,1,2
400,80,83993,2,0,L|344:80,1,50
400,80,84335,2,0,L|456:80,1,50
408,168,84678,1,2
304,168,84850,1,2
208,168,85021,1,2
208,168,85364,6,0,B|104:168,1,100,0|4
304,216,86050,2,0,B|408:216,1,100,0|4
480,32,86735,1,2
376,32,86907,1,2
272,32,87078,1,2
168,32,87250,1,2
64,32,87421,2,2,B|16:32,2,25
64,32,87764,1,2
208,168,88107,6,0,B|152:72,1,100,0|2
304,224,88793,2,0,B|360:128,1,100,0|4
208,272,89478,2,0,B|152:176,1,100,0|4
304,328,90164,2,2,B|328:288,2,25
208,368,90507,1,2
56,232,90850,5,2
56,128,91021,1,2
144,80,91193,1,2
344,80,91536,5,2
424,136,91707,1,2
424,232,91878,1,2
344,288,92050,1,2
256,248,92221,1,2
160,56,92564,6,0,B|80:104|104:192,1,150
352,328,93250,2,0,B|432:280|408:192,1,150
256,192,93936,1,0
256,200,94021,1,0
256,208,94107,1,0
256,216,94193,1,0
256,224,94278,1,0
256,232,94364,1,0
256,240,94450,1,0
256,248,94536,1,4
256,256,94621,6,0,B|360:256,2,100
448,328,95136,2,0,B|344:328,1,100
40,72,95650,2,0,L|120:136|120:240,1,200
480,64,96336,2,0,B|380:37,1,100
176,48,96678,2,0,B|276:75,1,100
440,184,97021,2,0,B|340:157,2,100
40,176,97707,6,0,L|39:278|120:343,1,200,0|0
440,112,98393,2,0,L|337:112|272:31,1,200,0|0
32,344,99078,2,0,B|111:265,1,100,0|0
296,200,99421,2,0,B|217:279,1,100,0|0
408,184,99764,2,0,B|487:105,2,100
32,32,100450,6,0,L|232:32,1,200
480,352,101136,2,0,L|280:352,1,200
256,192,101821,2,0,B|256:296,2,100,0|0|0
256,192,102336,1,0
256,192,102507,2,0,B|256:88,2,100,0|0|0
432,344,103193,5,0
256,248,103364,1,0
80,344,103536,1,0
480,256,103878,5,0
408,72,104050,1,0
336,256,104221,1,0
264,72,104393,1,0
184,256,104564,1,0
104,72,104736,1,0
32,256,104907,1,8
376,48,105593,6,0,B|428:29,1,50,0|0
411,78,105764,2,0,B|467:78,1,50,0|0
438,127,105936,2,0,B|492:142,1,50,0|0
447,176,106107,2,0,B|498:199,1,50,0|0
492,196,106278,1,8
120,344,106621,2,0,B|13:289|43:167,1,200
400,352,107307,6,0,B|354:319,1,50,0|0
422,286,107478,2,0,B|369:267,1,50,0|0
436,219,107650,2,0,B|379:214,1,50,0|0
430,152,107821,2,0,B|374:161,1,50,0|0
410,89,107993,2,0,B|359:112,1,50,0|0
377,34,108164,2,0,B|334:71,1,50,0|0
343,68,108336,1,8
48,344,108678,6,0,B|154:289|124:167,1,200
464,40,109364,2,0,B|357:94|387:216,1,200
32,32,110050,6,0,B|86:17,1,50
16,94,110221,2,0,B|64:66,1,50
27,165,110393,2,0,B|67:125,1,50
42,226,110564,2,0,B|69:177,1,50
76,282,110736,2,0,B|90:228,1,50
134,324,110907,2,0,B|133:268,1,50
134,274,111078,1,8
456,40,111421,6,0,B|352:40,2,100,0|0|8
56,40,112107,2,0,B|160:40,2,100,0|0|8
16,192,112793,5,0
96,192,112964,1,0
176,192,113136,1,0
256,192,113307,1,0
336,192,113478,1,0
416,192,113650,1,0
496,192,113821,1,8
312,112,114164,5,0
256,192,114336,1,0
192,112,114507,1,0
256,304,114850,5,0
344,256,115021,1,0
312,160,115193,1,0
208,160,115364,1,0
176,256,115536,1,0
256,304,115707,1,0
256,304,115878,1,2
120,160,116564,6,0,B|40:96,1,100,0|0
368,336,117250,2,0,B|472:328,1,100,0|0
72,248,117936,2,0,B|40:344,1,100
368,112,118621,2,0,B|264:104,2,100
392,312,119650,5,0
392,312,119821,1,0
448,264,119993,1,0
448,264,120164,1,0
480,200,120336,1,0
480,200,120507,1,0
480,200,120678,1,0
448,48,121021,5,0
440,48,121107,1,0
432,48,121193,1,0
424,48,121278,1,0
416,48,121364,1,0
312,96,121621,1,0
312,96,121707,1,0
232,104,121878,1,0
168,144,122050,1,0
352,232,122393,5,0
376,192,122564,1,0
352,144,122736,1,0
168,144,123078,1,0
144,184,123250,1,0
168,232,123421,1,0
400,48,123936,5,0
467,115,124107,1,0
400,183,124278,1,0
326,110,124450,1,0
320,104,124536,1,0
315,98,124621,1,0
309,93,124707,1,0
303,87,124793,1,0
112,336,125136,5,0
112,336,125307,1,0
44,268,125478,1,0
44,268,125650,1,0
112,200,125821,1,0
112,200,125993,1,0
184,264,126164,1,0
189,258,126250,1,0
195,252,126336,1,0
200,247,126421,1,0
206,241,126507,1,0
212,235,126593,1,0
217,230,126678,1,0
223,224,126764,1,0
229,218,126850,1,0
72,96,127536,5,0
72,192,127707,1,0
112,96,127878,1,0
112,192,128050,1,0
152,96,128221,1,0
152,192,128393,1,0
192,96,128564,1,0
192,192,128736,1,0
280,144,128907,1,0
296,344,129250,5,0
395,344,129421,1,0
395,243,129593,1,0
295,241,129764,1,0
295,137,129936,1,0
391,137,130107,1,0
391,33,130278,1,0
256,104,130621,5,0
168,192,130793,1,0
256,280,130964,1,0
344,192,131136,1,0
344,192,131307,1,0
344,288,131478,1,0
344,96,131650,1,0
168,184,131993,5,0
168,184,132164,1,0
168,184,132336,1,0
272,80,132593,1,0
272,80,132678,1,0
168,80,132850,1,0
168,80,133021,1,0
40,240,133364,6,0,B|40:344,1,100
208,224,134050,2,0,B|208:120,1,100
208,328,134736,1,0
208,224,134907,1,0
304,224,135078,1,0
304,120,135250,1,0
400,120,135421,1,0
400,16,135593,1,0
496,16,135764,1,0
296,56,136107,5,0
216,112,136278,1,0
296,168,136450,1,0
216,232,136621,1,0
296,288,136793,1,0
292,188,136964,5,4
300,188,137050,1,4
308,188,137136,1,4
220,188,137307,1,4
212,188,137393,1,4
204,188,137478,1,4
260,268,137650,1,4
260,276,137736,1,4
260,284,137821,1,4
256,208,137993,12,4,139021
256,16,139193,5,2
256,112,139536,2,2,B|312:112,1,50,2|2
256,200,140221,2,2,B|200:200,1,50,2|2
256,288,140907,2,2,B|312:288,1,50,2|2
256,376,141593,2,2,B|200:376,1,50
256,208,142278,12,4,145021

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,832 @@
osu file format v14
[General]
StackLeniency: 0.7
Mode: 2
[Difficulty]
HPDrainRate:4
CircleSize:3.5
OverallDifficulty:8
ApproachRate:8
SliderMultiplier:1.6
SliderTickRate:2
[Events]
//Background and Video events
//Break Periods
2,49839,51798
2,70203,75071
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Layer 4 (Overlay)
//Storyboard Sound Samples
[TimingPoints]
185,363.636363636364,4,2,0,50,1,0
7457,-100,4,2,0,55,0,0
8912,-100,4,2,0,60,0,0
10366,-100,4,2,0,65,0,0
10730,-100,4,2,0,70,0,0
11094,-100,4,2,0,75,0,0
11457,-100,4,2,0,80,0,0
11821,-100,4,1,1,80,0,0
17821,-100,4,1,0,70,0,0
17912,-100,4,1,1,80,0,0
18003,-100,4,1,0,70,0,0
18094,-100,4,1,1,80,0,0
18366,-100,4,1,0,70,0,0
18457,-100,4,1,1,80,0,0
19275,-100,4,1,0,70,0,0
19366,-100,4,1,1,80,0,0
19457,-100,4,1,0,70,0,0
19548,-100,4,1,1,80,0,0
19821,-100,4,1,0,70,0,0
19912,-100,4,1,1,80,0,0
20639,-100,4,1,0,70,0,0
21094,-100,4,1,1,80,0,0
21185,-100,4,1,0,70,0,0
21457,-100,4,1,1,80,0,0
21548,-100,4,1,0,70,0,0
21639,-100,4,1,1,80,0,0
22094,-100,4,1,0,70,0,0
22548,-100,4,1,1,80,0,0
22639,-100,4,1,0,70,0,0
22730,-100,4,2,0,60,0,0
22912,-100,4,2,0,30,0,0
23094,-100,4,2,0,60,0,0
23276,-100,4,2,0,30,0,0
23457,-100,4,3,1,80,0,0
24185,-100,4,3,2,80,0,0
24275,-100,4,3,1,80,0,0
25275,-100,4,3,1,80,0,0
25639,-100,4,3,2,80,0,0
25730,-100,4,3,1,80,0,0
26003,-100,4,3,1,80,0,0
27094,-100,4,3,2,80,0,0
27184,-100,4,3,1,80,0,0
28548,-100,4,3,2,80,0,0
28638,-100,4,3,1,80,0,0
30003,-100,4,3,2,80,0,0
30093,-100,4,3,1,80,0,0
31094,-100,4,3,1,80,0,0
31457,-100,4,3,2,80,0,0
31548,-100,4,3,1,80,0,0
31821,-100,4,3,1,80,0,0
32185,-100,4,3,1,80,0,0
32912,-100,4,3,2,80,0,0
33002,-100,4,3,1,80,0,0
34366,-100,4,3,2,80,0,0
34456,-100,4,3,1,80,0,0
35094,-100,4,3,3,90,0,1
35821,-100,4,1,0,80,0,1
35912,-100,4,3,3,90,0,1
37275,-100,4,1,0,80,0,1
37366,-100,4,3,3,90,0,1
38730,-100,4,1,0,80,0,1
38821,-100,4,3,3,90,0,1
40185,-100,4,1,0,80,0,1
40366,-100,4,3,3,90,0,1
40457,-100,4,1,0,80,0,1
40548,-100,4,3,3,90,0,1
40639,-100,4,1,0,80,0,1
40730,-100,4,3,3,90,0,1
40821,-100,4,1,0,80,0,1
40912,-100,4,3,3,90,0,1
41639,-100,4,1,0,80,0,1
41730,-100,4,3,3,90,0,1
43093,-100,4,1,0,80,0,1
43184,-100,4,3,3,90,0,1
43457,-100,4,3,3,90,0,1
43639,-100,4,3,3,90,0,1
44548,-100,4,1,0,80,0,1
44639,-100,4,3,3,90,0,1
46003,-100,4,1,0,80,0,1
46184,-100,4,3,3,90,0,1
46275,-100,4,1,0,80,0,1
46366,-100,4,3,3,90,0,1
46457,-100,4,1,0,80,0,1
46548,-100,4,3,3,90,0,1
46639,-100,4,1,0,80,0,1
46730,-100,4,1,2,80,0,0
46912,-100,4,2,0,50,0,0
51094,-100,4,2,0,55,0,0
52548,-100,4,2,0,60,0,0
54003,-100,4,2,0,65,0,0
55457,-100,4,2,0,70,0,0
56912,-100,4,2,0,75,0,0
57639,-100,4,2,0,80,0,0
58003,-100,4,2,0,85,0,0
58366,-100,4,1,1,80,0,0
58548,-100,4,2,1,60,0,0
69275,-100,4,2,1,70,0,0
69639,-100,4,2,1,80,0,0
70003,-100,4,1,1,80,0,0
70185,-100,4,2,1,50,0,0
70548,-100,4,3,0,50,0,0
71457,-100,4,2,1,50,0,0
72003,-100,4,3,0,50,0,0
72912,-100,4,2,1,60,0,0
73457,-100,4,3,0,50,0,0
74366,-100,4,2,1,60,0,0
74912,-100,4,3,0,50,0,0
75094,-100,4,2,1,60,0,0
75275,-100,4,3,0,50,0,0
75457,-100,4,2,1,60,0,0
75639,-100,4,3,0,50,0,0
75821,-100,4,2,1,70,0,0
76003,-100,4,3,0,50,0,0
76185,-100,4,2,1,70,0,0
76366,-100,4,3,0,50,0,0
76548,-100,4,2,1,70,0,0
76730,-100,4,3,0,50,0,0
76912,-100,4,2,1,70,0,0
77094,-100,4,3,0,50,0,0
77275,-100,4,2,1,70,0,0
77457,-100,4,3,0,50,0,0
77639,-100,4,2,1,70,0,0
77820,-100,4,3,0,50,0,0
78002,-100,4,2,1,70,0,0
78184,-100,4,3,0,50,0,0
78366,-100,4,2,1,70,0,0
78548,-100,4,3,0,50,0,0
78730,-100,4,2,1,75,0,0
78912,-100,4,3,0,50,0,0
79094,-100,4,2,1,75,0,0
79275,-100,4,3,0,50,0,0
79457,-100,4,2,1,75,0,0
79639,-100,4,3,0,50,0,0
79821,-100,4,2,1,75,0,0
80003,-100,4,3,0,50,0,0
80185,-100,4,2,1,75,0,0
80367,-100,4,3,0,50,0,0
80549,-100,4,2,1,75,0,0
80730,-100,4,3,0,50,0,0
80912,-100,4,2,1,80,0,0
81094,-100,4,3,0,50,0,0
81276,-100,4,2,1,80,0,0
81458,-100,4,3,0,50,0,0
81639,-100,4,1,1,80,0,0
87639,-100,4,1,0,70,0,0
87730,-100,4,1,1,80,0,0
87821,-100,4,1,0,70,0,0
87912,-100,4,1,1,80,0,0
88184,-100,4,1,0,70,0,0
88275,-100,4,1,1,80,0,0
89093,-100,4,1,0,70,0,0
89184,-100,4,1,1,80,0,0
89275,-100,4,1,0,70,0,0
89366,-100,4,1,1,80,0,0
89639,-100,4,1,0,70,0,0
89730,-100,4,1,1,80,0,0
90457,-100,4,1,0,70,0,0
90912,-100,4,1,1,80,0,0
91003,-100,4,1,0,70,0,0
91275,-100,4,1,1,80,0,0
91366,-100,4,1,0,70,0,0
91457,-100,4,1,1,80,0,0
91912,-100,4,1,0,70,0,0
92366,-100,4,1,1,80,0,0
92457,-100,4,1,0,70,0,0
92548,-100,4,2,0,60,0,0
92594,-100,4,2,0,30,0,0
92730,-100,4,2,0,60,0,0
92776,-100,4,2,0,30,0,0
92912,-100,4,2,0,60,0,0
92958,-100,4,2,0,30,0,0
93094,-100,4,2,0,60,0,0
93140,-100,4,2,0,30,0,0
93275,-100,4,3,1,80,0,0
94003,-100,4,3,2,80,0,0
94093,-100,4,3,1,80,0,0
95094,-100,4,3,1,80,0,0
95457,-100,4,3,2,80,0,0
95548,-100,4,3,1,80,0,0
95821,-100,4,3,1,80,0,0
96912,-100,4,3,2,80,0,0
97002,-100,4,3,1,80,0,0
98366,-80,4,3,2,80,0,0
98456,-80,4,3,1,80,0,0
99094,-100,4,3,1,80,0,0
99821,-100,4,3,2,80,0,0
99911,-100,4,3,1,80,0,0
100912,-100,4,3,1,80,0,0
101275,-100,4,3,2,80,0,0
101366,-100,4,3,1,80,0,0
101639,-100,4,3,1,80,0,0
102003,-100,4,3,1,80,0,0
102730,-100,4,3,2,80,0,0
102820,-100,4,3,1,80,0,0
104184,-100,4,3,2,80,0,0
104274,-100,4,3,1,80,0,0
104912,-100,4,3,3,90,0,1
105639,-100,4,1,0,80,0,1
105730,-100,4,3,3,90,0,1
107093,-100,4,1,0,80,0,1
107184,-100,4,3,3,90,0,1
108548,-100,4,1,0,80,0,1
108639,-100,4,3,3,90,0,1
110003,-100,4,1,0,80,0,1
110184,-100,4,3,3,90,0,1
110275,-100,4,1,0,80,0,1
110366,-100,4,3,3,90,0,1
110457,-100,4,1,0,80,0,1
110548,-100,4,3,3,90,0,1
110639,-100,4,1,0,80,0,1
110730,-100,4,3,3,90,0,1
111457,-100,4,1,0,80,0,1
111548,-100,4,3,3,90,0,1
112911,-100,4,1,0,80,0,1
113002,-100,4,3,3,90,0,1
113275,-100,4,3,3,90,0,1
113457,-100,4,3,3,90,0,1
114366,-100,4,1,0,80,0,1
114457,-100,4,3,3,90,0,1
115821,-100,4,1,0,80,0,1
116002,-100,4,3,3,90,0,1
116093,-100,4,1,0,80,0,1
116184,-100,4,3,3,90,0,1
116275,-100,4,1,0,80,0,1
116366,-100,4,3,3,90,0,1
116457,-100,4,1,0,80,0,1
116548,-100,4,1,2,80,0,0
116730,-100,4,2,0,50,0,0
120912,-100,4,2,0,55,0,0
122366,-100,4,2,0,60,0,0
123821,-100,4,2,0,65,0,0
125275,-100,4,2,0,70,0,0
126730,-100,4,2,0,75,0,0
127457,-100,4,2,0,80,0,0
127821,-100,4,2,0,85,0,0
128184,-100,4,1,1,80,0,0
128366,-100,4,2,1,60,0,0
139093,-100,4,2,1,70,0,0
139457,-100,4,2,1,80,0,0
139821,-100,4,1,1,80,0,0
140003,-100,4,2,1,50,0,0
140548,-100,4,2,1,45,0,0
140912,-100,4,2,1,40,0,0
141275,-100,4,2,1,35,0,0
141639,-100,4,2,1,30,0,0
142003,-100,4,2,1,25,0,0
142366,-100,4,2,1,20,0,0
142730,-100,4,2,1,15,0,0
143094,-100,4,2,1,10,0,0
143457,-100,4,2,1,5,0,0
[HitObjects]
64,192,6003,5,2,0:0:0:0:
192,192,6366,1,0,0:0:0:0:
64,192,6730,1,2,0:0:0:0:
192,192,7094,1,0,0:0:0:0:
320,192,7457,5,2,0:0:0:0:
192,192,7821,1,0,0:0:0:0:
320,192,8185,1,2,0:0:0:0:
192,192,8548,1,0,0:0:0:0:
320,192,8912,5,2,0:0:0:0:
448,192,9275,1,0,0:0:0:0:
320,192,9639,1,2,0:0:0:0:
448,192,10003,1,0,0:0:0:0:
256,192,10366,12,2,11457,0:0:0:0:
96,192,11821,5,14,0:0:0:0:
176,192,12003,2,0,L|208:160,2,40
64,192,12366,1,2,0:0:0:0:
224,192,12730,2,0,L|252:220,2,40,2|0|2,0:0|0:0|0:0,0:0:0:0:
144,192,13094,1,2,0:0:0:0:
320,192,13275,5,10,0:0:0:0:
368,192,13366,1,0,0:0:0:0:
320,192,13457,1,0,0:0:0:0:
208,192,13639,1,0,0:0:0:0:
160,192,13730,2,0,L|160:144,1,40,0|2,0:0|0:0,0:0:0:0:
240,112,14003,1,0,0:0:0:0:
128,112,14185,1,2,0:0:0:0:
208,112,14366,2,0,L|208:160,1,40,2|0,0:0|0:0,0:0:0:0:
160,192,14548,1,2,0:0:0:0:
336,192,14730,5,10,0:0:0:0:
256,192,14912,2,0,L|224:224,2,40,0|0|0,0:0|0:0|0:0,0:0:0:0:
368,192,15275,1,2,0:0:0:0:
208,192,15639,2,0,L|180:164,2,40,2|0|2,0:0|0:0|0:0,0:0:0:0:
288,192,16003,1,2,0:0:0:0:
112,192,16185,5,10,0:0:0:0:
64,192,16275,1,0,0:0:0:0:
112,192,16366,1,0,0:0:0:0:
224,192,16548,1,0,0:0:0:0:
272,192,16639,2,0,L|272:240,1,40,0|2,0:0|0:0,0:0:0:0:
160,192,16912,1,0,0:0:0:0:
208,192,17003,1,0,0:0:0:0:
256,192,17094,1,2,0:0:0:0:
144,112,17275,1,2,0:0:0:0:
80,112,17366,1,0,0:0:0:0:
144,112,17457,1,2,0:0:0:0:
320,112,17639,5,10,0:0:0:0:
400,112,17821,1,0,0:0:0:0:
352,112,17912,1,0,0:0:0:0:
304,112,18003,1,0,0:0:0:0:
416,112,18185,2,0,B|432:192|432:192|352:192,1,160,2|2,0:0|0:0,0:0:0:0:
400,192,18639,1,0,0:0:0:0:
448,192,18730,1,2,0:0:0:0:
368,192,18912,1,2,0:0:0:0:
192,192,19094,5,10,0:0:0:0:
144,192,19185,1,0,0:0:0:0:
192,192,19275,1,0,0:0:0:0:
304,192,19457,1,0,0:0:0:0:
352,192,19548,2,0,L|352:240,1,40,0|2,0:0|0:0,0:0:0:0:
272,272,19821,1,0,0:0:0:0:
384,272,20003,1,2,0:0:0:0:
304,272,20185,2,0,L|304:224,1,40,2|0,0:0|0:0,0:0:0:0:
352,192,20366,1,2,0:0:0:0:
176,272,20548,5,10,0:0:0:0:
96,272,20730,1,0,0:0:0:0:
144,272,20821,1,0,0:0:0:0:
192,272,20912,1,0,0:0:0:0:
80,272,21094,2,0,B|64:192|64:192|144:192,1,160,2|2,0:0|0:0,0:0:0:0:
96,192,21548,1,0,0:0:0:0:
48,192,21639,1,2,0:0:0:0:
128,192,21821,1,2,0:0:0:0:
304,192,22003,5,10,0:0:0:0:
352,192,22094,1,0,0:0:0:0:
304,192,22185,1,0,0:0:0:0:
192,192,22366,1,0,0:0:0:0:
144,192,22457,2,0,L|144:144,1,40,0|2,0:0|0:0,0:0:0:0:
224,80,22730,6,0,B|144:80|144:80|224:80|224:80|144:80,1,240,2|2,0:0|0:0,0:0:0:0:
400,80,23457,5,12,0:0:0:0:
480,80,23639,2,0,L|480:128,1,40,2|0,0:0|0:0,0:0:0:0:
432,144,23821,1,2,0:0:0:0:
320,144,24003,1,8,0:0:0:0:
64,192,24185,2,0,L|48:112,1,80,10|2,0:0|0:0,0:0:0:0:
96,96,24457,1,0,0:0:0:0:
144,80,24548,1,0,0:0:0:0:
64,80,24730,1,2,0:0:0:0:
240,80,24912,5,8,0:0:0:0:
320,80,25094,2,0,L|368:80,2,40,2|0|2,0:0|0:0|0:0,0:0:0:0:
208,80,25457,1,8,0:0:0:0:
464,192,25639,2,0,L|448:112,1,80,8|2,0:0|2:0,0:0:0:0:
336,192,26003,2,0,L|320:112,1,80,2|2,0:0|2:0,0:0:0:0:
496,48,26366,5,8,0:0:0:0:
416,48,26548,2,0,L|416:96,1,40,2|0,0:0|0:0,0:0:0:0:
464,128,26730,1,2,0:0:0:0:
352,128,26912,1,8,0:0:0:0:
96,128,27094,2,0,L|80:48,1,80,10|2,0:0|0:0,0:0:0:0:
192,48,27457,1,0,0:0:0:0:
240,48,27548,2,0,L|240:96,1,40,0|2,0:0|0:0,0:0:0:0:
64,192,27821,5,8,0:0:0:0:
176,192,28003,1,2,0:0:0:0:
64,192,28185,1,2,0:0:0:0:
16,192,28275,2,0,L|16:144,1,40,0|8,0:0|0:0,0:0:0:0:
272,192,28548,2,0,L|352:192,1,80,10|10,0:0|0:0,0:0:0:0:
240,128,28912,2,0,L|160:128,1,80,8|10,0:0|0:0,0:0:0:0:
416,128,29275,5,12,0:0:0:0:
496,128,29457,2,0,L|496:80,1,40,2|0,0:0|0:0,0:0:0:0:
448,64,29639,1,2,0:0:0:0:
336,64,29821,1,8,0:0:0:0:
80,192,30003,2,0,L|32:128,1,80,10|2,0:0|0:0,0:0:0:0:
32,80,30275,1,0,0:0:0:0:
64,80,30366,1,0,0:0:0:0:
144,80,30548,1,2,0:0:0:0:
320,80,30730,5,8,0:0:0:0:
240,80,30912,2,0,L|192:80,2,40,2|0|2,0:0|0:0|0:0,0:0:0:0:
352,80,31275,1,8,0:0:0:0:
96,192,31457,2,0,L|80:112,1,80,8|2,0:0|2:0,0:0:0:0:
192,112,31821,1,2,0:0:0:0:
80,112,32003,1,2,2:0:0:0:
256,112,32185,5,8,0:0:0:0:
336,112,32366,2,0,L|336:160,1,40,2|0,0:0|0:0,0:0:0:0:
288,192,32548,1,2,0:0:0:0:
400,192,32730,1,8,0:0:0:0:
144,192,32912,2,0,L|128:112,1,80,10|2,0:0|0:0,0:0:0:0:
240,112,33275,1,0,0:0:0:0:
288,112,33366,1,0,0:0:0:0:
240,112,33457,1,2,0:0:0:0:
128,192,33639,5,8,0:0:0:0:
240,192,33821,1,2,0:0:0:0:
128,192,34003,1,2,0:0:0:0:
80,192,34094,2,0,L|80:144,1,40,0|8,0:0|0:0,0:0:0:0:
336,192,34366,2,0,L|416:192,1,80,10|0,0:0|0:0,0:0:0:0:
240,128,34730,2,0,L|160:128,1,80,10|0,0:0|0:0,0:0:0:0:
432,128,35094,6,0,L|432:80,1,40,12|0,0:0|0:0,0:0:0:0:
384,64,35275,1,2,0:0:0:0:
208,64,35457,2,0,L|128:64,1,80,8|0,0:0|0:0,0:0:0:0:
384,192,35821,1,8,0:0:0:0:
464,128,36003,1,2,0:0:0:0:
384,128,36094,1,2,0:0:0:0:
336,128,36185,1,8,0:0:0:0:
448,128,36366,1,2,0:0:0:0:
192,128,36548,6,0,L|144:128,2,40,8|0|2,0:0|0:0|0:0,0:0:0:0:
368,128,36912,1,8,0:0:0:0:
416,144,37003,2,0,L|416:192,1,40,0|2,0:0|0:0,0:0:0:0:
160,192,37275,2,0,L|144:112,1,80,8|2,0:0|0:0,0:0:0:0:
192,80,37548,1,2,0:0:0:0:
272,80,37639,1,8,0:0:0:0:
160,80,37821,1,2,0:0:0:0:
416,192,38003,5,8,0:0:0:0:
496,192,38185,2,0,L|496:144,1,40,2|0,0:0|0:0,0:0:0:0:
416,144,38366,1,8,0:0:0:0:
496,144,38548,1,0,0:0:0:0:
240,144,38730,1,8,0:0:0:0:
192,144,38821,1,0,0:0:0:0:
240,144,38912,1,2,0:0:0:0:
352,144,39094,2,0,L|272:144,1,80,8|2,0:0|0:0,0:0:0:0:
16,192,39457,6,0,L|16:144,1,40,8|0,0:0|0:0,0:0:0:0:
64,128,39639,1,2,0:0:0:0:
240,176,39821,2,0,L|208:144,1,40,8|0,0:0|0:0,0:0:0:0:
160,128,40003,1,2,0:0:0:0:
416,128,40185,1,8,0:0:0:0:
464,128,40275,1,0,0:0:0:0:
416,128,40366,1,2,0:0:0:0:
240,128,40548,1,8,0:0:0:0:
288,128,40639,1,0,0:0:0:0:
336,128,40730,1,2,0:0:0:0:
64,128,40912,6,0,L|64:80,1,40,12|0,0:0|0:0,0:0:0:0:
112,64,41094,1,2,0:0:0:0:
288,64,41275,2,0,L|368:64,1,80,8|0,0:0|0:0,0:0:0:0:
112,192,41639,1,8,0:0:0:0:
32,128,41821,1,2,0:0:0:0:
112,128,41912,1,2,0:0:0:0:
160,128,42003,1,8,0:0:0:0:
48,128,42185,1,2,0:0:0:0:
304,192,42366,6,0,L|384:192,1,80,8|2,0:0|0:0,0:0:0:0:
208,96,42730,2,0,L|128:96,1,80,8|2,0:0|0:0,0:0:0:0:
384,192,43094,2,0,L|400:272,1,80,8|2,0:0|0:0,0:0:0:0:
352,304,43366,1,2,0:0:0:0:
272,304,43457,1,8,0:0:0:0:
384,304,43639,1,2,0:0:0:0:
128,192,43821,5,8,0:0:0:0:
48,192,44003,2,0,L|48:144,1,40,2|0,0:0|0:0,0:0:0:0:
128,144,44185,1,8,0:0:0:0:
48,144,44366,1,2,0:0:0:0:
304,144,44548,1,8,0:0:0:0:
384,144,44730,1,2,0:0:0:0:
336,144,44821,1,0,0:0:0:0:
256,144,44912,1,8,0:0:0:0:
368,144,45094,1,2,0:0:0:0:
112,256,45275,5,8,0:0:0:0:
64,256,45366,1,0,0:0:0:0:
112,256,45457,1,2,0:0:0:0:
288,256,45639,1,8,0:0:0:0:
336,224,45730,2,0,L|336:176,1,40,0|2,0:0|0:0,0:0:0:0:
80,192,46003,2,0,L|80:152,1,40,8|0,0:0|0:0,0:0:0:0:
128,120,46185,1,2,0:0:0:0:
304,128,46366,1,8,0:0:0:0:
256,128,46457,1,0,0:0:0:0:
208,128,46548,1,2,0:0:0:0:
464,192,46730,5,12,0:0:0:0:
256,192,46912,12,2,49639,0:0:0:0:
200,192,52548,6,0,L|184:112,1,80,2|0,0:0|0:0,0:0:0:0:
280,192,52912,2,0,L|264:112,1,80,2|0,0:0|0:0,0:0:0:0:
104,112,53457,1,2,0:0:0:0:
184,113,53639,1,2,0:0:0:0:
344,192,54003,6,0,L|360:112,1,80,2|0,0:0|0:0,0:0:0:0:
256,192,54366,2,0,L|272:112,1,80,2|0,0:0|0:0,0:0:0:0:
448,112,54912,1,0,0:0:0:0:
360,112,55094,1,2,0:0:0:0:
176,192,55457,6,0,L|160:112,1,80,2|0,0:0|0:0,0:0:0:0:
272,192,55821,2,0,L|256:112,1,80,2|0,0:0|0:0,0:0:0:0:
64,112,56366,1,2,0:0:0:0:
160,112,56548,1,2,0:0:0:0:
368,192,56912,6,0,L|384:112,1,80,2|0,0:0|0:0,0:0:0:0:
264,192,57275,2,0,L|280:112,1,80,2|0,0:0|0:0,0:0:0:0:
400,112,57639,2,0,L|320:112,1,80,2|2,0:0|0:0,0:0:0:0:
464,112,58003,1,2,0:0:0:0:
320,112,58185,1,2,0:0:0:0:
144,112,58366,5,12,0:0:0:0:
224,112,58548,2,0,L|272:112,2,40,2|0|8,0:0|0:0|0:0,0:0:0:0:
144,112,58912,1,2,0:0:0:0:
16,192,59094,2,0,L|16:144,1,40,2|0,3:0|0:0,0:0:0:0:
64,112,59275,1,2,0:0:0:0:
144,112,59457,1,8,0:0:0:0:
64,112,59639,1,2,0:0:0:0:
240,192,59821,6,0,L|240:144,1,40,2|0,3:0|0:0,0:0:0:0:
192,128,60003,1,2,0:0:0:0:
80,192,60185,1,8,0:0:0:0:
128,192,60275,1,0,0:0:0:0:
176,192,60366,1,2,0:0:0:0:
64,192,60548,2,0,L|64:144,1,40,2|0,3:0|0:0,0:0:0:0:
112,128,60730,1,2,0:0:0:0:
224,128,60912,2,0,L|144:128,1,80,10|10,0:0|0:0,0:0:0:0:
320,128,61275,5,2,3:0:0:0:
400,128,61457,2,0,L|400:176,1,40,2|0,0:0|0:0,0:0:0:0:
352,192,61639,1,8,0:0:0:0:
432,192,61821,1,2,0:0:0:0:
320,192,62003,2,0,L|320:240,1,40,2|0,3:0|0:0,0:0:0:0:
368,272,62185,1,2,0:0:0:0:
448,272,62366,1,8,0:0:0:0:
368,272,62548,1,2,0:0:0:0:
192,272,62730,5,2,3:0:0:0:
272,272,62912,1,2,0:0:0:0:
192,272,63094,2,0,L|144:272,2,40,8|0|2,0:0|0:0|0:0,0:0:0:0:
304,192,63457,2,0,L|224:192,1,80,2|2,3:0|0:0,0:0:0:0:
112,112,63821,2,0,L|192:112,1,80,10|10,0:0|0:0,0:0:0:0:
368,112,64185,5,2,3:0:0:0:
288,112,64366,2,0,L|240:112,2,40,2|0|8,0:0|0:0|0:0,0:0:0:0:
368,112,64730,1,2,0:0:0:0:
448,192,64912,1,2,3:0:0:0:
368,192,65094,2,0,L|320:192,2,40,2|0|8,0:0|0:0|0:0,0:0:0:0:
448,192,65457,1,2,0:0:0:0:
272,192,65639,6,0,L|272:240,1,40,2|0,3:0|0:0,0:0:0:0:
320,256,65821,1,2,0:0:0:0:
432,192,66003,1,8,0:0:0:0:
384,192,66094,1,0,0:0:0:0:
336,192,66185,1,2,0:0:0:0:
224,112,66366,1,2,3:0:0:0:
272,112,66457,1,0,0:0:0:0:
320,112,66548,1,2,0:0:0:0:
432,112,66730,1,10,0:0:0:0:
320,112,66912,1,10,0:0:0:0:
144,112,67094,5,2,3:0:0:0:
64,112,67275,2,0,L|64:160,1,40,2|0,0:0|0:0,0:0:0:0:
112,176,67457,1,8,0:0:0:0:
192,176,67639,1,2,0:0:0:0:
80,176,67821,2,0,L|96:224,1,40,2|0,3:0|0:0,0:0:0:0:
144,256,68003,1,2,0:0:0:0:
224,256,68185,1,8,0:0:0:0:
144,256,68366,1,2,0:0:0:0:
320,192,68548,5,2,3:0:0:0:
400,112,68730,2,0,L|408:72,1,40,8|2,0:0|0:0,0:0:0:0:
296,64,69003,2,0,L|256:64,1,40,2|10,0:0|0:0,0:0:0:0:
368,192,69275,1,2,3:0:0:0:
256,192,69457,1,10,0:0:0:0:
80,192,69639,1,10,0:0:0:0:
192,192,69821,1,10,0:0:0:0:
448,192,70003,5,12,0:0:0:0:
160,192,75821,6,0,L|80:192,1,80,10|0,0:0|0:0,0:0:0:0:
160,112,76185,2,0,L|80:112,1,80,10|0,0:0|0:0,0:0:0:0:
160,112,76548,1,2,0:0:0:0:
240,112,76730,1,0,0:0:0:0:
240,112,76912,1,2,0:0:0:0:
240,112,77094,1,0,0:0:0:0:
368,192,77275,6,0,L|448:192,1,80,10|0,0:0|0:0,0:0:0:0:
368,112,77639,2,0,L|448:112,1,80,10|0,0:0|0:0,0:0:0:0:
352,112,78003,1,2,0:0:0:0:
256,112,78185,1,0,0:0:0:0:
256,208,78366,1,2,0:0:0:0:
352,208,78548,1,0,0:0:0:0:
176,192,78730,6,0,L|96:192,1,80,10|0,0:0|0:0,0:0:0:0:
176,112,79094,2,0,L|96:112,1,80,10|0,0:0|0:0,0:0:0:0:
192,112,79457,1,2,0:0:0:0:
288,112,79639,1,0,0:0:0:0:
192,208,79821,1,2,0:0:0:0:
288,208,80003,1,0,0:0:0:0:
256,192,80185,12,10,81275,0:0:0:0:
416,192,81639,5,14,0:0:0:0:
336,192,81821,2,0,L|304:160,2,40
448,192,82185,1,2,0:0:0:0:
288,192,82548,2,0,L|260:220,2,40,2|0|2,0:0|0:0|0:0,0:0:0:0:
368,192,82912,1,2,0:0:0:0:
192,192,83094,5,10,0:0:0:0:
144,192,83185,1,0,0:0:0:0:
192,192,83275,1,0,0:0:0:0:
304,192,83457,1,0,0:0:0:0:
352,192,83548,2,0,L|352:144,1,40,0|2,0:0|0:0,0:0:0:0:
272,112,83821,1,0,0:0:0:0:
384,112,84003,1,2,0:0:0:0:
304,112,84185,2,0,L|304:160,1,40,2|0,0:0|0:0,0:0:0:0:
352,192,84366,1,2,0:0:0:0:
176,192,84548,5,10,0:0:0:0:
256,192,84730,2,0,L|288:224,2,40,0|0|0,0:0|0:0|0:0,0:0:0:0:
144,192,85094,1,2,0:0:0:0:
304,192,85457,2,0,L|332:164,2,40,2|0|2,0:0|0:0|0:0,0:0:0:0:
224,192,85821,1,2,0:0:0:0:
400,192,86003,5,10,0:0:0:0:
448,192,86094,1,0,0:0:0:0:
400,192,86185,1,0,0:0:0:0:
288,192,86366,1,0,0:0:0:0:
240,192,86457,2,0,L|240:240,1,40,0|2,0:0|0:0,0:0:0:0:
352,192,86730,1,0,0:0:0:0:
304,192,86821,1,0,0:0:0:0:
256,192,86912,1,2,0:0:0:0:
368,112,87094,1,2,0:0:0:0:
432,112,87185,1,0,0:0:0:0:
368,112,87275,1,2,0:0:0:0:
192,112,87457,5,10,0:0:0:0:
112,112,87639,1,0,0:0:0:0:
160,112,87730,1,0,0:0:0:0:
208,112,87821,1,0,0:0:0:0:
96,112,88003,2,0,B|80:192|80:192|160:192,1,160,2|2,0:0|0:0,0:0:0:0:
112,192,88457,1,0,0:0:0:0:
64,192,88548,1,2,0:0:0:0:
144,192,88730,1,2,0:0:0:0:
320,192,88912,5,10,0:0:0:0:
368,192,89003,1,0,0:0:0:0:
320,192,89094,1,0,0:0:0:0:
208,192,89275,1,0,0:0:0:0:
160,192,89366,2,0,L|160:240,1,40,0|2,0:0|0:0,0:0:0:0:
240,272,89639,1,0,0:0:0:0:
128,272,89821,1,2,0:0:0:0:
208,272,90003,2,0,L|208:224,1,40,2|0,0:0|0:0,0:0:0:0:
160,192,90185,1,2,0:0:0:0:
336,272,90366,5,10,0:0:0:0:
416,272,90548,1,0,0:0:0:0:
368,272,90639,1,0,0:0:0:0:
320,272,90730,1,0,0:0:0:0:
432,272,90912,2,0,B|448:192|448:192|368:192,1,160,2|2,0:0|0:0,0:0:0:0:
416,192,91366,1,0,0:0:0:0:
464,192,91457,1,2,0:0:0:0:
384,192,91639,1,2,0:0:0:0:
208,192,91821,5,10,0:0:0:0:
160,192,91912,1,0,0:0:0:0:
208,192,92003,1,0,0:0:0:0:
320,192,92185,1,0,0:0:0:0:
368,192,92275,2,0,L|368:144,1,40,0|2,0:0|0:0,0:0:0:0:
288,80,92548,6,0,B|208:80|208:80|288:80|288:80|368:80,1,240,2|2,0:0|0:0,0:0:0:0:
112,80,93275,5,12,0:0:0:0:
32,80,93457,2,0,L|32:128,1,40,2|0,0:0|0:0,0:0:0:0:
80,144,93639,1,2,0:0:0:0:
192,144,93821,1,8,0:0:0:0:
448,192,94003,2,0,L|464:112,1,80,10|2,0:0|0:0,0:0:0:0:
416,96,94275,1,0,0:0:0:0:
368,80,94366,1,0,0:0:0:0:
448,80,94548,1,2,0:0:0:0:
272,80,94730,5,8,0:0:0:0:
192,80,94912,2,0,L|144:80,2,40,2|0|2,0:0|0:0|0:0,0:0:0:0:
304,80,95275,1,8,0:0:0:0:
48,192,95457,2,0,L|64:112,1,80,8|2,0:0|2:0,0:0:0:0:
176,192,95821,2,0,L|192:112,1,80,2|2,0:0|2:0,0:0:0:0:
16,48,96185,5,8,0:0:0:0:
96,48,96366,2,0,L|96:96,1,40,2|0,0:0|0:0,0:0:0:0:
48,128,96548,1,2,0:0:0:0:
160,128,96730,1,8,0:0:0:0:
416,128,96912,2,0,L|432:48,1,80,10|2,0:0|0:0,0:0:0:0:
320,48,97275,1,0,0:0:0:0:
272,48,97366,2,0,L|272:96,1,40,0|2,0:0|0:0,0:0:0:0:
448,192,97639,5,8,0:0:0:0:
336,192,97821,1,2,0:0:0:0:
448,192,98003,1,2,0:0:0:0:
496,192,98094,2,0,L|496:144,1,40,0|8,0:0|0:0,0:0:0:0:
240,192,98366,2,0,L|128:192,1,100,10|10,0:0|0:0,0:0:0:0:
240,128,98730,2,0,L|352:128,1,100,8|10,0:0|0:0,0:0:0:0:
96,128,99094,5,12,0:0:0:0:
16,128,99275,2,0,L|16:80,1,40,2|0,0:0|0:0,0:0:0:0:
64,64,99457,1,2,0:0:0:0:
176,64,99639,1,8,0:0:0:0:
432,192,99821,2,0,L|480:128,1,80,10|2,0:0|0:0,0:0:0:0:
480,80,100094,1,0,0:0:0:0:
448,80,100185,1,0,0:0:0:0:
368,80,100366,1,2,0:0:0:0:
192,80,100548,5,8,0:0:0:0:
272,80,100730,2,0,L|320:80,2,40,2|0|2,0:0|0:0|0:0,0:0:0:0:
160,80,101094,1,8,0:0:0:0:
416,192,101275,2,0,L|432:112,1,80,8|2,0:0|2:0,0:0:0:0:
320,112,101639,1,2,0:0:0:0:
432,112,101821,1,2,2:0:0:0:
256,112,102003,5,8,0:0:0:0:
176,112,102185,2,0,L|176:160,1,40,2|0,0:0|0:0,0:0:0:0:
224,192,102366,1,2,0:0:0:0:
112,192,102548,1,8,0:0:0:0:
368,192,102730,2,0,L|384:112,1,80,10|2,0:0|0:0,0:0:0:0:
272,112,103094,1,0,0:0:0:0:
224,112,103185,1,0,0:0:0:0:
272,112,103275,1,2,0:0:0:0:
384,192,103457,5,8,0:0:0:0:
272,192,103639,1,2,0:0:0:0:
384,192,103821,1,2,0:0:0:0:
432,192,103912,2,0,L|432:144,1,40,0|8,0:0|0:0,0:0:0:0:
176,192,104185,2,0,L|96:192,1,80,10|0,0:0|0:0,0:0:0:0:
272,128,104548,2,0,L|352:128,1,80,10|0,0:0|0:0,0:0:0:0:
80,128,104912,6,0,L|80:80,1,40,12|0,0:0|0:0,0:0:0:0:
128,64,105094,1,2,0:0:0:0:
304,64,105275,2,0,L|384:64,1,80,8|0,0:0|0:0,0:0:0:0:
128,192,105639,1,8,0:0:0:0:
48,128,105821,1,2,0:0:0:0:
128,128,105912,1,2,0:0:0:0:
176,128,106003,1,8,0:0:0:0:
64,128,106185,1,2,0:0:0:0:
320,128,106366,6,0,L|368:128,2,40,8|0|2,0:0|0:0|0:0,0:0:0:0:
144,128,106730,1,8,0:0:0:0:
96,144,106821,2,0,L|96:192,1,40,0|2,0:0|0:0,0:0:0:0:
352,192,107094,2,0,L|368:112,1,80,8|2,0:0|0:0,0:0:0:0:
320,80,107366,1,2,0:0:0:0:
240,80,107457,1,8,0:0:0:0:
352,80,107639,1,2,0:0:0:0:
96,192,107821,5,8,0:0:0:0:
16,192,108003,2,0,L|16:144,1,40,2|0,0:0|0:0,0:0:0:0:
96,144,108185,1,8,0:0:0:0:
16,144,108366,1,0,0:0:0:0:
272,144,108548,1,8,0:0:0:0:
320,144,108639,1,0,0:0:0:0:
272,144,108730,1,2,0:0:0:0:
160,144,108912,2,0,L|240:144,1,80,8|2,0:0|0:0,0:0:0:0:
496,192,109275,6,0,L|496:144,1,40,8|0,0:0|0:0,0:0:0:0:
448,128,109457,1,2,0:0:0:0:
272,176,109639,2,0,L|304:144,1,40,8|0,0:0|0:0,0:0:0:0:
352,128,109821,1,2,0:0:0:0:
96,128,110003,1,8,0:0:0:0:
48,128,110094,1,0,0:0:0:0:
96,128,110185,1,2,0:0:0:0:
272,128,110366,1,8,0:0:0:0:
224,128,110457,1,0,0:0:0:0:
176,128,110548,1,2,0:0:0:0:
448,128,110730,6,0,L|448:80,1,40,12|0,0:0|0:0,0:0:0:0:
400,64,110912,1,2,0:0:0:0:
224,64,111094,2,0,L|144:64,1,80,8|0,0:0|0:0,0:0:0:0:
400,192,111457,1,8,0:0:0:0:
480,128,111639,1,2,0:0:0:0:
400,128,111730,1,2,0:0:0:0:
352,128,111821,1,8,0:0:0:0:
464,128,112003,1,2,0:0:0:0:
208,192,112185,6,0,L|128:192,1,80,8|2,0:0|0:0,0:0:0:0:
304,96,112548,2,0,L|384:96,1,80,8|2,0:0|0:0,0:0:0:0:
128,192,112912,2,0,L|112:272,1,80,8|2,0:0|0:0,0:0:0:0:
160,304,113185,1,2,0:0:0:0:
240,304,113275,1,8,0:0:0:0:
128,304,113457,1,2,0:0:0:0:
384,192,113639,5,8,0:0:0:0:
464,192,113821,2,0,L|464:144,1,40,2|0,0:0|0:0,0:0:0:0:
384,144,114003,1,8,0:0:0:0:
464,144,114185,1,2,0:0:0:0:
208,144,114366,1,8,0:0:0:0:
128,144,114548,1,2,0:0:0:0:
176,144,114639,1,0,0:0:0:0:
256,144,114730,1,8,0:0:0:0:
144,144,114912,1,2,0:0:0:0:
400,256,115094,5,8,0:0:0:0:
448,256,115185,1,0,0:0:0:0:
400,256,115275,1,2,0:0:0:0:
224,256,115457,1,8,0:0:0:0:
176,224,115548,2,0,L|176:176,1,40,0|2,0:0|0:0,0:0:0:0:
432,192,115821,2,0,L|432:152,1,40,8|0,0:0|0:0,0:0:0:0:
384,120,116003,1,2,0:0:0:0:
208,128,116185,1,8,0:0:0:0:
256,128,116275,1,0,0:0:0:0:
304,128,116366,1,2,0:0:0:0:
48,192,116548,5,12,0:0:0:0:
256,192,116730,12,2,119457,0:0:0:0:
312,192,122366,6,0,L|328:112,1,80,2|0,0:0|0:0,0:0:0:0:
232,192,122730,2,0,L|248:112,1,80,2|0,0:0|0:0,0:0:0:0:
408,112,123275,1,2,0:0:0:0:
328,113,123457,1,2,0:0:0:0:
168,192,123821,6,0,L|152:112,1,80,2|0,0:0|0:0,0:0:0:0:
256,192,124185,2,0,L|240:112,1,80,2|0,0:0|0:0,0:0:0:0:
64,112,124730,1,0,0:0:0:0:
152,112,124912,1,2,0:0:0:0:
336,192,125275,6,0,L|352:112,1,80,2|0,0:0|0:0,0:0:0:0:
240,192,125639,2,0,L|256:112,1,80,2|0,0:0|0:0,0:0:0:0:
448,112,126185,1,2,0:0:0:0:
352,112,126366,1,2,0:0:0:0:
144,192,126730,6,0,L|128:112,1,80,2|0,0:0|0:0,0:0:0:0:
248,192,127094,2,0,L|232:112,1,80,2|0,0:0|0:0,0:0:0:0:
112,112,127457,2,0,L|192:112,1,80,2|2,0:0|0:0,0:0:0:0:
48,112,127821,1,2,0:0:0:0:
192,112,128003,1,2,0:0:0:0:
368,112,128185,5,12,0:0:0:0:
288,112,128366,2,0,L|240:112,2,40,2|0|8,0:0|0:0|0:0,0:0:0:0:
368,112,128730,1,2,0:0:0:0:
496,192,128912,2,0,L|496:144,1,40,2|0,3:0|0:0,0:0:0:0:
448,112,129094,1,2,0:0:0:0:
368,112,129275,1,8,0:0:0:0:
448,112,129457,1,2,0:0:0:0:
272,192,129639,6,0,L|272:144,1,40,2|0,3:0|0:0,0:0:0:0:
320,128,129821,1,2,0:0:0:0:
432,192,130003,1,8,0:0:0:0:
384,192,130094,1,0,0:0:0:0:
336,192,130185,1,2,0:0:0:0:
448,192,130366,2,0,L|448:144,1,40,2|0,3:0|0:0,0:0:0:0:
400,128,130548,1,2,0:0:0:0:
288,128,130730,2,0,L|368:128,1,80,10|10,0:0|0:0,0:0:0:0:
192,128,131094,5,2,3:0:0:0:
112,128,131275,2,0,L|112:176,1,40,2|0,0:0|0:0,0:0:0:0:
160,192,131457,1,8,0:0:0:0:
80,192,131639,1,2,0:0:0:0:
192,192,131821,2,0,L|192:240,1,40,2|0,3:0|0:0,0:0:0:0:
144,272,132003,1,2,0:0:0:0:
64,272,132185,1,8,0:0:0:0:
144,272,132366,1,2,0:0:0:0:
320,272,132548,5,2,3:0:0:0:
240,272,132730,1,2,0:0:0:0:
320,272,132912,2,0,L|368:272,2,40,8|0|2,0:0|0:0|0:0,0:0:0:0:
208,192,133275,2,0,L|288:192,1,80,2|2,3:0|0:0,0:0:0:0:
400,112,133639,2,0,L|320:112,1,80,10|10,0:0|0:0,0:0:0:0:
144,112,134003,5,2,3:0:0:0:
224,112,134185,2,0,L|272:112,2,40,2|0|8,0:0|0:0|0:0,0:0:0:0:
144,112,134548,1,2,0:0:0:0:
64,192,134730,1,2,3:0:0:0:
144,192,134912,2,0,L|192:192,2,40,2|0|8,0:0|0:0|0:0,0:0:0:0:
64,192,135275,1,2,0:0:0:0:
240,192,135457,6,0,L|240:240,1,40,2|0,3:0|0:0,0:0:0:0:
192,256,135639,1,2,0:0:0:0:
80,192,135821,1,8,0:0:0:0:
128,192,135912,1,0,0:0:0:0:
176,192,136003,1,2,0:0:0:0:
288,112,136185,1,2,3:0:0:0:
240,112,136275,1,0,0:0:0:0:
192,112,136366,1,2,0:0:0:0:
80,112,136548,1,10,0:0:0:0:
192,112,136730,1,10,0:0:0:0:
368,112,136912,5,2,3:0:0:0:
448,112,137094,2,0,L|448:160,1,40,2|0,0:0|0:0,0:0:0:0:
400,176,137275,1,8,0:0:0:0:
320,176,137457,1,2,0:0:0:0:
432,176,137639,2,0,L|416:224,1,40,2|0,3:0|0:0,0:0:0:0:
368,256,137821,1,2,0:0:0:0:
288,256,138003,1,8,0:0:0:0:
368,256,138185,1,2,0:0:0:0:
192,192,138366,5,2,3:0:0:0:
112,112,138548,2,0,L|104:72,1,40,8|2,0:0|0:0,0:0:0:0:
216,64,138821,2,0,L|256:64,1,40,2|10,0:0|0:0,0:0:0:0:
144,192,139094,1,2,3:0:0:0:
224,192,139275,1,10,0:0:0:0:
48,192,139457,1,10,0:0:0:0:
160,192,139639,1,10,0:0:0:0:
416,192,139821,5,12,0:0:0:0:
256,192,140003,12,0,143457,0:0:0:0:

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,528 @@
osu file format v6
[General]
StackLeniency: 0.7
Mode: 0
[Difficulty]
HPDrainRate:8
CircleSize:5
OverallDifficulty:8
SliderMultiplier:1.8
SliderTickRate:0.5
[Events]
//Break Periods
2,99204,110406
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,0,0,0
[TimingPoints]
270,379.746835443038,4,2,1,85,1,0
48782,-100,4,2,0,50,0,0
48972,-100,4,2,0,85,0,0
60744,-100,4,2,1,85,0,0
60982,-100,4,2,1,65,0,0
61171,-100,4,2,1,85,0,0
71092,-100,4,2,1,40,0,0
71282,-100,4,2,1,85,0,0
71567,-100,4,2,0,60,0,0
71852,-100,4,2,1,85,0,0
72232,-100,4,2,1,85,0,0
73086,-100,4,1,0,60,0,0
74035,-100,4,1,1,50,0,0
74890,-100,4,2,1,85,0,0
81061,-100,4,2,1,60,0,0
81251,-100,4,2,1,85,0,0
82580,-100,4,2,1,60,0,0
82770,-100,4,2,1,85,0,0
86804,-100,4,2,1,60,0,0
86947,-100,4,2,1,85,0,0
87137,-100,4,2,1,60,0,0
87326,-100,4,2,1,85,0,0
88656,-100,4,2,1,60,0,0
88845,-100,4,2,1,85,0,0
92643,-100,4,2,1,60,0,0
92833,-100,4,2,1,85,0,0
93592,-100,4,2,1,60,0,0
93782,-100,4,2,1,86,0,0
94162,-100,4,2,1,60,0,0
94352,-100,4,2,1,85,0,0
95111,-100,4,2,1,60,0,0
95301,-100,4,2,1,85,0,0
98624,-100,4,1,1,70,0,0
110966,-100,4,1,0,60,0,0
112390,-100,4,2,1,85,0,0
118371,-100,4,2,1,75,0,0
118751,-100,4,2,1,65,0,0
119130,-100,4,2,1,55,0,0
119510,-100,4,2,1,85,0,0
135934,-100,4,1,1,80,0,0
136314,-100,4,2,1,85,0,0
136883,-100,4,2,1,65,0,0
137073,-100,4,2,1,85,0,0
147516,-100,4,2,0,60,0,0
147801,-100,4,2,1,85,0,0
149035,-100,4,1,1,65,0,0
149605,-100,4,1,1,75,0,0
150459,-100,4,2,1,70,0,0
150744,-100,4,2,1,85,0,0
150934,-100,4,2,1,70,0,0
151124,-100,4,2,1,85,0,0
157010,-100,4,2,1,70,0,0
157200,-100,4,2,1,85,0,0
158529,-100,4,2,1,70,0,0
158719,-100,4,2,1,85,0,0
162754,-100,4,2,1,70,0,0
162896,-100,4,2,1,85,0,0
163466,-100,4,2,1,70,0,0
163656,-100,4,2,1,85,0,0
164035,-100,4,2,1,70,0,0
164225,-100,4,2,1,85,0,0
164605,-100,4,2,1,70,0,0
164795,-100,4,2,1,85,0,0
168592,-100,4,2,1,70,0,0
168782,-100,4,2,1,85,0,0
169542,-100,4,2,1,70,0,0
169732,-100,4,2,1,85,0,0
170111,-100,4,2,1,70,0,0
170301,-100,4,2,1,85,0,0
170681,-100,4,2,1,70,0,0
170871,-100,4,2,1,85,0,0
173339,-100,4,1,0,51,0,0
[HitObjects]
376,288,24383,1,0
392,264,24478,1,0
408,240,24573,1,8
448,160,24763,2,0,B|344:160,1,90,0|0
280,120,25143,1,0
232,200,25333,1,0
152,160,25523,2,0,B|56:160,1,90,0|0
32,248,25902,1,0
96,312,26092,6,0,L|144:376|264:376,2,180
96,224,27042,1,0
176,264,27232,2,0,B|288:264,1,90
448,264,27801,1,0
360,264,27991,1,0
192,192,28371,1,0
280,192,28561,1,0
368,192,28751,1,0
456,192,28940,1,0
456,192,29130,6,0,L|408:128|288:128,2,180
456,280,30080,1,0
376,240,30270,2,0,B|256:240,1,90
112,280,30839,1,0
176,216,31029,1,0
112,152,31219,1,0
112,152,31314,1,0
112,152,31409,1,0
176,88,31599,1,0
240,152,31788,1,0
176,216,31978,1,0
240,280,32168,6,0,L|296:328|416:328,2,180
240,192,33118,1,0
328,192,33307,2,0,L|328:152|288:96,1,90
136,32,33877,1,0
80,104,34067,1,0
24,176,34257,1,0
24,200,34352,1,0
24,224,34447,1,0
40,240,34542,1,0
56,248,34637,1,0
144,248,34826,1,0
232,248,35016,1,0
376,248,35206,6,0,L|408:248|464:288,2,90,0|0|0
232,248,35776,2,0,L|200:248|144:288,1,90
304,352,36156,1,0
304,248,36345,2,0,B|304:152,1,90
112,80,36725,6,0,B|16:128,1,90,8|0
112,160,37105,2,0,B|16:208,1,90
112,240,37485,1,0
112,328,37675,6,0,B|24:376,2,90
112,240,38244,1,0
32,200,38434,1,0
112,160,38624,1,0
32,120,38814,1,0
112,80,39004,1,0
200,80,39194,6,0,B|304:80,1,90
384,168,39573,2,0,B|272:168,1,90
200,256,39953,2,0,B|296:256,3,90
408,200,40713,5,0
360,112,40902,1,0
280,56,41092,2,0,B|192:24|88:64,1,180
168,128,41662,2,0,B|120:136|64:176,2,90
264,128,42232,2,0,B|384:128|448:232,1,180
320,224,42801,2,0,B|280:312,1,90,0|0
184,336,43181,2,0,B|232:248,1,90
227,256,43561,1,0
192,176,43751,6,0,B|144:256,2,90,0|0|0
128,112,44320,2,0,B|184:32|304:40,1,180
376,40,44890,1,0
440,208,45270,5,0
384,280,45459,1,0
304,312,45649,1,0
216,328,45839,2,0,B|141:308|112:292|56:216,1,180
56,144,46409,1,0
216,64,46788,5,0
296,96,46978,1,0
216,144,47168,1,0
296,176,47358,1,0
136,232,47738,1,0
376,296,48118,1,0
136,360,48497,1,0
376,184,48877,6,0,B|256:184,1,90,4|0
192,184,49257,1,0
128,120,49447,1,0
216,120,49637,2,0,B|328:120,3,90
400,120,50396,2,0,B|472:200|400:304,1,180
336,232,50966,2,0,B|264:320,1,90
208,360,51345,5,0
168,280,51535,1,0
120,360,51725,1,0
72,280,51915,2,0,B|48:176|136:112,1,180
216,88,52485,1,0
304,112,52675,1,0
232,168,52864,5,0
312,200,53054,1,0
288,288,53244,2,0,B|368:320|456:232,1,180
392,176,53814,2,0,B|336:72,1,90
280,152,54194,2,0,B|184:80,1,90,0|0
176,192,54573,1,0
104,136,54763,2,0,B|48:248|104:336|208:344,1,270
216,256,55523,1,0
264,184,55713,1,0
352,184,55902,5,0
440,136,56092,1,0
352,88,56282,1,0
264,88,56472,2,0,B|144:-16|8:96,1,270
160,152,57421,5,0
32,216,57611,1,0
160,280,57801,1,0
248,312,57991,2,0,B|368:416|504:304,1,270
360,192,58940,5,0
256,192,59130,1,0
152,192,59320,1,0
168,96,59510,2,0,B|256:56|368:104,3,180
408,136,60839,1,4
408,136,60934,1,4
408,136,61029,6,0,B|352:216|296:296,1,180,8|4
304,283,61599,1,0
216,280,61788,2,0,B|263:212|319:132,1,180,0|4
319,132,62358,1,0
240,96,62548,6,0,B|312:0,2,90,0|0|4
192,168,63118,2,0,B|136:248|80:328,1,180,0|0
176,312,63687,1,4
264,312,63877,1,0
352,312,64067,6,0,B|448:248|416:120,1,180,0|4
352,208,64637,1,0
272,168,64826,2,0,B|344:72,1,90
326,96,65206,1,4
272,24,65396,2,0,B|160:56|168:184,1,180
104,96,65966,1,4
48,168,66156,1,0
104,232,66345,1,0
56,312,66535,1,0
80,328,66630,1,0
104,344,66725,1,4
192,312,66915,1,0
280,344,67105,6,0,B|436:254,1,180,0|4
448,168,67675,1,0
456,80,67864,2,0,B|299:169,1,180,0|4
288,256,68434,1,0
208,296,68624,5,0
128,256,68814,1,0
48,296,69004,1,4
128,256,69194,2,0,B|208:192|192:80,1,180
256,32,69763,1,4
256,32,69953,1,0
318,96,70143,6,0,B|304:192|384:256,1,180,0|4
256,120,70902,2,0,B|224:184|304:200|248:264,2,135
256,32,71662,5,4
256,32,72042,1,4
160,144,72421,5,2
224,144,72611,1,2
288,144,72801,1,2
352,144,72991,1,2
408,216,73181,5,0
304,216,73371,1,0
208,216,73561,1,0
112,216,73751,1,0
160,288,73940,5,0
224,288,74130,1,8
248,288,74225,1,8
272,288,74320,1,8
296,288,74415,1,0
320,288,74510,1,0
344,288,74605,1,4
368,288,74700,6,0,B|464:256|480:136,1,180,4|4
368,64,75270,1,0
296,176,75459,2,0,B|240:208|184:152,1,90
144,64,75839,1,4
168,328,76029,6,0,B|224:344|262:347|352:328,1,180,0|0
344,192,76599,2,0,B|282:175|232:167|144:200,1,180,4|0
256,256,77168,1,0
256,256,77358,1,4
424,256,77548,6,0,B|444:180|440:128|424:72,1,180
296,32,78118,2,0,B|336:144,1,90,4|0
240,264,78497,2,0,B|280:152,1,90
168,32,78877,2,0,B|200:120,1,90,4|0
104,264,79257,2,0,B|136:176,1,90
48,120,79637,2,0,B|8:16,2,90,4|0|0
48,120,80206,1,4
48,120,80396,1,4
48,256,80586,6,0,B|72:360|192:360,1,180,0|0
334,359,81156,2,0,B|440:360|464:256,1,180,12|0
256,192,81725,1,0
256,192,81915,1,4
48,128,82105,6,0,B|72:24|192:24,1,180,0|0
334,25,82675,2,0,B|440:24|464:128,1,180,12|0
256,192,83244,1,0
256,192,83434,1,4
177,24,83624,6,0,B|72:24|48:128,1,180
240,96,84194,2,0,B|128:120,1,90,4|0
40,208,84573,2,0,B|160:184,1,90,0|0
280,216,84953,2,0,B|184:240,1,90,4|0
256,208,85333,12,4,86282
256,192,86472,5,4
128,80,86662,5,4
152,64,86757,1,4
176,48,86852,2,0,B|288:48,1,90,12|0
360,56,87232,2,0,L|288:112|176:112,1,180,12|0
136,176,87801,2,0,B|240:176,1,90,0|4
440,352,88181,6,0,L|389:352|344:312|272:360,1,180,0|0
72,352,88751,2,0,L|122:352|168:312|240:360,1,180,12|0
256,192,89320,2,0,B|256:240,2,45,0|0|4
488,48,89700,6,0,B|389:33|304:88,1,180
256,192,90270,1,4
160,280,90459,1,0
64,192,90649,1,0
160,104,90839,1,0
256,192,91029,1,4
352,280,91219,1,0
448,192,91409,1,0
352,104,91599,1,0
256,192,91788,1,4
256,64,91978,1,0
256,192,92168,1,0
256,192,92358,2,0,B|256:304,1,90,4|4
32,32,92738,6,0,L|144:32|200:88,1,180,8|0
64,128,93307,2,0,B|127:191,1,90,4|0
256,152,93687,2,0,B|319:215,1,90,8|0
424,304,94067,1,4
256,368,94257,6,0,L|192:328|192:216,1,180,8|0
328,224,94826,2,0,B|440:224,2,90,4|0|8
328,88,95396,1,0
328,88,95586,1,4
192,88,95776,6,0,B|104:67|12:88,1,180,0|2
56,192,96345,2,0,B|176:192,1,90,6|2
232,232,96725,1,2
280,152,96915,1,2
360,192,97105,2,12,B|472:192,1,90,6|2
256,208,97485,12,4,99004
256,352,111156,5,4
256,192,111915,1,0
256,192,112105,1,0
256,192,112295,1,0
256,104,112485,1,0
328,48,112675,6,0,B|416:48|456:88|456:160,1,180
456,232,113244,1,0
456,320,113434,1,0
368,336,113624,2,0,B|304:336|272:392,2,90
456,320,114194,2,0,B|416:256|376:232|288:224,1,180
256,296,114763,2,0,B|200:288|160:240,1,90
112,192,115143,5,0
176,256,115333,1,0
240,192,115523,1,0
176,128,115713,2,0,B|224:48|344:48,1,180
296,128,116282,1,0
360,192,116472,1,0
448,192,116662,6,0,B|368:272,1,90
384,352,117042,2,0,B|264:360|216:232,1,180
280,192,117611,2,0,B|323:159|280:104,1,90
192,112,117991,2,0,B|155:158|198:191,1,90
248,360,118561,1,0
248,296,118940,1,0
248,232,119320,1,0
448,240,119700,5,0
384,304,119890,1,0
320,240,120080,1,0
256,304,120270,2,0,B|176:336|48:296,1,180
80,304,120839,1,0
32,32,121219,5,0
120,136,121409,1,0
208,32,121599,1,0
296,136,121788,2,0,B|376:104|504:144,1,180
472,136,122358,1,0
208,192,122738,5,0
256,112,122928,1,0
304,192,123117,1,0
256,272,123307,1,0
256,48,123687,1,0
256,336,124067,1,0
256,248,124257,5,4
256,160,124447,1,4
256,72,124637,1,4
256,72,124732,1,4
256,72,124826,2,4,B|376:72|376:176,1,180,0|4
456,224,125396,1,0
392,288,125586,1,0
304,288,125776,6,0,B|200:352,1,90,0|4
192,248,126156,1,0
160,336,126345,2,0,B|48:336|24:192,1,180,0|4
120,224,126915,2,0,B|48:120,1,90
136,96,127295,2,0,B|72:8,2,90,0|4|0
184,168,127864,2,0,B|312:344,1,180,0|4
384,312,128434,1,0
448,256,128624,1,0
448,168,128814,6,0,B|344:112,1,90,0|4
440,72,129194,2,0,B|368:40|328:40|248:80,1,180
208,136,129763,1,4
128,184,129953,1,0
208,232,130143,1,0
288,184,130333,2,0,B|400:184,1,90,0|4
448,248,130713,2,0,B|352:248,1,90
176,248,131282,1,4
360,248,131662,1,0
288,192,131852,5,0
200,192,132042,1,4
112,192,132232,1,0
96,288,132421,2,0,B|0:256|-32:144|112:88,1,270
224,192,133371,5,0
312,192,133561,1,4
400,192,133751,1,0
416,288,133940,2,0,B|512:256|544:144|400:88,1,270
80,192,134890,5,0
160,152,135080,1,4
200,232,135270,1,0
280,192,135459,1,0
464,192,135839,1,4
376,192,136029,1,0
376,192,136219,1,0
280,192,136409,1,4
280,192,136599,1,4
56,216,136978,6,0,B|144:272|256:200,1,180,8|4
456,168,137738,2,0,B|368:112|256:184,1,180,0|4
256,32,138497,5,0
200,104,138687,1,0
256,176,138877,1,4
312,104,139067,2,0,B|424:104,1,90
400,192,139447,2,0,B|504:192,2,90,0|4|0
400,280,140016,6,0,B|400:368|232:352,1,180,0|4
224,272,140586,1,0
296,216,140776,1,0
224,168,140966,1,0
296,112,141156,1,4
256,32,141345,2,0,B|107:25|115:113,1,180,0|0
112,200,141915,2,0,B|112:312,2,90,4|0|0
112,112,142485,1,0
112,112,142580,1,0
112,112,142675,1,4
112,24,142864,1,0
232,8,143054,6,0,B|152:96|248:208,1,180,0|4
280,376,143814,2,0,B|360:288|264:176,1,180,0|4
256,32,144573,5,0
344,32,144763,1,0
416,88,144953,1,4
416,176,145143,2,0,B|232:176,1,180
144,176,145713,1,4
80,112,145902,1,0
16,176,146092,5,0
256,304,146472,1,4
496,176,146852,1,0
352,32,147137,1,0
160,32,147421,1,0
256,160,147611,5,4
256,224,147991,1,4
256,96,148371,5,2
368,192,148561,1,2
256,288,148751,1,2
144,192,148940,1,2
288,144,149130,5,0
312,168,149225,1,8
336,192,149320,1,0
312,216,149415,1,8
288,240,149510,1,0
224,144,149700,5,0
200,168,149795,1,8
176,192,149890,1,0
200,216,149985,1,8
224,240,150080,1,0
256,256,150175,1,8
256,288,150270,1,0
168,24,150649,6,4,L|152:56|168:80|168:128,1,90,8|0
344,24,151029,2,0,L|360:56|344:80|344:128,1,90,12|0
256,264,151409,1,8
256,80,151599,1,0
256,80,151694,1,0
256,80,151788,1,4
464,224,151978,6,0,L|424:240|424:240|440:280|328:280,1,180,0|0
48,280,152548,2,0,L|88:264|88:264|72:224|184:224,1,180,4|0
256,80,153118,1,0
256,80,153213,1,0
256,80,153307,1,4
168,312,153497,6,0,B|256:368|368:296,1,180
168,248,154067,2,0,B|96:176,1,90,4|0
344,248,154447,2,0,B|416:176,1,90
168,160,154826,2,0,B|96:88,1,90,4|0
344,160,155206,2,0,B|416:88,1,90
256,352,155586,2,0,B|280:312|216:296|272:248,2,90,4|0|0
256,352,156156,1,4
256,352,156345,1,4
96,32,156535,6,0,L|208:32|264:120,1,180,0|0
152,96,157105,2,0,L|152:144|112:184,1,90,12|0
32,176,157485,2,0,L|32:224|64:256,1,90
152,256,157864,1,4
416,352,158054,6,0,L|304:352|248:264,1,180
360,288,158624,2,0,L|360:240|400:200,1,90,12|0
480,208,159004,2,0,L|480:160|448:128,1,90
360,128,159383,1,4
255,236,159573,6,0,B|255:52,1,180
256,56,160143,1,4
376,120,160333,1,0
376,264,160523,1,0
256,328,160713,1,0
136,264,160902,1,4
136,120,161092,1,0
256,208,161282,12,4,162232
256,192,162421,5,4
168,320,162611,5,4
152,336,162706,1,4
136,352,162801,2,0,L|264:352|320:312,1,180,12|4
392,352,163371,2,0,B|392:248,1,90,0|8
440,184,163751,1,0
344,184,163940,1,4
120,32,164130,6,0,B|8:64|120:216,1,180,8|0
232,136,164700,2,0,B|344:168|232:320,1,180,8|0
160,360,165270,1,0
160,360,165459,1,4
304,360,165649,6,0,L|384:360|448:280,1,180
320,288,166219,2,0,B|384:208,1,90,4|0
456,120,166599,2,0,B|512:50,2,90,0|0|4
376,216,167168,1,0
376,88,167358,2,0,B|304:176,1,90
240,120,167738,2,0,B|176:200,1,90,4|0
112,144,168118,2,0,B|-16:304,1,180,0|4
256,360,168687,6,0,B|256:168,1,180,8|0
328,96,169257,1,4
256,16,169447,1,0
184,96,169637,1,8
256,176,169827,1,0
328,96,170016,1,4
32,304,170206,6,0,B|232:240,1,180,8|0
480,80,170776,2,0,B|280:144,1,180,8|0
328,280,171345,1,0
184,104,171535,1,4
440,192,171725,6,4,B|248:192,1,180,0|2
152,192,172295,1,2
192,72,172485,1,2
320,72,172675,1,2
360,192,172864,1,2
320,312,173054,1,2
192,312,173244,1,2
256,208,173434,12,4,174953

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,290 @@
osu file format v7
[General]
StackLeniency: 0.5
Mode: 0
[Difficulty]
HPDrainRate:6
CircleSize:4
OverallDifficulty:7
SliderMultiplier:2.4
SliderTickRate:2
[Events]
//Break Periods
2,109470,110492
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255
[TimingPoints]
180,606.060606060606,3,2,1,20,1,0
11528,-100,4,2,1,50,0,0
28952,-100,4,2,1,20,0,0
36452,-100,4,2,1,50,0,0
43523,-50,4,2,2,20,0,0
50921,-100,4,2,1,40,0,0
51073,-100,4,2,1,60,0,0
53371,-100,4,2,2,60,0,0
54280,-100,4,2,1,60,0,0
58195,-100,4,2,1,40,0,0
65468,-100,4,2,1,60,0,0
68801,-100,4,1,0,30,0,0
69129,-100,4,1,1,30,0,0
69407,-100,4,2,1,60,0,0
75644,-100,4,1,0,35,0,0
76680,-100,4,2,1,60,0,0
78195,-100,4,2,1,40,0,0
78649,-100,4,2,1,60,0,0
87386,-100,4,1,2,30,0,0
101856,-100,4,1,1,40,0,0
109583,-100,4,2,2,60,0,0
112008,-100,4,1,2,20,0,0
113068,-100,4,2,2,60,0,0
114583,-100,4,2,2,40,0,0
115038,-100,4,2,2,60,0,0
123523,-100,4,1,2,30,0,0
124280,-100,4,1,0,30,0,0
124583,-100,4,1,2,30,0,0
124886,-100,4,1,0,30,0,0
125189,-100,4,1,2,30,0,0
125644,-100,4,1,1,30,0,0
125947,-100,4,1,2,20,0,0
127159,-100,4,1,1,60,0,0
129583,-200,4,1,0,20,0,0
134583,-200,4,1,1,0,0,0
[HitObjects]
120,72,179,1,0
311,72,786,2,0,B|448:72,1,120,2|0
431,167,1392,2,0,B|303:167,1,120,2|2
215,167,1998,1,0
119,167,2301,6,0,B|487:167,1,360,2|2
478,261,3513,1,0
382,261,3816,6,0,B|254:261,1,120
166,261,4422,2,0,B|166:138,1,120,2|2
166,332,5331,1,0
261,332,5634,2,0,L|327:332,1,60,0|2
321,235,6089,2,0,L|321:175,1,60,0|2
321,79,6543,1,0
465,79,6998,2,0,L|465:143,1,60,0|2
369,139,7452,6,0,B|369:278,1,120
464,259,8058,1,2
464,163,8361,2,0,B|288:163,1,120,0|2
248,163,8967,1,0
200,243,9270,1,0
296,243,9573,1,2
275,37,10180,5,0
179,37,10483,1,2
179,132,10786,2,0,B|307:132,1,120,2|0
299,227,11392,1,0
203,227,11695,6,0,L|142:227,1,60
94,227,11998,1,2
94,131,12301,1,2
189,131,12604,1,0
476,131,13513,1,0
380,131,13816,1,2
272,23,14725,6,0,L|208:23,1,60,2|0
177,57,15028,2,0,L|177:129,1,60
225,117,15331,1,0
273,117,15483,1,2
273,211,15786,1,2
273,306,16089,1,2
33,306,16846,6,0,L|33:242,1,60
33,197,17149,1,2
224,197,17755,1,0
277,50,18967,5,0
228,50,19119,1,0
181,50,19270,1,2
181,145,19573,1,2
181,240,19876,1,0
469,240,20786,5,0
373,240,21089,1,2
277,240,21392,1,0
243,350,21998,5,2
243,302,22149,1,0
243,254,22301,1,2
290,254,22452,2,0,L|290:193,1,60
290,146,22755,1,2
385,146,23058,1,2
385,241,23361,1,2
213,68,24119,6,0,L|149:68,1,60,0|0
104,68,24422,1,2
295,68,25028,1,0
56,64,26240,5,0
56,64,26392,1,0
56,64,26543,1,2
56,159,26846,1,2
151,159,27149,1,0
438,159,28058,6,0,B|438:303,1,120,0|2
184,192,29270,6,0,B|312:192,1,120,6|0
399,192,29876,1,2
399,95,30180,1,0
303,95,30483,2,0,B|129:95,1,120,2|0
115,162,31089,6,0,B|243:162,1,120,2|0
330,162,31695,1,2
425,162,31998,1,0
425,257,32301,2,0,B|265:257,1,120,2|0
209,257,32907,6,0,B|65:257,1,120,6|0
89,160,33513,1,2
184,160,33816,1,0
279,160,34119,1,2
374,160,34422,1,0
469,160,34725,6,0,B|469:304,1,120,2|0
373,280,35331,2,0,B|216:280,1,120,2|0
157,280,35937,1,2
157,184,36240,1,0
157,135,36392,1,0
204,135,36543,6,0,B|268:135,2,60,2|0|2
204,183,36998,2,0,B|204:255,1,60
205,291,37301,1,2
300,291,37604,1,2
300,195,37907,1,2
32,32,38967,5,2
32,223,39573,1,0
416,223,40786,5,0
416,176,40937,1,0
416,128,41089,1,2
320,128,41392,1,2
320,224,41695,1,0
48,128,42604,6,0,B|192:128,1,120,0|2
263,128,43210,1,0
376,192,43816,6,0,B|136:192,5,240,6|0|2|0|2|0
376,248,45634,6,0,B|136:248,5,240,2|0|2|0|2|0
376,184,47452,6,0,B|136:184,5,240,6|0|2|0|2|0
376,248,49270,6,0,B|109:247,1,240,2|0
136,136,49876,1,2
328,136,50180,1,0
329,326,50483,1,2
136,328,50786,1,0
138,278,50937,1,0
138,229,51089,6,0,B|255:229,1,60,6|0
198,180,51392,1,2
246,180,51543,1,0
295,180,51695,2,0,B|365:180,1,60,0|2
355,84,52149,1,2
260,84,52452,1,2
40,344,53513,6,0,L|280:344,1,240,2|0
40,40,55331,6,0,L|120:40,2,60,0|0|2
40,135,55937,2,0,L|40:262,1,120,2|0
300,132,57149,6,0,L|300:272,1,120,0|2
256,192,58361,6,0,L|336:192,1,60,2|0
364,192,58664,2,0,L|364:256,1,60,2|0
329,286,58967,1,0
280,286,59119,2,0,L|208:286,1,60,2|0
185,251,59422,2,0,L|185:179,1,60,2|0
185,95,59876,1,4
253,163,60180,5,2
253,163,60331,1,2
253,163,60483,1,2
253,163,60634,1,0
253,211,60786,2,0,L|192:211,4,60,2|0|2|0|2
253,115,61695,1,4
348,115,61998,6,0,L|348:51,4,60,2|0|2|0|2
348,162,62755,1,2
348,210,62907,1,2
348,257,63058,1,0
348,257,63210,1,2
252,257,63513,1,4
252,161,63816,5,0
252,113,63967,2,0,L|169:113,3,60,2|0|2|0
288,113,64725,1,4
383,113,65028,1,4
383,208,65331,1,0
287,208,65634,6,0,L|195:208,1,60,2|0
178,208,65937,1,2
129,208,66089,1,0
81,208,66240,1,0
81,256,66392,1,2
81,303,66543,2,0,L|145:303,1,60,0|2
189,303,66846,2,0,L|253:303,1,60,0|2
192,48,67755,6,0,L|304:48,1,60
300,48,68058,1,2
300,239,68664,1,0
300,143,68967,5,0
204,143,69270,1,4
395,143,69876,6,0,L|396:226,1,60,0|0
395,251,70180,1,2
296,248,70483,1,2
200,248,70786,1,0
200,40,71695,1,0
295,40,71998,1,2
91,243,72907,5,2
138,243,73058,1,0
186,243,73210,1,0
186,290,73361,2,0,L|254:290,1,60,2|0
294,290,73664,2,0,L|371:290,1,60,2|0
354,241,73967,1,2
354,145,74270,1,2
40,40,75331,5,2
160,208,75937,1,0
160,208,76089,1,0
303,208,76543,1,4
160,80,77149,6,0,L|232:80,1,60,0|0
268,80,77452,1,2
268,175,77755,1,2
268,270,78058,1,0
363,270,78361,6,4,L|363:187,1,60
363,65,78967,5,0
267,65,79270,2,0,L|126:65,1,120,2|0
96,32,80180,6,0,L|96:344|296:344,1,480
360,344,81695,1,0
455,344,81998,2,0,L|455:32|159:32,1,600,2|0
124,99,83816,6,0,L|364:99|364:347,1,480
268,339,85331,1,4
172,339,85634,2,0,L|52:339|52:235|52:123|156:123|316:123|316:219,1,660
316,231,87452,6,0,L|316:354,1,120
411,351,88058,2,0,L|411:103|147:103,1,480,4|0
176,296,89876,2,0,L|40:296|40:152,1,240
232,191,91089,5,4
423,191,91695,2,0,L|423:351|71:351,1,480,4|4
112,167,93513,1,0
303,167,94119,1,0
440,280,94725,6,0,L|440:35,2,240,4|4|0
216,280,96543,2,0,L|216:32,1,240,4|0
48,160,97755,1,0
216,40,98361,5,4
216,352,98967,2,0,L|216:104,2,240,4|0|4
216,32,100786,1,4
216,352,101392,1,0
256,192,101998,12,0,109270
48,48,111392,6,0,L|128:48,1,60
156,48,111695,1,2
347,48,112301,2,0,L|347:112,1,60
347,156,112604,2,0,L|347:220,1,60
347,264,112907,1,4
155,264,113513,5,0
155,216,113664,1,0
155,167,113816,2,0,L|275:167,2,120,2|2|0
155,71,114725,6,4,L|217:71,1,60
359,71,115331,5,0
359,166,115634,2,0,L|359:296,1,120,2|0
167,286,116543,6,0,L|167:205,1,60,2|0
167,177,116846,1,0
215,177,116998,2,0,L|281:177,1,60,2|0
323,177,117301,5,2
323,81,117604,1,2
227,81,117907,1,2
40,344,118967,5,2
231,344,119573,1,0
422,344,120180,6,0,L|422:50,1,240
373,104,120937,1,0
324,104,121089,2,0,L|204:104,1,120,2|2
204,199,121695,1,0
40,40,122604,5,0
256,40,122907,1,2
472,40,123210,1,0
472,232,123816,6,2,L|32:232|32:336|240:336,1,720,2|2
399,336,126240,1,8
399,144,126846,1,8
256,192,127452,12,0,129270
48,192,129876,5,8
144,192,130483,1,8
240,192,131089,2,2,L|360:192|360:72|240:72,1,360,2|2
144,72,133513,1,8
144,167,134119,1,8
256,192,134725,12,0,138361

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,417 @@
osu file format v8
[General]
StackLeniency: 0.6
Mode: 0
[Difficulty]
HPDrainRate:5
CircleSize:4
OverallDifficulty:7
ApproachRate:7
SliderMultiplier:1.6
SliderTickRate:0.5
[Events]
//Background and Video events
//Break Periods
2,38388,45242
2,89297,92515
2,107705,114333
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
//Background Colour Transformations
3,100,163,162,255
[TimingPoints]
1173,666.666666666667,4,2,1,60,1,0
2173,-100,4,2,1,50,0,0
2839,-100,4,2,1,60,0,0
4839,-100,4,2,1,50,0,0
5506,-100,4,2,1,60,0,0
7506,-100,4,2,1,50,0,0
8173,-100,4,2,1,60,0,0
10673,-200,4,2,1,60,0,0
11173,-200,4,2,1,10,0,0
11673,-100,4,2,1,60,0,0
12839,-100,4,2,1,50,0,0
13506,-100,4,2,1,60,0,0
15506,-100,4,2,1,50,0,0
16173,-100,4,2,1,60,0,0
16839,-100,4,2,1,50,0,0
17506,-100,4,2,1,60,0,0
19506,-100,4,2,1,70,0,0
20006,-100,4,2,1,30,0,0
22052,454.545454545455,4,2,1,40,1,0
23642,-100,4,2,2,70,0,0
23870,-100,4,2,2,70,0,1
38415,-100,4,2,2,70,0,0
45915,-100,4,2,2,60,0,0
52733,-100,4,2,2,25,0,0
53188,-100,4,2,2,60,0,0
60006,-100,4,2,2,25,0,0
60460,-100,4,2,1,45,0,0
67620,-100,4,2,1,50,0,0
71483,-100,4,2,1,55,0,0
74267,-100,4,2,1,70,0,0
74665,-100,4,2,2,80,0,0
74779,-100,4,2,2,80,0,1
89324,-100,4,2,2,80,0,0
92961,-100,4,2,2,65,0,0
107279,-100,4,2,1,40,0,0
107733,-100,4,2,1,45,0,0
126029,-100,4,2,1,50,0,0
128813,-100,4,2,1,60,0,0
129211,-100,4,2,1,70,0,0
129438,-100,4,2,1,55,0,0
130631,-100,4,2,1,65,0,0
131029,-100,4,2,1,75,0,0
131370,-100,4,2,2,65,0,0
145461,-100,4,2,2,75,0,0
145688,-100,4,2,2,75,0,1
160120,-100,4,2,2,80,0,0
160233,-100,4,2,2,80,0,1
174779,-100,4,2,2,80,0,0
[HitObjects]
94,279,1173,2,0,B|125:307|190:315|253:298,1,160,8|2
398,247,2506,1,0
471,104,3172,1,2
320,51,3839,6,0,B|275:33|209:34|165:67,1,160,8|2
65,190,5173,1,0
149,325,5839,1,2
239,192,6506,6,0,B|295:173|352:207|417:188,1,160,4|2
493,320,7839,1,0
334,340,8506,1,2
199,253,9173,5,0
171,95,9839,1,2
271,219,10506,1,0
199,253,10839,2,0,B|161:276|115:272,1,80,2|0
42,266,11839,5,4
110,121,12506,1,2
263,168,13172,2,0,B|305:186|378:185|423:172,1,160,0|2
293,75,14506,6,0,B|276:121|216:147|156:149,1,160,8|2
282,251,15839,2,0,B|299:297|359:323|419:325,1,160,0|2
416,164,17172,1,4
256,148,17839,2,0,B|172:136|172:136|230:189|198:266|154:289|154:289|85:276,1,320,2|2
256,148,19839,1,4
256,192,20173,12,8,22506
256,192,22961,5,8
256,192,23415,1,8
104,245,23870,6,0,B|132:284|196:282,2,80,2|0|2
256,192,24779,2,0,B|314:192|348:238,2,80,2|0|2
118,111,25688,2,0,B|165:91|229:112,1,80,0|2
275,113,26142,1,0
419,185,26597,2,0,B|383:204|338:204|337:204,1,80,2|0
261,196,27052,1,2
128,285,27506,5,0
97,211,27733,2,0,B|82:168|96:131,1,80,2|0
236,56,28415,1,0
313,77,28642,2,0,B|356:91|411:84,1,80,0|2
456,232,29324,1,0
456,232,29552,1,2
456,232,29779,1,0
311,299,30233,1,0
231,312,30461,1,2
151,300,30688,2,0,B|98:292,2,40,0|0|0
231,312,31142,5,2
202,236,31370,1,0
194,156,31597,2,0,B|188:101|218:47|274:27,1,160,2|2
295,104,32279,1,0
273,181,32506,2,0,B|218:179|150:144|144:96,1,160,2|0
219,72,33188,1,2
295,104,33415,2,0,B|252:152|265:239|328:269,1,160
367,205,34097,1,0
372,125,34324,2,0,B|323:95|242:92|191:148,1,160,2|0
154,170,35006,1,2
107,234,35233,6,0,B|134:267|226:268|262:230,1,160,0|2
316,183,35915,1,0
350,111,36142,1,2
350,111,36597,1,0
393,178,36824,1,2
406,257,37051,2,0,B|402:303|344:360|271:363,1,160,0|2
216,350,37733,1,0
154,298,37961,5,2
154,298,38074,1,2
154,298,38188,1,2
105,136,46142,6,0,B|125:91|191:64|257:74,1,160,0|2
399,102,47051,2,0,B|486:117|485:117,2,80,0|2|0
422,260,47961,2,0,B|402:305|336:332|270:322,1,160,0|2
128,294,48870,2,0,B|41:279|42:279,2,80,0|2|0
252,193,49779,6,0,B|297:168|358:163|436:186,1,160,0|2
342,324,50688,1,0
377,252,50915,2,0,B|335:241|293:260,1,80,2|0
227,293,51370,1,0
159,335,51597,2,0,B|118:354|78:347,1,80,2|0
107,271,52051,2,0,B|56:280|16:255,1,80,2|0
75,196,52506,2,0,B|132:204|191:190|229:151,1,160,4|0
321,27,53415,5,2
321,27,53642,1,0
321,27,53870,2,0,B|376:37|403:124|352:180,1,160
331,230,54551,1,2
266,276,54779,1,0
266,276,55233,5,2
266,276,55461,1,0
266,276,55688,2,0,B|208:296|133:275|108:219,1,160
89,164,56370,1,2
99,84,56597,1,0
99,84,57051,5,2
99,84,57279,1,0
99,84,57506,2,0,B|128:116|201:127|254:108,1,160
326,84,58188,1,2
382,27,58415,1,0
401,104,58642,2,0,B|392:148|345:160,1,80,0|2
274,188,59097,1,0
337,236,59324,2,0,B|374:265|364:310,1,80,2|0
284,298,59779,2,0,B|243:334|169:279|128:318,1,160,4|0
41,182,60688,5,0
191,127,61142,2,0,B|276:94,1,80,2|0
254,177,61597,2,0,B|339:144,1,80
319,227,62051,1,2
319,227,62279,2,0,B|234:260,1,80,0|8
168,281,62733,1,0
91,305,62961,1,2
31,252,63188,1,0
31,172,63415,2,0,B|31:88,2,80,0|2|2
181,116,64324,5,8
335,74,64779,2,0,B|335:162,1,80,2|0
405,116,65233,2,0,B|405:198,1,80
475,157,65688,1,2
475,157,65915,2,0,B|475:69,1,80,0|8
405,37,66370,1,0
325,26,66597,1,2
252,60,66824,1,8
204,124,67051,1,0
189,202,67279,1,2
202,280,67506,1,10
250,343,67733,1,0
329,332,67961,6,0,B|432:315,1,80,0|8
427,241,68415,2,0,B|324:258,1,80,2|8
303,187,68870,2,0,B|406:170,1,80,0|8
401,96,69324,2,0,B|298:113,1,80,2|8
242,122,69779,5,0
242,122,70006,1,8
163,135,70233,1,2
163,135,70461,1,8
84,150,70688,2,0,B|60:195|95:243,3,80,0|2|2|0
148,275,71597,6,0,B|180:305|252:312|305:295,1,160,4|10
374,86,72506,2,0,B|342:56|270:49|217:66,1,160,4|10
147,97,73188,1,0
213,141,73415,2,0,B|286:189,1,80,8|2
346,229,73870,2,0,B|282:313,1,80,8|2
252,358,74324,1,10
252,358,74551,1,10
252,358,74779,6,0,B|208:373|169:356,2,80,0|0|2
194,208,75688,2,0,B|150:193|111:210,2,80,2|0|2
347,252,76597,1,0
347,252,76824,1,2
347,252,77051,1,0
448,128,77506,1,0
368,117,77733,1,0
305,67,77961,1,2
146,87,78415,5,0
118,161,78642,2,0,B|99:205|41:224,1,80,2|0
218,249,79324,2,0,B|252:272|301:266,1,80
372,247,79779,1,2
286,112,80233,2,0,B|282:23,2,80,0|2|0
427,186,81142,1,0
427,186,81370,1,2
427,186,81597,2,0,B|431:244,2,40
421,105,82051,5,0
356,152,82279,1,0
285,188,82506,2,0,B|236:212|160:202|130:174,1,160,2|2
188,119,83188,1,0
267,110,83415,2,0,B|303:160|289:236|225:276,1,160,2|0
193,198,84097,1,2
188,119,84324,2,0,B|240:128|312:104|337:51,1,160
257,29,85006,1,0
177,39,85233,2,0,B|160:93|191:163|284:166,1,160,2|0
326,183,85915,1,2
404,197,86142,6,0,B|455:212|468:261|448:314|380:320,1,160
326,330,86824,1,0
246,322,87051,1,2
246,322,87506,1,0
192,262,87733,1,2
168,185,87961,2,0,B|148:132|174:73|235:44,1,160,0|2
299,23,88642,1,0
378,36,88870,5,2
378,36,88983,1,2
378,36,89097,1,2
330,47,93415,6,0,B|388:28|453:36,2,120,2|0|2
254,74,94324,1,0
181,108,94552,2,0,B|129:134,1,40
181,107,95233,6,0,B|123:88|58:96,2,120,2|0|2
257,134,96142,1,0
330,168,96370,2,0,B|382:194,1,40
330,168,97052,6,0,B|388:149|453:157,2,120,2|0|2
254,195,97961,1,0
181,229,98188,2,0,B|129:255,1,40
181,228,98870,6,0,B|123:209|58:217,2,120,2|0|2
257,255,99779,1,0
330,289,100006,2,0,B|382:315,1,40
454,74,100688,6,0,B|403:83,1,40,2|0
335,95,101029,2,0,B|270:105,1,40,2|0
216,114,101370,1,0
137,127,101597,2,0,B|89:139|30:126,1,80,2|0
57,130,101938,1,0
57,130,102506,6,0,B|108:139,1,40,2|0
176,151,102847,2,0,B|240:161,1,40,2|0
295,170,103188,1,0
374,183,103415,2,0,B|422:195|481:182,1,80,2|0
454,187,103756,1,0
454,187,104324,6,0,B|403:196,1,40,2|0
335,208,104665,2,0,B|270:218,1,40,2|0
216,227,105006,1,0
176,234,105120,1,0
137,240,105233,2,0,B|89:252|30:239,1,80,2|0
57,244,105574,1,0
57,244,106142,6,0,B|108:253,1,40,2|0
176,265,106483,2,0,B|240:275,1,40,2|0
295,284,106824,2,0,B|320:300|372:301|408:283|408:283|371:256|318:256|291:287,1,240,0|12
114,269,115233,6,0,B|145:293|228:297|281:282,1,160,0|2
347,264,115915,1,0
419,230,116142,2,0,B|452:197|450:147,2,80,0|0|2
366,78,117052,2,0,B|330:116|275:110,1,80,8|0
216,99,117506,1,2
149,54,117733,1,0
84,102,117961,2,0,B|84:216,3,80,0|2|2|0
85,262,118870,5,8
155,299,119097,1,0
225,261,119324,1,2
296,297,119552,1,0
368,263,119779,2,0,B|411:250|461:267,2,80,0|0|2
434,117,120688,1,0
364,77,120915,1,8
286,58,121142,2,0,B|229:48|161:67|126:113,1,160,2|0
102,172,121824,1,10
102,252,122052,2,0,B|104:301|150:325|152:324,1,80,2|0
187,253,122506,6,0,B|228:231|312:284|368:259,1,160,8|2
409,217,123188,1,0
342,172,123415,2,0,B|297:185|225:140|184:159,1,160,0|2
118,114,124097,1,0
184,70,124324,2,0,B|226:47|319:101|365:76,1,160,8|2
401,29,125006,1,0
474,59,125233,2,0,B|496:100|472:142,1,80,0|2
437,206,125688,2,0,B|415:251|442:297,1,80,2|0
506,246,126142,6,0,B|342:247,1,160,0|10
28,229,127052,2,0,B|192:228,1,160,0|10
267,228,127733,1,0
226,297,127961,2,0,B|202:340|232:391,2,80,8|0|10
267,228,128642,1,0
308,159,128870,1,8
308,159,129097,1,10
308,159,129324,1,4
308,159,129779,6,0,B|332:202|302:253,2,80,10|0|10
267,90,130461,1,0
226,21,130688,1,10
226,21,130915,1,10
226,21,131142,1,6
119,140,131597,5,2
148,297,132052,1,0
302,338,132506,1,2
430,242,132961,1,0
394,86,133415,1,2
240,40,133870,1,0
119,140,134324,2,0,B|81:168|17:153,1,80,2|0
65,80,134779,1,0
178,192,135233,5,2
247,336,135688,1,0
406,343,136142,1,2
484,203,136597,1,0
418,57,137052,1,2
258,52,137506,1,0
178,192,137961,2,0,B|141:228|91:227,1,80,2|2
110,146,138415,1,0
247,228,138870,6,0,B|282:250|337:247,1,80,2|0
403,246,139324,1,0
309,115,139779,2,0,B|274:93|219:96,1,80,2|0
153,97,140233,1,0
98,247,140688,1,2
175,265,140915,1,0
242,221,141142,1,2
274,147,141370,1,0
327,87,141597,1,2
399,52,141824,1,0
471,86,142052,1,0
401,230,142506,6,0,B|401:323,2,80,2|0|0
246,272,143415,2,0,B|246:365,2,80,2|0|0
91,314,144324,1,2
45,247,144552,1,0
90,181,144779,1,2
45,114,145006,1,0
89,47,145233,1,2
235,112,145688,5,0
307,146,145915,1,0
386,139,146142,1,2
386,139,146597,1,2
353,211,146824,1,0
349,291,147051,1,2
349,291,147506,1,0
282,246,147733,2,0,B|245:222|179:226,1,80,2|0
234,70,148415,2,0,B|247:122|216:167,1,80,2|0
205,225,148870,1,2
88,116,149324,6,0,B|56:159|77:205,2,80,0|2|0
120,272,150233,2,0,B|139:307|193:313,2,80,2|0|2
276,304,151142,2,0,B|324:298|364:252,2,80,0|2|0
384,185,152051,2,0,B|399:140|372:104,1,80,0|2
314,56,152506,1,0
237,34,152733,1,0
159,54,152961,5,2
102,110,153188,1,0
82,187,153415,1,2
241,172,153870,2,0,B|296:192|303:250,1,80
307,304,154324,1,2
365,155,154779,2,0,B|389:116|435:115,2,80,0|2|0
307,304,155688,1,2
232,334,155915,1,0
154,315,156142,1,2
90,167,156597,5,0
166,189,156824,2,0,B|211:202|257:182,1,80,2|0
305,38,157506,2,0,B|345:21|392:34,1,80,2|0
461,50,157961,1,2
370,181,158415,1,0
370,181,158642,1,2
370,181,158870,1,0
255,292,159324,1,0
320,337,159551,1,2
399,341,159779,5,2
320,337,160006,1,0
255,292,160233,2,0,B|209:264|205:203,1,80,2|0
196,149,160688,1,2
354,171,161142,2,0,B|352:219|305:256,1,80
256,290,161597,1,2
125,197,162051,1,0
119,117,162279,2,0,B|138:78|187:70,1,80,2|0
195,230,162961,2,0,B|143:232|114:179,1,80,2|0
190,150,163415,1,2
337,86,163870,6,0,B|372:64|421:70,2,80,0|2|0
365,243,164779,2,0,B|328:272|260:256,1,80,2|0
212,239,165233,1,2
292,111,165688,1,0
347,168,165915,2,0,B|377:201|362:257,1,80,2|0
224,320,166597,1,0
149,292,166824,1,2
74,261,167051,2,0,B|32:245,2,40
138,213,167506,5,2
205,169,167733,1,0
274,129,167961,2,0,B|328:113|400:144|414:196,1,160,2|0
340,224,168642,1,0
262,204,168870,2,0,B|249:152|288:80|343:74,1,160,2|0
367,148,169551,1,2
340,224,169779,2,0,B|298:191|219:196|180:244,1,160,0|2
240,295,170461,1,0
319,301,170688,2,0,B|355:264|345:184|301:156,1,160,2|0
229,127,171370,1,2
184,60,171597,6,0,B|131:94|134:176|208:218,1,160
252,234,172279,1,0
331,241,172506,1,2
331,241,172961,1,0
284,306,173188,1,2
216,348,173415,2,0,B|171:368|94:370|56:347,1,160,0|2
106,283,174097,1,0
153,218,174324,5,2
153,218,174438,1,2
153,218,174551,1,2

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,165 @@
osu file format v14
[General]
StackLeniency: 0.3
Mode: 0
[Difficulty]
HPDrainRate:6
CircleSize:4
OverallDifficulty:6
ApproachRate:8.3
SliderMultiplier:1.5
SliderTickRate:2
[Events]
//Background and Video events
//Break Periods
//Storyboard Layer 0 (Background)
//Storyboard Layer 1 (Fail)
//Storyboard Layer 2 (Pass)
//Storyboard Layer 3 (Foreground)
//Storyboard Sound Samples
[TimingPoints]
1459,350.877192982456,4,2,1,45,1,0
21108,-200,4,2,1,45,0,0
23915,-100,4,2,1,45,0,0
26546,350.877192982456,4,2,1,65,1,1
40581,-100,4,2,1,45,0,0
[HitObjects]
150,114,1459,5,2,0:0:0:0:
150,114,1809,2,0,L|276:109,1,112.5,2|0,0:0|0:0,0:0:0:0:
281,109,2160,2,0,P|289:151|282:193,1,75,0|0,0:0|0:0,0:0:0:0:
272,298,2511,1,0,0:0:0:0:
367,70,2687,6,0,P|384:125|366:226,1,150,2|0,0:0|0:0,0:0:0:0:
278,289,3213,1,0,0:0:0:0:
113,221,3388,1,0,1:0:0:0:
116,235,3476,1,0,1:0:0:0:
121,248,3564,2,0,L|122:274,8,18.75,0|0|0|0|2|0|0|0|2,1:0|0:0|0:0|0:0|0:0|0:0|0:0|0:0|1:0,0:0:0:0:
368,70,4266,6,0,P|412:37|501:60,1,150,4|8,1:0|1:0,0:0:0:0:
440,119,4792,1,0,0:0:0:0:
289,84,4967,2,0,P|250:95|210:87,1,75,0|0,0:0|1:0,0:0:0:0:
105,24,5318,1,0,1:0:0:0:
119,191,5494,6,0,P|98:235|145:332,1,150,4|0,1:0|1:0,0:0:0:0:
192,253,6020,1,0,1:0:0:0:
451,314,6195,2,0,P|393:272|315:306,1,150,4|0,1:0|0:0,0:0:0:0:
380,360,6722,1,0,1:0:0:0:
334,189,6897,1,2,0:0:0:0:
334,189,6985,1,0,0:0:0:0:
334,189,7073,6,0,P|348:132|320:35,1,150,4|0,1:0|1:0,0:0:0:0:
281,256,7599,1,0,0:0:0:0:
140,171,7774,1,0,0:0:0:0:
274,290,7950,1,2,0:0:0:0:
138,135,8125,1,0,1:0:0:0:
266,321,8301,6,0,L|416:315,1,150,0|0,1:0|0:0,0:0:0:0:
512,307,8827,1,0,1:0:0:0:
490,150,9002,2,0,P|435:96|347:109,1,150,2|2,0:0|0:0,0:0:0:0:
260,59,9529,2,0,P|255:102|268:147,1,75,8|0,1:0|1:0,0:0:0:0:
267,164,9792,1,0,0:0:0:0:
267,164,9880,6,0,P|217:197|121:182,1,150,4|0,1:0|1:0,0:0:0:0:
185,106,10406,1,0,0:0:0:0:
177,283,10581,2,0,P|219:284|260:266,1,75,0|0,1:0|0:0,0:0:0:0:
352,225,10932,1,0,1:0:0:0:
436,132,11108,6,0,L|525:149,1,75,2|0,1:2|0:0,0:0:0:0:
368,30,11458,2,0,L|279:47,1,75,2|0,0:2|1:0,0:0:0:0:
181,124,11809,2,0,P|175:162|190:205,1,75,2|0,0:0|1:0,0:0:0:0:
221,325,12160,1,0,0:0:0:0:
221,325,12248,1,0,0:0:0:0:
221,325,12336,2,0,P|257:330|294:318,1,75,0|0,1:0|0:0,0:0:0:0:
440,318,12687,6,0,P|378:306|272:327,1,150,2|0,1:2|1:0,0:0:0:0:
330,209,13213,1,0,0:0:0:0:
330,209,13301,1,0,0:0:0:0:
330,209,13388,2,0,P|388:209|417:204,1,75,0|0,0:0|0:0,0:0:0:0:
494,149,13739,1,0,1:0:0:0:
321,99,13915,1,2,1:2:0:0:
321,99,14002,1,0,0:0:0:0:
321,99,14090,6,0,P|364:87|392:73,1,75,0|0,0:0|0:0,0:0:0:0:
231,160,14441,1,0,1:0:0:0:
188,259,14616,2,0,P|177:302|177:335,2,75,2|0|0,1:2|0:0|0:0,0:0:0:0:
125,87,15143,6,0,B|99:97|70:83|70:83|73:86|73:86|35:72|7:97,1,112.5,8|0,1:0|0:0,0:0:0:0:
17,99,15494,6,0,L|21:185,1,75,4|0,1:0|0:0,0:0:0:0:
29,282,15844,1,0,1:0:0:0:
130,334,16020,1,0,0:0:0:0:
130,334,16108,1,0,0:0:0:0:
130,334,16195,2,0,P|165:337|208:327,1,75,0|0,1:0|0:0,0:0:0:0:
287,251,16546,1,0,1:0:0:0:
402,165,16722,6,0,L|490:155,1,75,2|0,1:2|0:0,0:0:0:0:
326,67,17073,2,0,L|238:57,1,75,2|0,0:2|1:0,0:0:0:0:
125,41,17423,2,0,P|116:84|124:131,1,75,2|0,0:0|1:0,0:0:0:0:
125,238,17774,1,2,0:0:0:0:
125,238,17862,1,0,0:0:0:0:
125,238,17950,2,0,P|165:242|204:231,1,75,0|0,1:0|0:0,0:0:0:0:
245,344,18301,6,0,P|162:336|85:357,1,150,2|0,1:2|1:0,0:0:0:0:
15,271,18827,1,0,0:0:0:0:
15,271,18915,1,0,0:0:0:0:
15,271,19002,2,0,P|3:222|7:184,1,75,0|2,0:0|0:0,0:0:0:0:
0,85,19353,1,0,1:0:0:0:
137,68,19529,6,0,P|170:69|214:57,1,75,4|0,1:2|1:0,0:0:0:0:
328,191,19880,2,0,P|329:158|317:114,1,75,0|2,0:0|1:0,0:0:0:0:
264,261,20230,1,0,1:0:0:0:
264,261,20318,1,0,0:0:0:0:
264,261,20406,2,0,P|318:289|401:251,1,150,0|8,0:0|1:0,0:0:0:0:
412,245,21108,6,0,L|419:365,1,112.5,4|0,1:0|0:0,0:0:0:0:
496,259,21809,2,0,L|497:172,1,75,0|0,1:0|0:0,0:0:0:0:
499,82,22336,1,0,0:0:0:0:
379,42,22511,6,0,P|338:25|265:38,1,112.5,2|2,0:0|0:0,0:0:0:0:
322,179,23213,2,0,P|328:145|318:107,1,75,0|0,0:0|0:0,0:0:0:0:
240,150,23739,1,0,0:0:0:0:
345,271,23915,6,0,L|433:274,1,75,4|0,1:0|0:0,0:0:0:0:
283,331,24266,1,0,0:0:0:0:
111,275,24441,6,0,L|23:272,1,75,4|0,1:0|0:0,0:0:0:0:
173,215,24792,1,0,0:0:0:0:
263,127,24967,5,0,1:0:0:0:
280,119,25055,1,0,0:0:0:0:
297,112,25143,1,0,1:0:0:0:
314,105,25230,1,0,0:0:0:0:
337,95,25318,6,0,L|334:127,6,25,0|0|0|0|0|0|0,1:0|0:0|0:0|1:0|0:0|0:0|1:0,0:0:0:0:
447,46,25844,1,0,1:0:0:0:
436,197,26020,1,0,0:0:0:0:
297,263,26195,1,2,1:0:0:0:
297,263,26546,6,0,P|230:288|143:260,1,150,4|0,1:0|0:0,0:0:0:0:
51,182,27072,1,2,1:0:0:0:
185,111,27247,2,0,P|224:103|271:112,1,75,0|0,0:0|0:0,0:0:0:0:
436,197,27598,2,0,P|397:205|350:196,1,75,0|2,0:0|1:0,0:0:0:0:
151,269,27949,6,0,P|208:252|320:273,1,150,0|0,1:0|0:0,0:0:0:0:
223,342,28475,1,0,0:0:0:0:
296,262,28651,2,0,P|353:279|456:253,1,150,0|0,1:0|0:0,0:0:0:0:
486,133,29177,1,2,1:0:0:0:
366,52,29353,6,0,P|324:39|288:42,1,75,2|0,0:0|0:0,0:0:0:0:
169,61,29703,1,0,0:0:0:0:
245,149,29879,1,2,1:0:0:0:
126,258,30054,6,0,P|168:271|204:268,1,75,2|0,0:0|0:0,0:0:0:0:
323,249,30404,1,0,0:0:0:0:
247,161,30580,1,0,0:0:0:0:
349,54,30756,6,0,P|397:41|502:54,1,150,2|0,0:0|0:0,0:0:0:0:
423,138,31282,1,0,1:0:0:0:
323,249,31458,2,0,P|275:262|170:249,1,150,0|0,1:0|0:0,0:0:0:0:
247,161,31984,1,2,1:0:0:0:
99,42,32160,6,0,P|85:127|121:200,1,150,4|0,1:0|0:0,0:0:0:0:
164,309,32686,1,2,1:0:0:0:
323,249,32861,2,0,P|376:243|401:249,1,75,0|0,0:0|0:0,0:0:0:0:
164,309,33212,2,0,P|111:315|86:309,1,75,0|2,0:0|1:0,0:0:0:0:
323,249,33563,6,0,P|330:211|316:158,1,75,0|0,1:0|0:0,0:0:0:0:
78,57,33914,2,0,P|71:95|85:148,1,75,0|0,0:0|0:0,0:0:0:0:
234,300,34265,2,0,P|174:276|80:280,1,150,0|0,1:0|0:0,0:0:0:0:
148,364,34791,1,2,1:0:0:0:
175,186,34967,6,0,P|199:138|172:34,1,150,4|0,1:0|0:0,0:0:0:0:
94,115,35493,1,2,1:0:0:0:
95,260,35668,2,0,P|143:284|247:257,1,150,4|0,1:0|0:0,0:0:0:0:
319,199,36195,1,0,0:0:0:0:
251,89,36370,6,0,P|203:65|99:92,1,150,0|0,1:0|0:0,0:0:0:0:
175,186,36896,1,0,0:0:0:0:
229,329,37072,1,0,1:0:0:0:
245,337,37160,1,0,1:0:0:0:
261,345,37247,1,0,1:0:0:0:
277,353,37335,1,0,0:0:0:0:
292,361,37423,2,0,L|377:368,1,75,0|0,1:0|1:0,0:0:0:0:
491,315,37774,5,4,1:0:0:0:
491,315,38124,1,0,1:0:0:0:
422,209,38300,1,0,1:0:0:0:
388,68,38475,1,4,1:0:0:0:
388,68,38826,1,0,1:0:0:0:
270,153,39002,1,0,1:0:0:0:
256,192,39177,12,4,40581,1:0:0:0:

View File

@ -1,27 +1,27 @@
osu file format v14 osu file format v14
[Difficulty] [Difficulty]
HPDrainRate:6 HPDrainRate:6
CircleSize:4 CircleSize:4
OverallDifficulty:7 OverallDifficulty:7
ApproachRate:8.3 ApproachRate:8.3
SliderMultiplier:1.6 SliderMultiplier:1.6
SliderTickRate:1 SliderTickRate:1
[TimingPoints] [TimingPoints]
500,500,4,2,1,50,1,0 500,500,4,2,1,50,1,0
13426,-100,4,3,1,45,0,0 13426,-100,4,3,1,45,0,0
14884,-100,4,2,1,50,0,0 14884,-100,4,2,1,50,0,0
[HitObjects] [HitObjects]
96,192,500,6,0,L|416:192,2,320 96,192,500,6,0,L|416:192,2,320
256,192,3000,12,0,4000,0:0:0:0: 256,192,3000,12,0,4000,0:0:0:0:
256,192,4500,12,0,5500,0:0:0:0: 256,192,4500,12,0,5500,0:0:0:0:
256,192,6000,12,0,6500,0:0:0:0: 256,192,6000,12,0,6500,0:0:0:0:
256,128,7000,6,0,L|352:128,4,80 256,128,7000,6,0,L|352:128,4,80
32,192,8500,6,0,B|32:384|256:384|256:192|256:192|256:0|512:0|512:192,1,800 32,192,8500,6,0,B|32:384|256:384|256:192|256:192|256:0|512:0|512:192,1,800
256,192,11500,12,0,12000,0:0:0:0: 256,192,11500,12,0,12000,0:0:0:0:
512,320,12500,6,0,B|0:256|0:256|512:96|512:96|256:32,1,1280 512,320,12500,6,0,B|0:256|0:256|512:96|512:96|256:32,1,1280
256,256,17000,6,0,L|160:256,4,80 256,256,17000,6,0,L|160:256,4,80
256,192,18500,12,0,19450,0:0:0:0: 256,192,18500,12,0,19450,0:0:0:0:
216,231,19875,6,0,B|216:135|280:135|344:135|344:199|344:263|248:327|248:327|120:327|120:327|56:39|408:39|408:39|472:150|408:342,1,1280 216,231,19875,6,0,B|216:135|280:135|344:135|344:199|344:263|248:327|248:327|120:327|120:327|56:39|408:39|408:39|472:150|408:342,1,1280

View File

@ -0,0 +1,34 @@
{
"Mappings": [
{
"StartTime": 23143.0,
"Objects": [
{
"StartTime": 23143.0,
"Position": 307.0,
"HyperDash": false
},
{
"StartTime": 23226.0,
"Position": 354.644958,
"HyperDash": false
}
]
},
{
"StartTime": 23310.0,
"Objects": [
{
"StartTime": 23310.0,
"Position": 214.0,
"HyperDash": false
},
{
"StartTime": 23393.0,
"Position": 154.841156,
"HyperDash": false
}
]
}
]
}

View File

@ -0,0 +1,23 @@
osu file format v14
[General]
StackLeniency: 0.2
Mode: 0
[Difficulty]
HPDrainRate:5.5
CircleSize:4
OverallDifficulty:8.6
ApproachRate:9.4
SliderMultiplier:2
SliderTickRate:1
[TimingPoints]
310,333.333333333333,4,2,1,45,1,0
23142,-83.3333333333333,4,2,1,70,0,0
23225,-83.3333333333333,4,2,1,5,0,0
23309,-83.3333333333333,4,2,1,75,0,0
[HitObjects]
307,184,23143,2,0,P|330:160|366:150,1,59.9999981689454,2|0,0:1|0:0,0:0:0:0:
214,335,23310,2,0,L|149:324,1,59.9999981689454,10|0,0:0|0:0,0:0:0:0:

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