Compare commits

...

No commits in common. "gh-pages" and "main" have entirely different histories.

8444 changed files with 797179 additions and 5409 deletions

12
.config/dotnet-tools.json Normal file
View file

@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"modernuoschemagenerator": {
"version": "4.0.0",
"commands": [
"ModernUOSchemaGenerator"
]
}
}
}

1
.cursorrules Normal file
View file

@ -0,0 +1 @@
Read and follow all instructions in CLAUDE.md in this repository's root.

272
.editorconfig Normal file
View file

@ -0,0 +1,272 @@
[*]
charset=utf-8
# We don't specify so people can use their native
# end_of_line = crlf
trim_trailing_whitespace=true
insert_final_newline=true
indent_style=space
indent_size=4
tab_width=4
max_line_length=125
# Microsoft .NET properties
csharp_new_line_before_members_in_object_initializers=false
csharp_preferred_modifier_order=public, private, protected, internal, new, abstract, virtual, sealed, override, static, readonly, extern, unsafe, volatile, async:suggestion
csharp_prefer_braces=true:suggestion
csharp_space_after_cast=false
dotnet_diagnostic.bc42024.severity=suggestion
dotnet_diagnostic.cs0078.severity=none
dotnet_diagnostic.cs0108.severity=none
dotnet_diagnostic.cs0109.severity=none
dotnet_diagnostic.cs0114.severity=none
dotnet_diagnostic.cs0162.severity=none
dotnet_diagnostic.cs0168.severity=suggestion
dotnet_diagnostic.cs0183.severity=none
dotnet_diagnostic.cs0184.severity=none
dotnet_diagnostic.cs0197.severity=none
dotnet_diagnostic.cs0252.severity=none
dotnet_diagnostic.cs0253.severity=none
dotnet_diagnostic.cs0420.severity=none
dotnet_diagnostic.cs0465.severity=none
dotnet_diagnostic.cs0469.severity=none
dotnet_diagnostic.cs0612.severity=none
dotnet_diagnostic.cs0618.severity=none
dotnet_diagnostic.cs0628.severity=none
dotnet_diagnostic.cs0642.severity=none
dotnet_diagnostic.cs0657.severity=none
dotnet_diagnostic.cs0658.severity=none
dotnet_diagnostic.cs0659.severity=none
dotnet_diagnostic.cs0660.severity=none
dotnet_diagnostic.cs0661.severity=none
dotnet_diagnostic.cs0665.severity=none
dotnet_diagnostic.cs0672.severity=none
dotnet_diagnostic.cs0693.severity=none
dotnet_diagnostic.cs1030.severity=none
dotnet_diagnostic.cs1058.severity=none
dotnet_diagnostic.cs1066.severity=none
dotnet_diagnostic.cs1522.severity=none
dotnet_diagnostic.cs1570.severity=none
dotnet_diagnostic.cs1571.severity=none
dotnet_diagnostic.cs1572.severity=none
dotnet_diagnostic.cs1573.severity=none
dotnet_diagnostic.cs1574.severity=none
dotnet_diagnostic.cs1580.severity=none
dotnet_diagnostic.cs1581.severity=none
dotnet_diagnostic.cs1584.severity=none
dotnet_diagnostic.cs1587.severity=none
dotnet_diagnostic.cs1589.severity=none
dotnet_diagnostic.cs1590.severity=none
dotnet_diagnostic.cs1591.severity=none
dotnet_diagnostic.cs1592.severity=none
dotnet_diagnostic.cs1710.severity=none
dotnet_diagnostic.cs1711.severity=none
dotnet_diagnostic.cs1712.severity=none
dotnet_diagnostic.cs1717.severity=none
dotnet_diagnostic.cs1723.severity=none
dotnet_diagnostic.cs1957.severity=none
dotnet_diagnostic.cs1981.severity=none
dotnet_diagnostic.cs1998.severity=none
dotnet_diagnostic.cs4014.severity=none
dotnet_diagnostic.cs7095.severity=none
dotnet_diagnostic.cs8094.severity=none
dotnet_diagnostic.cs8123.severity=none
dotnet_diagnostic.cs8383.severity=none
dotnet_diagnostic.cs8424.severity=none
dotnet_diagnostic.cs8425.severity=none
dotnet_diagnostic.cs8509.severity=none
dotnet_diagnostic.cs8597.severity=none
dotnet_diagnostic.cs8600.severity=none
dotnet_diagnostic.cs8601.severity=none
dotnet_diagnostic.cs8602.severity=none
dotnet_diagnostic.cs8603.severity=none
dotnet_diagnostic.cs8604.severity=none
dotnet_diagnostic.cs8605.severity=none
dotnet_diagnostic.cs8607.severity=none
dotnet_diagnostic.cs8608.severity=none
dotnet_diagnostic.cs8609.severity=none
dotnet_diagnostic.cs8610.severity=none
dotnet_diagnostic.cs8611.severity=none
dotnet_diagnostic.cs8612.severity=none
dotnet_diagnostic.cs8613.severity=none
dotnet_diagnostic.cs8614.severity=none
dotnet_diagnostic.cs8615.severity=none
dotnet_diagnostic.cs8616.severity=none
dotnet_diagnostic.cs8617.severity=none
dotnet_diagnostic.cs8618.severity=none
dotnet_diagnostic.cs8619.severity=none
dotnet_diagnostic.cs8620.severity=none
dotnet_diagnostic.cs8621.severity=none
dotnet_diagnostic.cs8622.severity=none
dotnet_diagnostic.cs8624.severity=none
dotnet_diagnostic.cs8625.severity=none
dotnet_diagnostic.cs8629.severity=none
dotnet_diagnostic.cs8631.severity=none
dotnet_diagnostic.cs8632.severity=none
dotnet_diagnostic.cs8633.severity=none
dotnet_diagnostic.cs8634.severity=none
dotnet_diagnostic.cs8643.severity=none
dotnet_diagnostic.cs8644.severity=none
dotnet_diagnostic.cs8645.severity=none
dotnet_diagnostic.cs8655.severity=none
dotnet_diagnostic.cs8656.severity=none
dotnet_diagnostic.cs8667.severity=none
dotnet_diagnostic.cs8670.severity=none
dotnet_diagnostic.cs8714.severity=none
dotnet_diagnostic.cs8762.severity=none
dotnet_diagnostic.cs8763.severity=none
dotnet_diagnostic.cs8764.severity=none
dotnet_diagnostic.cs8765.severity=none
dotnet_diagnostic.cs8766.severity=none
dotnet_diagnostic.cs8767.severity=none
dotnet_diagnostic.cs8768.severity=none
dotnet_diagnostic.cs8769.severity=none
dotnet_diagnostic.cs8770.severity=none
dotnet_diagnostic.cs8774.severity=none
dotnet_diagnostic.cs8775.severity=none
dotnet_diagnostic.cs8776.severity=none
dotnet_diagnostic.cs8777.severity=none
dotnet_style_parentheses_in_arithmetic_binary_operators=never_if_unnecessary:none
dotnet_style_parentheses_in_other_binary_operators=never_if_unnecessary:none
dotnet_style_parentheses_in_relational_binary_operators=never_if_unnecessary:none
dotnet_style_predefined_type_for_locals_parameters_members=true:suggestion
dotnet_style_predefined_type_for_member_access=true:warning
dotnet_style_qualification_for_event=false:suggestion
dotnet_style_qualification_for_field=false:suggestion
dotnet_style_qualification_for_method=false:suggestion
dotnet_style_qualification_for_property=false:suggestion
dotnet_style_require_accessibility_modifiers=for_non_interface_members:suggestion
# Added by Derek
dotnet_diagnostic.IDE0022.severity = none # expression bodies
dotnet_diagnostic.IDE0130.severity = none # namespace not matching file location
dotnet_diagnostic.IDE0290.severity = none # primary constructors
dotnet_diagnostic.IDE1006.severity = none # naming violations with "_"
dotnet_diagnostic.IDE0038.severity = none # pattern matching
dotnet_diagnostic.IDE0008.severity = none # using var
# probably should be ruled var or not var across the board but it's just suggestions anyway.
# Leave this here in case we want to turn it on in the future
# csharp_style_var_for_built_in_types = true:suggestion # suggest using var (implied) variables
# csharp_style_var_when_type_is_apparent = true:suggestion # suggest using var (implied) variables
# csharp_style_var_elsewhere = true:suggestion # suggest using var (implied) variables
dotnet_diagnostic.RCS1123.severity = none
# ReSharper properties
resharper_apply_auto_detected_rules=false
resharper_braces_redundant=true
resharper_case_block_braces=next_line_shifted_2
resharper_constructor_or_destructor_body=expression_body
resharper_csharp_int_align_comments=true
resharper_csharp_stick_comment=false
resharper_csharp_wrap_after_declaration_lpar=true
resharper_csharp_wrap_after_invocation_lpar=true
resharper_csharp_wrap_arguments_style=chop_if_long
resharper_csharp_wrap_before_declaration_rpar=true
resharper_csharp_wrap_before_invocation_rpar=true
# resharper_int_align_assignments=true
# resharper_int_align_variables=true
resharper_int_align_switch_expressions=true
resharper_int_align_switch_sections=true
resharper_max_enum_members_on_line=1
resharper_wrap_before_extends_colon=true
# Nested statements
resharper_indent_nested_fixed_stmt=true
resharper_indent_nested_foreach_stmt=true
resharper_indent_nested_for_stmt=true
resharper_indent_nested_lock_stmt=true
resharper_indent_nested_usings_stmt=true
resharper_indent_nested_while_stmt=true
resharper_local_function_body=expression_body
resharper_max_array_initializer_elements_on_line=10
resharper_method_or_operator_body=expression_body
resharper_nested_ternary_style=compact
resharper_space_after_cast=false
resharper_space_within_single_line_array_initializer_braces=true
resharper_use_indent_from_vs=false
resharper_wrap_chained_method_calls=chop_if_long
resharper_wrap_lines=true
# ReSharper inspection severities https://www.jetbrains.com/help/resharper/EditorConfig_Index.html
resharper_arrange_constructor_or_destructor_body_highlighting=suggestion
resharper_arrange_local_function_body_highlighting=suggestion
resharper_arrange_method_or_operator_body_highlighting=suggestion
resharper_arrange_redundant_parentheses_highlighting=suggestion
resharper_arrange_this_qualifier_highlighting=hint
resharper_arrange_type_member_modifiers_highlighting=hint
resharper_arrange_type_modifiers_highlighting=hint
resharper_bad_control_braces_indent_highlighting=warning
resharper_bad_declaration_braces_indent_highlighting=warning
resharper_bad_expression_braces_indent_highlighting=warning
resharper_bad_namespace_braces_indent_highlighting=warning
resharper_bad_preprocessor_indent_highlighting=warning
resharper_built_in_type_reference_style_highlighting=hint
resharper_check_namespace_highlighting=hint
resharper_compare_of_floats_by_equality_operator_highlighting=suggestion
resharper_convert_conditional_ternary_expression_to_switch_expression_highlighting=warning
resharper_convert_if_statement_to_switch_statement_highlighting=none
resharper_convert_switch_statement_to_switch_expression_highlighting=warning
resharper_foreach_can_be_partly_converted_to_query_using_another_get_enumerator_highlighting=none
resharper_for_can_be_converted_to_foreach_highlighting=none
resharper_inconsistent_naming_highlighting=none
resharper_invert_if_highlighting=none
resharper_member_can_be_private_global_highlighting=none
resharper_member_can_be_private_local_highlighting=none
resharper_member_can_be_protected_global_highlighting=none
resharper_member_can_be_protected_local_highlighting=none
resharper_merge_conditional_expression_highlighting=warning
resharper_merge_conditional_expression_when_possible_highlighting=warning
resharper_merge_sequential_checks_highlighting=warning
resharper_merge_sequential_checks_when_possible_highlighting=warning
resharper_missing_indent_highlighting=warning
resharper_outdent_is_off_prev_level_highlighting=warning
resharper_possible_null_reference_exception_highlighting=error
resharper_redundant_base_qualifier_highlighting=warning
resharper_redundant_empty_object_creation_argument_list_highlighting=warning
resharper_redundant_type_specification_in_default_expression_highlighting=warning
resharper_remove_redundant_braces_highlighting=warning
resharper_remove_redundant_or_statement_false_highlighting=warning
resharper_remove_redundant_or_statement_true_highlighting=warning
resharper_specify_a_culture_in_string_conversion_explicitly_highlighting=hint
resharper_string_compare_is_culture_specific_1_highlighting=hint
resharper_string_compare_is_culture_specific_2_highlighting=hint
resharper_string_compare_is_culture_specific_3_highlighting=hint
resharper_string_compare_is_culture_specific_4_highlighting=hint
resharper_string_compare_is_culture_specific_5_highlighting=hint
resharper_string_compare_is_culture_specific_6_highlighting=hint
resharper_string_compare_to_is_culture_specific_highlighting=hint
resharper_string_index_of_is_culture_specific_1_highlighting=hint
resharper_string_index_of_is_culture_specific_2_highlighting=hint
resharper_string_index_of_is_culture_specific_3_highlighting=hint
resharper_string_last_index_of_is_culture_specific_1_highlighting=hint
resharper_string_last_index_of_is_culture_specific_2_highlighting=hint
resharper_string_last_index_of_is_culture_specific_3_highlighting=hint
resharper_suggest_discard_declaration_var_style_highlighting=none
resharper_suggest_var_or_type_built_in_types_highlighting=none
resharper_suggest_var_or_type_elsewhere_highlighting=none
resharper_suggest_var_or_type_simple_types_highlighting=none
resharper_tabs_and_spaces_mismatch_highlighting=warning
resharper_unused_auto_property_accessor_global_highlighting=none
resharper_unused_auto_property_accessor_local_highlighting=none
resharper_unused_variable_highlighting=suggestion
resharper_virtual_member_call_in_constructor_highlighting=hint
resharper_web_config_module_not_resolved_highlighting=warning
resharper_web_config_type_not_resolved_highlighting=warning
resharper_web_config_wrong_module_highlighting=warning
resharper_wrong_indent_size_highlighting=warning
# ReSharper inspection severities
resharper_enforce_do_while_statement_braces_highlighting=hint
resharper_enforce_fixed_statement_braces_highlighting=hint
resharper_enforce_foreach_statement_braces_highlighting=hint
resharper_enforce_for_statement_braces_highlighting=hint
resharper_enforce_if_statement_braces_highlighting=hint
resharper_enforce_lock_statement_braces_highlighting=hint
resharper_enforce_using_statement_braces_highlighting=hint
resharper_enforce_while_statement_braces_highlighting=hint
[*.{sln,csproj,bat}]
end_of_line=crlf
[*.{yml,json,md,sh,css,html}]
end_of_line=lf
indent_size=2
tab_width=2

36
.gitattributes vendored Normal file
View file

@ -0,0 +1,36 @@
# General file endings
* binary
*.* text=auto -binary
# Text
*.bat text eol=crlf
*.cmd text eol=crlf
*.cs text diff=csharp eol=lf
*.css text diff=css eol=lf
*.csproj text eol=crlf
*.html text diff=html eol=lf
*.json text eol=lf
*.md text eol=lf -binary
*.props text eol=crlf
*.ruleset text eol=crlf
*.sh text eol=lf
*.sln text eol=crlf
*.svg text eol=lf
*.yml text eol=lf
# Assets
*.jpg binary
*.jpeg binary
*.png binary
# Specific paths
publish.cmd text eol=lf
# Do not export
/.git export-ignore
/.github export-ignore
.gitignore export-ignore
.gitattributes export-ignore
# Collapse in Github
**/Migrations/*.v*.json linguist-generated=true

1
.github/COPILOT-INSTRUCTIONS.md vendored Normal file
View file

@ -0,0 +1 @@
Read and follow all instructions in CLAUDE.md in this repository's root.

12
.github/FUNDING.yml vendored Normal file
View file

@ -0,0 +1,12 @@
# These are supported funding model platforms
github: [modernuo] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: modernuo
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ["https://muo.gg/paypal", "https://muo.gg/venmo", "https://muo.gg/coffee"]

15
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,15 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/" # Watches .github/workflows/**
schedule:
interval: "weekly"

10
.github/porcelain.ps1 vendored Normal file
View file

@ -0,0 +1,10 @@
$untrackedOrModified = git status --porcelain | Select-String -Pattern "^\?\? |^ M"
if ($untrackedOrModified) {
Write-Host "Untracked or modified files found."
Exit 1
}
else {
Write-Host "No untracked or modified files."
Exit 0
}

181
.github/workflows/build-test.yml vendored Normal file
View file

@ -0,0 +1,181 @@
name: Build
on:
push:
branches: [main]
paths:
- '.config/dotnet-tools.json'
- 'Projects/**'
- 'Directory.Build.props'
- 'global.json'
- 'version.json'
- '*.slnx'
pull_request:
branches: [main]
paths:
- '.config/dotnet-tools.json'
- 'Projects/**'
- 'Directory.Build.props'
- 'global.json'
- 'version.json'
- '*.slnx'
jobs:
build-macos:
runs-on: ${{ matrix.os }}
# A hung run otherwise bills the full 360-minute default before GitHub kills it.
timeout-minutes: 30
name: Build (${{ matrix.name }})
strategy:
fail-fast: false
matrix:
include:
- os: macos-15
name: MacOS 15
- os: macos-26
name: MacOS 26
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: Install .NET
uses: actions/setup-dotnet@v6
with:
global-json-file: global.json
- name: Install Prerequisites
run: |
brew update
brew install icu4c libdeflate argon2
- name: Set Library Path
run: echo "DYLD_LIBRARY_PATH=/opt/homebrew/lib:$DYLD_LIBRARY_PATH" >> $GITHUB_ENV
- name: Build
run: dotnet run --project Projects/BuildTool -- --config Release --skip-prereqs
- name: Migration Changes
run: git diff --exit-code ./**/Migrations/*.v*.json
- name: Test
# blame-hang kills a stuck test host after 10 minutes and reports the in-flight
# tests plus a process dump instead of hanging until the job timeout.
run: |
dotnet test --logger trx --results-directory ./TestResults --blame-hang --blame-hang-timeout 10m --blame-hang-dump-type full
if [ -z "$(find ./TestResults -name '*.trx' 2>/dev/null)" ]; then
echo "::error::No test result files were produced - no test projects ran. Failing to avoid masking failures."
exit 1
fi
- name: Upload test results on failure
if: failure()
uses: actions/upload-artifact@v7
with:
name: TestResults-${{ matrix.name }}
path: ./TestResults
if-no-files-found: ignore
build-linux:
runs-on: ubuntu-latest
# A hung run otherwise bills the full 360-minute default before GitHub kills it.
timeout-minutes: 30
container:
image: ${{ matrix.container }}
options: --security-opt seccomp=unconfined
name: Build (${{ matrix.name }})
strategy:
fail-fast: false
matrix:
include:
- container: ubuntu:26.04
name: Ubuntu 26
packageManager: apt
- container: ubuntu:noble
name: Ubuntu 24
packageManager: apt
- container: ubuntu:jammy
name: Ubuntu 22
packageManager: apt
- container: debian:trixie
name: Debian 13
packageManager: apt
- container: debian:bookworm
name: Debian 12
packageManager: apt
- container: fedora:44
name: Fedora 44
packageManager: dnf
- container: quay.io/centos/centos:stream9
name: CentOS 9 Stream
packageManager: dnf
epel: true
- container: quay.io/centos/centos:stream10
name: CentOS 10 Stream
packageManager: dnf
epel: true
- container: almalinux:10
name: AlmaLinux 10
packageManager: dnf
epel: true
steps:
# Enable CRB before EPEL, per the EPEL quickstart. epel-next is not installed:
# none of the prerequisites need it, EPEL 10 does not have it, and it is one more
# mirrorlist to fetch.
- name: Enable EPEL and CRB
run: |
dnf upgrade --refresh -y
dnf install -y dnf-plugins-core
dnf config-manager --set-enabled crb
dnf install -y epel-release
if: ${{ matrix.epel }}
# Runtime packages only, deliberately. Installing the -dev packages here would add the
# unversioned .so symlink and mask the very thing the binding packages now probe for, so a
# regression in versioned-SONAME resolution would sail through CI.
- name: Install Prerequisites using dnf
run: dnf makecache --refresh && dnf install -y findutils libicu libdeflate libargon2 tzdata
if: ${{ matrix.packageManager == 'dnf' }}
# ICU's runtime package carries the ABI version in its name (libicu70 on jammy, libicu76 on
# trixie) and has no stable alias, so match it by pattern. libicu-dev was the old way to stay
# version-independent, but it drags in the unversioned symlink and defeats the check below.
- name: Install Prerequisites using apt
run: apt-get update -y && apt-get install -y curl '^libicu[0-9]+$' libdeflate0 libargon2-1 tzdata
if: ${{ matrix.packageManager == 'apt' }}
# Versioned-SONAME resolution is only under test while the unversioned symlink is absent. If a
# base image or a package ever starts shipping it, every probe would succeed on the first try
# and a regression in the fallback would sail through CI, so fail loudly instead of silently
# testing nothing.
- name: Assert the unversioned .so symlinks are absent
run: |
found=""
for lib in libicuuc libicui18n libdeflate libargon2; do
hit=$(ls /usr/lib/*/"$lib".so /usr/lib64/"$lib".so 2>/dev/null || true)
if [ -n "$hit" ]; then
found="$found $hit"
fi
done
if [ -n "$found" ]; then
echo "::error::Unversioned symlinks present, so CI is no longer exercising versioned SONAME resolution:$found"
exit 1
fi
echo "No unversioned symlinks present; versioned SONAME resolution is under test."
- uses: actions/checkout@v7
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: Install .NET
uses: actions/setup-dotnet@v6
with:
global-json-file: global.json
- name: Build
run: dotnet run --project Projects/BuildTool -- --config Release --skip-prereqs
- name: Test
# blame-hang kills a stuck test host after 10 minutes and reports the in-flight
# tests plus a process dump instead of hanging until the job timeout.
run: |
dotnet test --logger trx --results-directory ./TestResults --blame-hang --blame-hang-timeout 10m --blame-hang-dump-type full
if [ -z "$(find ./TestResults -name '*.trx' 2>/dev/null)" ]; then
echo "::error::No test result files were produced - no test projects ran. Failing to avoid masking failures."
exit 1
fi
- name: Upload test results on failure
if: failure()
uses: actions/upload-artifact@v7
with:
name: TestResults-${{ matrix.name }}
path: ./TestResults
if-no-files-found: ignore

163
.github/workflows/build-tool-release.yml vendored Normal file
View file

@ -0,0 +1,163 @@
name: Build Tool Release
on:
push:
branches: [main]
paths:
- 'Projects/BuildTool/**'
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
name: Build (${{ matrix.rid }})
strategy:
fail-fast: false
matrix:
include:
- os: windows-latest
rid: win-x64
artifact: build-tool-win-x64.exe
- os: windows-latest
rid: win-arm64
artifact: build-tool-win-arm64.exe
- os: macos-15
rid: osx-arm64
artifact: build-tool-osx-arm64
- os: ubuntu-latest
rid: linux-x64
artifact: build-tool-linux-x64
- os: ubuntu-24.04-arm
rid: linux-arm64
artifact: build-tool-linux-arm64
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0 # Full clone required for Nerdbank.GitVersioning
- name: Install .NET
uses: actions/setup-dotnet@v6
with:
global-json-file: global.json
- name: Publish NativeAOT
run: dotnet publish Projects/BuildTool/BuildTool.csproj -c Release -r ${{ matrix.rid }} -o publish/
- name: Rename artifact (Unix)
if: runner.os != 'Windows'
run: mv publish/build-tool publish/${{ matrix.artifact }}
- name: Rename artifact (Windows)
if: runner.os == 'Windows'
run: mv publish/build-tool.exe publish/${{ matrix.artifact }}
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v7
with:
name: ${{ matrix.artifact }}
path: publish/${{ matrix.artifact }}
sign:
needs: build
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
name: Sign (${{ matrix.artifact }})
permissions:
actions: read
contents: read
id-token: write
strategy:
matrix:
include:
- artifact: build-tool-win-x64.exe
- artifact: build-tool-win-arm64.exe
steps:
- name: Download unsigned artifact
uses: actions/download-artifact@v8
with:
name: ${{ matrix.artifact }}
path: unsigned/
- name: Upload for signing
id: upload-for-signing
uses: actions/upload-artifact@v7
with:
name: ${{ matrix.artifact }}-unsigned
path: unsigned/${{ matrix.artifact }}
- name: Submit signing request
id: submit
uses: signpath/github-action-submit-signing-request@v2
with:
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
organization-id: '${{ secrets.SIGNPATH_ORGANIZATION_ID }}'
project-slug: 'modernuo'
signing-policy-slug: 'release-signing'
artifact-configuration-slug: 'build-tool'
github-artifact-id: '${{ steps.upload-for-signing.outputs.artifact-id }}'
wait-for-completion: true
output-artifact-directory: signed/
- name: Upload signed artifact
uses: actions/upload-artifact@v7
with:
name: ${{ matrix.artifact }}-signed
path: signed/${{ matrix.artifact }}
release:
needs: [build, sign]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
permissions:
contents: write
steps:
- uses: actions/checkout@v7
- name: Move tag to current commit
run: |
git tag -f build-tool-latest
git push origin build-tool-latest --force
- name: Download signed Windows artifacts
uses: actions/download-artifact@v8
with:
pattern: '*-signed'
path: artifacts/
merge-multiple: true
- name: Download macOS artifacts
uses: actions/download-artifact@v8
with:
pattern: 'build-tool-osx-*'
path: artifacts/
merge-multiple: true
- name: Download Linux artifacts
uses: actions/download-artifact@v8
with:
pattern: 'build-tool-linux-*'
path: artifacts/
merge-multiple: true
- name: Generate checksums
run: |
cd artifacts
sha256sum build-tool-* > checksums-sha256.txt
- name: Create or update release
uses: softprops/action-gh-release@v3
with:
tag_name: build-tool-latest
name: Build Tool (Latest)
body: |
Latest NativeAOT-compiled build tool binaries.
These are automatically downloaded by `publish.cmd` / `publish.sh`.
prerelease: true
files: |
artifacts/build-tool-*
artifacts/checksums-sha256.txt
make_latest: false

38
.github/workflows/create-release.yml vendored Normal file
View file

@ -0,0 +1,38 @@
name: Create Release
on:
repository_dispatch:
types: [release]
workflow_dispatch:
jobs:
release:
name: Create Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: Install .NET
uses: actions/setup-dotnet@v6
with:
global-json-file: global.json
- name: Compute version
uses: dotnet/nbgv@v0.5.2
id: nbgv
- name: Push version tag
run: |
git tag ${{ steps.nbgv.outputs.Version }}
git push origin ${{ steps.nbgv.outputs.Version }}
env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: Create Release
uses: softprops/action-gh-release@v3
with:
tag_name: ${{ steps.nbgv.outputs.Version }}
name: ${{ steps.nbgv.outputs.Version }}
draft: false
prerelease: false
generate_release_notes: true
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

View file

@ -0,0 +1,18 @@
name: Post Release to Discord
on:
release:
types:
- published
jobs:
post-release-discord:
runs-on: ubuntu-latest
steps:
- name: Post Release on Discord
uses: SethCohen/github-releases-to-discord@v1.20.0
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
username: "Release Changelog"
avatar_url: "https://cdn.discordapp.com/icons/751317910504603701/ec26ab4881753077e06122da7b78bf7c.webp"
max_description: 2000

67
.gitignore vendored Normal file
View file

@ -0,0 +1,67 @@
# Distribution Files
/Distribution/Data/Files
/Distribution/Logger
/Distribution/Logger.*
/Distribution/ModernUO
/Distribution/ModernUO.*
/Distribution/Server
/Distribution/Server.*
/Distribution/Assemblies
/Distribution/bsdtar
/Distribution/Configuration/antimacro.json
/Distribution/Configuration/assistants.json
/Distribution/Configuration/auto-denylist.json
/Distribution/Configuration/bans.json
/Distribution/Configuration/blocklist.json
/Distribution/Configuration/crowdsec.json
/Distribution/Configuration/expansion.json
/Distribution/Configuration/firewall.json
/Distribution/Configuration/ip-allowlist*.txt
/Distribution/Configuration/ip-allowlist*.txt.tmp
/Distribution/Configuration/ip-blocklist.txt
/Distribution/Configuration/ip-blocklist.txt.tmp
/Distribution/Configuration/login-allowlist.json
/Distribution/Configuration/login-allowlist.txt
/Distribution/Configuration/login-allowlist.txt.tmp
/Distribution/Configuration/modernuo.json
/Distribution/Configuration/email-settings.json
/Distribution/Configuration/throttles.json
/Distribution/Configuration/tot.json
/Distribution/Data/Pathfinding
/Distribution/Logs
/Distribution/Archives
/Distribution/Backups
/Distribution/Saves
/Distribution/docs
/docs/
/Distribution/temp
/Distribution/*.dylib
/Distribution/*.so
/Distribution/*.dll
/Distribution/*.exe
/Distribution/runtimes
/Distribution/nohup.out
/Distribution/ref
/Distribution/web
/Projects/*/obj
/Projects/*/bin
/Projects/*/Generated
*.swp
*.log
*.user
/.idea
/.vs
/.vscode
/.claude
.DS_Store
/packages/*
/Distribution/Configuration/server-access.json
# BuildTool native binaries (downloaded from GitHub Releases).
# Ignore everything under tools/ except the operator scripts checked in below.
/tools/*
!/tools/Export-IpBlocklist.ps1

View file

File diff suppressed because one or more lines are too long

1
AGENTS.md Normal file
View file

@ -0,0 +1 @@
Read and follow all instructions in CLAUDE.md in this repository's root.

117
CLAUDE.md Normal file
View file

@ -0,0 +1,117 @@
# ModernUO
.NET 10 Ultima Online server emulator. Single-threaded game loop. All game logic runs on one thread.
- **Server engine**: `Projects/Server/` — do NOT modify without explicit request
- **Game content**: `Projects/UOContent/` — primary editing target
- **Build**: `dotnet build` from repo root
## Code Audit Rules
Apply these when writing or reviewing `.cs` files under `Projects/`.
1. **LINQ** — Tier 1 (zero-cost patterns) free on hot paths; Tier 2 (low overhead) OK on warm paths; Tier 3 (allocating) forbidden on hot paths → `dev-docs/code-standards.md`
2. **No `Console.WriteLine`** — use `LogFactory.GetLogger(typeof(MyClass))``logger.Information(...)` (requires `using Server.Logging;`)
3. **Threading policy** — game logic runs only on the main loop; **never** touch game state (`World`, mobiles, items, maps, timers) from a background thread. Heavy work that *needs* game state must be **chunked** across ticks, not threaded. Heavy work that does *not* need game state (large-file parse, external I/O) **must** run on a background thread **and must yield to world saves** (defer while `World.Saving`/`WorldState.PendingSave`). Publish results back to the loop as an immutable snapshot swapped via a single `volatile` reference — the only sanctioned `volatile`. No `lock`/`Mutex`/`ConcurrentDictionary` in game logic. Rule #10 covers how background work hands results back to the loop → `dev-docs/threading-model.md`
4. **No `World.Mobiles`/`World.Items` iteration** — use spatial queries: `map.GetMobilesInRange<T>()`, `map.GetItemsInRange<T>()`
5. **Clean up refs in `OnDelete()`/`OnAfterDelete()`** — null out `Item`/`Mobile` references
6. **Cancel timers in `OnDelete()`/`OnAfterDelete()`** — call `_token.Cancel()` or `_timer?.Stop()`
7. **`STArrayPool<T>.Shared`** not `ArrayPool<T>.Shared` — single-threaded optimized, no locks
8. **`PooledRefList<T>`** not `new List<T>()` on hot paths — zero GC pressure, stack-allocated ref struct
9. **Serialization** — class must be `partial`, constructor needs `[Constructible]`, `TimerExecutionToken` must NOT have `[SerializableField]`. New classes: use `[SerializationGenerator(version)]` (omit `encoded`). Setters that coerce/veto/run side effects: use `[SerializableField]` args `allowFieldChange: nameof(BoolRefMethod)` / `fieldChanged: nameof(OldNewMethod)` — reserve `[SerializableProperty]` for custom getters. Serializable `Timer` members declare `[DeserializeTimer(nameof(Method))]` on the field (anchored by default — downtime preserves remaining delay; `wallClock: true` = absolute; method runs only when a timer was running at save). Conditional writes: `[SaveFlag(nameof(Should), nameof(Default))]` on the field. When bumping versions, add `MigrateFrom(VXContent)` (X = previous version). Never modify `Deserialize(reader, version)` for version bumps — that method is only for pre-codegen legacy saves. When migrating from pre-codegen Serialize/Deserialize: pass `false` if old code used `reader.ReadInt()`, bump version +1, and keep old logic as `private void Deserialize(IGenericReader reader, int version)``dev-docs/serialization.md`, `dev-docs/runuo-migration-docs/02-serialization.md`
10. **No `Task.Run`/`new Thread()` for game logic** (tandem with rule #3) — game logic is the single-threaded event loop. Backgrounding is allowed only for work that does not itself touch game state (external service calls, large-file parse). **Prove the need before adding a thread**: measure **on-loop** time, not wall-clock (frozen world is the cost, player latency is not), and gate on `Environment.ProcessorCount` — off-loading creates no CPU and buys nothing on 12 cores. New workers go in the vetted table in `dev-docs/threading-model.md` with their measurement. When such work must *feed* game logic: run the heavy/I/O part off-loop and `ConfigureAwait(false)` its awaits so a continuation never resumes on the loop and silently foregrounds heavy work; then hand the result back **explicitly** — publish an immutable snapshot swapped via a `volatile` reference (the loop reads it lock-free), or marshal the apply step with `Core.LoopContext.Post(() => …)`, re-validating in the continuation whatever may have changed while it ran. Never touch game state off-thread; never let the scheduler decide where the heavy work runs → `dev-docs/threading-model.md`
11. **Never assume era** — if code uses `Core.AOS`/`Core.SE`/etc., ask which expansion to target
12. **Naming**`_camelCase` private fields, `PascalCase` properties/methods/classes; don't flag legacy `m_` but use `_` for new code
13. **No empty gumps** — every gump must produce visual elements. An empty gump leaks on client+server (no way to close it). Use static `DisplayTo()` to validate before constructing → `dev-docs/gump-system.md`
14. **PropertyList string literals must be holes**`$"{"Map"}\t{value}"` not `$"Map\t{value}"`. The handler treats bare text as delimiters, `{}` holes as arguments. Only `\t` should be a bare literal → `dev-docs/property-lists.md`
15. **Braces required on all control flow**`if`, `else`, `for`, `foreach`, `while`, `do`, `switch` must always have braces, even for single-line bodies → `dev-docs/code-standards.md`
16. **Prefer switch expressions and switch-when** — use switch expressions for value mapping and switch-when for pattern matching where they improve readability. Exception: skip if unreadable or cold path → `dev-docs/code-standards.md`
17. **No `System.Text.StringBuilder`** — use `ValueStringBuilder` with `stackalloc` (bounded output) or `ValueStringBuilder.Create()` (unbounded). Supports `$"..."` interpolation directly. Always use `using var` for disposal. Use `Reset()` instead of reassigning → `dev-docs/string-handling.md`
18. **Interpolation anti-patterns on handler-aware APIs**`Send*`/`Say`/`Emote`/`PublicOverhead*`/`IPropertyList.Add`/gump `AddLabel`/`AddHtml`/`Html.Center`/`SpanWriter.Write*` all have `ref RawInterpolatedStringHandler` overloads that allocate zero strings, but only when the call-site argument is a `$"..."` literal directly. Avoid: ternaries with interpolated branches (`Send(c ? $"a" : $"b")`), switch expressions with interpolated arms, pre-built `var s = $"..."` locals (single-use), `.ToString()` / `.String()` / `string.Format` inside holes, string concat (`{a + b}`), LINQ string ops in holes. Use `:L` format spec for lowercase (`{rank:L}` not `rank.ToString().ToLowerInvariant()`) → `dev-docs/string-handling.md` § Interpolation Anti-Patterns
19. **No `InvalidateProperties()` from inside `GetProperties`** — every property a `GetProperties` override reads must be a pure read. `InvalidateProperties()` rebuilds the list in place (`Reset()` + rebuild), and `Reset()` returns the pooled interpolation buffer — which the compiler rents for the whole `$"..."` expression, so every hole is evaluated while it is live — and rewinds the packet cursor. A getter that invalidates therefore throws `ArgumentNullException` (parameter `"array"`) out of `GetProperties` from an unrelated-looking line, or silently corrupts the tooltip. The engine refuses and logs an error; `DEBUG` throws. Lazy recomputation in a getter is fine — the *notification* is not. Invalidate in the setter that changes the value, or defer with `Timer.DelayCall(InvalidateProperties)``dev-docs/property-lists.md` § Never Invalidate From Inside `GetProperties`
20. **Tick-count math must be wraparound-safe** — compare `Core.TickCount`/`GetTimestamp()` values only by subtraction (`a - b < 0`, never `a < b`), no zero/sign sentinels on tick fields, seed deadline fields from a real tick (never rely on the 0 default). Cloud hypervisors (GCP) pass through the host's never-resetting counter: ticks start enormous and can wrap negative. Linux affected in production; Windows not so far → `dev-docs/tick-counts.md`
## Dev-Docs Reference
| Topic | File |
|---|---|
| Code standards & LINQ tiers | `dev-docs/code-standards.md` |
| Serialization system | `dev-docs/serialization.md` |
| Content patterns (Items, Mobiles, Creatures) | `dev-docs/content-patterns.md` |
| Era & expansion handling | `dev-docs/era-expansion.md` |
| Timer system | `dev-docs/timers.md` |
| Event scheduler (wall-clock/calendar) | `dev-docs/event-scheduler.md` |
| Object property lists (tooltips) | `dev-docs/property-lists.md` |
| Gump (UI dialog) system | `dev-docs/gump-system.md` |
| Commands & targeting | `dev-docs/commands-targeting.md` |
| Event system | `dev-docs/events.md` |
| Threading model | `dev-docs/threading-model.md` |
| Server hardware requirements | `dev-docs/server-requirements.md` |
| Debugging event-loop performance (profiling build, decomposition, GC/RAM) | `dev-docs/debugging-event-loop.md` |
| Tick-count overflow rules (subtraction comparisons; GCP pass-through counters) | `dev-docs/tick-counts.md` |
| Server lifecycle & bootstrap phases (Configure/ConfigurePrompts/Initialize) | `dev-docs/server-lifecycle.md` |
| Platform prerequisites (ICU, tzdata, native libs per distro) | `dev-docs/platform-prerequisites.md` |
| Configuration system | `dev-docs/configuration.md` |
| Networking & packets | `dev-docs/networking-packets.md` |
| IP bans, blocklists & allowlists (incl. unblocking a player) | `dev-docs/ip-bans-and-allowlists.md` |
| Region system | `dev-docs/regions.md` |
| String handling & ValueStringBuilder | `dev-docs/string-handling.md` |
| RunUO migration (overview) | `dev-docs/runuo-migration-docs/00-overview.md` |
| RunUO migration (all docs) | `dev-docs/runuo-migration-docs/` |
## Claude Skills (Opt-In)
Detailed Claude Code skills live in `dev-docs/claude-skills/`. They are **not auto-loaded** — they must be copied to `.claude/skills/` to activate.
**When to offer**: If the user is building complex content (new items, creatures, spells, gumps, quests, packets, serialization work, etc.), ask:
> I have detailed Claude Code skills for this kind of work. Want me to enable them?
> I'll copy the relevant files from `dev-docs/claude-skills/` to `.claude/skills/`.
Then copy only the relevant skill files based on the task:
| Task | Skills to enable |
|---|---|
| New Item or Mobile | `modernuo-content-patterns`, `modernuo-serialization`, `modernuo-property-lists` |
| Creature / spawn | `modernuo-content-patterns`, `modernuo-serialization`, `modernuo-timers` |
| Spell or ability | `modernuo-content-patterns`, `modernuo-serialization`, `modernuo-timers`, `modernuo-era-expansion` |
| Gump / UI dialog | `modernuo-gump-system`, `modernuo-commands-targeting` |
| Quest or event system | `modernuo-events`, `modernuo-content-patterns`, `modernuo-configuration` |
| Scheduled / seasonal / holiday events | `modernuo-event-scheduler`, `modernuo-timers` |
| Custom regions / dynamic areas | `modernuo-regions`, `modernuo-content-patterns` |
| Packet / networking | `modernuo-networking`, `modernuo-threading` |
| Commands | `modernuo-commands-targeting` |
| Timer work | `modernuo-timers`, `modernuo-serialization` |
| Config system | `modernuo-configuration` |
| Era-conditional code | `modernuo-era-expansion` |
| String building / formatting | `modernuo-string-handling` |
| Code review / audit | `modernuo-code-audit` |
| Any `.cs` file edit | `modernuo-code-audit` (always offer for code changes) |
| **RunUO Migration** | |
| Migrate any RunUO script | `migrate-from-runuo/migrate-foundation` (always), plus system-specific skills below |
| Migrate Item/Mobile/Creature | `migrate-from-runuo/migrate-foundation`, `migrate-from-runuo/migrate-serialization`, `migrate-from-runuo/migrate-items-mobiles` |
| Migrate serialization | `migrate-from-runuo/migrate-serialization` |
| Migrate timers | `migrate-from-runuo/migrate-timers` |
| Migrate gumps | `migrate-from-runuo/migrate-gumps` |
| Migrate packets | `migrate-from-runuo/migrate-packets` |
| Migrate property lists | `migrate-from-runuo/migrate-property-lists` |
| Migrate events/commands | `migrate-from-runuo/migrate-commands-events` |
| Migrate persistence (WorldSave) | `migrate-from-runuo/migrate-persistence` |
| Migrate multi-file system | `migrate-from-runuo/migrate-systems` |
To enable a skill — Claude Code loads `.claude/skills/<name>/SKILL.md`; a bare `.md` dropped
directly into `.claude/skills/` is **not** picked up, and newly installed skills appear in the
*next* session:
```sh
# Standard skills (modernuo-*)
mkdir -p .claude/skills/<name> && cp dev-docs/claude-skills/<name>.md .claude/skills/<name>/SKILL.md
# Migration skills — sources live in the migrate-from-runuo/ subfolder, but install under the
# bare skill name (the table's "migrate-from-runuo/<name>" is the source path, not the name):
mkdir -p .claude/skills/<name> && cp dev-docs/claude-skills/migrate-from-runuo/<name>.md .claude/skills/<name>/SKILL.md
```
Migration skills reference the deep docs in `dev-docs/runuo-migration-docs/` and point to existing ModernUO skills for best practices.
The `modernuo-code-audit` skill auto-triggers on `.cs` file edits and flags convention violations (warnings only, asks before fixing).

1
CNAME
View file

@ -1 +0,0 @@
modernuo.com

76
CODE_OF_CONDUCT.md Normal file
View file

@ -0,0 +1,76 @@
# Contributor Covenant Code of Conduct
## Our Pledge
In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.
## Our Standards
Examples of behavior that contributes to creating a positive environment
include:
* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members
Examples of unacceptable behavior by participants include:
* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting
## Our Responsibilities
Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.
Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.
## Scope
This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.
## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at hi@modernuo.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.
Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.
## Attribution
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
[homepage]: https://www.contributor-covenant.org
For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq

41
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,41 @@
# How to contribute
One of the easiest ways to contribute is to participate in discussions on GitHub issues. You can also contribute by submitting pull requests with code changes.
## Bugs, feature requests, feedback, and general discussions?
Start a discussion on the [repository issue tracker](https://github.com/modernuo/modernuo/issues).
## Reporting security issues and bugs
Security issues and bugs should be reported privately, via email, to hi@modernuo.com.
You should receive a response within 24 hours.
If for some reason you do not, please follow up via email to ensure we received your original message.
## Other discussions
Our team members also monitor several other discussion forums:
* [ModernUO Discord](https://discord.gg/NUhe7Pq9gF)
* [Twitter](https://www.twitter.com/modernuo)
* [Reddit](https://www.reddit.com/r/modernuo)
## Contributing code and content
We accept fixes and features! Here are some resources to help you get started on how to contribute code or new content.
* ["Help wanted" issues](https://github.com/modernuo/modernuo/labels/help%20wanted) - these issues are up for grabs. Comment on an issue if you want to create a fix.
* ["Good first issue" issues](https://github.com/modernuo/modernuo/labels/good%20first%20issue) - we think these are a good for newcomers.
### Submitting a pull request
If you don't know what a pull request is read this article: https://help.github.com/articles/using-pull-requests. Make sure the repository can build and all tests pass. Familiarize yourself with the project workflow and our coding conventions.
1. Ensure all files have the appropriate [LICENSE](/LICENSE) header (Line 634-649)
1. Ensure any install or build dependencies are removed.
1. Update the README.md with details of changes to the interface, this includes new build process,
configurations, environment variables, dependencies, etc.
1. Increase the version numbers to the new version that this Pull Request would represent.
The versioning scheme we use is [SemVer](http://semver.org/).
1. You may merge the Pull Request in once you have the sign-off of two other developers, or if you
do not have permission to do that, you may request the second reviewer to merge it for you.
[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/

83
Directory.Build.props Normal file
View file

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Authors>Kamron Batman</Authors>
<Company>ModernUO</Company>
<Copyright>2019-2026</Copyright>
<TargetFramework>net10.0</TargetFramework>
<LangVersion>14</LangVersion>
<PublicRelease>true</PublicRelease>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<NoWarn>NU1603</NoWarn>
<RuntimeIdentifiers>win-x64;win-arm64;osx-x64;osx-arm64;linux-x64;linux-arm64</RuntimeIdentifiers>
<Configurations>Debug;Release;Analyze</Configurations>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<SkipLocalsInitAttribute>false</SkipLocalsInitAttribute>
<IsWindows Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' == 'true'">true</IsWindows>
<IsOSX Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'">true</IsOSX>
<IsLinux Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' == 'true'">true</IsLinux>
<IsX64 Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture)' == 'X64'">true</IsX64>
<IsArm64 Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture)' == 'ARM64'">true</IsArm64>
<DefineConstants Condition="'$(IsWindows)'=='true'">WINDOWS</DefineConstants>
<DefineConstants Condition="'$(IsOSX)'=='true'">OSX</DefineConstants>
<DefineConstants Condition="'$(IsLinux)'=='true'">LINUX</DefineConstants>
<DefineConstants Condition="'$(IsOSX)'=='true' OR '$(IsLinux)'=='true'">UNIX</DefineConstants>
<DefineConstants Condition="'$(IsX64)'=='true'">CPU_X64</DefineConstants>
<DefineConstants Condition="'$(IsArm64)'=='true'">CPU_ARM64</DefineConstants>
<DefineConstants>MUO</DefineConstants>
<GitVersionBaseDirectory>$(SolutionDir)</GitVersionBaseDirectory>
<PredefinedCulturesOnly>false</PredefinedCulturesOnly>
</PropertyGroup>
<PropertyGroup>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<PropertyGroup Condition="'$(RuntimeIdentifier)'==''">
<DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
<SelfContained>false</SelfContained>
<InvariantGlobalization>false</InvariantGlobalization>
</PropertyGroup>
<PropertyGroup Condition="'$(IsWindows)'=='true' AND '$(IsX64)'=='true' AND '$(RuntimeIdentifier)'==''">
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
</PropertyGroup>
<PropertyGroup Condition="'$(IsWindows)'=='true' AND '$(IsArm64)'=='true' AND '$(RuntimeIdentifier)'==''">
<RuntimeIdentifier>win-arm64</RuntimeIdentifier>
</PropertyGroup>
<PropertyGroup Condition="'$(IsOSX)'=='true' AND '$(IsX64)'=='true' AND '$(RuntimeIdentifier)'==''">
<RuntimeIdentifier>osx-x64</RuntimeIdentifier>
</PropertyGroup>
<PropertyGroup Condition="'$(IsOSX)'=='true' AND '$(isArm64)'=='true' AND '$(RuntimeIdentifier)'==''">
<RuntimeIdentifier>osx-arm64</RuntimeIdentifier>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<DefineConstants>TRACE;DEBUG</DefineConstants>
<Optimize>false</Optimize>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<Optimize>true</Optimize>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Analyze'">
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<CodeAnalysisRuleSet>..\..\Rules.ruleset</CodeAnalysisRuleSet>
<AnalysisLevel>latest</AnalysisLevel>
</PropertyGroup>
<!-- Event-loop time accounting, compiled out unless requested:
dotnet build -p:EventLoopProfiling=true
See dev-docs/debugging-event-loop.md. Placed last so it appends to whatever the
configuration groups above set DefineConstants to. -->
<PropertyGroup Condition="'$(EventLoopProfiling)'=='true'">
<DefineConstants>$(DefineConstants);EVENT_LOOP_PROFILING</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Serilog" Version="4.4.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="2.1.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" />
<PackageReference Include="Nerdbank.GitVersioning" Condition="!Exists('packages.config')">
<Version>3.10.91</Version>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<AdditionalFiles Include="..\..\Rules.ruleset" />
</ItemGroup>
</Project>

View file

@ -0,0 +1,29 @@
# Armor
ChainChest 0x13BF
ChainLegs 0x13BE
Bascinet 0x140C
ChainCoif 0x13BB
CloseHelm 0x1408
Helmet 0x140A
NorseHelm 0x140E
PlateHelm 0x1412
FemalePlateChest 0x1C04
PlateArms 0x1410
PlateChest 0x1415
PlateGloves 0x1414
PlateGorget 0x1413
PlateLegs 0x1411
RingmailArms 0x13EE
RingmailChest 0x13EC
RingmailGloves 0x13EB
RingmailLegs 0x13F0
# Shields
BronzeShield 0x1B72
Buckler 0x1B73
HeaterShield 0x1B76
MetalKiteShield 0x1B74
MetalShield 0x1B7B
WoodenKiteShield 0x1B78

View file

@ -0,0 +1,8 @@
# Large Axes bulk order
Axe 0x0F49
BattleAxe 0x0F47
DoubleAxe 0x0F4B
ExecutionersAxe 0x0F45
LargeBattleAxe 0x13FB
TwoHandedAxe 0x1443

View file

@ -0,0 +1,5 @@
# Large chainmail bulk order
ChainCoif 0x13BB
ChainLegs 0x13BE
ChainChest 0x13BF

View file

@ -0,0 +1,7 @@
# Large Fencing bulk order
Dagger 0x0F52
ShortSpear 0x1403
Spear 0x0F62
WarFork 0x1405
Kryss 0x1401

View file

@ -0,0 +1,8 @@
# Large Maces bulk order
WarAxe 0x13B0
HammerPick 0x143D
Mace 0x0F5C
Maul 0x143B
WarHammer 0x1439
WarMace 0x1407

View file

@ -0,0 +1,8 @@
# Large platemail bulk order
PlateArms 0x1410
PlateLegs 0x1411
PlateHelm 0x1412
PlateGorget 0x1413
PlateGloves 0x1414
PlateChest 0x1415

View file

@ -0,0 +1,4 @@
# Large Polearms bulk order
Bardiche 0x0F4D
Halberd 0x143E

View file

@ -0,0 +1,6 @@
# Large ringmail bulk order
RingmailGloves 0x13EB
RingmailChest 0x13EC
RingmailArms 0x13EE
RingmailLegs 0x13F0

View file

@ -0,0 +1,8 @@
# Large Swords bulk order
Broadsword 0x0F5E
Cutlass 0x1441
Katana 0x13FF
Longsword 0x0F61
Scimitar 0x13B6
VikingSword 0x13B9

View file

@ -0,0 +1,28 @@
# Weapons
Axe 0x0F49
BattleAxe 0x0F47
Dagger 0x0F52
DoubleAxe 0x0F4B
ExecutionersAxe 0x0F45
LargeBattleAxe 0x13FB
TwoHandedAxe 0x1443
WarAxe 0x13B0
HammerPick 0x143D
Mace 0x0F5C
Maul 0x143B
WarHammer 0x1439
WarMace 0x1407
Bardiche 0x0F4D
Halberd 0x143E
ShortSpear 0x1403
Spear 0x0F62
WarFork 0x1405
Broadsword 0x0F5E
Cutlass 0x1441
Katana 0x13FF
Kryss 0x1401
Longsword 0x0F61
Scimitar 0x13B6
#ThinLongsword 0x13B8
VikingSword 0x13B9

View file

@ -0,0 +1,7 @@
# Bone collection large bulk order
BoneHelm 0x1451
BoneGloves 0x1450
BoneArms 0x144E
BoneLegs 0x1452
BoneChest 0x144F

View file

@ -0,0 +1,31 @@
# Clothing
SkullCap 0x1544
Bandana 0x1540
FloppyHat 0x1713
Cap 0x1715
WideBrimHat 0x1714
StrawHat 0x1717
TallStrawHat 0x1716
WizardsHat 0x1718
Bonnet 0x1719
FeatheredHat 0x171A
TricorneHat 0x171B
JesterHat 0x171C
Doublet 0x1F7B
Shirt 0x1517
FancyShirt 0x1EFD
Tunic 0x1FA1
Surcoat 0x1FFD
PlainDress 0x1F01
FancyDress 0x1EFF
Cloak 0x1515
Robe 0x1F03
JesterSuit 0x1F9F
ShortPants 0x152E
LongPants 0x1539
Kilt 0x1537
Skirt 0x1516
BodySash 0x1541
HalfApron 0x153B
FullApron 0x153D

View file

@ -0,0 +1,6 @@
# Farmer large bulk order
StrawHat 0x1717
Tunic 0x1FA1
LongPants 0x1539
Boots 0x170B

View file

@ -0,0 +1,8 @@
# Female leather collection large bulk order
LeatherSkirt 0x1C08
LeatherBustierArms 0x1C0A
LeatherShorts 0x1C00
FemaleLeatherChest 0x1C06
FemaleStuddedChest 0x1C02
StuddedBustierArms 0x1C0C

View file

@ -0,0 +1,6 @@
# Fishergirl large bulk order
FloppyHat 0x1713
FullApron 0x153D
PlainDress 0x1F01
Sandals 0x170D

View file

@ -0,0 +1,6 @@
# Gypsy large bulk order
Bandana 0x1540
Shirt 0x1517
Skirt 0x1516
ThighBoots 0x1711

View file

@ -0,0 +1,6 @@
# Hat collection large bulk order
TricorneHat 0x171B
Cap 0x1715
WideBrimHat 0x1714
TallStrawHat 0x1716

View file

@ -0,0 +1,6 @@
# Jester large bulk order
JesterHat 0x171C
JesterSuit 0x1F9F
Cloak 0x1515
Shoes 0x170F

View file

@ -0,0 +1,6 @@
# Lady large bulk order
Bonnet 0x1719
HalfApron 0x153B
FancyDress 0x1EFF
Sandals 0x170D

View file

@ -0,0 +1,40 @@
# Leather Armor
LeatherGorget 0x13C7
LeatherCap 0x1DB9
LeatherGloves 0x13C6
LeatherArms 0x13CD
LeatherLegs 0x13CB
LeatherChest 0x13CC
# Studded Armor
StuddedGorget 0x13D6
StuddedGloves 0x13D5
StuddedArms 0x13DC
StuddedLegs 0x13DA
StuddedChest 0x13DB
# Female Armor
LeatherShorts 0x1C00
LeatherSkirt 0x1C08
LeatherBustierArms 0x1C0A
StuddedBustierArms 0x1C0C
FemaleLeatherChest 0x1C06
FemaleStuddedChest 0x1C02
# Bone Armor
BoneHelm 0x1451
BoneGloves 0x1450
BoneArms 0x144E
BoneLegs 0x1452
BoneChest 0x144F
# Shoes
Boots 0x170B
ThighBoots 0x1711
Shoes 0x170F
Sandals 0x170D

View file

@ -0,0 +1,8 @@
# Male leather collection large bulk order
LeatherGorget 0x13C7
LeatherCap 0x1DB9
LeatherGloves 0x13C6
LeatherArms 0x13CD
LeatherLegs 0x13CB
LeatherChest 0x13CC

View file

@ -0,0 +1,6 @@
# Pirate large bulk order
SkullCap 0x1544
Doublet 0x1F7B
Kilt 0x1537
Shoes 0x170F

View file

@ -0,0 +1,6 @@
# Shoe collection (set)
Sandals 0x170D
Shoes 0x170F
Boots 0x170B
ThighBoots 0x1711

View file

@ -0,0 +1,7 @@
# Studded collection large bulk order
StuddedGorget 0x13D6
StuddedGloves 0x13D5
StuddedArms 0x13DC
StuddedLegs 0x13DA
StuddedChest 0x13DB

View file

@ -0,0 +1,7 @@
# Town Crier large bulk order
FeatheredHat 0x171A
Surcoat 0x1FFD
FancyShirt 0x1EFD
ShortPants 0x152E
ThighBoots 0x1711

View file

@ -0,0 +1,6 @@
# Wizard large bulk order
WizardsHat 0x1718
BodySash 0x1541
Robe 0x1F03
Boots 0x170B

View file

@ -0,0 +1,39 @@
int int int int int int int int int int string
Category Piece1 Piece2 Piece3 Piece4 Piece5 Piece6 Piece7 Piece8 FeatureMask Comment
0 1657 1659 1653 1655 1661 1663 1665 1667 0 Metal Door
1 8177 8179 8173 8175 8181 8183 8185 8187 0 Metal Gate
2 1689 1691 1685 1687 1693 1695 1697 1699 0 Rattan Door
3 1705 1707 1701 1703 1709 1711 1713 1715 0 Dark Wood Door
4 1721 1723 1717 1719 1725 1727 1729 1731 0 Wood Door
5 1753 1755 1749 1751 1757 1759 1761 1763 0 Light Wood Door
6 1769 1771 1765 1767 1773 1775 1777 1779 0 Wood and Metal Door
7 2088 2090 2084 2086 2092 2094 2096 2098 0 Tall Wrought Iron Gate
8 2109 2111 2105 2107 2113 2115 2117 2119 0 Light Wood Gate
9 2128 2130 2124 2126 2132 2134 2136 2138 0 Short Wrought Iron Gate
10 2154 2156 2150 2152 2158 2160 2162 2164 0 Dark Wood Gate
11 808 810 804 806 812 814 816 818 0 Weathered Stone Secret Door
12 824 826 820 822 828 830 832 834 0 Dark Wood Secret Door
13 840 842 836 838 844 846 848 850 0 Light Wood Secret Door
14 856 858 852 854 860 862 864 866 0 Grey Stone Secret Door
15 0 0 9251 0 0 9247 0 0 64 Japanese Doors
16 0 0 10767 10765 10771 10769 0 0 64 Sliding Doors 1
17 0 0 10759 10757 10763 10761 0 0 64 Sliding Doors 2
18 0 0 10775 10773 10779 10777 0 0 64 Sliding Doors 3
19 0 0 12718 12716 11592 11590 0 0 128 Elvan Wood Door
20 0 0 11621 12704 11619 12706 0 0 128 Elvan White Wooden Door 1
21 0 0 11625 12708 11623 12710 0 0 128 Elvan Ornate Door
22 0 0 11629 12714 11627 12712 0 0 128 Elvan Kia Wood Door 2
23 0 0 12260 12700 12258 12702 0 0 128 Elvan Moon Door
24 13951 13953 13947 13949 13955 13957 13959 13961 512 Crystal Door
25 13967 13969 13963 13965 13971 13973 13975 13977 512 Shadow Door
26 0 0 16539 16541 16543 16545 0 0 65536 Gargish Carved Green Door
27 0 0 16652 16654 16656 16658 0 0 65536 Gargish Brown Door
28 0 0 16834 16836 16838 16840 0 0 65536 Sun Door
29 0 0 16847 16849 16851 16853 0 0 65536 Gargish Grey Door
30 17262 17264 17266 17268 17270 17272 17274 17276 65536 Gargish Set Door
31 0 0 18141 18143 18145 18147 0 0 65536 Ruined Door
32 0 0 19746 19748 19750 19752 0 0 65536 Gargish Blue Door
33 20680 20682 20688 20690 20684 20686 20692 20694 65536 Gargish Red Doors
34 0 0 20802 20804 20806 20808 0 0 65536 Gargish Prison Door

View file

@ -0,0 +1,61 @@
int int int int int int int int int int int int int int int int int int string
Category F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 F13 F14 F15 F16 FeatureMask Comment
0 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1181 1182 1183 1184 0 Grey Pavers and Flagstones
1 1317 1318 1319 1320 1321 1322 1323 1324 1327 1328 1329 1330 1331 1332 1333 1334 0 Sandstone Bricks
2 1280 1281 1282 1283 1407 1408 1409 1410 1276 1277 1278 1279 0 1411 1412 1413 0 More Sandstone
3 1250 1250 1250 1250 1250 1250 1250 1335 1336 1337 1338 0 0 0 0 0 0 Red Brick
4 1264 1265 1262 1263 1259 1260 1261 1258 1266 0 0 0 0 0 0 0 0 Blue Tile
5 1275 1272 1273 1274 1270 1271 1268 1269 1267 0 0 0 0 0 0 0 0 Red Tile
6 1293 1294 1297 1298 1299 1300 1179 1180 1295 1296 0 0 1173 1174 1175 1176 0 Misc Tile
7 1395 1396 1403 1404 1595 1596 1373 1374 1397 1398 1401 1402 1597 1598 1375 1376 0 Roof Tiles 2
8 1204 1200 1203 1199 1201 1198 1202 1197 1189 1190 0 0 0 1193 1195 1196 0 Dark Wood 1
9 1216 1212 1215 1211 1213 1210 1214 1209 1191 1192 0 0 1205 1206 1207 1208 0 Dark Wood 2
10 1233 1228 1235 1230 1234 1229 1232 1231 1185 1186 1226 1227 1222 1223 1224 1225 0 Light Wood 1
11 1247 1241 1249 1244 1248 1240 1246 1245 1187 1188 1242 1243 1236 1237 1238 1239 0 Light Wood 2
12 1288 1284 1286 1287 1285 0 1289 1290 1220 1218 1217 1219 1221 0 1291 1292 0 Palm Logs
13 1040 1041 1039 1042 1035 1036 1038 1037 1339 1340 1341 1342 1043 1045 1044 1046 0 Dirt to Cave
14 6013 6014 6015 6016 6017 0 0 0 6077 6078 6079 6080 0 0 0 0 0 Grass and Snow
15 12788 12789 12790 12791 0 0 12792 12795 1301 1302 1303 1304 0 0 12793 12794 0 Dirt and Cobblestones
16 0 13465 13471 13477 13483 13522 0 0 4850 4862 4868 4874 4880 4886 4892 0 0 Water / Lava
17 4896 4899 4902 4905 4908 4911 4914 4917 4920 4923 4926 4929 4932 4935 4938 4941 0 Lava Transition
18 0 12906 12907 12908 12909 12910 12911 0 0 0 0 12809 12810 0 0 0 0 Swamp 1
19 12888 12889 12890 12891 12892 12893 12894 0 12895 12896 12897 12898 12899 12900 12901 0 0 Swamp 2
20 10688 10689 10690 10691 10692 10693 10694 10695 10696 10697 10698 10699 10704 10705 10710 10711 64 Tatami Floor 1
21 10812 10813 10814 10818 10815 10816 10817 10820 10785 10786 10787 10788 10789 10790 10791 10792 64 Tatami Floor 2
22 9269 9270 9271 9272 9253 9254 9255 9256 9257 9258 9259 9260 9261 9262 9263 9264 64 Tatami Floor 3
23 0 0 9265 9266 9267 9268 0 0 0 0 0 0 0 0 0 0 64 Tatami Floor 4
24 0 9299 9300 9301 9302 9305 9306 0 0 9307 9303 9304 9308 9309 0 0 64 Pond
25 9310 9311 9312 9313 9314 9315 9320 9321 0 9322 9316 9317 9318 9319 9323 0 64 Gravel
26 0 9275 9276 9277 9278 9279 9280 0 0 9281 9282 9283 9284 9285 9286 0 64 Wood Floor 1
27 0 9287 9288 9289 9290 9291 9292 0 0 9293 9294 9295 9296 9297 9298 0 64 Wood Floor 2
28 0 10592 10593 10594 10595 10596 10598 0 0 10599 10600 10601 10602 10603 10604 0 64 Wood Floor 3
29 0 10605 10606 10607 10608 10609 10610 0 0 10611 10612 10613 10614 10615 10597 0 64 Wood Floor 4
30 0 10018 10019 10020 10021 10022 10023 0 0 10024 10025 10026 10027 10028 10029 0 64 Wood Floor 5
31 0 10030 10031 10032 10033 10034 10035 0 0 10036 10037 10038 10039 10040 10041 0 64 Wood Floor 6
32 0 10042 10043 10044 10045 10046 10047 0 0 10048 10049 10050 10051 10052 10053 0 64 Wood Floor 7
33 0 10054 10055 10056 10057 10058 10059 0 0 10060 10061 10062 10063 10064 10065 0 64 Wood Floor 8
34 0 10616 10617 10618 10619 10620 10621 0 0 10622 10623 10624 10625 10626 10627 0 64 Wood Floor 9
35 0 10628 10629 10630 10631 10632 10633 0 0 10634 10635 10636 10637 10638 10639 0 64 Wood Floor 10
36 0 0 11189 11190 11191 11192 0 0 0 0 0 0 0 0 0 0 128 Diagonal Floor
37 0 0 11215 11500 11501 11502 0 0 0 0 0 0 0 0 0 0 128 Parka Floor
38 0 0 11576 11577 11578 11579 0 0 0 0 0 0 0 0 0 0 128 Wormwood Floor
39 0 0 11723 11724 11725 11726 0 0 0 0 0 0 0 0 0 0 128 Deca Floor
40 0 0 13746 13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 0 0 512 Crystal Floor
41 0 0 0 13850 13851 13852 13853 13854 13855 13856 13857 13858 0 0 0 0 512 Shadow Floor
42 17196 17197 17192 17193 17194 17195 17206 17207 17208 17209 17210 17211 0 0 0 0 65536 Gargish Floor 1
43 17198 17199 17200 17201 17202 17203 17204 17205 0 0 0 0 0 0 0 0 65536 Gargish Floor 2
44 19946 19947 19948 19949 19950 19951 19952 19953 19954 19942 19943 19945 19755 19756 19757 19758 65536 Gargish Striped
45 20345 20340 20341 20342 20343 20336 20337 20338 20339 20332 20333 20334 20335 20329 20330 20331 65536 Gargish Blue Stripe
46 20706 20707 20708 20702 20703 20704 20705 20711 20712 20713 20714 20715 20716 20717 20718 20709 65536 Gargish Red
47 20723 20719 20720 20721 20722 20724 20725 20726 20727 0 0 0 0 0 0 0 65536 Gargish Dark
48 16815 16816 16817 16818 16821 16822 16823 16824 16825 16826 16827 16828 0 0 0 0 65536 Gargish Green
49 16884 16872 16873 16874 16875 16876 16877 16878 16879 16880 16881 16882 16883 16885 16886 16887 65536 Gargish Stone
50 16864 16860 16861 16862 16863 16865 16866 16867 16868 0 0 0 0 0 0 0 65536 Gargish Motif
51 16778 16774 16775 16776 16777 16779 16780 16781 16782 0 0 0 0 0 0 0 65536 Gargish Sun
52 16523 16524 16525 16526 16527 16528 16529 16530 16531 16532 16533 16534 16535 16536 16537 16538 65536 Gargish Green Stone
53 16514 16510 16511 16512 16513 16515 16516 16517 16518 16519 16520 16521 16522 0 0 0 65536 Gargish Green Stone 2
54 18124 18125 18126 18127 18326 18327 18328 18329 0 0 0 0 0 0 0 0 65536 Gargish Ruins
55 39629 39632 39635 39634 39633 39630 39627 39628 39631 39636 39637 39638 39817 39818 0 0 1048576 Jungle 1
56 39730 39733 39736 39735 39734 0 39728 0 39732 39738 0 0 0 0 0 0 1048576 Jungle 2
57 39897 39731 39898 39729 39899 0 39900 0 39737 39739 0 0 0 0 0 0 1048576 Jungle 3

View file

@ -0,0 +1,98 @@
int int int int int int int int int int int int string
Category Style TID Piece1 Piece2 Piece3 Piece4 Piece5 Piece6 Piece7 Piece8 FeatureMask Comment
0 0 1060056 44 0 41 40 42 0 43 29 0 Fieldstone Archways
1 0 1060070 470 0 471 469 473 0 472 466 0 Weathered Stone Square Archways
1 1 0 476 0 477 475 479 0 478 466 0 Weathered Stone Rounded Archways
1 2 0 480 481 482 483 484 485 0 0 0 Weathered Stone Miscellaneous 1
1 3 0 474 486 487 0 0 0 0 0 0 Weathered Stone Miscellaneous 2
2 0 1060071 0 16134 9541 9537 9538 9550 9551 9555 0 Weathered Stone Rounded Walls 1
2 1 0 0 9541 9539 9543 9554 9553 9555 0 0 Weathered Stone Rounded Walls 2
2 2 0 0 9555 9548 9549 9550 9544 9541 0 0 Weathered Stone Rounded Walls 3
2 3 0 0 9555 9546 9543 9535 9536 9541 0 0 Weathered Stone Rounded Walls 4
3 0 1060072 209 0 207 205 206 0 208 204 0 Granite Square Archways
3 1 0 218 0 216 212 215 0 217 204 0 Granite Rounded Archways
3 2 0 225 213 225 224 214 226 227 226 0 Granite Miscellaneous 1
3 3 0 0 211 228 219 229 210 0 0 0 Granite Miscellaneous 2
4 0 1060058 71 0 72 69 70 0 73 54 0 Grey Brick Archways
4 1 0 83 80 78 82 79 81 84 0 0 Grey Brick Archway Edging
5 0 1060059 111 0 112 109 110 0 113 90 0 Light Brick Archways
5 1 0 0 118 116 115 114 117 0 119 0 Light Brick Battlements
5 2 0 631 636 633 632 634 635 641 642 0 Light Brick Ruins
6 0 1060063 1082 0 1081 1080 1083 0 1084 251 0 Tan Marble Fancy Archways
6 1 0 1087 0 1086 1085 1088 0 1089 257 0 Tan Marble Medium Archways
6 2 0 276 0 275 274 277 0 278 263 0 Tan Marble Plain Archways
6 3 0 284 283 285 0 287 286 288 7978 0 Tan Marble Columns
6 4 0 0 289 290 0 292 291 0 0 0 Tan Marble Arcades
7 0 1060064 1096 0 1095 1094 1097 0 1098 672 0 White Marble Fancy Archways
7 1 0 1101 0 1100 1099 1102 0 1103 666 0 White Marble Medium Archways
7 2 0 690 0 689 688 691 0 692 660 0 White Marble Plain Archways
7 3 0 680 679 681 0 683 682 684 0 0 White Marble Columns
7 4 0 0 701 702 0 704 703 0 0 0 White Marble Arcades
8 0 1060065 368 370 365 364 366 369 367 353 0 Sandstone Archways
8 1 0 395 394 0 396 397 0 398 399 0 Sandstone Fancy Arcades
8 2 0 0 403 402 0 400 401 0 0 0 Sandstone Plain Arcades
8 3 0 373 374 375 376 386 387 388 389 0 Sandstone Battlements 1
8 4 0 420 380 378 379 377 381 371 0 0 Sandstone Battlements 2
8 5 0 382 383 384 385 390 391 392 393 0 Sandstone Battlements 3
8 6 0 405 404 406 0 0 0 0 0 0 Sandstone Columns
8 7 0 951 952 953 954 955 956 957 0 0 Sandstone and Mortar Ruins 1
8 8 0 959 963 964 965 966 0 0 0 0 Sandstone and Mortar Ruins 2
9 0 1063391 10718 0 10719 10716 10725 10717 0 10720 64 Plaster Archways
10 0 1060073 538 536 534 535 528 530 529 531 0 Bamboo Rounded Walls 1
10 1 0 538 533 529 532 528 527 534 537 0 Bamboo Rounded Walls 2
11 0 1060074 24 25 49 50 85 86 120 121 0 Miscellaneous Roof Pieces 1
11 1 0 456 457 162 163 164 165 193 194 0 Miscellaneous Roof Pieces 2
11 2 0 230 231 293 294 330 331 433 434 0 Miscellaneous Roof Pieces 3
11 3 0 435 436 409 410 494 495 407 408 0 Miscellaneous Roof Pieces 4
11 4 0 492 493 523 524 554 555 677 678 0 Miscellaneous Roof Pieces 5
11 5 0 10722 10721 10723 10724 10726 10727 0 0 64 Miscellaneous Roof Pieces 6
12 0 1060075 711 715 714 713 716 717 712 0 0 Castle Battlements 1
12 1 0 718 724 719 721 720 722 723 725 0 Castle Battlements 2
12 2 0 0 0 726 727 728 729 0 0 0 Castle Battlements 3
13 0 1061686 2083 2082 2081 0 2123 2122 2121 0 0 Fences 1
13 1 0 2141 2140 2142 2143 2147 2146 2148 2149 0 Fences 2
13 2 0 2226 2227 2228 2229 2243 2244 2245 2246 0 Fences 3
13 3 0 0 2230 2231 2232 2233 2234 2235 0 0 Fences 4
13 4 0 0 2236 2237 2238 2239 2240 2241 2242 0 Fences 5
13 5 0 2285 2283 2284 2286 0 0 2299 2300 0 Fences 6
13 6 0 2289 2287 2288 2290 0 0 2299 2300 0 Fences 7
13 7 0 2294 2291 2292 2293 0 0 2299 2300 0 Fences 8
13 8 0 2297 2295 2296 2298 0 0 2299 2300 0 Fences 9
14 0 1062931 0 13550 13556 13559 13562 13568 13574 0 0 Waterfalls 1
14 1 0 0 13582 13586 13592 13598 13604 0 0 0 Waterfalls 2
15 0 1062932 0 6425 6424 6419 6427 6426 6417 0 0 Bar 1
15 1 0 0 6429 6428 6416 6431 6430 6418 0 0 Bar 2
16 0 1061020 0 6173 6174 6175 6176 6177 6178 0 0 Teleporters 1
16 1 0 0 6179 6180 6181 6182 6183 6184 0 0 Teleporters 2
17 0 1074416 11722 11713 11714 12059 11711 0 11721 11712 128 elven whitewood arch
18 0 1074417 11188 11179 11180 12060 11177 0 11187 11178 128 heartwood arch
19 0 1074418 11214 11205 11206 12061 11203 0 11213 11204 128 kiawood arch
20 0 1074419 11575 11542 11543 12062 11540 0 11574 11541 128 tanglewood arch
21 0 1076716 0 13802 13803 13804 13814 13815 0 0 512 Miscellaneous Crystal Pieces
22 0 1076717 0 13838 13839 13840 13841 13983 13842 0 512 Miscellaneous Shadow Pieces
23 0 1112089 17166 17167 17363 17364 17170 17171 17367 17368 65536 Gargish Battlement 1
23 1 0 17168 17169 17365 17366 17162 17163 17345 17346 65536 Gargish Battlement 2
23 2 0 17160 17161 17359 17360 17164 17165 17218 17219 65536 Gargish Battlement 3
23 3 0 17232 17233 17371 17372 17234 17235 0 0 65536 Gargish Battlement 4
24 0 1112089 17188 17185 17186 17187 17189 17172 17173 17174 65536 Gargish Battlement 5
25 0 1112090 17212 17213 17214 17215 17216 17217 17177 0 65536 Dark Red Stone Arches
26 0 1060074 17319 17318 17369 17370 17321 17322 17325 17326 65536 Miscellaneous Roof Pieces 1
26 1 0 17340 17342 17343 17341 17338 17339 17337 17336 65536 Miscellaneous Roof Pieces 2
26 2 0 17320 17323 17324 17327 17221 17220 17222 17223 65536 Miscellaneous Roof Pieces 3
27 0 1112091 17278 17282 17286 17290 17294 17298 17302 17306 65536 Gargish Fountain 1
27 1 0 17310 17314 0 0 0 0 0 0 65536 Gargish Fountain 2
28 0 1112092 16800 16801 16803 16804 16809 16810 16811 16812 65536 Green Marble Arches
29 0 1112093 16754 16755 16752 16753 16756 16750 16751 0 65536 Blue Marble Arches
30 0 1112094 16714 16715 16716 16717 16727 16726 16728 16729 65536 Two-Tone Stone Archways
30 1 0 0 0 0 16746 16747 0 0 0 65536 Two-Tone Stone Archways
31 0 1112095 16672 16671 16673 16674 16667 16668 16669 16670 65536 Gold Stone Battlement
32 0 1112096 20771 20772 20773 20774 20728 20729 20731 20732 65536 Gargish Marble Arches
33 0 1112097 18401 18402 18403 18407 18408 18409 0 0 65536 Gargish Ruined Arches
34 0 1112098 18600 18601 18602 18603 18604 18605 0 0 65536 Gargish Stone Heads
35 0 1150613 0 30705 30706 30707 30708 30709 0 30710 524288 Board and Batten Arches
36 0 1150624 0 19248 19192 19261 19249 19198 0 0 262144 Gothic Arches
37 0 1156117 39620 0 39621 39618 39619 0 39622 39603 1048576 Jungle Arches
38 0 1156117 0 0 39722 39708 39815 0 0 39704 2097152 Shadowguard Arches 3
38 1 1156117 39721 0 39816 39719 39720 0 39723 0 2097152 Shadowguard Arches 2
38 2 1156117 39811 0 39812 39814 39810 0 39813 39809 2097152 Shadowguard Arches 3

View file

@ -0,0 +1,39 @@
int int int int int int int int int int int int int int int int int int int int string
Category Style TID North East South West NSCrosspiece EWCrosspiece NDent EDent SDent WDent NTPiece ETPiece STPiece WTPiece XPiece Extra Piece FeatureMask Comment
0 0 1063375 11314 11301 11313 11302 11300 11312 11305 11304 11306 11303 11308 11311 11309 11310 11307 0 64 Tile Roof
1 0 1063376 11329 11316 11328 11317 11315 11327 11320 11319 11321 11318 11323 11326 11324 11325 11322 0 64 Wooden Shingles
2 0 1063377 11344 11331 11343 11332 11330 11342 11335 11334 11336 11333 11338 11341 11339 11340 11337 0 64 Log Roof
3 0 1063378 11350 11345 11348 11347 11346 11349 11353 11352 11354 11351 11356 11359 11357 11358 11355 0 64 Thatch Roof
4 0 1063379 11374 11369 11372 11371 11370 11373 11362 11361 11363 11360 11364 11368 11365 11367 11366 0 64 Palm Fronds
5 0 1063380 11389 11376 11388 11377 11375 11387 11380 11379 11381 11378 11383 11386 11384 11385 11382 0 64 Stone Roof
6 0 1063381 9964 9947 9963 9948 9946 9962 9951 9950 9952 9949 9954 9955 9956 9953 9957 9958 64 Straw Roof 1
6 1 0 9959 9960 9961 0 0 0 0 0 0 0 0 0 0 0 0 0 64 Straw Roof 2
7 0 1063382 9994 9977 9993 9978 9976 9992 9981 9980 9982 9979 9984 9985 9986 9983 9987 9988 64 Bark Roof 1
7 1 0 9989 9990 9991 0 0 0 0 0 0 0 0 0 0 0 0 0 64 Bark Roof 2
8 0 1063385 9159 9160 9155 9156 9153 9154 9157 9158 9163 9164 9165 9166 9167 9168 9161 9162 64 Ceramic Tiles 1
8 1 0 0 0 9151 9150 9152 0 0 0 0 0 9171 9169 9170 0 0 0 64 Ceramic Tiles 2
9 0 1063386 9184 9185 9180 9181 9178 9179 9182 9183 9188 9189 9190 9191 9192 9193 9186 9187 64 Red Ceramic Tiles 1
9 1 0 0 0 9174 9172 9176 0 0 0 0 0 9177 9173 9175 0 0 0 64 Red Ceramic Tiles 2
10 0 1063387 9206 9207 9202 9203 9200 9201 9204 9205 9210 9211 9212 9213 9214 9215 9208 9209 64 Green Ceramic Tiles 1
10 1 0 0 0 9196 9194 9198 0 0 0 0 0 9199 9195 9197 0 0 0 64 Green Ceramic Tiles 2
11 0 1063388 10540 10541 10536 10537 10534 10535 10538 10539 10544 10545 10546 10547 10548 10549 10542 10543 64 Orange Ceramic Tiles 1
11 1 0 0 0 10530 10528 10532 0 0 0 0 0 10533 10529 10531 0 0 0 64 Orange Ceramic Tiles 2
12 0 1063389 10492 10493 10488 10489 10486 10487 10490 10491 10496 10497 10498 10499 10500 10501 10494 10495 64 Gold Ceramic Tiles 1
12 1 0 0 0 10482 10480 10484 0 0 0 0 0 10485 10481 10483 0 0 0 64 Gold Ceramic Tiles 2
13 0 1063390 10514 10515 10510 10511 10508 10509 10512 10513 10518 10519 10520 10521 10522 10523 10516 10517 64 White Ceramic Tiles 1
13 1 0 0 0 10504 10502 10506 0 0 0 0 0 10507 10503 10505 0 0 0 64 White Ceramic Tiles 2
14 0 1063383 10436 10419 10435 10420 10418 10434 10423 10422 10424 10421 10426 10437 10427 10428 10425 0 64 Slate Roof 1
14 1 0 0 10430 10431 10432 10433 10795 10796 0 0 10475 10476 10477 10478 10798 0 0 64 Slate Roof 2
15 0 1063384 10458 10441 10457 10442 10440 10456 10445 10444 10446 10443 10448 10451 10449 10450 10447 0 64 Wooden Slats 1
15 1 0 0 10452 10453 10454 10455 10473 10472 0 0 10459 10468 10469 10470 10474 10471 0 64 Wooden Slats 2
16 0 1074420 11155 11138 11154 11139 11137 11153 11142 11141 11143 11140 11145 11148 11146 11147 11144 0 128 Elf Scaled Roof
16 1 0 11149 11150 11151 11152 12064 12065 12066 12067 0 0 12063 0 0 0 0 0 128 Elf Scaled Roof
17 0 1074421 11174 11157 11173 11158 11156 11172 11161 11160 11159 11162 11164 11167 11165 11166 11163 0 128 Elvan Natural Roof
17 1 0 11168 11169 11170 11171 12068 12069 12070 12071 11175 11176 12072 0 0 0 0 0 128 Elvan Natural Roof
18 0 1076718 13762 13759 13760 13761 13762 13763 13764 13765 13776 13777 13766 13767 13768 13769 13770 13771 512 Crystal Roof Tiles 1
18 1 0 13772 13773 13774 13775 0 0 0 0 0 0 0 0 0 0 0 0 512 Crystal Roof Tiles 2
19 0 1076719 13859 13860 13861 13862 13863 13864 13865 13875 13876 13866 13867 13868 13869 13870 13871 13872 512 Shadow Roof Tiles 1
19 1 0 13873 13874 13877 0 0 0 0 0 0 0 0 0 0 0 0 0 512 Shadow Roof Tiles 2
20 0 1156123 39694 39689 39692 39691 39690 39693 39682 39681 39683 39680 39684 39688 39685 39687 39686 0 1048576 Jungle Roof Tiles 1
21 0 1156123 39795 39782 39794 39783 39781 39793 39786 39785 39787 39784 39789 39792 39790 39791 39788 0 2097152 Shadowguard Roof Tiles 1

View file

@ -0,0 +1,22 @@
int int int int int int int int int int int int int int int string
Category Block North East South West Squared1 Squared2 Rounded1 Rounded2 MultiNorth MultiEast MultiSouth MultiWest FeatureMask Comment
0 1848 1849 1852 1851 1850 1856 1854 1862 1861 7600 7601 7602 7603 0 Dark Wood
1 1955 1956 1959 1958 1957 1963 1961 0 0 7604 7605 7606 7607 0 Grey Stone
2 1928 1929 1932 1931 1930 1936 1934 1939 1938 7608 7609 7610 7611 0 Weathered Stone
3 1825 1826 1829 1828 1827 1833 1831 1836 1835 7612 7613 7614 7615 0 Light Wood
4 1822 1823 1865 1847 1846 1869 1867 0 0 7616 7617 7618 7619 0 Granite
5 1801 1802 1805 1804 1803 1809 1807 1812 1811 7620 7621 7622 7623 0 Tan Marble
6 1006 1007 1010 1009 1008 1014 1012 1017 1016 7624 7625 7626 7627 0 Sandstone
7 1900 1901 1904 1903 1902 1908 1906 1911 1910 7628 7629 7630 7631 0 Sandstone Brick
8 1872 1873 1876 1875 1874 1880 1878 1883 1882 7632 7633 7634 7635 0 Light Stone
9 1978 1979 0 0 1980 0 0 0 1991 7636 0 0 7639 0 Red
10 13778 13780 13781 13782 13779 0 0 0 0 7640 7641 7642 7643 512 Crystal
11 13833 13835 13836 13837 13834 0 0 0 0 7644 7645 7646 7647 512 Shadow
12 17175 17248 17249 17247 17246 17261 17260 17257 17256 7648 7649 7650 7651 65536 Gargish 1
13 17175 17244 17253 17243 17250 0 0 0 0 7652 7653 7654 7655 65536 Gargish 2
14 17176 17252 17245 17251 17242 0 0 0 0 7656 7657 7658 7659 65536 Gargish 3
15 19207 19205 19251 19252 19204 19202 19201 19262 19263 7660 7661 7662 7663 262144 Gothic
16 30727 30729 30731 30730 30728 30733 30732 30739 30738 7664 7665 7666 7667 524288 Board and Batten
17 39759 39760 39763 39762 39761 39767 39765 39770 39769 0 0 0 0 1048576 Jungle
18 39658 39659 39662 39661 39660 39666 39664 39669 39668 0 0 0 0 2097152 Shadowguard

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,3 @@
int int int int int int int int int int int int int int int int int int string
Category F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 F13 F14 F15 F16 FeatureMask Comment
0 0 6173 6174 6175 6176 6177 6178 0 0 6179 6180 6181 6182 6183 6184 0 0 Alchemical Tiles

View file

@ -0,0 +1,192 @@
int int int int int int int int int int int int int int int int int int string
Category Style TID South1 South2 South3 Corner East1 East2 East3 Post WindowS AltWindowS WindowE AltWindowE SecondAltWindowS SecondAltWindowE FeatureMask Comment
0 0 1060054 10 7 12 6 13 8 11 9 0 14 15 0 0 0 0 Dark Wood Standard Walls
0 1 0 18 18 18 16 17 17 17 19 0 0 0 0 0 0 0 Dark Wood Half Walls
0 2 0 22 22 22 20 21 21 21 23 0 0 0 0 0 0 0 Dark Wood Quarter Walls
1 0 1060055 171 168 173 166 172 167 170 169 186 9472 9479 9478 9473 185 0 Light Wood Standard Walls
1 1 0 178 175 181 174 180 176 179 177 0 188 187 0 0 0 0 Light Wood Alternative Walls
1 2 0 948 948 948 947 949 949 949 950 0 0 0 0 0 0 0 Light Wood Half Walls
1 3 0 191 191 191 189 190 190 190 192 0 0 0 0 0 0 0 Light Wood Quarter Walls
2 0 1060056 30 28 33 26 32 27 31 29 10670 34 35 10675 0 0 0 Fieldstone Standard Walls
2 1 0 10668 10669 10671 10672 10677 10676 10674 10673 0 0 0 0 0 0 64 Fieldstone Stained Glass Walls
2 2 0 37 37 37 36 38 38 38 39 0 0 0 0 0 0 0 Fieldstone Half Walls
3 0 1060057 464 464 464 463 465 465 465 466 0 467 468 0 0 0 0 Weathered Stone Standard Walls
3 1 0 10660 10661 10662 10663 10667 10666 10665 10664 0 0 0 0 0 0 64 Weathered Stone Stained Glass
3 2 0 489 489 489 488 490 490 490 491 0 0 0 0 0 0 0 Weathered Stone Roof Edging
3 3 0 200 200 200 199 201 201 201 204 0 202 203 0 0 0 0 Granite Standard Walls
3 4 0 222 222 222 220 221 221 221 223 0 0 0 0 0 0 0 Granite Roof Edging
4 0 1060058 55 52 57 51 58 53 56 54 10681 59 60 10686 0 0 0 Grey Brick Standard Walls
4 1 0 10678 10679 10680 10682 10687 10685 10684 10683 0 0 0 0 0 0 64 Grey Brick Stained Glass
4 2 0 62 62 62 61 63 63 63 64 0 0 0 0 0 0 0 Grey Brick Half Walls
4 3 0 66 66 66 65 67 67 67 68 0 0 0 0 0 0 0 Grey Brick Quarter Walls
5 0 1060059 88 88 88 89 87 87 87 90 92 94 93 91 0 0 0 Light Brick Standard Walls
5 1 0 0 10656 10657 0 10659 10658 0 0 0 0 0 0 0 0 64 Light Brick Stained Glass Walls
5 2 0 95 95 95 97 96 96 96 98 0 0 0 0 0 0 0 Light Brick Half Walls
5 3 0 99 99 99 101 100 100 100 102 0 0 0 0 0 0 0 Light Brick Quarter Walls
5 4 0 105 105 105 107 106 106 106 108 0 0 0 0 0 0 0 Light Brick Roof Edging
6 0 1060060 444 444 440 438 439 445 445 441 0 452 453 0 0 0 0 Hide Standard Walls
6 1 0 446 450 448 0 449 451 447 441 0 454 455 0 0 0 0 Hide Alternative Walls
6 2 0 427 422 423 421 426 425 428 424 429 430 432 431 0 0 0 Woven Standard Walls
6 3 0 8539 8539 8539 8540 8538 8538 8538 419 0 0 0 0 0 0 0 Woven Short Walls
7 0 1060061 149 146 151 144 150 145 148 147 152 9460 9467 9466 9461 153 0 Log Standard Walls
7 1 0 159 156 161 154 160 155 158 157 0 0 0 0 0 0 0 Log Half Walls
8 0 1060062 552 552 552 550 551 551 551 553 0 0 0 0 0 0 0 Palisades Standard Walls
8 1 0 1072 1058 546 547 1057 545 545 553 0 0 0 0 0 0 0 Palisades Alternative Walls
8 2 0 1059 1059 1059 1061 1060 1060 1060 0 0 0 0 0 0 0 0 Palisades Roof Edging
9 0 1060063 249 249 249 248 250 250 250 251 252 9484 9491 9490 9485 253 0 Tan Marble Fancy Walls
9 1 0 255 255 255 254 256 256 256 257 258 9496 9503 9502 9497 259 0 Tan Marble Medium Walls
9 2 0 261 261 261 260 262 262 262 263 264 9508 9515 9514 9509 265 0 Tan Marble Plain Walls
9 3 0 267 267 267 266 268 268 268 269 0 0 0 0 0 0 0 Tan Marble Half Walls
9 4 0 271 271 271 270 272 272 272 273 0 0 0 0 0 0 0 Tan Marble Fancy Roof Edging
9 5 0 1091 1091 1091 1090 1092 1092 1092 1093 0 0 0 0 0 0 0 Tan Marble Medium Roof Edging
9 6 0 280 280 280 279 281 281 281 282 0 0 0 0 0 0 0 Tan Marble Plain Roof Edging
10 0 1060064 670 670 670 669 671 671 671 672 0 686 685 0 0 0 0 White Marble Fancy Walls
10 1 0 664 664 664 663 665 665 665 666 0 667 668 0 0 0 0 White Marble Medium Walls
10 2 0 658 658 658 657 659 659 659 660 661 9532 9941 9940 9533 662 0 White Marble Plain Walls
10 3 0 674 674 674 673 675 675 675 676 0 0 0 0 0 0 0 White Marble Half Walls
10 4 0 698 698 698 697 699 699 699 700 0 0 0 0 0 0 0 White Marble Fancy Roof Edging
10 5 0 1105 1105 1105 1104 1106 1106 1106 1107 0 0 0 0 0 0 0 White Marble Medium Roof Edging
10 6 0 694 694 694 693 695 695 695 696 0 0 0 0 0 0 0 White Marble Plain Roof Edging\
11 0 1060065 345 345 345 344 346 346 346 347 0 348 349 0 0 0 0 Sandstone Brick Fancy Walls
11 1 0 352 352 352 350 351 351 351 353 0 355 354 0 0 0 0 Sandstone Brick Plain Walls
11 2 0 357 357 357 356 358 358 358 359 0 0 0 0 0 0 0 Sandstone Brick Fancy Half Walls
11 3 0 362 362 362 360 361 361 361 363 0 0 0 0 0 0 0 Sandstone Brick Plain Half Walls
11 4 0 517 515 512 511 513 516 518 514 519 9519 9527 9526 9520 522 0 Sandstone and Plaster Standard Walls
12 0 1060066 598 598 598 597 599 599 599 601 0 0 0 0 0 0 0 Flat Stone Medium Walls
12 1 0 592 592 592 591 593 593 593 600 0 0 0 0 0 0 0 Flat Stone Plain Walls
12 2 0 595 595 595 594 596 596 596 602 0 0 0 0 0 0 0 Flat Stone Open Walls
12 3 0 589 589 589 588 590 590 590 603 0 0 0 0 0 0 0 Flat Stone Fancy Walls
13 0 1060067 968 968 968 967 969 969 969 970 0 990 991 0 0 0 0 Sandstone and Mortar Dark Walls
13 1 0 972 972 972 971 973 973 973 974 0 0 0 0 0 0 0 Sandstone and Mortar Light Walls
13 2 0 983 980 993 979 994 981 984 982 0 0 0 0 0 0 0 Sandstone and Mortar Multi Walls
13 3 0 983 980 993 992 994 981 984 982 0 0 0 0 0 0 0 Sandstone and Mortar Multi Walls
13 4 0 960 960 960 958 961 961 961 962 0 0 0 0 0 0 0 Sandstone and Mortar Multi Walls
13 5 0 976 976 976 975 977 977 977 978 0 0 0 0 0 0 0 Sandstone and Mortar Multi Walls
14 0 1060068 312 310 307 309 308 311 313 298 0 314 315 0 0 0 0 Wood and Plaster Plain Walls
14 1 0 312 310 307 306 308 311 313 298 0 0 0 0 0 0 0 Wood and Plaster Wood Trim Walls
14 2 0 302 310 296 295 297 311 303 298 0 0 0 0 0 0 0 Wood and Plaster Diagonal Beams 1
14 3 0 304 310 300 299 301 311 305 298 0 0 0 0 0 0 0 Wood and Plaster Diagonal Beams 2
14 4 0 336 336 336 332 334 334 334 298 0 342 343 0 0 0 0 Wood and Plaster Fancy Walls
14 5 0 338 338 338 335 339 339 339 298 0 340 341 0 0 0 0 Wood and Plaster Medium Walls
15 0 1060069 910 910 910 909 911 911 911 898 0 0 0 0 0 0 0 Damaged Plaster Plain Walls
15 1 0 912 915 907 914 908 916 913 898 0 0 0 0 0 0 0 Damaged Plaster Damaged Walls
15 2 0 912 915 907 906 908 916 913 898 0 0 0 0 0 0 0 Damaged Plaster Wood Trim Walls
15 3 0 902 915 896 895 897 916 903 898 0 0 0 0 0 0 0 Damaged Plaster Diagonal Beams 1
15 4 0 904 915 900 899 901 916 905 898 0 0 0 0 0 0 0 Damaged Plaster Diagonal Beams 2
16 0 1063365 9351 9351 9351 9349 9350 9350 9350 9354 0 0 0 0 0 0 64 Laquered Panel Standard Walls
16 1 0 9348 9348 9348 9346 9347 9347 9347 9353 0 0 0 0 0 0 64 Lacquered Panel Half Walls
16 2 0 9345 9345 9345 9343 9344 9344 9344 9352 0 0 0 0 0 0 64 Lacquered Panel Quarter Walls
17 0 1063366 10650 10650 10650 10653 10647 10647 10647 10644 0 0 0 0 0 0 64 Wood Panel Standard Walls
17 1 0 10649 10649 10649 10652 10646 10646 10646 10643 0 0 0 0 0 0 64 Wood Panel Half Walls
17 2 0 10648 10648 10648 10651 10645 10645 10645 10642 0 0 0 0 0 0 64 Wood Panel Quarter Walls
18 0 1063367 10015 10015 10015 10005 10012 10012 10012 10076 0 0 0 0 0 0 64 Paper Standard Walls
18 1 0 10014 10014 10014 10004 10011 10011 10011 10075 0 0 0 0 0 0 64 Paper Half Walls
18 2 0 10013 10013 10013 10003 10010 10010 10010 10074 0 0 0 0 0 0 64 Paper Quarter Walls
19 0 1063368 10082 10082 10082 10069 10079 10079 10079 10076 0 0 0 0 0 0 64 Lattice Standard Walls
19 1 0 10081 10081 10081 10068 10078 10078 10078 10075 0 0 0 0 0 0 64 Lattice Half Walls
19 2 0 10080 10080 10080 10067 10077 10077 10077 10074 0 0 0 0 0 0 64 Lattice Quarter Walls
20 0 1063369 10560 10560 10560 10554 10557 10557 10557 10563 0 0 0 0 0 0 64 Clay Standard Walls
20 1 0 10559 10559 10559 10553 10556 10556 10556 10562 0 0 0 0 0 0 64 Clay Half Walls
20 2 0 10558 10558 10558 10552 10555 10555 10555 10561 0 0 0 0 0 0 64 Clay Quarter Walls
21 0 1063370 10575 10575 10575 10566 10569 10569 10569 10572 0 0 0 0 0 0 64 Weathered Clay Standard Walls
21 1 0 10574 10574 10574 10565 10568 10568 10568 10571 0 0 0 0 0 0 64 Weathered Clay Half Walls
21 2 0 10573 10573 10573 10564 10567 10567 10567 10570 0 0 0 0 0 0 64 Weathered Clay Quarter Walls
22 0 1063371 10581 10581 10581 10584 10578 10578 10578 10587 0 0 0 0 0 0 64 Limestone Standard Walls
22 1 0 10580 10580 10580 10583 10577 10577 10577 10586 0 0 0 0 0 0 64 Limestone Half Walls
22 2 0 10579 10579 10579 10582 10576 10576 10576 10585 0 0 0 0 0 0 64 Limestone Quarter Walls
23 0 1063372 10745 10743 10740 10742 10741 10744 10746 10731 0 10747 10748 0 0 0 64 Dark Plaster Standard Walls
23 1 0 10745 10743 10740 10739 10741 10744 10746 10731 0 10747 10748 0 0 0 64 Dark Plaster Standard Walls 2
23 2 0 10735 10729 10729 10728 10730 10736 10736 10731 0 0 0 0 0 0 64 Dark Plaster Standard Walls 3
23 3 0 10737 10733 10733 10732 10734 10738 10738 10731 0 0 0 0 0 0 64 Dark Plaster Standard Walls 4
23 4 0 0 10726 10722 10721 10723 10727 0 10724 0 0 0 0 0 0 64 Dark Plaster Standard Quarter Walls
24 0 1063373 9367 9367 9367 9365 9366 9366 9366 9368 0 0 0 0 0 0 64 Cherrywood Standard Walls
24 1 0 9363 9363 9363 9361 9362 9362 9362 9364 0 0 0 0 0 0 64 Cherrywood Half Walls
24 2 0 9359 9359 9359 9357 9358 9358 9358 9360 0 0 0 0 0 0 64 Cherrywood Quarter Walls
25 0 1063374 9373 9378 9373 10800 9374 9377 9374 10806 0 0 0 0 0 0 64 Plaster Standard Walls - Light
25 1 0 9373 9384 9373 10803 9374 9383 9374 10809 0 0 0 0 0 0 64 Plaster Standard Walls - Dark
25 2 0 9371 9380 9371 10801 9372 9379 9372 10807 0 0 0 0 0 0 64 Plaster Half Walls - Light
25 3 0 9371 9386 9371 10804 9372 9385 9372 10810 0 0 0 0 0 0 64 Plaster Half Walls - Dark
25 4 0 9382 9382 9376 10802 9375 9381 9381 10808 0 0 0 0 0 0 64 Plaster Quarter Walls
26 0 1074416 11132 11132 11132 11717 11131 11131 11131 11720 0 0 0 0 0 0 128 light Plaster Elf Wall 1
26 1 0 11133 11133 11136 11136 11134 11135 11135 11720 0 0 0 0 0 0 128 light Plaster Elf Wall 1
26 2 0 11130 11130 11130 11716 11729 11729 11729 11719 0 0 0 0 0 0 128 light Plaster Elf Wall 1
26 3 0 11728 11728 11728 11715 11727 11727 11727 11718 0 0 0 0 0 0 128 light Plaster Elf Wall 1
27 0 1074417 11198 11198 11198 11183 11197 11197 11197 11186 0 0 0 0 0 0 128 Dark Plaster Elf Wall 2
27 1 0 11200 11200 11202 11202 11201 11201 11199 11199 0 0 0 0 0 0 128 Dark Plaster Elf Wall 2
27 2 0 11196 11196 11196 11182 11195 11195 11195 11185 0 0 0 0 0 0 128 Dark Plaster Elf Wall 2
27 3 0 11194 11194 11194 11181 11193 11193 11193 11184 0 0 0 0 0 0 128 Dark Plaster Elf Wall 2
28 0 1074418 11508 11508 11508 11211 11507 11507 11507 11212 0 0 0 0 0 0 128 Plaster Elf Wall 3
28 1 0 11510 11510 11512 11512 11511 11511 11509 11509 0 0 0 0 0 0 128 Plaster Elf Wall 3
28 2 0 11506 11506 11506 11209 11505 11505 11505 11210 0 0 0 0 0 0 128 Plaster Elf Wall 3
28 3 0 11504 11504 11504 11207 11503 11503 11503 11208 0 0 0 0 0 0 128 Plaster Elf Wall 3
29 0 1074419 11585 11585 11585 11546 11584 11584 11584 11549 0 0 0 0 0 0 128 Carved Wood 1
29 1 0 11587 11587 11589 11589 11588 11588 11586 11586 0 0 0 0 0 0 128 Carved Wood 1
29 2 0 11583 11583 11583 11545 11582 11582 11582 11548 0 0 0 0 0 0 128 Carved Wood 1
29 3 0 11581 11581 11581 11544 11580 11580 11580 11547 0 0 0 0 0 0 128 Carved Wood 1
30 0 1076720 13795 13796 13796 13785 13794 13794 13793 13788 13798 13798 13797 13797 0 0 512 Crystal Walls 1
30 1 0 13792 13792 13792 13784 13791 13791 13791 13787 0 0 0 0 0 0 512 Crystal Walls 2
30 2 0 13790 13790 13790 13783 13789 13789 13789 13786 0 0 0 0 0 0 512 Crystal Walls 3
31 0 1076721 13883 13897 13895 13846 13896 13898 13882 13849 13885 13885 13884 13884 0 0 512 Shadow Walls 1
31 1 0 13881 13881 13881 13845 13880 13880 13880 13848 0 0 0 0 0 0 512 Shadow Walls 2
31 2 0 13879 13879 13879 13844 13878 13878 13878 13847 0 0 0 0 0 0 512 Shadow Walls 3
31 3 0 0 0 0 13843 0 0 0 0 0 0 0 0 0 0 512 Shadow Walls 3
32 0 1112080 17229 17228 17226 17190 17227 17224 17225 17191 0 0 0 0 0 0 65536 Gargish Wall Set 1
32 1 0 17354 17355 17358 17356 17357 0 0 0 0 0 0 0 0 0 65536 Gargish Wall Set 1
33 0 1112080 17230 17231 17178 17180 17232 17233 17183 17181 0 0 0 0 0 0 65536 Gargish Wall Set 2
33 1 0 17182 17179 0 0 0 0 0 0 0 0 0 0 0 0 65536 Gargish Wall Set 2
34 0 1112080 17240 17237 17239 17238 17241 17236 0 0 0 0 0 0 0 0 65536 Gargish Windows 3
35 0 1112082 16790 16791 16805 16785 16784 16786 16787 16796 16788 16789 0 0 0 0 65536 Gargish Green Marble 1
35 1 0 16797 16799 16806 16807 16808 16792 16793 16794 0 0 0 0 0 0 65536 Gargish Green Marble 2
35 2 0 16795 16798 0 0 0 0 0 0 0 0 0 0 0 0 65536 Gargish Green Marble 3
36 0 1112083 16720 16721 16724 16725 16730 16722 16723 16733 16736 16737 0 0 0 0 65536 Gargish Two-Tone Stone Walls
36 1 0 16731 16738 16739 16734 16718 16719 16732 16735 0 0 0 0 0 0 65536 Gargish Two-tone Stone Half Walls
36 2 0 16742 16743 16744 16745 0 0 0 0 0 0 0 0 0 0 65536 Gargish Two-tone Stone Half Walls
37 0 1112084 16664 16665 16666 16675 16660 16661 16662 16663 0 0 0 0 0 0 65536 Gargish Gold Stone Walls 1
37 1 0 16676 16677 16678 16679 0 0 0 0 0 0 0 0 0 0 65536 Gargish Gold Stone Walls 2
38 0 1112086 20787 20786 20800 20781 20795 20796 20782 20783 20799 20801 20754 20735 0 0 65536 Gargish Red Marble Walls 1
38 1 0 20734 20738 20753 20757 20736 20737 20755 20756 0 0 0 0 0 0 65536 Gargish Red Marble Walls 2
38 2 0 20741 20742 20743 20744 20745 20746 20739 20758 0 0 0 0 0 0 65536 Gargish Red Marble Walls 3
38 3 0 0 20733 20747 20748 20749 20750 20752 0 0 0 0 0 0 0 65536 Gargish Red Marble Walls 4
38 4 0 20760 20761 20762 20763 20764 20765 20766 20767 0 0 0 0 0 0 65536 Gargish Red Marble Walls 5
38 5 0 20768 20769 0 0 0 0 0 0 0 0 0 0 0 0 65536 Gargish Red Marble Walls 6
39 0 1112085 20751 20759 20778 20775 20794 20797 20798 20784 0 0 0 0 0 0 65536 Gargish Marble Walls 1
39 1 0 20785 20698 20699 20700 20701 20791 20792 20793 0 0 0 0 0 0 65536 Gargish Marble Walls 2
39 2 0 20788 20789 20790 20780 20779 0 0 0 0 0 0 0 0 0 65536 Gargish Marble Tiles 2
40 0 1112087 18139 18138 18136 18140 18304 18305 18306 18307 0 0 0 0 0 0 65536 Gargish Ruined Walls 1
40 1 0 18308 18310 18313 18314 18315 18316 18317 18318 0 0 0 0 0 0 65536 Gargish Ruined Walls 2
40 2 0 18309 18311 18312 18302 18303 18201 18202 18204 0 0 0 0 0 0 65536 Gargish Ruined Walls 3
40 3 0 18205 18206 18207 18208 0 18129 18130 18131 0 0 0 0 0 0 65536 Gargish Ruined Walls 4
40 4 0 18132 18133 18134 18135 18110 18111 18112 18113 0 0 0 0 0 0 65536 Gargish Ruined Walls 4
40 5 0 18114 18115 18116 18117 18118 18122 18123 18120 0 0 0 0 0 0 65536 Gargish Ruined Walls 4
41 0 1112088 16761 16760 16759 16756 16763 16762 16765 16766 16757 16758 0 0 0 0 65536 Gargish Blue Marble Walls
41 1 0 16764 16767 16768 16769 16770 16771 16772 16773 0 0 0 0 0 0 65536 Gargish Blue Marble Half Walls
41 2 0 16751 16750 16748 16749 0 0 0 0 0 0 0 0 0 0 65536 Gargish Blue Marble Half Walls 2
42 0 1112080 17184 17349 17350 17347 17348 17351 17352 17353 0 0 0 0 0 0 65536 Gargish Wall Set 3
43 0 1150629 19246 19189 19190 19213 19196 19195 19247 19214 0 19191 19197 0 0 0 262144 Gothic Walls 1
43 1 0 19255 19254 19193 19209 19199 19253 19211 19210 0 0 0 0 0 0 262144 Gothic Walls 2
43 2 0 19259 19257 19194 19208 19200 19260 19256 19206 0 0 0 0 0 0 262144 Gothic Walls 3
43 3 0 0 19258 19243 19212 19245 0 19215 19244 0 0 0 0 0 0 262144 Gothic Walls 4
43 4 0 0 19216 19217 19218 19219 19220 19221 0 0 0 0 0 0 0 262144 Rose Window 1
43 5 0 0 19222 19223 19224 19225 19226 19227 0 0 0 0 0 0 0 262144 Rose Window 2
44 0 1150630 0 30694 30724 30700 30723 30697 0 30710 0 30703 30704 0 0 0 524288 Board and Batten Walls 1
44 1 0 0 30695 30726 30701 30725 30698 0 30711 0 0 0 0 0 0 524288 Board and Batten Walls 2
44 2 0 0 30696 30737 30702 30736 30699 0 30712 0 0 0 0 0 0 524288 Board and Batten Walls 3
49 0 0 30694 30695 30696 30700 30697 30698 30699 30710 30703 30724 30723 30725 30726 30704 65536 Rustic Wall 1
49 1 0 30706 30705 30737 30701 30708 30736 30709 30711 0 0 0 0 0 0 65536 Rustic Wall 2
50 2 0 0 0 0 30702 0 0 0 30712 0 0 0 0 0 0 65536 Rustic Wall Post
51 3 0 0 0 0 30707 0 0 0 30713 0 0 0 0 0 0 65536 Rustic Wall Post
52 4 0 0 0 0 0 0 0 0 30714 0 0 0 0 0 0 65536 Rustic Wall Post
53 0 1156115 39601 39604 39606 39600 39602 39605 39607 39603 39608 0 0 39609 0 0 1048576 Jungle Walls 1
53 1 0 39611 0 0 39610 39612 0 0 39613 0 0 0 0 0 0 1048576 Jungle Walls 2
53 2 0 39615 0 0 39614 39616 0 0 39617 0 0 0 0 0 0 1048576 Jungle Walls 3
53 3 0 39623 0 0 39625 39624 0 0 39626 0 0 0 0 0 0 1048576 Jungle Walls 4
54 0 1156116 39702 0 0 39701 39703 0 0 39704 39709 0 0 39710 0 0 2097152 Shadowguard Walls 1
54 1 0 39705 0 0 39707 39706 0 0 39892 0 0 0 0 0 0 2097152 Shadowguard Walls 2
54 2 0 0 39807 0 39806 0 39808 0 39809 0 0 0 0 0 0 2097152 Shadowguard Walls 3
54 3 0 39716 0 0 39715 39717 0 0 39718 0 0 0 0 0 0 2097152 Shadowguard Walls 4
54 4 0 0 39712 0 39711 0 39713 0 39714 0 0 0 0 0 0 2097152 Shadowguard Walls 5
54 5 0 39889 0 0 39888 39890 0 0 39891 0 0 0 0 0 0 2097152 Shadowguard Walls 6
54 6 0 39724 0 0 39726 39725 0 0 39727 0 0 0 0 0 0 2097152 Shadowguard Walls 7

View file

@ -0,0 +1,25 @@
# Bounty Boards — placed when murderSystem.bountiesEnabled is true
# 0x1E5E = east-facing, 0x1E5F = south-facing
BountyBoard 0x1E5E
2887 3482 17
2734 2184 0
2891 680 0
5668 3123 13
BountyBoard 0x1E5F
5278 3981 37
1442 1687 0
2512 551 0
600 2147 0
# Guards — one per board, standing in front
Spawner 0x1F13 (Spawn=WarriorGuard; Count=1; HomeRange=0; WalkingRange=5; Name=Bounty Board Guard Spawner)
2887 3487 17
2734 2189 0
2891 685 0
5668 3128 13
5283 3981 37
1447 1687 0
2517 551 0
605 2147 0

View file

@ -0,0 +1,927 @@
# switch
Static 0x108F
5552 1864 11
5399 1875 17
5435 1875 12
# stone stairs
Static 0x07A4
5553 1807 0
5558 1826 -12
5558 1825 -5
5551 1807 0
5552 1807 0
5556 1826 -12
5552 1804 15
5556 1825 -5
5557 1825 -5
5557 1826 -12
5557 1828 -22
# cot
Static 0x11FD
5554 1889 0
5554 1891 0
5554 1895 0
5554 1897 0
5554 1899 0
5554 1903 0
5602 1889 0
5602 1907 0
5554 1907 0
5602 1911 0
5602 1915 0
5554 1905 0
5554 1911 0
5554 1913 0
5554 1915 0
5602 1891 0
5602 1895 0
5602 1897 0
5602 1899 0
5602 1903 0
5602 1905 0
5602 1913 0
# metal door
MetalDoor2 0x06CF (Facing=NorthCCW)
5567 1829 0
5581 1877 0
5567 1863 0
5563 1877 0
5577 1877 0
# metal door
MetalDoor2 0x06CD (Facing=SouthCW)
5567 1830 0
5563 1841 0
5619 1859 0
5559 1843 0
5581 1878 0
5551 1881 0
5511 1809 0
5577 1878 0
5567 1864 0
5559 1912 0
5559 1905 0
5559 1890 0
5559 1876 0
5559 1867 0
5559 1859 0
5559 1851 0
5563 1903 0
5563 1878 0
5543 1881 0
5559 1897 0
# floor spikes
SpikeTrap 0x11A0
5410 1875 0
5483 1913 0
5409 1877 0
5485 1911 0
5492 2030 0
# barrel
Barrel 0x0E77
5608 1832 10
5610 1835 5
5459 1968 0
5610 1834 10
5464 1809 0
5610 1834 0
5611 1835 0
5609 1832 5
5621 1844 5
5464 1809 5
5620 1846 15
5620 1844 10
5620 1845 5
5621 1846 0
5608 1833 5
5608 1838 10
5608 1838 5
5620 1844 5
5620 1846 10
5608 1832 5
5608 1833 0
5610 1834 5
5611 1834 5
5464 1810 0
5622 1845 0
5622 1845 5
5621 1845 0
5620 1845 0
5464 1810 10
5621 1845 5
5611 1834 0
5620 1846 0
5620 1846 5
5464 1809 10
5465 1809 0
5465 1809 5
5465 1810 0
5608 1840 5
5609 1838 0
5465 1810 5
5456 2003 0
5620 1844 0
5621 1844 0
5609 1838 5
5621 1844 10
5464 1810 5
5608 1832 0
5608 1838 0
5608 1839 0
5608 1839 10
5608 1839 5
5608 1840 0
5609 1832 0
5609 1839 0
5610 1835 0
5621 1846 5
# crate
LargeCrate 0x0E3C
5418 1863 6
5489 2009 0
5489 2008 0
5417 1868 0
5384 1912 0 // spawning
5489 2008 3
5418 1863 3
5416 1866 0
5417 1864 0
5418 1863 0
5418 1864 0
5574 2000 0 // spawning
5417 1864 3
# metal door
MetalDoor2 0x06C5 (Facing=WestCW)
5589 1851 0
5579 1871 0
5569 1835 0
5617 1871 0
5617 1847 0
5579 1887 0
5603 1867 0
5603 1871 0
2545 853 0
# metal door
MetalDoor2 0x06C7 (Facing=EastCCW)
5580 1871 0
5590 1851 0
5618 1871 0
5618 1847 0
5580 1887 0
2546 853 0
# scimitar
Static 0x13B5 (Hue=0x4F4)
5570 1906 0
# bookcase
FullBookcase 0x0A9B
5576 1824 0
5584 1824 0
# flowstone
Static 0x08E3
5445 1824 -5
5444 1817 -5
5438 1798 -5
5441 1803 -5
5442 1802 -5
# mushroom
Static 0x0D16
5581 2011 0
5493 2009 0
5595 2009 0
5494 2030 0
5501 2025 0
5508 2028 0
5512 1998 0
5509 2009 0
5466 1879 0
5604 2001 0
5403 1902 0
5405 1911 0
5411 1901 0
5507 1991 0
5494 2003 0
5500 2005 0
5549 2029 0
5571 2028 0
5581 2026 0
5595 2016 0
5471 1928 0
5472 1927 0
5472 1927 5
5473 1927 4
5543 2036 0
5585 2015 0
5589 2011 0
# metal door
MetalDoor2 0x06D3 (Facing=NorthCW)
5611 1877 0
5615 1877 0
5595 1877 0
5591 1903 0
5563 1863 0
# wooden chest
WoodenChest 0x0E42
5489 2011 0 // spawning
5461 1968 0 // spawning
5456 1810 0 // spawning
5453 2024 0 // spawning
5456 1978 0 // spawning
5507 1991 0 // spawning
5501 2004 0 // spawning
5403 1863 0 // spawning
# crate
MediumCrate 0x0E3F
5613 1840 0
5613 1840 6
5613 1839 0
5613 1839 3
5613 1840 3
5455 1891 0 // spawning
5613 1840 9
5613 1839 6
# tray
Static 0x0992
5620 1881 6
# crate
LargeCrate 0x0E3D
5618 1832 3
5619 1840 3
5618 1840 9
5618 1839 9
5616 1832 0
5618 1832 0
5618 1839 3
5617 1833 3
5617 1834 0
5618 1840 3
5576 2003 0 // spawning
5618 1840 6
5415 2004 0 // spawning
5615 1832 0
5617 1832 6
5616 1832 3
5616 1832 6
5616 1832 9
5616 1833 0
5618 1839 0
5617 1832 0
5617 1832 3
5617 1832 9
5619 1839 3
5384 1908 0 // spawning
5618 1839 6
5616 1834 0
5616 1833 3
5617 1833 0
5619 1839 0
5618 1840 0
5619 1839 6
5619 1840 0
# candlabra
CandelabraStand 0x0A29
5576 1848 0
5582 1848 0
5586 1856 0
5568 1852 0
5577 1855 0
# long pants
Static 0x1539 (Hue=0xE8)
5592 2010 0
# rack
Static 0x125B
5506 1811 0
# rack
Static 0x1258
5506 1812 0
# metal door
MetalDoor2 0x06D1 (Facing=SouthCCW)
5591 1904 0
5599 1905 0
5599 1897 0
5599 1890 0
5543 1809 0
5611 1878 0
5599 1913 0
5595 1878 0
5563 1864 0
5615 1878 0
# cauldron
Static 0x0974
5407 1934 0
5433 1976 0
5501 1998 0
# candle
CandleLarge 0x0A26
5454 1921 20
# oven
StoneOvenSouthAddon 0x0930
5621 1872 0
# flowstone
Static 0x08E8
5440 1813 -5
5439 1823 -5
5440 1797 -5
5440 1804 -5
5440 1806 -5
5440 1807 -5
5440 1808 -5
5440 1814 -5
5440 1821 -5
5440 1824 -5
5440 1825 -5
5440 1827 -5
5440 1828 -5
5440 1812 -5
5440 1817 -5
5439 1828 -5
5440 1799 -5
5440 1800 -5
5440 1801 -5
5440 1802 -5
5440 1803 -5
5440 1805 -5
5440 1809 -5
5440 1810 -5
5440 1811 -5
5440 1815 -5
5440 1816 -5
5440 1819 -5
5440 1820 -5
5440 1823 -5
5440 1826 -5
5443 1808 -5
5443 1821 -5
5440 1822 -5
5440 1798 -5
5440 1818 -5
# bookcase
FullBookcase 0x0A99
5568 1833 0
# bookcase
FullBookcase 0x0A97
5571 1824 0
5587 1824 0
# floor spikes
SpikeTrap 0x119A
5408 1878 0
# shackles
Static 0x1263
5507 1804 16
# flowstone
Static 0x08E6
5443 1807 -5
5442 1803 -5
5445 1817 -5
5445 1825 -5
# floor saw
SawTrap 0x11AC
5466 2011 0
5407 1873 0
# switch
Static 0x1092
5428 1875 13
5407 1873 19
5425 1875 13
5426 1875 13
5427 1875 13
5429 1875 13
# gas trap
GasTrap 0x113C
5491 2029 0
5468 2007 0
5493 2027 0
# open sack of flour
Static 0x103A
5625 1859 0
5623 1861 0
# water barrel
Static 0x154D
5464 1810 0
5465 1809 0
5465 1810 0
# metal chest
MetalGoldenChest 0x0E40
5415 1931 0 // spawning
5495 2012 0 // spawning
5615 1834 0 // spawning
# cot
Static 0x11FE
5603 1895 0
5555 1903 0
5603 1905 0
5603 1915 0
5555 1913 0
5555 1915 0
5603 1889 0
5603 1891 0
5603 1899 0
5603 1907 0
5603 1911 0
5555 1889 0
5555 1891 0
5555 1895 0
5555 1897 0
5555 1899 0
5555 1905 0
5555 1907 0
5555 1911 0
5603 1897 0
5603 1903 0
5603 1913 0
# metal chest
Metalchest 0x0E7C
5457 1810 0 // spawning
5400 1862 0 // spawning
5610 1832 0 // spawning
5569 2001 0 // spawning
5403 1928 0 // spawning
5450 1893 0
5450 1894 0
# stalagmites
Static 0x08E5
5439 1798 -5
5447 1819 -5
# candle
CandleLarge 0x0B1A
5536 1879 6
5536 1882 6
# dungeon wall
Static 0x02FF
5558 1825 0
# candelabra
CandelabraStand 0x0B26
5568 1866 0
5590 1866 0
# fireplace
Static 0x08DB
5616 1880 0
# stalagmites
Static 0x08EA
5441 1802 -5
5446 1809 -5
5444 1816 -5
5447 1812 -5
# ruined painting
HintItem 0x0C2C (Range=2; WarningNumber=500715; HintNumber=500716)
5570 1876 0
# rack
Static 0x125C
5506 1810 0
# stalagmites
Static 0x08E4
5443 1813 -5
5443 1808 11
# rack
Static 0x1256
5507 1813 0
# sack of flour
Static 0x1039
5624 1861 0
5621 1861 0
5623 1860 0
5624 1860 0
# block
Static 0x1276
5501 1811 0
# barrel
Barrel 0x0FAE
5452 1807 0
5452 1806 0
5451 1807 0
# block
Static 0x127B
5502 1809 0
# switch
Static 0x1090
5399 1875 17
5552 1864 11
# barred metal door
BarredMetalDoor 0x0685 (Facing=WestCW)
5539 1811 0
5515 1811 0
5523 1811 0
5531 1811 0
# rack
Static 0x1257
5506 1813 0
# wooden chest
WoodenChest 0x0E43
5573 2000 0 // spawning
5452 1796 0 // spawning
5496 1993 0 // spawning
# wooden box
WoodenBox 0x09AA
5574 2000 3 // spawning
# stone stairs
Static 0x07A5
5465 1805 15
5468 1805 0
5468 1806 0
5593 1841 -5
5593 1842 -5
5468 1804 0
5593 1840 -5
5594 1840 -11
5594 1841 -11
5594 1842 -12
5596 1841 -22
# crate
SmallCrate 0x0E7E
5549 2019 0 // spawning
5455 1892 0 // spawning
# crumbling floor
FireColumnTrap 0x11C5
5467 1852 0
5474 1852 0
5474 1857 0
5438 1917 0
5440 1917 0
5441 1908 0
5441 1912 0
5443 1912 0
5562 2028 0
5568 2027 0
5451 1919 0
5451 1923 0
5459 1856 0
5463 1852 0
5463 1855 0
5471 1854 0
5471 1857 0
5477 1854 0
5479 1856 0
5556 2023 0
5561 2022 0
5537 2001 0
5541 2002 0
5541 2007 0
5542 2012 0
5545 2008 0
# head
Static 0x1CE1
5417 1865 0
# wooden shield
Static 0x1B7A
5417 1930 0
# cauldron
Static 0x0975
5473 1876 0
# broken chair
Static 0x0C1A
5613 1843 0
5572 1832 0
5583 1826 0
5576 1827 0
5580 1832 0
5597 1879 0
5604 1862 0
5614 1834 0
# bone shards
Static 0x1B1A
5421 1868 0
# bottles of liquor
Static 0x099E
5623 1856 6
5621 1856 6
5624 1857 0
# dirty frypan
Static 0x09DE
5619 1875 6
# broken chair
Static 0x0C19
5571 1825 0
5581 1827 0
5621 1838 0
5577 1831 0
5588 1828 0
5609 1836 0
# stalagmites
Static 0x08E7
5443 1822 -5
# bookcase
FullBookcase 0x0A98
5575 1824 0
# metal chest
MetalChest 0x09AB
5507 1808 0
5388 1907 0
5411 1925 0
5507 1805 0
# metal chest
MetalGoldenChest 0x0E41
5502 1807 0 // spawning
5408 1927 0 // spawning
5454 2031 0 // spawning
# stalagmites
Static 0x08E1
5439 1799 -5
5444 1824 -5
# wand
Static 0x0DF3
5404 1937 0
5419 1928 0
# switch
Static 0x1091
5407 1873 19
# sign
LocalizedSign 0x1F28 (LabelNumber=1016094)
2495 918 8
# shackles
Static 0x1262
5501 1808 20
5501 1806 20
# iron maiden
Static 0x124B
5502 1805 0
# block
Static 0x127A
5503 1809 0
# guillotine
Static 0x1245
5505 1805 0
# rack
Static 0x125D
5507 1810 0
# rack
Static 0x125A
5507 1811 0
# rack
Static 0x1259
5507 1812 0
# broken chair
Static 0x0C1D
5574 1832 0
# statue
WarningItem 0x12D9 (Range=3; WarningNumber=1010056; ResetDelay=00:00:25)
5577 1895 0
5581 1895 0
# statue
WarningItem 0x12D9 (Range=3; WarningNumber=1010057; ResetDelay=00:00:25)
5577 1911 0
5581 1911 0
# flowstone
Static 0x08E2
5473 1802 0
# crate
MediumCrate 0x0E3E
5610 1837 0 // spawning
5402 1863 0 // spawning
5450 1892 0 // spawning
# wooden bench
WoodenBench 0x0B2C
5539 1877 0
5539 1878 0
5539 1879 0
5539 1883 0
5539 1884 0
5539 1885 0
5541 1877 0
5541 1878 0
5541 1879 0
5541 1883 0
5541 1884 0
5541 1885 0
# barred metal door
BarredMetalDoor 0x0689 (Facing=WestCCW)
5523 1806 0
5515 1806 0
5531 1806 0
5539 1806 0
# stone stairs
Static 0x0751
5475 1881 0
5474 1881 0
# stone stairs
Static 0x0752
5476 1880 0
5476 1879 0
# stone stairs
Static 0x0761 (Hue=0x83B)
5475 1880 0
# stone stairs
Static 0x0764 (Hue=0x83B)
5475 1879 0
# stone stairs
Static 0x0753
5474 1878 0
5475 1878 0
# stone stairs
Static 0x0754
5473 1880 0
5473 1879 0
# stone stairs
Static 0x0763 (Hue=0x83B)
5474 1880 0
# stone stairs
Static 0x0762 (Hue=0x83B)
5474 1879 0
# floor saw
SawTrap 0x11B1
5484 2028 0
# broken chair
Static 0x0C11
5604 1880 0
5600 1872 0
# broken chair
Static 0x0C10
5606 1874 0
# skinning knife
Static 0x0EC4
5416 1937 0
# necklace
Static 0x1089
5416 1931 0
# wand
Static 0x0DF4
5416 1929 0
# ring
Static 0x108A
5417 1926 0
# bones
Static 0x0ED2
5423 1867 0
# stone chair
HintItem 0x1218 (Range=2; WarningNumber=500717; HintNumber=500718)
5579 1848 5
# block
Static 0x127C
5501 1809 0
# block
Static 0x1277
5501 1810 0
# broken chair
Static 0x0C1E
5589 1826 0
5600 1879 0
# block
Static 0x1278
5502 1810 0
# block
Static 0x1275
5502 1811 0
# block
Static 0x1279
5503 1810 0
# block
Static 0x1274
5503 1811 0
# goblet
Static 0x099A
5599 1876 4
# goblet
Static 0x09BF
5599 1877 4
# bed
Static 0x0A5B
5600 1863 0
# chair
WoodenChairCushion 0x0B53
5600 1875 0
# goblet
Static 0x09CB
5600 1878 4
5606 1878 4
# bed
Static 0x0A5A
5601 1863 0
# chair
WoodenChair 0x0B57
5602 1875 0
# chair
WoodenChair 0x0B59
5606 1879 0
# kettle
Static 0x09ED
5616 1879 0
# fireplace
Static 0x08DA
5616 1881 0
# tray
Static 0x0991
5619 1877 6

View file

@ -0,0 +1,883 @@
# stone pavers
Static 0x051D
5194 579 5
5177 572 5
5178 572 5
5179 572 5
5180 572 5
5182 572 5
5198 579 5
5197 579 5
5196 579 5
5195 579 5
5193 579 5
5192 579 5
5181 572 5
5183 572 5
5183 579 5
5182 579 5
5181 579 5
5180 579 5
5179 579 5
5178 579 5
5177 579 5
5198 572 5
5197 572 5
5196 572 5
5194 572 5
5193 572 5
5192 572 5
5195 572 5
# stone
Static 0x07A3
5194 579 0
5195 579 0
5196 579 0
5310 740 0
5322 740 0
5183 579 0
5178 579 0
5179 579 0
5180 579 0
5181 579 0
5182 579 0
5177 579 0
5177 572 0
5178 572 0
5179 572 0
5180 572 0
5181 572 0
5182 572 0
5183 572 0
5193 579 0
5197 579 0
5198 579 0
5192 579 0
5198 572 0
5197 572 0
5196 572 0
5193 572 0
5194 572 0
5195 572 0
5192 572 0
5314 740 0
5318 740 0
# barrel
Barrel 0x0E77
5281 536 0
5281 536 10
5282 536 0
5336 613 0
5336 613 5
5280 536 0
5281 536 5
5296 592 5
5296 594 0
5300 593 0
5298 592 0
5296 592 0
5296 593 0
5296 593 5
5297 592 0
5297 592 5
5280 536 5
5280 537 0
5192 584 0
5197 584 0
5197 584 5
5197 585 0
5197 585 5
5198 584 0
5198 585 0
# floor spikes
SpikeTrap 0x11A0
5133 713 0
5322 747 -20
5220 744 -20
5187 690 0
# metal chest
MetalChest 0x09AB
5150 741 0
5312 750 -20
5141 577 -50
# crystal ball
Static 0x0E2F
5211 733 -15
5228 733 -17
# crate
LargeCrate 0x0E3D
5280 541 0
5280 541 3
5280 543 3
5280 701 0
5280 701 3
5284 688 0
5288 611 0
5288 611 3
5288 612 0
5280 700 0
5280 700 3
5285 688 0
5184 629 3
5280 542 0
5280 542 3
5280 542 6
5280 543 0
5280 543 6
5184 629 0
5184 629 6
# scroll%s%
Static 0x0E36
5270 664 5
5218 724 -20
# floor spikes
SpikeTrap 0x119A
5134 715 0
5193 689 0
5326 745 -20
5228 701 -20
5222 733 -20
# stone stairs
Static 0x07A4
5305 531 10
5306 649 15
5183 573 1
5217 587 -20
5218 762 -35
5217 586 -15
5183 580 0
# crate
LargeCrate 0x0E3C
5280 573 0
5280 573 6
5283 648 0
5340 544 0
5341 544 0
5285 648 3
5339 544 0
5340 544 3
5341 544 3
5341 544 6
5342 544 0
5342 544 3
5342 544 6
5342 544 9
5284 648 0
5285 649 0
5285 648 0
5280 573 3
# metal chest
Metalchest 0x0E7C
5147 611 -50 // spawning
5324 570 0 // spawning
5327 751 -20 // spawning
5264 676 5 // spawning
# brazier
Brazier 0x0E32
5294 625 -5
5297 625 -5
5294 622 -5
5297 622 -5
5309 737 0
# scroll%s%
Static 0x0E3A
5315 585 0
5188 585 0
5161 693 0
# stone face
StoneFaceTrap 0x10FC
5319 581 0
# lever
Static 0x108C
5320 568 0
5328 544 15
5280 552 0
# dungeon wall
SecretDungeonDoor 0x031E (Facing=NorthCCW)
5295 675 0
5279 649 0
5319 708 0
5322 583 0
# metal chest
MetalGoldenChest 0x0E40
5264 693 0 // spawning
5325 570 0 // spawning
5270 688 0 // spawning
5256 677 0 // spawning
# floor saw
SawTrap 0x11B1
5219 725 -20
5222 734 -20
5189 652 0
5178 661 0
5325 748 -20
5303 736 0
5222 712 -20
5220 685 -20
5304 735 0
# wand
Static 0x0DF4
5228 694 -20
5228 730 -14
5188 694 5
5230 562 0
5310 589 0
# statue
Static 0x1227
5327 538 0
# metal chest
MetalGoldenChest 0x0E41
5153 739 0 // spawning
5150 627 -50 // spawning
5144 627 -50 // spawning
5320 754 -20 // spawning
5203 584 0 // spawning
# studded gorget
Static 0x13D6
5201 620 0
5334 680 0
# scroll%s%
Static 0x0EF9
5292 621 0
5187 660 0
# woven mat
Static 0x11E8
5337 549 0
# scroll%s%
Static 0x0EF4
5337 589 0
# woven mat
Static 0x11E9
5338 549 0
# metal door
MetalDoor2 0x06CF (Facing=NorthCCW)
5319 675 0
5295 579 0
5287 675 0
5311 603 0
5303 627 0
5311 579 0
5191 558 0
# butcher knife
Static 0x13F6
5153 613 -50
5142 658 0
5311 722 0
# alchemical symbol
Static 0x1822 (Hue=0x482)
5336 600 0
5336 585 0
# bones
Static 0x0ED0
5341 548 0
# gas trap
GasTrap 0x113C
5314 750 -20
5305 757 -20
5155 603 -50
5158 716 0
5189 650 0
# statue
Static 0x1228
5267 683 0
5128 700 0
5282 586 13
5282 582 13
5266 674 5
5266 677 5
# Red Potion
Static 0x0F0B
5211 724 -16
5227 723 -17
# straw pillow
Static 0x11EB
5337 549 1
# broadsword
Static 0x0F5E
5266 682 0
# stone stairs
Static 0x07A9
5184 580 0
5184 573 0
# stone stairs
Static 0x07A5
5184 579 0
5184 572 0
5190 569 0
5190 568 0
5186 568 0
# stone stairs
Static 0x07AA
5184 578 0
5184 571 0
# stone stairs
Static 0x07A8
5176 578 0
5176 571 0
5191 578 0
5191 571 0
# stone stairs
Static 0x07A7
5176 579 0
5191 579 0
5191 572 0
5176 572 0
# stone stairs
Static 0x07AB
5176 580 0
5176 573 0
5191 580 0
5191 573 0
# stone stairs
Static 0x07AF
5177 580 0
5177 573 0
5192 580 0
5192 573 0
# stone stairs
Static 0x07AC
5177 571 0
5192 578 0
5192 571 0
5177 578 0
# dungeon wall
Static 0x0241
5152 687 0
5153 687 0
5154 687 0
5156 687 0
5157 687 0
5158 687 0
5159 687 0
# wooden chest
WoodenChest 0x0E42
5317 582 0 // spawning
5169 599 0 // spawning
5224 571 0 // spawning
5256 675 0 // spawning
# statue
Static 0x1225
5320 758 -20
5137 579 -50
# floor saw
SawTrap 0x11AC
5315 735 0
5153 611 -50
5204 655 0
5133 714 0
# wooden chest
WoodenChest 0x0E43
5318 581 0 // spawning
5264 688 0 // spawning
5201 584 0 // spawning
5229 570 0 // spawning
# metal door
MetalDoor2 0x06CB (Facing=EastCW)
5283 663 0
5307 687 0
5323 591 0
5321 575 0
5283 695 0
5283 687 0
5284 575 0
5331 695 0
5307 695 0
5188 567 0
5284 551 0
5156 735 0
# metal door
MetalDoor2 0x06CD (Facing=SouthCW)
5311 580 0
5287 699 0
5319 676 0
5295 580 0
5303 699 0
5303 628 0
5191 559 0
5311 604 0
5287 676 0
# kite shield
Static 0x1B74
5298 608 0
5230 562 0
# empty tub
Static 0x0E83
5338 544 0
# earrings
Static 0x1087
5325 603 -20
5230 691 -20
5226 563 0
# feathered hat
Static 0x171A
5174 570 0
# mushroom
MushroomTrap 0x1125
5304 757 -20
5327 743 -20
5319 747 -20
5310 750 -20
# heating stand
HeatingStand 0x184A
5205 611 4
# dungeon wall
SecretDungeonDoor 0x0316 (Facing=EastCCW)
5266 687 0
# dungeon wall
SecretDungeonDoor 0x031A (Facing=EastCW)
5178 583 0
# keg
Keg 0x0E7F
5196 584 0
5195 584 0
5296 596 0
# small crate
SmallCrate 0x09A9
5320 569 0
5150 746 0
# crate
MediumCrate 0x0E3E
5296 595 0
5296 595 3
5280 654 0
5280 658 0
5280 653 0
# cleaver
Static 0x0EC3
5319 744 -20
5334 550 0
5281 688 0
5313 549 0
# kite shield
Static 0x1B78
5333 614 0
# empty vial%s%
Static 0x0E24
5212 723 -14
# dried onions
Static 0x0C3F
5224 573 0
# switch
Static 0x1092
5293 672 11
# viking sword
Static 0x13B9
5324 624 0
# metal door
MetalDoor2 0x06C9 (Facing=WestCCW)
5283 575 0
5330 695 0
5322 591 0
5187 567 0
5283 551 0
5320 575 0
5139 688 0
5155 735 0
# ring
Static 0x108A
5294 587 0
# blank scroll%s%
Static 0x0EF3
5211 730 -17
5211 732 -16
5202 608 0
# deer mask
Static 0x1548
5141 680 0
# dagger
Static 0x0F51
5286 573 0
# shoes
Static 0x170F
5286 566 0
# metal door
MetalDoor2 0x06C5 (Facing=WestCW)
5309 734 0
# metal door
MetalDoor2 0x06C7 (Facing=EastCCW)
5310 734 0
# long pants
Static 0x1539 (Hue=0x25)
5286 566 0
# stone chair
Static 0x1219
5137 578 -50
5165 565 0
5165 567 0
5165 569 0
# shackles
Static 0x1262
5137 587 -37
5137 594 -37
5137 597 -37
# skull with candle
CandleSkull 0x1858
5138 577 -45
5167 566 6
# ceramic mug
CeramicMug 0x0997
5138 593 -50
5139 587 -50
5142 586 -50
5153 584 -50
5153 590 -50
# iron maiden
Static 0x124B
5138 611 -50
# guillotine
Static 0x125E
5141 611 -50
# shackles
Static 0x1263
5142 584 -37
5138 584 -37
5152 577 -37
5154 577 -37
# shirt
Static 0x1517 (Hue=0x25)
5286 566 0
# wooden shield
Static 0x1B7A
5282 548 0
# White Potion
Static 0x0F09
5210 724 -16
# statue
Static 0x1226
5321 747 -8
5313 747 -8
# dirty pot
Static 0x09DD
5151 584 -50
# dirty pan
Static 0x09E8
5153 595 -50
# dungeon wall
SecretDungeonDoor 0x031C (Facing=SouthCW)
5263 672 0
# Black Potion
Static 0x0F06
5226 722 -15
# Blue Potion
Static 0x0F08
5228 722 -18
# barred metal door
BarredMetalDoor 0x0693 (Facing=NorthCW)
5150 579 -50
5150 586 -50
5150 597 -50
5150 605 -50
# barred metal door
BarredMetalDoor 0x068F (Facing=NorthCCW)
5144 588 -50
5144 595 -50
5144 604 -50
# goblet
Static 0x09BF
5166 565 0
5166 570 0
5167 567 0
5167 569 0
5168 564 0
5168 570 0
5166 567 0
5167 564 0
5168 566 0
5168 568 0
5167 565 0
# stone chair
Static 0x1218
5167 563 0
# skull with candle
CandleSkull 0x1854
5167 568 7
# stone chair
Static 0x121A
5167 571 0
# stone face
StoneFaceTrap 0x10F5
5168 584 0
# stone face
StoneFaceTrap 0x110F
5168 599 0
# stone chair
Static 0x121B
5169 567 0
5169 569 0
5169 565 0
5202 597 0
5202 599 0
5202 601 0
# scroll%s%
Static 0x0E38
5169 573 0
5186 548 0
# scroll%s%
Static 0x0EF8
5173 692 0
5174 665 0
# bone
Static 0x1B12
5184 605 0
# close helm
Static 0x1409
5129 690 0
# brazier
Brazier 0x0E31
5175 615 0
5186 573 10
5224 560 0
5188 573 11
# spike trap
SpikeTrap 0x111B
5173 592 4
5172 592 4
# dungeon wall
Static 0x0300
5189 574 20
# tricorne hat
Static 0x171B
5190 727 0
# scroll%s%
Static 0x0EF7
5195 589 0
# kettle
Static 0x09ED
5196 609 5
5202 621 5
# goblet
Static 0x099A
5197 621 3
5198 621 3
5205 615 9
5205 616 9
# scroll%s%
Static 0x0EF5
5197 655 0
# crystal ball
Static 0x0E2E
5201 609 8
5225 553 5
5199 609 7
# Batwing%s%
Static 0x0F78
5205 620 5
# statue
Static 0x139B
5317 751 -8
5309 751 -8
#
Static 0x1519
5211 554 -20
# crystal ball
Static 0x0E2D
5212 736 -20
5221 532 0
5227 735 -20
# ankh
Static 0x0005
5205 774 0
# Yellow Potion
Static 0x0F0C
5211 723 -20
# dried flowers
Static 0x0C3B
5224 572 0
# dried flowers
Static 0x0C3E
5224 573 0
# dried herbs
Static 0x0C41
5224 574 0
# Orange Potion
Static 0x0F07
5228 723 -17
# platemail gloves
Static 0x1414
5181 587 0
# candle
CandleLarge 0x0B1A
5174 614 0
5174 616 2
5176 614 2
5176 616 3
5226 562 0
# chainmail leggings
Static 0x13BE
5306 609 0
# bow
Static 0x13B2
5221 735 -20
# goblet
Static 0x09B3
5201 597 8
5201 600 7
# pen and ink
Static 0x0FC0
5201 598 6
# candle
CandleLarge 0x0A26
5226 564 2
5228 562 2
5228 564 3
# switch
Static 0x108F
5305 676 -12
# stone stairs
Static 0x07A6
5183 578 0
5183 571 0
# metal door
MetalDoor 0x0679 (Facing=WestCCW)
5155 687 1
# heavy crossbow
Static 0x13FD
5339 605 0
5192 655 0
# chainmail coif
Static 0x13BB
5193 575 0
# wizard's hat
Static 0x1718 (Hue=0x151)
5307 545 0
# bone armor
Static 0x144F
5289 542 0

View file

@ -0,0 +1,439 @@
# crate
LargeCrate 0x0E3C
5408 607 45
5384 552 60
5487 631 28
5488 630 25
5488 631 25
5488 631 28
5491 574 59
5491 574 62
5492 574 60
5492 574 63
5492 576 58
5493 574 60
5497 623 25
5476 898 30
5505 629 28
5479 560 60
5489 575 59
5497 520 60
5497 624 25
5500 520 60
5505 629 25
5487 631 25
5407 612 45
5505 629 31
5487 631 31
5407 612 48
5384 521 65
5384 552 63
5384 552 66
5384 553 60
5384 554 60
5384 555 60
5384 555 63
5384 555 66
5385 525 65
5385 527 65
5385 552 60
5385 552 63
5385 679 20
5498 520 60
5386 552 63
5386 552 66
5407 611 45
5407 611 48
5407 611 51
5407 613 45
5407 613 48
5407 613 51
5408 613 45
5384 522 65
5384 525 65
5384 526 65
5384 526 68
5384 527 65
5384 553 63
5384 556 60
5386 552 60
5408 613 48
5479 560 63
5479 561 60
# crate
LargeCrate 0x0E3D
5485 622 31
5490 535 60
5491 624 25
5485 622 25
5485 622 28
5487 623 25
5489 532 60
5489 535 60
5598 835 50
5544 903 10
5612 780 60
5613 777 60
5384 680 20
5433 780 60
5484 622 25
5484 622 28
# barrel
Barrel 0x0E77
5385 520 65
5489 528 65
5489 528 60
5490 528 60
5488 534 60
5488 532 65
5488 532 60
5388 552 60
5490 528 65
5388 553 60
5489 631 25
5389 552 60
5389 553 60
5390 552 60
5391 552 60
5391 552 65
5389 552 65
5390 552 65
5490 573 60
5493 528 60
5496 528 60
5390 552 70
5507 520 60
5489 630 30
5490 630 25
5496 522 60
5494 625 25
5494 625 30
5407 605 45
5384 681 20
5389 528 65
5489 630 25
5392 520 65
5390 528 65
5564 899 30
5491 528 60
5493 529 60
5501 528 60
5506 520 60
5393 520 65
5388 552 65
5496 522 65
5407 605 50
5408 605 45
5390 528 70
5384 529 65
5389 529 65
# crate
MediumCrate 0x0E3E
5388 601 45
5488 531 60
5488 530 60
5388 522 65
5510 813 60
5510 812 60
5386 585 45
5608 822 60
# metal door
MetalDoor2 0x06C7 (Facing=EastCCW)
5387 693 20
# metal chest
MetalGoldenChest 0x0E40
5408 929 20
5512 656 30
5387 698 15
5479 564 60
5604 807 60
# dirty pot
Static 0x09E7
5392 525 66
5400 590 45
# cauldron
Static 0x0975
5398 907 31
5413 723 16
5410 664 20
5459 741 5
# mushroom
Static 0x0D16
5445 977 15
5400 929 20
5406 932 20
5425 878 30
5496 542 60
5405 920 20
5407 575 60
5423 893 30
5405 885 30
5412 881 30
5413 892 30
5428 906 30
5453 970 15
5415 904 30
5448 533 60
5421 527 60
5427 957 15
5401 576 60
5418 909 30
5413 934 20
5391 896 30
5435 557 60
5484 544 60
5401 918 20
5445 962 15
5384 897 30
5386 888 30
# dirty pot
Static 0x09DD
5495 624 25
5490 623 25
5486 631 25
5497 625 25
# water
Static 0x179B
5401 703 14
5395 704 14
# ceramic mug
CeramicMug 0x0995
5497 563 65
5506 527 60
5499 561 65
5508 526 60
5501 524 60
5503 523 60
5503 533 60
5504 524 60
5505 531 60
# keg
Keg 0x0E7F
5495 625 25
5493 625 25
5507 653 20
# switch
Static 0x1092
5425 569 78
5506 625 39
# metal chest
Metalchest 0x0E7C
5395 1004 5
5451 870 45
5388 698 15
5385 698 15
5572 895 30
# crate
MediumCrate 0x0E3F
5490 529 60
5514 803 60
5565 900 30
# small crate
SmallCrate 0x09A9
5517 809 60
5613 779 60
5385 680 20
5387 680 20
5391 522 65
# dirty frypan
Static 0x09DE
5484 622 31
5487 624 25
# water barrel
Static 0x154D
5390 552 60
5496 522 60
5489 631 25
# metal chest
MetalChest 0x09AB
5510 660 20
5567 897 30
5615 776 60
# wooden chest
WoodenChest 0x0E43
5504 650 30
5384 656 30
5539 877 30
5386 698 15
5505 656 30
5391 703 15
5614 776 60
5401 932 20
5587 815 45
# metal chest
MetalGoldenChest 0x0E41
5553 831 45
5567 900 30
5390 604 30
5394 600 45
5555 824 45
5387 587 45
5539 872 45
# cauldron
Static 0x0974
5502 541 61
5391 966 15
5434 853 45
# crate
SmallCrate 0x0E7E
5440 843 45
5516 808 60
5387 590 45
5466 826 60
5500 536 60
# wooden chest
WoodenChest 0x0E42
5568 899 30
5392 981 5
5565 824 45
5382 658 30
5384 819 60
5384 820 60
5504 532 62
5390 698 15
5479 563 60
5472 760 5
5472 761 5
5401 978 5
# metal door
MetalDoor2 0x06C5 (Facing=WestCW)
5386 693 20
# pot
Static 0x09E5
5389 527 65
5385 525 68
# dirty pot
Static 0x09DF
5389 591 45
5390 591 45
# dirty pan
Static 0x09E8
5389 591 45
5393 586 45
5497 523 60
5497 527 60
5503 533 60
5504 524 60
5504 530 60
# dirty pot
Static 0x09DC
5390 525 65
5497 564 65
5502 531 60
# kettle
Static 0x09ED
5391 526 65
5500 523 60
# water
Static 0x1797
5395 705 14
# water
Static 0x179C
5395 707 14
# water
Static 0x179A
5396 705 14
5399 703 14
5395 703 14
5400 703 14
# water
Static 0x1799
5397 703 14
5397 705 14
# ankh
RejuvinationAnkhWest 0x0003
5425 570 65
# fire pit
Static 0x0FAC
5502 541 60
# gruesome standard
Static 0x041F
5507 539 70
# blood smear
Static 0x122F
5410 550 60
5413 549 60
# crystal ball
Static 0x0E2F
5450 1004 19
# stone
Static 0x07A3
5453 612 45
# stone
Static 0x0788
5458 610 45
# ankh
RejuvinationAnkhNorth 0x0004
5474 525 79
# dirty pot
Static 0x09E6
5480 630 25
5503 529 60
# bone arms
Static 0x1453
5561 905 30
# ceramic mug
CeramicMug 0x09CA
5498 528 60
5502 533 60
# skeleton
Static 0x1B7F
5501 560 65
# campfire
Static 0x0DE3
5502 541 60
# garbage
Static 0x10EE
5502 534 60
# skull mug
Static 0x0FFD
5507 529 60

View file

@ -0,0 +1,448 @@
# crate
LargeCrate 0x0E3C
5177 1013 0
5247 838 20
5247 838 23
5312 802 0
5313 802 0
5313 802 3
5320 776 0
5144 870 0
5153 859 3
5177 1014 0
5177 1014 3
5178 1014 0
5153 859 0
5154 859 0
# stalagmites
Static 0x08E9
5149 962 25
5145 960 25
5142 960 25
5140 958 25
5139 957 25
5131 965 25
5131 967 25
5131 968 25
5131 969 25
5131 970 25
5132 972 25
5136 978 25
5132 987 25
5133 990 25
5153 999 0
5153 1001 8
5153 1001 0
5155 1001 1
5153 1004 25
5153 1005 25
5153 1006 25
5155 1008 25
5158 1011 25
5165 991 25
5166 991 25
5136 976 25
5151 962 25
5150 962 25
5148 962 25
5147 962 25
5147 961 25
5146 961 25
5143 960 25
5142 959 25
5141 959 25
5140 957 25
5131 972 25
5132 973 25
5133 973 25
5133 974 25
5134 975 25
5135 975 25
5135 976 25
5135 978 25
5135 979 25
5134 979 25
5133 980 25
5132 980 25
5132 981 25
5132 982 25
5132 984 25
5132 985 25
5132 986 25
5132 988 25
5132 989 25
5133 991 25
5133 992 25
5133 993 25
5133 994 25
5133 995 25
5155 1000 11
5152 999 0
5151 999 0
5155 1002 1
5153 1006 35
5154 1007 25
5145 961 25
5160 991 25
5161 991 25
5162 991 25
5163 991 25
5164 991 25
5136 977 25
5154 1001 0
5144 960 25
5141 958 25
5131 966 25
5132 983 25
5156 1009 25
5159 1011 25
5167 992 25
5134 974 25
5155 999 1
5157 1010 25
# metal chest
MetalChest 0x09AB
5160 910 0
5236 938 -33
5136 994 0
5307 810 0
# blood
Static 0x122D
5217 907 -30
5245 954 -30
5133 844 0
5274 969 -40
5268 948 -33
5147 862 0
5277 933 -40
5264 925 -27
5153 874 10
5173 957 0
5247 969 -40
5247 898 -30
5192 969 0
# stalagmites
Static 0x08EA
5163 1004 0
5138 957 25
5134 957 25
5133 957 25
5133 958 35
5132 959 25
5170 993 25
5131 962 25
5165 996 0
5166 997 0
5166 999 8
5160 998 -2
5164 1000 5
5165 999 -2
5165 1000 -5
5162 1001 -5
5164 1001 -5
5166 1002 -2
5168 1002 0
5169 993 25
5160 1003 0
5137 957 25
5135 957 25
5133 958 25
5131 958 25
5131 959 25
5131 960 25
5131 961 25
5131 963 25
5131 964 25
5161 996 0
5162 996 0
5163 996 0
5160 997 0
5161 997 -2
5163 997 -2
5164 997 -2
5167 998 0
5167 999 10
5164 998 -2
5164 999 5
5162 999 5
5161 999 5
5160 999 -2
5161 999 -5
5162 999 -5
5164 999 -5
5166 999 -2
5168 999 0
5168 1000 0
5166 1000 -2
5164 1000 -5
5162 1000 -5
5161 1000 -5
5160 1000 -2
5166 1003 0
5164 1003 -2
5160 1004 0
5163 1002 -5
5171 993 25
5172 993 25
5173 995 35
5173 996 35
5173 995 25
5174 996 25
5174 998 35
5174 999 35
5174 998 25
5175 999 25
5176 999 25
5177 999 25
5175 1000 12
5162 1004 0
5136 957 25
5164 1004 0
5165 1004 0
5132 958 25
5160 996 0
5162 997 -2
5163 999 5
5164 1001 5
5160 1001 -2
5161 1001 -2
5163 1001 -5
5166 1002 8
5168 1003 0
5165 1003 -2
5163 1003 -2
5162 1003 -2
5161 1003 0
5161 1004 0
5168 993 25
5173 996 25
5174 999 25
5178 999 25
# wooden chest
WoodenChest 0x0E43
5133 849 0
5324 977 0
5154 993 0
5309 803 0
# metal chest
MetalGoldenChest 0x0E41
5285 850 0
5136 959 0
5175 830 1
5249 940 -39
# crate
LargeCrate 0x0E3D
5144 907 0
5311 982 0
5311 982 3
5311 983 0
5311 983 3
5311 983 6
5312 983 0
# empty tub
Static 0x0E83
5178 845 0
5176 848 0
# blood smear
Static 0x122F
5263 981 -30
5271 980 -27
5265 916 -40
5254 956 -30
5177 958 0
5200 964 -27
5183 956 0
5248 970 -30
# metal chest
MetalGoldenChest 0x0E40
5239 944 -40
5262 899 -40
5151 990 0
5303 809 0
5325 983 0
5175 1010 0
# blood
Static 0x122E
5247 924 -40
5183 956 0
5142 862 10
5246 897 -40
5181 958 0
5221 935 -39
5130 851 10
5255 947 -34
# stalagmites
Static 0x08E4
5246 837 20
# mushroom
Static 0x0D16
5257 790 0
5250 850 4
5146 905 0
5132 841 0
5124 904 0
5128 898 0
5129 898 0
5129 899 0
5130 898 0
5137 901 0
5134 847 0
5137 902 0
5139 905 0
5134 840 0
5136 843 0
5250 794 0
5255 794 0
5256 793 0
5257 794 0
5242 788 0
5245 791 0
5131 899 0
# metal chest
Metalchest 0x0E7C
5157 901 0
5133 964 0
5133 967 0
# bones
Static 0x0ED1
5139 831 0
# blood
Static 0x122B
5271 968 -40
5217 907 -30
5221 935 -39
5250 909 -37
5140 857 0
5192 970 10
5194 961 0
5175 957 0
# wooden chest
WoodenChest 0x0E42
5205 778 0
5311 981 0
5311 985 0
5175 1009 0
5175 1011 0
5163 864 0
# barrel
Barrel 0x0E77
5176 1014 0
5179 1014 0
5176 1013 0
5176 1014 5
5229 828 2
5314 776 0
5228 828 1
# small crate
SmallCrate 0x09A9
5304 809 0
# crate
MediumCrate 0x0E3E
5277 804 1
5196 918 -40
# blood
Static 0x122C
5184 939 0
5271 968 -40
5181 956 0
5234 988 -15
5278 929 -40
5217 912 -30
# flowstone
Static 0x08E2
5139 799 0
# blood
Static 0x122A
5217 907 -30
5180 954 0
5202 963 -29
5244 990 -28
# dirty pot
Static 0x09E6
5153 873 0
# knife
Knife 0x09A6
5153 871 0
# flowstone
Static 0x08E3
5140 799 0
# stalagmites
Static 0x08E1
5140 801 0
5139 802 0
5139 800 0
5140 800 0
# crate
MediumCrate 0x0E3F
5311 800 0
# key ring
Static 0x1011
5310 804 0
# mace
Static 0x0F5C
5308 805 0
# spoon
Spoon 0x09C3
5152 869 0
# kettle
Static 0x09ED
5152 873 0
# dirty pot
Static 0x09DC
5153 868 0
# spoon
Spoon 0x09F9
5157 869 0
# dirty pot
Static 0x09DF
5156 869 0
5201 913 -40
# bowl of lettuce
Static 0x1600
5156 868 0
# iron fence
Static 0x0821
5196 793 0
5196 794 0
5196 795 0
# dirty frypan
Static 0x09DE
5201 912 -40

View file

@ -0,0 +1,203 @@
###############
# Teleporters #
###############
# teleporter
Teleporter 0x1BC3 (PointDest=(5690, 1352, -26))
5691 1348 0
# teleporter
Teleporter 0x1BC3 (PointDest=(5691, 1348, 0))
5690 1352 -26
###############
# Decorations #
###############
# bellows
Static 0x1986 (Light=Circle300)
5640 1410 0
# forge
Static 0x198A (Light=Circle300)
5640 1411 0
# forge
Static 0x1996 (Light=Circle300)
5640 1412 0
# bellows
Static 0x1992 (Light=Circle300)
5640 1413 0
# metal chest
MetalGoldenChest 0x0E40
5675 1433 0
5647 1434 0
5640 1433 0
5640 1435 0
5640 1437 0
5650 1438 0
# stalagmites
Static 0x08E0
5690 1328 -1
5717 1410 42
5718 1409 42
5718 1410 40
# fire column
FlameSpurtTrap 0x1
5688 1353 -26
5689 1354 -26
5690 1354 -26
5691 1354 -26
5692 1353 -26
5692 1352 -26
5689 1350 -26
5691 1350 -26
5692 1351 -26
5688 1351 -26
5688 1352 -26
5690 1350 -26
# pentagram
PentagramAddon 0x0FEA
5690 1352 -26
5691 1348 0
# glowing rune
Static 0x0E68
5686 1432 22
# boulder
Static 0x1362
5696 1388 -1
5694 1388 4
5695 1388 4
5695 1387 0
5694 1387 2
# barrel
Barrel 0x0E77
5645 1400 22
5653 1400 22
# empty tub
Static 0x0E83
5648 1400 0
# keg
Keg 0x0E7F
5720 1386 2
# wooden chest
WoodenChest 0x0E43
5675 1436 0
5728 1391 -1
5673 1434 0
# metal door
MetalDoor2 0x06C5 (Facing=WestCW)
5835 1487 -1
5835 1431 0
5643 1408 0
5651 1412 0
5643 1416 22
5851 1431 0
5723 1295 0
5731 1383 0
# metal chest
Metalchest 0x0E7C
5672 1434 0
# metal chest
MetalChest 0x09AB
5723 1384 -2
5673 1433 0
# stone stairs
Static 0x07A6
5786 1337 -5
5787 1337 -5
5788 1337 -5
# stone
Static 0x07A3
5786 1338 -5
5787 1338 -5
5788 1338 -5
# metal door
MetalDoor2 0x06CD (Facing=SouthCW)
5647 1443 0
5642 1401 22
5655 1402 0
5647 1420 0
5644 1409 22
5655 1363 -1
5679 1434 0
5679 1444 0
5687 1441 -1
5855 1475 0
5855 1427 0
5671 1315 0
# rock
Static 0x1773
5711 1337 1
# metal chest
MetalGoldenChest 0x0E41
5642 1432 0
# vines
Static 0x0CF1
5854 1457 0
# rock
Static 0x1772
5688 1328 1
5712 1337 -3
# rock
Static 0x1778
5710 1336 2
# rock
Static 0x1775
5711 1336 -1
# metal door
MetalDoor2 0x06D1 (Facing=SouthCCW)
5647 1410 0
5647 1402 0
# rock
Static 0x1774
5712 1338 -2
# metal door
MetalDoor2 0x06C9 (Facing=WestCCW)
5691 1343 0
5651 1439 0
5650 1416 22
# barrel
Static 0x0FAE
5645 1413 22
5643 1415 0
# wooden chest
WoodenChest 0x0E42
5640 1403 0
5640 1404 0
# metal door
MetalDoor2 0x06CB (Facing=EastCW)
5651 1416 22
# forge
Static 0x198A (Light=Circle300)
5640 1411 0

View file

@ -0,0 +1,906 @@
###############
# Teleporters #
###############
# teleporter
Teleporter 0x1BC3 (PointDest=(1163, 2205, 0))
1166 2237 60
# teleporter
Teleporter 0x1BC3 (PointDest=(1163, 2211, 60))
1165 2204 40
# teleporter
Teleporter 0x1BC3 (PointDest=(1165, 2214, 19))
1163 2208 0
# teleporter
Teleporter 0x1BC3 (PointDest=(1171, 2202, 0))
1163 2204 60
###############
# Decorations #
###############
# lantern
Lantern 0x0A22
1132 2227 46
# grasses
Static 0x0CAC
1186 2216 0
# century plant
Static 0x0D30
1194 2217 0
# peach tree
Static 0x0D9E
1195 2269 0
# pear tree
Static 0x0DAA
1205 2269 0
# pear tree
Static 0x0DA6
1206 2184 0
# cactus
Static 0x0D27
1206 2225 0
# crystal ball
Static 0x0E2F
1213 2191 13
# stone wall
Static 0x01E9
1214 2258 25
# fountain
StoneFountainAddon 0x173A
1233 2219 0
# fork
Fork 0x09F4
1128 2218 43
# pillow
Static 0x13AC
1129 2217 62
# cypress tree
Static 0x0CFE
1246 2200 0
# vines
Static 0x0C5F
1249 2173 0
# sign
LocalizedSign 0x1F28 (LabelNumber=1016380)
1252 2145 9
# sign
LocalizedSign 0x1F28 (LabelNumber=1016196)
1260 2316 9
# sign
LocalizedSign 0x1F28 (LabelNumber=1016385)
1260 2313 11
# sign
LocalizedSign 0x1F28 (LabelNumber=1016231)
1268 2190 7
# sign
LocalizedSign 0x1F28 (LabelNumber=1016412)
1284 2256 6
# sign
LocalizedSign 0x1F28 (LabelNumber=1016379)
1072 2322 7
# sign
LocalizedSign 0x1F28 (LabelNumber=1016382)
1128 2313 6
# sign
LocalizedSign 0x1F28 (LabelNumber=1016389)
1184 2316 6
# sign
LocalizedSign 0x1F28 (LabelNumber=1016378)
1212 2133 6
# sign
LocalizedSign 0x1F28 (LabelNumber=1016195)
1132 2145 8
# sign
LocalizedSign 0x1F28 (LabelNumber=1016125)
1024 2157 5
# sign
LocalizedSign 0x1F28 (LabelNumber=1016388)
1028 2238 7
# sign
LocalizedSign 0x1F28 (LabelNumber=1016109)
1028 2307 2
# wooden gate
DarkWoodGate 0x0866 (Facing=WestCW)
1132 2237 40
1132 2237 50
# wooden gate
DarkWoodGate 0x0868 (Facing=EastCCW)
1133 2237 40
1133 2237 50
# candelabra
CandelabraStand 0x0B26
1132 2216 40
1138 2231 40
1166 2232 60
1160 2209 40
# armoire
FancyArmoire 0x0A51
1132 2231 40
1132 2230 40
# book
Static 0x1E20
1133 2235 24
1137 2221 64
1164 2206 62
1164 2236 60
# books
Static 0x1E21
1135 2235 24
1136 2230 44
1163 2234 60
1132 2227 46
1162 2206 62
1164 2208 41
1164 2243 46
# plate
Plate 0x09D7
1136 2219 44
1134 2219 44
1129 2218 43
1129 2218 44
1133 2220 44
# bookcase
FullBookcase 0x0A9B
1135 2225 40
# garbage
Static 0x10EF
1136 2220 44
1163 2236 61
1161 2209 41
1129 2235 40
1130 2217 40
1165 2206 0
1166 2235 40
# chair
FancyWoodenChairCushion 0x0B50
1133 2221 40
1136 2221 40
1134 2221 40
1135 2221 40
# books
Static 0x1E22
1138 2222 64
1165 2243 46
# glass
Static 0x1F83
1132 2221 64
# pitcher of wine
Static 0x1F9B
1133 2221 64
# garbage
Static 0x10F1
1134 2220 44
1137 2234 40
1163 2209 0
1164 2207 41
# pile of garbage
Static 0x10F2
1159 2234 21
# wall torch
Static 0x0A05
1160 2206 54
# garbage
Static 0x10EE
1161 2235 21
1138 2217 40
1166 2237 40
# skull with candle
Static 0x1853
1163 2207 41
# debris
Static 0x0C2E
1163 2236 61
1165 2245 40
# dirt
Static 0x1DFD
1163 2240 40
# garbage
Static 0x10F0
1164 2234 61
1130 2217 40
1161 2205 0
# sparkle
Static 0x375A
1165 2204 40
1166 2237 62
1163 2204 60
# broken chair
Static 0x0C1B
1165 2241 40
# Red Potion
Static 0x0F0B
1138 2223 64
# lilypad
Static 0x0D09
1248 2200 1
# pear%s%
Static 0x172D
1207 2270 0
1207 2269 0
1205 2268 0
1206 2270 0
# open sack of flour
Static 0x1046
1130 2219 40
# dirt patch
Static 0x0914
1083 2266 0
1041 2248 0
# grave
Static 0x0EE1
1083 2265 0
1041 2247 0
# leaves
Static 0x1B24 (Hue=0x970)
1084 2265 0
1042 2247 0
# grave
Static 0x0EE0
1084 2266 0
1042 2248 0
# leaves
Static 0x1B23 (Hue=0x970)
1084 2267 0
1042 2249 0
# grave
Static 0x0ED3
1083 2267 0
1041 2249 0
# leaves
Static 0x1B26 (Hue=0x970)
1082 2267 0
1040 2249 0
# bucket
Static 0x14E0
1129 2238 40
1138 2238 40
# coconut%s%
Static 0x1726
1097 2193 0
1092 2188 0
1100 2191 0
1101 2193 0
1100 2193 0
1090 2192 0
1092 2192 0
1090 2189 0
1099 2191 0
# leaves
Static 0x1B25 (Hue=0x970)
1082 2265 0
1040 2247 0
# bottle of ale
BeverageBottle 0x099F (Content=Ale)
1162 2233 40
# apple%s%
Static 0x09D0
1053 2228 0
1052 2231 0
1201 2263 0
1202 2265 0
1204 2265 0
1204 2266 0
1054 2228 0
1054 2227 0
1200 2265 0
1052 2228 0
# metal chest
MetalChest 0x09AB
1213 2259 5
# book
Static 0x0FBD
1064 2202 10
# fireplace
StoneFireplaceEastAddon 0x0959
1128 2216 40
1128 2216 60
# blood
Static 0x122B
1115 2231 4
# blood
Static 0x122A (Hue=0x1)
1041 2248 0
# grave
Static 0x0EE2
1040 2248 0
1082 2266 0
# wedge%s% of cheese
Static 0x097C
1132 2221 64
# banana%s%
Static 0x1720
1133 2222 64
# bunch%es% of dates
Static 0x1727
1166 2280 0
1165 2279 0
# wooden chest
WoodenChest 0x0E42
1067 2268 5
1134 2226 40
# wooden chest
WoodenChest 0x0E43
1073 2195 5
# peach%es%
Static 0x09D2
1193 2271 0
1196 2271 0
1197 2268 0
1195 2269 0
# pizza%s%
Static 0x1040
1136 2216 46
# barrel
Barrel 0x0E77
1160 2204 0
# empty tub
Static 0x0E83
1164 2205 0
# glass of water
Static 0x1F91
1133 2221 64
# empty bottle%s%
Static 0x0F0E
1165 2234 63
1132 2235 26
# heating stand
Static 0x184E
1161 2208 41
# glass
Static 0x1F81
1133 2221 64
# dagger
Static 0x0F52
1134 2235 23
# dagger
Static 0x0F51
1129 2232 20
# wooden door
DarkWoodDoor 0x06B1 (Facing=SouthCCW)
1131 2228 40
1135 2219 60
1139 2236 40
# glass of water
Static 0x1F93
1132 2221 64
1133 2222 64
# pitcher of water
Static 0x1F9D
1133 2221 64
# armoire
Armoire 0x0A4F
1131 2216 60
# iron ore
Static 0x19B8
1129 2223 20
# bulletin board
BulletinBoard 0x1E5E
1141 2234 40
# wooden door
DarkWoodDoor 0x06B3 (Facing=NorthCW)
1139 2235 40
# metal door
MetalDoor 0x0683 (Facing=NorthCW)
1140 2228 20
# wand
Static 0x0DF2
1137 2221 66
# bottle of wine
BeverageBottle 0x09C7 (Content=Wine)
1135 2230 44
# book
RedBook 0x0FF1
1161 2207 41
1164 2232 60
# books
Static 0x1E23
1136 2229 44
# bucket of water
Static 0x0FFA
1129 2238 40
1138 2238 40
# apple tree
Static 0x0D96
1202 2265 0
1054 2229 0
# bookcase
FullBookcase 0x0A99
1064 2206 5
1064 2206 17
1064 2205 5
1064 2204 17
1064 2203 5
# alchemical symbol
Static 0x1822
1163 2208 0
# bookcase
FullBookcase 0x0A9A
1064 2205 17
1064 2204 5
1064 2203 17
# bottle of liquor
BeverageBottle 0x099B (Content=Liquor)
1132 2222 64
# cut%s% of raw ribs
Static 0x09F1
1134 2216 46
# Yellow Potion
Static 0x0F0C
1163 2210 3
# Black Potion
Static 0x0F06
1165 2233 63
# Blue Potion
Static 0x0F08
1165 2235 63
# bed
LargeBedSouthAddon 0x0A83
1133 2216 60
# chair
Static 0x0B4F
1136 2218 40
1133 2218 40
1134 2218 40
1135 2218 40
# ham%s%
Static 0x09D3
1133 2216 46
# flowerpot
PottedPlant 0x11CA
1138 2233 40
# pan of cookies
Static 0x160B
1135 2216 46
# broken chair
Static 0x0C1A
1163 2243 40
1161 2240 40
# pewter mug
PewterMug 0x1000
1164 2235 46
# debris
Static 0x0C2F
1164 2235 60
# pewter mug
PewterMug 0x1001
1164 2236 46
# A Daemon Summoning Scroll
LocalizedStatic 0x1F69 (LabelNumber=1016017)
1165 2204 60
# pillow
Static 0x163B
1130 2216 62
1129 2217 62
# wand
Static 0x0DF5
1134 2218 65
# silverware
Static 0x09BE
1136 2219 44
1134 2219 44
# small palm
Static 0x0C99
1061 2248 0
# grasses
Static 0x0CAE
1063 2209 0
# clock
Static 0x104B
1064 2202 19
# chair
WoodenChair 0x0B58
1065 2202 5
1065 2207 5
# globe
Static 0x1047
1068 2199 16
# tile roof
Static 0x05B4
1070 2197 47
# hedge
Static 0x0DB8
1082 2219 0
# coconut palm
Static 0x0C95
1091 2190 0
1099 2191 0
# orfluer flowers
Static 0x0C85
1123 2165 0
# wedge%s% of cheese
Static 0x097D
1131 2216 46
# fork
Fork 0x09A3
1128 2218 43
# potted tree
PottedTree1 0x11C9
1128 2236 40
# kettle
Static 0x09ED
1129 2216 40
# pillow
Static 0x13AE (Hue=0xE8)
1129 2216 61
# knife
Knife 0x09F6
1129 2218 44
# knife
Knife 0x09F7
1129 2218 44
# stone pavers
Static 0x051D
1129 2230 20
1132 2228 20
# pilllow
Static 0x163A
1130 2217 61
# tray
Static 0x0991
1131 2216 46
# frypan
Static 0x09E2
1131 2217 46
# spilled flour
Static 0x1881
1131 2219 40
# candelabra
Static 0x0B1F
1132 2216 66
# pitcher
Static 0x09D6
1132 2219 44
# glass of wine
Static 0x1F8F
1132 2221 64
1133 2222 64
# brazier
Brazier 0x0E31
1132 2223 23
# bed
Static 0x0A7F
1133 2217 60
# silverware
Static 0x09D4
1133 2220 44
# tray
Static 0x0992
1133 2220 64
# glass pitcher
Static 0x0FF6
1133 2221 64
# stone
Static 0x071E
1133 2223 18
# bed
Static 0x0A82
1134 2216 60
# bed
Static 0x0A7E
1134 2217 60
# folded sheet
Static 0x0A93
1134 2218 64
# folded blanket
Static 0x0A6F
1134 2225 40
# chair
WoodenChair 0x0B56
1134 2229 40
1134 2230 40
1136 2221 60
1136 2223 60
# books
Static 0x1E24
1135 2229 44
# goblet
Static 0x09BF
1135 2230 44
# chair
WoodenChair 0x0B57
1136 2228 40
# goblet
Static 0x09B3
1136 2229 44
# lantern
Static 0x0A25
1132 2227 46
# candelabra
Static 0x0B27
1137 2216 40
1138 2223 40
# crystal ball
Static 0x0E2D
1137 2222 66
# pile of garbage
Static 0x10F3
1138 2216 40
# chair
WoodenChair 0x0B59
1138 2224 65
# books
Static 0x1E25
1138 2225 46
# candelabra
Static 0x0B28
1138 2226 40
# water trough
WaterTroughSouthAddon 0x0B43
1140 2238 40
# swamp
Static 0x326F
1150 2276 -1
# empty vials
Static 0x185B
1160 2207 40
1164 2210 46
# broken clock
Static 0x0C1F
1160 2240 48
# ruined painting
Static 0x0C2C
1161 2232 60
# dirt
Static 0x1DFE
1161 2239 40
# scales
Scales 0x1851
1162 2210 46
# broken chair
Static 0x0C19
1162 2234 40
# mud
Static 0x1E02
1162 2239 40
1162 2240 40
# book
BurningOfTrinsic 0x0FF4
1163 2206 62
# mortar and pestle
Static 0x0E9B
1163 2208 41
# full vials
Static 0x185D
1163 2210 46
# ruined bookcase
Static 0x0C14
1163 2232 40
# switch
Static 0x108F
1129 2230 30
# broken chair
Static 0x0C1C
1163 2236 40
# dirt
Static 0x1DFF
1163 2239 40
# goblet
Static 0x09CB
1164 2234 46
# broken chair
Static 0x0C1E
1164 2237 40
# debris
Static 0x0C2D
1164 2241 40
# flask stand
Static 0x1829
1165 2210 46
# broken furniture
Static 0x0C24
1165 2232 40
# banner
Static 0x15AA
1165 2232 60
# damaged books
Static 0x0C16
1165 2233 40
1165 2244 46
# broken chair
Static 0x0C1D
1165 2234 40
1166 2243 40
# banner
Static 0x15AB
1166 2232 60
# bookcase
FullBookcase 0x0A9C
1160 2208 40

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,162 @@
# flag stones
Static 0x4FE
5837 330 40
5838 329 40
# wooden wall
SecretWoodenDoor 0x0336 (Facing=EastCCW)
5831 367 0
# wooden fence
Static 0x0864
5820 357 1
5836 360 6
# metal chest
MetalChest 0x09AB
5832 240 -3
5750 147 9
5682 181 -3
5763 145 -3
5822 359 -1
# crate
LargeCrate 0x0E3C
5682 332 0
5681 329 0
5681 330 0
5681 330 3
5681 331 0
5681 331 3
5681 332 0
5681 332 3
5681 333 0
5682 330 0
5682 331 0
# crate
MediumCrate 0x0E3E
5686 321 0
5686 322 0
# bookcase
FullBookcase 0x0A9B
5658 320 0
5657 320 0
5659 320 0
5660 320 0
5661 320 0
5662 320 0
# wooden fence
Static 0x0863
5839 349 1
5823 349 1
5834 345 6
# metal chest
MetalGoldenChest 0x0E41
5717 144 -16
5851 227 0
5701 305 0
5659 302 0
5661 302 0
5852 231 -9
5687 311 0
5833 247 -2
5688 311 0
5689 311 0
# palisade
Static 0x0223
5843 367 0
# metal chest
MetalGoldenChest 0x0E40
5702 306 0
5727 147 -2
5759 144 -4
5753 211 -7
# wooden chest
WoodenChest 0x0E42
5828 364 0
5832 242 -4
5760 187 -4
5656 305 0
5656 307 0
5768 189 -5
# death vortex
Static 0x3798
5673 325 -3
# wooden chest
WoodenChest 0x0E43
5840 357 0
5770 185 -1
5849 233 -16
5840 358 1
5683 188 -2
# wooden door
StrongWoodDoor 0x06E5 (Facing=WestCW)
5831 346 15
# wooden wall
SecretWoodenDoor 0x0334 (Facing=WestCW)
5830 367 0
# bookcase
FullBookcase 0x0A99
5656 332 0
5656 329 0
5656 321 0
5656 323 0
5656 325 0
5656 327 0
# bookcase
FullBookcase 0x0A9A
5656 328 0
5656 330 0
5656 331 0
5656 333 0
5656 322 0
5656 324 0
5656 326 0
# wooden door
StrongWoodDoor 0x06E7 (Facing=EastCCW)
5832 346 15
# wooden gate
DarkWoodGate 0x0866 (Facing=WestCW)
5839 363 0
# wooden gate
DarkWoodGate 0x0868 (Facing=EastCCW)
5840 363 0
# metal chest
Metalchest 0x0E7C
5686 312 0
5686 313 0
5686 314 0
5756 203 -2
# stone wall
SecretStoneDoor3 0x0354 (Facing=WestCW; Hue=1109)
5687 319 0
# stone wall
SecretStoneDoor3 0x0356 (Facing=EastCCW; Hue=1109)
5688 319 0
# palisade
Static 0x0424
5819 361 20
# wood
Static 0x0738
5851 233 -13

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,901 @@
# lever
Static 0x108E
5420 240 10
# water
Static 0x179B
5705 41 -5
5706 41 -5
5751 17 -5
5560 212 -5
5672 43 -5
5461 195 -5
5516 245 -5
5546 15 -5
5620 66 -5
5425 200 -5
5424 198 -5
# floor spikes
SpikeTrap 0x11A0
5591 241 0
5607 18 10
5570 117 5
5616 189 0
5553 204 0
5430 139 20
5588 218 0
# wooden box
Static 0x0E7D
5424 114 0
# wooden chest
WoodenChest 0x0E42
5415 241 10
5406 42 30
5465 101 35
5445 184 0
5573 114 5
5403 150 20
5568 119 5
5808 13 0
5384 147 20
5472 181 0
5477 180 0
5868 118 10
5384 13 30
5736 53 0
5384 145 20
5384 149 20
5404 60 -20
# stalagmites
Static 0x08E4
5409 138 10
5411 137 10
# barrel
Barrel 0x0E77
5456 82 20
5456 84 20
5456 84 25
5577 186 0
5523 214 0
5523 214 5
5524 212 0
5524 212 5
5608 30 10
5575 190 10
5576 186 10
5442 178 5
5442 177 5
5442 177 10
5441 177 5
5441 177 0
5440 182 5
5440 182 0
5440 179 10
5440 179 0
5440 178 5
5440 178 0
5440 177 5
5440 177 10
5440 177 0
5440 179 5
5442 177 0
5442 178 0
5436 102 20
5437 102 20
5728 90 5
5437 102 25
5455 84 20
5455 84 25
5489 58 20
5489 59 20
5489 59 25
5491 60 20
5609 30 10
5610 29 10
5610 29 15
5727 90 5
5727 91 0
5522 60 0
5522 60 5
5522 61 0
5522 61 5
5522 62 0
5388 205 10
5733 89 0
5734 88 0
5734 88 5
5734 89 0
5510 222 0
5522 200 5
5510 221 5
5510 221 0
5509 222 5
5509 222 0
5574 190 10
5576 185 0
5576 186 5
5727 90 0
5439 182 5
5439 182 0
5434 181 5
5434 180 5
5434 180 10
5434 180 0
5433 181 0
5433 180 5
5433 180 10
5433 180 0
5433 181 10
5434 181 0
5578 190 5
5578 190 10
5578 190 0
5578 189 5
5578 189 0
5577 190 5
5577 190 0
5577 185 5
5577 185 0
5576 186 0
5576 185 5
5727 91 5
5728 90 0
5433 181 5
5433 180 15
5733 88 0
5733 88 5
5734 89 5
5569 189 5
5522 201 0
5523 201 5
5523 201 0
5523 200 5
5523 200 0
5522 201 5
5609 12 10
5522 200 0
5395 40 30
5395 40 35
5396 40 30
5525 204 0
5525 204 5
5569 188 15
5569 188 0
5575 190 5
5610 10 10
5610 10 15
5610 11 10
5611 11 10
5611 11 15
5575 190 0
5574 190 5
5574 190 0
5571 188 0
5570 190 5
5570 190 0
5570 189 5
5570 189 0
5570 188 5
5570 188 0
5569 190 5
5569 190 10
5569 190 0
5569 189 10
5569 189 0
5569 188 5
5569 188 10
# gas trap
GasTrap 0x113C
5540 213 0
5552 203 0
5427 215 0
5413 192 0
5538 188 0
# wooden chest
WoodenChest 0x0E43
5424 45 10
5434 195 22
5621 27 10
5494 57 20
5440 191 22
5817 78 0
5698 19 10
5525 62 0
5422 244 10
5608 8 10
5480 198 0
# wooden planks
Static 0x04C6
5460 185 0
5460 187 0
5460 186 0
5460 188 0
# water
Static 0x179C
5617 57 -5
5554 10 -5
# plate helm
Static 0x1412
5829 23 13
# water
Static 0x179A
5596 74 -5
5611 61 -5
5549 15 -5
5617 64 -5
5621 67 -5
# stone pillar
Static 0x01DA
5570 186 44
5570 190 44
5574 186 44
5570 194 44
5570 197 44
5570 201 44
5570 205 44
5574 198 44
5574 193 44
5575 189 44
5575 190 44
5575 191 44
5575 192 44
5575 193 44
5575 198 44
5575 199 44
5575 200 44
5575 201 44
5575 202 44
5574 205 44
5576 198 44
5576 193 44
5577 193 44
5577 198 44
5578 198 44
5578 193 44
5578 186 44
5578 205 44
5579 202 44
5579 201 44
5579 200 44
5579 199 44
5579 197 44
5579 196 44
5579 195 44
5579 194 44
5579 193 44
5579 192 44
5579 191 44
5579 190 44
5579 189 44
5580 189 44
5580 191 44
5580 192 44
5580 193 44
5580 194 44
5580 195 44
5580 196 44
5580 197 44
5580 198 44
5580 199 44
5580 200 44
5580 201 44
5580 202 44
5581 205 44
5581 198 44
5581 193 44
5581 186 44
5582 193 44
5583 193 44
5585 186 44
5584 189 44
5584 190 44
5584 191 44
5584 193 44
5584 198 44
5584 199 44
5584 200 44
5584 201 44
5585 193 44
5585 198 44
5585 205 44
5589 205 44
5589 201 44
5589 197 44
5589 194 44
5589 190 44
5589 186 44
5580 190 44
5584 192 44
5579 198 44
5582 198 44
5583 198 44
5584 202 44
# bottle of liquor
BeverageBottle 0x099B (Content=Liquor)
5405 41 30
5402 46 30
5404 43 30
5399 40 30
# bedroll
Static 0x0A57
5514 215 0
5526 58 0
5515 220 0
# switch
Static 0x1092
5569 199 11
5492 200 16
5493 200 16
5595 62 12
5448 184 11
5581 192 11
# bedroll
Static 0x0A59
5523 54 0
5524 57 0
5489 50 20
5493 50 20
5528 50 0
5519 216 0
5514 215 0
# empty jar
Static 0x1005
5728 92 0
5728 93 0
5727 92 0
# lantern
Lantern 0x0A22
5405 43 30
5465 184 12
5465 189 13
5390 43 20
5449 81 20
5392 89 20
# vase
Static 0x0B46
5734 94 0
# glowing rune
Static 0x0E5F
5736 48 5
# glowing rune
Static 0x0E5C
5736 50 5
# glowing rune
Static 0x0E62
5738 48 5
# glowing rune
Static 0x0E65
5738 50 5
# metal door
MetalDoor2 0x06C5 (Facing=WestCW)
5540 183 0
5517 178 0
5445 183 22
5434 190 22
5506 167 0
# floor saw
SawTrap 0x11B1
5579 199 0
5421 140 10
5569 191 44
5571 118 5
5598 228 0
# barrel
Barrel 0x0FAE
5406 43 30
5492 56 20
5393 46 30
5406 44 31
5614 15 10
5534 45 0
5728 91 0
5604 20 10
5435 98 20
5523 204 0
5503 224 0
5501 217 0
5497 220 0
5525 59 0
5452 83 20
# platemail gloves
Static 0x1418
5779 27 0
# cauldron
Static 0x0974
5402 43 30
5491 52 20
5516 216 0
5524 50 0
# pickaxe
Static 0x0E85
5514 218 0
5512 221 0
5428 113 0
5434 99 20
# backpack
Static 0x0E75
5513 220 0
5728 94 0
5449 82 20
# backpack
Backpack 0x09B2
5518 214 0
5513 213 0
# bedroll
Static 0x0A55
5515 220 0
# switch
Static 0x108F
5433 189 11
5600 57 13
5433 195 12
# floor saw
SawTrap 0x11AC
5615 237 0
5573 217 0
5572 222 0
5441 186 22
5572 203 0
# metal chest
MetalGoldenChest 0x0E41
5703 58 2
5475 196 0
5819 82 0
5483 205 0
5436 182 0
5477 201 0
5572 117 5
# cot
Static 0x11FD
5433 194 22
# broken chair
Static 0x0C19
5435 185 0
5441 186 0
5447 194 22
5581 195 22
5582 203 22
# metal door
MetalDoor2 0x06CD (Facing=SouthCW)
5441 194 0
5441 193 22
5443 180 0
5442 179 22
5440 187 22
5447 187 0
5823 51 0
5818 54 0
5579 202 22
5583 195 0
5577 188 22
5579 187 0
5504 179 0
# switch
Static 0x1091
5595 62 12
5493 200 16
5581 192 11
# crate
SmallCrate 0x0E7E
5395 145 20 // spawning
5587 136 10 // spawning
5731 93 0
5731 94 0
5731 94 2
5732 94 2
5731 93 2
5732 94 0
# bed
Static 0x11D2
5451 177 22
5447 177 22
5575 199 22
5586 185 22
# metal door
MetalDoor2 0x06CF (Facing=NorthCCW)
5447 186 0
5823 50 0
5583 194 0
5504 178 0
# metal chest
MetalChest 0x09AB
5416 243 10
5604 28 10
5741 48 0
5699 86 0
# cloak
Static 0x1515 (Hue=0x26)
5564 227 0
# switch
Static 0x1090
5600 57 13
5433 195 12
# lever
Static 0x108C
5420 240 10
5496 205 0
# crate
MediumCrate 0x0E3E
5399 146 20 // spawning
# metal chest
MetalGoldenChest 0x0E40
5594 245 0
5487 194 0
5414 243 10
5607 210 0
5582 193 0
# fishing net
Static 0x0DCA
5500 221 0
# fishing net
Static 0x0DC9
5500 222 0
# small crate
SmallCrate 0x09A9
5588 137 10 // spawning
# bedroll
Static 0x0A56
5514 215 0
5489 50 20
5401 41 30
5401 46 30
5404 41 30
5404 46 30
5451 82 20
5523 54 0
5524 57 0
5519 216 0
5526 58 0
5528 50 0
# cave floor
Static 0x053C
5518 175 0
# dungeon wall
Static 0x0242
5541 172 0
5541 168 0
5541 169 0
5541 171 0
# water tub
Static 0x0E7B
5435 98 20
# pickaxe
Static 0x0E86
5430 113 0
5452 87 20
5511 222 0
5520 216 0
# wooden logs
Static 0x050A
5542 13 0
# metal door
MetalDoor2 0x06D1 (Facing=SouthCCW)
5578 202 0
5575 195 22
# crate
LargeCrate 0x0E3C
5728 95 0
5727 94 0
5727 94 3
5727 95 0
5727 95 3
5727 95 6
5727 93 0
# stalagmites
Static 0x08E0
5482 25 -30
5481 25 -30
5481 27 -30
5482 27 -30
5482 26 -30
# water barrel
Static 0x154D
5728 91 0
# bottle
Static 0x0EFF
5436 188 28
# cloak
Static 0x1515 (Hue=0x1B5)
5557 138 20
# dungeon wall
SecretDungeonDoor 0x031E (Facing=NorthCCW)
5541 170 0
# flowstone
Static 0x08E2
5410 137 10
# shoes
Static 0x170F
5579 195 0
# long pants
Static 0x1539
5579 195 0
# shirt
Static 0x1517
5579 195 0
# metal door
MetalDoor2 0x06C9 (Facing=WestCCW)
5581 191 22
5435 190 0
5570 198 0
5571 198 22
5507 182 0
# metal door
MetalDoor2 0x06CB (Facing=EastCW)
5508 182 0
# wooden planks
Static 0x04C8
5456 186 0
5456 185 0
5456 187 0
5456 188 0
# floor spikes
SpikeTrap 0x119A
5576 202 0
5403 230 10
# bottles of liquor
Static 0x099E
5394 40 30
# bottles of liquor
Static 0x099D
5398 44 30
# mushroom
MushroomTrap 0x1125
5868 56 0
# water
Static 0x1799
5436 168 -5
5461 195 -5
# candle
CandleLarge 0x0A26
5438 186 4
# stone face
Static 0x10FD
5434 184 22
5436 184 22
5438 184 22
5572 192 22
# cot
Static 0x11FE
5434 194 22
# bottle
Static 0x0F00
5436 185 28
# bottle
Static 0x0F03
5436 185 28
# broken chair
Static 0x0C1A
5436 186 23
5437 188 22
5438 195 0
5441 187 0
5443 192 0
5444 195 22
5571 203 22
5575 203 0
5582 202 0
# bottle
Static 0x0E29
5436 188 28
# cot
Static 0x11FF
5436 191 22
5438 191 22
# cot
Static 0x1200
5436 192 22
5438 192 22
# broken chair
Static 0x0C1E
5436 195 0
5573 202 0
# gas trap
Static 0x11A8
5441 181 0
5569 159 -10
5579 155 -10
# bed
Static 0x11D5
5445 177 22
5449 177 22
5573 199 22
5584 185 22
# bed
Static 0x11D4
5445 179 22
5449 179 22
5573 201 22
5584 187 22
# bed
Static 0x11D3
5447 179 22
5451 179 22
5575 201 22
# stalagmites
Static 0x08E9
5479 26 -30
# bedroll
Static 0x0A58
5515 220 0
# dirt
Static 0x31F5
5491 22 -52
# dyeing tub
DyeTub 0x0FAB (Hue=0x35)
5494 52 20
# iron ore
Static 0x19B9 (Hue=0x973)
5609 14 11
# fishing net
Static 0x0DD2
5499 220 0
# fishing net
Static 0x0DD3
5499 221 0
# fishing net
Static 0x0DD4
5499 222 0
# fishing net
Static 0x0DC8
5500 220 0
# fishing net
Static 0x0DD1
5501 220 0
# fishing net
Static 0x0DCB
5501 221 0
# fishing net
Static 0x0DD5
5501 222 0
# crate
MediumCrate 0x0E3F
5820 85 0 // spawning
5585 137 10 // spawning
# keg
Keg 0x0E7F
5522 203 0
5521 202 0
5520 203 0
5520 202 0
5450 92 20
5450 91 20
5449 92 20
5449 91 20
5448 91 20
# stone stairs
Static 0x07A5
5516 174 -23
# dungeon wall
Static 0x0243
5541 173 0
# water
Static 0x1798
5550 13 -5
# metal chest
Metalchest 0x0E7C
5389 223 10
5572 192 0
# cloak
Static 0x1515
5572 20 0
# stone face
Static 0x110F
5569 201 0
# bed
Static 0x11CF
5586 187 22
# fitting
Static 0x112B
5589 192 0

View file

@ -0,0 +1,183 @@
# tightrope
Static 0x2710
5158 1708 0
5153 1708 0
5151 1708 0
5156 1708 0
# metal door
MetalDoor 0x0675 (Facing=WestCW)
5349 1560 0
5337 1560 0
# metal chest
MetalGoldenChest 0x0E40
5363 1708 -75
# iron fence
Static 0x0821
5432 3152 -55
5432 3153 -55
5432 3154 -55
5432 3155 -55
5437 3153 -55
5437 3154 -55
5437 3152 -55
# iron fence
Static 0x0823
5433 3155 -55
5434 3155 -55
5435 3155 -55
5436 3155 -55
# iron fence
Static 0x0849
5454 3155 -53
5454 3153 -55
5454 3152 -55
5458 3153 -55
5458 3154 -55
5458 3152 -55
5454 3154 -53
5477 3136 -60
# iron fence
Static 0x084B
5455 3151 -55
5456 3151 -55
5458 3151 -55
5457 3155 -55
5456 3155 -55
5455 3155 -55
5434 3151 -55
5433 3151 -55
5472 3141 -60
5437 3151 -55
5436 3151 -55
5435 3151 -55
5457 3151 -55
# iron fence
Static 0x0822
5437 3155 -55
# iron fence
Static 0x084A
5476 3138 -60
5475 3139 -60
5474 3140 -60
5473 3141 -60
5458 3155 -55
5477 3137 -60
# metal chest
Metalchest 0x0E7C
5337 1549 0
5349 1551 0
# brambles
Static 0x0D3F
5484 3146 -45
5484 3146 -51
5478 3148 -45
# small palm
Static 0x0C9D
5460 3162 -45
# stalagmites
Static 0x08E1
5367 1774 -118
# lever
Static 0x1093
5143 1703 10
# metal door
MetalDoor 0x067B (Facing=EastCW)
5343 1571 0
5343 1557 0
5335 1543 0
5355 1544 0
5344 1577 0
# wooden door
StrongWoodDoor 0x06EB (Facing=EastCW)
5303 1568 0
5300 1556 0
5309 1556 0
5294 1564 0
# metal door
MetalDoor 0x0683 (Facing=NorthCW)
5333 1556 0
5333 1547 0
# metal door
MetalDoor 0x067F (Facing=NorthCCW)
5353 1715 -85
5242 1602 0
# metal door
MetalDoor 0x067D (Facing=SouthCW)
5356 1556 0
5356 1548 0
5242 1603 0
# lever
Static 0x108C
5251 1603 7
# egg case web
Static 0x10D8
5302 1552 0
5300 1548 0
# lever
Static 0x1095
5143 1703 10
# metal chest
MetalGoldenChest 0x0E41
5360 1715 -89
5351 1551 0
# fire
Static 0x19AB
5169 1586 15
# wooden chest
WoodenChest 0x0E42
5360 1705 -67
5362 1718 -125
5349 1739 -125
# metal door
MetalDoor 0x0679 (Facing=WestCCW)
5343 1577 0
# cave wall
Static 0x0274
5342 1658 22
# cocoon
Static 0x10DA
5296 1547 0
# web
Static 0x10DD
5296 1547 0
# lever
Static 0x108E
5251 1603 7
# egg case
Static 0x10D9
5300 1548 0
5302 1552 0
# wooden door
StrongWoodDoor 0x06E5 (Facing=WestCW)
5292 1560 0

View file

@ -0,0 +1,370 @@
# teleporter
Teleporter 0x1BC3 (PointDest=(5690, 569, 25))
5827 593 0
5829 593 0
5871 531 15
5870 530 15
5871 530 15
5870 531 15
# teleporter
Teleporter 0x1BC3 (PointDest=(5703, 639, 0))
5867 528 15
5868 528 15
5868 529 15
5867 529 15
5705 625 0
# teleporter
Teleporter 0x1BC3 (PointDest=(5793, 527, 10))
5698 662 0
# teleporter
Teleporter 0x1BC3 (PointDest=(5829, 595, 0))
5733 554 20
5690 569 25
# sparkle
Static 0x375A
5703 639 0
5706 625 0
5698 662 0
5732 554 24
5792 525 10
5827 593 0
5829 593 0
5690 569 25
5867 528 15
5872 532 24
# crate
LargeCrate 0x0E3C
5683 521 0
5678 521 0
5682 521 0
# spike trap
GiantSpikeTrap 0x0001
5653 568 20
# floor spikes
SpikeTrap 0x119A
5700 529 0
5793 568 10
5679 525 0
5800 542 10
5657 556 20
5862 549 15
5669 564 20
5673 521 0
5798 585 10
5736 566 22
5826 534 0
5829 522 0
5666 569 20
5875 553 15
5687 526 0
5691 522 0
5790 561 10
# barred metal door
BarredMetalDoor 0x0693 (Facing=NorthCW)
5857 562 15
5857 570 15
5857 578 15
5857 586 15
5857 594 15
5848 580 15
# barred metal door
BarredMetalDoor 0x068F (Facing=NorthCCW)
5863 554 15
5797 594 10
5797 555 10
5797 587 10
5797 579 10
5797 571 10
5797 563 10
# barred metal door
BarredMetalDoor 0x068D (Facing=SouthCW)
5863 555 15
5797 595 10
5797 588 10
5797 580 10
5797 556 10
5797 572 10
5797 564 10
# metal chest
MetalGoldenChest 0x0E40
5703 661 0
5786 554 10
5786 555 10
5786 556 10
5786 557 10
5703 664 0
5703 663 0
5703 662 0
# metal chest
MetalGoldenChest 0x0E41
5709 659 0
5708 659 0
5706 659 0
5648 549 22
5727 554 20
5718 549 20
5707 659 0
# switch
Static 0x108F
5786 589 24
5798 593 24
5786 572 24
5849 586 15
5798 581 23
# floor saw
SawTrap 0x11AC
5864 546 15
5790 560 10
5651 556 20
5821 526 0
5867 546 15
5680 526 0
5731 555 20
5693 536 0
5651 554 20
5732 573 20
5702 532 0
5679 529 0
5727 557 20
5833 532 0
5802 559 10
5796 546 10
5860 546 15
5869 553 15
5695 538 0
# iron maiden
Static 0x124B
5698 524 0
# floor saw
SawTrap 0x11B1
5792 554 10
5717 550 20
5731 566 20
5714 569 20
5683 533 0
5687 531 0
5664 557 20
5865 549 15
5793 594 10
5724 563 20
5656 553 20
5680 532 0
5681 526 0
5665 561 20
5666 564 20
5651 564 20
5682 529 0
# switch
Static 0x1090
5786 589 24
5798 581 10
5786 572 24
5798 581 23
# glowing rune
Static 0x0E5F
5699 663 0
# barred metal door
BarredMetalDoor 0x0687 (Facing=EastCCW)
5667 567 20
5727 567 20
5653 567 20
5660 567 20
# barred metal door
BarredMetalDoor 0x0685 (Facing=WestCW)
5666 567 20
5726 567 20
5652 567 20
5659 567 20
# switch
Static 0x1091
5650 568 30
5657 568 30
5664 568 30
# switch
Static 0x1092
5793 592 24
5657 568 30
5793 560 24
5792 576 24
5650 568 30
5664 568 30
# whip
Static 0x166E
5864 540 21
# wooden box
Static 0x09AA
5667 549 22
# gas trap
GasTrap 0x113C
5682 531 0
5828 531 0
5833 538 0
5684 533 0
5693 521 0
5787 550 10
5680 528 0
5834 535 0
5680 530 0
5689 529 0
5687 541 0
5827 534 0
5691 526 0
5729 561 20
5722 549 20
# butcher knife
Static 0x13F7
5703 527 7
# skinning knife
Static 0x0EC4
5703 526 7
# floor spikes
SpikeTrap 0x11A0
5832 527 0
5874 541 15
5682 535 0
5694 533 0
5825 523 0
5681 523 0
5782 572 10
5661 549 22
5720 571 20
5735 563 20
5733 572 20
5791 571 10
5792 544 10
5829 525 0
5674 528 0
5674 527 0
5835 528 0
# metal door
MetalDoor 0x0675 (Facing=WestCW)
2044 233 13
# metal door
MetalDoor 0x0677 (Facing=EastCCW)
2045 233 13
# barred metal door
BarredMetalDoor 0x0691 (Facing=SouthCCW)
5848 581 15
5857 563 15
5857 571 15
5857 579 15
5857 587 15
5857 595 15
# mushroom
MushroomTrap 0x1125
5724 560 20
5834 534 0
5658 554 20
5665 557 20
# crate
LargeCrate 0x0E3D
5718 554 23
5715 556 20
5715 556 23
5718 554 20
# metal chest
MetalChest 0x09AB
5678 529 0
5734 549 20
# dungeon wall
SecretDungeonDoor 0x0318 (Facing=WestCCW)
5679 520 0
5722 553 20
# stone pavers
Static 0x0519
5677 521 0
# oven
StoneOvenEastAddon 0x092C
5786 544 10
5672 526 0
# hammer
Static 0x102B
5791 542 16
5863 541 21
# pickaxe
Static 0x0E85
5790 543 16
# dagger
Static 0x0F51
5790 542 16
# cleaver
Static 0x0EC2
5702 526 7
# strong box
MetalBox 0x0E80
5669 520 0
# sledge hammer
Static 0x0FB4
5863 542 21
# whip
Static 0x166F
5862 542 21
# rusty iron key
Static 0x1013
5851 571 15
# dungeon wall
SecretDungeonDoor 0x031A (Facing=EastCW)
5652 552 20
# alchemical symbol
Static 0x1822
2041 232 34
# stone
Static 0x07A3
5692 566 20
# rock
Static 0x1773
5694 564 3
5694 565 16
# rock
Static 0x1778
5694 566 20

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,672 @@
# stone pavers
Static 0x051E
2669 2071 -20
# stone pavers
Static 0x051F
2669 2072 -20
# stone pavers
Static 0x0520
2669 2073 -20
# bottle of ale
BeverageBottle 0x099F (Content=Ale)
2659 2187 8
2660 2203 8
2666 2234 8
2668 2235 8
2668 2236 8
2673 2233 4
2675 2238 4
2684 2233 4
# bottles of ale
Static 0x09A0
2666 2236 8
# metal box
FillableMetalBox 0x09A8
2730 2185 6
# metal chest
MetalChest 0x09AB
2662 2250 -20
# metal chest
FillableMetalChest 0x09AB
2648 2192 4
2649 2192 4
2650 2192 4
2718 2080 0
2719 2080 20
# silverware
Static 0x09BD
2757 2219 6
# bottle of wine
BeverageBottle 0x09C7 (Content=Wine)
2659 2201 8
2660 2186 8
# silverware
Static 0x09D4
2748 2113 4
# pitcher
Static 0x09D6
2668 2129 4
2692 2200 4
# plate
Plate 0x09D7
2757 2219 6
# plate of food
Static 0x09DB
2748 2113 4
# mug of ale
GlassMug 0x09EE (Content=Ale)
2679 2233 4
# wall sconce
WallSconce 0x09FD (Light=WestBig)
2681 2245 16
# wall sconce
WallSconce 0x0A02 (Light=NorthBig)
2683 2241 16
2678 2241 16
# wall torch
WallTorch 0x0A07 (Light=WestBig)
2728 2187 16
# wall torch
Static 0x0A0C (Light=NorthBig)
2729 2184 16
# candle
Candle 0x0A0F
2691 2200 4
# lantern
Lantern 0x0A18 (Unlit)
2744 2253 10
# hanging lantern
HangingLantern 0x0A1A
2717 2104 9
2721 2085 0
2721 2086 0
2722 2086 0
2736 2158 18
# hanging lantern
Static 0x0A1D
2736 2174 20
# lantern post
Static 0x0A20
2735 2157 -1
2735 2173 0
# candle
CandleLarge 0x0A26 (Unlit)
2632 2086 14
# stool
Stool 0x0A2A
2669 2076 5
2709 2178 0
2713 2086 0
2723 2085 0
2726 2086 0
2730 2260 0
2730 2261 0
2731 2259 0
2731 2262 0
2732 2259 0
2732 2262 0
2733 2260 0
2733 2261 0
# stool
Static 0x0A2B
2637 2080 10
2638 2081 10
2638 2082 10
# chest of drawers
Drawer 0x0A2C
2676 2152 0
# chest of drawers
Drawer 0x0A34
2664 2131 0
2744 2115 0
2776 2132 0
# armoire
Armoire 0x0A53
2624 2099 10
2712 2084 0
2720 2084 0
# bedroll
Static 0x0A55
2689 2201 0
2715 2209 0
# bedroll
Static 0x0A56
2694 2201 0
2718 2209 0
# bedroll
Static 0x0A57
2718 2209 0
# bedroll
Static 0x0A58
2689 2201 0
2715 2209 0
# bed
Static 0x0A5C
2752 2217 0
# bed
Static 0x0A63
2752 2216 0
# folded sheet
Static 0x0A92
2632 2080 12
2704 2146 2
2704 2149 2
2709 2132 2
2726 2089 2
2729 2260 -3
2744 2112 2
# display case
Static 0x0AA0
2733 2249 4
2734 2249 4
2739 2249 4
# display case
Static 0x0AA2
2733 2248 4
2734 2248 4
2739 2248 4
# display case
Static 0x0AA3
2732 2248 4
2738 2248 4
# display case
Static 0x0AA4
2735 2248 4
2740 2248 4
# display case
Static 0x0AA5
2732 2249 4
2738 2249 4
# display case
Static 0x0B10
2732 2248 0
2738 2248 0
# display case
Static 0x0B11
2735 2249 0
2740 2249 0
# display case
Static 0x0B12
2732 2249 0
2738 2249 0
# display case
Static 0x0B13
2735 2248 0
2740 2248 0
# display case
Static 0x0B15
2733 2249 0
2734 2249 0
2739 2249 0
# display case
Static 0x0B17
2733 2248 0
2734 2248 0
2739 2248 0
# display case
Static 0x0B18
2735 2249 4
2740 2249 4
# candle
CandleLarge 0x0B1A
2672 2153 8
2672 2156 6
2728 2259 8
# candle
CandleLarge 0x0B1B
2634 2080 18
2712 2212 7
2732 2185 6
# counter
Static 0x0B3E
2731 2185 0
# counter
Static 0x0B3F
2728 2258 0
2728 2259 0
2730 2184 0
2731 2260 0
2731 2261 0
2732 2260 0
2732 2261 0
# counter
Static 0x0B40
2730 2185 0
2732 2185 0
# chair
FancyWoodenChairCushion 0x0B4E
2658 2187 4
2658 2201 4
2658 2203 4
2712 2097 0
2712 2101 0
2720 2092 0
2720 2093 0
# chair
FancyWoodenChairCushion 0x0B4F
2660 2185 4
2713 2096 0
2715 2080 0
2715 2089 0
2715 2096 0
2724 2080 0
# chair
FancyWoodenChairCushion 0x0B50
2660 2189 4
# chair
FancyWoodenChairCushion 0x0B51
2661 2187 4
2661 2201 4
2661 2203 4
# chair
WoodenChair 0x0B56
2624 2097 10
2728 2251 0
# chair
WoodenChair 0x0B57
2629 2096 10
2730 2248 0
# chair
WoodenChair 0x0B59
2748 2114 0
# chair
BambooChair 0x0B5A
2665 2235 2
2672 2238 4
2756 2219 0
2779 2132 0
# chair
BambooChair 0x0B5B
2667 2128 0
2667 2233 2
2669 2128 0
2674 2232 4
2674 2237 2
2679 2232 4
2684 2232 4
2712 2210 0
2757 2218 0
# chair
BambooChair 0x0B5C
2667 2237 2
2674 2239 4
2712 2213 0
# chair
BambooChair 0x0B5D
2669 2235 2
2781 2131 0
2781 2133 0
# foot stool
FootStool 0x0B5E
2691 2201 0
2692 2201 0
# bench
Static 0x0B60
2728 2188 0
# bench
Static 0x0B65
2755 2216 0
# table
Static 0x0B70
2659 2188 4
2659 2204 4
# table
Static 0x0B71
2660 2188 4
2660 2204 4
# table
Static 0x0B72
2660 2186 4
2660 2200 4
# table
Static 0x0B73
2659 2186 4
2659 2187 4
2659 2200 4
2659 2201 4
2659 2202 4
2659 2203 4
2660 2187 4
2660 2201 4
2660 2202 4
2660 2203 4
# wooden signpost
Static 0x0B97
2632 2099 10
2632 2102 10
2664 2192 4
2688 2234 4
2688 2237 4
# wooden signpost
Static 0xB98
2732 2192 0
2666 2096 5
# broken chair
Static 0x0C11
2627 2097 16
# bloody bandage
Static 0x0E20
2704 2136 6
# crate
FillableLargeCrate 0x0E3D
2675 2241 2
2676 2241 2
2676 2245 2
2677 2241 2
2677 2245 2
# metal chest
FillableMetalGoldenChest 0x0E40
2672 2243 2
# wooden chest
WoodenChest 0x0E42
2712 2209 0
2752 2221 0
# wooden chest
FillableWoodenChest 0x0E42
2728 2187 0
# wooden chest
WoodenChest 0x0E43
2677 2158 0
2678 2157 0
# wooden chest
FillableWoodenChest 0x0E43
2733 2184 0
2734 2184 0
# barrel
Barrel 0x0E77
2675 2245 -20
2676 2244 -20
2676 2245 -20
2692 2205 0
2693 2204 0
2693 2205 0
2746 2112 0
2664 2133 0
# barrel
FillableBarrel 0x0E77
2637 2084 10
2637 2085 10
2672 2245 2
2673 2245 2
# metal chest
MetalChest 0x0E7C
2664 2134 0
2744 2117 0
# clean bandage
Static 0x0EE9
2704 2145 8
2709 2136 6
2710 2145 8
# playing cards
Static 0x0FA2
2660 2202 8
2667 2236 8
# playing cards
Static 0x0FA3
2660 2187 8
2668 2235 8
# checkers
Static 0x0FA4
2674 2233 7
# checkers
Static 0x0FA5
2674 2233 7
# checker board
CheckerBoard 0x0FA6
2674 2233 6
# dice and cup
Dices 0x0FA7
2678 2233 2
2680 2233 4
# backgammon game
Backgammon 0x0FAD
2674 2238 6
# barrel
Static 0x0FAE
2633 2091 10
2749 2164 -3
2753 2164 -3
2753 2169 -3
# anvil
AnvilEastAddon 0x0FAF
2634 2091 10
# forge
SmallForgeAddon 0x0FB1
2634 2089 10
# sledge hammer
Static 0x0FB4
2634 2090 10
# sledge hammer
Static 0x0FB5
2636 2083 10
# tongs
Static 0x0FBB
2636 2083 11
# book
Static 0x0FBD
2632 2085 14
2665 2090 11
2714 2097 1
# book
Static 0x0FBE
2733 2248 2
# pen and ink
Static 0x0FBF
2734 2248 4
# pen and ink
Static 0x0FC0
2666 2090 11
2709 2177 6
2715 2097 4
# chisels
Static 0x1027
2627 2097 16
# moulding planes
Static 0x102D
2627 2096 16
# nails
Static 0x102F
2626 2097 16
# jointing plane
Static 0x1030
2626 2097 16
# smoothing plane
Static 0x1033
2627 2097 16
# saw
Static 0x1034
2627 2097 16
# globe
Static 0x1047
2728 2260 0
# clock frame
Static 0x104D
2627 2096 16
# axle
Axle 0x105B
2626 2096 16
2627 2097 16
# cut leather
Static 0x1067
2704 2177 0
2705 2176 0
# pile of hides
Static 0x1078
2706 2177 0
# pile of hides
Static 0x1079
2705 2178 0
# hanging pole
Static 0x10AC
2718 2082 0
# hanging pole
Static 0x10AD
2718 2081 0
# hanging pole
Static 0x10AE
2718 2080 0
# flowerpot
PottedPlant1 0x11CB
2667 2072 11
# log table
Static 0x11DF
2632 2086 10
2672 2157 0
# map
Static 0x14EC
2728 2258 6
# rope
Static 0x14FA
2744 2169 -3
2749 2177 -3
2752 2160 -3
2752 2173 -3
2758 2166 -3
# lockpick
Static 0x14FC
2732 2260 6
2732 2261 6
# lockpicks
Static 0x14FE
2731 2261 6
# water barrel
Static 0x154D
2672 2244 2
2741 2169 -3
2749 2171 -3
# ore
Static 0x19B9
2637 2082 16
# glass
GlassMug 0x1F81
2679 2233 4
# glass of water
GlassMug 0x1F91 (Content=Water)
2679 2233 4

View file

@ -0,0 +1,137 @@
###############
# Teleporters #
###############
Teleporter 0x1BC3 (PointDest=(2727, 2133, 5))
2618 977 5
Teleporter 0x1BC3 (PointDest=(2618, 977, 5))
2727 2133 5
#############
# Buc's Den #
#############
# sign
Static 0xBD0 (Name=to the Mainland)
2728 2133 25
# stone
Static 0x071E
2726 2133 0
2727 2131 0
2727 2131 5
2727 2131 10
2727 2131 15
2727 2131 20
2727 2131 25
2727 2132 0
2727 2132 30
2727 2133 0
2727 2133 30
2727 2133 35
2727 2134 0
2727 2134 30
2727 2135 0
2727 2135 5
2727 2135 10
2727 2135 15
2727 2135 20
2727 2135 25
2728 2133 0
# stone stairs
Static 0x071F
2727 2134 35
2727 2135 30
# stone stairs
Static 0x0737
2727 2131 30
2727 2132 35
# stone stairs
Static 0x07A0
2726 2132 0
# stone stairs
Static 0x07A1
2728 2134 0
# stone stairs
Static 0x07A2
2728 2132 0
# stone stairs
Static 0x07DA
2726 2134 0
############
# Mainland #
############
# sign
Static 0xBCF (Name=to Buccaneer's Den)
2618 978 25
# stone
Static 0x07A3
2616 977 0
2616 977 5
2616 977 10
2616 977 15
2616 977 20
2616 977 25
2617 977 0
2617 977 30
2618 977 0
2618 977 30
2618 977 35
2619 977 0
2619 977 30
2620 977 0
2620 977 5
2620 977 10
2620 977 15
2620 977 20
2620 977 25
# stone stairs
Static 0x07A4
2617 978 0
2618 978 0
2619 978 0
# stone stairs
Static 0x07A5
2619 977 35
2620 977 30
# stone stairs
Static 0x07A6
2617 976 0
2618 976 0
2619 976 0
# stone stairs
Static 0x07A7
2616 977 30
2617 977 35
# stone stairs
Static 0x07A8
2616 976 0
# stone stairs
Static 0x07A9
2620 978 0
# stone stairs
Static 0x07AA
2620 976 0
# stone stairs
Static 0x07AB
2616 978 0

View file

@ -0,0 +1,317 @@
# tent wall
Static 0x02EB (Hue=0x33)
2333 1220 0
2337 1229 0
2342 1214 0
2346 1220 0
# tent wall
Static 0x02EC (Hue=0x33)
2334 1219 0
2338 1228 0
2343 1213 0
2347 1219 0
# gruesome standard
Static 0x041F
2338 1214 0
# gruesome standard
Static 0x0420
2347 1217 0
# gruesome standard
Static 0x0428
2329 1221 0
# cauldron
Static 0x0974
2337 1221 0
# tray
Static 0x0992
2227 1218 6
2236 1187 6
2244 1203 6
2259 1217 6
# bottle of liquor
BeverageBottle 0x099B (Content=Liquor)
2228 1218 6
# fork
Fork 0x09A3
2227 1217 6
# fork
Fork 0x09A4
2237 1187 6
2245 1203 6
2260 1217 6
# knife
Knife 0x09A5
2227 1217 6
# knife
Knife 0x09A6
2237 1187 6
2245 1203 6
2260 1217 6
# metal box
FillableMetalBox 0x09A8
2213 1165 6
# spoon
Spoon 0x09C2
2227 1217 6
# spoon
Spoon 0x09C3
2237 1187 7
2245 1203 7
2260 1217 7
# bottle of wine
BeverageBottle 0x09C7 (Content=Wine)
2238 1188 6
2246 1204 6
2261 1218 6
# plate
Plate 0x09D7
2227 1217 6
2228 1217 6
2237 1187 6
2237 1188 6
2245 1203 6
2245 1204 6
2260 1217 6
2260 1218 6
# fork
Fork 0x09F4
2237 1188 6
2245 1204 6
2260 1218 6
# fork
Fork 0x09F5
2228 1217 6
# knife
Knife 0x09F6
2237 1188 6
2245 1204 6
2260 1218 6
# knife
Knife 0x09F7
2228 1217 6
# spoon
Spoon 0x09F8
2237 1188 6
2245 1204 6
2260 1218 6
# spoon
Spoon 0x09F9
2228 1217 6
# candle
CandleLarge 0x0A26 (Unlit)
2228 1216 6
# candle
CandleLarge 0x0B1A
2212 1116 26
2212 1116 46
2213 1164 6
2213 1168 6
2215 1191 6
2217 1195 6
2236 1188 6
2243 1228 6
2243 1231 6
2244 1204 6
2259 1218 6
2275 1198 6
2276 1200 26
2283 1226 6
2284 1228 26
# chair
WoodenChair 0x0B56
2211 1115 20
2212 1166 0
2242 1229 0
2275 1199 20
2283 1227 20
# chair
WoodenChair 0x0B57
2276 1197 0
2284 1225 0
# chair
WoodenChair 0x0B58
2213 1115 40
# chair
BambooChair 0x0B5A
2226 1217 0
# chair
BambooChair 0x0B5B
2237 1186 0
2245 1202 0
2260 1216 0
# chair
BambooChair 0x0B5C
2214 1192 0
2237 1189 0
2245 1205 0
2260 1219 0
# chair
BambooChair 0x0B5D
2229 1217 0
# campfire
Static 0x0DE3 (Light=Circle225)
2337 1221 0
# crate
FillableLargeCrate 0x0E3C
2252 1190 -2
2252 1190 1
# crate
MediumCrate 0x0E3E
2252 1190 4
2253 1190 -2
# stump
Static 0x0E59
2330 1220 0
# barrel
FillableBarrel 0x0E77
2251 1189 -2
2251 1189 3
2251 1190 -2
2252 1189 -2
2259 1188 -2
2259 1188 3
2259 1189 -2
2259 1189 3
2259 1190 -2
2260 1188 -2
2260 1188 3
2260 1189 -2
2260 1189 3
2260 1190 -2
# strong box
FillableMetalBox 0x0E80
2212 1191 6
2240 1231 6
# cleaver
Static 0x0EC3
2217 1196 6
# skinning knife
Static 0x0EC5
2212 1196 6
# executioner's axe
Static 0x0F46
2331 1219 0
# fire pit
Static 0x0FAC (Light=Circle225)
2337 1221 0
# book
Static 0x0FBD
2212 1115 26
2212 1115 46
2213 1166 6
2243 1229 6
2276 1199 26
2284 1227 26
# book
Static 0x0FBE
2214 1191 6
2276 1198 6
2284 1226 6
# pen and ink
Static 0x0FBF
2213 1166 6
2243 1229 6
# pen and ink
Static 0x0FC0
2213 1191 6
# glass pitcher
Pitcher 0x0FF6
2261 1217 6
# garbage
Static 0x10EE
2332 1221 0
2333 1223 0
2336 1221 1
2336 1222 0
2338 1214 0
2338 1218 0
2338 1224 0
2339 1221 2
2340 1220 0
2340 1224 0
# butcher knife
Static 0x13F7
2212 1195 6
# rope
Static 0x14FA
2252 1191 -2
# water barrel
Static 0x154D
2281 1183 0
# skinned goat
Static 0x1E88
2329 1225 3
# skinned goat
Static 0x1E89
2337 1223 0
# skinned deer
Static 0x1E90
2342 1221 0
# skinned deer
Static 0x1E91
2338 1219 0
2339 1219 0
# pitcher of water
Pitcher 0x1F9D (Content=Water)
2238 1187 6
2246 1203 6
2261 1217 6
# pitcher of water
Pitcher 0x1F9E (Content=Water)
2227 1216 6

View file

@ -0,0 +1,229 @@
# oven
Static 0x0461
5195 4058 37
# oven
Static 0x0462 (Light=WestBig)
5195 4057 37
# fireplace
SandstoneFireplaceSouthAddon 0x047B
5198 4054 37
5234 4014 37
5265 3977 41
# wooden door
StrongWoodDoor 0x06E5 (Facing=WestCW)
5233 4027 37
5293 4003 40
5272 3987 37
# wooden door
StrongWoodDoor 0x06E7 (Facing=EastCCW)
5273 3987 37
# wooden door
StrongWoodDoor 0x06ED (Facing=SouthCW)
5295 3998 40
# wooden door
StrongWoodDoor 0x06EF (Facing=NorthCCW)
5295 3997 40
# wooden door
StrongWoodDoor 0x06F1 (Facing=SouthCCW)
5290 4008 40
# wooden door
StrongWoodDoor 0x06F3 (Facing=NorthCW)
5290 4007 40
# wooden fence
Static 0x0863
5251 4021 39
5252 4021 40
5253 4002 46
5253 4021 40
5254 4002 46
5254 4021 40
5255 4021 38
# wooden fence
Static 0x0864
5250 4015 40
5250 4016 39
5250 4017 40
5250 4018 41
5250 4019 39
5250 4020 39
5250 4021 39
# wooden gate
DarkWoodGate 0x0866 (Facing=WestCW)
5287 4015 40
5297 4003 40
5301 4003 40
# wooden gate
DarkWoodGate 0x0868 (Facing=EastCCW)
5288 4015 40
5298 4003 40
5302 4003 40
# wooden gate
DarkWoodGate 0x086A (Facing=WestCCW)
5292 4012 40
5297 4006 40
5297 4012 40
5301 4006 40
5301 4012 40
# wooden gate
DarkWoodGate 0x086C (Facing=EastCW)
5293 4012 40
5298 4006 40
5298 4012 40
5302 4006 40
5302 4012 40
# wooden fence
Static 0x088A
5251 4014 39
5256 4021 38
5257 4021 38
# wooden fence
Static 0x088B
5251 4006 45
5251 4007 45
5279 4009 38
5279 4010 39
# cauldron
Static 0x0975
5195 3996 37
5293 3986 37
# hanging lantern
HangingLantern 0x0A1A
5179 4070 40
# chest of drawers
FancyDrawer 0x0A30
5199 4061 57
# chest of drawers
Drawer 0x0A34
5195 4066 57
# armoire
FancyArmoire 0x0A4D
5202 4061 57
# armoire
Armoire 0x0A53
5195 4067 57
# bookcase
LibraryBookcase 0x0A9B
5215 4007 37
# crate
FillableLargeCrate 0x0E3D
5236 4021 37
5236 4021 40
5236 4022 37
5236 4022 40
5236 4023 37
5237 4020 57
5237 4021 57
5237 4022 57
5237 4023 57
# wooden chest
WoodenChest 0x0E42
5262 3980 38
5262 3982 38
5269 3977 37
5269 3986 36
# wooden chest
WoodenChest 0x0E43
5270 3971 37
5276 3971 37
# pouch
Static 0x0E79
5262 3984 42
# water tub
Static 0x0E7B
5296 4013 40
# empty tub
Static 0x0E83
5291 4009 40
5291 4010 40
5296 4007 40
# pickaxe
Static 0x0E85
5230 4021 43
5288 3979 37
# pitchfork
Static 0x0E87
5287 3979 37
# fire pit
Static 0x0FAC (Light=Circle225)
5195 3996 37
5285 3980 37
5293 3986 37
5295 3977 37
# barrel
Static 0x0FAE
5230 4024 37
5230 4025 37
5291 4004 40
5291 4005 40
5291 4006 40
# anvil
AnvilSouthAddon 0x0FB0
5228 4003 37
5228 4005 37
5235 4004 38
5235 4006 37
# spinning wheel
SpinningWheelSouthAddon 0x1015
5235 4016 37
# upright loom
LoomEastAddon 0x1060
5231 4015 37
# bellows
Static 0x197B
5226 4004 37
5234 4005 37
# forge
Static 0x197E (Light=Circle300)
5227 4004 37
5235 4005 37
# bellows
Static 0x199E
5229 4004 37
5237 4005 37
# forge
Static 0x19A3
5236 4005 37
# forge
Static 0x19A4
5228 4004 37

View file

@ -0,0 +1,17 @@
# stone stairs
Static 0x78A
5572 628 45
5572 629 45
5572 630 45
5505 570 39
# stone stairs
Static 0x78C
5571 633 10
5523 673 35
5385 756 -15
5411 859 60
# stone
Static 0x788
5507 568 54

View file

@ -0,0 +1,3 @@
# ankh
AnkhNorth 0x0004
5204 774 0

View file

@ -0,0 +1,20 @@
# stone stairs
Static 0x7A5
6081 144 -12
6081 145 -12
6081 146 -12
6080 144 -7
6080 145 -7
6080 146 -7
6057 88 32
6057 89 32
6057 90 32
6056 88 37
6056 89 37
6056 90 37
6041 192 5
6041 193 5
6041 194 5
6042 192 0
6042 193 0
6042 194 0

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,456 @@
# stone pavers
Static 0x0521
5736 3196 10
# thatch roof
Static 0x05A6
5720 3262 35
5720 3263 35
# rattan door
RattanDoor 0x0695 (Facing=WestCW)
5675 3138 12
5698 3279 14
5726 3248 15
5730 3202 8
5745 3206 15
5764 3154 14
5769 3168 14
5770 3154 14
5774 3168 14
5776 3154 14
5779 3168 14
5800 3276 11
5805 3274 32
5698 3287 14
# rattan door
RattanDoor 0x0697 (Facing=EastCCW)
5662 3129 13
5676 3138 12
5727 3248 15
5770 3168 14
5775 3168 14
5780 3168 14
5801 3276 11
5806 3274 32
5812 3294 10
# rattan door
RattanDoor 0x069B (Facing=EastCW)
5691 3212 10
5708 3203 11
5731 3187 8
# rattan door
RattanDoor 0x069D (Facing=SouthCW)
5677 3285 11
5702 3211 10
5739 3218 10
5761 3156 14
5761 3160 14
5761 3165 14
5803 3273 11
5815 3268 11
5669 3149 12
5694 3286 14
5797 3290 10
# rattan door
RattanDoor 0x069F (Facing=NorthCCW)
5677 3284 11
5739 3217 10
5739 3268 14
5755 3270 15
5803 3272 11
5815 3267 11
5669 3148 12
# rattan door
RattanDoor 0x06A1 (Facing=SouthCCW)
5718 3206 11
5783 3162 15
# rattan door
RattanDoor 0x06A3 (Facing=NorthCW)
5718 3205 11
5783 3161 15
# wooden door
StrongWoodDoor 0x06E5 (Facing=WestCW)
5698 3287 -6
# wooden gate
DarkWoodGate 0x086A (Facing=WestCCW)
5681 3286 -1
# wooden gate
DarkWoodGate 0x086C (Facing=EastCW)
5682 3286 -1
# oven
StoneOvenSouthAddon 0x0930
5747 3189 18
5781 3150 14
# cauldron
Static 0x0974
5708 3214 -2
# bottle of ale
BeverageBottle 0x099F (Content=Ale)
5785 3168 22
# candle
Candle 0x0A0F
5753 3194 21
# hanging lantern
HangingLantern 0x0A1A
5779 3171 14
5781 3171 14
# hanging lantern
HangingLantern 0x0A1D (Unlit)
5759 3165 14
# chest of drawers
FancyDrawer 0x0A38
5809 3291 11
# dresser
Static 0x0A44
5799 3268 33
# dresser
Static 0x0A45
5799 3267 33
# armoire
FancyArmoire 0x0A51
5757 3151 16
# armoire
Armoire 0x0A53
5723 3240 16
# bookcase
LibraryBookcase 0x0A97
5727 3188 9
# bookcase
LibraryBookcase 0x0A98
5717 3196 12
5726 3188 9
# bookcase
LibraryBookcase 0x0A99
5711 3203 12
5724 3190 9
5732 3216 11
5804 3269 14
# bookcase
LibraryBookcase 0x0A9A
5711 3202 12
5724 3191 9
5733 3262 15
5742 3195 16
5804 3270 14
# bookcase
LibraryBookcase 0x0A9B
5669 3283 12
5725 3188 9
5809 3265 33
5812 3287 11
# bookcase
LibraryBookcase 0x0A9C
5724 3189 9
5742 3194 16
5796 3265 11
5796 3266 11
# ruined bookcase
Static 0x0C14
5754 3268 16
# crate
FillableLargeCrate 0x0E3C
5690 3204 11
5824 3261 3
5824 3261 6
5824 3262 3
5824 3262 6
5824 3262 9
5824 3263 3
5825 3261 3
5825 3261 6
5825 3261 9
5825 3262 3
5825 3262 6
5825 3262 9
5825 3263 3
5825 3263 6
5826 3261 3
5826 3261 6
5826 3261 9
5826 3262 3
5826 3262 6
# crate
FillableLargeCrate 0x0E3D
5741 3259 15
5741 3259 18
5809 3274 12
5809 3275 12
5809 3275 15
5809 3275 18
5810 3274 12
5810 3275 14
5810 3275 17
5811 3275 12
# crate
MediumCrate 0x0E3F
5740 3258 15
5740 3258 18
5741 3258 15
5741 3258 18
5741 3258 21
# metal chest
FillableMetalGoldenChest 0x0E40
5723 3242 16
5723 3246 16
5757 3156 16
# metal chest
MetalGoldenChest 0x0E41
5662 3123 15
# wooden chest
WoodenChest 0x0E42
5660 3124 15
5660 3128 15
# wooden chest
FillableWoodenChest 0x0E42
5762 3153 16
5768 3153 16
5774 3153 16
# wooden chest
WoodenChest 0x0E43
5665 3123 15
# wooden chest
FillableWoodenChest 0x0E43
5760 3158 16
5760 3164 16
# barrel
FillableBarrel 0x0E77
5666 3289 12
5690 3284 15
5690 3285 15
5690 3286 15
5691 3284 15
5810 3265 -1
# basin
Static 0x0E78
5757 3160 16
5757 3166 16
5759 3150 16
5771 3150 16
# water tub
Static 0x0E7B
5666 3287 12
# metal chest
FillableMetalChest 0x0E7C
5733 3269 15
5804 3271 11
# empty tub
Static 0x0E83
5811 3303 12
# pickaxe
Static 0x0E86
5737 3261 18
# chess board
ChessBoard 0x0FA6
5808 3269 39
# fire pit
Static 0x0FAC (Light=Circle225)
5708 3214 -2
# barrel
Static 0x0FAE
5666 3283 12
5667 3283 12
5691 3288 -3
5691 3289 -3
5692 3287 -2
5692 3288 -3
5692 3289 -1
5693 3287 -3
5693 3288 -4
5693 3289 -3
5701 3204 16
5804 3274 11
5804 3275 11
5805 3274 11
5805 3275 11
5806 3268 -15
5806 3269 -15
5806 3270 -15
5806 3271 -15
5806 3274 11
5806 3275 11
5807 3271 -15
5807 3274 11
5807 3275 11
5808 3265 -5
5808 3271 -15
5808 3275 11
5809 3264 -7
5809 3265 -5
5809 3268 -15
5809 3269 -15
5809 3270 -15
5809 3271 -15
5810 3267 -15
5810 3268 -15
5810 3269 -15
5810 3270 -15
5810 3271 -15
5810 3275 11
5811 3266 -8
5812 3266 -3
5812 3267 -2
5823 3238 3
5824 3238 3
5824 3239 3
5824 3259 3
5824 3260 3
5825 3259 5
5825 3260 3
5826 3260 3
5826 3263 3
5827 3262 3
# sledge hammer
Static 0x0FB5
5738 3261 18
# pentagram
Static 0x0FEA
5736 3196 10
# teleporter: recsu
KeywordTeleporter 0x1BC3 (Substring=recsu; Range=4; PointDest=(4544, 850, 30))
5736 3196 10
# spinning wheel
SpinningWheelSouthAddon 0x1015
5753 3269 15
# hammer
Static 0x102B
5687 3206 17
# upright loom
LoomEastAddon 0x1060
5751 3271 15
# earrings
Static 0x1087
5662 3152 16
# necklace
Static 0x1088
5660 3145 16
# an obelisk
Obelisk 0x1184
5741 3313 3
5742 3313 8
5748 3313 8
5749 3313 3
# leather tunic
Static 0x13CA
5809 3295 11
# studded tunic
Static 0x13D9
5810 3295 11
# ringmail armor
Static 0x13E7
5808 3295 11
# close helmet
Static 0x1408
5804 3295 13
# plate helm
Static 0x1412
5803 3295 13
# platemail gorget
Static 0x1413
5802 3305 13
# map
Static 0x14EC
5797 3270 18
# water barrel
Static 0x154D
5808 3264 -7
# flour mill
FlourMillEastAddon 0x1920
5755 3190 15
# bellows
Static 0x1986
5813 3301 12
# forge
Static 0x198A (Light=Circle300)
5813 3302 12
# forge
Static 0x198E
5813 3303 12
# cooper's bench
Static 0x19FC
5694 3211 12
# earrings
Static 0x1F07
5654 3145 19
5663 3152 16
# necklace
Static 0x1F08
5659 3145 16
5661 3145 16
# ring
Static 0x1F09
5662 3152 16
# hatch
Static 0x3E93
5834 3260 2

View file

@ -0,0 +1,144 @@
################################
# Blockers #
# Makes dungeon teleporters #
# not have rubber-band effects #
################################
Blocker 0x21A4
# Despise
5572 628 47
5572 629 47
5572 630 47
5505 569 41
5505 570 41
5505 571 41
5506 569 39
5506 570 39
5506 571 39
5507 569 49
5507 570 49
5507 571 49
5571 632 12
5571 633 12
5571 634 12
5523 672 37
5523 673 37
5523 674 37
5385 755 -13
5385 756 -13
5385 757 -13
5410 858 57
5410 859 57
5410 860 57
# Hythloth
6082 144 -15
6082 145 -15
6082 146 -15
5920 168 16
5920 169 16
5920 170 16
6058 88 29
6058 89 29
6058 90 29
6041 192 7
6041 193 7
6041 194 7
6042 194 10
6043 194 16
6044 194 16
6045 194 21
6046 194 22
# teleporter
Static 0x1809
1653 2963 0
1677 2987 0
# water
Static 0x1797
3807 1204 -5
3801 1165 -5
3584 1258 -5
3454 104 -5
3468 114 -5
3440 176 -5
3386 174 -5
3332 194 -5
3284 90 -5
3522 366 -5
3458 384 -5
3478 394 -5
3406 520 -5
3418 580 -5
3440 554 -5
3448 546 -5
3460 536 -5
3482 512 -5
3454 628 -5
# water
Static 0x1798
3812 1202 -5
3581 1258 -5
3585 1258 -5
3458 106 -5
3470 116 -5
3412 192 -5
3352 178 -5
3318 194 -5
3502 334 -5
3452 378 -5
3464 388 -5
3480 396 -5
3412 524 -5
3424 576 -5
3442 552 -5
3452 540 -5
3466 522 -5
3484 514 -5
3264 726 -5
# water
Static 0x1799
3813 1201 -5
3582 1258 -5
3586 1258 -5
3462 108 -5
3472 118 -5
3408 190 -5
3346 182 -5
3316 194 -5
3508 338 -5
3454 380 -5
3468 390 -5
3490 406 -5
3410 586 -5
3436 560 -5
3444 550 -5
3454 538 -5
3470 514 -5
3486 516 -5
3266 724 -5
# water
Static 0x179A
3799 1165 -5
3583 1258 -5
3587 1258 -5
3466 112 -5
3414 94 -5
3388 174 -5
3334 192 -5
3286 90 -5
3510 340 -5
3456 382 -5
3472 392 -5
3466 458 -5
3412 584 -5
3438 556 -5
3446 548 -5
3456 538 -5
3472 512 -5
3488 580 -5

View file

@ -0,0 +1,13 @@
#Serpent pillars
SerpentPillar 0x233F (Word=doracron; DestStart=(5922, 2645); DestEnd=(6022, 2745))
2983 2888 -5
SerpentPillar 0x233F (Word=sueacron; DestStart=(2933, 2838); DestEnd=(3033, 2938))
5972 2695 -5
SerpentPillar 0x233F (Word=doracron; DestStart=(5215, 2705); DestEnd=(5315, 2805))
422 3281 -5
SerpentPillar 0x233F (Word=sueacron; DestStart=(372, 3231); DestEnd=(472, 3331))
5265 2755 -5

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,71 @@
# wooden logs
Static 0x0509
5620 66 0
# wooden logs
Static 0x050A
5546 12 0
5546 13 0
5546 14 0
5548 14 0
5553 14 0
5555 12 0
# stone pavers
Static 0x051E
5443 179 22
5444 179 22
# stone pavers
Static 0x051F
5574 199 22
# stone
Static 0x071E
5513 9 0
5514 10 0
5490 19 -30
# suspension bridge
Static 0x07F0
5617 70 0
# suspension bridge
Static 0x080F
5552 15 0
# water
Static 0x1797
5546 15 -5
5548 15 -5
5549 15 -5
5550 13 -5
5554 10 -5
5617 57 -5
5617 64 -5
5620 66 -5
5621 67 -5
5672 43 -5
5436 168 -5
# wooden planks
Static 0x04C9
5460 185 0
5460 186 0
5460 187 0
5460 188 0
5456 185 0
5456 186 0
5456 187 0
5456 188 0
# moongate
Static 0x1FD4 (Light=Circle300)
5490 19 -24
5514 10 6
5604 102 6
5514 147 26
5538 170 6
5513 176 6
5507 162 6
5875 19 -4

View file

@ -0,0 +1,120 @@
# Chaos
AnkhWest 0x0003
1456 843 5
CandelabraStand 0x0B26
1457 841 0
1457 846 0
Static 0x0788
1456 843 0
1456 844 0
1457 843 0
1457 844 0
1458 843 0
1458 844 0
Static 0x0789
1456 845 0
1457 845 0
1458 845 0
Static 0x078A
1459 843 0
1459 844 0
Static 0x078B
1456 842 0
1457 842 0
1458 842 0
Static 0x078E
1459 845 0
Static 0x078F
1459 842 0
Static 0x14E3
1457 843 5
Static 0x14E4
1457 844 5
Static 0x14E5
1458 844 5
Static 0x14E6
1458 843 5
# Compassion
AnkhNorth 0x0004
1857 877 -1
# Honesty (locations unconfirmed)
AnkhWest 0x0003
4208 561 42
4208 565 42
# Humility (location unconfirmed)
AnkhWest 0x0003
4272 3696 0
# Honor
AnkhWest 0x0003
1723 3527 8
# Justice
AnkhNorth 0x0004
1300 629 21
# Valor (location unconfirmed)
AnkhWest 0x0003
2489 3930 2
# Sacrifice
AnkhNorth 0x1E5D (Bloodied)
3354 287 4
# Spirituality
AnkhWest 0x0003
1592 2489 20
Static 0x00DB
1588 2488 5
Static 0x070A
1594 2491 15
1595 2491 15
Static 0x070B
1600 2489 10
1600 2490 10
1596 2489 15
1596 2490 15
Static 0x070C
1594 2488 15
1595 2488 15
Static 0x070E
1593 2488 15
Static 0x070F
1596 2491 15
Static 0x0710
1596 2488 15
Static 0x0711
1593 2491 15
KeywordTeleporter 0x1BC3 (Substring=om om om; Range=0; PointDest=(1595, 2489, 20); SourceEffect=true; DestEffect=true; SoundID=0x1FE; Delay=0:0:1)
1600 2489 12
KeywordTeleporter 0x1BC3 (Substring=om om om; Range=0; PointDest=(1595, 2490, 20); SourceEffect=true; DestEffect=true; SoundID=0x1FE; Delay=0:0:1)
1600 2490 12
Teleporter 0x1BC3 (PointDest=(1600, 2489, 12))
1593 2488 17
1594 2488 17
1595 2488 17

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,6 @@
# Water Vats
WaterVatSouth 0x0
5806 1919 5
WaterVatEast 0x0
5797 1926 5

View file

@ -0,0 +1,7 @@
# Naturalists
Spawner 0x1F13 (Spawn=Naturalist; Count=1; HomeRange=0)
1495 1721 7
1414 1594 30
1574 1697 35
1393 3769 0
5240 174 15

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,773 @@
# marble wall
Static 0x02B5
5310 93 35
# marble wall
Static 0x02B7
5310 118 35
# cave floor
Static 0x053C
5258 198 15
# cave floor
Static 0x053D
5259 198 15
# cave floor
Static 0x053E
5258 199 15
# cave floor
Static 0x0551
5259 199 15
# marble roof
Static 0x063B
5154 107 25
# marble
Static 0x0709
5220 144 0
5221 144 0
5224 137 20
5224 140 20
5225 137 20
5225 140 20
5226 137 20
5226 140 20
5227 137 20
5227 140 20
5228 137 20
5228 140 20
5244 169 15
5245 169 15
5281 123 20
5282 123 20
5301 127 15
5302 127 15
5321 85 25
5321 90 25
5322 85 25
5322 90 25
5323 85 25
5323 90 25
5324 85 25
5324 90 25
5325 85 25
5325 90 25
5326 85 25
5326 90 25
5327 85 25
5327 90 25
5328 85 25
5328 90 25
5329 85 25
5329 90 25
5330 85 25
5330 90 25
5331 85 25
5331 90 25
5332 85 25
5332 90 25
# marble stairs
Static 0x070A
5179 50 17
5180 50 17
5220 145 0
5221 145 0
5255 230 11
5255 231 7
5301 128 15
5302 128 15
# marble stairs
Static 0x070B
5286 144 15
5310 134 15
5310 135 15
# marble stairs
Static 0x070C
5281 122 20
5282 122 20
# marble stairs
Static 0x070D
5224 175 24
5224 176 24
5237 164 15
5237 165 15
5253 180 15
5253 181 15
5280 144 15
# stalagmites
Static 0x08E0
5216 203 5
5251 236 5
# flowstone
Static 0x08E3
5251 235 5
# stalagmites
Static 0x08E4
5211 233 25
# stalagmites
Static 0x08E7
5297 158 15
# slab of bacon
Static 0x0977
5348 56 19
# raw fish steak
RawFishSteak 0x097A
5343 57 19
# wedge of cheese
CheeseWedge 0x097D
5354 53 19
# French bread
FrenchBread 0x098C
5351 49 19
# ceramic mug
CeramicMug 0x0995
5223 175 11
# ceramic mug
CeramicMug 0x0996
5160 33 23
5222 174 11
# bottles of liquor
Static 0x099D
5160 34 23
# fork
Fork 0x09A4
5223 174 11
# knife
Knife 0x09A6
5223 174 11
# metal box
FillableMetalBox 0x09A8
5167 18 27
5179 18 27
5211 167 5
5307 31 40
5307 35 40
5310 35 40
5313 31 40
5316 35 40
# wooden box
FillableWoodenBox 0x09AA
5161 18 27
5164 18 27
5170 18 27
5173 18 27
5176 18 27
5207 167 5
5207 174 5
5209 167 5
5209 174 5
5211 174 5
5213 167 5
5213 174 5
5310 31 40
5313 35 40
5316 31 40
# metal chest
MetalChest 0x09AB
5186 89 5
# eggs
Eggs 0x09B5
5355 53 19
# cooked bird
CookedBird 0x09B7
5348 57 19
# roast pig
RoastPig 0x09BC
5348 59 19
# sausage
Sausage 0x09C1
5348 52 19
# spoon
Spoon 0x09C3
5223 174 11
# bottles of wine
Static 0x09C5
5160 36 23
# apple
Apple 0x09D0
5345 53 19
# ham
Ham 0x09D3
5348 55 19
# plate
Plate 0x09D7
5223 174 11
5224 175 11
5346 74 31
# plate of food
Static 0x09D8
5342 81 31
5342 84 31
5343 78 31
5346 78 31
# plate of food
Static 0x09D9
5344 74 31
# cake
Cake 0x09E9
5349 49 19
# muffins
Muffins 0x09EB
5346 49 19
# milk
Pitcher 0x09F0 (Content=Milk)
5180 19 31
# cut of ribs
Ribs 0x09F2
5348 53 19
# fork
Fork 0x09F4
5224 175 11
5344 78 31
# fork
Fork 0x09F5
5342 83 31
# knife
Knife 0x09F6
5224 175 11
5345 74 31
# knife
Knife 0x09F7
5342 82 31
# spoon
Spoon 0x09F8
5224 175 11
# candelabra
CandelabraStand 0x0A29 (Unlit)
5345 59 15
5346 50 15
5351 61 15
# chest of drawers
FancyDrawer 0x0A30
5308 108 15
# bookcase
LibraryBookcase 0x0A9A
5258 136 20
# bookcase
LibraryBookcase 0x0A9C
5258 135 20
# candelabra
Candelabra 0x0B1D
5152 53 31
# candelabra
Static 0x0B26
5305 108 15
5341 73 25
5345 85 25
5350 75 25
# candelabra
CandelabraStand 0x0B27
5150 92 5
5154 64 25
5163 92 5
5210 112 0
5217 121 0
5225 172 5
5236 135 15
5238 174 15
5238 181 15
5241 187 15
5246 174 15
5246 181 15
5146 55 25
5151 103 5
5157 91 5
5177 97 5
5187 91 5
5197 94 5
5198 85 5
5207 176 5
5208 169 5
5213 160 5
5234 142 15
5234 152 15
5241 144 15
5241 152 15
5265 161 15
# large vase
Static 0x0B45
5177 95 5
# chair
FancyWoodenChairCushion 0x0B50
5151 55 25
5237 138 15
# chair
WoodenChairCushion 0x0B52
5239 178 15
5239 180 15
5243 178 15
5243 180 15
5341 81 25
5341 83 25
5341 84 25
# chair
WoodenChairCushion 0x0B53
5222 173 5
5224 173 5
5240 174 15
5242 174 15
5343 73 25
5343 77 25
5344 73 25
5345 77 25
5346 73 25
5346 77 25
# chair
WoodenChairCushion 0x0B54
5222 176 5
5224 176 5
5240 176 15
5242 176 15
5268 124 20
5343 75 25
5343 79 25
5344 79 25
5345 75 25
5346 75 25
5346 79 25
# chair
WoodenChairCushion 0x0B55
5237 145 15
5237 149 15
5240 145 15
5240 149 15
5241 178 15
5241 180 15
5245 178 15
5245 180 15
5305 31 40
5305 33 40
5305 36 40
5305 38 40
5343 81 25
5343 82 25
5343 84 25
# metal signpost
Static 0x0B9B
5158 107 5
# metal signpost
Static 0x0BA0
5200 98 5
# metal signpost
Static 0x0BA1
5267 131 20
# metal signpost
Static 0x0BA2
5217 124 0
5236 155 15
# wand
Static 0x0DF2
5145 82 29
# wand
Static 0x0DF3
5145 74 29
5264 163 18
5311 114 18
# brazier
Brazier 0x0E31
5145 79 29
5145 62 25
5145 70 25
5177 86 5
5177 88 5
5179 86 5
5300 88 15
# scroll
Static 0x0E35
5176 90 9
# scroll
Static 0x0E38
5176 92 9
# spellbook
Static 0x0E3B
5145 64 30
5145 76 29
5264 162 18
5304 36 46
5311 113 18
# metal chest
MetalGoldenChest 0x0E41
5261 237 5
# barrel
FillableBarrel 0x0E77
5149 91 5
# metal chest
MetalChest 0x0E7C
5261 159 15
# wooden box
FillableWoodenBox 0x0E7D
5162 23 27
5162 26 27
5179 24 27
5179 27 27
# strong box
MetalBox 0x0E80
5308 110 15
# strong box
FillableMetalBox 0x0E80
5162 20 27
5215 161 5
# clean bandage
Static 0x0EE9
5259 129 20
5259 133 20
5260 125 20
5264 124 20
5267 123 26
5269 123 26
# scroll
Static 0x0EF5
5291 93 21
# scroll
Static 0x0EF7
5149 53 30
5292 89 21
5292 95 21
# scroll
Static 0x0EF9
5150 54 31
5151 53 31
# spellbook
Static 0x0EFA
5145 83 29
5176 91 9
5291 95 21
5304 32 46
# bottle
Static 0x0EFD
5307 88 15
# Orange Potion
Static 0x0F07
5301 87 19
# Blue Potion
Static 0x0F08
5145 65 27
5301 87 19
# Green Potion
Static 0x0F0A
5303 87 19
# Red Potion
Static 0x0F0B
5144 74 29
5144 83 29
5304 37 46
# Yellow Potion
Static 0x0F0C
5144 65 28
5304 87 19
# Purple Potion
Static 0x0F0D
5144 66 25
5304 87 19
# empty bottle
Static 0x0F0E
5145 66 28
# Batwing
Static 0x0F78
5302 88 19
# Blackmoor
Static 0x0F79
5302 87 19
# Blood Moss
Static 0x0F7B
5183 85 9
5264 164 18
5311 115 18
# Daemon Blood
Static 0x0F7D
5149 54 30
5293 90 24
5304 33 46
# Brimstone
Static 0x0F7F
5144 66 28
# Dragon's Blood
Static 0x0F82
5292 90 23
# Garlic
Static 0x0F84
5292 94 24
# Nightshade
Static 0x0F88
5144 65 29
5145 75 29
5181 85 9
5268 123 24
5294 89 21
# Sulfurous Ash
Static 0x0F8C
5144 84 29
# Spiders' Silk
Static 0x0F8D
2685 708 0
5145 81 29
# Nox Crystal
Static 0x0F8E
5304 37 46
# Wyrm's Heart
Static 0x0F91
5294 90 24
# pentagram
Static 0x0FEA
1361 883 0
5191 152 0
5200 71 17
5217 18 15
# entrance teleporter
SkillTeleporter 0x1BC3 (Skill=Magery; RequiredFixedPoint=715; MessageNumber=503382; PointDest=(5166, 245, 15))
1361 883 0
# book
DimensionalTravel 0x0FEF
5241 175 22
# book
TheFight 0x0FEF
5244 179 22
# book
RedBook 0x0FF1
5239 145 19
# book
SongOfSamlethe 0x0FF3
5238 144 15
# book
MajorTradeAssociation 0x0FF3
5240 178 21
# book
TalkingToWisps 0x0FF4
5239 148 19
# book
GuideToGuilds 0x0FF4
5240 179 21
# book
DeceitDungeonOfHorror 0x0FF4
5244 178 21
# glass pitcher
Pitcher 0x0FF6
5160 35 23
# pitcher of water
Pitcher 0x0FF9 (Content=Water)
5180 20 31
# skull mug
Static 0x0FFC
5180 21 31
# bread loaf
Static 0x103C
5350 49 19
# baked pie
Static 0x1041
5347 49 19
# unbaked pie
Static 0x1042
5348 49 19
# uncooked pizza
Static 0x1083
5352 49 19
# potted tree
PottedTree1 0x11C9
5160 31 17
# flowerpot
PottedPlant 0x11CA
5176 22 31
5304 29 40
5304 40 40
# leg of lamb
LambLeg 0x160A
5348 54 19
# bananas
Static 0x1721
5341 53 19
# coconut
Static 0x1723
5342 53 19
# lemon
Lemon 0x1728
5344 53 19
# pear
Pear 0x172D
5343 53 19
# scales
Scales 0x1852
5144 75 29
# skull with candle
CandleSkull 0x1854
5144 81 29
5145 73 29
5178 91 5
5180 92 5
5181 88 7
5182 90 5
5267 153 18
5268 156 15
5314 104 18
5315 107 15
5144 64 29
5270 154 15
5317 105 15
# skull with candle
CandleSkull 0x1858
5179 89 6
5266 155 15
5269 152 15
5313 106 15
5316 103 15
# raw fish
Static 0x1E16
5343 58 19
# fish heads
Static 0x1E1B
5343 59 19
# book
Static 0x1E20
5236 145 19
# books
Static 0x1E21
5236 137 19
# books
Static 0x1E22
5237 137 19
# books
Static 0x1E23
5239 149 19
# books
Static 0x1E25
5236 149 19
# Strength
Static 0x1F3C
5304 38 44
# Arch Cure
Static 0x1F45
5304 88 19

View file

@ -0,0 +1,48 @@
# Grizelda
Spawner 0x1F13 (Spawn=Grizelda; Count=1; HomeRange=0)
850 1544 0
# Captain Blackheart
Spawner 0x1F13 (Spawn=Blackheart; Count=1; HomeRange=0)
2679 2234 2
# barrel
Barrel 0x0E77
844 1547 0
860 1547 0
# lantern
Lantern 0x0A15
851 1537 0
# grasses
Static 0x0CB5
851 1549 0
# empty tub
Static 0x0E83
855 1534 0
# sledge hammer
Static 0x0FB4
856 1537 0
# metal chest
MetalChest 0x09AB
858 1538 0
# pitchfork
Pitchfork 0x0E87
861 1546 0
# stew
Static 0x0970
849 1544 8
# fire pit
Static 0x0FAC
849 1544 0
# cauldron
Static 0x0974
849 1544 0

View file

@ -0,0 +1,79 @@
# ankh
AnkhNorth 0x0004
634 816 0
# book
MyStory 0x0FEF
337 875 0
# book
TaleOfThreeTribes 0x0FEF
472 840 0
# book
TamingDragons 0x0FEF
624 836 0
# book
RegardingLlamas 0x0FEF
624 842 0
# book
QuestOfVirtues 0x0FEF
627 841 0
# book
DeceitDungeonOfHorror 0x0FEF
641 852 0
# book
WildGirlOfTheForest 0x0FF0
337 873 0
# book
VirtueBook 0x0FF0
337 875 20
# book
LifeOfATravellingMinstrel 0x0FF0
338 884 20
# book
RedBook 0x0FF1
336 877 6
337 883 20
338 873 20
476 840 0
625 852 0
628 836 0
640 819 26
641 849 0
643 850 6
# book
BlueBook 0x0FF2
337 873 20
339 883 0
625 832 0
628 848 0
630 819 26
# book
MajorTradeAssociation 0x0FF4
336 877 26
# book
ChildrenTalesVol2 0x0FF4
338 873 0
# book
TheFight 0x0FF4
473 842 0
# book
EthicalHedonism 0x0FF4
562 810 4
# book
GrammarOfOrcish 0x0FF4
631 819 26

View file

@ -0,0 +1,7 @@
# Iron Gate right
IronGateShort 0x0856 (Facing=NorthCCW)
2783 867 0
# Iron Gate left
IronGateShort 0x0854 (Facing=SouthCW)
2783 868 0

View file

@ -0,0 +1,100 @@
###############
# Teleporters #
###############
# teleporter
Teleporter 0x1BC3 (PointDest=(5814, 3548, 0))
5443 2325 35
# teleporter
Teleporter 0x1BC3 (PointDest=(5522, 3921, 37))
5996 2367 45
# teleporter
Teleporter 0x1BC3 (PointDest=(5958, 2345, 25))
6053 2407 27
# teleporter
Teleporter 0x1BC3 (PointDest=(6089, 2400, 24))
6080 2340 26
# teleporter
Teleporter 0x1BC3 (PointDest=(5972, 2418, 26))
5503 3971 40
# teleporter
Teleporter 0x1BC3 (PointDest=(5490, 2348, 20))
5731 3420 14
# teleporter
Teleporter 0x1BC3 (PointDest=(5606, 802, 60))
5265 683 0
# teleporter
Teleporter 0x1BC3 (PointDest=(5876, 1378, 0))
5265 669 0
# teleporter
Teleporter 0x1BC3 (PointDest=(5164, 1009, 0))
5506 814 60
# teleporter
Teleporter 0x1BC3 (PointDest=(5201, 1564, 0))
5506 817 60
# teleporter
Teleporter 0x1BC3 (PointDest=(5201, 1564, 0))
5145 973 0
# teleporter
Teleporter 0x1BC3 (PointDest=(5331, 707, 0))
5140 973 0
# teleporter
Teleporter 0x1BC3 (PointDest=(5606, 802, 60))
5682 1440 0
# teleporter
Teleporter 0x1BC3 (PointDest=(5164, 1009, 0))
5682 1437 0
# teleporter
Teleporter 0x1BC3 (PointDest=(5977, 169, 0))
5905 97 0
# teleporter
Teleporter 0x1BC3 (PointDest=(5876, 1378, 0))
5360 1540 0
# teleporter
Teleporter 0x1BC3 (PointDest=(5331, 707, 0))
5356 1540 0
###########
# Effects #
###########
# sparkle
Static 0x375A
5443 2325 34
5996 2367 45
6053 2407 27
6080 2340 26
5503 3971 40
5731 3420 14
5265 683 0
5265 669 0
5506 814 60
5506 817 60
5145 973 0
5140 973 0
5682 1440 0
5682 1437 0
5905 97 0
5360 1540 0
5356 1540 0
# sparkle
Static 0x374A
5682 1437 5

View file

@ -0,0 +1,31 @@
# teleporter
Teleporter 0x1BC3 (PointDest=(5171, 1586, 0))
5140 1773 0
# teleporter
Teleporter 0x1BC3 (PointDest=(5143, 1774, 0); SoundID=0x1FE)
5172 1589 -4
# champion skull platform
ChampionSkullPlatform 0x1
5140 1761 1
# dark moongate
LocalizedStatic 0x1FD3 (LabelNumber=1049498; Light=Circle300)
5172 1589 -4
# music stand
Static 0x0EBA
5155 1762 1
# music stand
Static 0x0EBB
5151 1758 0
# sheet music
Static 0x0EBF
5151 1758 0
# moongate
PublicMoongate 0x0F6C
5153 1760 0

View file

@ -0,0 +1,3 @@
# Black Ambitious Solen Queen
Spawner 0x1F13 (Spawn=BlackAmbitiousSolenQueen; Count=1; HomeRange=14)
5790 1983 2

View file

@ -0,0 +1,439 @@
###############
# Teleporters #
###############
# teleporter
Teleporter 0x1BC3 (PointDest=(6012, 3786, 25))
5571 1299 0
# teleporter
Teleporter 0x1BC3 (PointDest=(6013, 3786, 25))
5572 1299 0
# teleporter
Teleporter 0x1BC3 (PointDest=(5570, 1300, 0))
6011 3787 22
# teleporter
Teleporter 0x1BC3 (PointDest=(5571, 1300, 0))
6012 3787 20
# teleporter
Teleporter 0x1BC3 (PointDest=(5572, 1300, 0))
6013 3787 20
# teleporter
Teleporter 0x1BC3 (PointDest=(5573, 1300, 0))
6014 3787 21
# teleporter
Teleporter 0x1BC3 (PointDest=(5402, 1289, 0))
5878 3817 -2
# teleporter
Teleporter 0x1BC3 (PointDest=(5402, 1290, 0))
5878 3818 -2
# teleporter
Teleporter 0x1BC3 (PointDest=(5881, 3818, 0))
5403 1288 0
# teleporter
Teleporter 0x1BC3 (PointDest=(5881, 3819, 0))
5403 1289 0
# teleporter
Teleporter 0x1BC3 (PointDest=(5881, 3820, 0))
5403 1290 0
###############
# Decorations #
###############
# tent wall
Static 0x036F (Hue=0x455)
5998 3764 20
5998 3766 20
# tent wall
Static 0x036F (Hue=0x973)
5998 3763 20
5998 3765 20
# tent pole
Static 0x036B
5998 3762 20
# tent wall
Static 0x036E (Hue=0x455)
5999 3762 20
6001 3762 20
# tent wall
Static 0x036E (Hue=0x973)
6000 3762 20
6002 3762 20
# tent wall
Static 0x036D (Hue=0x973)
6003 3762 20
# tent wall
Static 0x036A (Hue=0x455)
6003 3763 20
6003 3765 20
# tent wall
Static 0x036A (Hue=0x973)
6003 3764 20
6003 3766 20
# tent wall
Static 0x0368 (Hue=0x455)
6003 3767 20
# tent wall
Static 0x0369 (Hue=0x455)
6002 3767 20
5999 3767 20
# pickaxe
Static 0x0E86
6004 3772 21
# bamboo stool
Static 0x11FC
6002 3773 20
6000 3773 21
# fire pit
Static 0x0FAC
6001 3772 21
# crate
LargeCrate 0x0E3C
5999 3770 19
# crate
MediumCrate 0x0E3E
5999 3770 22
# lantern
Static 0x0A15
5999 3770 25
# wooden fence
Static 0x0835
5998 3773 21
# wooden fence
Static 0x0837
5998 3772 21
5996 3772 21
5996 3773 21
# wooden fence
Static 0x0836
5998 3771 21
5997 3771 21
5997 3773 21
# wooden logs
Static 0x0504
5997 3772 21
# flowstone
Static 0x08E8
5876 3821 0
5878 3820 -4
5878 3816 -9
# rock
Static 0x1776
5879 3815 -4
5878 3819 22
6009 3782 17
6009 3785 32
6007 3787 30
6008 3788 30
6008 3789 29
# rock
Static 0x1775
5880 3815 -4
5877 3820 22
5878 3817 17
6010 3782 19
6010 3783 21
# rock
Static 0x1777
5877 3818 22
5878 3818 21
# rock
Static 0x1778
5878 3818 21
6005 3782 22
6019 3786 46
6008 3788 48
6008 3787 30
# tapestry
Static 0x0FE3 (Hue=0x1;Name=a dark cavern)
5878 3819 -4
5878 3818 -5
# tapestry
Static 0x0FE4 (Hue=0x1;Name=a dark cavern)
5878 3817 -5
5878 3818 -4
# stone post
Static 0x01D2
6015 3790 41
6016 3784 31
6013 3790 45
6010 3784 28
# stone wall
Static 0x01EB
6014 3774 20
6010 3778 22
# stone arch
Static 0x01E4
6015 3777 21
# stone stairs
Static 0x078B
6013 3782 19
6013 3783 25
6014 3782 17
6014 3783 23
6013 3782 18
6012 3782 18
6012 3783 23
6011 3782 18
6011 3783 25
# stone
Static 0x0788
6013 3783 19
6013 3784 25
6012 3784 25
6011 3784 25
6014 3783 17
6014 3784 25
6014 3784 19
6014 3785 19
6013 3784 19
6013 3785 18
6012 3783 17
6012 3784 19
6012 3785 19
6011 3783 19
6011 3784 19
6011 3785 19
# stone stairs
Static 0x0789
6012 3785 25
6014 3785 25
6014 3786 20
6013 3785 25
6013 3786 20
6012 3786 21
6011 3785 25
6011 3786 21
# stone pavers
Static 0x0521 (Hue=0x1)
6013 3787 20
6011 3787 22
6012 3787 20
6012 3786 20
6013 3786 19
# shovel
Static 0x0F39
6004 3771 19
# crate
MediumCrate 0x0E3F
6002 3771 22
# bottles of ale
Static 0x09A1
6002 3771 27
# hay
Static 0x0F34
5999 3773 21
5998 3774 20
5997 3774 19
# large vase
Static 0x0B45
5997 3772 22
# large vase
Static 0x0B47
5997 3774 20
# cave floor
Static 0x0548
5878 3817 -2
# cave floor
Static 0x0546
5878 3819 -2
5878 3818 -2
# torch%es%
Static 0x0F64
6003 3771 21
# torch%es%
Static 0x0F6B
6003 3771 22
# stone wall
Static 0x01E9
6008 3785 32
# stone arch
Static 0x01E0
6019 3785 32
# stone wall
Static 0x01EA
6019 3787 47
# stone arch
Static 0x01E3
6020 3787 45
# stone pavers
Static 0x0521
6013 3778 21
6011 3779 22
6012 3779 19
6013 3779 20
6012 3780 18
6013 3781 17
6011 3781 20
# stone arch
Static 0x01E2
6009 3778 19
# stone wall
Static 0x01D1
6016 3785 31
6016 3786 27
6016 3787 25
6015 3787 20
6015 3788 22
6010 3785 25
6010 3786 23
6010 3787 22
6012 3790 44
# stone arch
Static 0x01DC
6017 3786 30
6017 3789 33
6016 3790 45
6014 3790 47
# stone arch
Static 0x01DE
6015 3791 45
6014 3792 59
# stone pillar
Static 0x01DA
6016 3792 46
6012 3792 44
# tent roof
Static 0x0665 (Hue=0x973)
5999 3763 38
# tent roof
Static 0x0600 (Hue=0x455)
6000 3763 38
6002 3763 38
# tent roof
Static 0x0600 (Hue=0x973)
6001 3763 38
6001 3764 41
# tent roof
Static 0x0664 (Hue=0x973)
6003 3763 38
# tent roof
Static 0x05FF (Hue=0x455)
5999 3764 38
5999 3766 38
# tent roof
Static 0x0665 (Hue=0x455)
6000 3764 41
# tent roof
Static 0x0664 (Hue=0x455)
6002 3764 41
# tent roof
Static 0x0602 (Hue=0x455)
6003 3764 38
6003 3766 38
# tent roof
Static 0x05FF (Hue=0x973)
5999 3765 38
6000 3765 41
# tent roof
Static 0x0608 (Hue=0x973)
6001 3765 49
# tent roof
Static 0x0602 (Hue=0x973)
6002 3765 41
6003 3765 38
# tent roof
Static 0x0666 (Hue=0x455)
6000 3766 41
# tent roof
Static 0x0601 (Hue=0x973)
6001 3766 41
6001 3767 38
# tent roof
Static 0x0663 (Hue=0x455)
6002 3766 41
# tent roof
Static 0x0666 (Hue=0x973)
5999 3767 38
# tent roof
Static 0x0601 (Hue=0x455)
6000 3767 38
6002 3767 38
# tent roof
Static 0x0663 (Hue=0x973)
6003 3767 38
# tent wall
Static 0x036C (Hue=0x973)
5998 3767 20

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