From f04cd6c3efdc1843029024ca1c4dca37b2b51ef2 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Fri, 28 Aug 2026 19:59:04 -0400 Subject: [PATCH 01/14] #W# Initial Commit: ModernUO 0.15.6.145 --- .gitignore | 21 +-------------------- Compile.sh | 2 ++ Run.sh | 2 ++ publish.sh | 2 +- 4 files changed, 6 insertions(+), 21 deletions(-) create mode 100755 Compile.sh create mode 100755 Run.sh diff --git a/.gitignore b/.gitignore index d5b26e268..025077529 100644 --- a/.gitignore +++ b/.gitignore @@ -7,25 +7,6 @@ /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 @@ -42,7 +23,7 @@ /Distribution/nohup.out /Distribution/ref /Distribution/web - +/Distribution/Data/Files /Projects/*/obj /Projects/*/bin /Projects/*/Generated diff --git a/Compile.sh b/Compile.sh new file mode 100755 index 000000000..a3a21c2ef --- /dev/null +++ b/Compile.sh @@ -0,0 +1,2 @@ +#dotnet publish Projects/Application/Application.csproj -c Release -r linux-x64 --self-contained=false --force -p:NuGetAudit=false +dotnet publish Projects/Application/Application.csproj -c Release -r linux-x64 --self-contained=false diff --git a/Run.sh b/Run.sh new file mode 100755 index 000000000..b35f9425a --- /dev/null +++ b/Run.sh @@ -0,0 +1,2 @@ +echo "Starting Server...." +dotnet ./Distribution/ModernUO.dll diff --git a/publish.sh b/publish.sh index 30d80c4f2..141f02b58 100755 --- a/publish.sh +++ b/publish.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e REPO_ROOT="$(cd "$(dirname "$0")" && pwd)" From 5d67792ee1e2fb5928a353d7ca3c40535f90b93c Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Fri, 28 Aug 2026 20:03:10 -0400 Subject: [PATCH 02/14] #W# Added server config files. --- Distribution/Configuration/antimacro.json | 66 ++++++++++++ Distribution/Configuration/assistants.json | 33 ++++++ Distribution/Configuration/auto-denylist.json | 5 + Distribution/Configuration/bans.json | 6 ++ Distribution/Configuration/blocklist.json | 8 ++ Distribution/Configuration/crowdsec.json | 9 ++ .../Configuration/email-settings.json | 15 +++ Distribution/Configuration/expansion.json | 79 ++++++++++++++ Distribution/Configuration/firewall.json | 3 + Distribution/Configuration/ip-allowlist.json | 7 ++ .../Configuration/login-allowlist.json | 8 ++ Distribution/Configuration/modernuo.json | 100 ++++++++++++++++++ Distribution/Configuration/throttles.json | 6 ++ 13 files changed, 345 insertions(+) create mode 100644 Distribution/Configuration/antimacro.json create mode 100644 Distribution/Configuration/assistants.json create mode 100644 Distribution/Configuration/auto-denylist.json create mode 100644 Distribution/Configuration/bans.json create mode 100644 Distribution/Configuration/blocklist.json create mode 100644 Distribution/Configuration/crowdsec.json create mode 100644 Distribution/Configuration/email-settings.json create mode 100644 Distribution/Configuration/expansion.json create mode 100644 Distribution/Configuration/firewall.json create mode 100644 Distribution/Configuration/ip-allowlist.json create mode 100644 Distribution/Configuration/login-allowlist.json create mode 100644 Distribution/Configuration/modernuo.json create mode 100644 Distribution/Configuration/throttles.json diff --git a/Distribution/Configuration/antimacro.json b/Distribution/Configuration/antimacro.json new file mode 100644 index 000000000..082137204 --- /dev/null +++ b/Distribution/Configuration/antimacro.json @@ -0,0 +1,66 @@ +{ + "Allowance": 3, + "LocationSize": 5, + "Enabled": false, + "Expire": "00:05:00", + "SkillsThatUseAntiMacro": { + "Alchemy": false, + "Anatomy": true, + "AnimalLore": true, + "ItemID": true, + "ArmsLore": true, + "Parry": false, + "Begging": true, + "Blacksmith": false, + "Fletching": false, + "Peacemaking": true, + "Camping": true, + "Carpentry": false, + "Cartography": false, + "Cooking": false, + "DetectHidden": true, + "Discordance": true, + "EvalInt": true, + "Healing": true, + "Fishing": true, + "Forensics": true, + "Herding": true, + "Hiding": true, + "Provocation": true, + "Inscribe": false, + "Lockpicking": true, + "Magery": true, + "MagicResist": true, + "Tactics": false, + "Snooping": true, + "Musicianship": true, + "Poisoning": true, + "Archery": false, + "SpiritSpeak": true, + "Stealing": true, + "Tailoring": false, + "AnimalTaming": true, + "TasteID": true, + "Tinkering": false, + "Tracking": true, + "Veterinary": true, + "Swords": false, + "Macing": false, + "Fencing": false, + "Wrestling": false, + "Lumberjacking": true, + "Mining": true, + "Meditation": true, + "Stealth": true, + "RemoveTrap": true, + "Necromancy": true, + "Focus": false, + "Chivalry": true, + "Bushido": true, + "Ninjitsu": true, + "Spellweaving": true, + "Mysticism": true, + "Imbuing": true, + "Throwing": false + } +} \ No newline at end of file diff --git a/Distribution/Configuration/assistants.json b/Distribution/Configuration/assistants.json new file mode 100644 index 000000000..689864309 --- /dev/null +++ b/Distribution/Configuration/assistants.json @@ -0,0 +1,33 @@ +{ + "warnOnFailure": true, + "kickOnFailure": true, + "disallowedFeatures": { + "FilterWeather": false, + "FilterLight": false, + "SmartTarget": false, + "RangedTarget": false, + "AutoOpenDoors": false, + "DequipOnCast": false, + "AutoPotionEquip": false, + "PoisonedChecks": false, + "LoopedMacros": false, + "UseOnceAgent": false, + "RestockAgent": false, + "SellAgent": false, + "BuyAgent": false, + "PotionHotkeys": false, + "RandomTargets": false, + "ClosestTargets": false, + "OverheadHealth": false, + "AutolootAgent": false, + "BoneCutterAgent": false, + "JScriptMacros": false, + "AutoRemount": false, + "AutoBandage": false, + "EnemyTargetShare": false, + "FilterSeason": false, + "SpellTargetShare": false + }, + "disconnectDelay": "00:00:15", + "warningMessage": "The server was unable to negotiate features with your assistant. You must download and run an updated version of UOSteam or Razor.

Make sure you've checked the option Negotiate features with server, once you have this box checked you may log in and play normally.

You will be disconnected shortly." +} \ No newline at end of file diff --git a/Distribution/Configuration/auto-denylist.json b/Distribution/Configuration/auto-denylist.json new file mode 100644 index 000000000..9ba21f04a --- /dev/null +++ b/Distribution/Configuration/auto-denylist.json @@ -0,0 +1,5 @@ +{ + "enabled": true, + "duration": "00:15:00", + "maxEntries": 324449 +} \ No newline at end of file diff --git a/Distribution/Configuration/bans.json b/Distribution/Configuration/bans.json new file mode 100644 index 000000000..ec0c1c330 --- /dev/null +++ b/Distribution/Configuration/bans.json @@ -0,0 +1,6 @@ +{ + "reportRateLimitTrips": true, + "autoBanDuration": "04:00:00", + "reportBadConnects": true, + "badConnectDuration": "04:00:00" +} \ No newline at end of file diff --git a/Distribution/Configuration/blocklist.json b/Distribution/Configuration/blocklist.json new file mode 100644 index 000000000..fdb20c0a5 --- /dev/null +++ b/Distribution/Configuration/blocklist.json @@ -0,0 +1,8 @@ +{ + "enabled": false, + "file": "Configuration/ip-blocklist.txt", + "reloadInterval": "00:01:00", + "reportHits": true, + "banDuration": "06:00:00", + "promoteSuppression": "00:01:00" +} \ No newline at end of file diff --git a/Distribution/Configuration/crowdsec.json b/Distribution/Configuration/crowdsec.json new file mode 100644 index 000000000..e0a77fe6d --- /dev/null +++ b/Distribution/Configuration/crowdsec.json @@ -0,0 +1,9 @@ +{ + "lapiUrl": "http://127.0.0.1:8080", + "machineId": "", + "password": "", + "origin": "modernuo", + "manualBanDuration": "7.00:00:00", + "flushInterval": "00:00:01", + "maxQueue": 10000 +} \ No newline at end of file diff --git a/Distribution/Configuration/email-settings.json b/Distribution/Configuration/email-settings.json new file mode 100644 index 000000000..ee04379aa --- /dev/null +++ b/Distribution/Configuration/email-settings.json @@ -0,0 +1,15 @@ +{ + "enabled": false, + "fromAddress": "support@modernuo.com", + "fromName": "ModernUO Team", + "crashAddress": "crashes@modernuo.com", + "crashName": "Crash Log", + "speechLogPageAddress": "support@modernuo.com", + "speechLogPageName": "GM Support Conversation", + "emailServer": "smtp.gmail.com", + "emailPort": 465, + "emailUsername": "support@modernuo.com", + "emailPassword": "Some Password 123", + "emailSendRetryCount": 5, + "emailSendRetryDelay": 3 +} \ No newline at end of file diff --git a/Distribution/Configuration/expansion.json b/Distribution/Configuration/expansion.json new file mode 100644 index 000000000..4ddbdb733 --- /dev/null +++ b/Distribution/Configuration/expansion.json @@ -0,0 +1,79 @@ +{ + "Id": 5, + "Name": "Age of Shadows", + "ClientFlags": "Malas", + "SupportedFeatures": { + "ExpansionT2A": true, + "T2A": true, + "UOR": true, + "UOTD": false, + "LBR": true, + "AOS": true, + "SixthCharacterSlot": false, + "SE": false, + "ML": false, + "EighthAge": false, + "NinthAge": false, + "TenthAge": false, + "IncreasedStorage": false, + "SeventhCharacterSlot": false, + "RoleplayFaces": false, + "TrialAccount": false, + "LiveAccount": true, + "SA": false, + "HS": false, + "Gothic": false, + "Rustic": false, + "Jungle": false, + "Shadowguard": false, + "TOL": false, + "EJ": false + }, + "CharacterListFlags": { + "Unk1": false, + "OverwriteConfigButton": false, + "OneCharacterSlot": false, + "ExpansionNone": true, + "ExpansionUOTD": true, + "ExpansionLBR": true, + "ExpansionT2A": true, + "ExpansionUOR": true, + "ContextMenus": true, + "SlotLimit": false, + "AOS": true, + "SixthCharacterSlot": false, + "SE": false, + "ML": false, + "KR": false, + "UO3DClientType": false, + "Unk3": false, + "SeventhCharacterSlot": false, + "Unk4": false, + "NewMovementSystem": false, + "NewFeluccaAreas": false + }, + "HousingFlags": { + "AOS": true, + "HousingAOS": true, + "SE": false, + "ML": false, + "Crystal": false, + "SA": false, + "HS": false, + "Gothic": false, + "Rustic": false, + "Jungle": false, + "Shadowguard": false, + "TOL": false, + "EJ": false + }, + "MobileStatusVersion": 6, + "MapSelectionFlags": { + "Felucca": true, + "Trammel": true, + "Ilshenar": true, + "Malas": true, + "Tokuno": false, + "TerMur": false + } +} \ No newline at end of file diff --git a/Distribution/Configuration/firewall.json b/Distribution/Configuration/firewall.json new file mode 100644 index 000000000..c43cb320f --- /dev/null +++ b/Distribution/Configuration/firewall.json @@ -0,0 +1,3 @@ +{ + "entries": [] +} \ No newline at end of file diff --git a/Distribution/Configuration/ip-allowlist.json b/Distribution/Configuration/ip-allowlist.json new file mode 100644 index 000000000..b588dbca1 --- /dev/null +++ b/Distribution/Configuration/ip-allowlist.json @@ -0,0 +1,7 @@ +{ + "enabled": false, + "files": [ + "Configuration/ip-allowlist*.txt" + ], + "reloadInterval": "00:01:00" +} \ No newline at end of file diff --git a/Distribution/Configuration/login-allowlist.json b/Distribution/Configuration/login-allowlist.json new file mode 100644 index 000000000..be8521524 --- /dev/null +++ b/Distribution/Configuration/login-allowlist.json @@ -0,0 +1,8 @@ +{ + "enabled": true, + "file": "Configuration/login-allowlist.txt", + "ttl": "90.00:00:00", + "flushInterval": "01:00:00", + "escalateAfterStrikes": 10, + "strikeWindow": "01:00:00" +} \ No newline at end of file diff --git a/Distribution/Configuration/modernuo.json b/Distribution/Configuration/modernuo.json new file mode 100644 index 000000000..ef7588a1c --- /dev/null +++ b/Distribution/Configuration/modernuo.json @@ -0,0 +1,100 @@ +{ + "assemblyDirectories": [ + "./Assemblies" + ], + "dataDirectories": [ + "Data/Files" + ], + "listeners": [ + "0.0.0.0:2593" + ], + "settings": { + "accountHandler.enableAutoAccountCreation": "True", + "accountHandler.enablePlayerPasswordCommand": "False", + "accountHandler.maxAccountsPerIP": "1", + "accountSecurity.encryptionAlgorithm": "Argon2", + "assistants.enableNegotiation": "False", + "autoArchive.archiveLocally": "True", + "autoArchive.archivePath": "Archives", + "autoArchive.backupMaxAge": "30", + "autoArchive.backupPath": "Backups", + "autoArchive.compressionLevel": "3", + "autoArchive.dailyRetention": "30", + "autoArchive.enableArchivePruning": "True", + "autoArchive.hourlyRetention": "24", + "autoArchive.monthlyRetention": "12", + "autoArchive.retryCount": "3", + "autoArchive.retryDelayMs": "500", + "autoArchive.verifyArchives": "True", + "autosave.enabled": "True", + "autosave.saveDelay": "00:05:00", + "autosave.warningDelay": "00:00:00", + "buffIcons.enable": "False", + "bulletinboards.creationTimeDelay": "00:02:00", + "bulletinboards.expireDuration": "06:00:00", + "bulletinboards.replyDelay": "00:00:30", + "chat.enabled": "False", + "clientVerification.ageLeniency": "10.00:00:00", + "clientVerification.enable": "True", + "clientVerification.gameTimeLeniency": "1.01:00:00", + "clientVerification.invalidClientResponse": "Kick", + "clientVerification.kickDelay": "00:00:20", + "commandsystem.prefix": "[", + "crashGuard.enabled": "True", + "crashGuard.generateReport": "True", + "crashGuard.restartServer": "True", + "crashGuard.saveBackup": "True", + "ethics.enable": "False", + "houseDecay.enable": "True", + "movement.delay.runFoot": "200", + "movement.delay.runMount": "100", + "movement.delay.turn": "0", + "movement.delay.walkFoot": "400", + "movement.delay.walkMount": "200", + "movementThrottle.debugLogging": "False", + "movementThrottle.definiteRateThreshold": "1.100000023841858", + "movementThrottle.hardQueueLimit": "10", + "movementThrottle.maxCredit": "200", + "movementThrottle.minSamplesForRate": "8", + "movementThrottle.movementHistorySize": "20", + "movementThrottle.suspiciousRateThreshold": "1.0499999523162842", + "murderSystem.bountiesEnabled": "False", + "murderSystem.bountyExpiry": "14.00:00:00", + "murderSystem.longTermMurderDuration": "1.16:00:00", + "murderSystem.recentlyReportedDelay": "00:10:00", + "murderSystem.shortTermMurderDuration": "08:00:00", + "network.maxOutstandingSends": "32", + "network.sendBufferSize": "262144", + "pages.discordWebhookUrl": null, + "pathfinding.enable": "True", + "pathfinding.maxResidentChunks": "8192", + "pathfinding.maxSearchNodes": "1000", + "pathfinding.prebakeMaps": "False", + "pathfinding.recorder.enable": "False", + "pathfinding.recorder.path": "/mnt/fileStorage/Projects/ModernUO/Server/Distribution/Data/Pathfinding/recordings/pathfinds.jsonl", + "pingServer.enabled": "True", + "questSystem.enableMLQuests": "False", + "serverListing.address": null, + "serverListing.autoDetect": "True", + "serverListing.serverName": "ModernUO", + "stamina.additionalLossWhenBelow": "0.1", + "stamina.baseOverweightLoss": "5", + "stamina.cannotRunWhenFatigued": "False", + "stamina.cannotWalkWhenFatigued": "False", + "stamina.enableMountStamina": "True", + "stamina.stonesOverweightAllowance": "4", + "stamina.stonesPerOverweightLoss": "25", + "stats.gainChanceMultiplier": "1", + "stats.statMax": "125", + "testCenter.enable": "False", + "timer.initialPoolCapacity": "1024", + "timer.maxPoolCapacity": "16384", + "uogateway.enabled": "True", + "vetRewards.enable": "True", + "vetRewards.rewardInterval": "30.00:00:00", + "vetRewards.skillCapRewards": "True", + "world.enableAutoRestart": "False", + "world.savePath": "Saves", + "world.useMultithreadedSaves": "True" + } +} \ No newline at end of file diff --git a/Distribution/Configuration/throttles.json b/Distribution/Configuration/throttles.json new file mode 100644 index 000000000..ee8fa7be3 --- /dev/null +++ b/Distribution/Configuration/throttles.json @@ -0,0 +1,6 @@ +{ + "0x03": 25, + "0x12": 25, + "0x75": 500, + "0xAD": 25 +} \ No newline at end of file From 50857d4a7a674576e3da29ac3db17c2c602b5da3 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Fri, 28 Aug 2026 20:06:52 -0400 Subject: [PATCH 03/14] #W# Go menu: You can now specify a map in the go menu .json file. --- Distribution/Data/Locations/felucca.json | 413 --------------------- Distribution/Data/Locations/ilshenar.json | 143 ------- Distribution/Data/Locations/malas.json | 108 ------ Distribution/Data/Locations/termur.json | 90 ----- Distribution/Data/Locations/tokuno.json | 64 ---- Distribution/Data/Locations/trammel.json | 384 ------------------- Distribution/Data/go.json | 11 + Projects/UOContent/Gumps/Go/GoGump.cs | 17 +- Projects/UOContent/Gumps/Go/GoLocation.cs | 4 +- Projects/UOContent/Gumps/Go/GoLocations.cs | 40 +- 10 files changed, 34 insertions(+), 1240 deletions(-) delete mode 100644 Distribution/Data/Locations/felucca.json delete mode 100644 Distribution/Data/Locations/ilshenar.json delete mode 100644 Distribution/Data/Locations/malas.json delete mode 100644 Distribution/Data/Locations/termur.json delete mode 100644 Distribution/Data/Locations/tokuno.json delete mode 100644 Distribution/Data/Locations/trammel.json create mode 100644 Distribution/Data/go.json diff --git a/Distribution/Data/Locations/felucca.json b/Distribution/Data/Locations/felucca.json deleted file mode 100644 index 74776f3f3..000000000 --- a/Distribution/Data/Locations/felucca.json +++ /dev/null @@ -1,413 +0,0 @@ -{ - "name": "Felucca", - "categories": [ - { - "name": "Factions", - "categories": [ - { - "name": "Towns", - "locations": [ - { "name": "Britain", "location": [1592, 1680, 10] }, - { "name": "Magincia", "location": [3714, 2235, 20] }, - { "name": "Minoc", "location": [2471, 439, 15] }, - { "name": "Moonglow", "location": [4436, 1083, 0] }, - { "name": "Skara Brae", "location": [576, 2200, 0] }, - { "name": "Trinsic", "location": [1914, 2717, 20] }, - { "name": "Vesper", "location": [2982, 818, 0] }, - { "name": "Yew", "location": [548, 979, 0] } - ] - } - ], - "locations": [ - { "name": "Council of Mages", "location": [3750, 2241, 20] }, - { "name": "Minax", "location": [1172, 2593, 0] }, - { "name": "Shadowlords", "location": [969, 768, 0] }, - { "name": "True Britannians", "location": [1419, 1622, 20] } - ] - }, - { - "name": "Dungeons", - "categories": [ - { "name": "Blighted Grove", "locations": [{ "name": "Entrance", "location": [586, 1643, -5] }] }, - { - "name": "Covetous", - "locations": [ - { "name": "Entrance", "location": [2499, 919, 0] }, - { "name": "Level 1", "location": [5456, 1863, 0] }, - { "name": "Level 2", "location": [5614, 1997, 0] }, - { "name": "Level 3", "location": [5579, 1924, 0] }, - { "name": "Lake Cave", "location": [5467, 1805, 7] }, - { "name": "Torture Chambers", "location": [5552, 1807, 0] } - ] - }, - { - "name": "Deceit", - "locations": [ - { "name": "Entrance", "location": [4111, 432, 5] }, - { "name": "Level 1", "location": [5188, 638, 0] }, - { "name": "Level 2", "location": [5305, 533, 2] }, - { "name": "Level 3", "location": [5137, 650, 5] }, - { "name": "Level 4", "location": [5306, 652, 2] } - ] - }, - { - "name": "Despise", - "locations": [ - { "name": "Entrance", "location": [1298, 1080, 0] }, - { "name": "Entryway", "location": [5587, 631, 30] }, - { "name": "Level 1", "location": [5501, 570, 59] }, - { "name": "Level 2", "location": [5519, 673, 20] }, - { "name": "Level 3", "location": [5407, 859, 45] } - ] - }, - { - "name": "Destard", - "locations": [ - { "name": "Entrance", "location": [1176, 2637, 0] }, - { "name": "Level 1", "location": [5243, 1006, 0] }, - { "name": "Level 2", "location": [5143, 801, 4] }, - { "name": "Level 3", "location": [5137, 986, 5] } - ] - }, - { - "name": "Hythloth", - "locations": [ - { "name": "Entrance", "location": [4721, 3822, 0] }, - { "name": "Level 1", "location": [5905, 20, 46] }, - { "name": "Level 2", "location": [5976, 169, 0] }, - { "name": "Level 3", "location": [6083, 145, -20] }, - { "name": "Level 4", "location": [6059, 89, 24] } - ] - }, - { - "name": "Shame", - "locations": [ - { "name": "Entrance", "location": [514, 1561, 0] }, - { "name": "Level 1", "location": [5395, 126, 0] }, - { "name": "Level 2", "location": [5515, 11, 5] }, - { "name": "Level 3", "location": [5514, 148, 25] }, - { "name": "Level 4", "location": [5875, 20, -5] } - ] - }, - { - "name": "Wrong", - "locations": [ - { "name": "Entrance", "location": [2043, 238, 10] }, - { "name": "Level 1", "location": [5825, 630, 0] }, - { "name": "Level 2", "location": [5690, 569, 25] }, - { "name": "Level 3", "location": [5703, 639, 0] } - ] - }, - { - "name": "Miscellaneous", - "locations": [ - { "name": "Hyloth Fire Pit", "location": [4596, 3630, 30] }, - { "name": "Yew-Britain Brigand Camp", "location": [885, 1682, 0] }, - { "name": "Yew Fort of the Damned", "location": [972, 768, 0] } - ] - }, - { - "name": "Terathan Keep", - "locations": [ - { "name": "Entrance", "location": [5451, 3143, -60] }, - { "name": "Level 1", "location": [5342, 1601, 0] }, - { "name": "Champion Room", "location": [5205, 1585, 0] }, - { "name": "Starroom", "location": [5139, 1767, 0] } - ] - }, - { - "name": "Fire", - "locations": [ - { "name": "Entrance", "location": [5760, 2908, 15] }, - { "name": "Brit Entrance", "location": [2923, 3407, 8] }, - { "name": "Level 1", "location": [5790, 1416, 40] }, - { "name": "Level 2", "location": [5702, 1316, 1] } - ] - }, - { - "name": "Ice", - "locations": [ - { "name": "Entrance", "location": [5210, 2322, 30] }, - { "name": "Brit Entrance", "location": [1999, 81, 4] }, - { "name": "Level 1", "location": [5875, 150, 15] }, - { "name": "Ratman Room", "location": [5834, 327, 18] }, - { "name": "Ice Demon Lair", "location": [5700, 305, 0] } - ] - }, - { - "name": "Orc Cave", - "locations": [ - { "name": "Entrance", "location": [1019, 1431, 0] }, - { "name": "Level 1", "location": [5137, 2014, 0] }, - { "name": "Level 2", "location": [5332, 1376, 0] }, - { "name": "Level 3", "location": [5272, 2036, 0] } - ] - }, - { "name": "Painted Caves", "locations": [{ "name": "Entrance", "location": [1716, 2993, 0] }] }, - { - "name": "Palace of Paroxysmus", - "locations": [{ "name": "Entrance", "location": [5576, 3018, 25] }] - }, - { "name": "Prism of Light", "locations": [{ "name": "Entrance", "location": [3784, 1097, 14] }] }, - { "name": "Sanctuary", "locations": [{ "name": "Entrance", "location": [764, 1646, 0] }] }, - { - "name": "Solen Hives", - "categories": [ - { - "name": "Area A", - "locations": [ - { "name": "Entrance", "location": [729, 1451, 0] }, - { "name": "Level 1", "location": [5658, 1795, 3] }, - { "name": "Level 2", "location": [5726, 1891, 1] } - ] - }, - { - "name": "Area B", - "locations": [ - { "name": "Entrance", "location": [2607, 763, 0] }, - { "name": "Level 1", "location": [5921, 1797, 1] }, - { "name": "Level 2", "location": [5875, 1866, 2] } - ] - }, - { - "name": "Area C", - "locations": [ - { "name": "Entrance", "location": [1689, 2789, 0] }, - { "name": "Level 1", "location": [5659, 2022, 0] }, - { "name": "Level 2", "location": [5708, 1955, 0] } - ] - }, - { - "name": "Area D", - "locations": [ - { "name": "Entrance", "location": [1723, 814, 0] }, - { "name": "Level 1", "location": [5916, 2019, 3] }, - { "name": "Level 2", "location": [5813, 2012, -1] } - ] - }, - { "name": "Area E", "locations": [{ "name": "Entrance", "location": [5732, 1858, 0] }] } - ], - "locations": [{ "name": "Central Area", "location": [5774, 1896, 20] }] - }, - { - "name": "Khaldun", - "locations": [ - { "name": "Entrance 1", "location": [6009, 3775, 19] }, - { "name": "Entrance 2", "location": [5882, 3819, -1] }, - { "name": "Level 1", "location": [5571, 1302, 0] } - ] - } - ] - }, - { - "name": "Internal", - "categories": [ - { - "name": "Jail Cells", - "locations": [ - { "name": "Cell 1", "location": [5276, 1164, 0] }, - { "name": "Cell 2", "location": [5286, 1164, 0] }, - { "name": "Cell 3", "location": [5296, 1164, 0] }, - { "name": "Cell 4", "location": [5306, 1164, 0] }, - { "name": "Cell 5", "location": [5276, 1174, 0] }, - { "name": "Cell 6", "location": [5286, 1174, 0] }, - { "name": "Cell 7", "location": [5286, 1174, 0] }, - { "name": "Cell 8", "location": [5306, 1174, 0] }, - { "name": "Cell 9", "location": [5283, 1184, 0] }, - { "name": "Cell 10", "location": [5304, 1184, 0] } - ] - } - ], - "locations": [{ "name": "Green Acres", "location": [5445, 1153, 0] }] - }, - { - "name": "Shrines", - "locations": [ - { "name": "Chaos", "location": [1456, 854, 0] }, - { "name": "Compassion", "location": [1856, 872, -1] }, - { "name": "Honesty", "location": [4217, 564, 36] }, - { "name": "Honor", "location": [1730, 3528, 3] }, - { "name": "Humility", "location": [4276, 3699, 0] }, - { "name": "Justice", "location": [1301, 639, 16] }, - { "name": "Sacrifice", "location": [3355, 299, 9] }, - { "name": "Spirituality", "location": [1589, 2485, 5] }, - { "name": "Valor", "location": [2496, 3932, 0] } - ] - }, - { - "name": "Towns", - "categories": [ - { - "name": "Britain", - "locations": [ - { "name": "Blackthorn Castle", "location": [1533, 1415, 56] }, - { "name": "Blackthorn Entrance", "location": [1523, 1456, 15] }, - { "name": "British Castle", "location": [1323, 1624, 55] }, - { "name": "British Entrance", "location": [1401, 1625, 28] }, - { "name": "Cemetery", "location": [1384, 1497, 10] }, - { "name": "Center", "location": [1475, 1645, 20] }, - { "name": "Farmlands", "location": [1228, 1705, 0] }, - { "name": "Park", "location": [1614, 1641, 35] }, - { "name": "Suburbs", "location": [1662, 1572, 5] } - ] - }, - { - "name": "Buccaneers Den", - "locations": [ - { "name": "Bathhouse", "location": [2667, 2084, 5] }, - { "name": "Docks", "location": [2736, 2166, 0] }, - { "name": "Tunnels", "location": [2667, 2069, -20] } - ] - }, - { - "name": "Cove", - "locations": [ - { "name": "Cemetery", "location": [2443, 1123, 5] }, - { "name": "Gates", "location": [2285, 1209, 0] }, - { "name": "Guard Post", "location": [2218, 1116, 19] }, - { "name": "Orc Fort", "location": [2171, 1332, 0] } - ] - }, - { - "name": "Jhelom", - "locations": [ - { "name": "Cemetery", "location": [1296, 3719, 0] }, - { "name": "East Docks", "location": [1492, 3696, -3] }, - { "name": "Fighting Pit", "location": [1398, 3742, -21] }, - { "name": "Main Island", "location": [1414, 3816, 0] }, - { "name": "Medium Island", "location": [1124, 3623, 5] }, - { "name": "Small Island", "location": [1466, 4015, 5] } - ] - }, - { - "name": "Magincia", - "locations": [ - { "name": "Bank", "location": [3730, 2161, 20] }, - { "name": "Docks", "location": [3675, 2259, 20] }, - { "name": "Park", "location": [3719, 2063, 25] }, - { "name": "Parliament", "location": [3792, 2248, 20] } - ] - }, - { - "name": "Minoc", - "locations": [ - { "name": "Bridge", "location": [2539, 501, 30] }, - { "name": "Gypsy Camp", "location": [2540, 651, 0] }, - { "name": "Mining Camp", "location": [2583, 528, 15] }, - { "name": "North", "location": [2475, 417, 15] }, - { "name": "South", "location": [2526, 583, 0] } - ] - }, - { - "name": "Moonglow", - "locations": [ - { "name": "Cemetery", "location": [4546, 1338, 8] }, - { "name": "Center", "location": [4442, 1122, 5] }, - { "name": "Docks", "location": [4406, 1045, -2] }, - { "name": "Telescope", "location": [4707, 1124, 0] }, - { "name": "Zoo", "location": [4549, 1378, 8] } - ] - }, - { - "name": "Nujel'm", - "locations": [ - { "name": "Cemetery", "location": [3536, 1156, 20] }, - { "name": "Chess Board", "location": [3728, 1360, 5] }, - { "name": "Docks", "location": [3803, 1279, 5] }, - { "name": "East", "location": [3755, 1227, 0] }, - { "name": "North", "location": [3668, 1116, 0] }, - { "name": "Palace", "location": [3698, 1279, 20] }, - { "name": "West", "location": [3572, 1211, 0] } - ] - }, - { - "name": "Ocllo", - "locations": [ - { "name": "Docks", "location": [3650, 2653, 0] }, - { "name": "Farmlands", "location": [3722, 2647, 20] }, - { "name": "North", "location": [3650, 2516, 0] } - ] - }, - { - "name": "Serpents Hold", - "locations": [ - { "name": "North", "location": [3023, 3417, 15] }, - { "name": "South", "location": [2906, 3505, 10] }, - { "name": "Guard Post", "location": [3011, 3526, 15] } - ] - }, - { - "name": "Skara Brae", - "locations": [ - { "name": "East", "location": [811, 2243, 0] }, - { "name": "East Docks", "location": [716, 2233, -3] }, - { "name": "North", "location": [746, 2165, 0] }, - { "name": "South", "location": [899, 2381, 0] }, - { "name": "West", "location": [601, 2171, 0] }, - { "name": "West Docks", "location": [639, 2236, -3] } - ] - }, - { - "name": "Trinsic", - "locations": [ - { "name": "Center", "location": [1927, 2779, 0] }, - { "name": "East Docks", "location": [2071, 2855, -3] }, - { "name": "Island Park", "location": [2108, 2793, 2] }, - { "name": "North", "location": [1894, 2666, 0] }, - { "name": "South", "location": [1891, 2850, 20] }, - { "name": "South Gate", "location": [2000, 2930, 0] }, - { "name": "West Gate", "location": [1832, 2779, 0] } - ] - }, - { - "name": "Vesper", - "locations": [ - { "name": "Cemetery", "location": [2786, 867, 0] }, - { "name": "Center", "location": [2882, 788, 0] }, - { "name": "Docks", "location": [3013, 828, -3] }, - { "name": "East", "location": [2760, 981, 0] }, - { "name": "North", "location": [2907, 603, 0] } - ] - }, - { - "name": "Wind", - "locations": [ - { "name": "Caves", "location": [5166, 244, 15] }, - { "name": "East", "location": [5336, 88, 15] }, - { "name": "Entrance", "location": [1362, 896, 0] }, - { "name": "Park", "location": [5211, 22, 15] }, - { "name": "South", "location": [5223, 189, 5] }, - { "name": "West", "location": [5180, 90, 25] } - ] - }, - { - "name": "Yew", - "locations": [ - { "name": "Cemetery", "location": [724, 1138, 0] }, - { "name": "Center", "location": [535, 992, 0] }, - { "name": "Courts and Prisons", "location": [354, 836, 20] }, - { "name": "Empath Abbey", "location": [635, 860, 0] }, - { "name": "Hidden Cave", "location": [313, 787, -24] }, - { "name": "Orc Fort", "location": [633, 1499, 0] } - ] - }, - { - "name": "Delucia", - "locations": [ - { "name": "Watch Tower", "location": [5276, 3945, 37] }, - { "name": "Center", "location": [5228, 3978, 37] }, - { "name": "Orc Fort", "location": [5210, 3636, 3] } - ] - }, - { - "name": "Papua", - "locations": [ - { "name": "The Just Inn", "location": [5769, 3176, 0] }, - { "name": "Center", "location": [5730, 3208, -4] }, - { "name": "Docks", "location": [5825, 3256, 2] } - ] - } - ] - } - ] -} diff --git a/Distribution/Data/Locations/ilshenar.json b/Distribution/Data/Locations/ilshenar.json deleted file mode 100644 index f6e52665b..000000000 --- a/Distribution/Data/Locations/ilshenar.json +++ /dev/null @@ -1,143 +0,0 @@ -{ - "name": "Ilshenar", - "categories": [ - { - "name": "Cities", - "categories": [ - { "name": "Ancient Citadel", "locations": [{ "name": "Entrance", "location": [1518, 568, -14] }] }, - { - "name": "Gargoyle City", - "locations": [ - { "name": "Bank", "location": [852, 602, -40] }, - { "name": "Central Area", "location": [836, 641, -20] } - ] - }, - { "name": "Lakeshire", "locations": [{ "name": "Central Area", "location": [1203, 1124, -25] }] }, - { "name": "Mistas", "locations": [{ "name": "Central Area", "location": [820, 1073, -30] }] }, - { "name": "Montor", "locations": [{ "name": "Central Area", "location": [1643, 310, 48] }] }, - { "name": "Req Volon", "locations": [{ "name": "Central Area", "location": [1362, 1073, -13] }] }, - { "name": "Savage Camp", "locations": [{ "name": "Central Area", "location": [1251, 743, -80] }] }, - { "name": "Terort Skitas", "locations": [{ "name": "Entrance", "location": [567, 437, 21] }] } - ] - }, - { - "name": "Dungeons", - "categories": [ - { - "name": "Ankh", - "locations": [ - { "name": "Entrance", "location": [576, 1150, -100] }, - { "name": "Level 1", "location": [155, 1482, -28] }, - { "name": "Kirin passage", "location": [11, 874, -28] }, - { "name": "Serpentine Passage", "location": [396, 1578, -28] } - ] - }, - { - "name": "Blood", - "locations": [ - { "name": "Entrance", "location": [1747, 1228, -1] }, - { "name": "Level 1", "location": [2114, 834, -28] } - ] - }, - { - "name": "Exodus", - "locations": [ - { "name": "Entrance", "location": [835, 777, -80] }, - { "name": "Level 1", "location": [1974, 115, -28] } - ] - }, - { - "name": "Rock", - "locations": [ - { "name": "Entrance", "location": [1788, 573, 70] }, - { "name": "Level 1", "location": [2188, 318, -7] }, - { "name": "Level 2", "location": [2188, 28, -27] } - ] - }, - { - "name": "Sorcerers", - "locations": [ - { "name": "Entrance", "location": [548, 462, -53] }, - { "name": "Level 1", "location": [428, 109, -28] }, - { "name": "Level 2", "location": [240, 23, -18] }, - { "name": "Level 3", "location": [272, 136, -28] }, - { "name": "Level 4", "location": [132, 124, -28] }, - { "name": "Level 5", "location": [236, 121, -28] } - ] - }, - { - "name": "Spectre", - "locations": [ - { "name": "Entrance", "location": [1363, 1033, -8] }, - { "name": "Level 1", "location": [1982, 1103, -28] } - ] - }, - { - "name": "Wisp", - "locations": [ - { "name": "Entrance", "location": [651, 1302, -58] }, - { "name": "Level 1", "location": [627, 1525, -28] }, - { "name": "Level 2", "location": [718, 1492, -28] }, - { "name": "Level 3", "location": [832, 1551, -28] }, - { "name": "Level 4", "location": [960, 1428, -28] }, - { "name": "Level 5", "location": [942, 1465, -33] }, - { "name": "Level 6", "location": [866, 1434, -28] }, - { "name": "Level 7", "location": [807, 1548, -28] }, - { "name": "Level 8", "location": [754, 1479, -28] } - ] - } - ] - }, - { - "name": "Caves", - "categories": [ - { - "name": "Ancient Lair", - "locations": [ - { "name": "Entrance", "location": [940, 504, -30] }, - { "name": "Level 1", "location": [85, 746, -28] } - ] - }, - { - "name": "Lizard Passage", - "locations": [ - { "name": "Entrance", "location": [314, 1334, -36] }, - { "name": "Level 1", "location": [329, 1589, -18] }, - { "name": "Level 2", "location": [227, 1337, -18] } - ] - }, - { "name": "Mushroom Cave", "locations": [{ "name": "Entrance", "location": [1459, 1329, -24] }] }, - { - "name": "Rat Cave", - "locations": [ - { "name": "Entrance", "location": [1034, 1153, -23] }, - { "name": "Level 1", "location": [1348, 1510, -3] }, - { "name": "Level 2", "location": [1247, 1511, -28] } - ] - }, - { - "name": "Spider Cave", - "locations": [ - { "name": "Entrance", "location": [1421, 913, -19] }, - { "name": "Level 1", "location": [1786, 991, -28] }, - { "name": "Level 2", "location": [1517, 877, 10] }, - { "name": "Ethereal Keep", "location": [1365, 1102, -26] } - ] - } - ] - }, - { - "name": "Shrines", - "locations": [ - { "name": "Compassion", "location": [1217, 469, -13] }, - { "name": "Honesty", "location": [720, 1356, -60] }, - { "name": "Honor", "location": [748, 728, -29] }, - { "name": "Humility", "location": [287, 1016, 0] }, - { "name": "Justice", "location": [987, 1007, -35] }, - { "name": "Sacrifice", "location": [1175, 1287, -30] }, - { "name": "Spirituality", "location": [1532, 1341, -3] }, - { "name": "Valor", "location": [527, 218, -44] } - ] - } - ] -} diff --git a/Distribution/Data/Locations/malas.json b/Distribution/Data/Locations/malas.json deleted file mode 100644 index faf33ed8e..000000000 --- a/Distribution/Data/Locations/malas.json +++ /dev/null @@ -1,108 +0,0 @@ -{ - "name": "Malas", - "categories": [ - { - "name": "Towns", - "categories": [ - { - "name": "Luna", - "locations": [ - { "name": "Luna Moongate", "location": [1015, 527, -65] }, - { "name": "Luna Bank", "location": [991, 519, -50] }, - { "name": "Clothier's Colors", "location": [976, 527, -50] }, - { "name": "Grand Arena", "location": [961, 638, -90] }, - { "name": "Hardwoods and More", "location": [1002, 512, -50] }, - { "name": "Paladin's Stopover", "location": [1005, 519, -30] }, - { "name": "Proud Bridle", "location": [1023, 503, -70] }, - { "name": "Open Market", "location": [992, 512, -50] }, - { "name": "Sage's Refuge", "location": [1002, 527, -50] }, - { "name": "Shining Blades", "location": [976, 512, -50] }, - { "name": "Shrine of Wisdom", "location": [976, 510, -30] }, - { "name": "Vault of Secrets", "location": [1072, 457, -90] } - ] - }, - { - "name": "Umbra", - "locations": [ - { "name": "Umbra Moongate", "location": [1998, 1387, -85] }, - { "name": "Umbra Bridge", "location": [1941, 1321, -88] }, - { "name": "Armoury of Souls", "location": [1984, 1367, -80] }, - { "name": "Bloodletter's Guild", "location": [2084, 1372, -75] }, - { "name": "Critter Pens", "location": [1992, 1326, -90] }, - { "name": "Darkweave", "location": [2079, 1338, -81] }, - { "name": "Ghast Refectory", "location": [2017, 1354, -90] }, - { "name": "Gravedigger's Apparatus", "location": [2016, 1328, -80] }, - { "name": "Lich's Hoard", "location": [2051, 1398, -90] }, - { "name": "Necromancer Ampitheater", "location": [2024, 1383, -80] }, - { "name": "Skeleton Swill", "location": [2030, 1350, -90] }, - { "name": "Wailing Banshee Inn", "location": [2039, 1317, -84] }, - { "name": "Warped Woodworks", "location": [2066, 1288, -80] } - ] - } - ] - }, - { - "name": "Dungeons", - "categories": [ - { - "name": "Doom", - "locations": [ - { "name": "Entrance", "location": [2367, 1268, -85] }, - { "name": "Tunnel", "location": [2352, 1267, -110] }, - { "name": "Inside", "location": [381, 133, 33] }, - { "name": "Gauntlet", "location": [433, 331, -2] }, - { "name": "Guardian's Room", "location": [365, 15, -1] }, - { "name": "Lamp Room", "location": [470, 95, -1] } - ] - } - ] - }, - { - "name": "Sites", - "categories": [ - { - "name": "Points of Interest", - "locations": [ - { "name": "Broken Mountains", "location": [1111, 1461, -90] }, - { "name": "Corrupted Forest", "location": [2172, 1144, -87] }, - { "name": "Crumbling Continent", "location": [736, 1180, -95] }, - { "name": "Crystal Fens", "location": [1388, 616, -85] }, - { "name": "Divide of the Abyss", "location": [1545, 877, -85] }, - { "name": "Dry Highlands", "location": [2128, 1668, -90] }, - { "name": "Forgotten Pyramid", "location": [1825, 1799, -50] }, - { "name": "Gravewater Lake", "location": [1596, 1656, -115] }, - { "name": "Grimswind Ruins", "location": [2192, 330, -90] }, - { "name": "Northern Crags", "location": [1580, 384, -50] }, - { "name": "Orc Fortress", "location": [1340, 1226, -90] }, - { "name": "Hanse's Hostel", "location": [1065, 1435, -90] } - ] - }, - { - "name": "Caves and Mines", - "locations": [ - { "name": "Mine 1", "location": [2082, 574, -90] }, - { "name": "Mine 2", "location": [2157, 456, -90] }, - { "name": "Mine 3", "location": [1811, 359, -90] }, - { "name": "Mine 4", "location": [1790, 475, -90] }, - { "name": "Mine 5", "location": [1628, 432, -86] }, - { "name": "Mine 6", "location": [1658, 304, -90] }, - { "name": "Mine 7", "location": [1071, 247, -90] }, - { "name": "Mine 8", "location": [1095, 197, -90] }, - { "name": "Mine 9", "location": [1195, 511, -90] } - ] - }, - { - "name": "Orc Forts", - "locations": [ - { "name": "Fort 1", "location": [912, 193, -79] }, - { "name": "Fort 2", "location": [1666, 362, -50] }, - { "name": "Fort 3", "location": [1364, 599, -86] }, - { "name": "Fort 4", "location": [1205, 705, -88] }, - { "name": "Fort 5", "location": [1257, 1331, -90] }, - { "name": "Fort 6", "location": [1598, 1825, -110] } - ] - } - ] - } - ] -} diff --git a/Distribution/Data/Locations/termur.json b/Distribution/Data/Locations/termur.json deleted file mode 100644 index 276ea7a39..000000000 --- a/Distribution/Data/Locations/termur.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "name": "TerMur", - "categories": [ - { - "name": "Towns", - "categories": [ - { - "name": "Royal City", - "locations": [{ "name": "Royal City Moongate", "location": [855, 3526, -43] }] - }, - { - "name": "Holy City", - "locations": [{ "name": "Holy City Moongate", "location": [928, 3989, -40] }] - }, - { "name": "Dugan", "locations": [{ "name": "Dugan", "location": [1107, 1131, -52] }] } - ] - }, - { - "name": "Dungeons", - "categories": [ - { - "name": "Tomb of Kings", - "locations": [ - { "name": "Entrance", "location": [997, 3843, -41] }, - { "name": "Gate to Stygian Abyss", "location": [38, 29, 0] } - ] - }, - { - "name": "Stygian Abyss", - "locations": [ - { "name": "Exit to Tomb of Kings", "location": [946, 71, 72] }, - { "name": "Exit to Underworld", "location": [521, 921, 36] }, - { "name": "Abyssal Lair Entrance", "location": [985, 366, -11] }, - { "name": "Cavern of the Discarded", "location": [912, 501, -12] }, - { "name": "Clan Scratch", "location": [959, 548, -14] }, - { "name": "Crimson Veins", "location": [974, 164, -11] }, - { "name": "Enslaved Goblins", "location": [581, 815, -45] }, - { "name": "Fairy Dragon Lair", "location": [888, 277, 3] }, - { "name": "Fire Temple Ruins", "location": [519, 765, -92] }, - { "name": "Hydra", "location": [793, 753, 53] }, - { "name": "Lands of the Lich", "location": [538, 656, 8] }, - { "name": "Lava Caldera", "location": [587, 895, -73] }, - { "name": "Medusa's Lair", "location": [818, 755, 50] }, - { "name": "Passage of Tears", "location": [685, 579, -15] }, - { "name": "Secret Garden", "location": [462, 719, 22] }, - { "name": "Serpent Lair", "location": [711, 720, -11] }, - { "name": "Silver Sapling", "location": [341, 619, 26] }, - { "name": "Stygian Dragon Lair Entrance", "location": [851, 279, -12] }, - { "name": "Sutek the Mage", "location": [924, 595, -14] } - ] - }, - { "name": "Underworld", "locations": [{ "name": "Entrance", "location": [1128, 1211, -2] }] } - ] - }, - { - "name": "Sites", - "categories": [ - { - "name": "Regions", - "locations": [ - { "name": "Atoll Bend", "location": [1118, 3408, -42] }, - { "name": "Chicken Chase", "location": [560, 3412, 37] }, - { "name": "City Residential", "location": [952, 3531, -43] }, - { "name": "Coral Desert", "location": [1047, 2980, 62] }, - { "name": "Fishermans Reach", "location": [631, 3035, 36] }, - { "name": "Gated Isle", "location": [703, 3934, -31] }, - { "name": "High Plain", "location": [863, 2931, 38] }, - { "name": "Holy City Island", "location": [996, 3905, -42] }, - { "name": "Kepetch Waste", "location": [447, 3188, 20] }, - { "name": "Lava Lake", "location": [407, 3010, -24] }, - { "name": "Lavapit Pyramid", "location": [740, 3691, -43] }, - { "name": "Lost Settlement", "location": [526, 3822, -44] }, - { "name": "Northern Steppes", "location": [822, 3063, 61] }, - { "name": "Raptor Island", "location": [816, 3778, -42] }, - { "name": "Royal Park", "location": [711, 3255, 38] }, - { "name": "Shrine of Singularity", "location": [995, 3814, -23] }, - { "name": "Slith Valley", "location": [1078, 3331, -42] }, - { "name": "Spider Island", "location": [1115, 3730, -42] }, - { "name": "Spiders Guarde", "location": [1109, 3606, -45] }, - { "name": "Talon Point", "location": [676, 3831, -39] }, - { "name": "Treefellow Course", "location": [570, 2936, 39] }, - { "name": "Void Isle", "location": [440, 3577, 38] }, - { "name": "Walled Circus", "location": [370, 3273, 0] }, - { "name": "Waterfall Point", "location": [661, 2894, 39] } - ] - } - ] - } - ] -} diff --git a/Distribution/Data/Locations/tokuno.json b/Distribution/Data/Locations/tokuno.json deleted file mode 100644 index 6337ca03b..000000000 --- a/Distribution/Data/Locations/tokuno.json +++ /dev/null @@ -1,64 +0,0 @@ -{ - "name": "Tokuno", - "categories": [ - { - "name": "Tokuno Islands", - "categories": [ - { - "name": "Towns", - "categories": [ - { - "name": "Zento", - "locations": [ - { "name": "Zento Moongate", "location": [802, 1204, 25] }, - { "name": "Zento Bank", "location": [735, 1255, 30] } - ] - } - ] - }, - { - "name": "Dungeons", - "categories": [ - { "name": "Fan Dancer's Dojo", "locations": [{ "name": "Entrance", "location": [977, 218, 23] }] }, - { "name": "Yomotsu Mines", "locations": [{ "name": "Entrance", "location": [259, 785, 64] }] } - ] - }, - { - "name": "Sites", - "categories": [ - { - "name": "Makoto-Jima", - "locations": [ - { "name": "Moongate", "location": [802, 1204, 25] }, - { "name": "Shrine", "location": [718, 1161, 25] }, - { "name": "The Waste", "location": [724, 943, 42] } - ] - }, - { - "name": "Isamu-Jima", - "locations": [ - { "name": "Moongate", "location": [1169, 998, 41] }, - { "name": "Shrine", "location": [1047, 512, 15] }, - { "name": "Lotus Lakes", "location": [1066, 817, 20] }, - { "name": "Mount Sho", "location": [1159, 696, 70] }, - { "name": "Dragon Valley", "location": [948, 432, 8] }, - { "name": "Winter Spur", "location": [926, 162, 34] } - ] - }, - { - "name": "Homare-Jima", - "locations": [ - { "name": "Moongate", "location": [270, 628, 15] }, - { "name": "Shrine", "location": [295, 712, 55] }, - { "name": "Field of Echoes", "location": [160, 654, 36] }, - { "name": "Crane Marsh", "location": [232, 1107, 10] }, - { "name": "Bushido Dojo", "location": [334, 407, 32] }, - { "name": "Kitsune Woods", "location": [523, 520, 32] } - ] - } - ] - } - ] - } - ] -} diff --git a/Distribution/Data/Locations/trammel.json b/Distribution/Data/Locations/trammel.json deleted file mode 100644 index 9eb8b8c6f..000000000 --- a/Distribution/Data/Locations/trammel.json +++ /dev/null @@ -1,384 +0,0 @@ -{ - "name": "Trammel", - "categories": [ - { - "name": "Dungeons", - "categories": [ - { "name": "Blighted Grove", "locations": [{ "name": "Entrance", "location": [586, 1643, -5] }] }, - { - "name": "Covetous", - "locations": [ - { "name": "Entrance", "location": [2499, 919, 0] }, - { "name": "Level 1", "location": [5456, 1863, 0] }, - { "name": "Level 2", "location": [5614, 1997, 0] }, - { "name": "Level 3", "location": [5579, 1924, 0] }, - { "name": "Lake Cave", "location": [5467, 1805, 7] }, - { "name": "Torture Chambers", "location": [5552, 1807, 0] } - ] - }, - { - "name": "Deceit", - "locations": [ - { "name": "Entrance", "location": [4111, 432, 5] }, - { "name": "Level 1", "location": [5188, 638, 0] }, - { "name": "Level 2", "location": [5305, 533, 2] }, - { "name": "Level 3", "location": [5137, 650, 5] }, - { "name": "Level 4", "location": [5306, 652, 2] } - ] - }, - { - "name": "Despise", - "locations": [ - { "name": "Entrance", "location": [1298, 1080, 0] }, - { "name": "Entryway", "location": [5587, 631, 30] }, - { "name": "Level 1", "location": [5501, 570, 59] }, - { "name": "Level 2", "location": [5519, 673, 20] }, - { "name": "Level 3", "location": [5407, 859, 45] } - ] - }, - { - "name": "Destard", - "locations": [ - { "name": "Entrance", "location": [1176, 2637, 0] }, - { "name": "Level 1", "location": [5243, 1006, 0] }, - { "name": "Level 2", "location": [5143, 801, 4] }, - { "name": "Level 3", "location": [5137, 986, 5] } - ] - }, - { - "name": "Hythloth", - "locations": [ - { "name": "Entrance", "location": [4721, 3822, 0] }, - { "name": "Level 1", "location": [5905, 20, 46] }, - { "name": "Level 2", "location": [5976, 169, 0] }, - { "name": "Level 3", "location": [6083, 145, -20] }, - { "name": "Level 4", "location": [6059, 89, 24] } - ] - }, - { - "name": "Shame", - "locations": [ - { "name": "Entrance", "location": [514, 1561, 0] }, - { "name": "Level 1", "location": [5395, 126, 0] }, - { "name": "Level 2", "location": [5515, 11, 5] }, - { "name": "Level 3", "location": [5514, 148, 25] }, - { "name": "Level 4", "location": [5875, 20, -5] } - ] - }, - { - "name": "Wrong", - "locations": [ - { "name": "Entrance", "location": [2043, 238, 10] }, - { "name": "Level 1", "location": [5825, 630, 0] }, - { "name": "Level 2", "location": [5690, 569, 25] }, - { "name": "Level 3", "location": [5703, 639, 0] } - ] - }, - { - "name": "Miscellaneous", - "locations": [ - { "name": "Hyloth Fire Pit", "location": [4596, 3630, 30] }, - { "name": "Yew-Britain Brigand Camp", "location": [885, 1682, 0] }, - { "name": "Yew Fort of the Damned", "location": [972, 768, 0] } - ] - }, - { - "name": "Terathan Keep", - "locations": [ - { "name": "Entrance", "location": [5451, 3143, -60] }, - { "name": "Level 1", "location": [5342, 1601, 0] }, - { "name": "Champion Room", "location": [5205, 1585, 0] }, - { "name": "Starroom", "location": [5139, 1767, 0] } - ] - }, - { - "name": "Fire", - "locations": [ - { "name": "Entrance", "location": [5760, 2908, 15] }, - { "name": "Brit Entrance", "location": [2923, 3407, 8] }, - { "name": "Level 1", "location": [5790, 1416, 40] }, - { "name": "Level 2", "location": [5702, 1316, 1] } - ] - }, - { - "name": "Ice", - "locations": [ - { "name": "Entrance", "location": [5210, 2322, 30] }, - { "name": "Brit Entrance", "location": [1999, 81, 4] }, - { "name": "Level 1", "location": [5875, 150, 15] }, - { "name": "Ratman Room", "location": [5834, 327, 18] }, - { "name": "Ice Demon Lair", "location": [5700, 305, 0] } - ] - }, - { - "name": "Orc Cave", - "locations": [ - { "name": "Entrance", "location": [1019, 1431, 0] }, - { "name": "Level 1", "location": [5137, 2014, 0] }, - { "name": "Level 2", "location": [5332, 1376, 0] }, - { "name": "Level 3", "location": [5272, 2036, 0] } - ] - }, - { "name": "Painted Caves", "locations": [{ "name": "Entrance", "location": [1716, 2993, 0] }] }, - { - "name": "Palace of Paroxysmus", - "locations": [{ "name": "Entrance", "location": [5576, 3018, 25] }] - }, - { "name": "Prism of Light", "locations": [{ "name": "Entrance", "location": [3784, 1097, 14] }] }, - { "name": "Sanctuary", "locations": [{ "name": "Entrance", "location": [764, 1646, 0] }] }, - { - "name": "Solen Hives", - "categories": [ - { - "name": "Area A", - "locations": [ - { "name": "Entrance", "location": [729, 1451, 0] }, - { "name": "Level 1", "location": [5658, 1795, 3] }, - { "name": "Level 2", "location": [5726, 1891, 1] } - ] - }, - { - "name": "Area B", - "locations": [ - { "name": "Entrance", "location": [2607, 763, 0] }, - { "name": "Level 1", "location": [5921, 1797, 1] }, - { "name": "Level 2", "location": [5875, 1866, 2] } - ] - }, - { - "name": "Area C", - "locations": [ - { "name": "Entrance", "location": [1689, 2789, 0] }, - { "name": "Level 1", "location": [5659, 2022, 0] }, - { "name": "Level 2", "location": [5708, 1955, 0] } - ] - }, - { - "name": "Area D", - "locations": [ - { "name": "Entrance", "location": [1723, 814, 0] }, - { "name": "Level 1", "location": [5916, 2019, 3] }, - { "name": "Level 2", "location": [5813, 2012, -1] } - ] - }, - { "name": "Area E", "locations": [{ "name": "Entrance", "location": [5732, 1858, 0] }] } - ], - "locations": [{ "name": "Central Area", "location": [5774, 1896, 20] }] - } - ] - }, - { - "name": "Internal", - "categories": [ - { - "name": "Jail Cells", - "locations": [ - { "name": "Cell 1", "location": [5276, 1164, 0] }, - { "name": "Cell 2", "location": [5286, 1164, 0] }, - { "name": "Cell 3", "location": [5296, 1164, 0] }, - { "name": "Cell 4", "location": [5306, 1164, 0] }, - { "name": "Cell 5", "location": [5276, 1174, 0] }, - { "name": "Cell 6", "location": [5286, 1174, 0] }, - { "name": "Cell 7", "location": [5286, 1174, 0] }, - { "name": "Cell 8", "location": [5306, 1174, 0] }, - { "name": "Cell 9", "location": [5283, 1184, 0] }, - { "name": "Cell 10", "location": [5304, 1184, 0] } - ] - } - ], - "locations": [{ "name": "Green Acres", "location": [5445, 1153, 0] }] - }, - { - "name": "Shrines", - "locations": [ - { "name": "Chaos", "location": [1456, 854, 0] }, - { "name": "Compassion", "location": [1856, 872, -1] }, - { "name": "Honesty", "location": [4217, 564, 36] }, - { "name": "Honor", "location": [1730, 3528, 3] }, - { "name": "Humility", "location": [4276, 3699, 0] }, - { "name": "Justice", "location": [1301, 639, 16] }, - { "name": "Sacrifice", "location": [3355, 299, 9] }, - { "name": "Spirituality", "location": [1589, 2485, 5] }, - { "name": "Valor", "location": [2496, 3932, 0] } - ] - }, - { - "name": "Towns", - "categories": [ - { - "name": "Britain", - "locations": [ - { "name": "Blackthorn Castle", "location": [1533, 1415, 56] }, - { "name": "Blackthorn Entrance", "location": [1523, 1456, 15] }, - { "name": "British Castle", "location": [1323, 1624, 55] }, - { "name": "British Entrance", "location": [1401, 1625, 28] }, - { "name": "Cemetery", "location": [1384, 1497, 10] }, - { "name": "Center", "location": [1475, 1645, 20] }, - { "name": "Farmlands", "location": [1228, 1705, 0] }, - { "name": "Park", "location": [1614, 1641, 35] }, - { "name": "Suburbs", "location": [1662, 1572, 5] } - ] - }, - { - "name": "Buccaneers Den", - "locations": [ - { "name": "Bathhouse", "location": [2667, 2084, 5] }, - { "name": "Docks", "location": [2736, 2166, 0] }, - { "name": "Tunnels", "location": [2667, 2069, -20] } - ] - }, - { - "name": "Cove", - "locations": [ - { "name": "Cemetery", "location": [2443, 1123, 5] }, - { "name": "Gates", "location": [2285, 1209, 0] }, - { "name": "Guard Post", "location": [2218, 1116, 19] }, - { "name": "Orc Fort", "location": [2171, 1332, 0] } - ] - }, - { "name": "Heartwood", "locations": [{ "name": "Entrance", "location": [6986, 340, 0] }] }, - { - "name": "Jhelom", - "locations": [ - { "name": "Cemetery", "location": [1296, 3719, 0] }, - { "name": "East Docks", "location": [1492, 3696, -3] }, - { "name": "Fighting Pit", "location": [1398, 3742, -21] }, - { "name": "Main Island", "location": [1414, 3816, 0] }, - { "name": "Medium Island", "location": [1124, 3623, 5] }, - { "name": "Small Island", "location": [1466, 4015, 5] } - ] - }, - { - "name": "Magincia", - "locations": [ - { "name": "Bank", "location": [3730, 2161, 20] }, - { "name": "Docks", "location": [3675, 2259, 20] }, - { "name": "Park", "location": [3719, 2063, 25] }, - { "name": "Parliament", "location": [3792, 2248, 20] } - ] - }, - { - "name": "Minoc", - "locations": [ - { "name": "Bridge", "location": [2539, 501, 30] }, - { "name": "Gypsy Camp", "location": [2540, 651, 0] }, - { "name": "Mining Camp", "location": [2583, 528, 15] }, - { "name": "North", "location": [2475, 417, 15] }, - { "name": "South", "location": [2526, 583, 0] } - ] - }, - { - "name": "Moonglow", - "locations": [ - { "name": "Cemetery", "location": [4546, 1338, 8] }, - { "name": "Center", "location": [4442, 1122, 5] }, - { "name": "Docks", "location": [4406, 1045, -2] }, - { "name": "Telescope", "location": [4707, 1124, 0] }, - { "name": "Zoo", "location": [4549, 1378, 8] } - ] - }, - { - "name": "Nujel'm", - "locations": [ - { "name": "Cemetery", "location": [3536, 1156, 20] }, - { "name": "Chess Board", "location": [3728, 1360, 5] }, - { "name": "Docks", "location": [3803, 1279, 5] }, - { "name": "East", "location": [3755, 1227, 0] }, - { "name": "North", "location": [3668, 1116, 0] }, - { "name": "Palace", "location": [3698, 1279, 20] }, - { "name": "West", "location": [3572, 1211, 0] } - ] - }, - { - "name": "Haven", - "locations": [ - { "name": "Old Haven", "location": [3650, 2592, 0] }, - { "name": "Old Haven North", "location": [3650, 2516, 0] }, - { "name": "New Haven", "location": [3506, 2570, 14] }, - { "name": "New Haven North", "location": [3502, 2475, 34] }, - { "name": "Farmlands", "location": [3722, 2647, 20] } - ] - }, - { - "name": "Serpents Hold", - "locations": [ - { "name": "North", "location": [3023, 3417, 15] }, - { "name": "South", "location": [2906, 3505, 10] }, - { "name": "Guard Post", "location": [3011, 3526, 15] } - ] - }, - { - "name": "Skara Brae", - "locations": [ - { "name": "East", "location": [811, 2243, 0] }, - { "name": "East Docks", "location": [716, 2233, -3] }, - { "name": "North", "location": [746, 2165, 0] }, - { "name": "South", "location": [899, 2381, 0] }, - { "name": "West", "location": [601, 2171, 0] }, - { "name": "West Docks", "location": [639, 2236, -3] } - ] - }, - { - "name": "Trinsic", - "locations": [ - { "name": "Center", "location": [1927, 2779, 0] }, - { "name": "East Docks", "location": [2071, 2855, -3] }, - { "name": "Island Park", "location": [2108, 2793, 2] }, - { "name": "North", "location": [1894, 2666, 0] }, - { "name": "South", "location": [1891, 2850, 20] }, - { "name": "South Gate", "location": [2000, 2930, 0] }, - { "name": "West Gate", "location": [1832, 2779, 0] } - ] - }, - { - "name": "Vesper", - "locations": [ - { "name": "Cemetery", "location": [2786, 867, 0] }, - { "name": "Center", "location": [2882, 788, 0] }, - { "name": "Docks", "location": [3013, 828, -3] }, - { "name": "East", "location": [2760, 981, 0] }, - { "name": "North", "location": [2907, 603, 0] } - ] - }, - { - "name": "Wind", - "locations": [ - { "name": "Caves", "location": [5166, 244, 15] }, - { "name": "East", "location": [5336, 88, 15] }, - { "name": "Entrance", "location": [1362, 896, 0] }, - { "name": "Park", "location": [5211, 22, 15] }, - { "name": "South", "location": [5223, 189, 5] }, - { "name": "West", "location": [5180, 90, 25] } - ] - }, - { - "name": "Yew", - "locations": [ - { "name": "Cemetery", "location": [724, 1138, 0] }, - { "name": "Center", "location": [535, 992, 0] }, - { "name": "Courts and Prisons", "location": [354, 836, 20] }, - { "name": "Empath Abbey", "location": [635, 860, 0] }, - { "name": "Hidden Cave", "location": [313, 787, -24] }, - { "name": "Orc Fort", "location": [633, 1499, 0] } - ] - }, - { - "name": "Delucia", - "locations": [ - { "name": "Watch Tower", "location": [5276, 3945, 37] }, - { "name": "Center", "location": [5228, 3978, 37] }, - { "name": "Orc Fort", "location": [5210, 3636, 3] } - ] - }, - { - "name": "Papua", - "locations": [ - { "name": "The Just Inn", "location": [5769, 3176, 0] }, - { "name": "Center", "location": [5730, 3208, -4] }, - { "name": "Docks", "location": [5825, 3256, 2] } - ] - } - ] - } - ] -} diff --git a/Distribution/Data/go.json b/Distribution/Data/go.json new file mode 100644 index 000000000..3a21710aa --- /dev/null +++ b/Distribution/Data/go.json @@ -0,0 +1,11 @@ +{ + "name": "The World", + "categories": [ + { "name": "Fel", "categories": [ + { "name": "Towns", "locations": [ + { "name": "Brit Fel", "location": [1592, 1680, 10], "map": "Felucca" } ] } ] }, + { "name": "Tram", "categories": [ + { "name": "Towns", "locations": [ + { "name": "Brit Tram", "location": [1592, 1680, 10], "map": "Trammel" } ] } ] } + ] +} diff --git a/Projects/UOContent/Gumps/Go/GoGump.cs b/Projects/UOContent/Gumps/Go/GoGump.cs index e33d441cb..e066e7ba0 100644 --- a/Projects/UOContent/Gumps/Go/GoGump.cs +++ b/Projects/UOContent/Gumps/Go/GoGump.cs @@ -159,10 +159,23 @@ public class GoGump : DynamicGump index -= _node.Categories.Length; if (index < _node.Locations.Length) { - from.MoveToWorld(_node.Locations[index].Location, _tree.Map); + //from.MoveToWorld(_node.Locations[index].Location, _tree.Map); + var loc = _node.Locations[index]; + Map targetMap = _tree.Map; + if (!string.IsNullOrEmpty(loc.MapName)) + { + foreach (Map m in Map.AllMaps) + { + if (m != null && string.Equals(m.Name, loc.MapName, StringComparison.OrdinalIgnoreCase)) + { + targetMap = m; + break; + } + } + } + from.MoveToWorld(loc.Location, targetMap); } } - break; } } diff --git a/Projects/UOContent/Gumps/Go/GoLocation.cs b/Projects/UOContent/Gumps/Go/GoLocation.cs index c766f9e63..50d52bbc1 100644 --- a/Projects/UOContent/Gumps/Go/GoLocation.cs +++ b/Projects/UOContent/Gumps/Go/GoLocation.cs @@ -9,4 +9,6 @@ public class GoLocation [JsonPropertyName("name")] public string Name { get; set; } [JsonPropertyName("location")] public Point3D Location { get; set; } -} \ No newline at end of file + + [JsonPropertyName("map")] public string MapName { get; set; } +} diff --git a/Projects/UOContent/Gumps/Go/GoLocations.cs b/Projects/UOContent/Gumps/Go/GoLocations.cs index ad45b66ec..24633168d 100644 --- a/Projects/UOContent/Gumps/Go/GoLocations.cs +++ b/Projects/UOContent/Gumps/Go/GoLocations.cs @@ -11,48 +11,18 @@ public static class GoLocations { private static readonly ILogger logger = LogFactory.GetLogger(typeof(GoLocations)); - private static LocationTree _felucca; - private static LocationTree _trammel; - private static LocationTree _ilshenar; - private static LocationTree _malas; - private static LocationTree _tokuno; - private static LocationTree _terMur; + private static LocationTree _world; public static LocationTree GetLocations(Map map) { - if (map == Map.Ilshenar) - { - return _ilshenar ??= LoadLocations("ilshenar", Map.Ilshenar); - } - - if (map == Map.TerMur) - { - return _terMur ??= LoadLocations("termur", Map.TerMur); - } - - if (map == Map.Trammel) - { - return _trammel ??= LoadLocations("trammel", Map.Trammel); - } - - if (map == Map.Malas) - { - return _malas ??= LoadLocations("malas", Map.Malas); - } - - if (map == Map.Tokuno) - { - return _tokuno ??= LoadLocations("tokuno", Map.Tokuno); - } - - return _felucca ??= LoadLocations("felucca", Map.Felucca); + // Always return the same world tree, regardless of which map 'GetLocations' is called with + return _world ??= LoadLocations("go", Map.Felucca); } private static LocationTree LoadLocations(string fileName, Map map) { var lastBranch = new Dictionary(); - - var path = Path.Combine($"Data/Locations/{fileName}.json"); + var path = Path.Combine($"Data/{fileName}.json"); try { @@ -67,7 +37,7 @@ public static class GoLocations catch (Exception e) { logger.Error(e, "Failed to load file {Path}.", path); - return new LocationTree(map, [], null); + return new LocationTree(map, lastBranch, new GoCategory { Name = "Error", Categories = [], Locations = [] }); } } } From 3602b3e60a9f50a315915a19d70342c85bde7060 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Fri, 28 Aug 2026 20:08:32 -0400 Subject: [PATCH 04/14] #W# Cleanup: Cleared out OSI Spawns and Decorations. --- .../Decoration/BountyBoards/bountyboards.cfg | 25 - .../Data/Decoration/Britannia/_covetous.cfg | 927 -- .../Data/Decoration/Britannia/_deceit.cfg | 883 -- .../Data/Decoration/Britannia/_despise.cfg | 439 - .../Data/Decoration/Britannia/_destard.cfg | 448 - .../Data/Decoration/Britannia/_fire.cfg | 203 - .../Data/Decoration/Britannia/_hedgemaze.cfg | 906 -- .../Data/Decoration/Britannia/_hythloth.cfg | 1996 ---- .../Data/Decoration/Britannia/_ice.cfg | 162 - .../Data/Decoration/Britannia/_orccave.cfg | 3961 -------- .../Data/Decoration/Britannia/_shame.cfg | 901 -- .../Decoration/Britannia/_terathankeep.cfg | 183 - .../Data/Decoration/Britannia/_wrong.cfg | 370 - .../Data/Decoration/Britannia/britain.cfg | 5377 ---------- .../Data/Decoration/Britannia/bucs.cfg | 672 -- .../Data/Decoration/Britannia/bucsportal.cfg | 137 - .../Data/Decoration/Britannia/cove.cfg | 317 - .../Data/Decoration/Britannia/delucia.cfg | 229 - .../Data/Decoration/Britannia/despise.cfg | 17 - .../Data/Decoration/Britannia/destard.cfg | 3 - .../Data/Decoration/Britannia/hythloth.cfg | 20 - .../Data/Decoration/Britannia/jhelom.cfg | 2769 ------ .../Data/Decoration/Britannia/magincia.cfg | 1481 --- .../Data/Decoration/Britannia/minoc.cfg | 1568 --- .../Data/Decoration/Britannia/moonglow.cfg | 1990 ---- .../Data/Decoration/Britannia/nujelm.cfg | 2121 ---- .../Data/Decoration/Britannia/papua.cfg | 456 - .../Data/Decoration/Britannia/patches.cfg | 144 - .../Decoration/Britannia/serpent pillars.cfg | 13 - .../Decoration/Britannia/serpentshold.cfg | 1251 --- .../Data/Decoration/Britannia/shame.cfg | 71 - .../Data/Decoration/Britannia/shrines.cfg | 120 - .../Data/Decoration/Britannia/skara.cfg | 2212 ----- .../Britannia/solen matriarch quest.cfg | 6 - .../Britannia/study of solen quest.cfg | 7 - .../Data/Decoration/Britannia/trinsic.cfg | 1996 ---- .../Data/Decoration/Britannia/vesper.cfg | 1905 ---- .../Data/Decoration/Britannia/wind.cfg | 773 -- .../Britannia/witch apprentice quest.cfg | 48 - .../Data/Decoration/Britannia/yew.cfg | 79 - .../Decoration/Felucca/VesperGraveyard.cfg | 7 - .../Felucca/_champion teleporters.cfg | 100 - .../Data/Decoration/Felucca/_star room.cfg | 31 - .../Felucca/ambitious solen queen quest.cfg | 3 - .../Decoration/Felucca/khaldun entrance.cfg | 439 - .../Data/Decoration/Felucca/khaldun.cfg | 739 -- .../Data/Decoration/Felucca/ocllo.cfg | 1318 --- .../Felucca/solen matriarch quest.cfg | 3 - Distribution/Data/Decoration/Felucca/yew.cfg | 2248 ----- .../Data/Decoration/Ilshenar/_blood.cfg | 58 - .../Data/Decoration/Ilshenar/_central.cfg | 329 - .../Data/Decoration/Ilshenar/_exodus.cfg | 1155 --- .../Data/Decoration/Ilshenar/_gwenno.cfg | 62 - .../Data/Decoration/Ilshenar/_ratcave.cfg | 71 - .../Data/Decoration/Ilshenar/_regvolom.cfg | 21 - .../Data/Decoration/Ilshenar/_serpentine.cfg | 28 - .../Data/Decoration/Ilshenar/_sheepfarm.cfg | 31 - .../Data/Decoration/Ilshenar/_sorcerers.cfg | 344 - .../Decoration/Ilshenar/_terortskitas.cfg | 75 - .../Data/Decoration/Ilshenar/_twinoaks.cfg | 99 - .../Data/Decoration/Ilshenar/camp.cfg | 114 - .../Data/Decoration/Ilshenar/camp2.cfg | 23 - .../Decoration/Ilshenar/enslavedgargs.cfg | 87 - .../Data/Decoration/Ilshenar/gargoylecity.cfg | 192 - .../Decoration/Ilshenar/golemsandjukas.cfg | 135 - .../Data/Decoration/Ilshenar/lakeshire.cfg | 477 - .../Decoration/Ilshenar/meercatacombs.cfg | 309 - .../Data/Decoration/Ilshenar/misc.cfg | 87 - .../Data/Decoration/Ilshenar/mistas.cfg | 1311 --- .../Data/Decoration/Ilshenar/patches.cfg | 27 - .../Data/Decoration/Ilshenar/ratfortress.cfg | 17 - .../Data/Decoration/Ilshenar/savagecamp.cfg | 52 - .../Data/Decoration/Ilshenar/shrines.cfg | 28 - .../Data/Decoration/Ilshenar/vinculuminn.cfg | 27 - .../Data/Decoration/Ilshenar/wispdungeon.cfg | 520 - Distribution/Data/Decoration/Malas/_luna.cfg | 184 - Distribution/Data/Decoration/Malas/_umbra.cfg | 96 - .../Decoration/Malas/dark tides quest.cfg | 121 - Distribution/Data/Decoration/Malas/doom.cfg | 135 - .../Malas/emino's undertaking quest.cfg | 142 - .../Malas/haochi's trials quest.cfg | 85 - Distribution/Data/Decoration/Malas/luna.cfg | 6 - .../Data/Decoration/Malas/markcontainers.cfg | 17 - .../Data/Decoration/Malas/summoning quest.cfg | 44 - .../Decoration/RuinedMaginciaFel/Mag-Fel.cfg | 7109 ------------- .../RuinedMaginciaTram/Mag-Tram.cfg | 5552 ----------- .../Tokuno/terrible hatchlings quest.cfg | 3 - .../Data/Decoration/Tokuno/tokuno.cfg | 127 - .../Decoration/Tokuno/treasures of tokuno.cfg | 14 - .../Decoration/Trammel/VesperGraveyard.cfg | 7 - .../Trammel/_champion teleporters.cfg | 3 - .../Decoration/Trammel/_haven additions.cfg | 999 -- .../Data/Decoration/Trammel/_minoc camp.cfg | 77 - .../Trammel/ambitious solen queen quest.cfg | 3 - .../Decoration/Trammel/collector quest.cfg | 23 - .../Data/Decoration/Trammel/haven.cfg | 343 - .../Data/Decoration/Trammel/magincia.cfg | 9 - .../Trammel/solen matriarch quest.cfg | 3 - .../Trammel/uzeraan turmoil quest.cfg | 108 - Distribution/Data/Decoration/Trammel/yew.cfg | 2247 ----- .../Spawns/post-uoml/felucca/Vendors.json | 552 -- .../Spawns/post-uoml/ilshenar/Outdoors.json | 67 - .../Data/Spawns/post-uoml/malas/North.json | 105 - .../Data/Spawns/post-uoml/malas/South.json | 803 -- .../Data/Spawns/post-uoml/malas/Vendors.json | 37 - .../Data/Spawns/post-uoml/termur/Abyss.json | 420 - .../Data/Spawns/post-uoml/termur/TerMur.json | 1267 --- .../Spawns/post-uoml/termur/Underworld.json | 747 -- .../Data/Spawns/post-uoml/termur/Vendors.json | 491 - .../Spawns/post-uoml/trammel/Outdoors.json | 794 -- .../Spawns/post-uoml/trammel/TownsLife.json | 36 - .../Spawns/post-uoml/trammel/Vendors.json | 1528 --- .../Spawns/post-uoml/trammel/WildLife.json | 18 - .../Spawns/shared/felucca/BlightedGrove.json | 151 - .../Spawns/shared/felucca/BritainSewer.json | 368 - .../Data/Spawns/shared/felucca/Covetous.json | 803 -- .../Data/Spawns/shared/felucca/Deceit.json | 640 -- .../Data/Spawns/shared/felucca/Despise.json | 702 -- .../Data/Spawns/shared/felucca/Destard.json | 481 - .../Spawns/shared/felucca/FelCropsLS.json | 338 - .../Data/Spawns/shared/felucca/Fire.json | 839 -- .../Spawns/shared/felucca/Graveyards.json | 165 - .../Data/Spawns/shared/felucca/Hythloth.json | 1329 --- .../Data/Spawns/shared/felucca/Ice.json | 574 -- .../Data/Spawns/shared/felucca/Khaldun.json | 754 -- .../Data/Spawns/shared/felucca/LostLands.json | 3450 ------- .../Data/Spawns/shared/felucca/OrcCaves.json | 322 - .../Data/Spawns/shared/felucca/Outdoors.json | 8803 ----------------- .../Spawns/shared/felucca/PaintedCaves.json | 42 - .../shared/felucca/PalaceOfParoxysmus.json | 286 - .../Spawns/shared/felucca/PrismOfLight.json | 347 - .../Data/Spawns/shared/felucca/Reagents.json | 1382 --- .../Data/Spawns/shared/felucca/Sanctuary.json | 222 - .../Data/Spawns/shared/felucca/SeaLife.json | 2417 ----- .../Data/Spawns/shared/felucca/Shame.json | 1865 ---- .../Data/Spawns/shared/felucca/SolenHive.json | 679 -- .../Spawns/shared/felucca/TerathanKeep.json | 646 -- .../Data/Spawns/shared/felucca/TownsLife.json | 1204 --- .../Spawns/shared/felucca/TownsPeople.json | 819 -- .../Spawns/shared/felucca/TrinsicPassage.json | 119 - .../Data/Spawns/shared/felucca/Vendors.json | 5488 ---------- .../Data/Spawns/shared/felucca/WildLife.json | 6088 ------------ .../Data/Spawns/shared/felucca/Wrong.json | 163 - .../Spawns/shared/ilshenar/Ancientlair.json | 103 - .../Data/Spawns/shared/ilshenar/Ankh.json | 489 - .../Data/Spawns/shared/ilshenar/Blood.json | 291 - .../Data/Spawns/shared/ilshenar/Exodus.json | 366 - .../Data/Spawns/shared/ilshenar/Mushroom.json | 66 - .../Data/Spawns/shared/ilshenar/Outdoors.json | 3356 ------- .../Spawns/shared/ilshenar/Ratmancave.json | 89 - .../Data/Spawns/shared/ilshenar/Rock.json | 235 - .../Spawns/shared/ilshenar/Sorcerers.json | 538 - .../Data/Spawns/shared/ilshenar/Spectre.json | 23 - .../Data/Spawns/shared/ilshenar/Towns.json | 677 -- .../Spawns/shared/ilshenar/TwistedWeald.json | 241 - .../Data/Spawns/shared/ilshenar/Vendors.json | 800 -- .../Data/Spawns/shared/ilshenar/Wisp.json | 352 - .../Data/Spawns/shared/malas/Bedlam.json | 42 - .../Data/Spawns/shared/malas/Citadel.json | 263 - .../Data/Spawns/shared/malas/Doom.json | 772 -- .../Data/Spawns/shared/malas/Labyrinth.json | 303 - .../Data/Spawns/shared/malas/North.json | 349 - .../Data/Spawns/shared/malas/OrcForts.json | 182 - .../Data/Spawns/shared/malas/South.json | 22 - .../Data/Spawns/shared/malas/Vendors.json | 484 - .../Spawns/shared/tokuno/FanDancersDojo.json | 364 - .../Data/Spawns/shared/tokuno/Outdoors.json | 3539 ------- .../Data/Spawns/shared/tokuno/TownsLife.json | 522 - .../Data/Spawns/shared/tokuno/Vendors.json | 761 -- .../Data/Spawns/shared/tokuno/WildLife.json | 3254 ------ .../Spawns/shared/tokuno/YomutsoMines.json | 170 - .../Spawns/shared/trammel/BlightedGrove.json | 151 - .../Spawns/shared/trammel/BritainSewer.json | 368 - .../Data/Spawns/shared/trammel/Covetous.json | 803 -- .../Data/Spawns/shared/trammel/Deceit.json | 640 -- .../Data/Spawns/shared/trammel/Despise.json | 702 -- .../Data/Spawns/shared/trammel/Destard.json | 481 - .../Data/Spawns/shared/trammel/Fire.json | 836 -- .../Spawns/shared/trammel/Graveyards.json | 146 - .../Data/Spawns/shared/trammel/Hythloth.json | 1329 --- .../Data/Spawns/shared/trammel/Ice.json | 574 -- .../Data/Spawns/shared/trammel/LostLands.json | 3450 ------- .../Data/Spawns/shared/trammel/OrcCaves.json | 322 - .../Data/Spawns/shared/trammel/Outdoors.json | 8616 ---------------- .../Spawns/shared/trammel/PaintedCaves.json | 42 - .../shared/trammel/PalaceOfParoxysmus.json | 286 - .../Spawns/shared/trammel/PrismOfLight.json | 347 - .../Data/Spawns/shared/trammel/Reagents.json | 1382 --- .../Data/Spawns/shared/trammel/Sanctuary.json | 222 - .../Data/Spawns/shared/trammel/SeaLife.json | 2396 ----- .../Data/Spawns/shared/trammel/Shame.json | 1865 ---- .../Data/Spawns/shared/trammel/SolenHive.json | 679 -- .../Spawns/shared/trammel/TerathanKeep.json | 646 -- .../Data/Spawns/shared/trammel/TownsLife.json | 1150 --- .../Spawns/shared/trammel/TownsPeople.json | 819 -- .../Spawns/shared/trammel/TramCropsLS.json | 338 - .../Spawns/shared/trammel/TrinsicPassage.json | 119 - .../Data/Spawns/shared/trammel/Vendors.json | 5271 ---------- .../Data/Spawns/shared/trammel/WildLife.json | 5680 ----------- .../Data/Spawns/shared/trammel/Wrong.json | 163 - .../Data/Spawns/uoml/ilshenar/Outdoors.json | 79 - .../Data/Spawns/uoml/malas/North.json | 86 - .../Data/Spawns/uoml/malas/South.json | 357 - .../Data/Spawns/uoml/malas/Vendors.json | 21 - .../Data/Spawns/uoml/tokuno/WildLife.json | 92 - .../Data/Spawns/uoml/trammel/Outdoors.json | 189 - .../Data/Spawns/uoml/trammel/TownsLife.json | 56 - .../Data/Spawns/uoml/trammel/Vendors.json | 354 - .../Data/Spawns/uoml/trammel/WildLife.json | 410 - 209 files changed, 173681 deletions(-) delete mode 100644 Distribution/Data/Decoration/BountyBoards/bountyboards.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/_covetous.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/_deceit.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/_despise.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/_destard.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/_fire.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/_hedgemaze.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/_hythloth.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/_ice.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/_orccave.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/_shame.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/_terathankeep.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/_wrong.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/britain.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/bucs.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/bucsportal.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/cove.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/delucia.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/despise.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/destard.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/hythloth.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/jhelom.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/magincia.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/minoc.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/moonglow.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/nujelm.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/papua.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/patches.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/serpent pillars.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/serpentshold.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/shame.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/shrines.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/skara.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/solen matriarch quest.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/study of solen quest.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/trinsic.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/vesper.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/wind.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/witch apprentice quest.cfg delete mode 100644 Distribution/Data/Decoration/Britannia/yew.cfg delete mode 100644 Distribution/Data/Decoration/Felucca/VesperGraveyard.cfg delete mode 100644 Distribution/Data/Decoration/Felucca/_champion teleporters.cfg delete mode 100644 Distribution/Data/Decoration/Felucca/_star room.cfg delete mode 100644 Distribution/Data/Decoration/Felucca/ambitious solen queen quest.cfg delete mode 100644 Distribution/Data/Decoration/Felucca/khaldun entrance.cfg delete mode 100644 Distribution/Data/Decoration/Felucca/khaldun.cfg delete mode 100644 Distribution/Data/Decoration/Felucca/ocllo.cfg delete mode 100644 Distribution/Data/Decoration/Felucca/solen matriarch quest.cfg delete mode 100644 Distribution/Data/Decoration/Felucca/yew.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/_blood.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/_central.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/_exodus.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/_gwenno.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/_ratcave.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/_regvolom.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/_serpentine.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/_sheepfarm.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/_sorcerers.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/_terortskitas.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/_twinoaks.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/camp.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/camp2.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/enslavedgargs.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/gargoylecity.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/golemsandjukas.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/lakeshire.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/meercatacombs.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/misc.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/mistas.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/patches.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/ratfortress.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/savagecamp.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/shrines.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/vinculuminn.cfg delete mode 100644 Distribution/Data/Decoration/Ilshenar/wispdungeon.cfg delete mode 100644 Distribution/Data/Decoration/Malas/_luna.cfg delete mode 100644 Distribution/Data/Decoration/Malas/_umbra.cfg delete mode 100644 Distribution/Data/Decoration/Malas/dark tides quest.cfg delete mode 100644 Distribution/Data/Decoration/Malas/doom.cfg delete mode 100644 Distribution/Data/Decoration/Malas/emino's undertaking quest.cfg delete mode 100644 Distribution/Data/Decoration/Malas/haochi's trials quest.cfg delete mode 100644 Distribution/Data/Decoration/Malas/luna.cfg delete mode 100644 Distribution/Data/Decoration/Malas/markcontainers.cfg delete mode 100644 Distribution/Data/Decoration/Malas/summoning quest.cfg delete mode 100644 Distribution/Data/Decoration/RuinedMaginciaFel/Mag-Fel.cfg delete mode 100644 Distribution/Data/Decoration/RuinedMaginciaTram/Mag-Tram.cfg delete mode 100644 Distribution/Data/Decoration/Tokuno/terrible hatchlings quest.cfg delete mode 100644 Distribution/Data/Decoration/Tokuno/tokuno.cfg delete mode 100644 Distribution/Data/Decoration/Tokuno/treasures of tokuno.cfg delete mode 100644 Distribution/Data/Decoration/Trammel/VesperGraveyard.cfg delete mode 100644 Distribution/Data/Decoration/Trammel/_champion teleporters.cfg delete mode 100644 Distribution/Data/Decoration/Trammel/_haven additions.cfg delete mode 100644 Distribution/Data/Decoration/Trammel/_minoc camp.cfg delete mode 100644 Distribution/Data/Decoration/Trammel/ambitious solen queen quest.cfg delete mode 100644 Distribution/Data/Decoration/Trammel/collector quest.cfg delete mode 100644 Distribution/Data/Decoration/Trammel/haven.cfg delete mode 100644 Distribution/Data/Decoration/Trammel/magincia.cfg delete mode 100644 Distribution/Data/Decoration/Trammel/solen matriarch quest.cfg delete mode 100644 Distribution/Data/Decoration/Trammel/uzeraan turmoil quest.cfg delete mode 100644 Distribution/Data/Decoration/Trammel/yew.cfg delete mode 100644 Distribution/Data/Spawns/post-uoml/felucca/Vendors.json delete mode 100644 Distribution/Data/Spawns/post-uoml/ilshenar/Outdoors.json delete mode 100644 Distribution/Data/Spawns/post-uoml/malas/North.json delete mode 100644 Distribution/Data/Spawns/post-uoml/malas/South.json delete mode 100644 Distribution/Data/Spawns/post-uoml/malas/Vendors.json delete mode 100644 Distribution/Data/Spawns/post-uoml/termur/Abyss.json delete mode 100644 Distribution/Data/Spawns/post-uoml/termur/TerMur.json delete mode 100644 Distribution/Data/Spawns/post-uoml/termur/Underworld.json delete mode 100644 Distribution/Data/Spawns/post-uoml/termur/Vendors.json delete mode 100644 Distribution/Data/Spawns/post-uoml/trammel/Outdoors.json delete mode 100644 Distribution/Data/Spawns/post-uoml/trammel/TownsLife.json delete mode 100644 Distribution/Data/Spawns/post-uoml/trammel/Vendors.json delete mode 100644 Distribution/Data/Spawns/post-uoml/trammel/WildLife.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/BlightedGrove.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/BritainSewer.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/Covetous.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/Deceit.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/Despise.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/Destard.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/FelCropsLS.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/Fire.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/Graveyards.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/Hythloth.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/Ice.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/Khaldun.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/LostLands.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/OrcCaves.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/Outdoors.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/PaintedCaves.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/PalaceOfParoxysmus.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/PrismOfLight.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/Reagents.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/Sanctuary.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/SeaLife.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/Shame.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/SolenHive.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/TerathanKeep.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/TownsLife.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/TownsPeople.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/TrinsicPassage.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/Vendors.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/WildLife.json delete mode 100644 Distribution/Data/Spawns/shared/felucca/Wrong.json delete mode 100644 Distribution/Data/Spawns/shared/ilshenar/Ancientlair.json delete mode 100644 Distribution/Data/Spawns/shared/ilshenar/Ankh.json delete mode 100644 Distribution/Data/Spawns/shared/ilshenar/Blood.json delete mode 100644 Distribution/Data/Spawns/shared/ilshenar/Exodus.json delete mode 100644 Distribution/Data/Spawns/shared/ilshenar/Mushroom.json delete mode 100644 Distribution/Data/Spawns/shared/ilshenar/Outdoors.json delete mode 100644 Distribution/Data/Spawns/shared/ilshenar/Ratmancave.json delete mode 100644 Distribution/Data/Spawns/shared/ilshenar/Rock.json delete mode 100644 Distribution/Data/Spawns/shared/ilshenar/Sorcerers.json delete mode 100644 Distribution/Data/Spawns/shared/ilshenar/Spectre.json delete mode 100644 Distribution/Data/Spawns/shared/ilshenar/Towns.json delete mode 100644 Distribution/Data/Spawns/shared/ilshenar/TwistedWeald.json delete mode 100644 Distribution/Data/Spawns/shared/ilshenar/Vendors.json delete mode 100644 Distribution/Data/Spawns/shared/ilshenar/Wisp.json delete mode 100644 Distribution/Data/Spawns/shared/malas/Bedlam.json delete mode 100644 Distribution/Data/Spawns/shared/malas/Citadel.json delete mode 100644 Distribution/Data/Spawns/shared/malas/Doom.json delete mode 100644 Distribution/Data/Spawns/shared/malas/Labyrinth.json delete mode 100644 Distribution/Data/Spawns/shared/malas/North.json delete mode 100644 Distribution/Data/Spawns/shared/malas/OrcForts.json delete mode 100644 Distribution/Data/Spawns/shared/malas/South.json delete mode 100644 Distribution/Data/Spawns/shared/malas/Vendors.json delete mode 100644 Distribution/Data/Spawns/shared/tokuno/FanDancersDojo.json delete mode 100644 Distribution/Data/Spawns/shared/tokuno/Outdoors.json delete mode 100644 Distribution/Data/Spawns/shared/tokuno/TownsLife.json delete mode 100644 Distribution/Data/Spawns/shared/tokuno/Vendors.json delete mode 100644 Distribution/Data/Spawns/shared/tokuno/WildLife.json delete mode 100644 Distribution/Data/Spawns/shared/tokuno/YomutsoMines.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/BlightedGrove.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/BritainSewer.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/Covetous.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/Deceit.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/Despise.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/Destard.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/Fire.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/Graveyards.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/Hythloth.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/Ice.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/LostLands.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/OrcCaves.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/Outdoors.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/PaintedCaves.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/PalaceOfParoxysmus.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/PrismOfLight.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/Reagents.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/Sanctuary.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/SeaLife.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/Shame.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/SolenHive.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/TerathanKeep.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/TownsLife.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/TownsPeople.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/TramCropsLS.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/TrinsicPassage.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/Vendors.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/WildLife.json delete mode 100644 Distribution/Data/Spawns/shared/trammel/Wrong.json delete mode 100644 Distribution/Data/Spawns/uoml/ilshenar/Outdoors.json delete mode 100644 Distribution/Data/Spawns/uoml/malas/North.json delete mode 100644 Distribution/Data/Spawns/uoml/malas/South.json delete mode 100644 Distribution/Data/Spawns/uoml/malas/Vendors.json delete mode 100644 Distribution/Data/Spawns/uoml/tokuno/WildLife.json delete mode 100644 Distribution/Data/Spawns/uoml/trammel/Outdoors.json delete mode 100644 Distribution/Data/Spawns/uoml/trammel/TownsLife.json delete mode 100644 Distribution/Data/Spawns/uoml/trammel/Vendors.json delete mode 100644 Distribution/Data/Spawns/uoml/trammel/WildLife.json diff --git a/Distribution/Data/Decoration/BountyBoards/bountyboards.cfg b/Distribution/Data/Decoration/BountyBoards/bountyboards.cfg deleted file mode 100644 index 32fb378eb..000000000 --- a/Distribution/Data/Decoration/BountyBoards/bountyboards.cfg +++ /dev/null @@ -1,25 +0,0 @@ -# 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 diff --git a/Distribution/Data/Decoration/Britannia/_covetous.cfg b/Distribution/Data/Decoration/Britannia/_covetous.cfg deleted file mode 100644 index 5d52ec1dd..000000000 --- a/Distribution/Data/Decoration/Britannia/_covetous.cfg +++ /dev/null @@ -1,927 +0,0 @@ -# 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 diff --git a/Distribution/Data/Decoration/Britannia/_deceit.cfg b/Distribution/Data/Decoration/Britannia/_deceit.cfg deleted file mode 100644 index 3830cce2a..000000000 --- a/Distribution/Data/Decoration/Britannia/_deceit.cfg +++ /dev/null @@ -1,883 +0,0 @@ -# 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 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/_despise.cfg b/Distribution/Data/Decoration/Britannia/_despise.cfg deleted file mode 100644 index c3b3a528e..000000000 --- a/Distribution/Data/Decoration/Britannia/_despise.cfg +++ /dev/null @@ -1,439 +0,0 @@ -# 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 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/_destard.cfg b/Distribution/Data/Decoration/Britannia/_destard.cfg deleted file mode 100644 index e72c2a4a8..000000000 --- a/Distribution/Data/Decoration/Britannia/_destard.cfg +++ /dev/null @@ -1,448 +0,0 @@ -# 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 diff --git a/Distribution/Data/Decoration/Britannia/_fire.cfg b/Distribution/Data/Decoration/Britannia/_fire.cfg deleted file mode 100644 index 1e5d37ca1..000000000 --- a/Distribution/Data/Decoration/Britannia/_fire.cfg +++ /dev/null @@ -1,203 +0,0 @@ -############### -# 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 diff --git a/Distribution/Data/Decoration/Britannia/_hedgemaze.cfg b/Distribution/Data/Decoration/Britannia/_hedgemaze.cfg deleted file mode 100644 index 25a7f712f..000000000 --- a/Distribution/Data/Decoration/Britannia/_hedgemaze.cfg +++ /dev/null @@ -1,906 +0,0 @@ -############### -# 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 diff --git a/Distribution/Data/Decoration/Britannia/_hythloth.cfg b/Distribution/Data/Decoration/Britannia/_hythloth.cfg deleted file mode 100644 index b462966b2..000000000 --- a/Distribution/Data/Decoration/Britannia/_hythloth.cfg +++ /dev/null @@ -1,1996 +0,0 @@ -####################### -# Special teleporters # -####################### - -# teleporter -Teleporter 0x1BC3 (PointDest=(5970, 147, 22)) -5926 145 22 -5926 146 22 -5926 147 22 -5926 148 22 -5926 149 22 -5933 146 22 -5933 145 22 -5933 149 22 -5944 148 22 -5944 147 22 -5944 146 22 -5944 145 22 -5944 144 22 -5955 148 22 -5955 146 22 -5955 145 22 -5955 144 22 -5955 149 22 -5955 150 22 -5963 146 22 -5963 145 22 -5963 144 22 -5933 147 22 -5963 148 22 -5963 147 22 - -# teleporter -Teleporter 0x1BC3 (PointDest=(6041, 204, 22)) -6044 226 44 - -# teleporter -Teleporter 0x1BC3 (PointDest=(6050, 227, 44)) -6039 204 22 - -# teleporter -Teleporter 0x1BC3 (PointDest=(6107, 176, 0)) -6115 176 0 - -# teleporter -Teleporter 0x1BC3 (PointDest=(6124, 155, 0)) -6107 179 0 - - -############### -# Decorations # -############### - -# crate -LargeCrate 0x0E3D -5948 216 22 -5904 109 0 -5979 24 22 -6044 195 21 -5922 229 44 -6060 101 28 -5987 47 22 -5916 60 22 -5989 26 22 -5913 57 22 -5965 227 22 -5930 74 0 -5961 56 0 -5966 66 0 -6080 93 22 -5985 47 22 -6085 93 25 -5986 184 44 -5988 46 22 -6026 196 22 -6060 101 25 -6061 101 22 -6062 101 25 -5918 91 0 -5919 236 44 -6080 91 22 -6085 94 22 - -# metal chest -MetalChest 0x09AB -5987 186 44 -6044 221 44 -5961 71 0 -6081 44 22 -5943 67 0 -6100 35 27 -6037 199 22 -6040 230 44 -5997 56 22 -5976 83 0 -6057 40 0 -6034 204 22 -6108 34 22 -6056 161 0 -6053 40 0 -6088 170 0 -6085 88 22 - -# small crate -SmallCrate 0x09A9 -5925 84 0 -5987 35 22 -5915 54 22 -5989 40 22 -5965 222 25 -6122 166 0 -6084 92 25 -6043 230 44 -5994 144 3 -6061 101 25 -5910 106 0 -5908 51 22 - -# crate -MediumCrate 0x0E3E -5967 74 0 -5987 81 0 -5984 32 22 -6056 97 22 -6056 98 22 -6056 98 25 -6080 90 22 -6080 91 25 -6080 92 25 -6080 93 25 -5947 216 22 -6056 99 22 -5961 79 0 -5984 149 0 -5965 222 22 -6104 93 0 -5989 185 44 - -# wooden chest -WoodenChest 0x0E42 -5965 216 22 -5912 237 44 -6068 97 22 -6080 184 0 -5944 233 22 -5931 84 0 - -# wooden chest -WoodenChest 0x0E43 -6120 160 0 -5988 188 44 -6109 42 22 -5913 229 44 -5974 84 0 -5976 191 44 -6110 68 0 -6069 92 22 -6059 157 0 -6083 40 22 -6080 40 22 -5948 66 0 -5993 149 0 -6122 229 22 -5905 108 0 -6037 203 22 -6085 88 22 -5917 234 44 -5929 71 0 -6117 227 22 - -# saw -Static 0x1034 -5952 230 28 - -# fitting -Static 0x112B -5953 200 22 -5956 200 22 -5954 200 22 -5955 200 22 -5957 200 22 -6107 152 -22 - -# scroll%s% -Static 0x0E37 -5953 213 22 -5936 188 22 -5959 217 22 - -# armoire -Armoire 0x0A53 -6112 211 22 - -# heart -Static 0x1CED -5954 228 28 -5961 225 28 -6059 69 0 -6112 226 28 -5949 226 28 - -# metal chest -MetalGoldenChest 0x0E40 -6109 93 0 -5978 171 0 -6026 198 22 -6054 159 0 -6104 82 0 -6108 70 0 -6089 172 0 -5926 81 0 -5989 188 44 -5989 169 0 -5966 69 0 -6115 223 22 -5976 194 44 - -# flask stand -Static 0x1829 -6112 80 6 - -# wooden box -Static 0x0E7D -6113 227 28 -5976 189 47 - -# barred metal door -BarredMetalDoor 0x0687 (Facing=EastCCW) -6115 87 0 -6107 87 0 - -# barred metal door -BarredMetalDoor 0x0685 (Facing=WestCW) -6114 87 0 -6106 87 0 -5980 28 22 -5989 28 22 -5985 28 22 - -# floor saw -SawTrap 0x11AC -6068 63 0 -5967 152 0 -5962 154 0 -5915 96 0 -6065 63 0 -6071 63 0 -6070 63 0 -5988 32 22 -6039 201 22 -6066 63 0 -6067 63 0 -6069 63 0 - -# bottle -Static 0x0EFD -6113 80 6 - -# thigh boots -Static 0x1712 -5952 238 22 -5959 222 22 - -# sledge hammer -Static 0x0FB4 -5958 226 28 - -# hammer -Static 0x102A -5952 226 28 - -# butcher knife -Static 0x13F6 -5957 217 22 -5983 174 0 -5926 240 44 -5944 147 22 - -# skinning knife -Static 0x0EC4 -5955 221 22 - -# metal door -MetalDoor2 0x06C9 (Facing=WestCCW) -5955 215 22 -6082 87 22 -6061 42 0 -6049 42 0 -5987 55 22 -6069 87 22 -5994 95 0 -5914 95 0 - -# metal door -MetalDoor2 0x06CB (Facing=EastCW) -5956 215 22 -6070 87 22 -5915 95 0 -6050 42 0 -6083 87 22 -6062 42 0 -5988 55 22 -5995 95 0 - -# gnarled staff -Static 0x13F9 -5956 214 22 -5978 193 44 -5924 240 44 -5926 213 22 -5948 223 22 -5949 176 0 -5946 173 0 -5916 225 44 -5915 184 22 - -# leather gorget -Static 0x13C7 -5952 210 22 - -# metal chest -MetalGoldenChest 0x0E41 -5909 101 0 -6121 152 0 -6122 154 0 -6119 208 22 -6082 42 22 -5910 110 0 -6121 208 22 -6124 152 0 -5922 86 0 - -# barrel -Static 0x0FAE -5953 176 0 -5978 200 44 -5976 200 44 -5924 229 44 -5944 170 0 -5965 223 22 -5989 221 44 - -# kite shield -Static 0x1B74 -5952 165 0 -5968 219 22 -5933 201 22 -5916 226 44 -5942 147 22 -5961 196 22 -5963 156 0 -5959 233 22 -5930 221 44 - -# buckler -Static 0x1B73 -5959 155 0 -5977 202 44 -5980 184 44 -5971 176 0 -5914 169 22 - -# broadsword -Static 0x0F5E -5953 157 0 - -# ringmail leggings -Static 0x13F0 -5952 153 0 - -# blank scroll%s% -Static 0x0EF3 -5960 209 22 -5952 145 22 - -# barred metal door -BarredMetalDoor 0x0693 (Facing=NorthCW) -6103 67 0 - -# barred metal door -BarredMetalDoor 0x0691 (Facing=SouthCCW) -6103 68 0 - -# bloody water -Static 0x0E23 -5960 227 28 -6114 81 6 -5958 225 28 -5947 225 26 - -# skeleton -Static 0x1B7F -6059 64 0 - -# candelabra -CandelabraStand 0x0B26 -5989 29 22 -6048 53 0 -6061 40 0 -6106 42 27 -5912 227 44 -6125 229 22 -6048 43 0 -5976 29 22 -6062 54 0 -5994 68 28 -6100 42 27 -6117 208 22 -5990 56 22 -6112 215 22 - -# small web -Static 0x10D4 -5961 144 22 -5915 48 22 -5930 48 22 -5975 168 0 -5980 216 44 -5984 144 0 -5984 80 0 - -# metal door -MetalDoor2 0x06CD (Facing=SouthCW) -5967 236 22 -5959 28 0 -5927 220 44 -6087 156 -22 -6111 220 22 -5951 99 22 -5919 156 22 -5919 52 22 -6079 172 0 -5911 28 44 -6063 52 0 -6047 204 22 - -# metal door -MetalDoor2 0x06CF (Facing=NorthCCW) -5967 235 22 -5959 27 0 -5927 219 44 -6063 51 0 -6087 155 -22 -6111 219 22 -5951 98 22 -5919 155 22 -5919 51 22 -6079 171 0 -5911 27 44 -6047 203 22 - -# Orange Potion -Static 0x0F07 -6052 155 0 - -# stone stairs -Static 0x07A6 -5961 46 17 - -# torch%es% -Static 0x0F64 -6062 90 22 - -# crate -SmallCrate 0x0E7E -5983 81 0 -6063 101 25 -5982 84 0 -5908 53 22 -5974 81 0 -5916 58 22 -6060 101 31 -6080 90 25 -6084 93 25 -5932 65 0 -5958 68 0 -6085 93 25 - -# gas trap -GasTrap 0x113C -5952 78 22 -5963 88 0 - -# bag -Bag 0x0E76 -5949 228 22 - -# crate -MediumCrate 0x0E3F -5972 172 0 -5984 24 22 -6084 92 22 -5989 30 22 -6060 102 22 -5985 184 44 -6045 196 22 -5984 154 0 -5914 93 0 - -# cleaver -Static 0x0EC3 -5946 171 0 -5920 184 22 -5948 225 26 -5944 218 22 -5944 148 22 -5937 180 22 - -# floor spikes -SpikeTrap 0x11A0 -5962 217 22 -5947 76 22 -5944 225 22 - -# water barrel -Static 0x154D -5907 16 44 -6057 206 22 - -# keg -Keg 0x0E7F -6041 224 44 -6040 227 44 -5944 169 0 -5944 168 0 -5908 28 44 -5904 27 44 -5908 17 44 -5988 221 44 -5988 220 44 -5931 48 22 -6033 204 22 - -# barrel -Barrel 0x0E77 -6040 226 44 -6057 101 22 -5977 201 44 -6032 201 22 -5952 176 0 -5959 237 22 -5915 92 0 -6056 100 22 -6056 101 22 -5985 173 0 -5912 231 44 -5917 60 22 -5907 16 44 -5965 225 22 -5965 224 22 -6056 96 22 -6069 100 22 -6069 101 22 -6032 202 22 -6032 204 22 -6032 205 22 -6033 205 22 -6034 205 22 -6040 225 44 -5908 19 44 -6084 93 22 - -# cocoon -Static 0x10DC -5981 24 22 -5940 96 22 - -# clean bandage%s% -Static 0x0E21 -5960 225 28 - -# quarter staff -Static 0x0E89 -5978 238 22 -5912 191 22 -5963 183 1 - -# leather sleeves -Static 0x13C5 -5981 228 44 - -# metal chest -Metalchest 0x0E7C -6065 97 22 -6084 176 0 -6085 42 22 -6040 223 44 -5977 187 44 -6079 40 22 -6120 152 0 -6040 221 44 -5980 188 44 -6057 162 0 -6108 68 0 - -# gnarled staff -Static 0x13F8 -5992 175 0 -5960 179 0 -5974 147 22 -5931 190 22 - -# studded tunic -Static 0x13DB -5995 158 0 -5966 231 22 - -# crossbow -Static 0x0F50 -5977 206 44 - -# garbage -Static 0x10EF -5985 33 22 -5912 50 22 -5912 59 22 -5917 26 44 -5923 35 44 -5924 25 44 -5924 44 -40 -5925 44 22 -5938 105 22 -5938 109 22 -5941 103 22 -5945 108 22 -5972 51 22 -5987 149 0 -5987 153 0 -5988 158 0 -5988 40 22 -5989 161 0 -5989 167 0 -5990 146 0 -5993 154 0 -5995 104 0 -5995 147 0 -5996 100 0 -5974 172 15 - -# pickaxe -Static 0x0E86 -5976 186 44 -5919 222 44 - -# pouch -Static 0x0E79 -5922 229 47 - -# garbage -Static 0x10F1 -5987 147 0 -5993 102 0 -5997 101 0 -5913 28 44 -5924 25 44 -5924 31 44 -5924 42 22 -5932 51 22 -5936 49 22 -5938 101 22 -5939 107 22 -5940 101 22 -5940 103 22 -5942 102 22 -5943 103 22 -5945 101 22 -5945 98 22 -5946 105 22 -5947 104 22 -5947 106 22 -5947 52 22 -5948 97 22 -5955 98 22 -5956 89 22 -5957 97 22 -5976 50 22 -5979 172 0 -5983 51 22 -5985 33 22 -5985 44 22 -5987 154 0 -5987 172 0 -5990 148 0 -5990 154 0 -5993 147 0 -5993 154 0 -5995 151 0 -6108 90 0 -6112 90 0 - -# carrot%s% -Static 0x0C77 -5989 104 6 - -# metal door -MetalDoor2 0x06C7 (Facing=EastCCW) -5988 31 22 -6083 47 22 -6100 47 22 -5987 207 44 -5988 159 0 -6060 167 0 - -# garbage -Static 0x10F0 -5988 46 22 -5914 26 44 -5917 29 44 -5922 37 44 -5924 25 44 -5925 44 22 -5936 49 22 -5938 51 22 -5939 106 22 -5941 108 22 -5943 100 22 -5943 99 22 -5945 102 22 -5946 104 22 -5947 106 22 -5955 92 22 -5955 98 22 -5975 52 22 -6116 90 0 -5985 36 22 -5986 162 0 -5986 163 0 -5987 163 0 -5997 100 0 -5968 172 15 -6107 92 0 - -# crate -LargeCrate 0x0E3C -6063 101 22 -5977 30 22 -5994 144 0 -5976 189 44 -6080 92 22 -6080 93 22 -6085 93 22 -5986 33 22 -5982 29 22 -6045 195 22 -6060 101 22 -6061 102 22 -6062 101 22 -5958 67 0 -6064 101 22 -6064 101 25 -5929 76 0 -6080 90 22 -6080 91 22 -6085 92 22 -6084 93 22 - -# wand -Static 0x0DF3 -5921 226 44 -5966 174 0 - -# platemail arms -Static 0x1417 -5921 222 44 - -# plate helm -Static 0x1419 -5925 203 22 - -# close helm -Static 0x1409 -5925 200 22 -5926 169 1 - -# stone -Static 0x07A3 -5904 16 59 -5905 16 59 -5906 16 59 -6040 217 59 -6103 32 22 - -# broken armoire -Static 0x0C12 -5904 50 22 - -# stone pavers -Static 0x0522 -5904 97 0 -6044 226 44 - -# pitchfork -Static 0x0E87 -5926 158 22 -5990 144 0 - -# platemail gloves -Static 0x1414 -5923 155 22 - -# stone pavers -Static 0x0524 -5905 96 0 -5973 169 0 -6107 179 0 - -# stone pavers -Static 0x0523 -5905 97 0 - -# sparkle -Static 0x376A -5905 97 0 -5973 169 0 - -# stone stairs -Static 0x07A4 -5906 17 59 -5905 17 59 -5904 17 59 - -# ruined painting -Static 0x0C2C -5906 48 22 - -# candlabra -CandelabraStand 0x0A29 -6048 43 0 -6062 54 0 -5989 29 22 -5990 56 22 -6112 215 22 - -# pelvis bone -Static 0x1B16 -6057 67 0 -6058 68 0 - -# jaw bone -Static 0x1B14 -6059 67 0 - -# bottle -Static 0x0E2C -5993 65 28 - -# metal door -MetalDoor2 0x06D1 (Facing=SouthCCW) -6103 84 0 -6103 180 0 - -# barred metal door -BarredMetalDoor 0x068D (Facing=SouthCW) -6063 67 0 - -# barred metal door -BarredMetalDoor 0x068F (Facing=NorthCCW) -6063 66 0 - -# bones -Static 0x0ED0 -6058 66 0 -6106 68 0 - -# sheets -Static 0x0C33 -5908 48 22 - -# pan of cookies -Static 0x160B -5989 105 6 - -# pizza%s% -Static 0x1040 -5990 103 6 - -# ham%s% -Static 0x09C9 -5991 105 6 - -# debris -Static 0x0C2D -5910 49 22 -5985 145 0 -5986 160 0 -5996 68 22 -5997 97 0 - -# debris -Static 0x0C2E -5910 50 22 -5956 50 22 -5979 168 0 -5984 145 0 -5996 67 22 -5997 98 0 - -# head -Static 0x1CE9 -6035 198 22 -6119 218 32 - -# wall torch -Static 0x0A05 -5912 203 37 - -# gold belt -Static 0x1536 -5912 206 22 - -# stone pavers -Static 0x0521 -6039 204 22 -5904 96 0 - -# covered chair -Static 0x0C17 -5912 48 22 - -# stone face -StoneFaceTrap 0x10FC -5913 101 0 -5909 101 0 - -# scroll%s% -Static 0x0E39 -5913 163 22 -5920 224 44 -5956 208 22 - -# statue -Static 0x1226 -5913 240 44 - -# stone stairs -Static 0x07A5 -5922 168 4 -5922 169 4 -5922 170 4 -5923 168 -1 -5923 169 -1 -5923 170 -1 - -# open sack of flour -Static 0x103A -5990 108 0 - -# garbage -Static 0x10EE -5913 50 22 -5913 59 22 -5922 29 44 -5924 25 44 -5924 41 44 -5924 42 -40 -5924 43 22 -5925 44 -40 -5937 109 22 -5938 99 22 -5939 100 22 -5944 104 22 -5945 108 22 -5947 97 22 -5948 99 22 -5967 50 22 -5985 148 0 -5985 170 0 -5985 33 22 -5988 52 22 -5997 100 0 -5997 99 0 -5965 171 15 -5948 97 22 - -# bench -Static 0x0B66 -5914 229 44 - -# scroll%s% -Static 0x0E36 -5915 169 22 -5961 197 22 -5991 224 44 - -# bench -Static 0x0B65 -5915 229 44 - -# skull with candle -Static 0x1856 -6061 48 6 -5993 59 28 -5993 66 28 - -# dungeon wall -Static 0x02FA -6046 195 21 - -# lever -Static 0x1095 -5985 37 22 -5987 37 22 -5985 34 22 -5987 34 22 - -# rock -Static 0x1772 -6109 155 -22 -6110 155 -22 -6106 152 -22 -6107 154 -22 -6107 152 -22 -6106 154 -22 -6106 153 -22 -6111 152 -22 -6110 152 -22 -6110 154 -22 -6109 153 -22 -6109 152 -22 -6108 153 -22 -6108 152 -22 -6110 153 -22 -6109 154 -22 -6105 152 -22 -6108 155 -22 -6109 156 -22 -6110 156 -22 -6110 157 -22 -6107 152 -23 -6107 153 -22 -6108 154 -22 - -# roast pig%s% -Static 0x09BC -5991 82 6 - -# leg -Static 0x1CE2 -6053 160 0 - -# pile of garbage -Static 0x10F2 -5917 48 22 -5942 96 22 -5997 96 0 - -# scroll%s% -Static 0x0E38 -5918 228 44 - -# body part -Static 0x1CEA -6056 161 0 - -# wand -Static 0x0DF2 -5947 240 22 -5970 156 7 -5934 224 44 - -# small web -Static 0x10D7 -5920 144 22 -5944 166 0 -5952 93 22 -5976 83 0 -5995 144 0 - -# dungeon wall -Static 0x0241 -5920 167 0 -5920 167 22 -5921 167 0 -5921 167 22 -5922 167 0 -5922 167 22 -5923 167 0 -5924 167 0 -5924 167 22 -5925 167 22 -5926 167 22 -5926 167 3 -5927 228 44 -5991 71 22 -5993 71 22 -5994 71 22 -6068 87 22 -5923 167 22 -5925 167 0 - -# arm -Static 0x1CE5 -6057 154 0 -6053 155 0 - -# wall torch -Static 0x0A0A -5922 200 37 - -# scroll%s% -Static 0x0EF6 -5922 232 44 -5949 166 0 - -# pile of garbage -Static 0x10F3 -5922 40 22 -5949 96 22 -5984 145 1 - -# Mandrake Root%s% -Static 0x0F86 -2682 679 0 - -# bones -Static 0x0ECF -5948 229 22 -5948 97 22 - -# lever -Static 0x1093 -5985 37 22 -5985 34 22 -5987 34 22 -5987 37 22 - -# floor spikes -SpikeTrap 0x119A -5973 236 22 -5956 66 0 -5968 233 22 -6040 204 22 -6040 199 22 -6033 202 22 - -# pen and ink -Static 0x0FC0 -6060 47 6 -5948 221 34 -6107 83 6 - -# bones -Static 0x0ECE -5945 216 22 - -# dungeon wall -Static 0x0242 -5927 228 44 - -# bascinet -Static 0x140D -5950 166 0 - -# heating stand -HeatingStand 0x184A -5994 58 30 -6108 82 6 -5945 219 34 - -# scroll%s% -Static 0x0EF7 -5934 222 44 -5962 204 22 - -# dungeon arch -Static 0x024A -6067 87 22 -6067 83 22 - -# small web -Static 0x10D5 -5936 109 22 -5952 101 22 -5957 73 22 - -# ham%s% -Static 0x09D3 -5991 83 6 -5990 81 6 - -# web -Static 0x10BD -5939 103 22 - -# cocoon -Static 0x10DA -5939 96 22 - -# web -Static 0x10BE -5940 102 22 - -# bracelet -Static 0x1086 -5940 148 22 -5949 231 22 -5964 173 0 -5984 221 44 - -# web -Static 0x10BF -5941 101 22 - -# web -Static 0x10C0 -5942 100 22 - -# cave floor -Static 0x053E -5943 176 22 -5943 180 22 -5943 181 22 - -# cave floor -Static 0x053B -5943 177 22 -5943 178 22 -5957 51 22 -5957 52 22 - -# cave floor -Static 0x053C -5943 179 22 -5945 173 0 -5945 175 0 -5945 176 0 - -# small web -Static 0x10D3 -5943 96 22 -5952 200 22 -5971 73 0 -5984 154 0 -5986 200 44 - -# web -Static 0x10C1 -5943 99 22 - -# cave floor -Static 0x053D -5944 173 0 -5945 174 0 - -# crystal ball -Static 0x0E2D -5944 222 22 -5949 147 22 -5961 223 22 -5922 170 9 - -# entrails -Static 0x1CEF -6058 160 0 -6118 228 22 - -# dyeing tub -DyeTub 0x0FAB -5945 216 22 - -# flask -Static 0x1844 -5945 219 34 -6108 82 6 -5990 105 6 - -# empty vials -Static 0x185C -5945 220 34 -5993 62 28 -6109 80 6 - -# skull with candle -Static 0x1855 -5945 222 34 -5950 219 34 -5987 63 34 -5987 67 34 -6112 224 28 - -# tribal mask -Static 0x154B -5974 236 22 - -# full jars -Static 0x0E49 -5946 220 34 - -# flask -Static 0x1837 -5946 222 34 - -# scroll%s% -Static 0x0EF4 -5946 228 22 - -# necklace -Static 0x1088 -5972 173 0 -5913 234 44 -5988 205 44 -5984 158 0 - -# ring -Static 0x108A -5971 168 0 -5919 222 44 -5961 200 22 - -# stool -Stool 0x0A2A -5947 220 28 - -# full jar -Static 0x1006 -5947 222 34 - -# web -Static 0x10D1 -5948 101 22 - -# brain -Static 0x1CF0 -5948 233 28 -5949 229 28 - -# studded sleeves -Static 0x13D4 -5968 145 22 -5915 227 44 -5919 204 22 - -# web -Static 0x10D0 -5949 100 22 - -# scales -Scales 0x1851 -5949 219 34 -6108 80 6 -6112 227 28 - -# full vials -Static 0x185E -5949 222 34 -5993 60 28 - -# wooden door -StrongWoodDoor 0x06ED (Facing=SouthCW) -6031 198 22 - -# wooden door -StrongWoodDoor 0x06EF (Facing=NorthCCW) -6031 197 22 - -# empty jars -Static 0x0E44 -5950 220 34 - -# blood -Static 0x122B -5950 222 22 -5986 102 6 -6124 212 22 - -# blood smear -Static 0x122F -5950 226 22 -5986 103 6 -5909 105 0 - -# dovetail saw -Static 0x1029 -5950 226 28 - -# torso -Static 0x1CE0 -5950 233 28 -5963 84 6 -5990 83 6 - -# pelvis bone -Static 0x1B15 -5950 234 28 -5950 225 28 - -# book -Static 0x0FBD -6108 83 6 -5961 228 28 - -# web -Static 0x10CF -5950 99 22 - -# block -Static 0x1273 -5951 218 22 -5986 98 6 - -# blood -Static 0x122C -5951 220 22 -5947 226 22 - -# legs -Static 0x1CE7 -5951 225 28 - -# flask -Static 0x182E -6111 81 6 - -# web -Static 0x10CE -5951 98 22 - -# scroll%s% -Static 0x0EF8 -5953 229 22 -5982 210 44 - -# book -TreatiseOnAlchemy 0x0FEF -6113 225 28 - -# book -ArmsAndWeaponsPrimer 0x0FEF (Name=the life of a travelling minstrel) -5985 66 36 - -# blood -Static 0x122E -5954 227 22 - -# studded gloves -Static 0x13D5 -5914 185 22 - -# flask -Static 0x182F -6114 80 6 -5993 61 28 - -# flask -Static 0x1834 -6115 81 6 - -# flask -Static 0x1832 -6115 83 6 - -# metal door -MetalDoor2 0x06C5 (Facing=WestCW) -6082 47 22 -6099 47 22 -5986 207 44 -5987 159 0 -5987 31 22 -6059 167 0 - -# bloody bandage%s% -Static 0x0E20 -5958 227 28 -5959 224 22 -5959 225 28 - -# hay -Static 0x1036 -5959 228 22 -5963 218 22 -5964 217 22 -5965 218 22 - -# barber scissors -Static 0x0DFD -5959 228 28 - -# kite shield -Static 0x1B78 -5992 158 0 -5995 148 0 -5928 213 44 - -# wooden shelf -EmptyBookcase 0x0A9D -5996 144 0 - -# statue -Static 0x1224 -5960 188 11 - -# chisels -Static 0x1027 -5960 226 28 - -# pen and ink -Static 0x0FBF -5960 228 28 - -# hay -Static 0x1037 -5961 217 22 -5962 223 22 -5963 221 22 - -# mortar and pestle -Static 0x0E9B -5961 226 28 -5994 59 28 -6114 228 28 - -# saw -Static 0x1035 -5961 226 28 - -# glass -Static 0x1F81 -5961 227 28 - -# bottle -Static 0x0E2A -5961 227 28 - -# statue -Static 0x1227 -5964 181 0 - -# blood -Static 0x122D -5964 218 22 - -# head -Static 0x1CE1 -5965 77 6 -5946 225 28 -6113 226 28 - -# scroll%s% -Static 0x0EF5 -5968 197 22 - -# brazier -Brazier 0x0E31 -5971 232 22 - -# egg case web -Static 0x10D8 -5976 24 32 -5986 24 22 - -# egg case -Static 0x10D9 -5976 24 32 -5986 24 22 -5994 60 28 -5994 63 28 - -# altar -Static 0x1216 -5977 25 22 - -# skull with candle -CandleSkull 0x1854 -6113 81 6 - -# foot stool -FootStool 0x0B5E -5980 29 22 - -# web -Static 0x10DD -5981 24 22 - -# small web -Static 0x10D6 -5983 168 0 - -# beef carcass -Static 0x1872 -5984 101 0 -5984 97 0 -5984 99 0 - -# oven -StoneOvenEastAddon 0x092C -5984 104 -1 - -# broken furniture -Static 0x0C25 -5984 156 0 - -# small web -Static 0x10D2 -5984 160 0 - -# bread loa%ves/f% -Static 0x103B -5959 228 28 - -# damaged books -Static 0x0C16 -5985 156 0 - -# flask -Static 0x1847 -5985 63 34 - -# book -TaleOfThreeTribes 0x0FF0 -5985 64 36 - -# book -DiversityOfOurLand 0x0FF4 -5985 65 36 - -# bottle -Static 0x0E2B -5985 66 36 -5993 58 28 - -# block -Static 0x1271 -5986 100 6 - -# chair -WoodenChairCushion 0x0B55 -5986 65 28 - -# sheep carcass -Static 0x1873 -5986 96 0 -5988 96 0 -5991 96 0 - -# block -Static 0x1272 -5986 99 6 - -# block -Static 0x1270 -5987 100 6 - -# -Static 0x1519 -5987 31 22 - -# brazier -Static 0x0E33 -5917 195 22 - -# earrings -Static 0x1087 -5937 149 22 -5960 176 0 -5919 202 22 - -# candelabra -Candelabra 0x0B1D -6103 38 31 - -# bones -Static 0x0ECD -5939 99 22 - -# bones -Static 0x0ECB -5940 98 22 - -# rusty iron key -Static 0x1013 -5987 58 22 - -# body part -Static 0x1CE3 -5987 83 0 - -# block -Static 0x126E -5987 98 6 - -# block -Static 0x126F -5987 99 6 - -# block -Static 0x126B -5988 100 6 - -# hourglass -Static 0x1813 -5988 104 6 -5994 64 28 - -# slab%s% of bacon -Static 0x0977 -5990 80 6 - -# block -Static 0x126D -5988 98 6 - -# block -Static 0x126C -5988 99 6 - -# body -Static 0x1CDE -5989 103 6 - -# wall torch -Static 0x0A0D -5989 184 59 -5908 16 59 -5984 184 59 - -# metal door -MetalDoor2 0x06D3 (Facing=NorthCW) -6103 179 0 -6103 83 0 - -# rolling pin -Static 0x1043 -5990 104 6 - -# floor saw -SawTrap 0x11B1 -5966 96 0 - -# counter -Static 0x0B3F -5990 80 0 -5990 81 0 -5990 82 0 -5990 83 0 -5990 84 0 -5991 80 0 -5991 81 0 -5991 82 0 -5991 83 0 -5991 84 0 - -# flour sifter -Static 0x103E -5991 103 6 - -# kettle -Static 0x09ED -5991 104 6 - -# vines -Static 0x0C60 -5991 80 6 - -# arm -Static 0x1CDD -5991 84 6 - -# bottles of wine -Static 0x09C5 -5992 104 6 - -# ruined bookcase -Static 0x0C14 -5992 144 0 - -# flask -Static 0x1838 -5993 58 28 - -# scales -Static 0x1852 -5993 63 28 - -# bottle -Static 0x0E29 -5993 64 28 - -# flask -Static 0x1843 -5993 64 28 - -# bottle -Static 0x0F00 -5994 61 28 -6115 81 6 - -# flask -Static 0x1836 -5994 65 28 - -# flask -Static 0x1831 -5994 66 28 - -# heating stand -Static 0x184C -5994 66 28 - -# bones -Static 0x0ECC -5944 216 22 - -# crook -Static 0x13F5 -5963 237 22 -5988 164 0 - -# bookcase -FullBookcase 0x0A9B -5960 216 22 - -# bookcase -FullBookcase 0x0A97 -5961 216 22 -5963 216 22 - -# bookcase -FullBookcase 0x0A98 -5962 216 22 - -# club -Static 0x13B4 -5963 178 0 - -# mace -Static 0x0F5C -5967 160 0 - -# stone pavers -Static 0x051D -6041 204 22 -6046 226 44 - -# broken chair -Static 0x0C19 -5905 51 22 -5913 60 22 - -# candelabra -Static 0x0B28 -6048 40 0 - -# skinning knife -Static 0x0EC5 -5947 226 26 - -# cave floor -Static 0x053F -5975 172 16 - -# platemail -Static 0x1415 -5911 183 22 - -# legs -Static 0x1CEB -6060 158 0 - -# book -Static 0x0FBE -6060 48 6 - -# raw bird%s% -Static 0x09B9 -5990 82 6 - -# watermelon%s% -Static 0x0C5C -5990 84 6 - -# sack of flour -Static 0x1039 -5989 109 0 - -# wooden box -Static 0x09AA -6056 98 28 - -# dungeon arch -Static 0x0246 -6067 80 22 -6067 84 22 - -# dungeon arch -Static 0x0248 -6067 81 22 -6067 85 22 -6067 86 22 -6067 82 22 - -# platemail gorget -Static 0x1413 -5984 153 0 - -# wooden shelf -EmptyBookcase 0x0A9E -5984 148 0 - -# studded gorget -Static 0x13D6 -5984 149 0 - -# butcher knife -Static 0x13F7 -5986 104 6 - -# bottle -Static 0x0E26 -6107 80 6 - -# deck%s% of tarot -Static 0x12AB -6114 224 28 - -# bookcase -FullBookcase 0x0A99 -5985 68 28 -5985 62 28 - -# Garlic -Static 0x0F84 -2682 678 0 - -# long pants -Static 0x1539 -5987 31 22 - -# blood -Static 0x1D12 -6086 178 0 - -# skeleton with meat -Static 0x1B1D -6056 67 0 - -# mug of ale -GlassMug 0x09EE -5961 227 28 - -# rock -Static 0x1773 -6106 153 -22 - -# rock -Static 0x1774 -6106 154 -22 - -# rock -Static 0x1771 -6107 154 -22 - -# blood -Static 0x122A -6107 156 -22 - -# stone pavers -Static 0x0520 -6107 176 0 -6115 176 0 -6115 179 0 - -# flask -Static 0x182D -6108 81 6 - -# bottle -Static 0x0EFC -6110 80 6 - -# chair -FancyWoodenChairCushion 0x0B50 -6111 82 0 - -# large battle axe -Static 0x13FB -5933 224 44 - -# chainmail coif -Static 0x13BB -5930 208 35 - -# Green Potion -Static 0x0F0A -5931 84 0 - -# empty vials -Static 0x185B -6114 223 28 - -# hourglass -Static 0x1810 -6114 82 6 - -# torso -Static 0x1CE8 -6118 226 22 diff --git a/Distribution/Data/Decoration/Britannia/_ice.cfg b/Distribution/Data/Decoration/Britannia/_ice.cfg deleted file mode 100644 index 6999b7737..000000000 --- a/Distribution/Data/Decoration/Britannia/_ice.cfg +++ /dev/null @@ -1,162 +0,0 @@ -# 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 diff --git a/Distribution/Data/Decoration/Britannia/_orccave.cfg b/Distribution/Data/Decoration/Britannia/_orccave.cfg deleted file mode 100644 index 68ca9841d..000000000 --- a/Distribution/Data/Decoration/Britannia/_orccave.cfg +++ /dev/null @@ -1,3961 +0,0 @@ -############### -# Teleporters # -############### - -# teleporter -Teleporter 0x1BC3 (PointDest=(5138, 2016, 0)) -1013 1433 0 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5138, 2016, 0)) -1013 1434 0 - -# teleporter -Teleporter 0x1BC3 (PointDest=(1014, 1434, 0)) -5139 2015 0 - -# teleporter -Teleporter 0x1BC3 (PointDest=(1014, 1434, 0)) -5139 2016 0 - -# teleporter -Teleporter 0x1BC3 (PointDest=(1014, 1434, 0)) -5139 2017 0 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5332, 1379, 0)) -5132 1946 0 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5332, 1379, 0)) -5133 1946 0 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5332, 1379, 0)) -5134 1946 0 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5332, 1379, 0)) -5135 1946 0 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5134, 1947, 0)) -5329 1381 10 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5134, 1947, 0)) -5330 1381 10 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5134, 1947, 0)) -5331 1381 10 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5134, 1947, 0)) -5332 1381 10 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5134, 1947, 0)) -5333 1381 10 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5134, 1947, 0)) -5334 1381 10 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5272, 2041, 4)) -5363 1289 4 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5272, 2041, 4)) -5364 1289 4 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5363, 1290, 4)) -5272 2043 4 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5363, 1290, 4)) -5273 2043 4 - - -############### -# Decorations # -############### - -# wooden fence -Static 0x0864 -5356 1992 10 -5336 1345 0 -5336 1346 0 -5336 1347 0 -5336 1348 0 -5336 1349 0 -5336 1350 0 -5336 1351 0 -5336 1352 0 -5340 1999 0 -5353 1991 30 -5353 1992 30 -5350 2017 0 -5350 2021 0 -5297 1971 10 -5286 2010 6 -5297 1972 10 -5297 1973 10 -5297 1974 10 -5297 1975 10 -5294 1998 10 -5294 1998 30 -5294 1999 10 -5294 1999 30 -5294 2000 10 -5294 2000 30 -5297 1998 10 -5297 1998 30 -5297 1999 10 -5297 1999 30 -5304 1961 30 -5304 1961 10 -5353 1993 30 -5356 1991 30 -5356 1992 30 -5296 1976 10 -5314 1982 10 -5314 1982 30 -5322 1974 10 -5322 1974 30 -5341 1998 0 -5325 2019 10 -5325 2019 30 -5152 1955 0 -5152 1956 0 -5152 1957 0 -5353 1991 10 -5353 1992 10 -5353 1993 10 -5353 1995 0 -5350 2021 17 -5356 1991 10 -5294 1312 0 -5294 1313 0 -5294 1314 0 -5294 1318 0 -5294 1319 0 -5294 1320 0 - -# log post -Static 0x0145 -5324 1287 0 -5324 1296 0 -5327 1359 0 -5327 1370 0 -5327 1374 0 -5327 1378 0 -5335 1287 0 -5335 1296 0 -5337 1359 0 -5337 1370 0 -5337 1374 0 -5337 1378 0 -5343 1345 0 -5343 1352 0 -5343 1359 0 -5284 2015 0 -5353 1359 0 -5353 1368 0 -5284 2010 0 -5295 1287 0 -5295 1296 0 -5295 1304 0 -5295 1335 0 -5295 1345 0 -5295 1351 0 -5295 1360 0 -5305 1287 0 -5305 1296 0 -5305 1304 0 -5306 1335 0 -5303 1351 0 -5306 1344 0 -5303 1360 0 -5314 1287 0 -5314 1296 0 -5311 1351 0 -5310 1358 0 -5310 1359 0 -5311 1358 0 -5311 1359 0 -5312 1368 0 -5312 1375 0 -5320 1351 0 -5322 1359 0 - -# rock -Static 0x1773 -5325 1287 0 -5360 1293 0 -5269 2033 0 -5293 2009 0 -5293 2010 0 -5294 2011 0 -5295 2010 0 - -# lever -Static 0x1093 -5347 1996 5 -5348 1996 6 -5316 1975 5 -5317 1975 6 - -# rock -Static 0x1774 -5325 1287 0 -5368 1298 0 -5270 2030 0 -5294 2009 0 - -# anvil -AnvilEastAddon 0x0FAF -5326 1287 0 -5326 1296 0 -5332 1287 0 -5336 1287 0 -5332 1296 0 -5342 1287 0 -5345 1304 0 -5345 1312 0 -5351 1304 0 -5351 1312 0 -5308 2009 5 -5317 1978 0 -5312 1287 0 -5306 1287 0 -5306 1296 0 -5315 1287 0 -5312 1296 0 -5315 1296 0 -5321 1287 0 -5321 1296 0 - -# bellows -Forge 0x197A (Light=Circle300) -5327 1287 0 -5327 1296 0 -5337 1287 0 -5346 1304 0 -5346 1312 0 -5316 1287 0 -5307 1287 0 -5307 1296 0 -5316 1296 0 - -# forge -Static 0x197E (Light=Circle300) -5328 1287 0 -5328 1296 0 -5338 1287 0 -5347 1304 0 -5347 1312 0 -5317 1287 0 -5308 1287 0 -5308 1296 0 -5317 1296 0 - -# forge -Forge 0x19A2 (Light=Circle300) -5329 1287 0 -5330 1287 0 -5329 1296 0 -5330 1296 0 -5348 1312 0 -5349 1312 0 -5339 1287 0 -5340 1287 0 -5348 1304 0 -5349 1304 0 -5309 1287 0 -5310 1287 0 -5309 1296 0 -5310 1296 0 -5318 1287 0 -5319 1287 0 -5318 1296 0 -5319 1296 0 - -# forge -Static 0x1982 (Light=Circle300) -5331 1287 0 -5331 1296 0 -5350 1312 0 -5341 1287 0 -5350 1304 0 -5311 1287 0 -5311 1296 0 -5320 1287 0 -5320 1296 0 - -# sledge hammer -Static 0x0FB5 -5327 1288 0 -5366 1296 0 -5318 1981 0 - -# tuscany pine -Static 0x1B7E -5324 1303 0 -5324 1312 0 -5328 1307 0 -5320 1307 0 - -# silver ingots -Static 0x1BFA -5325 1296 0 - -# Orc Frame -Static 0x20E0 (Hue=0x349;Name=an orcish idol) -5325 1303 10 -5328 1306 10 -5328 1308 10 -5325 1312 10 -5323 1303 10 -5320 1306 10 -5320 1308 10 -5323 1312 10 - -# rock -Static 0x1776 -5325 1303 0 -5328 1306 0 -5328 1308 0 -5325 1312 0 -1013 1433 21 -1012 1435 21 -5359 2019 0 -5360 2016 0 -5363 2004 0 -5333 2004 0 -5290 2017 0 -5290 2018 0 -5306 1961 0 -5349 2008 0 -5349 2009 0 -5357 1993 0 -5358 2013 0 -5360 2006 0 -5362 2005 0 -5314 1955 20 -5365 2009 0 -5362 2014 0 -5335 2002 0 -5349 1993 0 -5347 2010 0 -5157 1971 0 -5362 2008 0 -5362 2012 0 -5363 2010 0 -5363 2011 0 -5311 1960 0 -5323 1303 0 -5320 1306 0 -5320 1308 0 -5323 1312 0 - -# switch -Static 0x108F -5318 1974 11 -5349 1995 11 -5318 1975 12 -5349 1996 12 - -# pickaxe -Static 0x0E85 -5322 2019 0 -5275 2025 0 - -# switch -Static 0x1092 -5348 1997 12 -5317 1976 12 -5362 2012 23 - -# mushrooms -Static 0x0D14 -5324 1305 0 -5324 1309 0 -5326 1307 0 -5288 1316 0 -5288 1318 0 -5290 1313 0 -5290 1316 0 -5291 1312 0 -5291 1318 0 -5292 1312 0 -5292 1315 0 -5292 1317 0 -5293 1312 0 -5294 1316 0 -5322 1307 0 - -# water -Static 0x179F -5324 1306 0 - -# dishing stump -Static 0x1865 -5324 1307 1 - -# no draw -Static 0x21A4 -5324 1307 1 -5337 1303 8 -5336 1305 24 -5336 1311 24 -5337 1304 8 -5337 1305 8 -5337 1309 8 -5337 1310 8 -5337 1311 8 -5295 2000 40 -5296 2000 40 -5297 2000 40 -5297 1999 40 -5297 1998 40 -5333 2003 0 -5348 2009 0 -5334 2003 0 -5347 2009 0 -5348 2008 0 -5288 1337 49 -5288 1337 66 -5288 1338 25 -5288 1338 49 -5288 1338 69 -5288 1338 5 -5288 1339 69 -5288 1339 5 -5288 1340 25 -5288 1340 49 -5288 1340 69 -5288 1340 5 -5288 1341 49 -5288 1341 66 -5289 1339 0 -5290 1339 0 -5313 1329 0 -5313 1330 0 -5314 1329 0 -5309 1358 0 -5309 1359 0 -5322 1328 0 -5322 1329 0 -5323 1328 0 -5318 1342 0 -5318 1343 0 -5319 1342 0 - -# water -Static 0x1797 -5324 1307 0 -5312 1959 0 -5314 1958 0 -5314 1959 0 - -# water -Static 0x17A1 -5324 1308 0 -5313 1961 0 - -# water -Static 0x17A5 -5325 1306 0 -5320 1955 0 -5321 1956 0 - -# water -Static 0x179D -5325 1307 0 - -# water -Static 0x17A7 -5325 1308 0 -5317 1961 0 -5318 1960 0 -5319 1959 0 -5320 1958 0 - -# juniper bush -Static 0x0CC8 -5327 1304 0 -5327 1310 0 -5321 1304 0 -5321 1310 0 - -# rock -Static 0x1778 -5353 1311 0 -5338 1288 0 -5339 1312 0 -5288 2012 0 -5289 2018 0 -5332 2003 0 -5291 2017 0 -5346 1993 0 -5346 2009 0 -5348 2010 0 -5359 2007 0 -5360 2018 0 -5361 2015 0 -5334 2004 0 -5345 1995 0 -5343 2008 0 -5351 1993 0 -5363 2005 0 -5363 2009 0 -5363 2013 0 -5365 2012 0 -5310 1288 0 - -# flowstone -Static 0x08E8 -5349 1319 0 -1013 1436 0 -5335 1300 0 -5334 1384 0 -5344 1287 0 -5340 1335 0 -5343 1350 0 -1012 1432 0 -1013 1432 0 -1012 1434 0 -5362 1289 0 -5365 1287 0 -5310 1956 0 -5366 1289 0 -5271 2024 0 -5274 2044 0 -5283 2011 0 -5285 2021 -1 -5287 2033 0 -5329 2010 0 -5291 2027 -1 -5293 2024 -1 -5302 1986 0 -5303 1983 -1 -5310 1955 0 -5314 1986 0 -5314 1989 0 -5137 1945 0 -5134 1953 0 -5134 1971 0 -5134 2020 0 -5138 1956 0 -5143 1993 -1 -5165 1970 0 -5287 1316 0 -5287 1321 0 -5290 1344 0 -5295 1291 0 -5292 1311 0 -5295 1306 0 -5293 1335 0 -5295 1332 0 -5295 1348 0 -5336 2020 0 -5307 1312 0 -5306 1320 0 -5307 1335 0 -5311 1307 0 -5311 1363 0 -5311 1369 0 -5311 1374 0 -5322 1287 0 -5318 1327 0 - -# log post -Static 0x0093 -5328 1319 20 -5328 1319 0 -5328 1326 20 -5330 1326 20 -5336 1319 20 -5336 1319 0 -5334 1326 20 -5334 1326 0 -5336 1326 20 -5344 1319 20 -5344 1319 0 -5344 1326 20 -5346 1326 20 -5352 1319 20 -5352 1319 0 -5350 1326 20 -5350 1326 0 -5352 1326 20 -5354 1343 0 -5354 1352 0 -5360 1319 20 -5360 1319 0 -5360 1326 20 -5362 1326 20 -5359 1368 0 -5368 1319 20 -5368 1319 0 -5366 1326 20 -5366 1326 0 -5368 1326 20 -5368 1343 0 -5368 1368 0 -5307 2007 5 -5307 2011 5 -5311 2007 5 -5311 2011 5 - -# flowstone -Static 0x08E2 -5325 1327 0 -5327 1341 0 -5328 1384 0 -5329 1384 0 -5330 1384 0 -5332 1383 0 -5333 1383 0 -5334 1383 0 -5336 1382 0 -5332 1384 0 -5336 1384 0 -1012 1433 2 -1012 1435 0 -1012 1436 0 -5324 1959 -1 -5362 1287 0 -5361 1288 0 -5362 1288 0 -5357 1327 0 -5330 2011 0 -5335 2018 0 -5359 1368 -1 -5298 1979 -1 -5366 1287 0 -5366 1288 0 -5368 1343 -1 -5271 2044 0 -5274 2024 0 -5276 2037 0 -5282 2011 0 -5282 2014 0 -5283 2014 0 -5311 1376 0 -5329 2001 -1 -5293 2028 -1 -5301 1986 0 -5301 1989 0 -5302 1989 0 -5305 1993 -1 -5304 2026 -1 -5328 1381 0 -5313 1992 -1 -5361 1994 0 -5359 2020 0 -5314 1956 0 -5318 1995 -1 -5320 1996 0 -5131 1945 0 -5131 1946 0 -5137 1946 -1 -5135 1980 0 -5134 2013 -1 -5144 1949 0 -5145 1955 0 -5139 1983 -1 -5339 2022 0 -5141 2014 0 -5141 2019 0 -5152 1954 -1 -5153 1985 -1 -5147 1991 0 -5159 1957 -1 -5159 1980 -1 -5162 1971 0 -5287 1311 0 -5287 1335 0 -5290 1335 0 -5287 1344 0 -5363 2007 0 -5293 1344 0 -5302 1287 0 -5306 1311 0 -5306 1314 0 -5306 1317 0 -5307 1351 0 -5311 1333 0 -5311 1368 0 -5318 1303 0 -5316 1351 0 - -# log wall -Static 0x0094 -5328 1320 0 -5336 1320 0 -5344 1320 0 -5352 1320 0 -5360 1320 0 -5368 1320 0 - -# log wall -Static 0x0091 -5328 1321 0 -5328 1322 0 -5328 1323 0 -5328 1324 0 -5328 1325 0 -5352 1324 0 -5336 1321 0 -5336 1322 0 -5336 1324 0 -5336 1325 0 -5344 1321 0 -5344 1322 0 -5344 1323 0 -5344 1324 0 -5344 1325 0 -5352 1321 0 -5352 1322 0 -5352 1323 0 -5352 1325 0 -5360 1321 0 -5360 1322 0 -5360 1323 0 -5360 1324 0 -5360 1325 0 -5368 1321 0 -5368 1322 0 -5368 1323 0 -5368 1324 0 -5368 1325 0 -5336 1323 0 - -# block -Static 0x1271 -5353 1312 1 -5353 1312 2 -5353 1312 0 - -# log wall -Static 0x0096 -5328 1326 0 -5344 1326 0 -5360 1326 0 - -# water -Static 0x1799 -5315 1960 0 -5313 1959 0 -5313 1960 0 -5314 1960 0 -5315 1959 0 - -# gruesome standard -Static 0x0428 -5328 1327 0 -5330 1327 0 -5334 1327 0 -5336 1327 0 -5344 1327 0 -5346 1327 0 -5350 1327 0 -5352 1327 0 -5360 1327 0 -5362 1327 0 -5366 1327 0 -5368 1327 0 -5138 1957 0 -5145 1956 0 -5138 1971 0 -5141 1971 0 -5144 1971 0 -5152 1971 0 -5155 1971 0 -5158 1971 0 - -# skull -Static 0x1AE3 -5328 1327 29 -5330 1327 29 -5334 1327 29 -5336 1327 29 -5344 1327 29 -5346 1327 29 -5350 1327 29 -5352 1327 29 -5354 1344 22 -5354 1344 16 -5354 1344 11 -5354 1344 6 -5354 1353 22 -5354 1353 16 -5354 1353 11 -5354 1353 6 -5360 1327 29 -5362 1327 29 -5359 1369 22 -5359 1369 16 -5359 1369 11 -5359 1369 6 -5366 1327 29 -5368 1327 29 -5368 1344 22 -5368 1344 16 -5368 1344 11 -5368 1344 6 -5368 1369 22 -5368 1369 16 -5368 1369 11 -5368 1369 6 -5313 1304 6 - -# barrel -Static 0x0FAE -5329 1320 0 -5329 1320 7 -5329 1322 0 -5345 1322 3 -5136 1962 0 -5137 1961 0 - -# empty tub -Static 0x0E83 -5329 1321 0 -5334 1320 8 -5348 1996 16 -5317 1975 16 -5362 2011 26 - -# jug of cider -Jug 0x09C8 (Content=Cider) -5329 1322 4 - -# jugs of cider -Static 0x098D -5329 1323 0 -5331 1320 6 - -# barrel -Barrel 0x0E77 -5329 1324 0 -5348 1996 10 -5317 1975 10 -5137 1961 6 -5362 2011 20 - -# log wall -Static 0x0092 -5329 1326 0 -5335 1326 0 -5345 1326 0 -5351 1326 0 -5361 1326 0 -5367 1326 0 - -# tattered banner -Static 0x042D -5329 1327 0 -5334 1327 -1 -5334 1327 0 -5361 1327 0 -5357 1343 0 -5361 1343 0 -5366 1327 0 -5365 1343 0 -5136 1971 0 -5142 1971 0 -5153 1971 0 -5159 1971 0 - -# keg -Static 0x1AD6 -5330 1320 8 - -# counter -Static 0x0B40 -5330 1320 0 -5334 1320 0 - -# wooden wall -Static 0x0011 -5351 1320 0 -5351 1321 0 -5351 1322 0 -5351 1323 0 -5335 1320 0 -5335 1321 0 -5335 1322 0 -5335 1323 0 -5335 1324 0 -5335 1325 0 -5351 1324 0 -5351 1325 0 -5367 1320 0 -5367 1321 0 -5367 1322 0 -5367 1323 0 -5367 1324 0 -5367 1325 0 -5286 2010 20 -5287 2010 20 - -# wooden fence -Static 0x0863 -5315 1981 30 -5328 1344 0 -5329 1344 0 -5330 1344 0 -5334 1344 0 -5335 1344 0 -5336 1344 0 -5355 1990 30 -5356 1990 30 -5289 1314 7 -5289 1317 1 -5289 1317 8 -5295 2001 10 -5305 1960 10 -5354 1993 30 -5354 1990 10 -5287 2009 10 -5297 1970 20 -5297 1970 9 -5295 1997 10 -5295 1997 30 -5296 1997 10 -5296 1997 30 -5297 1997 10 -5297 1997 30 -5293 2001 10 -5294 2001 10 -5295 2000 10 -5295 2000 30 -5296 2000 10 -5296 2000 30 -5351 2016 0 -5354 1993 10 -5355 1990 10 -5355 1993 10 -5315 1981 10 -5323 1973 10 -5323 1973 30 -5326 2018 10 -5326 2018 30 -5153 1957 0 -5157 1957 0 -5158 1957 0 -5354 1990 30 -5289 1314 0 -5355 1993 30 -5356 1990 10 -5305 1960 30 - -# log wall -Static 0x0097 -5330 1326 0 -5346 1326 0 -5362 1326 0 - -# lever -Static 0x108E -5360 2010 6 - -# tattered banner -Static 0x042C -5330 1327 0 -5335 1327 0 -5362 1327 0 -5358 1343 0 -5362 1343 0 -5367 1327 0 -5366 1343 0 -5137 1971 0 -5143 1971 0 -5154 1971 0 -5160 1971 0 - -# counter -Static 0x0B3E -5331 1320 0 -5332 1320 0 -5333 1320 0 - -# blood smear -Static 0x122F (Hue=0x107) -5331 1322 0 - -# refuse -Static 0x1BB0 -5324 1328 0 -5315 1329 0 -5320 1342 0 - -# refuse -Static 0x1B9F -5324 1329 0 -5315 1330 0 -5320 1343 0 - -# bone pile -Static 0x1B0B -5324 1331 0 -5340 1339 0 -5141 1978 0 -5138 2003 0 -5319 1329 0 -5319 1339 0 -5317 1358 0 - -# bone pile -Static 0x1B0F -5325 1329 0 -5349 2006 0 -5148 1979 0 -5150 1972 0 -5302 1301 0 -5300 1343 0 -5313 1333 0 - -# garbage -Static 0x10EF -5325 1333 0 -5345 1351 0 -5361 1329 0 -5136 2015 0 -5141 1959 0 -5142 2002 0 -5146 1961 0 -5153 1959 0 -5298 1325 0 -5304 1293 0 -5303 1304 0 -5305 1369 0 -5308 1353 0 -5308 1374 0 - -# bone pile -Static 0x1B0C -5330 1335 0 -5348 1346 0 -5357 2011 0 -5142 1974 0 -5147 1993 0 -5299 1358 0 -5301 1319 0 -5316 1330 0 -5322 1331 0 - -# stalagmites -Static 0x08E0 -5327 1339 1 -1013 1437 0 -5343 1334 1 -1012 1431 0 -1012 1433 21 -5359 1355 1 -5367 1288 0 -5272 2024 22 -5285 2010 0 -5311 1375 0 -5325 2000 0 -5325 2009 0 -5304 1985 0 -5301 2028 0 -5303 2033 0 -5359 1993 -1 -5360 1993 0 -5308 2032 0 -5314 1987 17 -5137 1944 0 -5132 1952 0 -5135 1953 0 -5136 1954 0 -5137 1971 0 -5143 1971 0 -5332 2011 -1 -5337 2021 0 -5140 2019 0 -5153 1971 0 -5157 1955 0 -5160 1961 -1 -5161 1971 0 -5324 1976 0 -5324 1998 0 -5306 1312 0 -5306 1313 0 -5306 1319 0 -5308 1320 0 - -# wooden fence -Static 0x088A -5327 1344 0 -5333 1344 0 - -# wooden fence -Static 0x0878 -5327 1346 0 -5327 1348 0 -5327 1350 0 - -# shackles -Static 0x1263 -5327 1346 1 -5327 1348 1 -5327 1350 1 - -# blood -Static 0x122A -5328 1351 0 -5315 1311 0 -5309 1317 0 -5310 1315 0 -5315 1317 0 -5316 1309 0 -5316 1315 0 - -# hay -Static 0x0F34 -5329 1349 0 -5334 1350 0 -5335 1346 0 -5155 1955 0 - -# garbage -Static 0x10EE -5330 1347 0 -5330 1371 0 -5333 1340 0 -5333 1347 0 -5333 1351 0 -5338 1365 0 -5346 1339 0 -5346 1362 0 -5353 1330 0 -5352 1347 0 -5360 1334 0 -5141 1967 0 -5154 1993 0 -5298 1291 0 -5298 1307 0 -5298 1346 0 -5302 1330 0 -5305 1338 0 -5306 1358 0 -5306 1359 0 -5305 1373 0 -5306 1375 0 -5308 1369 0 -5317 1364 0 - -# horse dung -Static 0x0F3B -5330 1350 0 -5335 1347 0 -5153 1955 0 -5156 1956 0 - -# blood smear -Static 0x122F -5330 1351 0 -5345 1330 0 -5304 1373 0 -5313 1306 0 -5315 1310 0 -5309 1316 0 -5311 1317 0 -5315 1316 0 -5317 1311 0 -5317 1317 0 - -# hanging lantern -HangingLantern 0x0A1A -1015 1435 10 -1015 1432 10 - -# switch -Static 0x1091 -5317 1976 12 -5348 1997 12 -5362 2012 23 - -# stone wall -Static 0x01D0 -5324 1359 0 -5329 1359 0 -5331 1359 0 -5332 1359 0 -5333 1359 0 -5335 1359 0 -5340 1359 0 - -# pile of skulls -Static 0x1ADC -5326 1359 1 -5338 1359 1 - -# stalagmites -Static 0x08E5 -5363 1287 28 -5270 2043 0 -5283 2013 22 -5285 2032 0 -5328 2010 0 -5361 1995 0 -5310 2030 0 -5315 1961 0 -5302 1988 22 -5135 1972 0 -5138 1960 0 -5142 1971 0 -5139 1984 0 -5150 1983 0 -5152 1984 0 -5156 1971 0 -5160 1972 0 -5331 2011 0 -5334 2017 0 -5311 1364 0 -5311 1373 18 - -# stalagmites -Static 0x08E1 -5360 1288 0 -5327 1380 0 -5327 1382 0 -5327 1383 0 -5328 1382 0 -5328 1383 0 -5329 1383 0 -5331 1382 0 -5331 1383 0 -5331 1384 0 -5310 1957 0 -5332 1382 0 -5335 1381 0 -5335 1382 0 -5335 1383 0 -5336 1380 0 -5336 1383 0 -5333 1384 0 -5335 1384 0 -5359 1343 1 -5359 1361 1 -5336 2003 0 -5299 1968 0 -5300 1982 0 -5364 1287 23 -5365 1288 5 -5270 2042 0 -5278 2030 0 -5283 2012 22 -5289 2025 0 -5285 2031 0 -5288 2034 0 -5326 2007 0 -5327 2008 0 -5297 1978 0 -5291 2022 0 -5292 2024 0 -5295 2025 0 -5299 1981 0 -5302 1987 22 -5304 1992 0 -5304 1996 0 -5309 1968 0 -5312 1982 0 -5313 1986 0 -5313 1989 0 -5312 1991 0 -5312 2026 0 -5313 2024 0 -5314 1957 0 -5315 1956 0 -5363 2012 0 -5314 1993 -1 -5317 1994 0 -5316 2001 0 -5322 1958 -1 -5131 1944 0 -5136 1944 0 -5323 1978 0 -5135 1971 0 -5137 1981 0 -5136 2001 0 -5134 2014 -1 -5135 2020 0 -5139 1947 -1 -5141 1948 -1 -5332 2001 0 -5138 1982 0 -5339 1999 0 -5140 1994 0 -5145 1999 0 -5140 2009 0 -5143 2004 0 -5140 2014 0 -5147 1982 0 -5151 1983 0 -5153 1987 0 -5149 1990 0 -5158 1956 0 -5159 1964 0 -5159 1965 0 -5159 1966 0 -5159 1967 0 -5160 1966 0 -5160 1967 0 -5160 1968 0 -5160 1969 0 -5157 1992 0 -5164 1971 0 -5362 2003 0 -5300 1287 1 -5306 1321 0 - -# stone post -Static 0x01D2 -5330 1359 0 -5334 1359 0 -5339 1359 0 -5328 1359 0 -5288 1342 5 -5288 1342 24 -5288 1342 43 -5288 1342 53 -5288 1342 72 -5323 1359 0 - -# spike trap -SpikeTrap 0x1121 -5324 1360 5 -5329 1360 5 -5335 1360 5 -5340 1360 5 - -# pile of skulls -Static 0x1AD9 -5325 1360 1 -5330 1361 0 -5331 1361 0 -5332 1361 0 -5334 1360 10 -5337 1360 1 - -# pile of skulls -Static 0x1AD8 -5326 1360 1 -5333 1361 0 -5338 1360 1 - -# wooden fence -Static 0x0865 -5296 1970 10 -5350 2016 0 -5356 1993 0 -5323 1974 0 -5288 1317 6 -5287 2011 5 -5351 2021 6 -5353 1990 20 -5322 1973 30 -5288 1314 7 -5286 2009 0 -5286 2009 10 -5286 2010 0 -5287 2009 0 -5287 2010 0 -5323 1974 20 -5296 1970 20 -5325 2018 30 -5296 1975 0 -5325 2019 0 -5325 2019 20 -5296 1976 0 -5297 1975 0 -5297 1976 0 -5326 2018 20 -5294 1997 0 -5294 1997 10 -5294 1997 20 -5294 1997 30 -5297 1997 0 -5297 1997 20 -5292 2001 0 -5292 2001 6 -5294 2000 0 -5294 2000 20 -5295 2001 0 -5297 2000 0 -5297 2000 20 -5341 1997 0 -5304 1960 30 -5304 1961 20 -5304 1961 0 -5305 1960 20 -5305 1960 0 -5305 1961 20 -5286 2011 7 -5353 1993 0 -5350 2020 0 -5350 2021 11 -5315 1981 0 -5297 1970 0 -5356 1993 20 -5314 1981 30 -5315 1981 20 -5314 1982 0 -5314 1982 20 -5315 1982 0 -5315 1982 20 -5323 1973 0 -5323 1973 20 -5322 1974 0 -5322 1974 20 -5326 2018 0 -5326 2019 0 -5326 2019 20 -5341 1996 0 -5152 1954 0 -5352 1995 0 -5353 1990 30 -5353 1990 10 -5353 1990 0 -5353 1993 20 -5156 1957 0 -5350 2020 10 -5350 2021 26 -5288 1314 0 -5288 1317 0 -5356 1990 20 -5356 1990 0 -5296 1971 19 -5297 1971 19 -5297 1971 0 -5294 1311 0 -5294 1317 0 -5305 1961 0 - -# bone pile -Static 0x1B0E -5326 1365 0 -5333 1373 0 -5317 1369 0 -5138 1972 0 -5152 1978 0 -5360 2013 0 -5298 1314 0 -5304 1353 0 - -# pile of skulls -Static 0x1ADB -5330 1360 0 -5331 1360 0 -5331 1360 9 -5337 1359 0 -5332 1360 11 -5333 1360 0 -5333 1360 10 -5333 1361 11 -5325 1359 0 - -# waterfall -Static 0x351D -5311 1957 0 -5312 1954 17 -5311 1954 17 -5312 1957 0 -5313 1954 17 -5313 1957 0 - -# stone -Static 0x0788 -5362 1290 0 -5329 1381 0 -5330 1381 0 -5331 1381 0 -5332 1381 0 -5333 1381 0 -5334 1381 0 -5365 1290 0 -5284 2011 0 -5285 2011 0 -5286 2011 0 -5287 2011 0 -5288 1337 0 -5288 1337 44 -5288 1338 0 -5288 1338 20 -5288 1338 44 -5288 1338 56 -5288 1338 60 -5288 1338 64 -5288 1339 0 -5288 1339 20 -5288 1339 44 -5288 1339 48 -5288 1339 52 -5288 1339 56 -5288 1339 60 -5288 1339 64 -5288 1340 0 -5288 1340 20 -5288 1340 44 -5288 1340 56 -5288 1340 60 -5288 1340 64 -5288 1341 0 -5288 1341 44 -5289 1338 0 -5289 1340 0 -5290 1338 0 -5290 1340 0 -5291 1338 0 -5291 1339 0 -5291 1340 0 - -# wooden signpost -Static 0x0B99 -5327 1370 0 -5327 1378 0 -5284 2010 0 -5312 1368 0 -5284 2015 0 -5312 1375 0 - -# lantern -Static 0x0A15 (Light=Circle300) -5327 1370 9 -5327 1378 9 -5362 1291 15 -5365 1291 15 -5284 2010 9 -5284 2015 9 -5312 1368 9 -5312 1375 9 - -# flowstone -Static 0x08E6 -5327 1381 0 -5328 1380 0 -5322 1980 0 -5329 1382 0 -5330 1382 0 -5330 1383 0 -5327 1384 0 -5291 2001 -1 -5310 1958 0 -5333 1382 0 -5334 1382 0 -5336 1381 0 -5345 1319 0 -5343 1354 0 -1012 1434 21 -1013 1435 21 -5363 1287 21 -5333 2016 -2 -5364 1343 0 -5273 2024 22 -5269 2041 -2 -5276 2034 0 -5282 2012 18 -5282 2013 18 -5284 2030 0 -5328 2009 0 -5324 2020 0 -5290 2021 0 -5290 2026 -1 -5346 1994 0 -5298 1981 0 -5301 1982 0 -5301 1987 18 -5301 1988 18 -5305 1994 0 -5300 2018 0 -5311 1983 0 -5361 2006 0 -5354 2021 0 -5358 2020 0 -5362 2002 0 -5311 2029 0 -5309 2031 0 -5318 1967 0 -5314 1988 17 -5321 1997 0 -5322 1957 0 -5131 1951 -2 -5134 1954 0 -5137 1954 0 -5131 1971 0 -5135 1981 0 -5134 2019 0 -5140 1971 0 -5336 2002 0 -5336 2021 0 -5338 2022 0 -5142 2005 0 -5150 1982 0 -5147 1998 0 -5149 1997 0 -5157 1954 0 -5159 1971 0 -5158 1979 -1 -5156 1994 0 -5165 1971 0 -5295 1358 0 -5307 1311 0 -5307 1320 0 -5362 2007 0 - -# nodraw -Static 0x2198 -5363 1288 3 -5363 1289 3 -5363 1290 3 -5363 1291 3 -5363 1292 3 -5363 1293 3 -5363 1295 3 -5363 1296 3 -5363 1297 3 -5364 1288 3 -5364 1289 3 -5364 1290 3 -5364 1291 3 -5364 1292 3 -5364 1293 3 -5364 1294 3 -5364 1295 3 -5364 1296 3 -5364 1297 3 -5272 2025 3 -5272 2026 3 -5272 2027 3 -5272 2028 3 -5273 2025 3 -5273 2026 3 -5273 2027 3 -5272 2035 3 -5272 2036 3 -5272 2037 3 -5273 2036 3 -5273 2037 3 -5272 2038 3 -5272 2039 3 -5272 2040 3 -5272 2041 3 -5272 2042 3 -5272 2043 3 -5273 2038 3 -5273 2039 3 -5273 2040 3 -5273 2041 3 -5273 2042 3 -5273 2043 3 -5284 2012 3 -5284 2013 3 -5285 2012 3 -5285 2013 3 -5286 2012 3 -5286 2013 3 -5287 2012 3 -5287 2013 3 -5303 1987 3 -5303 1988 3 -5304 1987 3 -5304 1988 3 -5305 1987 3 -5305 1988 3 -5306 1987 3 -5306 1988 3 -5307 1987 3 -5307 1988 3 -5308 1987 3 -5308 1988 3 -5309 1987 3 -5309 1988 3 -5310 1987 3 -5310 1988 3 -5311 1987 3 -5311 1988 3 -5312 1987 3 -5312 1988 3 -5363 1294 3 - -# stone wall -Static 0x0082 -5363 1289 -23 -5363 1288 -23 -5363 1290 -23 -5363 1291 -23 -5364 1288 -23 -5364 1289 -23 -5364 1290 -23 -5364 1291 -23 - -# stone stairs -Static 0x078B -5329 1380 0 -5329 1381 5 -5330 1380 0 -5330 1381 5 -5331 1380 0 -5331 1381 5 -5332 1380 0 -5332 1381 5 -5333 1380 0 -5333 1381 5 -5334 1380 0 -5334 1381 5 -5272 2034 0 -5303 1986 0 -5304 1986 0 -5305 1986 0 -5306 1986 0 -5307 1986 0 -5308 1986 0 -5309 1986 0 -5310 1986 0 -5311 1986 0 -5312 1986 0 -5132 1945 -2 -5133 1945 -2 -5134 1945 -2 -5135 1945 -2 -5289 1337 0 -5290 1337 0 -5291 1337 0 - -# hook -Static 0x1E9B -5323 1975 19 - -# iron ingots -Static 0x1BF4 -5333 1287 0 -5341 1288 0 -5319 1982 0 - -# rock -Static 0x177C -5332 1295 0 -5340 1312 0 -5290 2007 0 -5291 2008 0 - -# rock -Static 0x177B -5332 1295 0 -5340 1312 2 -5291 2008 2 - -# sledge hammer -Static 0x0FB4 -5336 1288 0 -5337 1309 8 -5362 1298 0 -5321 1971 0 -5320 1977 0 - -# rock -Static 0x1777 -5337 1288 0 -5341 1311 0 -5352 1312 0 -5354 1344 0 -5289 2012 0 -5332 2003 0 -5333 2002 5 -5291 2017 2 -5346 2009 0 -5347 2008 5 -5356 1994 0 -5359 2018 0 -5317 1972 0 -5316 1994 0 -5350 1994 0 -5351 2005 0 -5360 2007 0 - -# silver ingots -Static 0x1BF7 -5333 1296 0 - -# stone wall -Static 0x0025 -5336 1302 0 -5336 1302 8 -5336 1302 16 -5337 1302 0 -5336 1305 0 -5336 1305 8 -5336 1308 16 -5336 1308 0 -5336 1308 8 -5336 1311 8 -5336 1311 0 -5337 1308 0 - -# lava -Static 0x1A3F -5336 1303 8 -5336 1309 8 - -# stone wall -Static 0x0026 -5336 1303 16 -5337 1303 0 -5336 1304 16 -5336 1309 16 -5336 1310 16 -5337 1304 0 -5337 1309 0 -5337 1310 0 - -# grey slate tile -Static 0x049C -5336 1303 24 -5337 1303 8 -5336 1305 24 -5336 1309 24 -5336 1311 24 -5337 1304 8 -5337 1305 8 -5337 1309 8 -5337 1310 8 -5337 1311 8 - -# stone wall -Static 0x0031 -5336 1303 24 -5336 1304 24 -5336 1309 24 -5336 1310 24 - -# switch -Static 0x1090 -5318 1974 11 -5349 1995 11 -5349 1996 12 -5318 1975 12 - -# wooden planks -Static 0x04DA -5296 1998 40 -5297 1971 20 -5355 1991 40 - -# rock -Static 0x1775 -5332 2002 0 -5313 1961 0 -5349 2010 3 -1013 1434 21 -5310 1953 12 -5289 2017 0 -5290 2016 0 -5291 2018 0 -5310 1954 13 -5346 2008 0 -5347 2007 0 -5310 1959 0 -5348 2007 0 -5351 2011 0 -5357 1995 0 -5359 2017 0 -5362 2011 0 -5314 1954 19 -5314 1955 14 -5136 1971 0 -5333 2001 0 -5334 2001 0 -5335 2003 0 -5335 2004 3 -5349 1992 0 -5351 1995 0 -5160 1971 0 -5361 2013 0 -5363 2008 0 -5364 2010 0 - -# lava -Static 0x1A37 -5336 1304 8 -5336 1310 8 - -# cave floor -Static 0x053F (Hue=0x1) -5333 2003 0 -5347 2008 0 -5348 2009 0 -5334 2003 0 -5347 2009 0 -5348 2008 0 - -# stone wall -Static 0x0032 -5336 1304 24 -5336 1310 24 - -# fire column -Static 0x3709 (Hue=0x835; Light=Circle300) -5336 1304 29 -5336 1310 29 - -# lava -Static 0x1A43 -5336 1305 8 -5336 1311 8 - -# stone wall -Static 0x0024 -5336 1305 16 -5336 1311 16 -5337 1305 0 -5337 1311 0 - -# anvil -AnvilSouthAddon 0x0FB0 -5336 1306 0 -5336 1307 0 - -# forged metal -Static 0x0FB7 -5337 1304 8 -5320 1970 0 - -# debris -Static 0x0C2D -5340 1997 0 -5323 1977 0 -5322 1976 0 -5342 1995 0 -5305 1963 0 -5298 1971 0 -5356 1995 0 -5357 1994 0 -5321 1975 0 -5322 1975 0 -5355 1994 0 - -# silver ingots -Static 0x1BF6 -5337 1305 10 - -# barred metal door -BarredMetalDoor2 0x1FF7 (Facing=NorthCCW) -5311 1371 0 - -# iron ingots -Static 0x1BF1 -5337 1311 10 -5363 1299 0 -5317 1982 0 - -# blood -Static 0x122B (Hue=0x107) -5332 1320 6 - -# flask -Static 0x1837 -5332 1320 8 - -# flask stand -Static 0x1829 -5333 1320 6 - -# flask -Static 0x183A -5333 1320 6 - -# flask -Static 0x1831 -5333 1320 9 - -# blood -Static 0x122D (Hue=0x107) -5333 1322 0 - -# wooden wall -Static 0x0012 -5334 1325 0 -5350 1325 0 -5366 1325 0 -5287 2009 20 - -# waterfall -Static 0x350B -5311 1956 2 -5312 1956 2 -5313 1956 2 - -# water -Static 0x17A8 -5312 1961 0 -5323 1308 0 - -# log wall -Static 0x0090 -5336 1326 0 -5352 1326 0 -5368 1326 0 - -# cauldron -Static 0x0974 -5364 1330 0 -5347 1330 0 -5313 1988 0 - -# debris -Static 0x0C2F -5348 2017 0 -5341 1999 0 -5341 2001 0 -5351 2016 0 -5352 2020 0 -5352 1995 0 - -# wooden planks -Static 0x04C9 -5350 2015 0 -5287 2010 20 -5353 1995 0 -5355 1995 0 - -# tattered banner -Static 0x0427 -5337 1359 0 -5345 1327 0 -5350 1327 0 -5355 1343 0 -5359 1343 0 -5363 1343 0 -5132 1971 18 -5139 1971 0 -5145 1971 0 -5150 1971 0 -5156 1971 0 -5162 1971 18 -5325 1359 0 - -# tattered banner -Static 0x0426 -5338 1359 0 -5346 1327 0 -5351 1327 0 -5356 1343 0 -5360 1343 0 -5364 1343 0 -5326 1359 0 -5133 1971 18 -5140 1971 0 -5146 1971 0 -5151 1971 0 -5157 1971 0 -5163 1971 18 - -# log post -Static 0x009D -5332 1360 12 -5360 1359 2 -5360 1363 2 -5368 1359 0 -5368 1363 0 -5312 1304 2 - -# pile of skulls -Static 0x1ADF -5334 1360 0 - -# stalagmites -Static 0x08E4 -5335 1380 0 -5275 2035 0 -5275 2036 0 -5284 2021 0 -5309 1959 0 -5315 1957 0 -5315 1993 0 -5132 1971 0 -5136 1981 0 -5340 2022 0 -5146 1955 0 -5153 1954 0 -5150 1996 0 -5158 1978 0 -5159 1973 0 -5160 1980 0 -5159 1991 0 -5308 1312 0 - -# vat -Static 0x1552 -5354 1992 41 -5295 1999 41 - -# wooden post -Static 0x0009 -1013 1435 0 -1013 1432 0 -1014 1432 1 -1014 1435 0 -5362 1289 6 -5362 1290 6 -5365 1289 6 -5365 1290 6 - -# smith's hammer -Static 0x13E4 -5308 2009 10 - -# dried onions -Static 0x0C40 -5289 1318 7 -5289 1315 7 - -# ore cart -Static 0x1A83 -5344 1303 0 -5368 1296 0 -5288 2013 0 -5324 2013 0 -5296 2010 0 -5299 1979 0 - -# ore cart -Static 0x1A82 -5344 1304 0 -5368 1297 0 -5288 2014 0 -5324 2014 0 -5296 2011 0 -5299 1980 0 - -# wooden planks -Static 0x04D8 -5355 1993 40 -5354 1993 40 -5297 1976 20 -5295 2000 40 -5296 2000 40 - -# ore cart -Static 0x1A8B -5341 1312 0 -5357 1296 0 -5290 2016 0 - -# ore cart -Static 0x1A88 -5342 1312 0 -5322 1997 0 -5358 1296 0 -5290 2010 0 -5291 2016 0 -5290 2034 0 -5303 2027 0 -5309 2003 0 -5311 1288 0 -5322 1296 0 - -# ore cart -Static 0x1A87 -5343 1312 0 -5323 1997 0 -5359 1296 0 -5291 2010 0 -5292 2016 0 -5291 2034 0 -5304 2027 0 -5310 2003 0 -5312 1288 0 -5323 1296 0 - -# fur%s% -Static 0x11FA -5346 1321 0 -5366 1321 0 - -# fur%s% -Static 0x11F6 -5346 1323 0 - -# fur%s% -Static 0x11F4 -5346 1325 0 -5348 1320 0 -5362 1322 0 - -# beef carcass -Static 0x1872 -5343 1333 0 - -# counter -Static 0x0B3F -5344 1329 0 -5344 1332 0 - -# skull -Static 0x1AE0 -5344 1329 6 - -# spine -Static 0x1B1B -5344 1329 7 - -# counter -Static 0x0B3D -5344 1330 0 -5344 1331 0 - -# pig's head -Static 0x1E8E -5344 1330 6 - -# cleaver -Static 0x0EC3 -5344 1330 3 - -# blood -Static 0x122B -5344 1331 9 -5305 1368 0 -5312 1309 6 - -# leg -Static 0x1CE2 -5344 1331 8 - -# rib cage -Static 0x1B17 -5344 1331 6 - -# skinned goat -Static 0x1E88 -5344 1332 6 -5365 1330 0 - -# blood -Static 0x122E -5345 1331 0 - -# fallen log -Static 0x0CF5 -5345 1333 0 -5348 1333 0 -5362 1333 0 -5365 1333 0 -5155 1965 0 - -# bone -Static 0x1B12 -5346 1332 0 -5312 1310 6 - -# fallen log -Static 0x0CF6 -5346 1333 0 -5349 1333 0 -5363 1333 0 -5366 1333 0 -5156 1965 0 - -# fire pit -Static 0x0FAC (Light=Circle150) -5347 1330 0 -5348 1322 0 -5349 1330 0 -5364 1322 0 -5364 1330 0 -5366 1330 0 -5156 1963 0 -5289 1338 5 -5289 1340 5 - -# bone shards -Static 0x1B19 -5347 1331 0 -5155 1964 0 - -# fallen log -Static 0x0CF7 -5347 1333 0 -5350 1333 0 -5364 1333 0 -5367 1333 0 -5157 1965 0 - -# bone pile -Static 0x1B0A -5341 1365 0 -5271 2030 0 -5137 2016 0 -5315 1343 0 -5320 1328 0 - -# water -Static 0x17A2 -5315 1961 0 -5311 1960 0 -5314 1961 0 -5316 1961 0 - -# crate -MediumCrate 0x0E3F -5352 1296 0 -5135 1964 3 - -# metal chest -MetalGoldenChest 0x0E41 -5354 1296 0 -5354 1296 4 -5355 1296 0 -5361 1343 0 -5366 1343 0 -5323 1287 0 -5317 1304 0 - -# block -Static 0x126E -5352 1311 0 -5352 1311 1 -5352 1311 2 - -# tapestry -Static 0x0FE4 (Hue=0x1) -1013 1433 -3 - -# stone rail -Static 0x08FB -1014 1432 0 -1014 1435 0 - -# curtain rod -Static 0x0434 -1015 1432 0 -1015 1435 0 - -# mushroom -Static 0x0D17 -5290 1314 0 -5290 1318 0 -5293 1314 0 -5290 1312 0 - -# mushroom -Static 0x0D16 -5323 1308 0 -5325 1306 0 -5325 1308 0 -5292 1319 0 -5289 1314 0 -5289 1317 0 - -# fur%s% -Static 0x11FB -5349 1321 0 - -# tapestry -Static 0x0FE3 (Hue=0x1) -1013 1435 -3 - -# bone pile -Static 0x1B0D -5348 1332 0 -5270 2035 0 -5146 1975 0 -5302 1290 0 - -# campfire -CampFire 0x0DE3 -5349 1330 2 -5156 1963 0 -5366 1330 2 - -# skull -Static 0x1AE2 -5355 1343 22 -5355 1343 16 -5355 1343 11 -5355 1343 6 -5355 1352 22 -5355 1352 16 -5355 1352 6 -5360 1368 22 -5360 1368 16 -5360 1368 11 -5360 1368 6 -5369 1343 22 -5369 1343 16 -5369 1343 11 -5369 1343 6 -5369 1368 22 -5369 1368 16 -5369 1368 11 -5369 1368 6 -5157 1963 0 -5355 1352 11 -5312 1310 8 - -# bone pile -Static 0x1B10 -5350 1358 0 -5137 1976 0 -5157 1974 0 -5159 1982 0 -5299 1297 0 -5296 1337 0 -5315 1332 0 -5317 1341 2 - -# vines -Static 0x0CF0 -5288 1316 1 -5287 1317 1 - -# wooden fence -Static 0x0862 -5323 1974 10 -5315 1982 30 -5287 2010 10 -5297 1976 10 -5297 2000 30 -5297 2000 10 -5305 1961 30 -5305 1961 10 -5356 1993 10 -5356 1993 30 -5315 1982 10 -5326 2019 10 -5326 2019 30 -5323 1974 30 - -# dried herbs -Static 0x0C41 -5290 1315 1 - -# candle -Static 0x1430 (Light=Circle150) -5312 1307 8 - -# stalagmites -Static 0x08E9 -5324 1977 0 -5357 1343 0 -5274 2024 25 -5277 2033 0 -5287 2034 0 -5314 2020 0 -5131 1943 -1 -5137 1943 -1 -5135 1977 0 -5144 2000 0 -5140 2010 0 -5154 1971 0 -5154 1995 0 -5308 1321 0 -5311 1370 18 - -# stalagmites -Static 0x08EA -5324 1997 0 -5304 1983 0 -5345 1994 0 -5363 2002 0 - -# stone wall -Static 0x0082 (Hue=0x1) -5363 1287 1 - -# bottle -Static 0x0E26 -5315 1304 9 - -# Bloodspawn -Static 0x0F7C -5315 1304 7 - -# rack -Static 0x1258 -5363 1288 0 -5363 1291 0 -5363 1289 0 -5363 1290 0 -5363 1292 0 -5363 1293 0 -5363 1294 0 -5363 1295 0 -5363 1296 0 -5363 1297 0 -5272 2023 0 -5272 2024 0 -5272 2025 0 -5272 2026 0 -5272 2027 0 -5272 2028 0 -5272 2035 0 -5272 2036 0 -5272 2037 0 -5272 2038 0 -5272 2039 0 -5272 2040 0 -5272 2041 0 -5272 2042 0 -5272 2043 0 - -# mace -Static 0x0F5D -5360 1360 7 -5360 1360 5 -5360 1361 6 -5368 1360 6 -5368 1360 4 -5368 1361 5 - -# stone rail -Static 0x08FC -5362 1290 6 -5365 1290 6 - -# club -Static 0x13B3 -5360 1361 8 -5368 1361 7 - -# skull with candle -CandleSkull 0x1854 -5360 1363 13 -5360 1359 13 -5368 1359 11 -5368 1363 11 -5312 1304 14 -5310 1316 0 -5316 1316 0 - -# lever -Static 0x108C -5360 2010 6 - -# curtain rod -Static 0x0433 -5362 1291 6 -5365 1291 6 - -# hatchet -Static 0x0F44 -5360 1365 7 -5368 1357 7 -5368 1365 7 - -# stone stairs -Static 0x078C -5362 1292 0 -5362 1293 0 -5362 1294 0 -5362 1295 0 -5362 1296 0 -5271 2025 0 -5271 2026 0 -5271 2027 0 -5271 2028 0 -5271 2029 0 -5271 2035 0 -5271 2036 0 -5271 2037 0 -5271 2038 0 -5271 2039 0 -5271 2040 0 -5271 2041 0 -5271 2042 0 -5271 2043 0 -5140 2015 0 -5140 2016 0 -5140 2017 0 -5140 2018 0 -5362 1291 0 - -# two handed axe -Static 0x1442 -5360 1366 7 -5368 1358 7 -5368 1366 7 - -# orc helm -Static 0x1F0B -5362 1368 8 -5363 1368 8 -5364 1368 7 -5365 1368 8 -5366 1368 8 - -# rack -Static 0x1259 -5364 1291 0 -5364 1288 0 -5364 1289 0 -5364 1290 0 -5364 1292 0 -5364 1293 0 -5364 1294 0 -5364 1295 0 -5364 1296 0 -5364 1297 0 -5364 1298 0 -5273 2023 0 -5273 2024 0 -5273 2025 0 -5273 2026 0 -5273 2027 0 -5273 2036 0 -5273 2037 0 -5273 2038 0 -5273 2039 0 -5273 2040 0 -5273 2041 0 -5273 2042 0 -5273 2043 0 - -# crate -LargeCrate 0x0E3D -5356 1296 0 - -# rock -Static 0x1772 -5357 1296 0 -5272 2029 0 -5294 2010 0 - -# stone stairs -Static 0x0790 -5362 1297 0 - -# stone wall -Static 0x01E9 -5363 1298 0 -5270 2032 0 - -# wooden planks -Static 0x04DC -5295 2001 22 -5293 2001 22 -5294 2001 22 - -# wooden planks -Static 0x04D7 -5297 1999 40 -5354 1992 40 -5297 1974 20 -5297 1975 20 -5295 1999 40 -5296 1999 40 -5297 1972 20 -5356 1992 40 -5341 1998 0 -5355 1992 40 -5297 1973 20 - -# wooden planks -Static 0x04E0 -5297 2000 40 -5356 1993 40 - -# fur%s% -Static 0x11F7 -5362 1320 0 -5362 1324 0 - -# wooden chest -WoodenChest 0x0E43 -5363 1320 0 -5365 1320 0 - -# shovel -Static 0x0F39 -5294 2008 0 -5290 2032 0 - -# entrails -Static 0x1CEF -5363 1332 0 - -# flowstone -Static 0x08E3 -5362 1343 0 -5359 1362 0 -5365 1287 22 -5324 2019 0 -5294 2025 0 -5297 2028 0 -5305 1975 0 -5313 1991 0 -5318 2015 0 -5131 1970 0 -5139 1971 0 -5331 2010 0 -5141 2006 2 -5295 1299 0 -5325 1999 0 -5295 1355 0 -5306 1318 0 - -# tattered banner -Static 0x042F -5359 1354 0 -5359 1358 0 -5359 1362 0 -5359 1366 0 - -# tattered banner -Static 0x042E -5359 1355 0 -5359 1359 0 -5359 1363 0 -5359 1367 0 - -# tattered banner -Static 0x042A -5359 1356 0 -5359 1360 0 -5359 1364 0 -5135 1968 18 -5165 1968 18 -5307 1313 0 -5307 1317 0 - -# tattered banner -Static 0x042B -5359 1357 0 -5359 1361 0 -5359 1365 0 -5135 1969 18 -5165 1969 18 -5307 1314 0 -5307 1318 0 - -# bow -Static 0x13B1 -5360 1356 4 -5360 1358 6 - -# log table -Static 0x11E0 -5360 1356 0 -5360 1360 0 -5360 1364 0 -5368 1356 0 -5368 1360 0 -5368 1364 0 -5312 1305 0 -5312 1308 0 - -# arrows -Static 0x0F41 -5360 1357 6 - -# log table -Static 0x11E1 -5360 1357 0 -5360 1361 0 -5360 1365 0 -5368 1357 0 -5368 1361 0 -5368 1365 0 -5312 1306 0 -5312 1309 0 - -# log table -Static 0x11DF -5360 1358 0 -5360 1362 0 -5360 1366 0 -5368 1358 0 -5368 1362 0 -5368 1366 0 -5312 1307 0 -5312 1310 0 - -# war mace -Static 0x1406 -5360 1361 11 -5360 1362 10 -5360 1362 7 -5368 1361 10 -5368 1362 9 -5368 1362 6 - -# war hammer -Static 0x1438 -5360 1361 4 -5368 1361 3 - -# axe -Static 0x0F4A -5360 1364 3 -5368 1356 3 -5368 1364 3 - -# large battle axe -Static 0x13FA -5360 1364 6 -5368 1356 6 -5368 1364 6 - -# double axe -Static 0x0F4C -5360 1365 4 -5368 1357 4 -5368 1365 4 - -# executioner's axe -Static 0x0F46 -5360 1366 4 -5368 1358 4 -5368 1366 4 - -# ringmail gloves -Static 0x13F2 -5361 1368 5 -5366 1368 7 - -# log table -Static 0x11DD -5361 1368 0 -5313 1304 0 - -# ringmail tunic -Static 0x13EC -5362 1368 6 -5363 1368 6 -5365 1368 6 -5366 1368 6 - -# log table -Static 0x11DE -5362 1368 0 -5363 1368 0 -5364 1368 0 -5365 1368 0 -5314 1304 0 - -# waterfall -Static 0x3511 -5313 1955 7 -5311 1955 7 -5312 1955 7 - -# stone stairs -Static 0x078A -5365 1288 0 -5365 1289 0 -5365 1291 0 -5365 1292 0 -5365 1293 0 -5365 1294 0 -5365 1295 0 -5365 1296 0 -5274 2025 0 -5274 2026 0 -5274 2027 0 -5274 2036 0 -5274 2037 0 -5274 2038 0 -5274 2039 0 -5274 2040 0 -5274 2041 0 -5274 2042 0 -5274 2043 0 -5292 1338 0 -5292 1339 0 -5292 1340 0 - -# whirlpool -Static 0x34B6 -5311 1959 0 - -# rock -Static 0x1771 -5368 1294 0 -5365 1298 0 -5270 2034 0 -5295 2009 0 - -# ore cart -Static 0x1A86 -5368 1295 0 - -# boards -Static 0x1BD9 -5364 1299 0 - -# boards -Static 0x1BDC -5365 1297 3 - -# stone wall -Static 0x01E8 -5365 1297 0 -5273 2028 0 -5270 2031 0 - -# stone wall -Static 0x01EB -5365 1299 0 -5273 2028 3 -5269 2030 0 -5269 2032 0 - -# cave floor -Static 0x0548 (Hue=0x1) -5348 2007 0 - -# fur%s% -Static 0x11F8 -5364 1321 0 - -# debris -Static 0x0C2E -5350 2016 0 -5353 1994 0 -5322 1976 5 -5339 2000 0 -5353 1996 0 -5350 2018 0 -5355 1996 0 -5323 1976 0 - -# rack -Static 0x1250 -5309 1987 0 -5282 2012 0 -5283 2012 0 -5284 2012 0 -5285 2012 0 -5286 2012 0 -5287 2012 0 -5301 1987 0 -5302 1987 0 -5303 1987 0 -5304 1987 0 -5305 1987 0 -5306 1987 0 -5307 1987 0 -5308 1987 0 -5310 1987 0 -5311 1987 0 -5312 1987 0 -5313 1987 0 - -# wooden ladder -Static 0x089F -5296 2001 12 -5298 1972 12 -5298 1975 12 - -# tool kit -Static 0x1EBA -5318 1974 9 - -# heating stand -HeatingStand 0x184A -5332 1320 8 - -# axle%s% with gears -Static 0x1051 -5318 1974 7 - -# bird -Static 0x1E84 -5364 1331 0 - -# arm -Static 0x1CE5 -5364 1332 0 - -# rib cage -Static 0x1B18 -5365 1331 0 -5154 1985 0 - -# bone -Static 0x1B11 -5365 1332 0 -5156 1964 0 - -# garbage -Static 0x10F0 -5367 1328 0 -5140 1996 0 -5155 1986 0 -5316 1373 0 - -# barred metal door -BarredMetalDoor2 0x1FF5 (Facing=SouthCW) -5311 1372 0 - -# wooden stairs -Static 0x073B -5307 2006 0 -5309 2006 0 -5311 2006 0 - -# wooden planks -Static 0x04E1 -5356 1991 40 -5297 1998 40 - -# ringmail gloves -Static 0x13EB -5364 1368 6 - -# log table -Static 0x11DC -5366 1368 0 -5315 1304 0 - -# shovel -Static 0x0F3A -5289 2012 2 - -# stone wall -Static 0x01EA -5270 2031 3 - -# stone arch -Static 0x01E1 -5270 2033 0 - -# cannon -Static 0x0E96 (Name=an orcish drilling device) -5362 2010 0 - -# water -Static 0x17AC -5316 1956 0 - -# water -Static 0x1798 -5317 1956 0 -5317 1957 0 -5315 1957 0 -5316 1957 0 -5318 1956 0 -5319 1956 0 -5315 1958 0 -5316 1958 0 -5317 1958 0 -5317 1959 0 -5318 1958 0 -5319 1957 0 - -# stone stairs -Static 0x078F -5273 2035 0 -5292 1337 0 - -# tinker's tools -Static 0x1EBC -5320 1979 0 - -# wooden shingles -Static 0x05CF -5287 2011 11 - -# bone pile -Static 0x1B09 -5276 2026 0 -5359 2003 0 -5147 1971 0 -5155 1992 0 -5313 1343 0 -5317 1332 0 - -# rack -Static 0x1251 -5282 2013 0 -5283 2013 0 -5284 2013 0 -5285 2013 0 -5286 2013 0 -5287 2013 0 -5301 1988 0 -5302 1988 0 -5303 1988 0 -5304 1988 0 -5305 1988 0 -5306 1988 0 -5307 1988 0 -5308 1988 0 -5309 1988 0 -5310 1988 0 -5311 1988 0 -5312 1988 0 -5313 1988 0 - -# crate -LargeCrate 0x0E3C -5284 2011 3 -5285 2011 3 -5135 1964 0 -5135 1965 3 -5135 1965 0 -5135 1966 0 - -# crate -MediumCrate 0x0E3E -5284 2011 7 - -# wooden wall -Static 0x0018 -5287 2010 26 - -# wooden ladder -Static 0x08A1 -5288 2010 0 -5297 2001 0 -5299 1972 0 -5299 1975 0 - -# diamond%s% -Static 0x0F29 -5288 2013 1 -5310 2009 8 - -# sapphire%s% -Static 0x0F11 -5288 2013 0 - -# rub%ies/y% -Static 0x0F1D -5288 2013 5 - -# rub%ies/y% -Static 0x0F2B -5288 2013 4 - -# citrine%s% -Static 0x0F2C -5288 2013 6 - -# lantern -Lantern 0x0A22 -5322 1980 9 - -# emerald%s% -Static 0x0F2F -5288 2013 6 - -# amethyst%s% -Static 0x0F22 -5288 2013 4 - -# rock -Static 0x1779 -5289 2008 0 -5290 2009 0 -5291 2007 0 - -# wooden signpost -Static 0x0B98 -5323 1975 19 -5305 1962 19 - -# stone stairs -Static 0x0789 -5284 2014 0 -5285 2014 0 -5286 2014 0 -5303 1989 0 -5304 1989 0 -5305 1989 0 -5307 1989 0 -5308 1989 0 -5309 1989 0 -5310 1989 0 -5311 1989 0 -5312 1989 0 -5289 1341 0 -5290 1341 0 -5291 1341 0 -5306 1989 0 - -# stone stairs -Static 0x078E -5287 2014 0 -5292 1341 0 - -# vat -Static 0x14DF -5296 1997 41 -5355 1990 41 - -# dried onions -Static 0x0C3F -5290 1315 3 - -# wooden planks -Static 0x04DF -5293 1998 29 -5295 1998 40 -5354 1991 40 - -# wooden planks -Static 0x04DE -5293 1999 29 - -# wooden ladder -Static 0x08A3 -5293 2000 21 -5354 1994 2 - -# vat -Static 0x14DE -5294 1999 41 -5353 1992 41 - -# cave floor -Static 0x0547 (Hue=0x1) -5332 2003 0 -5346 2009 0 - -# vat -Static 0x1558 -5295 1998 41 -5354 1991 41 - -# vat -Static 0x1554 -5296 1998 41 -5355 1991 41 - -# water -Static 0x1559 -5296 1999 41 -5355 1992 41 - -# vat -Static 0x1550 -5296 2001 41 -5355 1994 41 - -# rock -Static 0x177A -5290 2008 0 - -# bardiche -Static 0x0F4D -5347 1993 0 -5316 1972 0 - -# pitchfork -Static 0x0E87 -5347 1993 0 -5316 1972 0 - -# pullies -Static 0x1E9C -5305 1963 24 -5316 1982 19 - -# cannon -Static 0x0E8D (Name=an orcish drilling device) -5348 1994 0 -5317 1973 0 - -# cannon -Static 0x0E8C (Name=an orcish drilling device) -5348 1995 0 -5317 1974 0 - -# hook -Static 0x1E9A -5298 1971 17 - -# fizzle -Static 0x3735 -5348 1996 18 -5317 1975 18 - -# vat -Static 0x14D7 -5297 2000 41 -5356 1993 41 - -# blood -Static 0x122A (Hue=0x107) -5330 1321 0 - -# water trough -WaterTroughSouthAddon 0x0B43 -5299 1997 0 - -# water trough -Static 0x0B44 -5300 1997 0 - -# vat -Static 0x1556 -5298 1999 41 -5357 1992 41 - -# cave floor -Static 0x0549 (Hue=0x1) -5346 2008 0 -5347 2007 0 -5332 2002 0 - -# water -Static 0x17A3 -5310 1958 0 -5310 1959 0 -5323 1307 0 - -# waterfall -Static 0x3523 -5311 1958 0 -5312 1958 0 -5313 1958 0 - -# rock -Static 0x34AC -5312 1958 0 - -# water -Static 0x17AB -5312 1960 0 - -# skinned deer -Static 0x1E90 -5329 1352 0 - -# debris -Static 0x0C30 -5351 2015 0 -5342 1998 0 -5354 1995 0 - -# bones -Static 0x0ED1 -5351 2016 0 - -# wooden fence -Static 0x088B -5351 2017 0 -5351 2018 0 -5351 2021 0 - -# lever -Static 0x1095 -5347 1996 5 -5348 1996 6 -5317 1975 6 - -# wooden stairs -Static 0x073C -5306 2007 0 -5306 2009 0 -5306 2011 0 - -# wood -Static 0x0738 -5307 2007 0 -5307 2008 0 -5307 2009 0 -5307 2010 0 -5307 2011 0 -5308 2007 0 -5308 2008 0 -5308 2009 0 -5308 2010 0 -5308 2011 0 -5309 2007 0 -5309 2008 0 -5309 2009 0 -5309 2010 0 -5309 2011 0 -5310 2007 0 -5310 2008 0 -5310 2009 0 -5310 2010 0 -5310 2011 0 -5311 2007 0 -5311 2008 0 -5311 2009 0 -5311 2010 0 -5311 2011 0 - -# wooden stairs -Static 0x0739 -5307 2012 0 -5309 2012 0 -5311 2012 0 - -# rocks -Static 0x136A -5308 2008 5 - -# bones -Static 0x0ECF -5356 1995 0 - -# stool -Stool 0x0A2A -5309 2008 5 - -# forge -SmallForgeAddon 0x0FB1 -5309 2009 5 -5318 1978 0 - -# table -Static 0x0B36 -5310 2009 5 - -# wooden stairs -Static 0x073A -5312 2007 0 -5312 2009 0 -5312 2011 0 - -# water -Static 0x17A0 -5314 1957 0 -5317 1955 0 -5318 1955 0 -5319 1955 0 - -# water -Static 0x17A6 -5315 1956 0 -5316 1955 0 -5323 1306 0 - -# tongs -Static 0x0FBC -5310 2009 11 - -# water -Static 0x346E -5318 1957 0 - -# water -Static 0x17A9 -5320 1956 0 - -# water -Static 0x17AA -5320 1957 0 -5317 1960 0 -5318 1959 0 -5319 1958 0 - -# water -Static 0x17B1 -5321 1957 0 - -# rock -Static 0x3423 -5316 1958 0 - -# water -Static 0x179A -5316 1959 0 -5316 1960 0 - -# cannon -Static 0x0E8B (Name=an orcish drilling device) -5317 1975 0 -5348 1996 0 - -# empty jars -Static 0x0E46 -5318 1974 0 - -# table -Static 0x0B3C -5318 1974 0 - -# barrel hoops -Static 0x10E2 -5319 1981 0 -5321 1977 0 - -# cannon -Static 0x0E8E (Name=an orcish drilling device) -5321 1976 0 - -# barrel staves -Static 0x1EB1 -5321 1981 0 - -# wooden signpost -Static 0x0B97 -5316 1982 19 -5297 1970 6 - -# iron wire -Static 0x1876 -5318 1982 6 - -# bottle -Static 0x0E2C -5318 1982 10 -5314 1304 6 - -# table -Static 0x0B34 -5318 1982 0 -5320 1982 0 -5322 1978 0 - -# lever -Static 0x1094 -5320 1982 9 - -# unfinished barrel -Static 0x1EB5 -5321 1982 0 - -# tool kit -Static 0x1EBB -5322 1978 8 - -# palisade -Static 0x0221 -5131 1968 20 -5131 1969 20 -5131 1970 20 -5134 1968 20 -5134 1969 20 -5146 1969 0 -5149 1969 0 -5149 1970 0 -5161 1968 20 -5161 1969 20 -5161 1970 20 -5164 1968 20 -5164 1969 20 - -# palisade -Static 0x0424 -5131 1968 40 -5131 1970 40 -5134 1968 40 -5161 1968 40 -5161 1970 40 -5164 1968 40 - -# wooden wall -Static 0x0227 -5131 1968 0 -5131 1969 0 -5131 1970 0 -5134 1968 0 -5134 1969 0 -5161 1968 0 -5161 1969 0 -5164 1968 0 -5164 1969 0 - -# palisade -Static 0x0222 -5132 1967 20 -5132 1970 20 -5133 1967 20 -5133 1970 20 -5134 1967 20 -5135 1970 0 -5137 1970 0 -5139 1970 0 -5141 1970 0 -5143 1970 0 -5145 1970 0 -5150 1970 0 -5151 1970 0 -5153 1970 0 -5155 1970 0 -5157 1970 0 -5159 1970 0 -5162 1967 20 -5162 1970 20 -5163 1967 20 -5163 1970 20 -5164 1967 20 - -# palisade -Static 0x0423 -5132 1967 40 -5132 1970 40 -5134 1967 40 -5136 1970 20 -5138 1970 20 -5140 1970 20 -5142 1970 20 -5144 1970 20 -5152 1970 20 -5154 1970 20 -5156 1970 20 -5158 1970 20 -5160 1970 20 -5162 1967 40 -5162 1970 40 -5164 1967 40 - -# wooden wall -Static 0x0228 -5132 1967 0 -5132 1970 0 -5133 1967 0 -5133 1970 0 -5134 1967 0 -5136 1970 0 -5138 1970 0 -5140 1970 0 -5142 1970 0 -5144 1970 0 -5152 1970 0 -5154 1970 0 -5156 1970 0 -5158 1970 0 -5160 1970 0 -5162 1967 0 -5162 1970 0 -5163 1967 0 -5163 1970 0 -5164 1967 0 - -# palisade -Static 0x0223 -5134 1970 0 -5134 1970 20 -5146 1970 0 -5161 1970 0 -5164 1970 20 - -# palisade -Static 0x0425 -5134 1970 40 -5164 1970 40 - -# small crate -SmallCrate 0x09A9 -5135 1966 3 - -# wooden stairs -Static 0x0725 -5137 1969 0 - -# wood -Static 0x0721 -5138 1969 0 -5139 1969 0 -5140 1969 0 -5141 1969 0 -5142 1969 0 -5143 1969 0 -5144 1969 0 -5145 1969 0 -5150 1969 0 -5151 1969 0 -5152 1969 0 -5153 1969 0 -5154 1969 0 -5155 1969 0 -5156 1969 0 -5157 1969 0 - -# wooden stairs -Static 0x0724 -5145 1968 0 -5150 1968 0 - -# hay -Static 0x1036 -5154 1956 0 -5156 1956 0 - -# fallen log -Static 0x0CF3 -5154 1963 0 - -# fallen log -Static 0x0CF4 -5154 1964 0 - -# wooden stairs -Static 0x0723 -5158 1969 0 - -# wooden wall -Static 0x0226 -5164 1970 0 - -# vines -Static 0x0CF2 -5288 1311 2 -5288 1317 2 - -# vines -Static 0x0CEC -5288 1311 1 -5290 1311 1 -5289 1315 0 -5289 1318 0 -5293 1311 2 - -# vines -Static 0x0CEB -5289 1311 1 -5294 1311 2 - -# vines -Static 0x0CEE -5291 1311 1 -5287 1321 2 -5295 1311 8 - -# vines -Static 0x0CEF -5287 1312 1 -5287 1313 1 -5287 1314 1 -5287 1318 1 -5287 1319 1 - -# mushrooms -Static 0x0D0D -5288 1312 0 -5289 1319 0 -5290 1317 0 -5294 1313 0 - -# mushrooms -Static 0x0D12 -5288 1313 0 -5289 1316 0 -5291 1313 0 -5291 1315 0 -5291 1319 0 -5293 1317 0 - -# mushrooms -Static 0x0D15 -5288 1315 0 -5289 1312 0 -5290 1319 0 -5291 1317 0 -5293 1315 0 -5323 1306 0 - -# mushrooms -Static 0x0D13 -5288 1317 0 -5288 1319 0 -5289 1313 0 -5289 1315 0 -5289 1318 0 -5291 1314 0 -5292 1316 0 -5293 1313 0 -5293 1318 0 - -# light -Static 0x1ECF (Light=Circle300) -5289 1313 -2 -5290 1318 -2 -5292 1313 -2 - -# dried flowers -Static 0x0C3E -5289 1315 3 -5289 1318 1 - -# dried flowers -Static 0x0C3C -5289 1318 1 - -# cave wall -Static 0x0267 -5287 1320 0 - -# fire -Static 0x19AB (Light=Circle300) -5290 1335 28 -5289 1338 8 -5289 1340 8 -5290 1344 28 -5293 1335 28 -5293 1344 28 - -# stone wall -Static 0x01D1 -5288 1337 5 -5288 1337 28 -5288 1339 24 -5288 1341 5 - -# stone -Static 0x0787 -5288 1337 61 - -# stone -Static 0x0784 -5288 1341 61 -5288 1342 44 - -# cannon -Static 0x0E94 (Name=an orcish drilling device) -5360 2010 0 - -# cannon -Static 0x0E95 (Name=an orcish drilling device) -5361 2010 0 - -# stone pillar -Static 0x01DA -5288 1342 92 - -# blood -Static 0x1CD9 -5289 1339 0 -5290 1339 0 - -# mushrooms -Static 0x0D0E -5292 1313 0 - -# shackles -Static 0x1640 -5305 1367 0 -5307 1367 0 -5303 1370 0 -5303 1373 0 - -# skeleton -Static 0x1B80 -5304 1371 4 - -# bone shards -Static 0x1B1A -5312 1305 6 - -# blood -Static 0x122D -5312 1306 7 -5311 1315 0 -5316 1304 0 -5317 1309 0 -5317 1315 0 - -# bird%s -Static 0x1E85 -5312 1306 6 - -# pig's feet -Static 0x1E8C -5312 1307 6 - -# butcher knife -Static 0x13F7 -5312 1308 6 - -# chicken -Static 0x1E87 -5312 1309 0 - -# jaw bone -Static 0x1B13 -5312 1310 7 - -# Eye%s% of Newt -Static 0x0F87 -5313 1304 7 - -# bottle -Static 0x0E2B -5314 1304 7 - -# bottle -Static 0x0E25 -5315 1304 7 - -# refuse -Static 0x1BBA -5314 1327 0 -5315 1328 0 - -# refuse -Static 0x1BB4 -5311 1330 0 -5312 1331 0 -5321 1330 0 -5317 1344 0 - -# refuse -Static 0x1BB7 -5312 1328 0 -5320 1326 0 -5321 1327 0 -5317 1341 0 - -# refuse -Static 0x1BAB -5312 1329 0 -5321 1328 0 -5317 1342 0 - -# refuse -Static 0x1BB6 -5312 1330 0 -5321 1329 0 -5317 1343 0 - -# refuse -Static 0x1BAA -5313 1328 0 -5314 1328 0 -5321 1326 0 -5322 1326 0 -5322 1327 0 -5323 1327 0 -5318 1341 0 -5319 1341 0 - -# refuse -Static 0x1BA0 -5313 1331 0 -5322 1330 0 -5318 1344 0 - -# refuse -Static 0x1BB2 -5314 1330 0 -5323 1329 0 -5319 1343 0 - -# refuse -Static 0x1BBC -5314 1331 0 -5323 1330 0 -5319 1344 0 - -# skeleton with meat -Static 0x1B1E -5308 1368 1 -5316 1304 0 - -# window -Static 0x01D4 -5311 1370 0 -5311 1373 0 - -# skull with candle -CandleSkull 0x1858 -5316 1310 0 - -# pickaxe -Static 0x0E86 -5315 1994 0 diff --git a/Distribution/Data/Decoration/Britannia/_shame.cfg b/Distribution/Data/Decoration/Britannia/_shame.cfg deleted file mode 100644 index 3e2e182ce..000000000 --- a/Distribution/Data/Decoration/Britannia/_shame.cfg +++ /dev/null @@ -1,901 +0,0 @@ -# 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 diff --git a/Distribution/Data/Decoration/Britannia/_terathankeep.cfg b/Distribution/Data/Decoration/Britannia/_terathankeep.cfg deleted file mode 100644 index 4c327fcf3..000000000 --- a/Distribution/Data/Decoration/Britannia/_terathankeep.cfg +++ /dev/null @@ -1,183 +0,0 @@ -# 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 diff --git a/Distribution/Data/Decoration/Britannia/_wrong.cfg b/Distribution/Data/Decoration/Britannia/_wrong.cfg deleted file mode 100644 index 9346d2431..000000000 --- a/Distribution/Data/Decoration/Britannia/_wrong.cfg +++ /dev/null @@ -1,370 +0,0 @@ -# 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 diff --git a/Distribution/Data/Decoration/Britannia/britain.cfg b/Distribution/Data/Decoration/Britannia/britain.cfg deleted file mode 100644 index 4b5fe64c9..000000000 --- a/Distribution/Data/Decoration/Britannia/britain.cfg +++ /dev/null @@ -1,5377 +0,0 @@ -# stone wall -Static 0x0063 -1517 1670 20 - -# stone wall -Static 0x0080 -1323 1627 50 - -# plaster wall -Static 0x012C -1224 1567 0 - -# wooden boards -Static 0x04AA -1497 1664 27 - -# wooden boards -Static 0x04B5 -1610 1591 -20 -1611 1591 -20 - -# wooden boards -Static 0x04B7 -1501 1611 40 -1619 1590 -20 - -# slate roof -Static 0x0596 -1559 1775 33 - -# thatch roof -Static 0x05A4 -1639 1504 58 - -# wooden shingles -Static 0x05C3 -1640 1690 56 - -# wooden shingles -Static 0x05C4 -1603 1519 69 - -# wooden shingles -Static 0x05C5 -1602 1518 66 - -# platform -Static 0x07C1 -1436 1559 30 - -# platform -Static 0x07C3 -1437 1548 30 -1436 1549 30 - -# platform -Static 0x07C4 -1442 1548 30 - -# fireplace -StoneFireplaceSouthAddon -1137 1816 0 - -# fireplace -Static 0x08CF -1248 1704 0 - -# fireplace -Static 0x08D0 -1248 1703 0 - -# fireplace -Static 0x08D3 -1152 1616 0 -1190 1704 0 -1547 1704 20 - -# fireplace -Static 0x08D4 -1153 1616 0 -1191 1704 0 -1548 1704 20 - -# fireplace -Static 0x08DA -1424 1715 20 -1544 1762 10 -1486 1688 20 -1592 1516 40 - -# fireplace -Static 0x08DB -1424 1714 20 -1592 1515 40 -1486 1687 20 -1544 1761 10 - -# chimney -Static 0x08DD -1637 1656 43 -1549 1680 51 - -# fireplace -Static 0x08DE -1153 1544 0 -1478 1512 20 -1228 1568 0 - -# fireplace -Static 0x08DF -1152 1544 0 -1227 1568 0 -1477 1512 20 - -# oven -StoneOvenEastAddon 0x092C -1424 1712 20 -1448 1615 20 - -# fireplace -StoneFireplaceEastAddon 0x0959 -1648 1601 20 - -# fireplace -Static 0x095F -1549 1680 30 - -# fireplace -Static 0x0960 -1548 1680 30 - -# metal chest -MetalChest 0x09AB -1653 1600 26 -1651 1600 26 -1649 1600 26 - -# lantern post -Static 0x0A1F -1556 1612 10 - -# candelabra -CandelabraStand 0x0A29 (Unlit) -1558 1592 10 -1549 1585 10 - -# chest of drawers -Drawer 0x0A2C -1459 1517 20 -1588 1594 20 -1587 1584 40 -1459 1512 20 -1588 1594 40 -1505 1615 40 -1587 1584 20 -1494 1615 40 -1642 1576 0 -1503 1610 40 -1577 1594 40 -1242 1696 0 -1649 1560 10 -1468 1520 20 -1493 1610 40 -1579 1584 20 -1579 1584 40 -1469 1704 0 -1493 1620 40 -1386 1800 0 -1426 1752 10 -1503 1620 40 -1196 1714 0 -1577 1594 20 -1707 1557 50 - -# chest of drawers -FancyDrawer 0x0A30 -1675 1544 50 -1661 1600 20 -1637 1504 35 -1708 1552 50 -1502 1610 20 -1689 1568 20 -1549 1648 26 -1658 1576 5 -1676 1584 12 -1601 1648 10 - -# chest of drawers -Drawer 0x0A34 -1530 1413 15 -1530 1415 15 -1428 1595 20 -1533 1433 15 -1460 1705 0 -1416 1555 30 -1184 1715 0 -1454 1705 0 -1507 1595 10 -1448 1707 0 -1624 1584 -20 -1537 1739 35 -1537 1744 35 -1617 1564 50 -1689 1548 65 -1656 1644 0 -1384 1818 0 -1608 1517 40 -1144 1621 0 -1533 1425 15 -1456 1525 20 - -# chest of drawers -FancyDrawer 0x0A38 -1500 1621 20 -1352 1588 50 -1538 1706 20 -1538 1692 30 -1649 1547 45 -1342 1660 50 -1233 1573 0 -1352 1660 50 -1672 1573 20 -1538 1685 30 -1640 1701 36 -1428 1593 20 -1632 1506 35 -1349 1590 72 -1664 1547 30 - -# dresser -Static 0x0A3C -1444 1576 20 -1442 1576 20 - -# dresser -Static 0x0A3D -1443 1576 20 -1441 1576 20 - -# dresser -Static 0x0A44 -1529 1417 55 -1440 1580 20 - -# dresser -Static 0x0A45 -1440 1579 20 -1529 1416 55 - -# armoire -FancyArmoire 0x0A4D -1660 1576 5 -1677 1568 20 -1501 1610 20 -1710 1552 50 -1659 1600 20 -1547 1648 26 - -# armoire -Armoire 0x0A4F -1419 1552 30 -1580 1584 20 -1579 1594 20 -1578 1594 40 -1590 1584 40 -1536 1412 15 -1244 1696 0 -1644 1576 0 -1197 1714 0 -1651 1560 10 -1588 1584 20 -1589 1594 20 -1470 1520 20 -1534 1424 15 -1582 1584 40 -1589 1594 40 -1534 1432 15 -1459 1522 20 - -# armoire -FancyArmoire 0x0A51 -1500 1623 20 -1672 1549 50 -1352 1590 50 -1649 1549 45 -1538 1693 30 -1349 1587 73 -1538 1708 20 -1428 1596 20 -1342 1658 50 -1600 1653 10 -1672 1588 7 -1640 1697 36 -1664 1548 30 -1352 1658 50 -1688 1573 20 -1538 1684 30 - -# armoire -Armoire 0x0A53 -1689 1549 65 -1424 1753 10 -1608 1513 40 -1529 1415 55 -1428 1594 20 -1624 1589 -20 -1507 1597 10 - -# bed -Static 0x0A78 -1673 1547 50 - -# bed -Static 0x0A79 -1673 1546 50 - -# bookcase -LibraryBookcase 0x0A97 -1545 1736 15 -1341 1728 60 -1330 1642 72 -1548 1736 15 -1497 1656 27 -1531 1433 35 -1354 1655 72 -1532 1425 35 -1354 1659 72 -1354 1642 72 -1352 1650 72 -1352 1646 72 -1352 1655 72 -1414 1601 30 -1495 1544 30 -1619 1560 30 -1413 1588 30 -1425 1647 10 -1532 1429 35 -1427 1647 10 -1418 1597 50 -1418 1601 30 -1418 1593 50 -1418 1608 30 -1418 1601 50 -1187 1704 0 -1349 1642 72 -1469 1560 50 -1418 1544 30 -1633 1509 35 -1496 1551 70 -1497 1713 6 -1462 1553 50 -1419 1576 30 -1526 1433 35 -1417 1605 50 -1505 1656 27 -1461 1548 30 -1525 1429 35 -1525 1425 35 -1348 1728 60 -1459 1553 50 -1467 1560 50 -1497 1551 70 -1147 1616 0 -1250 1696 0 -1459 1548 30 -1527 1429 35 -1415 1605 50 -1528 1425 35 -1528 1422 35 -1473 1592 20 -1539 1712 20 -1487 1546 35 -1486 1546 35 -1489 1546 35 -1539 1736 15 -1351 1659 72 -1556 1656 26 -1444 1548 50 -1652 1544 25 -1495 1713 6 -1457 1548 30 -1478 1736 0 - -# bookcase -LibraryBookcase 0x0A98 -1445 1548 50 -1506 1656 27 -1470 1560 50 -1412 1601 30 -1413 1592 30 -1546 1736 15 -1415 1608 30 -1476 1592 20 -1419 1544 30 -1148 1616 0 -1529 1422 35 -1252 1696 0 -1543 1712 20 -1528 1433 35 -1477 1736 0 -1526 1429 35 -1455 1548 30 -1525 1433 35 -1498 1656 27 -1622 1560 30 -1460 1548 30 -1541 1736 15 -1557 1656 26 -1417 1593 50 -1417 1592 30 -1488 1546 35 -1620 1560 30 -1531 1429 35 -1416 1597 50 -1185 1704 0 -1446 1548 50 -1416 1588 30 -1426 1647 10 -1533 1429 35 -1416 1605 50 -1416 1601 30 -1472 1560 50 -1495 1551 70 -1415 1592 30 -1351 1650 72 -1351 1642 72 -1493 1551 70 -1415 1593 50 -1634 1509 35 -1526 1425 35 -1538 1736 15 -1420 1576 30 -1417 1601 50 -1416 1608 30 -1534 1433 35 -1474 1592 20 -1653 1544 25 -1354 1650 72 -1345 1728 60 -1356 1642 72 -1353 1659 72 -1496 1544 30 -1353 1655 72 -1337 1642 72 -1496 1713 6 -1414 1588 30 -1531 1425 35 - -# bookcase -LibraryBookcase 0x0A99 -1672 1596 7 -1522 1423 35 -1408 1608 50 -1408 1608 30 -1630 1662 35 -1412 1747 10 -1672 1593 7 -1492 1715 6 -1412 1752 10 -1522 1436 35 -1522 1432 35 -1522 1430 35 -1510 1613 10 -1491 1553 70 -1538 1713 20 -1416 1580 30 -1592 1597 20 -1491 1555 70 -1408 1594 30 -1632 1512 35 -1592 1595 20 -1416 1548 30 -1492 1614 20 -1408 1597 30 -1408 1606 30 -1600 1520 40 -1442 1553 50 -1491 1557 70 -1442 1557 50 -1544 1652 26 -1648 1641 0 -1408 1602 30 -1336 1732 20 -1184 1707 0 -1412 1756 10 -1576 1565 20 -1544 1737 15 -1364 1634 50 -1576 1699 35 -1472 1745 0 -1336 1733 60 -1472 1742 0 -1472 1740 0 -1568 1697 35 -1537 1740 15 -1537 1741 15 -1224 1579 0 -1537 1738 15 -1544 1688 30 -1537 1737 15 -1576 1707 35 -1347 1657 72 -1576 1563 20 -1464 1561 50 -1248 1701 0 - -# bookcase -LibraryBookcase 0x0A9A -1538 1714 20 -1600 1521 40 -1248 1697 0 -1576 1564 20 -1544 1653 26 -1544 1685 30 -1491 1556 70 -1442 1552 50 -1442 1558 50 -1648 1642 0 -1576 1708 35 -1672 1595 7 -1491 1552 70 -1649 1545 25 -1544 1687 30 -1492 1721 6 -1538 1717 20 -1544 1741 15 -1492 1718 6 -1464 1563 50 -1522 1435 35 -1492 1717 6 -1408 1605 30 -1224 1581 0 -1592 1594 20 -1408 1596 30 -1408 1597 50 -1408 1600 30 -1408 1593 30 -1408 1609 30 -1336 1735 20 -1408 1603 50 -1336 1733 20 -1576 1698 35 -1522 1429 35 -1522 1424 35 -1522 1428 35 -1522 1437 35 -1496 1666 27 -1347 1658 72 -1496 1657 27 -1568 1699 35 -1412 1746 10 -1468 1595 20 -1492 1615 20 -1632 1510 35 -1184 1711 0 -1184 1709 0 -1491 1554 70 -1416 1579 30 -1184 1706 0 -1364 1616 50 -1336 1737 60 -1412 1749 10 -1412 1755 10 - -# bookcase -LibraryBookcase 0x0A9B -1674 1568 20 -1477 1592 20 -1471 1560 50 -1458 1548 30 -1456 1548 30 -1468 1560 50 -1461 1553 50 -1476 1736 0 -1460 1553 50 -1415 1601 50 -1532 1433 35 -1355 1642 72 -1353 1646 72 -1354 1646 72 -1353 1650 72 -1527 1425 35 -1549 1736 15 -1528 1429 35 -1527 1433 35 -1352 1659 72 -1544 1712 20 -1540 1736 15 -1350 1642 72 -1533 1433 35 -1534 1425 35 -1351 1655 72 -1533 1425 35 -1534 1429 35 -1418 1592 30 -1417 1597 50 -1417 1588 30 -1417 1608 30 -1417 1601 30 -1416 1601 50 -1415 1601 30 -1494 1713 6 -1416 1593 50 -1416 1592 30 -1428 1647 10 -1530 1422 35 -1558 1656 26 -1421 1576 30 -1418 1605 50 -1424 1647 10 -1494 1544 30 -1494 1551 70 -1415 1597 50 -1414 1592 30 -1413 1601 30 -1415 1588 30 -1443 1548 50 -1414 1593 50 -1617 1560 30 -1336 1642 72 -1249 1696 0 -1650 1544 25 -1329 1642 72 -1638 1509 35 -1253 1696 0 -1675 1568 20 - -# bookcase -LibraryBookcase 0x0A9C -1408 1603 30 -1412 1750 10 -1408 1607 50 -1412 1753 10 -1408 1602 50 -1492 1714 6 -1496 1658 27 -1522 1426 35 -1496 1665 27 -1492 1720 6 -1576 1561 20 -1576 1562 20 -1408 1599 30 -1408 1598 50 -1492 1616 20 -1544 1689 30 -1468 1594 20 -1468 1596 20 -1328 1643 72 -1472 1748 0 -1472 1744 0 -1472 1741 0 -1472 1749 0 -1464 1564 50 -1672 1598 7 -1648 1643 0 -1576 1697 35 -1568 1698 35 -1522 1425 35 -1522 1431 35 -1522 1434 35 -1184 1705 0 -1184 1710 0 -1600 1526 40 -1592 1596 20 -1576 1709 35 -1336 1736 20 -1347 1656 72 -1224 1578 0 -1600 1525 40 -1416 1578 30 -1544 1686 30 -1364 1615 50 -1538 1716 20 - -# wooden shelf -EmptyBookcase 0x0A9D -1615 1584 -20 -1615 1587 -20 -1618 1587 -20 -1613 1587 -20 -1614 1587 -20 -1619 1587 -20 -1432 1592 20 -1433 1592 20 -1335 1642 72 -1616 1587 -20 -1331 1642 72 -1617 1587 -20 -1613 1584 -20 -1614 1584 -20 - -# wooden shelf -EmptyBookcase 0x0A9E -1656 1646 0 -1347 1654 72 -1347 1652 72 -1408 1617 30 -1616 1582 -20 -1492 1618 20 -1616 1583 -20 -1619 1583 -20 -1492 1617 20 -1619 1582 -20 -1408 1633 30 -1619 1581 -20 - -# lamp post -LampPost1 0x0B20 -1463 1569 30 -1516 1669 20 -1538 1576 20 -1463 1651 10 -1460 1587 20 -1508 1655 20 -1460 1600 20 -1502 1690 20 -1458 1678 0 -1440 1670 10 -1500 1701 20 -1472 1623 20 -1471 1676 0 -1472 1696 0 -1472 1636 20 -1501 1543 28 -1432 1665 10 -1501 1555 27 -1479 1676 0 -1479 1636 20 -1479 1623 20 -1427 1539 30 -1488 1592 19 -1441 1693 0 -1440 1623 20 -1429 1628 20 -1417 1628 20 -1417 1623 20 -1503 1576 22 -1422 1614 20 -1422 1599 20 -1422 1595 20 -1476 1569 30 -1448 1569 30 -1440 1591 20 -1440 1606 20 - -# lamp post -LampPost3 0x0B24 -1584 1607 19 -1663 1584 4 -1426 1745 14 -1656 1655 0 -1433 1725 20 -1459 1693 0 -1554 1776 10 -1431 1761 -3 -1439 1754 -3 -1694 1556 40 -1691 1578 11 -1484 1723 0 -1665 1608 13 -1669 1557 30 -1670 1626 -5 -1670 1621 -4 -1640 1686 27 -1539 1782 13 -1646 1567 10 -1647 1584 0 -1520 1701 20 -1520 1582 20 -1519 1633 10 -1568 1610 12 -1620 1672 20 -1465 1747 0 -1568 1618 10 -1632 1591 0 -1456 1728 0 -1616 1592 1 -1440 1705 1 -1648 1555 20 -1569 1532 40 -1598 1572 20 -1599 1560 20 -1597 1664 10 -1543 1669 20 -1537 1616 10 -1499 1724 2 -1561 1664 20 -1360 1772 15 -1579 1607 20 -1340 1744 20 -1377 1756 0 -1537 1720 20 -1640 1672 15 -1535 1625 2 -1588 1531 36 -1559 1688 30 -1488 1739 0 -1610 1567 25 -1531 1670 20 -1576 1719 35 -1599 1720 20 -1599 1600 20 -1588 1685 10 -1498 1626 10 -1552 1751 15 -1472 1704 0 -1552 1608 10 -1615 1672 19 -1567 1576 20 - -# candelabra -CandelabraStand 0x0B26 -1539 1745 35 -1416 1544 30 -1352 1586 50 -1428 1608 20 -1537 1736 15 -1669 1550 30 -1496 1656 27 -1349 1735 20 -1616 1581 -20 -1446 1548 29 -1565 1760 10 -1502 1615 40 -1502 1620 40 -1549 1614 10 -1494 1691 20 -1448 1596 20 -1448 1584 20 -1498 1549 70 -1538 1585 10 -1656 1576 5 -1430 1582 30 -1533 1432 15 -1654 1544 25 -1537 1420 55 -1533 1424 15 -1544 1771 10 -1348 1746 60 -1492 1610 40 -1336 1734 20 -1497 1676 20 -1530 1412 15 -1408 1610 50 -1416 1582 30 -1492 1620 40 -1412 1758 10 -1584 1590 20 -1612 1584 -20 -1537 1614 10 -1412 1744 10 -1416 1558 30 -1418 1610 50 -1558 1605 10 -1446 1563 30 -1489 1551 70 -1582 1702 35 -1472 1512 20 -1529 1412 35 -1568 1702 35 -1654 1640 0 -1537 1412 35 -1672 1592 7 -1500 1617 20 -1500 1612 20 -1502 1610 40 -1462 1526 20 -1462 1512 20 -1550 1742 35 -1456 1596 20 -1632 1504 35 -1608 1512 40 -1630 1583 -20 -1522 1419 55 -1648 1560 10 -1150 1616 0 -1522 1412 55 -1441 1668 -10 -1461 1558 30 -1449 1558 30 -1464 1548 30 - -# throne -Throne 0x0B33 -1540 1415 55 - -# water trough -WaterTroughEastAddon 0x0B41 -1508 1540 25 -1513 1540 25 -1519 1540 25 -1523 1540 25 - -# water trough -WaterTroughSouthAddon 0x0B43 -1513 1552 25 -1314 1800 0 -1519 1552 25 - -# writing table -WritingTable 0x0B49 -1350 1605 72 - -# writing table -WritingTable 0x0B4A -1355 1602 72 - -# table -Static 0x0B7F -1496 1664 27 - -# table -Static 0x0B80 -1497 1664 27 -1498 1664 27 - -# wooden signpost -Static 0x0B9A -1386 1664 30 - -# metal signpost -Static 0x0BA1 -1360 1776 15 - -# campion flowers -Static 0x0C83 -1364 1661 30 -1364 1660 30 -1371 1642 30 -1370 1642 30 -1366 1643 30 -1366 1644 30 -1365 1660 30 -1362 1657 30 -1367 1644 30 -1363 1658 30 -1369 1659 30 -1362 1658 30 -1368 1657 30 -1380 1617 30 -1380 1618 30 -1373 1660 30 -1374 1645 30 -1380 1619 30 -1374 1646 30 -1381 1619 30 -1380 1620 30 -1373 1659 30 -1381 1617 30 -1381 1620 30 -1380 1621 30 -1372 1642 30 -1373 1646 30 -1380 1616 30 -1381 1618 30 - -# walnut tree -Static 0x0CE0 -1614 1636 37 - -# walnut leaves -Static 0x0CE4 -1614 1636 37 - -# apple tree -Static 0x0D94 -1390 1579 30 -1367 1601 30 -1363 1595 30 -1386 1574 30 -1367 1606 30 -1386 1579 30 - -# leaves -Static 0x0D95 -1367 1606 30 -1367 1601 30 -1386 1579 30 -1363 1595 30 - -# apple tree -Static 0x0D96 -1390 1579 30 -1386 1574 30 - -# apple tree -Static 0x0D98 -1363 1601 30 -1363 1651 30 -1363 1606 30 - -# apple tree -Static 0x0D9A -1363 1606 30 -1363 1601 30 - -# peach tree -Static 0x0D9C -1378 1617 30 -1378 1620 30 -1363 1584 30 -1369 1658 30 -1369 1644 30 -1363 1589 30 - -# peach tree -Static 0x0D9E -1378 1617 30 -1363 1589 30 -1363 1584 30 -1378 1620 30 - -# peach tree -Static 0x0DA0 -1378 1574 30 -1378 1579 30 -1382 1579 30 -1367 1595 30 -1367 1589 30 -1382 1574 30 - -# leaves -Static 0x0DA1 -1378 1574 30 -1367 1589 30 -1367 1595 30 -1378 1579 30 -1382 1574 30 - -# peach tree -Static 0x0DA2 -1382 1579 30 - -# pear tree -Static 0x0DA4 -1376 1600 30 -1376 1585 30 -1376 1595 30 -1376 1590 30 - -# leaves -Static 0x0DA5 -1376 1600 30 -1376 1590 30 -1376 1585 30 - -# pear tree -Static 0x0DA6 -1376 1595 30 - -# pear tree -Static 0x0DA8 -1380 1595 30 -1380 1600 30 -1380 1585 30 -1380 1590 30 - -# leaves -Static 0x0DA9 -1380 1590 30 -1380 1585 30 - -# pear tree -Static 0x0DAA -1380 1600 30 -1380 1595 30 - -# small fish -Static 0x0DD8 -1491 1747 -2 -1452 1756 -2 -1435 1766 -2 -1497 1762 -3 -1482 1767 -2 -1451 1767 -3 -1443 1766 -2 -1489 1754 -2 -1439 1759 -2 -1490 1754 -2 -1493 1760 -2 - -# small fish -Static 0x0DD9 -1470 1756 -2 -1483 1755 -2 -1484 1769 -2 -1498 1761 -3 -1435 1765 -2 -1490 1755 -2 -1495 1748 -2 -1475 1760 -2 -1450 1757 -2 - -# crate -FillableLargeCrate 0x0E3C -1350 1780 35 -1464 1664 0 -1606 1704 23 -1561 1737 15 -1581 1737 15 -1464 1664 3 -1464 1664 6 -1464 1664 9 -1561 1738 18 -1562 1738 18 -1565 1746 15 -1572 1742 15 -1565 1747 18 -1572 1743 18 -1561 1738 24 -1577 1748 15 -1572 1743 15 -1561 1739 15 -1562 1737 18 -1606 1705 20 -1465 1664 6 -1465 1664 3 -1607 1704 26 -1576 1749 15 -1607 1704 23 -1565 1747 15 -1577 1747 15 -1576 1748 15 -1465 1664 0 -1607 1704 20 -1562 1737 15 -1572 1742 18 -1576 1748 18 -1437 1596 20 -1561 1738 21 -1348 1775 38 -1564 1748 18 -1577 1748 18 -1561 1739 18 -1572 1743 21 -1564 1747 18 -1576 1748 21 -1564 1748 15 -1564 1747 15 -1579 1737 15 -1562 1738 15 -1606 1704 20 -1579 1738 15 -1560 1738 18 -1580 1737 21 -1577 1749 18 -1564 1747 21 -1573 1743 15 -1580 1737 15 -1580 1737 18 -1579 1738 18 -1563 1747 15 -1578 1748 15 -1573 1742 15 -1563 1747 18 -1563 1748 15 -1564 1746 15 -1605 1704 23 -1605 1704 20 -1572 1742 21 -1563 1747 21 -1605 1704 26 -1560 1739 15 -1580 1738 15 -1577 1749 15 -1560 1738 15 -1561 1738 15 - -# crate -FillableLargeCrate 0x0E3D -1520 1432 21 -1608 1584 -20 -1520 1433 15 -1608 1585 -20 -1610 1584 -20 -1610 1584 -17 -1609 1584 -20 -1608 1584 -17 -1501 1521 60 -1609 1585 -20 -1511 1560 20 -1519 1433 15 -1520 1433 21 -1334 1740 29 -1520 1433 18 -1519 1432 21 -1332 1740 29 -1332 1740 26 -1519 1432 18 -1520 1432 15 -1519 1432 24 -1332 1746 29 -1333 1740 20 -1332 1746 26 -1333 1740 26 -1333 1740 29 -1333 1740 23 -1334 1740 26 -1332 1741 26 -1334 1740 23 -1332 1741 20 -1332 1741 23 -1332 1746 23 -1332 1746 20 -1334 1740 20 -1519 1432 15 -1510 1560 20 -1332 1740 23 -1510 1560 23 -1332 1740 20 -1518 1432 18 -1518 1432 15 -1520 1432 18 - -# crate -MediumCrate 0x0E3E -1332 1744 20 -1568 1749 15 -1332 1743 26 -1568 1747 15 -1332 1743 20 -1568 1748 15 -1332 1742 20 -1568 1747 18 -1568 1746 15 -1568 1749 18 -1332 1744 23 -1600 1709 23 -1600 1709 20 -1568 1748 18 -1568 1748 21 -1600 1708 20 -1332 1745 23 -1464 1669 0 -1464 1670 3 -1332 1745 20 -1600 1710 23 -1600 1710 20 -1464 1670 0 -1464 1669 3 -1464 1669 6 -1332 1744 26 -1565 1740 15 -1566 1739 15 -1512 1437 15 -1332 1743 23 -1600 1711 20 -1512 1436 18 -1512 1435 15 -1512 1436 15 -1512 1435 18 -1332 1742 23 -1566 1740 18 -1512 1437 18 -1566 1740 21 -1512 1436 21 -1565 1739 15 -1566 1739 18 -1566 1740 15 -1569 1747 15 -1566 1739 21 -1569 1748 15 - -# crate -MediumCrate 0x0E3F -1578 1736 15 -1578 1736 18 -1577 1736 15 -1579 1736 15 -1577 1736 18 - -# metal chest -MetalGoldenChest 0x0E40 -1424 1676 0 -1424 1678 0 -1424 1681 0 -1424 1680 0 -1424 1679 0 -1424 1677 0 - -# guard metal chest -FillableMetalGoldenChest 0x0E40 (ContentType=Guard) -1408 1718 20 -1408 1715 20 - -# metal chest -MetalGoldenChest 0x0E41 -1425 1675 0 -1429 1675 0 -1430 1675 0 -1427 1675 0 -1428 1675 0 -1650 1600 26 -1426 1675 0 - -# metal chest -FillableMetalGoldenChest 0x0E41 (ContentType=ThiefGuild) -1659 1632 6 -1662 1632 6 - -# guard metal chest -FillableMetalGoldenChest 0x0E41 (ContentType=Guard) -1515 1610 10 -1512 1610 10 - -# wooden chest -WoodenChest 0x0E42 -1608 1589 -20 -1608 1587 -20 -1608 1588 -20 -1384 1817 0 -1537 1743 35 -1537 1742 35 -1537 1741 35 - -# wooden chest -FillableWoodenChest 0x0E42 -1384 1586 30 -1584 1598 20 -1576 1598 20 -1492 1618 40 -1502 1611 40 -1502 1624 40 -1584 1598 40 -1576 1598 40 - -# wooden chest -WoodenChest 0x0E43 -1238 1568 0 -1652 1600 26 -1385 1800 0 - -# wooden chest -FillableWoodenChest 0x0E43 -1386 1584 30 -1586 1584 20 -1589 1584 40 -1495 1620 40 -1503 1615 40 -1578 1584 20 -1581 1584 40 - -# wooden chest -FillableWoodenChest 0x0E43 (ContentType=ThiefGuild) -1660 1632 6 -1661 1632 6 - -# wooden chest -FillableWoodenChest 0x0E43 (ContentType=Farm) -1246 1696 0 -1149 1544 0 - -# water tub -Static 0x0E7B -1385 1646 30 -1290 1766 10 -1290 1769 10 -1192 1704 2 -1299 1754 10 -1290 1775 10 -1306 1778 10 -1290 1772 10 -1391 1646 30 -1385 1661 30 -1391 1655 30 -1306 1772 10 -1391 1649 30 -1306 1775 10 -1290 1778 10 -1306 1769 10 -1385 1652 30 -1385 1655 30 -1293 1754 10 -1290 1781 10 -1385 1649 30 -1306 1781 10 -1391 1652 30 -1296 1754 10 -1391 1658 30 -1385 1658 30 - -# metal chest -FillableMetalChest 0x0E7C -1466 1691 0 - -# crate -SmallCrate 0x0E7E -1576 1736 19 -1576 1736 15 -1576 1737 17 -1576 1737 15 -1576 1736 17 - -# crate -FillableSmallCrate 0x0E7E -1487 1689 26 -1487 1689 20 -1437 1595 26 -1487 1689 24 -1487 1689 22 -1487 1689 23 -1437 1594 20 -1437 1595 20 -1437 1595 23 -1437 1594 23 - -# saddle -Static 0x0F38 -1309 1758 10 -1306 1758 10 - -# anvil -AnvilEastAddon 0x0FAF -1363 1574 30 -1423 1556 30 - -# anvil -AnvilSouthAddon 0x0FB0 -1355 1786 21 -1346 1782 21 -1346 1774 21 - -# forge -SmallForgeAddon 0x0FB1 -1355 1776 15 -1361 1574 30 -1424 1558 30 -1356 1784 15 -1344 1776 15 - -# archery butte -ArcheryButte 0x100A -1468 1579 20 - -# archery butte -ArcheryButte 0x100B -1473 1576 20 - -# spinning wheel -SpinningWheelSouthAddon 0x1015 -1545 1656 26 - -# spinning wheel -SpinningWheelEastAddon 0x1019 -1390 1604 30 - -# spinning wheel -SpinningWheelSouthAddon 0x101C -1473 1689 0 -1475 1689 0 - -# upright loom -LoomEastAddon 0x1060 -1545 1660 26 - -# upright loom -LoomSouthAddon 0x1061 -1392 1601 30 -1473 1685 0 - -# stretched hide -Static 0x106A -1428 1610 20 - -# training dummy -TrainingDummy 0x1070 -1589 1554 20 -1349 1779 35 -1593 1554 20 -1597 1554 20 -1351 1777 35 -1353 1778 35 - -# training dummy -TrainingDummy 0x1074 -1528 1431 55 -1346 1737 80 -1524 1436 55 -1350 1744 80 -1340 1737 80 -1340 1731 80 -1333 1728 80 -1528 1436 55 -1346 1731 80 -1524 1431 55 - -# stretched hide -Static 0x107A -1431 1608 20 - -# stretched hide -Static 0x107B -1438 1608 20 - -# stretched hide -Static 0x107C -1436 1608 20 - -# potted tree -PottedTree 0x11C8 -1538 1712 20 -1640 1576 0 -1680 1568 20 -1686 1568 20 -1150 1544 0 - -# potted tree -PottedTree1 0x11C9 -1238 1574 0 -1710 1555 50 -1646 1696 36 -1198 1718 0 -1654 1654 0 -1544 1694 30 -1558 1774 10 -1656 1606 20 -1678 1590 7 -1536 1422 55 -1342 1657 50 -1452 1704 0 -1450 1678 0 -1254 1696 0 -1576 1594 40 -1537 1420 35 -1675 1544 30 -1550 1736 15 -1468 1592 20 -1537 1744 15 -1576 1560 20 -1537 1416 15 -1659 1576 5 -1500 1610 20 -1537 1750 15 -1524 1412 15 -1463 1512 20 -1608 1584 0 -1528 1412 15 -1158 1622 0 -1522 1422 35 -1390 1806 0 -1480 1580 20 -1470 1704 0 -1486 1580 20 -1544 1736 15 -1522 1422 55 -1542 1680 30 -1586 1584 40 -1606 1512 40 -1357 1657 50 -1189 1718 0 -1184 1714 0 -1184 1704 0 -1649 1544 25 -1648 1654 0 -1537 1422 35 -1648 1638 0 -1608 1704 20 -1522 1438 35 -1606 1518 40 -1558 1686 30 -1522 1438 55 -1240 1696 0 -1654 1560 10 -1482 1592 20 -1604 1704 20 -1694 1544 45 -1357 1600 72 -1464 1704 0 -1542 1688 30 -1689 1544 45 -1584 1584 40 -1198 1704 0 -1550 1750 15 -1688 1568 20 -1248 1696 0 -1537 1438 55 -1592 1512 40 -1426 1550 30 -1231 1568 0 -1669 1544 30 -1672 1550 50 -1584 1594 40 -1672 1568 20 -1354 1746 60 -1512 1592 10 -1710 1566 50 -1390 1822 0 -1354 1740 60 -1430 1576 30 -1555 1656 26 -1584 1594 20 -1576 1594 20 -1158 1550 0 -1430 1758 10 -1646 1702 36 -1230 1582 0 -1598 1584 20 -1538 1704 20 -1514 1565 20 -1529 1420 35 -1144 1622 0 -1416 1576 30 -1550 1648 26 -1638 1710 36 -1614 1512 40 -1672 1590 7 -1420 1558 30 -1632 1509 35 -1630 1584 0 -1566 1766 10 -1537 1438 35 -1576 1552 20 -1600 1648 10 - -# flowerpot -PottedPlant 0x11CA -1592 1584 20 -1442 1660 -10 -1576 1584 20 -1480 1664 0 -1584 1584 20 -1191 1714 0 -1522 1422 15 -1500 1622 20 -1522 1436 15 -1632 1688 36 -1568 1696 35 -1448 1660 -10 -1648 1632 0 -1560 1648 26 -1470 1664 0 -1536 1412 55 -1576 1706 35 -1576 1696 35 -1492 1713 6 -1648 1640 0 - -# flowerpot -PottedPlant1 0x11CB -1454 1709 9 -1384 1804 5 -1603 1715 29 -1545 1709 30 -1460 1709 9 -1452 1682 9 -1600 1524 47 -1452 1614 29 - -# flowerpot -PottedPlant2 0x11CC -1446 1649 19 -1456 1725 16 -1605 1716 30 -1466 1709 9 -1471 1580 29 -1452 1709 9 -1594 1655 19 -1388 1816 5 -1550 1767 19 - -# water barrel -Static 0x154D -1453 1767 -2 -1452 1768 -2 -1453 1755 -2 -1573 1747 15 -1517 1436 15 -1288 1759 10 -1481 1764 -3 -1467 1668 0 -1383 1664 30 -1468 1667 0 -1617 1578 -20 -1467 1667 0 -1468 1771 -2 -1422 1560 30 -1581 1747 15 -1392 1823 0 -1392 1824 0 -1468 1668 0 -1392 1808 0 -1200 1705 0 -1304 1757 10 -1289 1757 10 -1496 1749 -2 -1495 1760 -2 -1572 1738 15 -1391 1808 0 -1292 1784 10 -1293 1784 10 -1489 1750 -2 -1447 1765 -2 -1447 1755 -2 -1486 1746 -2 -1471 1761 -2 -1485 1762 -3 -1384 1664 30 -1512 1434 15 -1200 1706 0 -1432 1767 -2 -1512 1423 15 -1561 1743 15 -1384 1641 30 - -# rock -Static 0x1773 -1569 1534 39 - -# rock -Static 0x1774 -1569 1537 29 - -# rock -Static 0x1777 -1452 1646 10 -1569 1536 30 - -# rock -Static 0x177B -1568 1533 39 - -# rock -Static 0x177C -1569 1535 31 - -# water -Static 0x1797 -1406 1596 -5 - -# water -Static 0x1799 -1407 1597 -5 - -# bellows -Forge 0x197A -1353 1779 15 - -# bellows -Forge 0x199F -1355 1779 15 - -# forge -Forge 0x19A2 -1354 1779 15 - -# book -Static 0x1E20 -1534 1418 61 - -# books -Static 0x1E21 -1535 1418 61 - -# bulletin board -BulletinBoard 0x1E5F -1492 1607 20 -1600 1595 20 - -# stone wall -SecretStoneDoor3 0x0356 (Facing=EastCCW) -1333 1652 72 - -# metal door -MetalDoor 0x0675 (Facing=WestCW) -1411 1621 30 -1438 1692 0 -1516 1431 15 -1523 1439 15 -1619 1767 60 -1651 1639 0 - -# metal door -MetalDoor 0x0677 (Facing=EastCCW) -1412 1621 30 -1439 1692 0 -1524 1439 15 -1620 1767 60 - -# metal door -MetalDoor 0x0679 (Facing=WestCCW) -1392 1678 30 -1411 1629 30 -1427 1682 0 - -# metal door -MetalDoor 0x067B (Facing=EastCW) -1393 1678 30 -1412 1629 30 - -# metal door -MetalDoor 0x067D (Facing=SouthCW) -1532 1420 15 -1532 1427 15 -1532 1435 15 - -# metal door -MetalDoor 0x0681 (Facing=SouthCCW) -1429 1684 0 - -# metal door -MetalDoor2 0x06CD (Facing=SouthCW) -1359 1625 50 - -# metal door -MetalDoor2 0x06CF (Facing=NorthCCW) -1359 1624 50 - -# wooden door -LightWoodDoor 0x06D5 (Facing=WestCW) -1388 1807 0 -1403 1807 0 - -# wooden door -LightWoodDoor 0x06DD (Facing=SouthCW) -1391 1819 0 -1407 1819 0 - -# wooden door -StrongWoodDoor 0x06E5 (Facing=WestCW) -1309 1575 30 -1331 1593 50 -1333 1641 50 -1334 1599 72 -1338 1593 72 -1339 1593 50 -1339 1609 50 -1346 1656 50 -1347 1593 50 -1355 1593 50 -1371 1583 30 -1391 1594 30 -1392 1575 30 -1530 1421 55 -1534 1439 55 -1323 1609 50 -1385 1607 30 - -# wooden door -StrongWoodDoor 0x06E7 (Facing=EastCCW) -1310 1575 30 -1334 1641 50 -1339 1593 72 -1340 1609 50 -1355 1656 50 -1372 1583 30 -1392 1594 30 -1393 1575 30 -1531 1421 55 -1535 1439 55 -1386 1607 30 - -# wooden door -StrongWoodDoor 0x06E9 (Facing=WestCCW) -1345 1677 31 -1351 1593 72 -1339 1599 50 - -# wooden door -StrongWoodDoor 0x06EB (Facing=EastCW) -1334 1609 72 -1340 1599 50 - -# wooden door -StrongWoodDoor 0x06ED (Facing=SouthCW) -1311 1681 30 -1340 1659 72 -1346 1660 72 -1351 1604 50 -1349 1675 30 -1360 1675 30 -1351 1646 50 - -# wooden door -StrongWoodDoor 0x06EF (Facing=NorthCCW) -1340 1658 72 -1346 1646 72 -1349 1674 30 -1351 1603 50 -1351 1645 50 -1311 1680 30 -1360 1674 30 - -# wooden door -StrongWoodDoor 0x06F1 (Facing=SouthCCW) -1327 1605 50 -1331 1676 30 -1493 1545 70 - -# wooden door -StrongWoodDoor 0x06F3 (Facing=NorthCW) -1327 1604 50 -1331 1675 30 -1340 1604 72 - -# wooden gate -LightWoodGate 0x0839 (Facing=WestCW) -1294 1755 10 -1297 1755 10 -1300 1755 10 -1509 1545 25 -1515 1545 25 -1520 1545 25 -1524 1545 25 - -# wooden gate -LightWoodGate 0x083B (Facing=EastCCW) -1510 1545 25 -1516 1545 25 -1521 1545 25 -1525 1545 25 - -# wooden gate -LightWoodGate 0x0841 (Facing=SouthCW) -1291 1767 10 -1291 1770 10 -1291 1773 10 -1291 1776 10 -1291 1779 10 -1311 1804 0 -1386 1647 30 -1386 1650 30 -1386 1653 30 -1386 1656 30 -1386 1659 30 -1386 1662 30 - -# wooden gate -LightWoodGate 0x0843 (Facing=NorthCCW) -1291 1782 10 -1311 1803 0 - -# wooden gate -LightWoodGate 0x0847 (Facing=NorthCW) -1299 1767 10 -1299 1770 10 -1299 1773 10 -1299 1776 10 -1299 1779 10 -1299 1782 10 -1390 1647 30 -1390 1650 30 -1390 1653 30 -1390 1656 30 -1390 1659 30 -1390 1662 30 - -# slab of bacon -Static 0x0976 -1448 1724 12 -1519 1422 21 -1659 1579 9 - -# slab of bacon -Static 0x0977 -1448 1723 12 - -# raw fish steak -RawFishSteak 0x097A -1156 1544 6 -1438 1776 -5 -1439 1776 -5 -1468 1772 -5 -1498 1746 -5 - -# fish steak -FishSteak 0x097B -1320 1600 56 - -# jugs of cider -Static 0x098D -1545 1760 16 - -# tray -Static 0x0991 -1137 1817 0 -1155 1616 6 -1194 1704 6 -1224 1570 6 -1322 1600 56 -1510 1600 14 -1516 1427 21 -1550 1707 26 -1597 1512 46 -1652 1565 14 -1692 1547 49 - -# tray -Static 0x0992 -1139 1816 6 -1156 1544 6 -1194 1848 6 -1256 1883 6 -1320 1600 56 -1469 1514 24 -1519 1422 21 -1545 1705 26 -1546 1680 36 -1659 1579 9 -1673 1546 34 - -# fruit basket -FruitBasket 0x0993 -1141 1816 6 -1224 1569 6 -1333 1604 54 -1338 1604 54 -1343 1604 54 -1512 1428 21 - -# pear -Pear 0x0994 -1379 1592 30 - -# ceramic mug -CeramicMug 0x0995 -1260 1883 4 - -# ceramic mug -CeramicMug 0x0996 -1198 1850 2 -1554 1682 34 -1674 1594 11 -1684 1570 24 -1706 1564 54 - -# ceramic mug -CeramicMug 0x0997 -1134 1819 2 -1261 1885 4 - -# goblet -Goblet 0x099A -1524 1425 19 -1524 1426 19 -1524 1428 19 -1524 1430 19 - -# bottle of liquor -BeverageBottle 0x099B (Content=Liquor) -1132 1819 2 -1151 1620 2 -1152 1547 4 -1200 1850 2 -1261 1883 4 -1323 1674 34 -1324 1679 34 -1326 1674 34 -1326 1679 34 -1547 1771 12 -1549 1749 39 -1554 1762 14 -1608 1588 4 -1614 1587 4 -1626 1588 4 -1644 1578 4 -1644 1581 4 -1659 1580 9 -1704 1564 54 - -# bottles of liquor -Static 0x099E -1142 1816 6 -1157 1544 6 -1192 1850 6 -1224 1571 6 -1248 1710 6 -1259 1880 6 -1547 1760 16 - -# fork -Fork 0x09A3 -1192 1709 4 -1260 1884 4 -1331 1604 54 -1387 1817 2 -1403 1817 4 -1452 1708 6 -1509 1599 14 -1524 1425 19 -1524 1427 19 -1524 1429 19 -1524 1431 19 -1547 1715 24 -1600 1515 44 -1619 1563 34 -1634 1514 39 -1644 1579 4 -1644 1581 4 -1651 1547 29 -1691 1546 49 - -# fork -Fork 0x09A4 -1133 1819 2 -1151 1547 4 -1193 1708 4 -1199 1850 2 -1227 1575 4 -1252 1703 4 -1332 1603 54 -1334 1603 54 -1336 1603 54 -1338 1603 54 -1340 1603 54 -1342 1603 54 -1344 1603 54 -1385 1803 2 -1401 1803 2 -1467 1514 24 -1470 1514 24 -1525 1424 19 -1553 1682 34 -1672 1546 34 -1675 1594 11 -1683 1570 24 -1705 1564 54 - -# knife -Knife 0x09A5 -1192 1709 4 -1260 1884 4 -1331 1604 54 -1387 1817 2 -1403 1817 4 -1452 1708 6 -1509 1599 14 -1524 1425 19 -1524 1427 19 -1524 1429 19 -1524 1431 19 -1547 1715 24 -1600 1515 44 -1619 1563 34 -1634 1514 39 -1644 1578 4 -1644 1580 4 -1651 1547 29 -1691 1546 49 - -# knife -Knife 0x09A6 -1133 1819 2 -1151 1547 4 -1193 1708 4 -1199 1850 2 -1227 1575 4 -1252 1703 4 -1332 1603 54 -1334 1603 54 -1336 1603 54 -1338 1603 54 -1340 1603 54 -1342 1603 54 -1344 1603 54 -1385 1803 2 -1401 1803 2 -1467 1514 24 -1470 1514 24 -1525 1424 19 -1553 1682 34 -1672 1546 34 -1675 1594 11 -1683 1570 24 -1705 1564 54 - -# glass pitcher -Pitcher 0x09A7 -1322 1603 56 - -# metal box -FillableMetalBox 0x09A8 -1366 1572 36 -1421 1547 36 -1432 1608 26 -1446 1647 16 -1452 1613 26 -1453 1678 6 -1471 1577 26 -1494 1555 34 -1511 1565 26 -1553 1657 32 -1603 1711 26 -1635 1688 42 - -# goblet -Goblet 0x09B3 -1331 1604 54 -1332 1603 54 -1334 1603 54 -1336 1603 54 -1338 1603 54 -1340 1603 54 -1342 1603 54 -1344 1603 54 - -# cooked bird -CookedBird 0x09B7 -1224 1570 6 -1322 1600 56 -1510 1600 14 -1516 1427 21 - -# cooked bird -CookedBird 0x09B8 -1256 1883 6 -1469 1514 24 -1546 1680 36 - -# goblet -Goblet 0x09BF -1332 1605 54 -1334 1605 54 -1336 1605 54 -1338 1605 54 -1340 1605 54 -1342 1605 54 -1344 1605 54 -1525 1425 19 - -# sausage -Sausage 0x09C0 -1652 1565 14 - -# spoon -Spoon 0x09C2 -1192 1709 4 -1331 1604 54 -1509 1599 14 -1524 1425 19 -1524 1427 19 -1524 1429 19 -1524 1431 19 -1547 1715 24 -1600 1515 44 -1619 1563 34 -1634 1514 39 -1644 1578 4 -1644 1580 4 -1651 1547 29 -1691 1546 49 - -# spoon -Spoon 0x09C3 -1151 1547 4 -1193 1708 4 -1227 1575 4 -1252 1703 4 -1332 1603 54 -1334 1603 54 -1336 1603 54 -1338 1603 54 -1340 1603 54 -1342 1603 54 -1344 1603 54 -1467 1514 24 -1470 1514 24 -1525 1424 19 -1553 1682 34 -1675 1594 11 -1683 1570 24 -1705 1564 54 - -# bottle of wine -BeverageBottle 0x09C7 (Content=Wine) -1452 1707 6 -1454 1707 6 -1456 1723 12 -1460 1707 6 -1466 1707 6 -1468 1514 24 -1469 1515 24 -1509 1598 14 -1539 1749 39 -1543 1749 39 -1547 1749 39 -1554 1768 14 -1614 1588 4 -1617 1582 6 -1619 1562 34 -1620 1564 34 -1635 1513 39 - -# jug of cider -Jug 0x09C8 (Content=Cider) -1384 1803 2 -1386 1804 2 -1387 1816 2 -1388 1818 2 -1400 1803 2 -1402 1804 2 -1403 1816 4 -1404 1818 4 -1554 1767 14 -1618 1588 4 -1619 1582 6 -1622 1587 4 -1676 1594 11 - -# ham -Ham 0x09C9 -1448 1725 12 - -# ceramic mug -CeramicMug 0x09CA -1132 1820 2 -1200 1851 2 -1552 1683 34 -1682 1571 24 -1706 1565 54 - -# goblet -Goblet 0x09CB -1526 1426 19 -1526 1428 19 -1526 1430 19 -1526 1432 19 - -# apple -Apple 0x09D0 -1362 1597 30 -1362 1651 30 -1362 1653 30 -1363 1650 30 -1364 1599 30 -1364 1651 30 -1365 1601 30 -1365 1608 30 -1365 1649 30 -1367 1598 30 -1367 1603 30 -1383 1574 30 -1388 1575 30 -1388 1579 30 - -# peach -Peach 0x09D2 -1367 1659 30 -1367 1660 30 -1368 1644 30 -1368 1659 30 -1368 1660 30 -1369 1644 30 -1369 1646 30 -1371 1643 30 -1371 1645 30 -1371 1660 30 -1376 1616 30 -1377 1619 30 -1378 1618 30 -1379 1622 30 -1380 1619 30 -1384 1575 30 - -# plate -Plate 0x09D7 -1133 1819 2 -1133 1820 2 -1150 1548 4 -1150 1620 2 -1151 1547 4 -1152 1548 4 -1152 1620 2 -1192 1709 4 -1193 1708 4 -1193 1710 4 -1199 1850 2 -1199 1851 2 -1227 1575 4 -1227 1577 4 -1252 1703 4 -1252 1704 4 -1260 1884 4 -1261 1884 4 -1331 1604 54 -1332 1603 54 -1332 1605 54 -1334 1603 54 -1334 1605 54 -1336 1603 54 -1336 1605 54 -1338 1603 54 -1338 1605 54 -1340 1603 54 -1340 1605 54 -1342 1603 54 -1342 1605 54 -1344 1603 54 -1344 1605 54 -1452 1708 6 -1454 1708 6 -1456 1724 12 -1460 1708 6 -1466 1708 6 -1467 1514 24 -1467 1515 24 -1470 1514 24 -1470 1515 24 -1509 1599 14 -1510 1599 14 -1524 1425 19 -1524 1427 19 -1524 1429 19 -1524 1431 19 -1525 1424 19 -1526 1425 19 -1526 1427 19 -1526 1429 19 -1526 1431 19 -1547 1715 24 -1553 1682 34 -1553 1683 34 -1600 1515 44 -1601 1515 44 -1619 1563 34 -1620 1563 34 -1634 1514 39 -1635 1514 39 -1651 1547 29 -1652 1547 29 -1652 1562 14 -1652 1564 14 -1660 1579 9 -1672 1546 34 -1672 1547 34 -1675 1594 11 -1683 1570 24 -1683 1571 24 -1691 1546 49 -1692 1546 49 -1705 1564 54 -1705 1565 54 - -# plate of food -Static 0x09D8 -1385 1803 2 -1385 1804 2 -1387 1817 2 -1388 1817 2 -1401 1803 2 -1401 1804 2 -1403 1817 4 -1404 1817 4 -1644 1579 4 -1644 1580 4 - -# pot -Static 0x09E0 -1193 1704 6 -1193 1852 2 -1318 1600 56 -1475 1512 20 -1545 1707 26 - -# frypan -Static 0x09E2 -1135 1816 2 -1192 1851 6 -1257 1885 3 -1319 1603 56 -1474 1512 26 -1514 1422 21 -1550 1706 26 -1593 1512 46 - -# pot -Static 0x09E3 -1249 1703 3 -1515 1422 21 - -# pot -Static 0x09E4 -1151 1617 0 -1154 1544 6 -1225 1568 6 -1256 1887 3 -1517 1425 21 - -# kettle -Static 0x09ED -1135 1817 0 -1137 1817 2 -1151 1616 2 -1152 1617 0 -1189 1705 2 -1190 1705 0 -1193 1853 2 -1228 1569 0 -1249 1704 1 -1258 1880 6 -1319 1604 56 -1448 1611 25 -1515 1425 21 -1544 1763 10 -1546 1704 20 -1550 1680 30 -1592 1514 40 - -# milk -Pitcher 0x09F0 (Content=Milk) -1193 1709 4 -1228 1576 4 -1253 1703 4 -1512 1425 21 -1525 1425 19 -1547 1714 24 -1552 1682 34 -1601 1514 44 -1652 1546 29 -1652 1563 14 -1671 1547 34 -1684 1571 24 - -# cut of raw ribs -RawRibs 0x09F1 -1448 1720 12 - -# pan -Static 0x09F3 -1140 1816 6 - -# fork -Fork 0x09F4 -1133 1820 2 -1150 1548 4 -1150 1620 2 -1152 1548 4 -1152 1620 2 -1193 1710 4 -1199 1851 2 -1227 1577 4 -1252 1704 4 -1332 1605 54 -1334 1605 54 -1336 1605 54 -1338 1605 54 -1340 1605 54 -1342 1605 54 -1344 1605 54 -1385 1804 2 -1401 1804 2 -1467 1515 24 -1470 1515 24 -1553 1683 34 -1672 1547 34 -1683 1571 24 -1705 1565 54 - -# fork -Fork 0x09F5 -1261 1884 4 -1388 1817 2 -1404 1817 4 -1453 1708 20 -1454 1708 6 -1456 1724 12 -1460 1708 6 -1466 1708 6 -1510 1599 14 -1526 1425 19 -1526 1427 19 -1526 1429 19 -1526 1431 19 -1548 1715 24 -1601 1515 44 -1620 1563 34 -1635 1514 39 -1652 1547 29 -1652 1562 14 -1652 1564 14 -1660 1579 9 -1692 1546 49 - -# knife -Knife 0x09F6 -1133 1820 2 -1150 1548 4 -1150 1620 2 -1152 1548 4 -1152 1620 2 -1193 1710 4 -1199 1851 2 -1227 1577 4 -1252 1704 4 -1332 1605 54 -1334 1605 54 -1336 1605 54 -1338 1605 54 -1340 1605 54 -1342 1605 54 -1344 1605 54 -1385 1804 2 -1401 1804 2 -1467 1515 24 -1470 1515 24 -1553 1683 34 -1672 1547 34 -1683 1571 24 -1705 1565 54 - -# knife -Knife 0x09F7 -1261 1884 4 -1388 1817 2 -1404 1817 4 -1454 1708 6 -1456 1724 12 -1460 1708 6 -1466 1708 6 -1510 1599 14 -1526 1425 19 -1526 1427 19 -1526 1429 19 -1526 1431 19 -1548 1715 24 -1601 1515 44 -1620 1563 34 -1635 1514 39 -1652 1547 29 -1652 1563 14 -1652 1564 14 -1660 1579 9 -1692 1546 49 - -# spoon -Spoon 0x09F8 -1150 1548 4 -1150 1620 2 -1152 1548 4 -1152 1620 2 -1193 1710 4 -1227 1577 4 -1252 1704 4 -1332 1605 54 -1334 1605 54 -1336 1605 54 -1338 1605 54 -1340 1605 54 -1342 1605 54 -1344 1605 54 -1467 1515 24 -1470 1515 24 -1553 1683 34 -1672 1547 34 -1683 1571 24 -1705 1565 54 - -# spoon -Spoon 0x09F9 -1454 1708 6 -1456 1724 12 -1460 1708 6 -1466 1708 6 -1510 1599 14 -1526 1425 19 -1526 1427 19 -1526 1429 19 -1526 1431 19 -1548 1715 24 -1601 1515 44 -1620 1563 34 -1635 1514 39 -1652 1547 29 -1652 1563 14 -1652 1564 14 -1660 1579 9 -1692 1546 49 - -# bowl of flour -Static 0x0A1E -1156 1616 6 -1192 1848 6 -1195 1704 6 -1256 1881 6 -1448 1613 25 -1517 1422 21 -1545 1680 36 -1545 1708 26 -1595 1512 46 - -# candle -CandleLarge 0x0A26 (Unlit) -1533 1418 61 -1534 1412 61 - -# stool -Stool 0x0A2A -1533 1417 55 -1533 1419 55 -1534 1417 55 -1534 1419 55 -1535 1417 55 -1535 1419 55 - -# folded sheet -Static 0x0A93 -1656 1640 2 - -# candle -CandleLarge 0x0B1A -1134 1820 2 -1151 1548 4 -1158 1544 6 -1194 1709 4 -1198 1851 2 -1224 1568 6 -1227 1576 4 -1251 1704 4 -1256 1880 6 -1260 1885 4 -1307 1566 34 -1307 1688 34 -1335 1672 36 -1340 1679 36 -1343 1732 64 -1343 1736 64 -1347 1678 36 -1355 1671 34 -1355 1678 34 -1366 1576 36 -1384 1584 36 -1384 1595 36 -1386 1803 2 -1387 1818 2 -1388 1604 36 -1396 1566 34 -1396 1687 34 -1402 1803 2 -1403 1818 4 -1408 1628 30 -1412 1617 34 -1412 1717 24 -1430 1752 16 -1448 1704 6 -1452 1609 26 -1453 1682 6 -1454 1704 6 -1456 1720 12 -1460 1704 6 -1466 1704 6 -1471 1576 26 -1473 1609 26 -1482 1586 26 -1495 1613 26 -1514 1613 14 -1516 1426 21 -1540 1716 24 -1544 1680 36 -1546 1688 34 -1550 1705 26 -1553 1656 32 -1580 1555 24 -1582 1555 24 -1583 1564 24 -1588 1564 24 -1592 1587 26 -1600 1516 44 -1600 1522 44 -1604 1711 26 -1619 1564 34 -1634 1515 39 -1634 1692 42 -1640 1582 6 -1640 1583 20 -1651 1635 4 -1655 1635 4 -1682 1570 24 -1691 1547 49 -1704 1565 54 - -# candelabra -Candelabra 0x0B1D -1334 1650 54 -1334 1656 54 -1335 1604 54 -1341 1604 54 -1342 1644 60 -1342 1647 60 -1525 1426 19 -1525 1430 19 - -# wooden chair -WoodenThrone 0x0B30 -1457 1724 6 - -# large vase -Static 0x0B45 -1454 1554 30 -1457 1554 30 -1568 1743 15 -1568 1744 15 -1578 1742 15 -1578 1743 15 -1579 1742 15 -1579 1743 15 - -# vase -Static 0x0B46 -1581 1738 15 - -# large vase -Static 0x0B47 -1560 1747 15 -1560 1748 15 -1560 1748 22 -1560 1749 15 -1560 1749 22 -1560 1750 15 -1568 1745 15 -1568 1745 22 -1569 1744 15 - -# vase -Static 0x0B48 -1580 1736 15 -1580 1736 19 -1581 1736 15 -1581 1736 19 - -# chair -FancyWoodenChairCushion 0x0B4E -1448 1551 30 -1470 1595 20 - -# chair -FancyWoodenChairCushion 0x0B4F -1450 1550 30 - -# chair -FancyWoodenChairCushion 0x0B50 -1456 1551 30 -1458 1551 30 -1460 1551 30 -1478 1597 20 - -# chair -FancyWoodenChairCushion 0x0B51 -1452 1551 30 -1480 1739 0 -1530 1417 55 - -# chair -WoodenChairCushion 0x0B52 -1331 1647 50 -1331 1649 50 -1331 1651 50 -1331 1655 50 -1331 1657 50 -1331 1659 50 -1414 1751 10 -1473 1739 0 -1545 1739 15 -1577 1555 20 -1649 1635 0 - -# chair -WoodenChairCushion 0x0B53 -1332 1587 72 -1332 1602 50 -1333 1644 72 -1334 1602 50 -1336 1587 72 -1336 1602 50 -1338 1602 50 -1339 1587 72 -1340 1602 50 -1342 1602 50 -1343 1587 72 -1343 1729 60 -1344 1602 50 -1348 1657 50 -1477 1594 20 -1479 1594 20 -1525 1423 15 - -# chair -WoodenChairCushion 0x0B54 -1332 1606 50 -1334 1606 50 -1336 1606 50 -1338 1606 50 -1340 1606 50 -1342 1606 50 -1344 1606 50 - -# chair -WoodenChairCushion 0x0B55 -1329 1589 72 -1337 1647 50 -1337 1649 50 -1337 1651 50 -1337 1653 50 -1337 1655 50 -1337 1657 50 -1337 1659 50 -1474 1594 20 -1474 1596 20 - -# chair -WoodenChair 0x0B56 -1259 1884 0 -1330 1603 72 -1341 1731 60 -1341 1733 60 -1341 1735 60 -1341 1737 60 -1409 1600 50 -1410 1596 30 -1410 1604 30 -1410 1606 30 -1418 1579 30 -1420 1548 30 -1423 1650 10 -1423 1655 10 -1427 1650 10 -1427 1655 10 -1450 1552 50 -1450 1553 50 -1450 1554 50 -1450 1555 50 -1451 1611 20 -1452 1680 0 -1473 1746 0 -1482 1588 20 -1493 1549 30 -1493 1551 30 -1493 1554 30 -1493 1554 70 -1493 1555 70 -1494 1615 20 -1508 1565 20 -1508 1567 20 -1508 1569 20 -1523 1425 15 -1523 1427 15 -1523 1429 15 -1523 1431 15 -1530 1415 35 -1530 1417 35 -1532 1429 55 -1532 1431 55 -1532 1433 55 -1539 1715 20 -1540 1417 55 -1545 1687 30 -1546 1715 20 -1552 1658 26 -1568 1707 35 -1568 1713 35 -1594 1595 20 -1599 1515 40 -1633 1514 35 -1634 1690 36 -1649 1604 20 -1649 1612 20 -1650 1547 25 -1658 1643 0 -1690 1546 45 - -# chair -WoodenChair 0x0B57 -1343 1735 20 -1368 1615 50 -1412 1594 30 -1414 1594 30 -1424 1685 0 -1426 1685 0 -1433 1684 0 -1435 1592 20 -1436 1592 20 -1436 1593 20 -1437 1592 20 -1437 1593 20 -1437 1684 0 -1438 1592 20 -1438 1593 20 -1443 1660 -10 -1447 1660 -10 -1448 1648 10 -1467 1513 20 -1470 1513 20 -1476 1609 20 -1495 1715 6 -1525 1435 35 -1527 1435 35 -1531 1413 35 -1532 1435 35 -1532 1441 55 -1533 1413 35 -1534 1435 35 -1536 1441 55 -1553 1681 30 -1571 1697 35 -1579 1553 20 -1579 1697 35 -1579 1707 35 -1581 1553 20 -1583 1553 20 -1594 1586 20 -1596 1654 10 -1650 1643 0 -1651 1633 0 -1653 1633 0 -1655 1633 0 -1672 1545 30 -1675 1593 7 -1683 1569 20 -1705 1563 50 - -# chair -WoodenChair 0x0B58 -1262 1884 0 -1332 1603 72 -1345 1731 60 -1345 1733 60 -1345 1735 60 -1345 1737 60 -1352 1742 60 -1412 1596 50 -1412 1598 50 -1412 1600 50 -1412 1602 50 -1412 1604 50 -1413 1604 30 -1413 1606 30 -1416 1596 30 -1416 1750 10 -1416 1752 10 -1417 1546 30 -1448 1663 -10 -1452 1552 50 -1452 1553 50 -1452 1554 50 -1452 1555 50 -1495 1550 30 -1495 1554 30 -1496 1554 70 -1496 1555 70 -1512 1567 20 -1527 1425 15 -1527 1427 15 -1527 1429 15 -1527 1431 15 -1535 1415 35 -1535 1417 35 -1535 1429 55 -1535 1431 55 -1535 1433 55 -1547 1738 15 -1547 1740 15 -1549 1715 20 -1585 1555 20 -1595 1650 10 -1595 1652 10 -1597 1595 20 -1601 1523 40 -1602 1515 40 -1604 1713 20 -1636 1514 35 -1652 1604 20 -1653 1547 25 -1653 1562 10 -1653 1564 10 -1657 1635 0 -1661 1579 5 -1693 1546 45 - -# chair -WoodenChair 0x0B59 -1342 1737 20 -1343 1739 60 -1344 1737 20 -1368 1635 50 -1412 1598 30 -1414 1598 30 -1466 1672 0 -1467 1516 20 -1470 1516 20 -1482 1672 0 -1496 1548 70 -1499 1665 27 -1532 1419 35 -1534 1419 35 -1553 1684 30 -1571 1699 35 -1579 1557 20 -1579 1699 35 -1579 1709 35 -1581 1557 20 -1582 1565 20 -1583 1557 20 -1587 1565 20 -1651 1637 0 -1653 1637 0 -1655 1637 0 -1659 1644 0 -1660 1644 0 -1672 1548 30 -1683 1572 20 -1705 1566 50 - -# chair -BambooChair 0x0B5A -1185 1708 0 -1191 1709 0 -1298 1566 30 -1298 1568 30 -1298 1685 30 -1298 1687 30 -1386 1817 0 -1400 1565 30 -1400 1567 30 -1400 1569 30 -1400 1685 30 -1400 1687 30 -1402 1817 0 -1411 1716 20 -1437 1550 32 -1438 1548 32 -1440 1549 32 -1451 1708 0 -1466 1562 30 -1467 1692 0 -1470 1578 20 -1478 1738 0 -1478 1739 0 -1485 1554 70 -1485 1555 70 -1508 1599 10 -1538 1739 15 -1577 1563 20 -1618 1563 30 -1643 1579 0 -1643 1580 0 - -# chair -BambooChair 0x0B5B -1133 1818 0 -1151 1546 0 -1193 1707 0 -1199 1849 0 -1227 1574 0 -1251 1697 0 -1252 1702 0 -1306 1565 30 -1354 1670 30 -1354 1677 30 -1385 1597 30 -1385 1802 0 -1392 1597 30 -1395 1565 30 -1401 1802 0 -1411 1616 30 -1467 1560 30 -1469 1548 30 -1469 1560 30 -1471 1560 30 -1471 1664 0 -1473 1664 0 -1477 1664 0 -1479 1664 0 -1495 1546 70 -1497 1546 70 -1499 1663 27 -1500 1663 27 -1513 1612 10 -1540 1748 35 -1544 1748 35 -1548 1748 35 -1582 1563 20 -1587 1563 20 - -# chair -BambooChair 0x0B5C -1133 1821 0 -1150 1549 0 -1150 1621 0 -1152 1549 0 -1152 1621 0 -1193 1711 0 -1199 1852 0 -1227 1578 0 -1252 1705 0 -1306 1689 30 -1354 1672 30 -1354 1679 30 -1385 1805 0 -1395 1688 30 -1401 1805 0 -1411 1633 30 -1432 1686 0 -1434 1686 0 -1436 1686 0 -1438 1686 0 -1467 1564 30 -1467 1565 50 -1469 1564 30 -1469 1565 50 -1471 1564 30 -1471 1565 50 -1475 1749 0 -1476 1749 0 -1477 1749 0 -1494 1717 6 -1495 1717 6 -1540 1750 35 -1544 1750 35 -1548 1750 35 - -# chair -BambooChair 0x0B5D -1301 1566 30 -1301 1568 30 -1301 1685 30 -1301 1687 30 -1389 1817 0 -1403 1565 30 -1403 1567 30 -1403 1569 30 -1403 1685 30 -1403 1687 30 -1405 1817 0 -1420 1578 30 -1420 1580 30 -1455 1708 0 -1461 1708 0 -1467 1708 0 -1472 1562 30 -1475 1738 0 -1475 1739 0 -1477 1743 0 -1477 1744 0 -1477 1745 0 -1487 1554 70 -1487 1555 70 -1511 1599 10 -1541 1739 15 -1579 1563 20 -1621 1563 30 - -# foot stool -FootStool 0x0B5E -1329 1657 72 -1425 1719 20 -1426 1719 20 -1427 1719 20 -1428 1719 20 -1430 1712 20 -1430 1713 20 -1430 1714 20 -1430 1715 20 -1430 1716 20 -1430 1717 20 -1441 1578 20 -1441 1580 20 -1442 1577 20 -1444 1577 20 -1467 1687 0 -1473 1687 0 -1475 1687 0 -1488 1685 20 -1489 1685 20 -1490 1685 20 -1491 1685 20 -1493 1686 20 -1493 1687 20 -1493 1688 20 -1493 1689 20 -1546 1768 10 -1547 1768 10 -1548 1768 10 -1549 1768 10 -1551 1762 10 -1551 1763 10 -1551 1764 10 -1551 1765 10 -1551 1766 10 -1616 1583 0 -1617 1583 0 -1618 1583 0 -1619 1583 0 -1620 1583 0 - -# broken chair -Static 0x0C10 -1435 1595 20 - -# broken chair -Static 0x0C11 -1431 1595 24 - -# small fish -Static 0x0DD6 -1437 1773 -3 -1444 1761 -3 -1451 1756 -3 -1468 1757 -2 -1476 1759 -3 -1482 1767 -3 -1487 1747 -1 -1494 1746 -2 -1494 1759 -2 - -# small fish -Static 0x0DD7 -1435 1760 -3 -1436 1765 -3 -1446 1755 -3 -1449 1766 -3 -1450 1755 -3 -1476 1761 -3 -1482 1757 -3 -1482 1768 -2 -1486 1747 -1 -1487 1747 -1 -1498 1762 -3 - -# knitting -Static 0x0DF7 -1328 1589 76 -1343 1588 76 -1551 1656 32 - -# pile of wool -Static 0x0DF8 -1544 1659 26 - -# pile of wool -Static 0x0DF8 (Hue=0xD) -1390 1603 30 - -# bale of cotton -Static 0x0DF9 (Hue=0x3) -1329 1587 72 -1344 1587 72 - -# chessmen -Static 0x0E12 -1300 1568 34 -1544 1749 40 -1548 1771 14 - -# chessmen -Static 0x0E13 -1497 1693 24 -1533 1429 59 -1622 1588 4 - -# chessmen -Static 0x0E14 -1497 1693 24 -1533 1429 59 -1622 1588 4 - -# cards -Static 0x0E17 -1299 1684 34 -1533 1434 59 - -# cards -Static 0x0E18 -1299 1685 34 -1299 1687 34 -1533 1433 59 -1547 1767 16 -1618 1589 4 -1626 1589 4 - -# cards -Static 0x0E19 -1300 1685 34 -1300 1687 34 -1534 1433 59 -1547 1767 16 -1618 1589 4 -1626 1589 4 - -# checkers -Static 0x0E1A -1562 1762 14 -1618 1587 4 - -# checkers -Static 0x0E1B -1562 1762 14 -1618 1587 4 - -# backgammon board -Backgammon 0x0E1C -1402 1686 34 -1497 1686 24 -1534 1431 59 -1554 1763 14 -1626 1587 4 - -# ball of yarn -Static 0x0E1D -1342 1588 76 - -# ball of yarn -Static 0x0E1F (Hue=0x3) -1328 1590 76 - -# bloody bandage -Static 0x0E22 -1511 1572 26 - -# bloody water -Static 0x0E23 -1468 1613 20 -1470 1608 20 -1473 1613 26 -1504 1566 20 -1511 1573 26 - -# bottle -Static 0x0E28 -1328 1606 78 - -# bottle -Static 0x0E29 -1328 1607 78 - -# crystal ball -Static 0x0E2F (Light=Circle150) -1336 1605 78 -1494 1549 36 -1594 1652 16 - -# blank scroll -Static 0x0E34 -1328 1601 78 -1336 1602 78 - -# backpack -Backpack 0x0E75 -1464 1666 5 - -# bag -Bag 0x0E76 -1464 1665 5 - -# barrel -Barrel 0x0E77 -1301 1680 52 -1301 1680 57 -1302 1560 52 -1302 1560 57 -1302 1567 52 -1302 1567 57 -1302 1568 52 -1302 1568 57 -1302 1680 52 -1302 1680 57 -1302 1681 52 -1302 1681 57 -1303 1560 52 -1303 1560 57 -1303 1561 52 -1303 1561 57 -1303 1567 52 -1303 1567 57 -1303 1568 52 -1303 1568 57 -1304 1687 52 -1304 1687 57 -1304 1688 52 -1304 1688 57 -1305 1687 52 -1305 1687 57 -1305 1688 52 -1305 1688 57 -1315 1607 50 -1315 1607 55 -1315 1607 60 -1316 1600 50 -1316 1607 50 -1316 1607 55 -1317 1600 50 -1317 1600 55 -1326 1677 52 -1326 1677 57 -1326 1678 52 -1326 1678 57 -1327 1677 52 -1327 1677 57 -1327 1678 52 -1327 1678 57 -1341 1674 52 -1341 1674 57 -1341 1675 52 -1341 1675 57 -1346 1682 52 -1346 1682 57 -1346 1683 52 -1346 1683 57 -1347 1682 52 -1347 1682 57 -1353 1676 52 -1353 1676 57 -1353 1677 52 -1353 1677 57 -1354 1676 52 -1354 1676 57 -1354 1677 52 -1354 1677 57 -1390 1824 0 -1390 1824 5 -1391 1824 0 -1391 1824 5 -1392 1806 0 -1392 1806 5 -1392 1807 0 -1392 1807 5 -1395 1688 52 -1395 1688 57 -1396 1687 52 -1396 1687 57 -1398 1684 52 -1398 1684 57 -1398 1685 52 -1398 1685 57 -1399 1567 52 -1399 1567 57 -1399 1568 52 -1399 1568 57 -1399 1684 52 -1399 1684 57 -1399 1685 52 -1399 1685 57 -1400 1560 52 -1400 1560 57 -1400 1561 52 -1400 1561 57 -1400 1567 52 -1400 1567 57 -1400 1568 52 -1400 1568 57 -1401 1560 52 -1401 1560 57 -1406 1824 0 -1406 1824 5 -1407 1824 0 -1407 1824 5 -1408 1806 0 -1408 1806 5 -1408 1807 0 -1408 1807 5 -1472 1720 0 -1472 1721 0 -1472 1722 0 -1473 1720 0 -1473 1724 0 -1473 1725 0 -1474 1725 0 -1477 1721 0 -1477 1722 0 -1478 1721 0 -1478 1722 0 -1480 1725 0 -1481 1724 0 -1481 1725 0 -1512 1432 15 -1512 1432 20 -1512 1432 25 -1512 1432 30 -1512 1433 15 -1512 1433 20 -1513 1432 15 -1513 1432 20 -1513 1432 25 -1516 1436 15 -1516 1436 20 -1517 1435 15 -1517 1435 20 -1517 1435 25 -1518 1435 15 -1518 1435 20 -1518 1436 15 -1560 1742 15 -1560 1743 15 -1560 1743 20 -1560 1743 25 -1560 1744 15 -1560 1744 20 -1561 1742 15 -1569 1739 15 -1570 1737 15 -1570 1737 20 -1570 1738 15 -1570 1738 20 -1570 1739 15 -1571 1737 15 -1571 1737 20 -1571 1738 15 -1571 1738 20 -1571 1739 15 -1571 1747 15 -1571 1748 15 -1572 1737 15 -1572 1747 15 -1572 1747 20 -1572 1747 25 -1572 1748 15 -1572 1748 20 -1572 1748 25 -1573 1746 15 -1576 1738 15 -1576 1739 15 -1576 1739 20 -1576 1740 15 -1576 1740 20 -1580 1746 15 -1580 1746 20 -1580 1746 25 -1580 1746 35 -1580 1747 15 -1581 1745 15 -1581 1746 15 -1581 1746 20 -1616 1578 -20 -1616 1578 -15 -1616 1579 -20 -1616 1579 -15 -1616 1580 -20 -1617 1579 -20 -1621 1646 35 - -# barrel -FillableBarrel 0x0E77 -1288 1757 10 -1288 1757 15 -1288 1758 10 -1288 1758 15 -1304 1758 10 -1429 1592 20 -1429 1592 25 -1429 1592 30 -1430 1592 20 -1430 1592 25 -1431 1762 -2 -1432 1763 -2 -1436 1754 -2 -1436 1755 -2 -1437 1754 -2 -1437 1774 -2 -1437 1775 -2 -1439 1761 -1 -1439 1762 -2 -1440 1761 -2 -1440 1762 -3 -1467 1667 5 -1467 1668 5 -1467 1668 10 -1468 1667 5 -1468 1668 5 -1468 1761 -2 -1470 1763 -2 -1472 1761 -2 -1474 1754 -2 -1474 1755 -2 -1475 1754 -2 -1475 1755 -2 -1481 1770 -2 -1481 1771 -2 -1483 1771 -2 -1484 1750 -2 -1484 1751 -2 -1485 1750 -2 -1486 1689 20 -1486 1689 25 -1486 1690 20 -1486 1690 25 -1486 1690 30 -1487 1690 20 -1487 1690 25 -1490 1761 -2 -1491 1762 -2 -1494 1760 -2 -1494 1761 -2 -1496 1746 -2 -1497 1746 -2 -1497 1748 -2 -1612 1710 20 -1613 1709 20 -1613 1710 20 -1613 1710 25 -1614 1708 20 -1614 1709 20 -1614 1709 25 -1614 1710 20 -1614 1710 25 -1614 1710 30 - -# wooden box -FillableWoodenBox 0x0E7D -1437 1597 20 - -# strong box -FillableMetalBox 0x0E80 -1464 1671 6 -1480 1671 6 -1481 1586 26 -1492 1613 26 -1596 1587 26 -1598 1655 16 -1648 1644 6 - -# empty tub -Static 0x0E83 -1256 1884 2 -1290 1766 10 -1290 1769 10 -1290 1772 10 -1290 1775 10 -1290 1778 10 -1290 1781 10 -1293 1754 10 -1296 1754 10 -1299 1754 10 -1306 1766 10 -1306 1769 10 -1306 1772 10 -1306 1775 10 -1306 1778 10 -1306 1781 10 -1321 1600 50 -1385 1646 30 -1385 1649 30 -1385 1652 30 -1385 1655 30 -1385 1658 30 -1385 1661 30 -1391 1649 30 -1391 1652 30 -1391 1655 30 -1391 1658 30 - -# pitchfork -Static 0x0E87 -1288 1764 16 - -# pitchfork -Static 0x0E88 -1291 1758 10 - -# mortar and pestle -Static 0x0E9B -1501 1656 33 -1502 1656 33 - -# drum -Static 0x0E9C -1439 1550 50 -1440 1557 31 -1440 1558 31 -1445 1549 51 -1445 1666 -10 -1452 1663 -10 -1452 1664 -10 -1469 1562 51 -1471 1549 30 - -# tambourine -Static 0x0E9D -1440 1554 31 -1447 1666 -10 -1450 1661 -10 -1451 1661 -10 -1467 1549 30 - -# tambourine -Static 0x0E9E -1439 1555 50 -1440 1553 31 -1444 1555 51 - -# standing harp -Static 0x0EB1 -1438 1550 33 -1439 1548 33 -1441 1549 33 -1444 1551 51 -1447 1663 -10 -1452 1665 -10 -1452 1666 -10 -1469 1549 32 - -# lap harp -Static 0x0EB2 -1439 1560 50 -1449 1663 -10 -1451 1667 -10 -1452 1667 -10 -1467 1562 51 - -# lute -Static 0x0EB3 -1438 1565 50 -1445 1663 -10 -1449 1666 -10 -1452 1661 -10 -1452 1662 -10 -1470 1562 51 - -# lute -Static 0x0EB4 -1437 1554 31 -1437 1555 31 -1437 1556 31 -1445 1553 51 - -# music stand -Static 0x0EB5 -1437 1551 32 -1438 1549 32 -1440 1550 32 -1445 1664 -10 -1447 1664 -10 -1449 1664 -10 -1467 1563 51 -1469 1563 51 - -# music stand -Static 0x0EB6 -1445 1665 -10 -1447 1665 -10 -1449 1665 -10 -1450 1660 -10 -1451 1660 -10 -1452 1660 -10 - -# music stand -Static 0x0EB7 -1441 1553 32 -1441 1554 32 -1441 1557 32 -1441 1558 32 -1445 1551 51 -1445 1555 51 -1446 1549 51 -1446 1553 51 -1471 1562 51 - -# music stand -Static 0x0EBA -1438 1554 32 -1438 1555 32 -1438 1556 32 - -# sheet music -Static 0x0EBD -1445 1665 -10 -1447 1665 -10 -1449 1665 -10 -1450 1660 -10 -1451 1660 -10 -1452 1660 -10 - -# cleaver -Static 0x0EC2 -1453 1720 6 - -# dress form -Static 0x0EC6 -1384 1601 30 -1440 1576 20 -1470 1684 0 -1471 1684 0 -1547 1658 26 - -# dress form -Static 0x0EC7 -1469 1684 0 -1549 1660 26 - -# clean bandage -Static 0x0EE9 -1508 1562 26 -1508 1563 26 - -# bottle -Static 0x0EFF -1336 1604 78 - -# bottle -Static 0x0F02 -1508 1561 26 - -# bottle -Static 0x0F03 -1336 1603 78 - -# Black Potion -Static 0x0F06 -1328 1600 78 - -# Green Potion -Static 0x0F0A -1328 1605 78 - -# amethyst -Static 0x0F16 -1660 1643 4 - -# ruby -Static 0x0F1A -1660 1643 4 - -# diamond -Static 0x0F27 -1659 1643 4 - -# hay -Static 0x0F34 -1288 1769 10 -1288 1773 10 -1288 1775 10 -1288 1776 10 -1288 1778 10 -1288 1781 10 -1289 1754 10 -1289 1755 10 -1289 1766 10 -1289 1767 10 -1289 1769 10 -1289 1772 10 -1289 1780 21 -1290 1754 10 -1290 1755 10 -1290 1778 10 -1293 1752 10 -1294 1752 10 -1296 1752 10 -1297 1752 10 -1299 1752 10 -1300 1752 10 -1300 1769 10 -1300 1772 10 -1300 1775 10 -1301 1767 10 -1301 1769 10 -1301 1773 10 -1301 1775 10 -1301 1779 10 -1301 1782 10 -1302 1753 10 -1302 1754 10 -1302 1767 10 -1302 1779 10 -1302 1782 10 -1321 1800 0 -1321 1802 0 -1322 1800 0 -1323 1801 0 -1323 1802 0 -1323 1804 0 -1324 1802 0 -1325 1803 0 -1325 1804 0 -1326 1804 0 -1326 1805 0 -1384 1646 30 -1384 1647 30 -1384 1649 30 -1384 1650 30 -1384 1652 30 -1384 1653 30 -1384 1655 30 -1384 1656 30 -1384 1658 30 -1384 1659 30 -1384 1661 30 -1384 1662 30 -1385 1641 30 -1386 1640 30 -1386 1642 30 -1387 1641 30 -1389 1640 30 -1392 1646 30 -1392 1647 30 -1392 1649 30 -1392 1650 30 -1392 1652 30 -1392 1653 30 -1392 1655 30 -1392 1656 30 -1392 1658 30 -1392 1659 30 -1516 1544 25 -1517 1541 25 -1521 1544 25 -1524 1544 25 -1525 1541 25 -1562 1550 -15 -1567 1554 20 - -# sheaf of hay -Static 0x0F36 -1288 1752 10 -1288 1753 10 -1288 1754 10 -1288 1755 10 -1289 1752 10 -1289 1753 10 -1290 1752 10 -1290 1753 10 -1291 1752 10 -1291 1753 10 -1291 1754 10 -1317 1644 30 -1324 1800 0 -1325 1800 0 -1325 1801 0 -1326 1800 0 -1326 1802 0 -1384 1640 30 -1385 1640 30 -1386 1640 30 -1386 1641 30 -1387 1640 30 -1387 1641 30 -1388 1640 30 -1388 1641 30 -1389 1640 30 -1389 1641 30 -1391 1661 30 -1391 1662 30 -1392 1661 30 -1392 1662 30 - -# executioner's axe -Static 0x0F45 -1449 1721 6 - -# easel with canvas -Static 0x0F66 -1354 1602 72 -1446 1662 10 -1449 1662 10 -1452 1662 10 - -# easel with canvas -Static 0x0F68 -1350 1604 72 - -# easel with canvas -Static 0x0F6A -1445 1666 10 -1448 1666 10 -1451 1666 10 - -# bolt of cloth -Static 0x0F98 -1440 1576 20 -1466 1684 0 -1466 1685 0 - -# bolt of cloth -Static 0x0F98 (Hue=0xD) -1389 1603 30 - -# bolt of cloth -Static 0x0F99 -1466 1693 0 -1466 1694 0 -1554 1656 26 - -# bolt of cloth -Static 0x0F99 (Hue=0xD) -1389 1604 30 - -# bolt of cloth -Static 0x0F9A -1554 1656 26 - -# bolt of cloth -Static 0x0F9A (Hue=0xD) -1389 1604 30 - -# bolt of cloth -Static 0x0F9B -1440 1576 20 -1466 1684 0 -1467 1684 0 -1549 1657 26 -1550 1657 26 - -# bolt of cloth -Static 0x0F9C -1549 1657 26 -1551 1657 26 - -# sewing kit -Static 0x0F9D -1388 1603 36 -1440 1578 26 -1466 1688 6 -1468 1691 6 -1553 1660 32 - -# scissors -Scissors 0x0F9E -1467 1686 0 -1472 1686 0 -1550 1656 32 - -# scissors -Scissors 0x0F9F -1344 1588 76 -1388 1602 36 -1441 1577 20 - -# spool of thread -Static 0x0FA1 -1468 1693 6 - -# playing cards -Static 0x0FA2 -1492 1688 26 -1548 1749 39 -1555 1772 12 - -# playing cards -Static 0x0FA3 -1435 1715 23 -1497 1681 23 -1497 1696 24 -1554 1769 14 - -# chess board -ChessBoard 0xFA6 -1497 1693 24 -1533 1429 59 -1622 1588 4 -1300 1567 34 -1544 1749 39 -1548 1771 13 - -# checker board -CheckerBoard 0xFA6 -1562 1762 14 -1618 1587 4 -1435 1720 23 - -# dice and cup -Dices 0x0FA7 -1402 1687 34 -1435 1714 23 -1497 1679 24 -1497 1685 24 -1533 1431 59 -1541 1749 39 -1550 1763 16 -1554 1764 14 -1626 1586 4 - -# chess pieces -Static 0x0FA8 -1300 1566 34 -1544 1749 40 -1548 1771 14 - -# backgammon game -Backgammon 0x0FAD -1497 1678 21 -1540 1749 39 -1550 1762 16 - -# sledge hammer -Static 0x0FB5 -1347 1778 21 -1356 1770 21 -1356 1774 21 -1356 1786 21 -1364 1574 30 - -# horse shoes -Static 0x0FB6 -1348 1770 21 - -# forged metal -Static 0x0FB7 -1362 1573 30 -1425 1557 30 - -# tongs -Static 0x0FBC -1362 1574 30 - -# book -Static 0x0FBD -1186 1708 4 -1332 1653 54 -1351 1742 64 -1366 1574 36 -1412 1716 24 -1415 1751 14 -1419 1579 34 -1421 1549 39 -1432 1610 26 -1452 1611 26 -1453 1680 6 -1468 1692 6 -1471 1578 26 -1471 1595 26 -1474 1739 6 -1474 1746 6 -1479 1739 6 -1483 1588 26 -1493 1714 11 -1494 1554 34 -1495 1615 26 -1504 1567 25 -1511 1567 26 -1540 1739 19 -1546 1739 19 -1553 1658 32 -1603 1713 26 -1635 1690 42 -1650 1612 24 -1650 1635 4 - -# book -Static 0x0FBE -1251 1698 4 -1306 1566 34 -1306 1688 34 -1332 1588 76 -1333 1645 76 -1343 1730 64 -1343 1736 24 -1354 1671 34 -1354 1678 34 -1368 1634 54 -1395 1566 34 -1395 1687 34 -1411 1617 34 -1411 1632 34 -1433 1685 4 -1437 1685 4 -1448 1649 16 -1466 1671 6 -1476 1610 24 -1478 1596 26 -1482 1671 6 -1496 1547 74 -1499 1664 31 -1513 1613 14 -1571 1698 39 -1579 1698 39 -1579 1708 39 -1582 1564 24 -1587 1564 24 -1594 1587 26 -1596 1655 16 -1650 1644 6 - -# pen and ink -Static 0x0FBF -1186 1708 4 -1332 1653 54 -1351 1742 64 -1366 1574 36 -1412 1716 24 -1415 1751 14 -1419 1579 34 -1432 1610 26 -1452 1611 26 -1453 1680 6 -1468 1691 6 -1471 1578 26 -1471 1595 26 -1474 1739 6 -1483 1588 26 -1493 1714 11 -1494 1554 34 -1495 1615 26 -1504 1567 25 -1511 1567 26 -1526 1436 39 -1533 1436 39 -1546 1739 19 -1553 1658 32 -1603 1713 26 -1635 1690 42 -1650 1612 24 -1650 1635 4 - -# pen and ink -Static 0x0FC0 -1251 1698 4 -1306 1566 34 -1306 1688 34 -1333 1645 76 -1343 1730 64 -1343 1736 24 -1354 1671 34 -1354 1678 34 -1368 1616 54 -1368 1634 54 -1395 1566 34 -1395 1687 34 -1411 1617 34 -1411 1632 34 -1421 1548 39 -1433 1685 4 -1437 1685 4 -1448 1649 16 -1466 1671 6 -1474 1745 6 -1476 1610 24 -1477 1596 26 -1479 1738 6 -1482 1671 6 -1496 1547 74 -1499 1664 31 -1513 1613 14 -1571 1698 39 -1579 1698 39 -1579 1708 39 -1582 1564 24 -1587 1564 24 -1594 1587 26 -1596 1655 16 -1650 1644 6 - -# paints and brush -Static 0x0FC1 -1355 1602 77 -1445 1665 10 -1446 1663 10 -1448 1665 10 -1449 1663 10 -1451 1665 10 -1452 1663 10 - -# book -SongOfSamlethe 0x0FEF -1401 1565 34 - -# book -QuestOfVirtues 0x0FEF -1532 1436 39 - -# book -DiversityOfOurLand 0x0FEF -1568 1709 39 - -# book -VirtueBook 0x0FF0 -1401 1564 34 - -# book -TalesOfVesperVol1 0x0FF0 -1402 1564 34 - -# book -RedBook 0x0FF1 -1402 1569 34 -1524 1436 39 - -# book -BlueBook 0x0FF2 -1401 1568 34 - -# book -CallToAnarchy 0x0FF3 -1401 1566 34 - -# book -TamingDragons 0x0FF4 -1402 1567 34 - -# book -EthicalHedonism 0x0FF4 -1534 1436 39 - -# book -LifeOfATravellingMinstrel 0x0FF4 -1539 1739 19 - -# book -TaleOfThreeTribes 0x0FF4 -1568 1708 39 - -# glass pitcher -Pitcher 0x0FF6 -1228 1576 4 -1253 1703 4 -1525 1425 19 -1547 1714 24 -1552 1682 34 -1601 1514 44 -1652 1563 14 -1671 1547 34 -1684 1571 24 - -# skull mug -Static 0x0FFC -1614 1586 4 -1622 1586 4 - -# skull mug -Static 0x0FFD -1616 1582 6 -1618 1582 6 -1620 1582 6 -1622 1589 4 - -# skull mug -Static 0x0FFE -1626 1589 4 - -# pewter mug -PewterMug 0x0FFF -1426 1718 26 -1426 1723 24 -1426 1724 24 -1426 1728 24 -1426 1730 24 -1426 1733 24 -1426 1734 24 -1427 1718 26 -1435 1713 24 -1435 1716 24 -1435 1721 24 -1452 1707 6 -1468 1515 24 -1469 1515 24 -1497 1677 24 -1497 1685 24 -1497 1687 24 -1497 1689 24 -1509 1600 14 -1546 1767 16 -1547 1716 24 -1550 1766 16 -1556 1772 14 -1558 1762 14 -1614 1587 4 -1614 1589 4 - -# pewter mug -PewterMug 0x1000 -1150 1548 4 -1152 1548 4 -1194 1710 4 -1228 1576 4 -1253 1704 4 -1323 1679 34 -1324 1674 34 -1328 1674 34 -1429 1713 26 -1429 1715 26 -1429 1717 26 -1454 1707 6 -1456 1723 12 -1460 1707 6 -1466 1707 6 -1468 1514 24 -1489 1686 26 -1491 1686 26 -1497 1694 24 -1497 1695 24 -1546 1771 12 -1548 1716 24 -1548 1767 16 -1550 1765 16 -1554 1772 12 -1562 1764 14 -1601 1516 44 -1635 1515 39 -1652 1548 29 -1660 1580 9 -1673 1547 34 - -# pewter mug -PewterMug 0x1001 -1149 1620 4 -1150 1547 4 -1153 1620 4 -1192 1708 4 -1226 1577 4 -1251 1703 4 -1426 1723 24 -1426 1724 24 -1426 1727 24 -1426 1729 24 -1426 1733 24 -1435 1713 24 -1435 1716 24 -1435 1719 24 -1470 1514 24 -1492 1687 26 -1492 1689 26 -1497 1680 24 -1497 1682 24 -1497 1688 24 -1497 1692 24 -1497 1695 24 -1497 1697 24 -1510 1598 14 -1553 1772 14 -1558 1762 14 -1558 1763 14 -1562 1763 14 -1608 1586 4 -1608 1587 4 -1671 1546 34 -1692 1545 49 - -# pewter mug -PewterMug 0x1002 -1192 1710 4 -1322 1674 34 -1322 1679 34 -1327 1674 34 -1327 1679 34 -1600 1514 44 -1634 1513 39 -1651 1546 29 -1691 1545 49 - -# spittoon -Static 0x1003 -1424 1721 20 -1424 1733 20 -1432 1712 20 -1437 1712 20 -1486 1684 20 -1494 1676 20 -1494 1697 20 -1544 1773 10 -1554 1765 10 -1558 1760 10 -1562 1765 10 - -# empty jar -Static 0x1005 -1512 1429 21 -1513 1561 26 -1515 1427 21 - -# full jar -Static 0x1006 -1513 1560 26 - -# hay sheave -Static 0x100C -1513 1544 25 - -# hay sheave -Static 0x100D -1317 1644 30 -1319 1644 30 -1321 1644 30 -1508 1543 25 -1519 1543 25 -1523 1543 25 - -# pile of wool -Static 0x101F -1475 1686 0 -1544 1657 26 - -# chisels -Static 0x1027 -1430 1596 26 - -# dovetail saw -Static 0x1028 -1430 1595 26 - -# hammer -Static 0x102A -1455 1579 30 - -# hammer -Static 0x102B -1393 1598 36 - -# nails -Static 0x102F -1392 1598 36 -1430 1597 26 - -# jointing plane -Static 0x1030 -1391 1598 36 -1431 1596 26 - -# saw -Static 0x1034 -1431 1596 26 -1452 1580 30 - -# saw -Static 0x1035 -1392 1598 36 -1431 1597 26 -1453 1579 30 - -# hay -Static 0x1036 -1289 1779 10 -1289 1782 10 -1290 1779 10 -1290 1782 10 -1294 1753 10 -1294 1754 10 -1297 1753 10 -1297 1754 10 -1298 1782 10 -1300 1754 10 -1301 1753 10 -1301 1754 10 -1301 1770 10 -1301 1773 10 -1301 1776 10 -1301 1779 10 -1301 1782 10 -1302 1770 10 -1302 1773 10 -1302 1776 10 -1302 1779 10 -1302 1782 10 -1303 1770 10 -1303 1773 10 -1305 1773 10 -1305 1776 10 -1305 1777 16 -1305 1779 10 -1305 1780 16 -1305 1783 16 -1306 1773 10 -1306 1776 10 -1306 1777 16 -1306 1779 10 -1306 1783 16 -1307 1780 16 -1307 1783 16 -1309 1664 30 -1310 1647 30 -1310 1648 30 -1310 1652 30 -1310 1659 30 -1311 1645 30 -1311 1654 30 -1311 1666 30 -1312 1646 30 -1312 1661 30 -1313 1649 30 -1314 1646 30 -1314 1661 30 -1315 1648 30 -1315 1650 30 -1316 1661 30 -1317 1646 30 -1317 1658 30 -1319 1646 30 -1319 1648 30 -1319 1649 30 -1319 1661 30 -1320 1648 30 -1320 1664 30 -1322 1647 30 -1322 1649 30 -1385 1644 30 -1385 1647 30 -1385 1650 30 -1385 1653 30 -1385 1656 30 -1385 1659 30 -1385 1662 30 -1385 1668 30 -1387 1644 30 -1388 1647 30 -1388 1650 30 -1388 1653 30 -1388 1654 30 -1388 1656 30 -1388 1659 30 -1388 1662 30 -1388 1664 30 -1389 1643 30 -1389 1646 30 -1389 1649 30 -1389 1655 30 -1389 1658 30 -1389 1659 30 -1389 1660 30 -1389 1661 30 -1390 1644 30 -1390 1652 41 -1390 1653 41 -1391 1643 30 -1392 1647 30 -1392 1650 30 -1392 1653 30 -1392 1656 30 -1392 1659 30 -1509 1547 25 -1510 1548 25 -1511 1548 25 -1511 1550 25 -1513 1547 25 -1513 1549 25 -1514 1543 25 -1515 1542 25 -1515 1544 25 -1515 1545 25 -1515 1550 25 -1516 1542 25 -1516 1544 25 -1516 1545 25 -1516 1547 25 -1517 1541 25 -1517 1543 25 -1517 1544 25 -1517 1549 25 -1518 1547 25 -1518 1550 25 -1519 1548 25 -1520 1549 25 -1521 1541 25 -1521 1544 25 -1521 1548 25 -1522 1549 25 -1522 1550 25 -1523 1547 25 -1524 1549 25 -1525 1548 25 -1525 1550 25 -1526 1548 25 -1587 1555 20 -1588 1553 20 -1588 1556 20 -1590 1553 20 -1590 1557 20 -1591 1555 20 -1592 1554 20 -1592 1558 20 -1593 1553 20 -1593 1556 20 -1594 1554 20 -1594 1555 20 -1595 1553 20 -1595 1555 20 -1595 1557 20 -1597 1554 20 -1597 1556 20 -1598 1558 20 - -# hay -Static 0x1037 -1289 1767 10 -1289 1770 10 -1289 1773 10 -1289 1776 10 -1290 1760 10 -1290 1761 10 -1290 1763 10 -1290 1767 10 -1290 1770 10 -1290 1773 10 -1290 1776 10 -1291 1760 10 -1291 1762 10 -1291 1765 21 -1292 1758 10 -1292 1761 10 -1293 1759 10 -1293 1760 10 -1293 1762 10 -1293 1764 10 -1293 1767 10 -1293 1771 10 -1293 1774 10 -1293 1778 10 -1293 1780 10 -1294 1757 10 -1294 1758 10 -1294 1760 10 -1294 1768 10 -1294 1771 10 -1294 1776 10 -1294 1782 10 -1294 1786 10 -1294 1788 10 -1295 1758 10 -1295 1764 10 -1295 1765 10 -1295 1774 10 -1295 1777 10 -1295 1783 10 -1296 1757 10 -1296 1758 10 -1296 1763 10 -1296 1765 10 -1296 1768 10 -1296 1772 10 -1296 1778 10 -1296 1780 10 -1296 1781 10 -1296 1785 10 -1297 1759 10 -1297 1760 10 -1297 1761 10 -1297 1765 10 -1297 1767 10 -1297 1769 10 -1297 1772 10 -1297 1775 10 -1297 1781 10 -1297 1787 10 -1298 1758 10 -1298 1763 10 -1298 1767 10 -1298 1770 10 -1298 1773 10 -1298 1777 10 -1298 1779 10 -1298 1785 10 -1299 1757 10 -1299 1762 10 -1299 1764 10 -1299 1788 10 -1300 1759 10 -1300 1765 21 -1300 1786 10 -1301 1758 10 -1301 1761 10 -1301 1764 10 -1301 1767 10 -1302 1757 10 -1302 1759 10 -1302 1761 10 -1302 1767 10 -1303 1761 10 -1303 1763 10 -1303 1767 10 -1304 1761 10 -1305 1760 10 -1305 1767 10 -1305 1771 16 -1306 1770 10 -1307 1768 16 -1313 1806 0 -1313 1818 0 -1313 1822 0 -1313 1825 0 -1313 1830 0 -1314 1808 0 -1314 1810 0 -1314 1814 0 -1314 1816 0 -1314 1819 0 -1314 1822 0 -1315 1803 0 -1315 1806 0 -1315 1818 0 -1315 1819 0 -1315 1820 0 -1315 1824 0 -1315 1828 0 -1315 1829 0 -1316 1804 0 -1316 1807 0 -1316 1808 0 -1316 1810 0 -1316 1811 0 -1316 1813 0 -1316 1817 0 -1316 1822 0 -1316 1826 0 -1317 1803 0 -1317 1806 0 -1317 1808 0 -1317 1814 0 -1317 1818 0 -1317 1819 0 -1317 1831 11 -1318 1805 0 -1318 1807 0 -1318 1811 0 -1318 1816 0 -1318 1818 0 -1318 1822 0 -1318 1826 0 -1319 1804 0 -1319 1806 0 -1319 1808 0 -1319 1810 0 -1319 1812 0 -1319 1815 0 -1319 1821 0 -1319 1823 0 -1319 1824 0 -1319 1828 0 -1319 1830 0 -1320 1801 0 -1320 1803 0 -1320 1805 0 -1320 1814 0 -1320 1815 0 -1320 1817 0 -1320 1818 0 -1320 1820 0 -1321 1804 0 -1321 1813 0 -1321 1826 0 -1321 1829 0 -1322 1803 0 -1322 1806 0 -1322 1807 0 -1322 1808 0 -1322 1810 0 -1322 1814 0 -1322 1815 0 -1322 1817 0 -1322 1818 0 -1322 1820 0 -1322 1823 0 -1323 1807 0 -1323 1812 0 -1323 1816 0 -1323 1817 0 -1323 1829 0 -1323 1830 0 -1324 1803 0 -1324 1805 0 -1324 1810 0 -1324 1811 0 -1324 1813 0 -1324 1819 0 -1324 1823 0 -1324 1825 0 -1325 1808 0 -1325 1813 0 -1325 1821 0 -1325 1827 0 -1326 1806 0 -1326 1810 0 -1326 1814 0 -1326 1817 0 -1326 1819 0 -1326 1821 0 -1326 1825 0 -1326 1830 0 -1509 1544 25 -1510 1541 25 -1510 1543 25 -1510 1545 25 -1511 1542 25 -1511 1543 25 -1511 1544 25 -1514 1544 25 -1515 1541 25 -1515 1548 25 -1515 1554 25 -1517 1553 25 -1518 1542 35 -1520 1543 25 -1520 1545 25 -1522 1544 35 -1523 1431 55 -1523 1436 55 -1524 1434 55 -1524 1437 55 -1524 1544 25 -1525 1429 55 -1525 1432 55 -1525 1542 25 -1525 1544 25 -1525 1545 25 -1526 1431 55 -1526 1435 55 -1526 1436 55 -1527 1432 55 -1528 1429 55 -1528 1433 55 -1528 1437 55 -1529 1430 55 -1529 1435 55 -1530 1431 55 -1530 1436 55 -1569 1556 26 -1570 1556 26 - -# wood curls -Static 0x1038 -1388 1596 30 -1388 1599 30 -1390 1597 30 -1390 1599 30 -1390 1601 30 -1391 1596 30 -1393 1596 30 -1430 1594 20 -1430 1596 20 -1430 1598 20 -1431 1595 20 -1431 1597 20 -1432 1595 20 -1432 1597 20 -1433 1594 20 -1433 1597 20 -1434 1595 20 -1451 1579 30 -1451 1581 30 -1453 1580 30 -1454 1580 30 -1455 1579 30 - -# sack of flour -Static 0x1039 -1448 1608 20 -1450 1608 20 -1452 1615 20 -1512 1422 15 -1512 1424 21 -1513 1436 15 -1513 1437 15 -1514 1432 15 -1518 1433 15 -1549 1704 20 -1564 1742 15 -1564 1743 15 -1565 1748 15 -1568 1737 15 -1569 1736 15 -1577 1737 15 -1577 1738 15 -1578 1737 15 -1592 1517 40 - -# open sack of flour -Static 0x103A -1448 1617 20 -1449 1608 20 -1513 1422 15 -1513 1433 15 -1545 1704 20 -1560 1745 15 -1562 1739 15 -1565 1743 15 -1568 1736 15 -1576 1744 15 -1581 1740 15 -1598 1512 40 - -# dough -Static 0x103D -1248 1707 6 -1448 1610 27 - -# cookie mix -Static 0x103F -1248 1708 6 -1448 1612 27 -1518 1422 21 -1594 1512 46 - -# rolling pin -Static 0x1043 -1156 1616 6 -1192 1848 6 -1195 1704 6 -1256 1881 6 -1448 1614 26 -1517 1422 21 -1545 1680 36 -1546 1708 20 -1595 1512 46 - -# globe -Static 0x1047 -1334 1644 72 -1338 1587 72 - -# loom bench -Static 0x104A -1392 1602 30 -1545 1658 26 - -# clock -Clock 0x104B -1423 1660 16 -1423 1661 16 -1423 1662 16 - -# clock -Clock 0x104C -1426 1660 16 -1426 1661 16 -1426 1662 16 -1426 1663 16 - -# clock frame -ClockFrame 0x104D -1337 1588 76 -1384 1598 36 -1424 1651 16 -1424 1654 16 -1428 1649 16 -1428 1656 16 - -# clock parts -ClockParts 0x104F -1337 1588 76 -1384 1598 36 -1424 1655 16 -1428 1651 16 - -# clock parts -ClockParts 0x1050 -1424 1649 16 -1428 1655 16 - -# axle with gears -AxleGears 0x1051 -1424 1656 16 - -# axle with gears -AxleGears 0x1052 -1424 1649 16 -1428 1649 16 -1428 1655 16 - -# gears -Gears 0x1053 -1337 1588 76 -1424 1650 16 -1424 1656 16 -1428 1651 16 -1428 1654 16 - -# gears -Gears 0x1054 -1386 1598 36 - -# sextant parts -SextantParts 0x1059 -1424 1650 16 -1428 1656 16 - -# sextant parts -SextantParts 0x105A -1385 1598 36 -1424 1654 16 -1428 1650 16 - -# springs -Springs 0x105D -1424 1655 16 -1428 1654 16 - -# springs -Springs 0x105E -1424 1651 16 -1428 1649 16 - -# pile of hides -Static 0x1078 -1429 1609 20 - -# pile of hides -Static 0x1079 -1429 1614 20 - -# cut leather -Static 0x1082 -1432 1609 26 - -# bracelet -Static 0x1086 -1660 1643 4 - -# ring -Static 0x108A -1660 1643 4 - -# fur -Static 0x11F5 -1436 1613 26 - -# fur -Static 0x11F7 -1436 1610 26 - -# fur -Static 0x11F8 -1432 1612 26 - -# tarot -Static 0x12A6 -1494 1551 36 -1594 1650 16 - -# tarot -Static 0x12AA -1331 1603 76 - -# deck of tarot -Static 0x12AC -1331 1602 76 - -# brush -Static 0x1371 -1391 1640 36 - -# brush -Static 0x1372 -1390 1640 36 - -# bridle -Static 0x1374 -1392 1640 36 - -# short spear -Static 0x1403 -1529 1413 59 - -# halberd -Static 0x143F -1372 1578 33 - -# map -Static 0x14EB -1332 1652 54 -1339 1588 76 - -# map -Static 0x14EC -1328 1644 78 - -# ship model -Static 0x14F3 -1414 1744 16 -1414 1758 16 -1420 1744 16 -1420 1758 16 - -# spyglass -Static 0x14F5 -1328 1648 78 - -# rope -Static 0x14F8 -1467 1766 -3 -1471 1770 -3 -1490 1756 -3 -1492 1749 -3 - -# rope -Static 0x14FA -1448 1764 -3 -1449 1758 -3 -1449 1768 -3 -1474 1762 -3 -1477 1762 -3 -1481 1768 -3 -1486 1762 -3 -1493 1762 -3 -1498 1759 -3 - -# skirt -Static 0x1516 (Hue=0x386) -1444 1580 20 - -# long pants -Static 0x1539 (Hue=0x386) -1443 1578 20 - -# wooden bowl -Static 0x15F8 -1192 1848 6 -1448 1613 25 -1545 1680 36 - -# pewter bowl -Static 0x15FD -1195 1848 6 -1196 1704 6 -1248 1709 6 - -# bowl of lettuce -Static 0x1600 -1322 1605 56 - -# large pewter bowl -Static 0x1603 -1151 1544 0 -1157 1616 6 -1192 1849 6 -1248 1706 6 -1324 1600 56 -1550 1709 26 - -# large wooden bowl -Static 0x1605 -1226 1568 6 - -# pear -Static 0x172D -1378 1598 30 -1379 1601 30 -1382 1588 30 - -# folded cloth -Static 0x1763 -1467 1685 0 - -# cut cloth -Static 0x1766 -1466 1687 4 - -# cloth -Static 0x1767 -1466 1689 0 - -# silver wire -Static 0x1877 -1345 1778 21 -1345 1786 21 -1354 1770 21 - -# gold wire -Static 0x1878 -1347 1786 21 -1354 1774 21 - -# copper wire -Static 0x1879 -1346 1770 21 - -# heater shield -Static 0x1B77 -1530 1412 55 - -# feather -Static 0x1BD1 -1468 1576 26 -1468 1577 26 -1468 1581 26 -1468 1582 26 - -# shaft -Static 0x1BD4 -1468 1577 26 -1468 1580 26 -1468 1581 26 - -# skinned goat -Static 0x1E89 -1453 1725 6 - -# plucked chicken -Static 0x1E8B -1450 1726 6 - -# skinned deer -Static 0x1E91 -1453 1724 6 - -# winch -Static 0x1EA8 -1521 1454 35 - -# earrings -Static 0x1F07 -1659 1643 4 - -# pitcher of water -Pitcher 0x1F9D (Content=Water) -1193 1709 4 -1512 1425 21 diff --git a/Distribution/Data/Decoration/Britannia/bucs.cfg b/Distribution/Data/Decoration/Britannia/bucs.cfg deleted file mode 100644 index 1b9cfa84f..000000000 --- a/Distribution/Data/Decoration/Britannia/bucs.cfg +++ /dev/null @@ -1,672 +0,0 @@ -# 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 diff --git a/Distribution/Data/Decoration/Britannia/bucsportal.cfg b/Distribution/Data/Decoration/Britannia/bucsportal.cfg deleted file mode 100644 index 9c180dc3f..000000000 --- a/Distribution/Data/Decoration/Britannia/bucsportal.cfg +++ /dev/null @@ -1,137 +0,0 @@ -############### -# 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 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/cove.cfg b/Distribution/Data/Decoration/Britannia/cove.cfg deleted file mode 100644 index 6961fb751..000000000 --- a/Distribution/Data/Decoration/Britannia/cove.cfg +++ /dev/null @@ -1,317 +0,0 @@ -# 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 diff --git a/Distribution/Data/Decoration/Britannia/delucia.cfg b/Distribution/Data/Decoration/Britannia/delucia.cfg deleted file mode 100644 index 8c87ad8d5..000000000 --- a/Distribution/Data/Decoration/Britannia/delucia.cfg +++ /dev/null @@ -1,229 +0,0 @@ -# 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 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/despise.cfg b/Distribution/Data/Decoration/Britannia/despise.cfg deleted file mode 100644 index 71405ba9b..000000000 --- a/Distribution/Data/Decoration/Britannia/despise.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# 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 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/destard.cfg b/Distribution/Data/Decoration/Britannia/destard.cfg deleted file mode 100644 index 76385f3e9..000000000 --- a/Distribution/Data/Decoration/Britannia/destard.cfg +++ /dev/null @@ -1,3 +0,0 @@ -# ankh -AnkhNorth 0x0004 -5204 774 0 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/hythloth.cfg b/Distribution/Data/Decoration/Britannia/hythloth.cfg deleted file mode 100644 index 6eebb2d9d..000000000 --- a/Distribution/Data/Decoration/Britannia/hythloth.cfg +++ /dev/null @@ -1,20 +0,0 @@ -# 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 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/jhelom.cfg b/Distribution/Data/Decoration/Britannia/jhelom.cfg deleted file mode 100644 index b5aea3dc2..000000000 --- a/Distribution/Data/Decoration/Britannia/jhelom.cfg +++ /dev/null @@ -1,2769 +0,0 @@ -# portcullis -Static 0x06F5 -1352 3869 20 -1353 3869 20 -1354 3869 20 -1355 3869 20 -1391 3869 20 -1388 3869 20 -1390 3869 20 -1389 3869 20 - -# chimney -Static 0x08D8 -1441 3782 30 - -# chimney -Static 0x08D9 -1441 3781 30 - -# oven -StoneOvenEastAddon 0x092C -1352 3731 0 -1441 3781 0 - -# fireplace -Static 0x0951 -1168 3636 0 - -# fireplace -Static 0x0952 -1168 3635 0 - -# fireplace -StoneFireplaceSouthAddon 0x0961 -1128 3608 0 - -# tray -Static 0x0991 -1130 3611 6 -1139 3658 6 - -# tray -Static 0x0992 -1172 3638 4 - -# fruit basket -FruitBasket 0x0993 -1384 3824 4 -1391 3824 0 -1422 3745 26 -1379 3750 26 -1419 3758 26 -1380 3728 26 -1422 3746 26 -1380 3750 26 - -# ceramic mug -CeramicMug 0x0997 -1458 3801 6 -1332 3728 6 -1332 3749 6 -1314 3749 6 -1332 3750 6 -1458 3825 6 -1392 3700 6 -1311 3749 6 -1408 3804 6 -1310 3749 6 -1316 3749 6 -1316 3729 6 -1332 3729 6 -1408 3853 6 -1404 4035 6 -1344 3755 6 -1395 4010 6 -1316 3728 6 -1451 3718 6 -1432 3963 6 - -# bottle of ale -BeverageBottle 0x099F (Content=Ale) -1458 3801 6 -1460 3826 6 -1408 3804 6 -1418 3776 6 -1486 3849 6 -1332 3754 6 -1403 4035 6 -1432 3963 6 -1427 3960 6 -1344 3755 6 -1442 3848 6 -1332 3722 6 -1392 4020 6 -1340 3708 6 -1450 3718 9 -1452 4008 6 -1458 3825 6 -1458 3802 6 -1395 4010 6 -1397 4038 6 -1316 3724 6 - -# fork -Fork 0x09A3 -1460 3781 6 -1456 3781 6 -1403 4036 6 -1486 3850 6 -1444 3769 6 -1448 3769 6 - -# fork -Fork 0x09A4 -1459 3801 6 -1135 3658 4 -1316 3727 6 -1316 3749 6 -1451 3718 6 -1316 3724 6 -1314 3749 6 -1443 3776 6 -1309 3749 6 -1441 3776 6 -1171 3637 4 -1311 3749 6 -1459 3825 6 -1316 3729 6 -1133 3610 4 - -# knife -Knife 0x09A5 -1403 4036 6 -1460 3781 6 -1456 3781 6 -1444 3769 6 -1448 3769 6 -1486 3850 6 - -# knife -Knife 0x09A6 -1311 3749 6 -1135 3658 4 -1443 3776 6 -1459 3801 6 -1441 3776 6 -1316 3749 6 -1451 3718 6 -1309 3749 6 -1133 3610 4 -1459 3825 6 -1171 3637 4 -1314 3749 6 - -# metal box -FillableMetalBox 0x09A8 -1422 3976 8 -1452 3849 6 -1359 3782 6 -1453 4024 6 -1452 4000 6 -1481 3856 6 -1433 3743 6 - -# metal chest -MetalChest 0x09AB -1313 3768 0 -1314 3768 0 - -# bushel -Basket 0x09AC -1397 3824 0 -1384 3825 5 -1384 3828 0 -1384 3826 5 - -# basket -Basket 0x09B1 -1388 3826 6 -1385 3827 6 - -# backpack -Backpack 0x09B2 -1434 3793 3 - -# sausage -Static 0x09C1 -1448 4028 6 - -# spoon -Spoon 0x09C3 -1171 3637 4 -1133 3610 4 -1135 3658 4 - -# bottle of wine -BeverageBottle 0x09C7 (Content=Wine) -1448 3771 4 -1440 3768 6 -1444 3768 6 -1179 3638 9 -1440 3770 6 -1446 3779 6 -1442 3776 6 - -# jug of cider -Jug 0x09C8 (Content=Cider) -1460 3779 4 -1315 3749 6 -1170 3637 4 -1452 3778 4 -1132 3610 4 -1408 3851 6 -1456 3780 4 - -# ceramic mug -CeramicMug 0x09CA -1308 3692 6 -1442 3848 6 -1310 3708 6 -1336 3708 6 -1330 3676 6 -1334 3708 6 -1486 3849 6 -1403 4035 6 -1339 3692 6 -1309 3692 6 -1315 3708 6 -1427 3960 6 -1338 3708 6 -1458 3802 6 -1340 3692 6 -1328 3676 6 -1454 4008 6 -1308 3708 6 -1335 3692 6 -1392 4020 6 -1313 3692 6 -1331 3676 6 -1313 3708 6 -1314 3692 6 -1458 3826 6 -1327 3676 6 -1336 3692 6 -1418 3776 6 - -# pitcher -Static 0x09D6 -1309 3692 6 -1339 3708 6 -1331 3676 6 -1309 3708 6 -1332 3749 6 -1316 3728 6 -1313 3692 6 -1314 3708 6 -1335 3708 6 -1332 3728 6 -1335 3692 6 -1339 3692 6 -1327 3676 6 -1310 3749 6 - -# plate -Plate 0x09D7 -1456 3781 6 -1393 4020 6 -1340 3692 6 -1404 4036 6 -1315 3708 6 -1451 3718 6 -1459 3826 6 -1408 3852 6 -1312 3692 6 -1448 3769 6 -1326 3676 6 -1443 3848 6 -1330 3676 6 -1344 3756 6 -1446 3777 6 -1345 3782 6 -1316 3727 6 -1332 3748 6 -1340 3708 6 -1460 3781 6 -1332 3754 6 -1419 3776 6 -1332 3722 6 -1334 3708 6 -1453 4008 6 -1443 3776 6 -1314 3692 6 -1313 3708 6 -1332 3729 6 -1459 3825 6 -1316 3724 6 -1316 3729 6 -1338 3692 6 -1441 3776 6 -1336 3692 6 -1328 3676 6 -1334 3692 6 -1133 3611 4 -1308 3692 6 -1310 3708 6 -1428 3960 6 -1459 3802 6 -1332 3727 6 -1171 3637 4 -1456 3779 4 -1133 3610 4 -1311 3749 6 -1316 3749 6 -1440 3771 4 -1135 3659 4 -1310 3692 6 -1309 3749 6 -1314 3749 6 -1332 3676 6 -1448 3770 4 -1408 3805 6 -1392 3699 6 -1403 4036 6 -1338 3708 6 -1336 3708 6 -1452 3780 4 -1332 3750 6 -1135 3658 4 -1486 3850 6 -1432 3964 6 -1171 3638 4 -1444 3769 6 -1459 3801 6 -1308 3708 6 -1395 4009 6 - -# pot -Static 0x09E4 -1130 3608 6 - -# kettle -Static 0x09ED -1355 3734 6 -1169 3632 6 -1126 3609 0 - -# fork -Fork 0x09F4 -1171 3638 4 -1443 3848 6 -1340 3708 6 -1340 3692 6 -1332 3676 6 -1135 3659 4 -1393 4020 6 -1459 3802 6 -1334 3692 6 -1310 3708 6 -1310 3692 6 -1459 3826 6 -1312 3692 6 -1315 3708 6 -1330 3676 6 -1336 3692 6 -1328 3676 6 -1336 3708 6 -1326 3676 6 -1313 3708 6 -1314 3692 6 -1338 3692 6 -1308 3708 6 -1133 3611 4 -1453 4008 6 -1308 3692 6 -1428 3960 6 -1338 3708 6 -1419 3776 6 -1334 3708 6 - -# fork -Fork 0x09F5 -1395 4009 6 -1456 3779 4 -1332 3748 6 -1408 3852 6 -1440 3771 4 -1332 3729 6 -1446 3777 6 -1332 3754 6 -1432 3964 6 -1332 3727 6 -1408 3805 6 -1392 3699 6 -1448 3770 4 -1452 3780 4 -1332 3750 6 -1404 4036 6 -1344 3756 6 -1332 3722 6 - -# knife -Knife 0x09F6 -1133 3611 4 -1312 3692 6 -1313 3708 6 -1135 3659 4 -1328 3676 6 -1459 3826 6 -1326 3676 6 -1459 3802 6 -1334 3692 6 -1419 3776 6 -1310 3708 6 -1330 3676 6 -1338 3708 6 -1315 3708 6 -1336 3692 6 -1336 3708 6 -1338 3692 6 -1393 4020 6 -1314 3692 6 -1334 3708 6 -1340 3692 6 -1308 3692 6 -1171 3638 4 -1453 4008 6 -1340 3708 6 -1428 3960 6 -1443 3848 6 -1332 3676 6 -1310 3692 6 -1308 3708 6 - -# knife -Knife 0x09F7 -1452 3780 4 -1395 4009 6 -1332 3729 6 -1332 3750 6 -1316 3729 6 -1408 3852 6 -1408 3805 6 -1404 4036 6 -1332 3722 6 -1440 3771 4 -1344 3756 6 -1332 3727 6 -1456 3779 4 -1332 3754 6 -1446 3777 6 -1392 3699 6 -1448 3770 4 -1432 3964 6 -1332 3748 6 -1316 3724 6 -1316 3727 6 - -# spoon -Spoon 0x09F8 -1332 3676 6 -1443 3848 6 -1310 3692 6 -1308 3708 6 -1340 3708 6 -1171 3638 4 -1453 4008 6 -1308 3692 6 -1340 3692 6 -1334 3708 6 -1336 3708 6 -1338 3692 6 -1336 3692 6 -1314 3692 6 -1313 3708 6 -1312 3692 6 -1310 3708 6 -1459 3826 6 -1330 3676 6 -1459 3802 6 -1328 3676 6 -1334 3692 6 -1135 3659 4 -1428 3960 6 -1338 3708 6 -1326 3676 6 -1393 4020 6 -1419 3776 6 -1315 3708 6 -1133 3611 4 - -# spoon -Spoon 0x09F9 -1408 3853 6 -1332 3750 6 -1316 3727 6 -1395 4009 6 -1344 3756 6 -1316 3729 6 -1432 3964 6 -1332 3754 6 -1316 3724 6 -1332 3722 6 -1392 3699 6 -1404 4036 6 -1332 3729 6 -1332 3748 6 -1408 3805 6 -1332 3727 6 - -# bowl of flour -Static 0x0A1E -1354 3734 6 - -# chest of drawers -Drawer 0x0A2C -1355 3800 0 -1328 3688 0 -1460 3768 0 -1354 3805 0 -1321 3672 0 -1363 3820 0 -1422 3776 0 -1413 3800 0 -1324 3672 0 -1337 3688 0 -1328 3672 0 -1393 3696 0 -1355 3820 0 -1309 3744 0 -1365 3800 0 -1365 3810 0 -1313 3688 0 -1355 3810 0 -1182 3632 0 -1306 3744 0 -1397 4032 0 -1354 3815 0 -1394 4032 0 -1363 3805 0 -1313 3704 0 -1349 3776 0 -1331 3688 0 -1305 3688 0 -1349 3752 0 -1332 3704 0 -1329 3704 0 -1307 3704 0 -1316 3704 0 -1317 3688 0 -1450 3712 0 -1331 3672 0 -1314 3744 0 -1337 3704 0 -1316 3744 0 -1413 3848 0 -1141 3664 0 -1484 3848 0 -1340 3704 0 -1309 3688 0 -1340 3688 0 -1304 3704 0 - -# chest of drawers -Drawer 0x0A34 -1392 4035 0 -1456 3821 0 -1432 3961 0 -1328 3733 0 -1424 3961 0 -1328 3730 0 -1312 3723 0 -1312 3720 0 -1328 3744 0 -1392 4019 0 -1456 3819 0 -1328 3748 0 -1392 4009 0 -1328 3725 0 -1448 4013 0 -1328 3722 0 -1456 3797 0 -1352 3829 0 -1328 3756 0 -1312 3732 0 -1312 3729 0 -1362 3829 0 -1328 3753 0 -1120 3612 0 -1456 3795 0 -1440 3849 0 - -# armoire -Armoire 0x0A4F -1409 3848 0 -1137 3664 0 -1426 3960 0 -1345 3752 0 -1181 3632 0 -1397 3696 0 -1348 3776 0 -1433 3960 0 -1417 3776 0 -1409 3800 0 -1482 3848 0 - -# armoire -Armoire 0x0A53 -1448 3713 0 -1448 4009 0 -1120 3610 0 -1440 3851 0 -1392 4017 0 -1392 4011 0 -1456 3771 0 - -# bed -LargeBedEastAddon 0xA7D -1352 3827 0 - -# bed -LargeBedSouthAddon 0xA83 -1364 3825 0 - -# bookcase -LibraryBookcase 0x0A97 -1485 3856 0 -1379 3776 0 -1386 3768 0 -1316 3720 0 -1130 3656 0 -1424 3848 0 -1412 3712 0 -1383 3776 0 -1419 3712 0 -1429 3872 0 -1385 3768 0 -1410 3696 0 -1429 3880 0 -1418 3976 0 -1321 3768 0 -1455 3848 0 -1355 3704 0 -1129 3656 0 -1417 3848 0 -1128 3656 0 -1393 3704 0 -1446 3712 0 -1352 3752 0 -1406 3800 0 -1458 3848 0 -1459 3792 0 -1331 3744 0 -1332 3720 0 -1400 4032 0 -1404 4032 0 -1391 3768 0 -1403 4032 0 -1454 3736 0 -1460 3816 0 -1450 3736 0 -1441 3976 0 - -# bookcase -LibraryBookcase 0x0A98 -1377 3776 0 -1417 3976 0 -1461 3816 0 -1420 3976 0 -1394 3704 0 -1460 3792 0 -1453 3736 0 -1449 3736 0 -1486 3856 0 -1332 3744 0 -1409 3696 0 -1333 3720 0 -1356 3704 0 -1380 3776 0 -1353 3752 0 -1452 3736 0 -1382 3776 0 -1353 3704 0 -1134 3656 0 -1444 3712 0 -1456 3848 0 -1398 3768 0 -1430 3880 0 -1412 3696 0 -1317 3720 0 -1405 3800 0 -1425 3872 0 -1417 3712 0 -1133 3656 0 -1405 4032 0 -1132 3656 0 -1420 3848 0 -1413 3712 0 -1442 3976 0 - -# bookcase -LibraryBookcase 0x0A99 -1440 3801 0 -1408 3716 0 -1328 3694 0 -1424 3884 0 -1304 3750 0 -1168 3645 0 -1344 3754 0 -1392 3812 0 -1440 3802 0 -1440 3978 0 -1376 3779 0 -1328 3710 0 -1352 3761 0 -1344 3780 0 -1176 3633 0 -1384 3772 0 -1304 3694 0 -1384 3773 0 -1408 3697 0 -1376 3781 0 -1376 3777 0 - -# bookcase -LibraryBookcase 0x0A9A -1408 3701 0 -1392 3813 0 -1344 3753 0 -1344 3779 0 -1320 3678 0 -1440 3804 0 -1376 3778 0 -1408 3714 0 -1176 3632 0 -1168 3638 0 -1168 3644 0 -1424 3882 0 - -# bookcase -LibraryBookcase 0x0A9B -1462 3816 0 -1354 3704 0 -1457 3848 0 -1418 3712 0 -1461 3792 0 -1354 3752 0 -1322 3768 0 -1445 3712 0 -1357 3704 0 -1431 3880 0 -1413 3696 0 -1443 3976 0 -1480 3856 0 -1401 4032 0 -1404 3800 0 -1378 3776 0 -1381 3776 0 -1421 3976 0 -1318 3720 0 -1334 3720 0 -1333 3744 0 - -# bookcase -LibraryBookcase 0x0A9C -1408 3698 0 -1376 3780 0 -1176 3637 0 -1176 3638 0 -1408 3700 0 -1352 3762 0 -1168 3646 0 -1440 3977 0 -1424 3885 0 -1424 3883 0 -1304 3710 0 -1344 3778 0 -1440 3805 0 -1168 3640 0 - -# candle -CandleLarge 0x0B1A -1332 3723 10 -1358 3734 10 -1356 3757 10 -1364 3700 4 -1359 3776 9 -1332 3753 9 -1142 3666 6 -1355 3708 7 -1344 3782 9 -1474 3698 4 -1460 3825 8 -1304 3693 6 -1476 3670 26 -1408 3853 8 -1481 3860 6 -1435 3743 9 -1304 3709 6 -1328 3693 6 -1139 3659 6 -1328 3709 9 -1320 3677 10 -1304 3749 9 -1316 3723 9 -1456 3768 10 -1381 3794 4 -1418 3747 6 -1381 3778 -14 -1432 3965 9 -1436 3877 4 -1436 3881 4 -1421 3758 26 -1422 3747 26 -1378 3750 26 -1420 3776 9 -1378 3728 26 -1372 3867 4 -1380 3772 4 -1381 3740 6 -1397 3891 4 -1408 3806 6 -1180 3638 10 -1168 3641 4 -1383 3773 -16 -1446 3780 6 -1429 3960 6 -1364 3704 4 -1456 3736 10 -1446 3776 6 -1441 3718 9 -1443 3800 10 -1423 3848 10 -1440 3776 6 -1392 3698 6 -1453 4028 11 -1452 3718 10 -1426 3874 4 -1344 3757 10 -1478 3718 26 -1452 3853 10 -1478 3715 4 -1394 4020 6 -1402 3804 10 -1348 3868 4 -1454 4008 9 -1396 3867 4 -1440 3980 10 -1474 3683 4 -1395 4008 10 -1462 3818 6 -1478 3684 26 -1378 3780 6 -1460 3801 9 -1372 3864 26 -1370 3864 26 -1388 3774 9 -1394 3768 6 -1388 3827 10 -1435 3824 10 -1455 4000 6 -1412 3776 6 -1427 3816 10 -1448 3749 6 -1452 3980 7 -1452 4002 6 -1444 3848 10 -1462 3794 6 -1403 4037 9 -1408 4008 9 -1408 3769 6 -1352 3765 6 -1128 3660 4 -1486 3851 10 -1134 3611 4 -1130 3612 6 - -# candelabra -CandelabraStand 0x0B26 -1358 3830 0 -1359 3800 0 -1446 3886 0 -1438 4008 0 -1416 4000 0 -1438 4014 0 -1416 4022 0 - -# wooden bench -WoodenBench 0x0B2C -1427 4014 0 -1427 4016 0 -1429 4014 0 -1427 4017 0 -1427 4009 0 -1426 4020 0 -1426 4021 0 -1427 4006 0 -1427 4005 0 -1429 4005 0 -1376 3748 0 -1429 4006 0 -1429 4008 0 -1376 3749 0 -1376 3744 0 -1428 4001 0 -1429 4013 0 -1376 3743 0 -1428 4020 0 -1428 4002 0 -1427 4013 0 -1425 4008 0 -1425 4016 0 -1428 4021 0 -1425 4009 0 -1427 4008 0 -1425 4013 0 -1425 4014 0 -1425 4017 0 -1425 4006 0 -1425 4005 0 -1429 4016 0 -1429 4009 0 -1426 4001 0 -1429 4017 0 -1426 4002 0 - -# wooden bench -WoodenBench 0x0B2D -1423 4022 0 -1419 4022 0 -1419 4020 0 -1419 4000 0 -1420 4000 0 -1420 4002 0 -1419 4002 0 -1423 4002 0 -1423 4000 0 -1422 4002 0 -1420 4020 0 -1420 4022 0 -1422 4000 0 -1422 4022 0 -1423 4020 0 -1422 4020 0 - -# wooden chair -WoodenThrone 0x0B2F -1451 3979 0 - -# throne -Throne 0x0B33 -1379 3771 0 - -# counter -Static 0x0B3D -1398 3891 20 - -# counter -Static 0x0B3F -1398 3890 20 -1398 3892 20 - -# chair -FancyWoodenChairCushion 0x0B50 -1315 3781 0 - -# chair -WoodenChairCushion 0x0B52 -1387 3771 0 -1354 3707 0 - -# chair -WoodenChairCushion 0x0B53 -1354 3756 0 -1364 3697 0 - -# chair -WoodenChairCushion 0x0B54 -1436 3884 0 -1420 3749 0 - -# chair -WoodenChairCushion 0x0B55 -1458 3740 0 -1345 3756 0 - -# chair -WoodenChair 0x0B56 -1485 3850 0 -1362 3705 0 -1452 4026 0 -1362 3699 0 -1461 3795 0 -1362 3701 0 -1461 3819 0 -1425 3875 0 -1425 3816 7 -1424 3817 0 -1362 3703 0 -1451 3851 0 - -# chair -WoodenChair 0x0B57 -1451 3717 0 -1372 3811 0 -1386 3826 0 -1315 3779 0 -1133 3609 0 -1179 3637 0 -1383 3769 -20 -1459 3824 0 -1459 3800 0 -1410 3775 0 - -# chair -WoodenChair 0x0B58 -1403 3803 0 -1442 3715 0 -1366 3699 0 -1366 3701 0 -1393 3699 0 -1482 3858 0 -1366 3705 0 -1409 3852 0 -1398 3805 0 -1366 3703 0 -1453 3979 0 -1395 3804 0 -1353 3764 0 - -# chair -WoodenChair 0x0B59 -1133 3612 0 -1419 3777 0 -1393 3709 0 -1434 3825 0 -1422 3849 0 -1459 3827 0 -1443 3849 0 -1459 3803 0 -1317 3769 0 -1442 3801 0 -1319 3769 0 - -# chair -BambooChair 0x0B5A -1434 3876 0 -1421 3980 0 -1347 3867 0 -1434 3882 0 -1434 3878 0 -1434 3880 0 -1381 3771 -20 -1402 4036 0 -1381 3773 -20 -1381 3775 -20 -1424 3818 0 -1433 3747 0 -1473 3684 0 -1473 3699 0 -1141 3667 0 - -# chair -BambooChair 0x0B5B -1314 3748 0 -1371 3866 0 -1316 3748 0 -1135 3657 0 -1171 3636 0 -1380 3739 0 -1380 3793 0 -1309 3748 0 -1311 3748 0 -1398 4037 0 -1395 3866 0 -1345 3781 0 - -# chair -BambooChair 0x0B5C -1338 3693 0 -1396 3892 0 -1310 3709 0 -1171 3639 0 -1310 3693 0 -1418 4006 5 -1336 3709 0 -1313 3709 0 -1418 4011 5 -1315 3709 0 -1395 3769 0 -1340 3693 0 -1428 3961 0 -1135 3660 0 -1312 3693 0 -1420 4011 5 -1340 3709 0 -1330 3677 0 -1453 4009 0 -1308 3709 0 -1477 3716 0 -1418 4014 5 -1308 3693 0 -1420 4014 5 -1314 3693 0 -1334 3693 0 -1411 4009 0 -1332 3677 0 -1334 3709 0 -1326 3677 0 -1328 3677 0 -1393 4021 0 -1336 3693 0 -1338 3709 0 -1393 3769 0 - -# chair -BambooChair 0x0B5D -1385 3773 -20 -1385 3771 -20 -1333 3752 0 -1385 3781 0 -1333 3750 0 -1385 3775 -20 -1385 3779 0 -1382 3779 0 -1382 3781 0 -1441 3981 0 -1356 3708 0 -1333 3754 0 -1317 3727 0 -1317 3722 0 -1321 3676 0 -1305 3692 0 -1388 3779 0 -1333 3722 0 -1317 3724 0 -1438 3876 0 -1333 3727 0 -1333 3724 0 -1396 4009 0 -1457 3769 0 -1405 4036 0 -1305 3748 0 -1388 3781 0 -1305 3708 0 -1356 3706 0 -1317 3729 0 -1427 3875 0 -1333 3748 0 -1333 3729 0 -1438 3880 0 -1438 3878 0 -1329 3692 0 -1379 3781 0 -1379 3779 0 -1438 3882 0 -1409 3805 0 -1129 3659 0 -1409 4012 0 -1329 3708 0 -1433 3964 0 -1169 3642 0 -1381 3771 0 -1429 3816 8 - -# foot stool -FootStool 0x0B5E -1447 3777 0 -1441 3775 0 -1447 3779 0 -1445 3775 0 -1443 3775 0 - -# bench -Static 0x0B5F -1449 3771 0 -1459 3781 0 -1441 3771 0 -1451 3781 0 -1445 3771 0 -1457 3781 0 -1453 3781 0 -1439 3771 0 -1447 3771 0 -1455 3781 0 -1443 3771 0 -1461 3781 0 - -# bench -Static 0x0B60 -1441 3768 0 -1445 3768 0 -1459 3778 0 -1455 3778 0 -1453 3778 0 -1439 3768 0 -1451 3778 0 -1457 3778 0 -1443 3768 0 -1461 3778 0 -1449 3768 0 -1447 3768 0 - -# bench -Static 0x0B61 -1455 3780 0 -1439 3769 0 -1455 3779 0 -1445 3770 0 -1457 3779 0 -1443 3770 0 -1451 3779 0 -1443 3769 0 -1461 3780 0 -1441 3770 0 -1453 3780 0 -1451 3780 0 -1453 3779 0 -1439 3770 0 -1447 3769 0 -1447 3770 0 -1461 3779 0 -1441 3769 0 -1457 3780 0 -1459 3780 0 -1449 3770 0 -1459 3779 0 -1445 3769 0 -1449 3769 0 - -# bench -Static 0x0B62 -1416 3701 0 - -# bench -Static 0x0B63 -1416 3700 0 - -# bench -Static 0x0B68 -1421 3696 0 -1412 3704 0 -1426 3696 0 - -# bench -Static 0x0B69 -1424 3696 0 -1410 3704 0 -1419 3696 0 - -# bench -Static 0x0B6A -1411 3704 0 -1420 3696 0 -1425 3696 0 - -# wooden signpost -Static 0x0B9A -1362 3768 0 - -# broken chair -Static 0x0C10 -1433 3818 0 - -# broken chair -Static 0x0C11 -1429 3817 0 -1435 3820 6 -1435 3816 6 -1433 3821 0 -1427 3817 0 - -# fishing net -Static 0x0DC8 -1129 3672 0 -1130 3672 0 - -# fishing net -Static 0x0DC9 -1129 3675 0 -1130 3675 0 - -# fishing net -Static 0x0DCA -1130 3674 0 -1130 3673 0 -1129 3673 0 -1129 3674 0 - -# fishing net -Static 0x0DCB -1131 3673 0 - -# fishing net -Static 0x0DD0 -1131 3674 0 - -# fishing net -Static 0x0DD1 -1131 3672 0 - -# fishing net -Static 0x0DD2 -1128 3672 0 - -# fishing net -Static 0x0DD3 -1128 3674 0 -1128 3673 0 - -# fishing net -Static 0x0DD4 -1128 3675 0 - -# fishing net -Static 0x0DD5 -1131 3675 0 - -# small fish -Static 0x0DD6 -1131 3695 -3 -1129 3686 -3 -1119 3683 -3 -1132 3667 0 - -# small fish -Static 0x0DD7 -1130 3665 0 -1120 3692 -3 -1132 3691 -3 - -# small fish -Static 0x0DD8 -1135 3675 0 -1124 3682 -3 -1130 3674 0 -1133 3694 -3 -1134 3684 -3 - -# small fish -Static 0x0DD9 -1127 3669 0 -1121 3689 -3 -1130 3674 0 -1132 3694 -3 - -# cards -Static 0x0E17 -1444 3771 4 - -# brazier -Brazier 0x0E31 -1423 3976 0 -1416 3976 0 - -# crate -LargeCrate 0x0E3C -1376 3851 0 -1377 3848 0 -1377 3852 0 -1376 3850 0 -1376 3850 3 -1483 3983 3 -1381 3853 0 -1381 3853 3 -1485 3976 0 -1381 3849 0 -1381 3852 0 -1381 3852 3 -1475 3988 0 -1475 3978 6 -1476 3978 3 -1474 3986 3 -1475 3987 6 -1475 3987 9 -1376 3848 3 -1376 3848 6 -1376 3848 9 -1476 3979 0 -1476 3979 3 -1376 3848 0 -1475 3988 3 -1475 3987 3 -1481 3989 0 -1480 3989 6 -1387 3848 6 -1480 3989 3 -1387 3848 3 -1475 3987 0 -1474 3987 0 -1474 3986 0 -1473 3987 3 -1475 3986 0 -1387 3848 0 -1386 3849 3 -1475 3986 3 -1364 3849 0 -1480 3988 0 -1480 3988 3 -1364 3850 0 -1364 3853 3 -1364 3853 0 -1364 3850 6 -1360 3852 3 -1475 3979 0 -1475 3978 3 -1480 3989 0 -1475 3979 3 -1360 3852 0 -1360 3851 3 -1360 3851 0 -1385 3849 6 -1385 3850 0 -1385 3850 3 -1390 3848 3 -1390 3848 6 -1390 3848 0 -1386 3849 0 -1387 3848 9 -1486 3976 0 -1475 3978 0 -1385 3849 0 -1484 3981 3 -1364 3850 3 -1483 3982 0 -1473 3987 0 -1385 3849 3 -1365 3849 0 -1484 3982 3 -1480 3980 0 -1480 3982 6 -1483 3982 6 -1480 3983 0 -1484 3982 0 -1485 3977 0 -1365 3854 0 -1485 3976 3 -1483 3983 0 -1366 3853 0 -1480 3981 6 -1486 3977 9 -1483 3981 6 -1483 3981 0 -1483 3981 3 -1480 3982 3 -1486 3977 0 -1483 3982 3 -1480 3982 0 -1486 3977 6 -1486 3977 3 -1486 3976 3 -1365 3850 0 -1365 3852 0 -1365 3852 3 -1486 3976 6 -1484 3976 0 -1390 3848 9 -1365 3850 3 -1484 3981 6 -1484 3981 0 -1480 3981 0 -1365 3853 3 -1365 3849 3 -1477 3978 0 -1480 3981 3 -1485 3977 3 -1365 3853 0 -1476 3978 0 - -# crate -FillableLargeCrate 0x0E3C -1443 3806 3 -1444 3805 0 -1444 3805 3 -1443 3806 0 -1444 3806 0 -1444 3806 6 -1444 3806 3 -1442 3805 0 -1443 3805 0 -1443 3805 3 -1442 3806 6 -1442 3805 3 -1442 3806 0 -1442 3806 3 - -# crate -LargeCrate 0x0E3D -1379 3850 3 -1353 3852 6 -1353 3852 3 -1353 3852 0 -1379 3850 0 -1382 3853 0 -1382 3853 3 -1382 3852 0 -1382 3852 3 -1379 3850 9 -1353 3853 0 -1464 3983 3 -1464 3982 0 -1379 3850 6 -1353 3852 9 -1464 3983 0 -1464 3982 6 -1464 3982 3 -1465 3977 0 -1465 3982 3 -1465 3982 0 -1465 3977 9 -1464 3977 0 -1464 3976 3 -1464 3977 3 -1465 3983 3 -1464 3976 9 -1464 3976 6 -1464 3976 0 -1465 3977 6 -1354 3852 0 -1353 3853 6 -1353 3853 3 -1356 3850 3 -1356 3850 0 -1465 3977 3 -1356 3849 0 -1357 3849 0 -1465 3976 0 -1465 3983 0 -1465 3982 6 -1357 3850 3 -1357 3849 6 -1357 3849 3 -1357 3850 0 - -# crate -MediumCrate 0x0E3E -1432 3797 3 -1376 3852 3 -1376 3852 0 -1376 3852 6 -1376 3853 3 -1376 3853 0 -1432 3796 3 -1432 3796 0 -1432 3796 6 -1432 3797 0 -1432 3795 0 -1432 3795 3 - -# crate -MediumCrate 0x0E3F -1388 3848 0 -1388 3848 3 -1378 3848 0 -1382 3848 3 -1382 3848 0 -1389 3848 3 -1389 3848 0 -1378 3848 3 -1381 3848 0 -1381 3848 3 -1381 3848 6 -1379 3848 0 -1379 3848 3 -1378 3848 6 - -# metal chest -MetalGoldenChest 0x0E40 -1312 3779 0 -1304 3690 0 -1328 3706 0 -1328 3751 0 - -# metal chest -MetalGoldenChest 0x0E41 -1311 3744 0 -1315 3768 0 -1327 3672 0 -1315 3720 0 -1335 3688 0 -1311 3704 0 -1331 3720 0 - -# wooden chest -WoodenChest 0x0E42 -1392 4034 0 -1456 3801 0 -1424 3965 0 -1312 3770 0 - -# wooden chest -FillableWoodenChest 0x0E42 -1352 3813 0 -1352 3816 0 -1352 3823 0 -1352 3806 0 -1352 3803 0 - -# wooden chest -WoodenChest 0x0E43 -1363 3825 0 -1362 3805 0 -1394 4016 0 -1437 3960 0 -1459 3816 0 -1362 3820 0 -1397 4008 0 -1355 3825 0 -1362 3800 0 -1362 3810 0 - -# bag -Bag 0x0E76 -1435 3793 3 - -# barrel -Barrel 0x0E77 -1130 3668 0 -1491 3683 -3 -1494 3695 2 -1495 3695 -3 -1129 3683 2 -1484 3987 5 -1495 3694 -3 -1484 3987 0 -1130 3668 5 -1518 3984 -3 -1130 3682 -3 -1130 3688 -3 -1130 3683 2 -1438 3736 0 -1483 3985 5 -1494 3695 -3 -1438 3736 5 -1438 3737 0 -1483 3986 0 -1495 3694 2 -1130 3682 2 -1373 3864 25 -1432 3794 0 -1432 3794 5 -1483 3986 10 -1472 3982 0 -1469 3985 0 -1502 3985 2 -1502 3986 -3 -1502 3986 2 -1440 3793 0 -1374 3864 25 -1472 3982 5 -1483 3987 0 -1476 3977 5 -1477 3976 5 -1483 3986 5 -1483 3986 15 -1472 3983 10 -1468 3985 5 -1472 3983 0 -1472 3983 5 -1469 3984 0 -1477 3977 5 -1473 3982 0 -1505 3991 -3 -1492 3703 2 -1493 3702 -3 -1438 3737 5 -1492 3702 2 -1398 3864 25 -1492 3703 -3 -1379 3744 25 -1484 3986 0 -1493 3703 2 -1493 3702 2 -1378 3744 25 -1492 3702 -3 -1506 3991 2 -1506 3992 -3 -1472 3984 0 -1394 3893 25 -1505 3991 2 -1505 3992 -3 -1505 3992 2 -1465 3988 0 -1394 3894 25 -1465 3987 5 -1466 3987 5 -1467 3984 0 -1466 3988 5 -1437 3736 5 -1368 3883 -3 -1368 3883 2 -1506 3693 2 -1368 3882 2 -1394 3892 20 -1133 3696 -3 -1373 3864 20 -1374 3864 20 -1506 3693 -3 -1374 3889 2 -1375 3889 -3 -1472 3685 20 -1374 3889 -3 -1375 3890 2 -1506 3692 -3 -1375 3889 2 -1375 3890 -3 -1378 3883 -3 -1398 3864 20 -1345 3870 20 -1480 3977 0 -1377 3884 -3 -1398 3865 20 -1346 3869 20 -1346 3869 25 -1480 3977 5 -1394 3893 20 -1379 3884 -3 -1132 3696 2 -1379 3884 2 -1344 3870 25 -1378 3883 2 -1344 3870 20 -1394 3894 20 -1480 3978 5 -1468 3985 0 -1372 3915 -3 -1372 3915 2 -1465 3986 5 -1480 3978 0 -1465 3986 0 -1372 3914 2 -1371 3914 -3 -1371 3914 2 -1481 3976 0 -1482 3977 0 -1485 3980 0 -1372 3914 -3 -1371 3915 -3 -1371 3915 2 -1504 3708 2 -1123 3688 2 -1502 3985 -3 -1130 3688 2 -1124 3688 2 -1500 3679 -3 -1472 3686 25 -1123 3688 -3 -1468 3979 0 -1438 3736 10 -1370 3897 -3 -1369 3898 -3 -1369 3898 2 -1467 3978 0 -1468 3978 0 -1370 3897 2 -1370 3898 2 -1346 3870 20 -1438 3758 0 -1507 3982 -3 -1515 3706 -3 -1129 3668 0 -1480 3976 0 -1515 3706 2 -1515 3711 2 -1467 3977 0 -1368 3882 -3 -1438 3757 5 -1515 3708 -3 -1515 3711 -3 -1515 3709 -3 -1491 3684 2 -1491 3684 -3 -1492 3684 2 -1492 3684 -3 -1491 3683 2 -1518 3984 2 -1519 3984 2 -1518 3985 2 -1129 3683 -3 -1124 3688 -3 -1370 3898 -3 -1438 3758 10 -1129 3668 5 -1129 3682 -3 -1438 3758 5 -1129 3669 0 -1129 3669 5 -1493 3703 -3 -1480 3976 5 -1498 3706 -3 -1477 3976 0 -1476 3976 5 -1476 3976 0 -1384 3826 0 -1476 3977 0 -1477 3977 0 -1398 3870 20 -1472 3697 20 -1398 3869 20 -1346 3870 25 -1468 3984 0 -1498 3706 2 -1503 3709 2 -1519 3984 -3 -1437 3758 5 -1119 3685 -3 -1382 3912 -3 -1438 3757 0 -1382 3913 -3 -1382 3912 2 -1119 3684 -3 -1473 3983 0 -1480 3976 10 -1345 3870 25 -1473 3983 5 -1119 3685 2 -1119 3684 2 -1437 3757 0 -1118 3688 -3 -1384 3850 0 -1385 3848 0 -1384 3849 5 -1384 3849 0 -1468 3984 5 -1500 3679 2 -1386 3848 5 -1386 3848 0 -1385 3848 5 -1468 3983 0 -1384 3848 5 -1379 3731 25 -1379 3732 20 -1379 3731 20 -1378 3745 20 -1378 3745 25 -1132 3696 -3 -1384 3848 10 -1384 3848 0 -1379 3732 25 -1379 3744 20 -1388 3851 0 -1390 3745 25 -1500 3680 -3 -1390 3745 20 -1467 3979 0 -1467 3979 5 -1400 3741 20 -1481 3977 0 -1398 3870 25 -1481 3976 5 -1390 3741 25 -1389 3852 0 -1466 3987 0 -1466 3988 0 -1388 3852 0 -1389 3851 0 -1120 3684 2 -1500 3680 2 -1120 3684 -3 -1390 3741 20 -1465 3987 0 -1353 3848 5 -1353 3848 10 -1368 3854 0 -1353 3849 5 -1353 3849 0 -1369 3853 5 -1468 3978 5 -1369 3853 0 -1368 3854 5 -1353 3848 0 -1368 3853 5 -1363 3850 0 -1362 3851 5 -1363 3850 5 -1363 3851 5 -1363 3851 0 -1354 3848 0 -1368 3853 0 -1362 3850 0 -1362 3851 0 -1362 3850 5 -1352 3850 0 -1506 3992 2 -1506 3991 -3 -1483 3985 0 -1372 3849 0 -1372 3850 0 -1384 3824 0 -1378 3744 20 -1373 3849 0 -1372 3850 5 -1131 3696 -3 -1352 3848 0 -1371 3849 0 -1352 3849 10 -1369 3854 5 -1369 3854 0 -1352 3849 5 -1371 3849 5 -1371 3850 0 -1352 3848 10 -1352 3849 0 -1352 3848 5 -1482 3985 5 -1420 3739 20 -1432 3793 0 -1440 3792 5 -1421 3739 25 -1421 3753 20 -1421 3753 25 -1400 3745 20 -1440 3792 0 -1409 3745 20 -1409 3745 25 -1367 3882 -3 -1503 3708 -3 -1497 3705 -3 -1472 3696 25 -1420 3753 25 -1473 3696 20 -1384 3825 0 -1420 3753 20 -1497 3705 2 -1420 3754 20 -1420 3740 20 -1472 3696 20 -1420 3739 25 -1421 3739 20 -1420 3754 25 -1129 3688 2 -1420 3740 25 -1504 3708 -3 -1439 3792 0 -1439 3792 5 -1482 3986 0 -1503 3709 -3 -1472 3686 20 -1473 3686 20 -1130 3683 -3 -1484 3986 5 -1482 3976 0 -1400 3741 25 -1482 3985 0 -1400 3745 25 -1482 3977 5 -1409 3741 20 -1409 3741 25 -1439 3793 0 -1367 3882 2 -1432 3793 5 -1503 3708 2 -1129 3682 2 -1380 3731 25 -1380 3731 20 -1492 3683 -3 -1518 3985 -3 -1492 3683 2 - -# metal chest -MetalChest 0x0E7C -1312 3780 0 -1312 3771 0 -1312 3769 0 -1312 3782 0 -1312 3781 0 - -# crate -SmallCrate 0x0E7E -1384 3853 2 -1384 3853 4 -1385 3852 0 -1384 3853 0 -1384 3852 0 -1384 3852 2 -1384 3852 4 -1385 3853 0 -1385 3852 2 -1385 3853 2 - -# keg -Keg 0x0E7F -1392 3870 20 -1478 3696 20 -1478 3697 20 -1396 3864 20 -1394 3864 20 -1472 3701 20 -1477 3696 20 -1472 3702 20 -1476 3677 20 -1476 3676 20 -1476 3678 20 -1473 3702 20 - -# strong box -MetalBox 0x0E80 -1416 3747 8 - -# strong box -FillableMetalBox 0x0E80 -1440 3800 6 -1432 3824 6 -1352 3757 8 -1390 3710 6 -1358 3733 6 -1408 3776 6 -1406 3806 6 -1384 3774 6 -1456 3742 6 -1421 3848 6 -1373 3812 6 -1314 3780 6 -1442 3718 6 - -# pickaxe -Static 0x0E86 -1445 3793 3 - -# cleaver -Static 0x0EC3 -1449 4024 9 - -# dress form -Dressform 0x0EC6 -1360 3776 0 -1448 4004 0 - -# dress form -Dressform 0x0EC7 -1353 3776 0 - -# spellbook -Static 0x0EFA -1426 3977 3 - -# bolt of cloth -Static 0x0F98 -1453 4001 0 -1360 3779 0 -1409 4009 0 - -# bolt of cloth -Static 0x0F99 -1409 4010 0 -1360 3779 0 -1453 4002 0 -1456 4000 0 - -# bolt of cloth -Static 0x0F9A -1456 4000 0 - -# bolt of cloth -Static 0x0F9B (Hue=0x39) -1358 3777 0 -1356 3777 0 - -# bolt of cloth -Static 0x0F9B -1454 4001 0 -1409 4009 0 - -# bolt of cloth -Static 0x0F9C -1452 4003 0 -1409 4009 0 -1357 3777 0 -1455 4001 0 - -# bolt of cloth -Static 0x0F9C (Hue=0x39) -1356 3777 0 - -# sewing kit -Static 0x0F9D -1359 3781 6 -1410 4008 6 -1453 4000 6 - -# scissors -Scissors 0x0F9E -1357 3776 6 -1454 4000 6 - -# scissors -Scissors 0x0F9F -1408 4013 6 -1359 3780 6 -1452 4001 6 - -# spool of thread -Static 0x0FA0 -1359 3781 6 - -# spool of thread -Static 0x0FA1 -1359 3779 6 - -# playing cards -Static 0x0FA3 -1456 3778 4 -1444 3770 4 - -# checker board -CheckerBoard 0x0FA6 -1445 3776 6 - -# chess board -ChessBoard 0x0FA6 -1460 3780 4 - -# dice and cup -Dices 0x0FA7 -1440 3769 4 -1452 3781 4 - -# dying tub -DyeTub 0x0FAB (Hue=0x26) -1476 3671 20 - -# backgammon game -Backgammon 0x0FAD -1452 3779 4 -1440 3769 4 - -# anvil -AnvilEastAddon 0x0FAF -1397 3714 0 -1421 3856 0 - -# anvil -AnvilSouthAddon 0x0FB0 -1416 3858 0 -1393 3712 0 - -# sledge hammer -Static 0x0FB4 -1416 3860 6 -1393 3713 0 - -# sledge hammer -Static 0x0FB5 -1396 3714 0 -1392 3714 6 -1420 3856 0 - -# horse shoes -Static 0x0FB6 -1417 3858 0 -1419 3856 0 - -# tongs -Static 0x0FBB -1392 3716 6 - -# book -Static 0x0FBD -1355 3707 4 -1426 3875 4 -1402 3803 6 -1332 3724 6 -1474 3684 4 -1328 3708 8 -1441 3715 6 -1304 3692 8 -1316 3722 6 -1481 3858 6 -1320 3676 8 -1380 3771 4 -1462 3795 8 -1474 3699 4 -1435 3747 8 -1328 3692 8 -1388 3771 6 -1178 3638 6 -1456 3740 6 -1440 3981 6 -1304 3708 8 -1348 3867 4 -1456 3769 6 -1422 3979 6 -1304 3748 6 -1452 3851 6 -1352 3764 6 -1452 3979 4 -1462 3819 6 -1332 3752 6 -1453 4026 7 -1128 3659 4 - -# book -Static 0x0FBE -1354 3757 9 -1396 3891 4 -1434 3824 6 -1395 3768 6 -1436 3883 4 -1395 3867 4 -1364 3698 4 -1380 3740 6 -1420 3747 7 -1386 3827 7 -1418 4005 9 -1477 3715 4 -1371 3864 26 -1380 3794 4 -1371 3867 4 -1442 3800 6 -1393 3708 6 -1383 3770 -16 -1398 4038 6 -1372 3812 8 -1410 3776 6 -1393 3768 6 - -# pen and ink -Static 0x0FBF -1462 3819 6 -1388 3770 6 -1304 3691 8 -1452 3979 4 -1481 3858 6 -1422 3978 6 -1304 3747 6 -1348 3867 4 -1435 3747 8 -1402 3802 7 -1380 3771 4 -1474 3699 4 -1440 3981 6 -1128 3659 4 -1441 3714 6 -1320 3675 8 -1332 3752 6 -1328 3691 8 -1452 3851 6 -1426 3875 4 -1453 4025 7 -1316 3722 6 -1456 3739 6 -1328 3707 8 -1332 3723 6 -1462 3795 6 -1352 3763 6 -1456 3769 6 -1304 3707 8 -1474 3684 4 - -# pen and ink -Static 0x0FC0 -1410 3776 6 -1380 3794 4 -1383 3770 -16 -1372 3812 8 -1395 3867 4 -1477 3715 4 -1420 3747 6 -1371 3867 4 -1371 3864 26 -1393 3708 6 -1396 3891 4 -1354 3757 9 -1436 3883 4 -1398 4038 6 -1380 3740 6 -1386 3827 6 -1418 4005 9 -1179 3638 7 -1441 3800 6 -1433 3824 6 -1364 3698 4 - -# book -BoldStranger 0x0FEF -1381 3779 4 - -# book -RedBook 0x0FF1 -1384 3780 6 -1377 3777 0 -1381 3781 7 - -# book -BlueBook 0x0FF2 -1386 3776 0 - -# book -ChildrenTalesVol2 0x0FF4 -1168 3642 4 - -# book -DimensionalTravel 0x0FF4 -1387 3779 4 - -# book -BritannianFlora 0x0FF4 -1378 3781 7 - -# pewter mug -PewterMug 0x0FFF -1136 3659 4 - -# pewter mug -PewterMug 0x1000 -1172 3637 4 -1134 3610 4 - -# pewter mug -PewterMug 0x1001 -1132 3611 4 -1134 3658 4 - -# pewter mug -PewterMug 0x1002 -1170 3638 4 - -# spittoon -Static 0x1003 -1451 3775 0 -1447 3775 0 - -# spinning wheel -SpinningwheelEastAddon 0x1019 -1453 4005 0 -1362 3781 0 - -# pile of wool -Static 0x101F (Hue=0xE9) -1454 4004 0 - -# pile of wool -Static 0x101F -1448 4002 0 - -# pile of wool -Static 0x101F (Hue=0x39) -1362 3777 0 -1363 3780 0 - -# chisels -Static 0x1026 -1433 3816 6 - -# hammer -Static 0x102A -1433 3820 6 - -# hammer -Static 0x102B -1437 3816 6 - -# nails -Static 0x102E -1437 3816 6 -1437 3820 6 - -# saw -Static 0x1034 -1434 3820 6 - -# saw -Static 0x1035 -1436 3816 6 - -# sack of flour -Static 0x1039 -1473 3988 0 -1371 3848 0 -1472 3976 0 -1368 3849 0 -1472 3977 0 -1373 3850 0 -1473 3976 0 -1474 3988 0 -1477 3979 0 -1372 3848 0 - -# open sack of flour -Static 0x103A -1373 3853 0 -1368 3848 0 -1373 3852 0 -1369 3851 0 -1477 3984 0 -1369 3848 0 -1472 3978 0 - -# dough -Static 0x103D -1168 3632 9 -1358 3731 9 - -# cookie mix -Static 0x103F -1358 3732 9 -1170 3632 10 - -# rolling pin -Static 0x1043 -1353 3734 6 - -# globe -Static 0x1047 -1317 3780 0 - -# globe -Static 0x1048 -1128 3661 0 - -# loom bench -Static 0x1049 -1455 4005 0 -1364 3781 0 - -# loom bench -Static 0x104A -1449 4002 0 -1364 3778 0 - -# clock frame -Static 0x104D -1394 3805 6 -1397 3805 6 - -# clock parts -Static 0x1050 -1404 3806 6 - -# axle with gears -Static 0x1051 -1394 3803 6 - -# axle with gears -Static 0x1052 -1402 3804 6 - -# gears -Static 0x1053 -1397 3804 6 -1403 3806 6 - -# hinge -Static 0x1055 -1394 3804 6 - -# sextant parts -Static 0x105A -1397 3803 6 - -# springs -Static 0x105D -1397 3802 6 - -# upright loom -LoomSouthAddon 0x1065 -1363 3777 0 -1449 4001 0 - -# training dummy -TrainingDummy 0x1074 -1443 3885 0 -1371 3699 0 -1371 3704 0 -1443 3881 0 -1443 3877 0 -1371 3709 0 - -# potted tree -PottedTree 0x11C8 -1432 3864 0 -1131 3656 0 -1384 3768 0 -1358 3800 0 -1458 3736 0 - -# potted tree -PottedTree1 0x11C9 -1416 3696 0 -1408 3800 0 -1408 3850 0 -1408 3768 0 -1408 3704 0 -1398 3704 0 -1360 3696 0 -1440 3848 0 -1352 3776 0 -1432 3768 0 -1448 3736 0 -1376 3776 0 -1432 3742 0 -1432 3792 0 -1456 3816 0 -1480 3848 0 -1432 3960 0 -1320 3672 0 -1456 3792 0 -1368 3808 0 -1448 3712 0 -1392 4032 0 -1392 4016 0 -1392 4008 0 -1472 3848 0 -1424 3872 0 -1424 3960 0 -1440 3976 0 -1391 3704 0 -1120 3608 0 -1328 3704 0 -1392 3800 0 -1392 3696 0 - -# flowerpot -PottedPlant 0x11CA -1136 3664 0 -1171 3632 0 -1453 4013 0 -1440 3803 0 -1311 3688 0 -1352 3758 0 -1416 3712 0 -1448 3848 0 -1408 3712 0 -1421 3776 0 -1344 3776 0 -1344 3752 0 -1432 3827 0 -1416 3776 0 -1352 3704 0 -1416 3848 0 -1451 3976 0 - -# flowerpot -PottedPlant1 0x11CB -1142 3668 9 -1356 3753 9 -1411 3776 9 -1387 3774 9 -1462 3796 9 -1481 3862 8 -1432 3743 9 -1432 3751 9 -1368 3812 9 -1456 3770 9 -1441 3716 9 -1404 4037 9 -1395 3708 9 -1402 3806 9 -1316 3780 8 - -# flowerpot -PottedPlant2 0x11CC -1402 3800 9 -1422 3747 9 -1388 3773 9 -1390 3708 9 -1399 4038 9 -1445 3718 9 -1408 3772 9 - -# tarot -Static 0x12A6 -1422 3981 6 - -# chainmail coif -Static 0x13C0 -1440 3725 3 - -# chainmail tunic -Static 0x13C2 -1448 3854 1 - -# chainmail leggings -Static 0x13C3 -1442 3725 3 - -# chainmail tunic -Static 0x13C4 -1441 3725 3 - -# leather sleeves -Static 0x13C8 -1439 3712 1 - -# leather leggings -Static 0x13C9 -1438 3712 0 - -# leather tunic -Static 0x13CA -1437 3712 0 - -# leather tunic -Static 0x13D1 -1448 3852 0 - -# studded sleeves -Static 0x13DE -1432 3720 1 - -# studded leggings -Static 0x13DF -1432 3719 0 - -# studded tunic -Static 0x13E0 -1432 3718 0 -1448 3853 0 - -# ringmail armor -Static 0x13E8 -1448 3855 0 -1432 3712 0 - -# war mace -Static 0x1407 -1387 3705 8 - -# moulding board -Static 0x14EA -1356 3734 6 - -# map -Static 0x14EC -1142 3667 6 - -# spyglass -Static 0x14F5 -1371 3870 26 -1381 3796 26 - -# spyglass -Static 0x14F6 -1398 3867 26 -1398 3891 26 -1478 3717 26 -1349 3864 26 -1128 3658 4 -1478 3685 26 - -# rope -Static 0x14F8 -1493 3710 -3 -1504 3709 -3 -1370 3905 -3 -1490 3685 -3 -1366 3882 -3 -1134 3687 -3 -1130 3669 0 -1521 3983 -3 -1505 3694 -3 -1395 3894 20 - -# rope -Static 0x14FA -1123 3695 -3 -1363 3899 -3 -1348 3864 26 -1375 3887 -3 -1373 3915 -3 -1395 3864 20 -1504 3679 -3 -1508 3993 -3 -1128 3657 0 - -# water barrel -Static 0x154D -1440 3745 0 -1432 3744 0 -1432 3752 0 -1432 3750 0 -1392 3864 20 -1368 3864 20 -1499 3679 -3 -1498 3711 -3 -1478 3701 20 -1497 3684 -3 -1497 3706 -3 -1362 3903 -3 -1375 3904 -3 -1128 3664 0 -1130 3689 -3 -1434 3760 0 -1437 3760 0 -1506 3683 -3 -1132 3695 -3 -1398 3888 20 -1129 3688 -3 -1376 3912 -3 -1421 3858 0 -1416 3859 0 -1118 3689 -3 -1378 3884 -3 -1498 3692 -3 -1137 3656 0 -1437 3758 0 -1437 3736 0 -1129 3664 0 -1472 3684 20 -1392 3717 0 -1123 3689 -3 -1392 3713 0 -1509 3709 -3 -1369 3917 -3 - -# large pewter bowl -Static 0x1603 -1130 3609 6 - -# large wooden bowl -Static 0x1605 -1139 3657 6 - -# raw leg of lamb -Static 0x1609 -1448 4029 6 - -# folded cloth -Static 0x1762 (Hue=0x39) -1354 3776 0 - -# folded cloth -Static 0x1763 (Hue=0x39) -1354 3776 1 - -# folded cloth -Static 0x1764 (Hue=0x39) -1354 3776 2 - -# teleporter -Static 0x17EE -1409 3824 5 - -# teleporter -Static 0x1800 -1419 3832 5 - -# teleporter -Static 0x1809 -1406 3996 5 -1142 3621 5 - -# silver wire -Static 0x1877 -1396 3708 6 - -# gold wire -Static 0x1878 -1392 3715 6 - -# bellows -Static 0x199E -1396 3717 0 -1420 3861 0 - -# forge -Static 0x19A2 -1395 3717 0 - -# forge -Static 0x19A6 -1394 3717 0 - -# board -Static 0x1BD7 -1396 3804 0 - -# bulletin board -BulletinBoard 0x1E5E -1452 3768 0 diff --git a/Distribution/Data/Decoration/Britannia/magincia.cfg b/Distribution/Data/Decoration/Britannia/magincia.cfg deleted file mode 100644 index 522f1a4b6..000000000 --- a/Distribution/Data/Decoration/Britannia/magincia.cfg +++ /dev/null @@ -1,1481 +0,0 @@ -# ankh -AnkhWest 0x0003 -3685 2066 9 - -# sandstone wall -Static 0x015F -3735 2144 20 -3735 2146 20 -3735 2149 20 -3735 2145 20 -3735 2151 20 -3735 2148 20 -3735 2150 20 - -# pier -Static 0x03A5 -3686 2270 10 -3687 2269 5 -3663 2267 5 -3687 2269 -5 -3687 2269 0 -3681 2270 10 -3682 2270 10 -3662 2270 0 -3680 2270 10 -3662 2270 10 -3662 2270 5 -3684 2270 10 -3685 2270 10 -3668 2270 15 -3681 2270 -5 -3661 2270 0 -3683 2270 10 -3661 2270 15 -3661 2270 10 -3661 2268 10 -3661 2268 20 -3661 2268 15 -3661 2268 -5 -3661 2270 20 -3662 2270 -5 -3661 2270 -5 -3663 2266 0 -3661 2267 20 -3687 2269 10 -3663 2266 -5 -3687 2268 5 -3687 2268 -5 -3687 2268 0 -3661 2267 0 -3661 2267 5 -3661 2267 -5 -3661 2270 5 -3661 2266 5 -3686 2270 5 -3661 2266 -5 -3680 2270 -5 -3661 2266 0 -3661 2266 20 -3687 2268 10 -3666 2270 15 -3665 2270 15 -3667 2270 15 -3668 2270 5 -3668 2270 10 -3661 2265 10 -3661 2269 -5 -3668 2270 0 -3661 2269 0 -3668 2270 -5 -3661 2269 5 -3661 2265 5 -3664 2270 0 -3661 2265 0 -3661 2269 10 -3661 2265 -5 -3682 2270 5 -3683 2270 5 -3681 2270 5 -3686 2270 0 -3680 2270 5 -3685 2270 5 -3662 2270 15 -3662 2270 20 -3664 2270 15 -3684 2270 5 -3685 2270 0 -3664 2270 10 -3685 2270 -5 -3684 2270 -5 -3682 2270 -5 -3683 2270 -5 -3683 2270 0 -3684 2270 0 -3681 2270 0 -3686 2270 -5 -3680 2270 0 -3663 2267 0 -3665 2270 0 -3665 2270 5 -3665 2270 10 -3663 2269 -5 -3679 2270 5 -3663 2266 5 -3664 2270 5 -3666 2270 0 -3667 2270 10 -3663 2269 0 -3663 2269 5 -3667 2270 5 -3666 2270 10 -3667 2270 -5 -3667 2270 0 -3661 2266 10 -3663 2267 -5 -3661 2266 15 -3665 2270 -5 -3682 2270 0 -3666 2270 5 -3666 2270 -5 -3679 2270 -5 -3661 2267 15 -3679 2270 0 -3661 2268 5 -3661 2267 10 -3661 2265 20 -3661 2265 15 -3664 2270 -5 -3679 2270 10 -3661 2269 20 -3661 2269 15 -3663 2268 -5 -3663 2268 5 -3663 2268 0 -3661 2268 0 - -# pier -Static 0x03AE -3680 2270 -5 -3679 2270 -5 -3687 2269 -5 -3686 2270 -5 -3685 2270 -5 -3684 2270 -5 -3687 2268 -5 -3681 2270 -5 -3682 2270 -5 -3683 2270 -5 - -# pier -Static 0x03AF -3661 2269 -5 -3666 2270 -5 -3667 2270 -5 -3665 2270 -5 -3664 2270 -5 -3662 2270 -5 -3661 2270 -5 -3668 2270 -5 - -# carpeted rostrum -Static 0x07BA -3689 2067 3 -3689 2068 3 -3685 2065 3 -3687 2067 3 -3685 2070 3 -3690 2068 3 -3689 2070 3 -3686 2066 3 -3687 2066 3 -3689 2064 3 -3690 2069 3 -3687 2069 3 -3687 2068 3 -3688 2069 3 -3686 2070 3 -3688 2067 3 -3688 2068 3 -3690 2066 3 -3688 2064 3 -3685 2066 3 -3686 2065 3 -3690 2067 3 -3686 2064 3 -3687 2064 3 -3686 2067 3 -3690 2065 3 -3688 2066 3 -3685 2064 3 -3687 2065 3 -3685 2068 3 -3688 2065 3 -3687 2070 3 -3689 2069 3 -3685 2069 3 -3686 2069 3 -3686 2068 3 -3689 2065 3 -3685 2067 3 -3688 2070 3 -3689 2066 3 - -# carpeted stair -Static 0x07BC -3691 2068 3 -3691 2066 3 -3691 2067 3 - -# carpeted stair -Static 0x07C7 -3691 2069 3 - -# carpeted stair -Static 0x07C8 -3691 2065 3 - -# oven -StoneOvenEastAddon 0x092C -3751 2217 20 - -# oven -StoneOvenSouthAddon 0x0930 -3754 2215 20 - -# wheel of cheese -CheeseWheel 0x097E -3684 2168 24 - -# tray -Static 0x0992 -3661 2116 24 - -# fruit basket -FruitBasket 0x0993 -3676 2100 24 -3683 2204 32 -3719 2084 9 -3772 2107 44 -3691 2164 24 -3770 2106 24 - -# pear -Pear 0x0994 -3661 2116 27 - -# ceramic mug -CeramicMug 0x0995 -3729 2218 24 - -# mug -CeramicMug 0x0998 -3722 2225 24 - -# goblet -Goblet 0x099A -3722 2217 24 - -# bottle of liquor -BeverageBottle 0x099B (Content=Liquor) -3728 2228 29 -3727 2228 29 -3730 2218 24 - -# bottle of ale -BeverageBottle 0x099F (Content=Ale) -3722 2216 24 -3728 2228 26 -3727 2228 26 -3729 2228 24 -3722 2224 24 - -# metal chest -MetalChest 0x09AB -3737 2147 20 -3739 2146 20 -3741 2145 20 - -# bushel -Basket 0x09AC -3684 2269 20 -3686 2268 20 - -# goblet -Goblet 0x09B3 -3718 2084 9 -3718 2083 9 -3726 2218 24 -3721 2084 9 - -# roast pig -RoastPig 0x09BB -3720 2083 9 - -# roast pig -RoastPig 0x09BC -3722 2221 24 -3660 2117 24 -3690 2165 24 - -# silverware -Static 0x09BD -3682 2203 24 - -# silverware -Static 0x09BE -3682 2202 24 -3683 2202 24 - -# bottle of wine -BeverageBottle 0x09C7 (Content=Wine) -3725 2218 24 - -# goblet -Goblet 0x09CB -3770 2107 24 -3770 2108 24 -3683 2204 24 -3683 2203 24 -3682 2204 24 -3682 2203 24 - -# fish -Static 0x09CC -3685 2257 24 -3685 2256 24 -3685 2255 24 -3685 2258 24 - -# fish -Static 0x09CD -3685 2255 24 -3685 2257 24 -3685 2258 24 -3685 2256 24 - -# apple -Apple 0x09D0 -3661 2116 27 - -# grape bunch -Grapes 0x09D1 -3661 2116 24 - -# peach -Peach 0x09D2 -3661 2116 25 - -# silverware -Static 0x09D4 -3682 2204 24 -3720 2084 9 -3683 2204 24 - -# silverware -Static 0x09D5 -3722 2084 9 -3683 2203 24 - -# plate -Plate 0x09D7 -3682 2202 24 -3720 2084 9 -3682 2204 24 -3683 2204 24 -3683 2203 24 -3683 2202 24 -3722 2084 9 -3682 2203 24 - -# cake -Cake 0x09E9 -3759 2216 24 -3757 2227 24 -3683 2168 24 -3757 2225 24 -3757 2226 24 - -# muffins -Muffins 0x09EB -3682 2168 24 -3757 2216 26 -3752 2222 24 -3752 2223 24 -3758 2216 24 - -# mug of ale -GlassMug 0x09EE (Content=Ale) -3722 2222 24 - -# mug of ale -GlassMug 0x09EF (Content=Ale) -3722 2218 24 -3731 2221 24 - -# milk -Pitcher 0x09F0 (Content=Milk) -3722 2228 24 -3683 2203 29 -3691 2166 24 -3770 2107 24 - -# candle -Candle 0x0A0F -3680 2153 33 -3707 2225 40 -3707 2228 40 -3704 2228 40 - -# stool -Stool 0x0A2B -3684 2170 20 -3682 2170 20 -3682 2172 20 - -# chest of drawers -FancyDrawer 0x0A30 -3661 2096 20 - -# chest of drawers -FancyDrawer 0x0A38 -3680 2157 20 -3680 2153 20 - -# armoire -FancyArmoire 0x0A4D -3700 2152 20 -3690 2152 20 - -# armoire -FancyArmoire 0x0A51 -3656 2096 20 -3689 2185 20 -3680 2185 20 -3680 2189 20 - -# armoire -Armoire 0x0A53 -3768 2111 40 - -# bookcase -LibraryBookcase 0x0A97 -3696 2056 5 -3702 2208 40 -3699 2240 20 -3759 2120 20 -3702 2240 20 -3773 2104 40 -3666 2248 20 -3707 2208 40 -3705 2208 40 - -# bookcase -LibraryBookcase 0x0A98 -3669 2248 20 -3771 2104 40 -3758 2120 20 -3695 2056 5 -3704 2208 40 -3698 2056 5 -3700 2240 20 - -# bookcase -LibraryBookcase 0x0A99 -3696 2247 20 -3691 2076 5 -3691 2077 5 -3664 2250 20 - -# bookcase -LibraryBookcase 0x0A9A -3691 2075 5 -3696 2246 20 -3664 2251 20 - -# bookcase -LibraryBookcase 0x0A9B -3701 2208 40 -3697 2056 5 -3703 2208 40 -3701 2240 20 -3706 2208 40 - -# bookcase -LibraryBookcase 0x0A9C -3696 2245 20 - -# wooden shelf -EmptyBookcase 0x0A9D -3716 2120 20 -3722 2120 20 -3721 2120 20 -3717 2120 20 -3721 2080 5 -3720 2080 5 - -# wooden shelf -EmptyBookcase 0x0A9E -3712 2130 20 -3680 2250 20 -3680 2249 20 -3715 2084 5 -3712 2124 20 -3712 2129 20 -3715 2085 5 -3712 2125 20 -3664 2257 20 - -# candle -CandleLarge 0x0B1A -3699 2072 9 -3656 2099 28 -3768 2112 48 -3699 2061 11 -3767 2111 60 -3686 2152 28 -3696 2152 28 -3715 2090 13 -3681 2184 28 -3691 2184 28 -3690 2248 28 -3664 2253 26 -3680 2258 28 -3772 2108 44 - -# candelabra -Candelabra 0x0B1D -3705 2211 48 -3760 2115 24 -3656 2141 26 -3656 2137 26 -3691 2165 31 -3760 2118 24 - -# lamp post -LampPost3 0x0B24 -3711 2184 20 -3719 2232 20 -3719 2208 20 -3744 2112 20 -3679 2215 30 -3679 2261 21 -3679 2137 20 -3711 2160 20 -3679 2112 20 -3711 2072 5 -3679 2208 30 -3735 2167 20 -3727 2055 5 -3686 2215 30 -3727 2072 5 -3743 2215 20 -3734 2087 5 -3736 2252 20 -3727 2112 20 -3742 2076 5 -3743 2232 20 -3696 2176 20 -3736 2191 20 -3695 2232 20 -3672 2240 20 -3704 2136 20 -3704 2048 5 -3737 2076 5 -3704 2112 20 -3704 2097 5 - -# candelabra -CandelabraStand 0x0B26 -3779 2264 20 -3656 2176 20 -3678 2096 20 -3691 2071 5 -3696 2240 20 -3787 2251 20 -3684 2064 5 -3736 2067 5 -3656 2118 20 -3770 2104 20 -3696 2160 20 -3680 2251 20 -3670 2112 20 -3800 2240 20 -3680 2168 20 -3663 2192 20 -3752 2120 20 -3686 2254 20 -3710 2251 20 -3799 2264 20 -3670 2250 20 -3691 2056 5 -3787 2240 20 -3704 2240 20 -3684 2070 5 -3670 2118 20 -3670 2176 20 -3701 2165 20 -3702 2056 5 -3670 2229 20 -3656 2111 20 -3664 2248 20 -3784 2245 20 -3766 2096 20 -3766 2126 20 -3779 2254 20 -3664 2096 20 -3806 2240 20 -3779 2270 20 -3678 2110 20 -3694 2170 20 -3736 2062 5 -3767 2118 20 -3691 2078 5 -3656 2198 20 -3656 2190 20 -3691 2063 5 -3661 2232 20 -3662 2104 20 -3701 2160 20 -3688 2160 20 -3666 2238 20 -3800 2263 20 -3664 2102 20 -3796 2270 20 -3742 2067 5 -3742 2062 5 -3670 2198 20 -3703 2250 20 -3670 2259 20 -3760 2104 20 -3672 2110 20 -3663 2182 20 -3702 2078 5 -3806 2259 20 -3710 2240 20 - -# throne -Throne 0x0B33 -3786 2248 20 -3786 2247 20 -3786 2246 20 -3786 2249 20 -3786 2243 20 -3786 2242 20 -3786 2250 20 -3786 2245 20 -3786 2244 20 - -# counter -Static 0x0B3E -3730 2147 20 -3731 2147 20 -3729 2147 20 - -# counter -Static 0x0B40 -3728 2147 20 -3732 2147 20 - -# chair -FancyWoodenChairCushion 0x0B4E -3696 2248 20 - -# chair -FancyWoodenChairCushion 0x0B4F -3773 2104 20 -3705 2240 20 -3698 2240 20 - -# chair -FancyWoodenChairCushion 0x0B50 -3754 2125 20 -3756 2125 20 -3705 2250 20 -3708 2250 20 -3769 2117 20 -3698 2253 20 -3700 2253 20 -3772 2117 20 - -# chair -FancyWoodenChairCushion 0x0B51 -3709 2246 20 -3682 2254 20 -3765 2123 20 -3709 2248 20 -3666 2253 20 -3666 2255 20 - -# chair -WoodenChairCushion 0x0B52 -3688 2193 20 -3688 2197 20 -3681 2202 20 -3681 2204 20 - -# chair -WoodenChairCushion 0x0B53 -3683 2201 20 -3690 2184 20 -3686 2184 20 - -# chair -WoodenChairCushion 0x0B54 -3683 2205 20 - -# chair -WoodenChairCushion 0x0B55 -3685 2204 20 -3685 2202 20 - -# chair -WoodenChair 0x0B56 -3659 2117 20 -3701 2211 40 -3689 2164 20 -3698 2073 5 -3659 2116 20 -3717 2084 5 -3689 2166 20 - -# chair -WoodenChair 0x0B57 -3694 2056 5 -3705 2210 40 -3701 2152 20 -3707 2210 40 -3703 2210 40 -3691 2152 20 -3691 2162 20 -3698 2060 5 -3699 2056 5 -3676 2098 20 -3721 2082 5 -3697 2060 5 -3719 2082 5 - -# chair -WoodenChair 0x0B58 -3692 2166 20 -3662 2116 20 -3692 2164 20 -3723 2084 5 -3662 2117 20 -3773 2108 40 -3773 2106 40 -3700 2073 5 - -# chair -WoodenChair 0x0B59 -3698 2062 5 -3697 2062 5 -3676 2101 20 -3707 2212 40 -3721 2085 5 -3691 2167 20 -3705 2212 40 -3703 2212 40 -3719 2085 5 - -# bench -Static 0x0B62 -3680 2212 20 - -# bench -Static 0x0B63 -3680 2210 20 - -# bench -Static 0x0B64 -3680 2211 20 - -# table -Static 0x0B6B -3688 2068 8 - -# table -Static 0x0B6C -3688 2066 8 - -# table -Static 0x0B6D -3688 2067 8 - -# metal signpost -Static 0x0B9D -3673 2184 30 - -# metal signpost -Static 0x0BA2 -3728 2160 20 - -# flowers -Static 0x0C37 -3689 2065 10 - -# flowers -Static 0x0C38 -3689 2068 10 - -# flowers -Static 0x0C48 -3685 2064 10 -3691 2066 5 -3685 2069 10 - -# flowers -Static 0x0C4A -3686 2068 10 -3685 2068 10 -3685 2065 10 -3686 2064 9 -3691 2067 7 -3686 2070 10 - -# flowers -Static 0x0C4C -3692 2067 5 -3686 2066 9 -3685 2070 10 - -# flowers -Static 0x0C4D -3686 2069 10 -3692 2066 5 -3686 2065 8 -3686 2067 10 - -# bulrushes -Static 0x0C94 -3682 2196 20 -3685 2195 20 - -# coconut palm -Static 0x0C95 -3683 2196 20 - -# date palm -Static 0x0C96 -3684 2195 20 - -# fern -Static 0x0C9F -3684 2196 20 - -# fern -Static 0x0CA0 -3683 2195 20 - -# large fern -Static 0x0CA1 -3684 2197 20 - -# fern -Static 0x0CA4 -3685 2197 20 -3685 2194 20 - -# fishing pole -Static 0x0DBF -3685 2270 21 -3667 2299 -2 - -# fishing pole -Static 0x0DC0 -3682 2268 21 -3667 2269 21 - -# bloody bandage -Static 0x0E20 -3683 2224 24 - -# bloody water -Static 0x0E23 -3684 2224 24 - -# crystal ball -Static 0x0E2F (Light=Circle150) -3696 2227 24 -3704 2224 24 - -# brazier -Brazier 0x0E31 -3696 2224 20 -3696 2220 20 -3704 2221 20 -3704 2217 20 - -# metal chest -MetalGoldenChest 0x0E41 -3741 2147 20 -3741 2146 20 -3737 2145 20 -3737 2144 20 -3739 2145 20 -3741 2144 20 - -# wooden chest -FillableWoodenChest 0x0E42 (ContentType=Mage) -3696 2228 40 - -# wooden chest -WoodenChest 0x0E43 -3739 2147 20 -3737 2146 20 -3739 2144 20 - -# barrel -FillableBarrel 0x0E77 -3680 2256 20 - -# water tub -Static 0x0E7B -3722 2080 5 - -# metal chest -MetalChest 0x0E7C -3715 2086 5 - -# pickaxe -Static 0x0E86 -3656 2138 24 - -# clean bandage -Static 0x0EE9 -3686 2224 24 -3690 2208 24 -3687 2224 24 -3683 2224 24 -3692 2208 24 -3689 2208 24 -3691 2208 24 -3693 2208 24 - -# blank scroll -Static 0x0EF3 -3705 2224 24 - -# scroll -Static 0x0EF4 -3696 2223 24 - -# scroll -Static 0x0EF5 -3696 2221 24 - -# scroll -Static 0x0EF6 -3706 2224 24 - -# scroll -Static 0x0EF7 -3707 2224 24 - -# scroll -Static 0x0EF8 -3708 2224 24 - -# scroll -Static 0x0EF9 -3709 2224 24 - -# spellbook -Static 0x0EFA -3696 2219 24 -3696 2217 24 -3696 2218 24 -3706 2211 44 - -# bottle -Static 0x0EFD -3696 2227 26 - -# bottle -Static 0x0EFF -3696 2222 25 - -# bottle -Static 0x0F01 -3709 2224 24 - -# bottle -Static 0x0F02 -3708 2224 22 - -# bottle -Static 0x0F04 -3696 2226 29 - -# Orange Potion -Static 0x0F07 -3705 2224 30 -3696 2222 24 - -# Green Potion -Static 0x0F0A -3696 2226 24 - -# Red Potion -Static 0x0F0B -3696 2225 28 -3705 2224 22 - -# Yellow Potion -Static 0x0F0C -3696 2225 24 - -# star sapphire -Static 0x0F0F -3664 2132 24 -3664 2133 24 - -# emerald -Static 0x0F10 -3664 2131 24 - -# sapphire -Static 0x0F11 -3664 2132 24 - -# ruby -Static 0x0F14 -3664 2131 24 - -# amethyst -Static 0x0F16 -3664 2132 24 - -# star sapphire -Static 0x0F1B -3664 2134 24 - -# ruby -Static 0x0F1C -3664 2145 24 -3664 2132 24 -3664 2147 24 - -# ruby -Static 0x0F1D -3664 2132 24 -3664 2146 24 -3664 2148 24 - -# sapphire -Static 0x0F1F -3664 2147 24 - -# tourmaline -Static 0x0F20 -3664 2147 24 -3664 2134 24 -3664 2145 24 - -# amethyst -Static 0x0F22 -3664 2148 24 -3664 2146 24 - -# citrine -Static 0x0F23 -3664 2146 24 -3664 2132 24 -3664 2148 24 - -# citrine -Static 0x0F24 -3664 2132 24 - -# piece of amber -Static 0x0F25 -3664 2133 24 - -# diamond -Static 0x0F27 -3664 2147 24 -3664 2134 24 - -# diamond -Static 0x0F28 -3664 2145 24 -3664 2132 24 -3664 2147 24 - -# diamond -Static 0x0F29 -3665 2146 27 -3665 2148 27 - -# ruby -Static 0x0F2A -3664 2147 24 - -# ruby -Static 0x0F2B -3664 2133 24 - -# citrine -Static 0x0F2C -3664 2134 24 - -# amethyst -Static 0x0F2E -3664 2134 24 - -# emerald -Static 0x0F2F -3664 2146 24 -3664 2148 24 - -# diamond -Static 0x0F30 -3664 2134 24 - -# sewing kit -Static 0x0F9D -3666 2237 22 - -# scissors -Scissors 0x0F9E -3665 2237 24 -3667 2237 22 - -# spool of thread -Static 0x0FA0 (Hue=0x1E6) -3668 2237 24 - -# playing cards -Static 0x0FA2 -3722 2226 24 - -# playing cards -Static 0x0FA3 -3722 2217 24 - -# checkers -Static 0x0FA4 -3730 2221 24 -3697 2061 9 - -# checkers -Static 0x0FA5 -3730 2221 24 -3697 2061 9 - -# game board -CheckerBoard 0x0FA6 -3697 2061 9 -3730 2221 24 - -# dice and cup -Dices 0x0FA7 -3722 2229 24 - -# chess pieces -Static 0x0FA8 -3726 2218 24 - -# book -Static 0x0FBD -3669 2236 24 -3670 2236 20 -3664 2255 24 -3699 2210 24 -3656 2194 24 -3752 2221 24 -3781 2251 24 -3680 2254 24 - -# book -Static 0x0FBE -3730 2228 24 -3685 2224 24 - -# pen and ink -Static 0x0FBF -3787 2244 24 -3787 2248 24 -3787 2242 24 -3787 2243 24 -3787 2241 24 -3787 2249 24 -3752 2220 24 -3699 2209 24 -3669 2235 24 -3787 2246 24 -3787 2245 24 -3664 2254 27 -3787 2247 24 -3656 2193 24 -3680 2253 24 -3781 2250 24 - -# pen and ink -Static 0x0FC0 -3685 2224 24 -3729 2228 24 - -# book -MajorTradeAssociation 0x0FEF -3704 2211 44 - -# book -RedBook 0x0FF1 -3705 2211 44 - -# book -BlueBook 0x0FF2 -3702 2211 44 - -# book -TamingDragons 0x0FF4 -3664 2254 24 - -# book -DeceitDungeonOfHorror 0x0FF4 -3703 2211 44 - -# book -BoldStranger 0x0FF4 -3664 2252 24 - -# glass pitcher -Pitcher 0x0FF6 -3722 2228 24 - -# pewter mug -PewterMug 0x0FFF -3727 2218 24 - -# spittoon -Static 0x1003 -3720 2216 20 - -# spinning wheel -SpinningWheelSouthAddon 0x1015 -3661 2229 20 - -# spinning wheel -SpinningWheelEastAddon 0x1019 -3662 2231 20 - -# pile of wool -Static 0x101F (Hue=0x1E6) -3663 2228 20 - -# bread loaf -BreadLoaf 0x103C -3756 2216 24 -3681 2168 24 -3757 2216 24 - -# dough -Dough 0x103D -3761 2216 24 -3680 2170 24 - -# cookie mix -CookieMix 0x103F -3762 2216 24 - -# pizza -Static 0x1040 -3752 2226 24 -3680 2173 24 -3721 2083 9 -3752 2227 24 -3752 2228 24 - -# baked pie -Static 0x1041 -3680 2171 24 -3752 2227 24 -3680 2169 24 -3752 2225 24 - -# unbaked pie -Static 0x1042 -3680 2172 24 -3721 2083 9 -3752 2226 24 - -# rolling pin -Static 0x1043 -3763 2216 24 - -# globe -Static 0x1047 -3664 2256 20 - -# clock -Clock 0x104B -3720 2123 24 -3722 2131 24 - -# clock -Clock 0x104C -3714 2125 24 -3719 2120 29 - -# clock frame -ClockFrame 0x104D -3719 2131 24 -3718 2123 24 - -# clock frame -ClockFrame 0x104E -3725 2128 24 -3714 2130 24 -3714 2127 24 - -# clock parts -ClockParts 0x104F -3725 2128 24 - -# clock parts -ClockParts 0x1050 -3718 2123 24 -3722 2131 24 -3714 2126 24 -3723 2131 24 - -# axle with gears -AxleGears 0x1051 -3725 2127 24 -3714 2126 24 - -# axle with gears -AxleGears 0x1052 -3722 2123 24 -3723 2131 24 -3719 2123 24 -3724 2131 24 - -# gears -Gears 0x1053 -3724 2131 24 -3723 2131 24 - -# gears -Gears 0x1054 -3725 2126 24 - -# hinge -Hinge 0x1055 -3718 2131 24 -3719 2131 24 - -# sextant -Static 0x1057 -3722 2123 24 -3719 2131 24 - -# sextant parts -SextantParts 0x1059 -3723 2123 24 - -# sextant parts -SextantParts 0x105A -3720 2131 24 - -# axle -Axle 0x105C -3714 2129 24 -3714 2130 24 - -# springs -Springs 0x105D -3719 2131 24 -3718 2131 24 - -# springs -Springs 0x105E -3714 2130 24 -3714 2129 24 - -# upright loom -LoomEastAddon 0x1060 -3662 2237 20 -3662 2234 20 - -# magical sparkles -Static 0x1154 -3690 2066 8 -3690 2067 8 -3690 2068 8 - -# potted tree -PottedTree1 0x11C9 -3680 2214 20 -3690 2064 5 -3708 2222 40 -3680 2208 20 -3708 2216 40 -3690 2070 5 - -# flowerpot -PottedPlant 0x11CA -3704 2216 40 -3772 2104 20 -3704 2221 40 - -# flowerpot -PottedPlant1 0x11CB -3760 2110 20 -3760 2113 20 - -# curtain -Static 0x12DB (Hue=0x5F) -3684 2069 7 -3684 2065 7 - -# curtain sash -Static 0x12E2 (Hue=0x5F) -3684 2068 7 - -# rope -Static 0x14F8 -3663 2269 20 - -# rope -Static 0x14FA -3678 2298 -3 - -# water barrel -Static 0x154D -3663 2290 -2 -3664 2261 21 -3664 2291 -2 -3670 2282 -2 -3672 2261 21 -3678 2288 -2 -3664 2290 -2 -3665 2261 21 - -# coconut -Coconut 0x1726 -3681 2198 20 -3684 2196 20 -3681 2196 20 -3682 2197 20 - -# bunch of dates -Dates 0x1727 -3686 2196 20 -3684 2195 20 -3682 2196 20 -3682 2193 20 -3686 2194 20 - -# rock -Static 0x1778 -3743 2069 5 -3761 2275 15 - -# skull with candle -CandleSkull 0x1854 -3690 2065 8 -3690 2069 8 - -# Book of Truth -Static 0x1C13 -3688 2067 14 - -# Candle of Love -Static 0x1C14 (Light=Circle150) -3688 2066 12 -3688 2068 12 - -# bulletin board -BulletinBoard 0x1E5E -3728 2216 20 - -# bulletin board -BulletinBoard 0x1E5F -3688 2161 20 - -# sparkle -Static 0x375A -3691 2062 5 -3691 2072 5 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/minoc.cfg b/Distribution/Data/Decoration/Britannia/minoc.cfg deleted file mode 100644 index d404580ce..000000000 --- a/Distribution/Data/Decoration/Britannia/minoc.cfg +++ /dev/null @@ -1,1568 +0,0 @@ -# window -Static 0x0023 -2511 522 0 - -# stone wall -Static 0x0025 -2505 434 35 - -# log wall -Static 0x0091 -2592 610 0 -2577 588 0 - -# slate roof -Static 0x057F -2499 434 35 -2510 433 35 - -# slate roof -Static 0x0581 -2505 433 35 - -# slate roof -Static 0x0583 -2498 438 35 - -# slate roof -Static 0x0584 -2509 433 35 -2500 435 35 - -# thatch roof -Static 0x05A6 -2530 584 20 -2529 560 23 - -# oven -StoneOvenSouthAddon 0x0930 -2458 397 15 -2491 472 15 - -# fireplace -StoneFireplaceSouthAddon 0x0961 -2508 544 0 -2460 397 15 -2437 435 15 - -# cauldron -Static 0x0975 -2564 677 0 - -# tray -Static 0x0991 -2494 474 21 - -# tray -Static 0x0992 -2439 435 21 - -# bottle of ale -BeverageBottle 0x099F (Content=Ale) -2548 652 5 -2549 656 5 -2549 654 5 -2479 401 19 -2483 407 19 -2500 383 4 -2517 652 5 -2517 656 5 -2532 578 6 -2468 399 19 -2454 432 21 -2480 597 6 -2484 407 19 -2485 397 19 -2421 494 21 -2421 468 21 -2468 405 19 -2491 400 19 -2486 400 19 -2593 640 6 -2480 400 19 -2468 409 19 -2417 484 21 -2593 612 6 -2522 544 6 -2493 597 6 -2598 623 6 -2508 593 6 -2450 455 21 -2516 656 5 -2474 398 19 -2491 399 19 -2473 397 19 -2486 476 19 -2618 615 6 -2467 398 19 -2501 380 4 - -# fork -Fork 0x09A3 -2485 400 19 -2479 397 19 -2548 654 5 -2483 408 19 -2491 397 19 -2467 406 19 -2473 400 19 -2485 399 19 -2548 656 5 -2500 382 4 - -# fork -Fork 0x09A4 -2487 475 19 - -# knife -Knife 0x09A5 -2473 400 19 -2491 397 19 -2500 382 4 -2548 654 5 -2548 656 5 -2467 406 19 -2483 408 19 -2485 400 19 -2479 397 19 -2485 399 19 - -# knife -Knife 0x09A6 -2487 475 19 - -# metal box -FillableMetalBox 0x09A8 -2580 595 6 -2452 429 21 -2528 549 6 -2462 450 21 -2437 408 21 -2520 521 6 - -# bushel -Basket 0x09AC -2492 475 15 - -# spoon -Spoon 0x09C2 -2479 397 19 -2483 408 19 -2548 654 5 -2548 656 5 -2473 400 19 -2500 382 4 -2485 400 19 -2491 397 19 -2467 406 19 -2485 399 19 - -# spoon -Spoon 0x09C3 -2487 475 19 - -# ham -Static 0x09D3 -2432 409 21 - -# plate -Plate 0x09D7 -2417 483 21 -2468 407 19 -2549 652 5 -2480 596 6 -2422 494 21 -2593 639 6 -2491 397 19 -2467 406 19 -2420 468 21 -2501 383 4 -2619 615 6 -2468 397 19 -2493 596 6 -2468 401 19 -2548 656 5 -2599 623 6 -2484 406 19 -2483 408 19 -2487 475 19 -2487 476 19 -2479 397 19 -2453 432 21 -2474 400 19 -2485 399 19 -2473 400 19 -2501 381 4 -2480 398 19 -2531 578 6 -2492 400 19 -2450 454 21 -2593 613 6 -2485 400 19 -2521 544 6 -2509 593 6 -2500 382 4 - -# frypan -Static 0x09E2 -2437 436 15 - -# kettle -Static 0x09ED -2441 437 21 -2494 472 21 - -# fork -Fork 0x09F4 -2420 468 21 -2531 578 6 -2599 623 6 -2619 615 6 -2521 544 6 -2509 593 6 -2453 432 21 -2422 494 21 -2487 476 19 - -# fork -Fork 0x09F5 -2549 652 5 -2480 398 19 -2417 483 21 -2480 596 6 -2493 596 6 -2492 400 19 -2593 613 6 -2468 407 19 -2484 406 19 -2501 381 4 -2468 401 19 -2474 400 19 -2593 639 6 -2450 454 21 -2501 383 4 -2468 397 19 - -# knife -Knife 0x09F6 -2509 593 6 -2420 468 21 -2453 432 21 -2531 578 6 -2521 544 6 -2619 615 6 -2599 623 6 -2487 476 19 -2422 494 21 - -# knife -Knife 0x09F7 -2417 483 21 -2474 400 19 -2468 397 19 -2549 652 5 -2450 454 21 -2501 381 4 -2593 639 6 -2501 383 4 -2468 407 19 -2493 596 6 -2593 613 6 -2480 398 19 -2492 400 19 -2484 406 19 -2468 401 19 -2480 596 6 - -# spoon -Spoon 0x09F8 -2599 623 6 -2619 615 6 -2487 476 19 -2453 432 21 -2531 578 6 -2521 544 6 -2509 593 6 -2422 494 21 -2420 468 21 - -# spoon -Spoon 0x09F9 -2593 639 6 -2450 454 21 -2501 383 4 -2474 400 19 -2501 381 4 -2417 483 21 -2480 398 19 -2484 406 19 -2468 397 19 -2549 652 5 -2493 596 6 -2468 401 19 -2492 400 19 -2593 613 6 -2468 407 19 -2480 596 6 - -# wall torch -WallTorch 0x0A07 (Light=WestBig) -2426 497 29 -2424 471 29 -2603 628 14 - -# wall torch -WallTorch 0x0A0C (Light=NorthBig) -2598 643 15 -2620 623 14 - -# bowl of flour -Static 0x0A1E -2435 436 15 - -# lantern -Lantern 0x0A22 -2479 405 27 -2474 405 27 -2530 658 0 -2574 603 12 -2549 657 5 - -# chest of drawers -Drawer 0x0A2C -2616 615 0 -2596 623 0 -2492 374 0 -2508 466 15 -2496 593 0 -2417 468 15 -2482 592 0 -2419 494 15 -2502 374 0 - -# chest of drawers -Drawer 0x0A34 -2448 434 15 -2593 636 0 -2593 610 0 -2450 451 15 -2505 595 0 -2480 469 15 -2427 429 15 -2417 480 15 -2530 581 0 -2512 522 0 -2520 547 0 - -# armoire -Armoire 0x0A4F -2494 593 0 -2514 520 0 -2452 450 15 -2494 374 0 -2595 609 0 -2595 635 0 -2500 374 0 -2419 479 15 - -# armoire -Armoire 0x0A53 -2595 625 0 -2480 467 15 -2418 496 15 -2480 593 0 -2505 594 0 -2506 468 15 -2615 617 0 -2416 470 15 -2427 431 15 - -# bedroll -Static 0x0A55 -2592 523 15 -2592 525 15 -2575 535 15 -2581 518 15 -2575 531 15 -2588 538 15 -2564 526 15 -2592 521 15 -2564 522 15 -2575 533 15 -2588 536 15 -2588 534 15 -2581 520 15 -2581 522 15 - -# bedroll -Static 0x0A57 -2564 524 15 -2564 526 15 -2592 525 15 - -# bedroll -Static 0x0A58 -2564 526 15 -2581 522 15 - -# bed -Static 0x0A69 -2570 595 0 -2595 627 0 -2520 549 0 -2570 591 0 -2418 498 15 -2489 376 0 -2489 378 0 -2416 472 15 -2570 593 0 -2505 597 0 -2448 436 15 -2570 589 0 -2570 599 0 -2615 619 0 -2530 583 0 -2570 597 0 - -# bed -Static 0x0A6B -2571 591 0 -2571 589 0 -2571 593 0 -2449 436 15 -2490 376 0 -2571 595 0 -2490 378 0 -2616 619 0 -2419 498 15 -2417 472 15 -2596 627 0 -2506 597 0 -2571 597 0 -2531 583 0 -2521 549 0 -2571 599 0 - -# bookcase -LibraryBookcase 0x0A97 -2425 552 0 -2417 520 0 -2481 472 15 -2431 528 0 -2582 595 0 -2429 435 15 -2448 483 15 -2483 592 0 -2482 472 15 -2476 424 15 -2507 471 15 -2421 528 0 - -# bookcase -LibraryBookcase 0x0A98 -2430 528 0 -2579 595 0 -2481 592 0 -2445 483 15 -2420 528 0 -2421 520 0 -2475 424 15 -2428 435 15 -2511 471 15 -2427 552 0 - -# bookcase -LibraryBookcase 0x0A99 -2496 434 15 -2416 522 0 -2496 429 15 -2497 381 0 -2497 387 0 -2465 560 5 -2480 473 15 -2506 472 15 - -# bookcase -LibraryBookcase 0x0A9A -2497 382 0 -2496 435 15 -2465 559 5 -2497 385 0 -2416 524 0 -2496 428 15 -2480 477 15 -2443 487 15 - -# bookcase -LibraryBookcase 0x0A9B -2581 595 0 -2432 528 0 -2578 595 0 -2422 528 0 -2428 552 0 -2477 424 15 - -# bookcase -LibraryBookcase 0x0A9C -2416 525 0 -2416 521 0 -2496 430 15 -2496 433 15 -2443 486 15 -2497 384 0 -2465 558 5 - -# candle -CandleLarge 0x0B1A -2462 454 21 -2511 474 21 -2520 544 6 -2446 485 19 -2454 484 19 -2520 525 6 -2427 437 19 -2450 453 21 -2501 427 19 -2528 545 6 -2530 578 6 -2500 380 4 -2452 427 21 -2480 474 19 -2452 432 21 -2531 574 6 -2505 427 19 -2454 480 19 -2441 439 21 -2488 475 19 -2437 412 21 - -# candelabra -Candelabra 0x0B1D -2419 522 4 -2431 523 4 -2427 554 4 -2437 523 4 -2580 599 6 -2599 609 6 -2433 528 6 -2600 623 6 -2595 629 6 -2615 621 6 -2570 587 6 -2570 601 6 -2599 635 6 -2574 592 6 -2593 614 6 -2620 615 6 -2574 596 6 -2593 638 6 -2468 563 11 -2478 567 11 -2465 553 11 -2472 563 11 -2471 553 11 -2485 399 19 -2479 399 19 -2483 407 19 -2467 407 19 -2473 399 19 -2491 399 19 -2467 399 19 -2483 428 21 -2475 426 21 -2463 397 21 - -# candelabra -CandelabraStand 0x0B26 -2486 424 15 -2422 544 2 -2457 403 15 -2429 528 0 -2486 435 15 -2422 549 0 -2481 410 15 -2423 528 0 -2465 411 15 -2495 403 15 -2416 556 0 -2416 532 0 -2416 530 0 -2416 549 0 -2480 435 15 -2478 430 15 -2416 544 2 -2478 424 15 - -# wooden bench -WoodenBench 0x0B2D -2418 528 0 -2426 520 0 -2427 520 0 -2425 520 0 -2424 520 0 - -# counter -Static 0x0B3E -2510 474 15 -2509 593 0 -2508 474 15 -2516 474 15 -2599 623 0 -2560 675 0 -2619 615 0 -2516 478 15 -2461 488 15 -2561 675 0 -2420 468 15 -2422 494 15 -2463 488 15 -2521 544 0 -2518 474 15 -2461 454 15 -2531 578 0 -2518 478 15 -2463 484 15 -2453 432 15 -2461 484 15 -2471 563 5 -2469 563 5 -2440 435 15 - -# chair -WoodenChairCushion 0x0B52 -2418 523 0 - -# chair -WoodenChairCushion 0x0B53 -2434 521 0 - -# chair -WoodenChair 0x0B56 -2531 656 1 -2451 428 15 -2498 427 15 -2474 427 15 -2445 486 15 - -# chair -WoodenChair 0x0B57 -2436 521 0 -2454 477 15 -2432 521 0 -2432 437 15 -2483 425 15 - -# chair -WoodenChair 0x0B58 -2481 475 15 -2420 524 0 -2420 522 0 -2581 597 0 -2434 530 0 -2428 438 15 - -# chair -WoodenChair 0x0B59 -2432 440 15 -2434 525 0 -2432 525 0 -2436 525 0 - -# chair -BambooChair 0x0B5A -2452 485 15 -2515 656 1 -2515 654 1 -2515 652 1 -2461 452 15 -2547 652 1 -2547 656 1 -2547 654 1 -2481 427 15 -2481 431 15 -2481 429 15 -2436 410 15 -2519 523 0 -2452 479 15 -2452 481 15 -2452 483 15 -2499 382 0 -2527 547 0 - -# chair -BambooChair 0x0B5B -2502 425 15 -2500 425 15 -2518 478 21 -2470 562 5 -2509 473 15 -2517 479 15 -2504 425 15 -2518 479 15 -2506 425 15 -2517 478 21 -2487 474 15 -2516 478 21 - -# chair -BambooChair 0x0B5C -2506 429 15 -2502 429 15 -2487 477 15 -2531 579 0 -2509 594 0 -2504 429 15 -2599 624 0 -2453 433 15 -2619 616 0 -2500 429 15 -2420 469 15 -2521 545 0 -2422 495 15 - -# chair -BambooChair 0x0B5D -2533 655 1 -2518 652 1 -2550 654 1 -2550 652 1 -2533 657 1 -2481 596 0 -2476 427 15 -2550 656 1 -2518 656 1 -2451 454 15 -2518 654 1 -2456 483 15 -2456 481 15 -2456 479 15 -2428 555 0 -2418 483 15 -2494 596 0 -2594 613 0 -2447 486 15 -2594 639 0 -2502 381 0 -2463 461 15 -2502 383 0 -2532 575 0 -2460 461 15 -2485 431 15 -2485 429 15 -2456 485 15 -2485 427 15 - -# foot stool -FootStool 0x0B5E -2464 398 15 -2464 400 15 - -# bench -Static 0x0B5F -2487 401 15 -2485 409 15 -2481 401 15 -2475 401 15 -2482 409 15 -2466 409 15 -2472 401 15 -2466 401 15 -2469 401 15 -2478 401 15 -2484 401 15 -2493 401 15 -2490 401 15 -2469 409 15 - -# bench -Static 0x0B60 -2472 397 15 -2484 397 15 -2481 397 15 -2478 397 15 -2475 397 15 -2482 405 15 -2485 405 15 -2466 397 15 -2469 397 15 -2466 405 15 -2487 397 15 -2490 397 15 -2493 397 15 -2469 405 15 - -# bench -Static 0x0B61 -2493 400 15 -2481 399 15 -2481 400 15 -2481 398 15 -2490 400 15 -2485 406 15 -2485 408 15 -2484 400 15 -2484 399 15 -2487 398 15 -2490 399 15 -2482 408 15 -2482 407 15 -2469 398 15 -2466 408 15 -2469 399 15 -2487 399 15 -2469 400 15 -2466 407 15 -2466 399 15 -2466 398 15 -2466 400 15 -2466 406 15 -2493 399 15 -2475 400 15 -2475 398 15 -2478 398 15 -2478 400 15 -2478 399 15 -2472 400 15 -2469 407 15 -2485 407 15 -2469 408 15 -2472 399 15 -2472 398 15 -2487 400 15 -2475 399 15 -2484 398 15 -2490 398 15 -2482 406 15 -2469 406 15 -2493 398 15 - -# bench -Static 0x0B65 -2418 557 0 -2418 555 0 -2418 553 0 -2422 551 0 -2418 551 0 -2422 553 0 -2422 555 0 - -# bench -Static 0x0B66 -2416 557 0 -2420 555 0 -2420 553 0 -2416 553 0 -2416 551 0 -2420 551 0 -2416 555 0 - -# bench -Static 0x0B67 -2421 553 0 -2421 551 0 -2417 553 0 -2421 555 0 -2417 551 0 -2417 555 0 -2417 557 0 - -# wooden signpost -Static 0x0B98 -2507 440 15 - -# wooden signpost -Static 0x0B9A -2436 443 15 - -# broken chair -Static 0x0C10 -2506 476 15 -2514 476 15 - -# broken chair -Static 0x0C11 -2519 474 21 - -# chessmen -Static 0x0E13 -2516 652 6 -2491 398 19 -2467 408 20 - -# chessmen -Static 0x0E14 -2491 398 19 -2516 652 6 -2467 408 20 - -# cards -Static 0x0E17 -2516 655 5 -2483 409 19 -2473 399 19 - -# cards -Static 0x0E18 -2516 654 5 -2483 409 19 -2473 399 19 - -# cards -Static 0x0E19 -2517 654 5 -2484 409 19 -2474 399 19 - -# backgammon board -Backgammon 0x0E1C -2467 400 19 - -# crystal ball -Static 0x0E2F (Light=Circle150) -2532 655 8 - -# crate -FillableLargeCrate 0x0E3D -2534 551 0 -2534 552 0 -2533 552 0 -2456 426 15 -2533 551 3 -2456 425 18 -2456 424 15 -2456 425 15 -2456 424 21 -2533 551 0 -2534 550 0 -2534 551 3 -2533 550 0 -2456 424 18 -2534 550 6 -2534 552 6 -2534 550 3 -2534 552 3 - -# crate -MediumCrate 0x0E3E -2528 553 3 -2528 552 0 -2528 553 0 -2529 557 0 -2528 558 0 -2528 557 3 - -# metal chest -MetalGoldenChest 0x0E40 -2498 549 0 -2500 545 0 -2497 549 0 -2498 545 0 -2496 545 0 - -# wooden chest -WoodenChest 0x0E42 -2522 635 1 -2498 547 0 -2541 673 1 -2522 636 1 -2541 674 1 - -# wooden chest -WoodenChest 0x0E43 -2594 520 15 -2577 530 15 -2528 670 1 -2533 652 1 -2532 652 1 -2529 670 1 -2566 521 15 -2583 517 15 -2507 632 1 -2542 632 1 -2590 533 15 -2543 632 1 -2506 632 1 - -# barrel -FillableBarrel 0x0E77 -2449 424 15 -2457 402 15 -2528 555 0 -2448 426 20 -2457 402 20 -2457 401 20 -2448 425 20 -2448 426 15 -2528 554 5 -2528 555 10 -2448 425 15 -2448 424 20 -2528 555 5 -2449 424 20 -2528 556 0 -2528 556 5 -2529 554 0 -2529 556 0 -2448 424 25 -2457 400 15 -2457 401 15 - -# water tub -Static 0x0E7B -2520 371 23 -2515 371 23 -2530 371 23 -2525 371 23 - -# metal chest -MetalChest 0x0E7C -2500 547 0 -2496 547 0 -2497 545 0 -2498 547 0 -2497 547 0 -2496 549 0 - -# strong box -FillableMetalBox 0x0E80 -2507 474 21 -2469 563 11 - -# empty tub -Static 0x0E83 -2525 371 23 -2515 371 23 -2530 371 23 -2520 371 23 - -# pickaxe -Static 0x0E85 -2585 520 15 - -# pickaxe -Static 0x0E86 -2581 527 15 -2589 536 15 -2593 524 15 -2504 427 21 -2463 488 21 -2565 524 15 -2596 528 15 -2461 484 21 - -# drum -Static 0x0E9C -2416 545 0 - -# tambourine -Static 0x0E9D -2420 546 0 - -# standing harp -Static 0x0EB1 -2420 544 2 - -# lute -Static 0x0EB3 -2418 546 0 - -# music stand -Static 0x0EB5 -2418 547 0 -2420 547 0 -2416 546 0 - -# music stand -Static 0x0EB9 -2421 545 0 - -# cleaver -Static 0x0EC3 -2435 403 21 -2432 412 21 - -# diamond -Static 0x0F28 -2460 484 21 - -# saddle -Static 0x0F37 -2523 380 23 -2523 382 23 - -# shovel -Static 0x0F3A -2593 533 15 -2582 520 15 - -# horse dung -Static 0x0F3B -2521 385 15 -2527 378 23 -2533 376 23 -2521 376 23 - -# horse dung -Static 0x0F3C -2524 376 23 -2516 375 23 -2535 374 23 -2527 381 22 - -# game board -ChessBoard 0x0FA6 -2516 652 5 -2467 408 19 -2492 398 19 - -# dice and cup -Dices 0x0FA7 -2468 400 19 -2486 397 19 - -# backgammon game -Backgammon 0x0FAD -2486 398 19 - -# anvil -AnvilEastAddon 0x0FAF -2560 501 0 -2534 571 0 -2467 553 5 - -# anvil -AnvilSouthAddon 0x0FB0 -2465 556 5 - -# forge -SmallForgeAddon 0x0FB1 -2561 501 0 -2535 571 0 - -# sledge hammer -Static 0x0FB4 -2534 572 0 -2465 557 5 - -# sledge hammer -Static 0x0FB5 -2468 553 5 - -# tongs -Static 0x0FBB -2535 572 0 -2469 553 5 -2465 555 5 - -# book -Static 0x0FBD -2462 452 21 -2528 547 6 -2531 575 6 -2427 555 4 -2480 475 19 -2433 530 6 -2475 427 19 -2437 410 21 -2419 523 4 -2446 486 19 -2499 427 19 -2520 523 6 -2427 438 19 -2580 597 6 -2452 428 21 - -# book -Static 0x0FBE -2483 426 19 -2470 563 11 -2434 522 4 -2509 474 21 -2454 478 19 - -# pen and ink -Static 0x0FBF -2419 523 4 -2520 523 6 -2475 427 19 -2580 597 6 -2499 427 19 -2462 452 21 -2480 475 19 -2528 547 6 -2437 410 21 -2446 486 19 -2427 555 4 -2427 438 19 -2531 575 6 -2433 530 6 -2452 428 21 - -# pen and ink -Static 0x0FC0 -2509 474 21 -2454 478 19 -2483 426 19 -2434 522 4 -2470 563 11 - -# pewter mug -PewterMug 0x0FFF -2421 468 21 -2483 406 19 -2473 400 19 -2532 578 6 -2598 623 6 -2467 409 19 -2508 593 6 -2467 399 19 -2479 400 19 -2454 432 21 -2618 615 6 -2467 401 19 -2485 401 19 -2421 494 21 -2522 544 6 -2488 476 19 - -# pewter mug -PewterMug 0x1000 -2480 399 19 -2501 384 4 -2593 640 6 -2450 455 21 -2493 597 6 -2492 401 19 -2593 612 6 -2486 399 19 -2492 399 19 -2484 408 19 -2480 597 6 -2463 400 21 -2417 484 21 -2480 401 19 -2463 398 21 - -# pewter mug -PewterMug 0x1001 -2501 382 4 -2492 397 19 -2484 405 19 -2486 401 19 -2480 397 19 -2486 475 19 -2474 397 19 -2474 401 19 -2468 406 19 -2468 398 19 -2549 651 5 - -# pewter mug -PewterMug 0x1002 -2467 407 19 -2548 653 5 -2473 398 19 -2491 401 19 -2467 405 19 -2479 398 19 -2485 398 19 -2500 381 4 -2467 397 19 -2548 655 5 -2483 405 19 - -# spittoon -Static 0x1003 -2465 404 15 -2488 397 15 -2470 397 15 -2481 404 15 - -# wash basin -Static 0x1008 -2574 590 6 -2574 599 6 -2574 597 6 - -# archery butte -ArcheryButte 0x100B -2514 408 15 - -# hammer -Static 0x102A -2515 474 21 -2459 461 21 - -# hammer -Static 0x102B -2462 459 21 - -# nails -Static 0x102E -2515 474 21 - -# jointing plane -Static 0x1030 -2517 474 21 - -# saw -Static 0x1035 -2510 474 21 -2461 454 21 - -# clock frame -Static 0x104D -2462 462 21 -2459 460 21 - -# clock parts -Static 0x104F -2459 462 21 - -# axle with gears -Static 0x1051 -2462 460 21 - -# gears -Static 0x1053 -2459 459 21 - -# hinge -Static 0x1055 -2462 461 21 - -# sextant -Static 0x1057 -2459 461 21 - -# sextant parts -Static 0x105A -2462 463 21 - -# axle -Static 0x105C -2459 459 21 - -# springs -Static 0x105D -2462 460 21 - -# training dummy -TrainingDummy 0x1070 -2480 424 15 - -# cot -Static 0x11FD -2504 637 2 -2504 639 2 -2504 635 2 -2541 676 2 -2539 637 2 -2525 671 2 -2522 640 2 -2522 638 2 -2539 633 2 -2525 677 2 -2525 675 2 -2525 673 2 -2539 639 2 -2541 678 2 -2539 635 2 -2530 659 2 - -# cot -Static 0x11FE -2526 671 2 -2505 635 2 -2526 677 2 -2540 639 2 -2505 637 2 -2526 675 2 -2542 676 2 -2542 678 2 -2526 673 2 -2531 659 2 -2540 635 2 -2540 637 2 -2523 638 2 -2540 633 2 -2523 640 2 -2505 639 2 - -# cot -Static 0x11FF -2508 638 2 -2524 633 2 -2526 633 2 -2545 671 2 -2543 671 2 - -# cot -Static 0x1200 -2508 639 2 -2545 672 2 -2543 672 2 -2526 634 2 -2524 634 2 - -# sign -LocalizedSign 0x129C (LabelNumber=1016190) -2525 498 26 - -# tarot -Static 0x12A6 -2532 657 7 - -# mallet and chisel -Static 0x12B3 -2462 523 5 -2468 523 5 - -# brush -Static 0x1371 -2519 375 23 -2536 372 23 - -# brush -Static 0x1373 -2530 375 23 - -# bridle -Static 0x1374 -2535 375 23 -2522 384 15 - -# bridle -Static 0x1375 -2524 381 23 - -# skirt -Static 0x1516 -2542 673 1 -2528 673 1 -2542 638 1 - -# shirt -Static 0x1517 -2545 678 0 -2523 635 0 - -# shirt -Static 0x1518 -2528 675 0 - -# long pants -Static 0x1539 -2525 637 1 -2542 635 0 -2529 672 1 - -# bandana -Static 0x153F -2522 633 1 -2541 633 1 - -# skullcap -Static 0x1543 -2540 634 0 - -# skullcap -Static 0x1544 -2527 672 1 -2523 636 1 - -# water barrel -Static 0x154D -2529 555 0 -2547 634 0 -2547 639 0 -2533 672 0 -2528 554 0 -2530 640 0 -2448 424 15 -2549 678 0 -2563 674 0 -2489 472 15 -2533 677 0 -2549 673 0 -2512 639 0 -2512 634 0 -2530 635 0 - -# wooden bowl -Static 0x15F8 -2435 436 15 - -# large pewter bowl -Static 0x1603 -2494 475 21 - -# large wooden bowl -Static 0x1605 -2441 435 21 - -# raw leg of lamb -Static 0x1609 -2432 411 21 - -# water -Static 0x1797 -2589 581 -5 - -# bellows -Static 0x197A -2467 557 5 -2467 555 5 - -# forge -Static 0x197E (Light=Circle300) -2468 555 5 -2468 557 5 - -# forge -Static 0x1982 -2469 557 5 -2469 555 5 - -# ore -Static 0x19B8 -2590 529 15 -2452 496 18 -2572 523 15 -2587 518 15 -2464 486 15 - -# ore -Static 0x19B8 (Amount=25) -2508 433 18 - -# ore -Static 0x19B9 (Amount=9) -2509 433 18 - -# ore -Static 0x19B9 -2463 484 21 -2587 521 15 -2599 528 15 -2506 427 20 - -# ore -Static 0x19BA -2585 529 15 -2582 533 15 -2595 535 15 -2599 522 15 -2580 527 15 -2459 484 15 -2461 486 15 -2569 525 15 -2503 427 19 - -# bulletin board -BulletinBoard 0x1E5E -2471 397 15 - -# fancy shirt -Static 0x1EFD -2541 636 0 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/moonglow.cfg b/Distribution/Data/Decoration/Britannia/moonglow.cfg deleted file mode 100644 index de704325e..000000000 --- a/Distribution/Data/Decoration/Britannia/moonglow.cfg +++ /dev/null @@ -1,1990 +0,0 @@ -# stone wall -Static 0x0080 -4460 1182 -14 -4461 1182 -14 -4462 1180 -14 -4462 1181 -14 -4462 1182 -14 -4463 1182 -14 -4464 1182 -14 -4465 1182 -14 -4466 1180 -14 -4466 1181 -14 -4466 1182 -14 -4467 1180 -14 -4467 1181 -14 -4467 1182 -14 -4468 1181 -14 -4468 1182 -14 -4469 1182 -14 -4470 1182 -14 -4471 1182 -14 -4472 1182 -14 -4473 1181 -14 -4473 1182 -14 -4474 1182 -14 -4475 1180 -14 -4475 1181 -14 -4475 1182 -14 -4476 1182 -14 -4477 1182 -14 -4478 1180 -14 -4478 1181 -14 -4478 1182 -14 -4479 1180 -14 -4479 1181 -14 -4479 1182 -14 -4480 1182 -14 -4481 1181 -14 -4481 1182 -14 -4482 1180 -14 -4482 1181 -14 -4482 1182 -14 -4483 1180 -14 -4483 1181 -14 -4483 1182 -14 - -# plaster wall -Static 0x014A -4401 1167 23 -4402 1167 26 - -# sandstone arch -Static 0x0170 -4544 871 30 - -# stone pavers -Static 0x0520 -4306 921 20 - -# iron fence -Static 0x084B -4460 1179 0 -4461 1179 0 -4462 1179 0 -4463 1179 0 -4464 1179 0 -4465 1179 0 -4466 1179 0 -4467 1179 0 -4468 1179 0 -4469 1179 0 -4470 1179 0 -4471 1179 0 -4472 1179 0 -4473 1179 0 -4474 1179 0 -4475 1179 0 -4476 1179 0 -4477 1179 0 -4478 1179 0 -4479 1179 0 -4480 1179 0 -4482 1179 0 -4483 1179 0 -4484 1179 0 - -# iron gate -IronGateShort 0x0850 (Facing=WestCW) -4465 1048 0 - -# iron gate -IronGateShort 0x0852 (Facing=EastCCW) -4466 1048 0 - -# iron gate -IronGateShort 0x0854 (Facing=SouthCW) -4379 1101 0 -4496 1094 0 - -# iron gate -IronGateShort 0x0856 (Facing=NorthCCW) -4379 1100 0 -4496 1093 0 - -# wooden gate -DarkWoodGate 0x0866 (Facing=WestCW) -4570 1481 0 - -# wooden gate -DarkWoodGate 0x0868 (Facing=EastCCW) -4571 1481 0 - -# wooden gate -DarkWoodGate 0x086E (Facing=SouthCW) -4643 1317 0 - -# wooden gate -DarkWoodGate 0x0870 (Facing=NorthCCW) -4417 1447 0 -4643 1316 0 - -# oven -StoneOvenEastAddon 0x092C -4408 1465 0 - -# oven -StoneOvenSouthAddon 0x0930 -4628 1320 0 -4385 1056 0 - -# fireplace -StoneFireplaceEastAddon 0x0959 -4408 1468 0 -4552 1490 0 - -# fireplace -Static 0x095F -4557 1040 0 - -# fireplace -Static 0x0960 -4556 1040 0 - -# fireplace -StoneFireplaceSouthAddon 0x0961 -4389 1056 0 -4626 1320 0 - -# tray -Static 0x0991 -4408 1463 6 -4528 943 24 -4555 1488 6 -4630 1321 6 - -# tray -Static 0x0992 -4482 1218 4 -4555 1044 4 -4561 922 24 -4686 1221 4 -4692 1179 4 - -# ceramic mug -CeramicMug 0x0995 -4412 1466 4 -4480 1218 4 -4684 1221 4 - -# ceramic mug -CeramicMug 0x0996 -4634 1322 4 - -# ceramic mug -CeramicMug 0x0997 -4392 1213 4 -4392 1220 4 -4408 1205 4 -4408 1229 4 -4412 1208 4 -4414 1465 4 -4424 1204 4 -4428 1224 4 -4482 1217 4 -4556 1494 4 -4648 1220 4 -4664 1396 4 -4686 1220 4 - -# fork -Fork 0x09A3 -4527 942 24 - -# fork -Fork 0x09A4 -4413 1465 4 -4481 1217 4 -4554 1043 4 -4555 1494 4 -4560 921 24 -4635 1322 4 -4685 1220 4 -4691 1178 4 - -# knife -Knife 0x09A5 -4527 942 24 - -# knife -Knife 0x09A6 -4413 1465 4 -4481 1217 4 -4554 1043 4 -4555 1494 4 -4560 921 24 -4635 1322 4 -4685 1220 4 -4691 1178 4 - -# metal box -FillableMetalBox 0x09A8 -4391 1130 6 -4392 1064 6 -4392 1080 6 -4411 1109 6 -4457 1080 6 -4476 1080 6 -4482 1065 6 - -# spoon -Spoon 0x09C2 -4527 942 24 - -# spoon -Spoon 0x09C3 -4413 1465 4 -4481 1217 4 -4554 1043 4 -4555 1494 4 -4560 921 24 -4635 1322 4 -4685 1220 4 -4691 1178 4 - -# ceramic mug -CeramicMug 0x09CA -4396 1200 4 -4396 1224 4 -4412 1216 4 -4424 1212 4 -4428 1216 4 -4556 1495 4 -4636 1323 4 - -# plate -Plate 0x09D7 -4392 1212 4 -4392 1219 4 -4395 1200 4 -4395 1224 4 -4408 1204 4 -4408 1228 4 -4411 1208 4 -4411 1216 4 -4413 1465 4 -4413 1466 4 -4424 1203 4 -4424 1211 4 -4427 1216 4 -4427 1224 4 -4481 1217 4 -4481 1218 4 -4527 942 24 -4528 942 24 -4554 1043 4 -4554 1044 4 -4555 1494 4 -4555 1495 4 -4560 921 24 -4560 922 24 -4635 1322 4 -4635 1323 4 -4648 1219 4 -4664 1395 4 -4685 1220 4 -4685 1221 4 -4691 1178 4 -4691 1179 4 - -# frypan -Static 0x09E2 -4556 1488 6 -4624 1322 6 - -# pot -Static 0x09E4 -4554 1488 6 - -# muffins -Static 0x09EB -4554 1040 6 - -# kettle -Static 0x09ED -4410 1462 6 -4553 1488 6 -4555 1040 6 -4624 1323 6 - -# milk -Pitcher 0x09F0 (Content=Milk) -4558 1488 6 -4630 1322 6 - -# fork -Fork 0x09F4 -4395 1200 4 -4395 1224 4 -4411 1208 4 -4411 1216 4 -4413 1466 4 -4427 1216 4 -4427 1224 4 -4481 1218 4 -4554 1044 4 -4555 1495 4 -4560 922 24 -4635 1323 4 -4685 1221 4 -4691 1179 4 - -# fork -Fork 0x09F5 -4392 1212 4 -4392 1219 4 -4408 1204 4 -4408 1228 4 -4424 1203 4 -4424 1211 4 -4528 942 24 -4648 1219 4 -4664 1395 4 - -# knife -Knife 0x09F6 -4395 1200 4 -4395 1224 4 -4411 1208 4 -4411 1216 4 -4413 1466 4 -4427 1216 4 -4427 1224 4 -4481 1218 4 -4554 1044 4 -4555 1495 4 -4560 922 24 -4635 1323 4 -4685 1221 4 -4691 1179 4 - -# knife -Knife 0x09F7 -4392 1212 4 -4392 1219 4 -4408 1204 4 -4408 1228 4 -4424 1203 4 -4424 1211 4 -4528 942 24 -4648 1219 4 -4664 1395 4 - -# spoon -Spoon 0x09F8 -4395 1200 4 -4395 1224 4 -4411 1208 4 -4411 1216 4 -4413 1466 4 -4427 1216 4 -4427 1224 4 -4481 1218 4 -4554 1044 4 -4555 1495 4 -4560 922 24 -4635 1323 4 -4685 1221 4 -4691 1179 4 - -# spoon -Spoon 0x09F9 -4392 1212 4 -4392 1219 4 -4408 1204 4 -4408 1228 4 -4424 1203 4 -4424 1211 4 -4528 942 24 -4648 1219 4 -4664 1395 4 - -# bowl of flour -Static 0x0A1E -4384 1060 6 -4408 1462 6 - -# chest of drawers -Drawer 0x0A2C -4281 920 0 -4289 920 0 -4321 920 0 -4397 1208 0 -4397 1216 0 -4411 1200 0 -4412 1224 0 -4425 1208 0 -4429 1200 0 -4483 1056 0 -4561 1488 0 -4625 1328 0 -4653 1216 0 -4669 1392 0 -4691 1217 0 - -# chest of drawers -FancyDrawer 0x0A30 -4410 1456 0 -4683 1168 0 - -# chest of drawers -Drawer 0x0A34 -4384 1155 0 -4384 1161 0 -4384 1167 0 -4384 1173 0 -4392 1201 0 -4392 1227 0 -4408 1211 0 -4408 1217 0 -4424 1217 0 -4424 1229 0 -4448 1061 0 -4470 1215 0 -4476 1063 0 -4488 1062 0 -4525 932 20 -4544 1043 0 -4549 921 20 - -# chest of drawers -FancyDrawer 0x0A38 -4300 920 0 -4300 921 20 -4400 1156 0 - -# armoire -FancyArmoire 0x0A4D -4303 916 20 -4305 916 0 - -# armoire -Armoire 0x0A4F -4393 1208 0 -4393 1216 0 -4409 1200 0 -4425 1200 0 -4429 1208 0 -4472 1214 0 -4627 1328 0 -4649 1216 0 -4665 1392 0 - -# armoire -FancyArmoire 0x0A51 -4400 1155 0 -4408 1458 0 -4681 1169 0 - -# armoire -Armoire 0x0A53 -4392 1205 0 -4392 1225 0 -4408 1209 0 -4408 1221 0 -4408 1226 0 -4424 1221 0 -4424 1225 0 -4448 1060 0 -4525 934 20 -4544 1045 0 -4549 919 20 -4560 1490 0 -4690 1219 0 - -# bed -Static 0x0A69 -4384 1087 0 -4384 1089 0 -4384 1091 0 -4384 1093 0 -4389 1089 0 -4389 1091 0 -4389 1093 0 - -# bed -Static 0x0A6B -4385 1087 0 -4385 1089 0 -4385 1091 0 -4385 1093 0 -4390 1089 0 -4390 1091 0 -4390 1093 0 - -# bed -LargeBedSouthAddon 0x0A7D -# 4448 1058 0 -4470 1218 0 -4681 1172 0 - -# bed -LargeBedEastAddon 0x0A83 -# 4551 918 20 -4693 1217 0 - -# bookcase -LibraryBookcase 0x0A97 -4288 962 0 -4288 990 0 -4289 965 0 -4290 962 0 -4290 968 0 -4290 971 0 -4290 993 0 -4291 990 0 -4292 965 0 -4293 968 0 -4301 924 20 -4319 948 10 -4322 948 10 -4325 948 10 -4326 948 10 -4327 990 0 -4328 962 0 -4330 970 0 -4330 990 0 -4331 948 10 -4332 962 0 -4333 962 0 -4333 970 0 -4333 990 0 -4389 1080 0 -4393 1160 0 -4393 1224 0 -4394 1080 0 -4395 1160 0 -4397 1200 0 -4398 1160 0 -4409 1208 0 -4409 1216 0 -4413 1208 0 -4417 1460 0 -4419 1460 0 -4425 1224 0 -4429 1216 0 -4452 1056 0 -4468 1156 0 -4473 1214 0 -4474 1156 0 -4530 1056 0 -4532 939 20 -4551 856 30 -4555 856 30 -4559 918 20 -4684 1176 0 -4691 1407 0 -4693 1407 0 - -# bookcase -LibraryBookcase 0x0A98 -4287 962 0 -4289 971 0 -4289 990 0 -4289 993 0 -4290 965 0 -4291 962 0 -4291 971 0 -4292 968 0 -4292 990 0 -4292 993 0 -4293 962 0 -4293 971 0 -4301 924 0 -4321 948 10 -4323 948 10 -4327 948 10 -4327 962 0 -4328 948 10 -4328 990 0 -4330 962 0 -4331 990 0 -4332 948 10 -4332 970 0 -4388 1080 0 -4395 1080 0 -4396 1160 0 -4420 1460 0 -4429 1224 0 -4453 1056 0 -4470 1156 0 -4472 1156 0 -4474 1214 0 -4531 939 20 -4531 1056 0 -4533 939 20 -4552 856 30 -4558 918 20 -4617 1200 0 -4620 1200 0 -4682 1176 0 -4692 1407 0 - -# bookcase -LibraryBookcase 0x0A99 -4280 925 0 -4286 949 10 -4286 953 10 -4286 955 10 -4286 956 10 -4286 965 0 -4286 966 0 -4286 969 0 -4286 972 0 -4286 975 0 -4286 991 0 -4286 995 0 -4286 998 0 -4286 1002 0 -4300 925 0 -4300 925 20 -4312 921 0 -4320 921 0 -4326 964 0 -4326 966 0 -4326 971 0 -4326 977 0 -4326 995 0 -4384 1081 0 -4384 1108 0 -4392 1210 0 -4408 1111 0 -4408 1137 0 -4408 1202 0 -4424 1201 0 -4460 1089 0 -4460 1092 0 -4472 1083 0 -4478 1222 0 -4520 1066 0 -4534 859 30 -4552 1497 0 -4552 1501 0 -4557 927 20 -4616 1204 0 -4616 1206 0 -4648 1217 0 -4664 1393 0 -4682 1222 0 -4682 1226 0 -4682 1230 0 - -# bookcase -LibraryBookcase 0x0A9A -4280 921 0 -4286 950 10 -4286 954 10 -4286 957 10 -4286 964 0 -4286 970 0 -4286 977 0 -4286 994 0 -4286 997 0 -4286 1001 0 -4288 925 0 -4300 929 0 -4312 925 0 -4320 925 0 -4326 963 0 -4326 968 0 -4326 970 0 -4326 976 0 -4326 991 0 -4326 994 0 -4326 996 0 -4326 998 0 -4326 1003 0 -4384 1082 0 -4384 1109 0 -4392 1221 0 -4408 1112 0 -4408 1138 0 -4424 1205 0 -4447 1087 0 -4447 1088 0 -4447 1091 0 -4460 1088 0 -4460 1091 0 -4472 1084 0 -4478 1221 0 -4520 1067 0 -4534 858 30 -4552 1496 0 -4557 924 20 -4557 926 20 -4616 1203 0 -4624 1209 0 -4624 1212 0 -4664 1397 0 -4681 1177 0 -4681 1180 0 -4682 1224 0 - -# bookcase -LibraryBookcase 0x0A9B -4287 990 0 -4289 962 0 -4289 968 0 -4290 990 0 -4291 965 0 -4291 968 0 -4291 993 0 -4292 962 0 -4292 971 0 -4293 965 0 -4293 990 0 -4293 993 0 -4306 924 20 -4320 948 10 -4324 948 10 -4329 948 10 -4329 962 0 -4329 970 0 -4329 990 0 -4330 948 10 -4331 962 0 -4331 970 0 -4332 990 0 -4385 1080 0 -4386 1080 0 -4422 1460 0 -4430 1216 0 -4471 1156 0 -4533 1056 0 -4534 939 20 -4538 939 20 -4553 856 30 -4554 856 30 -4618 1200 0 -4621 1200 0 -4623 1200 0 -4683 1176 0 -4689 1407 0 - -# bookcase -LibraryBookcase 0x0A9C -4286 951 10 -4286 952 10 -4286 958 10 -4286 963 0 -4286 968 0 -4286 971 0 -4286 973 0 -4286 976 0 -4286 993 0 -4286 996 0 -4286 999 0 -4286 1003 0 -4288 921 0 -4300 929 20 -4326 965 0 -4326 969 0 -4326 972 0 -4326 973 0 -4326 975 0 -4326 992 0 -4326 997 0 -4326 999 0 -4326 1001 0 -4326 1002 0 -4392 1209 0 -4408 1139 0 -4408 1141 0 -4447 1090 0 -4447 1093 0 -4478 1220 0 -4478 1223 0 -4520 1069 0 -4534 857 30 -4534 860 30 -4534 861 30 -4552 1495 0 -4557 925 20 -4616 1201 0 -4624 1211 0 -4624 1214 0 -4681 1179 0 -4681 1182 0 -4682 1223 0 -4682 1225 0 - -# candle -CandleLarge 0x0B1A -4300 928 4 -4300 928 24 -4388 1085 6 -4392 1084 6 -4392 1211 4 -4392 1218 4 -4394 1200 4 -4394 1224 4 -4408 1203 4 -4408 1227 4 -4410 1208 4 -4410 1216 4 -4414 1466 4 -4424 1202 4 -4426 1216 4 -4426 1224 4 -4457 1063 6 -4470 1161 4 -4474 1161 4 -4478 1224 4 -4480 1217 4 -4539 859 34 -4552 860 34 -4552 1488 6 -4552 1498 4 -4553 1040 6 -4557 930 24 -4618 1202 0 -4626 1202 4 -4634 1323 4 -4648 1218 4 -4664 1394 4 -4682 1229 4 -4684 1180 4 -4684 1220 4 -4617 1204 0 -4619 1205 0 -4620 1201 0 -4621 1203 0 -4384 1063 6 -4392 1066 6 -4400 1163 6 -4424 1210 4 - -# lamp post -LampPost1 0x0B20 -4389 1075 0 -4399 1168 0 -4416 1136 0 -4419 1097 0 -4425 1116 0 -4428 1059 0 -4444 1168 0 -4471 1180 0 -4478 1071 0 - -# lamp post -LampPost2 0x0B22 -4279 928 0 -4285 983 0 -4296 964 0 -4296 1011 0 -4298 931 0 -4307 1012 0 -4313 934 0 -4313 1012 0 -4322 1011 0 -4324 964 0 -4328 927 0 -4335 983 0 -4380 1098 0 -4380 1103 0 -4395 1089 0 -4399 1121 0 -4399 1128 0 -4399 1146 0 -4400 1200 0 -4400 1215 0 -4400 1231 0 -4416 1200 0 -4416 1215 0 -4416 1231 0 -4428 1461 2 -4430 1142 0 -4432 1200 0 -4432 1215 0 -4432 1231 0 -4439 1174 0 -4445 1174 0 -4447 1072 0 -4452 1088 0 -4456 1121 0 -4456 1126 0 -4458 1088 0 -4462 1049 0 -4464 1143 0 -4469 1049 0 -4478 1134 0 -4480 1235 0 -4481 1134 0 -4539 1067 0 -4542 872 30 -4542 1047 0 -4544 947 10 -4549 872 30 -4558 944 10 -4559 1048 0 -4631 1198 0 -4632 1215 0 -4633 1329 0 -4648 1224 0 -4671 1400 0 -4686 1233 0 -4687 1423 0 -4692 1184 0 - -# candelabra -CandelabraStand 0x0B26 -4280 920 0 -4286 948 10 -4286 962 0 -4286 978 0 -4286 990 0 -4286 1004 0 -4288 920 0 -4302 948 10 -4306 922 0 -4306 922 20 -4312 920 0 -4318 948 10 -4320 920 0 -4326 962 0 -4326 978 0 -4326 990 0 -4326 1004 0 -4333 948 10 -4384 1104 0 -4384 1130 0 -4390 1104 0 -4390 1152 0 -4390 1174 0 -4398 1130 0 -4408 1056 0 -4408 1080 0 -4408 1094 0 -4408 1108 0 -4408 1114 0 -4408 1142 0 -4414 1142 0 -4422 1066 0 -4422 1108 0 -4422 1114 0 -4432 1160 0 -4446 1160 0 -4450 1094 0 -4454 1056 0 -4460 1094 0 -4480 1060 0 -4520 1056 0 -4525 939 20 -4525 945 20 -4526 1070 0 -4531 931 20 -4534 1062 0 -4549 924 20 -4557 918 20 -4560 1488 0 -4624 1208 0 -4624 1328 0 -4695 1176 0 -4416 1460 0 -4392 1160 0 -4406 1152 0 -4406 1160 0 -4470 1214 0 - -# writing table -WritingTable 0x0B49 -4522 1065 0 -4522 1069 0 -4528 1059 0 -4531 1059 0 - -# chair -WoodenChair 0x0B56 -4287 953 10 -4391 1082 0 -4520 1059 0 -4535 859 30 -4623 1202 0 - -# chair -WoodenChair 0x0B57 -4325 949 10 -4386 1084 0 - -# chair -WoodenChair 0x0B58 -4477 1154 0 -4477 1161 0 -4553 859 30 -4688 1410 0 - -# chair -WoodenChair 0x0B59 -4478 1153 0 -4627 1212 0 - -# chair -BambooChair 0x0B5A -4288 998 0 -4288 1000 0 -4329 993 0 -4329 997 0 -4329 1001 0 -4390 1132 0 -4410 1083 0 -4410 1111 0 -4411 1091 0 -4414 1083 0 -4475 1082 0 -4481 1067 0 -4526 942 20 -4551 858 30 -4551 860 30 -4683 1179 0 -4692 1410 0 - -# chair -BambooChair 0x0B5B -4289 973 0 -4291 973 0 -4329 964 0 -4329 973 0 -4331 964 0 -4331 973 0 -4386 1110 0 -4389 1065 0 -4401 1162 0 -4410 1059 0 -4413 1464 0 -4439 1158 0 -4455 1082 0 -4458 1062 0 -4469 1159 0 -4471 1159 0 -4473 1159 0 -4475 1159 0 -4481 1216 0 -4522 1057 0 -4524 1057 0 -4537 857 30 -4539 857 30 -4541 857 30 -4554 1042 0 -4555 1493 0 -4560 920 20 -4625 1200 0 -4626 1210 0 -4627 1200 0 -4628 1210 0 -4680 1408 0 -4682 1408 0 -4684 1408 0 -4685 1219 0 -4686 1408 0 -4691 1177 0 - -# chair -BambooChair 0x0B5C -4289 977 0 -4291 977 0 -4322 954 10 -4322 957 10 -4327 954 10 -4327 957 10 -4329 967 0 -4329 976 0 -4331 967 0 -4331 976 0 -4395 1201 0 -4395 1225 0 -4411 1209 0 -4411 1217 0 -4412 1137 0 -4413 1467 0 -4427 1217 0 -4427 1225 0 -4469 1163 0 -4471 1163 0 -4473 1163 0 -4475 1163 0 -4481 1219 0 -4522 1061 0 -4524 1061 0 -4536 940 20 -4537 861 30 -4539 861 30 -4541 861 30 -4554 1045 0 -4555 1496 0 -4560 923 20 -4625 1204 0 -4627 1204 0 -4680 1412 0 -4682 1412 0 -4684 1412 0 -4685 1169 0 -4685 1222 0 -4686 1412 0 -4691 1180 0 - -# chair -BambooChair 0x0B5D -4281 923 0 -4289 923 0 -4292 998 0 -4292 1000 0 -4293 951 10 -4293 956 10 -4296 951 10 -4296 956 10 -4299 951 10 -4299 956 10 -4301 927 0 -4301 927 20 -4313 923 0 -4321 923 0 -4332 993 0 -4332 997 0 -4332 1001 0 -4393 1212 0 -4393 1219 0 -4409 1204 0 -4409 1228 0 -4425 1203 0 -4425 1211 0 -4464 1154 0 -4464 1159 0 -4464 1164 0 -4479 1225 0 -4529 942 20 -4553 1499 0 -4558 929 20 -4649 1219 0 -4665 1395 0 -4683 1228 0 - -# table -Static 0x0B7E -4311 977 10 - -# table -Static 0x0B7F -4310 977 10 - -# metal signpost -Static 0x0B9E -4308 1012 0 - -# metal signpost -Static 0x0BA2 -4518 1402 21 - -# broken chair -Static 0x0C10 -4415 1083 6 - -# broken chair -Static 0x0C11 -4411 1082 6 - -# campion flowers -Static 0x0C83 -4461 1180 8 -4461 1181 8 -4461 1182 8 -4465 1180 8 -4465 1181 8 -4465 1182 8 -4469 1180 8 -4469 1181 8 -4469 1182 8 -4473 1180 8 -4473 1181 8 -4473 1182 8 -4477 1180 8 -4477 1181 8 -4477 1182 8 -4481 1180 8 -4481 1182 8 - -# poppies -Static 0x0C86 -4460 1181 8 -4460 1182 8 -4464 1180 8 -4464 1181 8 -4464 1182 8 -4468 1180 8 -4468 1181 8 -4468 1182 8 -4476 1180 8 -4476 1181 8 -4476 1182 8 -4480 1180 8 -4480 1181 8 -4480 1182 8 - -# snowdrops -Static 0x0C88 -4463 1180 8 -4463 1181 8 -4463 1182 8 -4467 1180 8 -4467 1181 8 -4467 1182 8 -4475 1180 8 -4475 1181 8 -4475 1182 8 -4479 1180 8 -4479 1181 8 -4479 1182 8 -4483 1180 8 -4483 1181 8 -4483 1182 8 - -# hedge -Static 0x0C8F -4444 1111 0 - -# orfluer flowers -Static 0x0CC1 -4462 1180 8 -4462 1182 8 -4466 1180 8 -4466 1181 8 -4466 1182 8 -4474 1180 0 -4474 1182 8 -4478 1180 8 -4478 1181 8 -4478 1182 8 -4482 1180 8 -4482 1181 8 -4482 1182 8 - -# knitting -Static 0x0DF7 -4459 1063 6 - -# pile of wool -Static 0x0DF8 (Hue=0x254) -4459 1057 0 - -# bale of cotton -Static 0x0DF9 (Hue=0x254) -4456 1056 0 - -# bloody water -Static 0x0E23 -4388 1093 0 - -# brazier -Brazier 0x0E33 -4619 1205 23 -4627 1203 23 - -# crate -FillableLargeCrate 0x0E3C -4409 1142 0 -4409 1142 3 -4410 1141 0 -4410 1142 0 -4410 1142 3 -4410 1142 6 -4411 1141 0 -4411 1142 0 -4411 1142 3 -4411 1142 6 -4412 1142 0 -4412 1142 3 - -# crate -FillableLargeCrate 0x0E3D -4408 1061 0 -4408 1061 3 -4408 1062 0 -4408 1062 3 -4408 1062 6 -4408 1066 0 -4408 1066 3 -4408 1066 6 - -# barrel -FillableBarrel 0x0E77 -4390 1023 3 -4391 1023 3 -4391 1024 -2 -4395 1045 3 -4395 1045 8 -4395 1046 3 -4395 1046 8 -4396 1045 3 -4396 1045 8 -4402 1041 3 -4403 1041 -2 -4403 1041 3 -4404 1032 -2 -4404 1032 3 -4404 1039 3 -4404 1040 -2 -4404 1040 3 -4404 1041 3 -4409 1032 -2 -4409 1032 3 -4410 1056 0 -4410 1056 5 -4411 1056 0 -4411 1056 5 -4411 1056 10 -4411 1057 0 -4412 1044 -2 -4412 1044 3 -4412 1045 -2 -4412 1056 0 -4412 1056 5 -4412 1056 10 -4412 1057 0 -4413 1044 3 -4413 1045 -2 -4413 1045 3 -4413 1056 0 -4413 1056 5 -4414 1044 3 -4416 1023 -2 -4416 1023 3 -4416 1023 8 -4416 1024 -2 -4416 1024 3 -4417 1023 -2 -4417 1023 3 -4420 1041 -2 -4421 1039 3 -4421 1040 -2 -4487 1083 25 -4487 1083 26 - -# water tub -Static 0x0E7B -4408 1033 -2 - -# strong box -FillableMetalBox 0x0E80 -4384 1111 6 -4408 1060 6 -4408 1089 6 -4410 1136 6 -4437 1159 6 -4456 1063 6 - -# pickaxe -Static 0x0E86 -4409 1068 3 - -# cleaver -Static 0x0EC2 -4384 1132 6 - -# cleaver -Static 0x0EC3 -4385 1130 6 - -# dress form -Static 0x0EC6 -4460 1068 0 - -# dress form -Static 0x0EC7 -4461 1066 0 - -# Blue Potion -Static 0x0F08 -4617 1206 27 - -# Green Potion -Static 0x0F0A -4617 1205 27 - -# Red Potion -Static 0x0F0B -4617 1202 27 - -# Purple Potion -Static 0x0F0D -4617 1201 27 - -# Batwing -Static 0x0F78 -4617 1203 27 -4623 1201 27 - -# Daemon Blood -Static 0x0F7D -4622 1201 27 - -# Mandrake Root -Static 0x0F86 -4620 1201 27 - -# Nightshade -Static 0x0F88 -4621 1201 27 - -# bolt of cloth -Static 0x0F98 -4459 1069 0 - -# bolt of cloth -Static 0x0F99 -4459 1067 0 - -# bolt of cloth -Static 0x0F9A -4459 1067 0 - -# bolt of cloth -Static 0x0F9B -4459 1064 0 - -# bolt of cloth -Static 0x0F9C -4460 1064 0 - -# sewing kit -Static 0x0F9D -4458 1068 6 - -# scissors -Scissors 0x0F9F -4458 1069 6 - -# dying tub -DyeTub 0x0FAB -4408 1467 0 - -# barrel -Static 0x0FAE -4384 1023 -2 -4384 1027 -2 -4387 1056 0 -4392 1028 -2 -4397 1023 -2 -4413 1046 -2 -4420 1040 -2 -4429 1023 -2 - -# anvil -AnvilEastAddon 0x0FAF -4438 1154 0 - -# forge -SmallForgeAddon 0x0FB1 -4440 1154 0 - -# sledge hammer -Static 0x0FB5 -4439 1154 0 - -# forged metal -Static 0x0FB7 -4441 1154 0 - -# tongs -Static 0x0FBB -4441 1155 0 - -# book -Static 0x0FBD -4280 923 4 -4288 923 4 -4288 953 14 -4300 927 4 -4300 927 24 -4312 923 4 -4320 923 4 -4391 1132 6 -4392 1082 6 -4411 1111 6 -4412 1091 6 -4476 1082 6 -4476 1161 4 -4478 1225 4 -4482 1067 6 -4521 1059 4 -4525 950 26 -4536 859 34 -4552 859 34 -4552 1499 4 -4557 929 24 -4624 1202 4 -4682 1228 4 -4684 1179 4 -4687 1410 4 -4693 1410 4 - -# book -Static 0x0FBE -4322 953 14 -4322 956 14 -4325 950 14 -4327 953 14 -4327 956 14 -4386 1111 6 -4389 1066 6 -4401 1163 6 -4410 1060 6 -4412 1136 6 -4439 1159 6 -4455 1083 6 -4458 1063 6 -4487 1214 6 -4536 939 24 -4566 918 26 -4627 1211 4 -4685 1168 4 - -# pen and ink -Static 0x0FBF -4280 923 4 -4288 923 4 -4288 953 14 -4300 927 4 -4300 927 24 -4312 923 4 -4320 923 4 -4391 1132 6 -4392 1082 6 -4411 1111 6 -4412 1091 6 -4476 1082 6 -4476 1161 4 -4478 1225 4 -4482 1067 6 -4521 1059 4 -4536 859 34 -4552 859 34 -4552 1499 4 -4557 929 24 -4624 1202 4 -4682 1228 4 -4684 1179 4 -4687 1410 4 -4693 1410 4 - -# pen and ink -Static 0x0FC0 -4322 953 14 -4322 956 14 -4325 950 14 -4327 953 14 -4327 956 14 -4386 1111 6 -4389 1066 6 -4401 1163 6 -4410 1060 6 -4412 1136 6 -4439 1159 6 -4455 1083 6 -4458 1063 6 -4536 939 24 -4627 1211 4 -4685 1168 4 - -# paints and brush -Static 0x0FC1 -4523 1065 0 -4523 1068 0 -4529 1059 0 -4532 1059 0 - -# pewter mug -PewterMug 0x0FFF -4692 1178 4 - -# pewter mug -PewterMug 0x1000 -4555 1043 4 - -# pewter mug -PewterMug 0x1001 -4528 941 24 -4559 921 24 - -# pewter mug -PewterMug 0x1002 -4527 941 24 -4553 1044 4 -4559 922 24 -4690 1179 4 - -# archery butte -ArcheryButte 0x100B -# 4489 1118 0 - -# spinning wheel -SpinningWheelSouthAddon 0x1015 -4457 1057 0 - -# hammer -Static 0x102A -4411 1083 6 -4415 1084 6 - -# nails -Static 0x102F -4411 1083 6 -4415 1084 6 - -# jointing plane -Static 0x1031 -4419 1081 6 - -# saw -Static 0x1035 -4411 1084 6 -4415 1082 6 -4419 1081 6 - -# sack of flour -Static 0x1039 -4384 1069 0 -4386 1056 0 -4386 1057 0 -4389 1061 0 -4393 1064 0 -4394 1064 0 - -# open sack of flour -Static 0x103A -4384 1059 6 -4389 1062 0 -4393 1065 0 -4410 1463 0 - -# rolling pin -Static 0x1043 -4384 1060 6 -4408 1462 6 - -# loom bench -Static 0x104A -4457 1058 0 -4461 1058 0 - -# clock frame -ClockFrame 0x104D -4463 1154 6 -4463 1160 6 -4463 1165 6 -4476 1154 6 - -# clock parts -ClockParts 0x104F -4463 1153 6 -4463 1163 6 -4476 1154 6 - -# axle with gears -AxleGears 0x1051 -4463 1159 6 - -# gears -Gears 0x1053 -4463 1163 6 -4476 1153 6 - -# gears -Gears 0x1054 -4463 1155 6 - -# hinge -Hinge 0x1055 -4463 1159 6 - -# sextant -Static 0x1057 -4463 1155 6 -4478 1152 6 - -# sextant parts -SextantParts 0x1059 -4477 1152 6 - -# sextant parts -SextantParts 0x105A -4463 1160 6 - -# axle -Axle 0x105B -4463 1164 6 - -# springs -Springs 0x105D -4463 1164 6 -4476 1152 6 - -# upright loom -LoomSouthAddon 0x1065 -4460 1057 0 - -# training dummy -TrainingDummyEastAddon 0x1074 -4384 1113 0 - -# potted tree -PottedTree1 0x11C9 -4300 924 0 -4305 916 20 -4384 1080 0 -4392 1208 0 -4392 1224 0 -4393 1200 0 -4400 1152 0 -4408 1208 0 -4408 1224 0 -4408 1456 0 -4413 1216 0 -4424 1209 0 -4424 1224 0 -4425 1216 0 -4448 1056 0 -4448 1064 0 -4472 1080 0 -4472 1086 0 -4478 1227 0 -4525 931 20 -4550 1040 0 -4552 1493 0 -4554 918 20 -4624 1334 0 -4629 1208 0 -4648 1216 0 -4682 1217 0 - -# flowerpot -PottedPlant 0x11CA -4300 924 20 -4392 1217 0 -4408 1201 0 -4418 1460 0 -4421 1460 0 -4478 1214 0 -4485 1060 0 -4544 1040 0 -4681 1168 0 -4681 1176 0 -4690 1217 0 - -# flowerpot -PottedPlant1 0x11CB -4384 1085 9 -4399 1160 9 -4403 1163 9 -4412 1089 9 -4476 1084 9 -4482 1069 9 -4683 1410 4 - -# flowerpot -PottedPlant2 0x11CC -4399 1163 9 - -# altar -Static 0x1216 -4545 851 30 -4619 1203 0 -4627 1207 20 - -# teleporter: recdu -KeywordTeleporter 0x1BC3 (Substring=recdu; Range=4; PointDest=(5735, 3195, 10)) -4545 851 30 - -# teleporter -Teleporter 0x1BC3 (PointDest=(4622, 1204, 23)) -4619 1203 0 - -# teleporter -Teleporter 0x1BC3 (PointDest=(4633, 1202, 0)) -4627 1207 20 - -# statue -Static 0x12D8 -4462 1181 8 -4481 1181 8 - -# moulding board -Static 0x14E9 -4387 1066 6 - -# moulding board -Static 0x14EA -4384 1061 6 - -# rope -Static 0x14F8 -4392 1040 -3 -4416 1040 -3 - -# rope -Static 0x14FA -4391 1027 -3 -4394 1046 -3 -4409 1033 -3 -4421 1028 -3 - -# lockpick -Static 0x14FB -4645 1312 0 - -# water barrel -Static 0x154D -4390 1023 -2 -4391 1023 -2 -4395 1045 -2 -4395 1046 -2 -4396 1045 -2 -4402 1041 -2 -4404 1033 -2 -4404 1039 -2 -4404 1041 -2 -4413 1044 -2 -4414 1044 -2 -4421 1039 -2 - -# wooden bowl -Static 0x15F8 -4408 1462 6 - -# pewter bowl -Static 0x15FD -4557 1488 6 -4624 1325 6 - -# large pewter bowl -Static 0x1603 -4384 1062 6 -4384 1135 6 -4411 1462 6 -4630 1320 6 - -# fountain -StoneFountainAddon 0x173A -4310 954 10 -4472 1182 11 - -# grass -Static 0x1781 -4704 1120 0 -4708 1111 0 -4708 1121 0 - -# grass -Static 0x1782 -4484 1096 0 - -# teleporter -Static 0x17DC -4449 1115 5 - -# teleporter -Static 0x17E5 -4436 1107 5 - -# teleporter -Static 0x17EE -4443 1137 5 -4449 1107 5 - -# teleporter -Static 0x1809 -4300 968 5 -4496 1475 15 -4540 898 32 -4663 1134 13 - -# flask -Static 0x183C -4628 1201 29 - -# flask -Static 0x183D -4627 1213 29 - -# flask -Static 0x183F -4626 1213 29 - -# flask -Static 0x1841 -4629 1213 29 - -# flask -Static 0x1846 -4628 1213 29 - -# scales -Static 0x1851 -4453 1083 6 -4627 1201 29 - -# skull with candle -CandleSkull 0x1854 -4488 1216 0 -4490 1218 0 -4527 949 20 -4529 951 20 -4544 850 30 -4546 852 30 -4567 920 20 -4569 922 20 -4626 1206 20 -4628 1208 20 -4673 1409 0 -4675 1411 0 - -# skull with candle -CandleSkull 0x1858 -4457 1083 6 -4488 1218 0 -4490 1216 0 -4527 951 20 -4529 949 20 -4544 852 30 -4546 850 30 -4567 922 20 -4569 920 20 -4626 1208 20 -4628 1206 20 -4673 1411 0 -4675 1409 0 -4681 1410 4 -4685 1410 4 - -# empty vials -Static 0x185B -4457 1082 6 -4626 1201 29 -4629 1201 29 - -# full vials -Static 0x185E -4457 1081 6 - -# bulletin board -BulletinBoard 0x1E5E -4404 1160 0 - -# skinned goat -Static 0x1E88 -4384 1133 6 - -# pig's feet -Static 0x1E8D -4386 1130 6 - -# pig's head -Static 0x1E8F -4388 1130 6 - -# Beware - animals cannot survive the journey through this portal! -LocalizedSign 0x1F29 (LabelNumber=1016062) -4545 848 47 - -# no draw -Blocker 0x21A4 -4704 1120 0 -4708 1121 0 diff --git a/Distribution/Data/Decoration/Britannia/nujelm.cfg b/Distribution/Data/Decoration/Britannia/nujelm.cfg deleted file mode 100644 index 0c42b5276..000000000 --- a/Distribution/Data/Decoration/Britannia/nujelm.cfg +++ /dev/null @@ -1,2121 +0,0 @@ -######### -# Doors # -######### - -# metal door -MetalDoor 0x0675 (Facing=WestCW) -3677 1316 20 -3683 1315 20 -3688 1237 20 -3690 1239 0 -3692 1315 20 -3763 1320 0 - -# metal door -MetalDoor 0x0677 (Facing=EastCCW) -3678 1316 20 -3684 1315 20 -3688 1240 20 -3693 1315 20 -3764 1320 0 - -# metal door -MetalDoor 0x067D (Facing=SouthCW) -3682 1240 20 -3695 1280 20 - -# metal door -MetalDoor 0x067F (Facing=NorthCCW) -3682 1239 20 -3695 1279 20 - -# barred metal door -BarredMetalDoor 0x0687 (Facing=EastCCW) -3727 1399 0 - -# barred metal door -BarredMetalDoor 0x068B (Facing=EastCW) -3709 1382 0 - -# iron gate -IronGateShort 0x084C (Facing=WestCW) -3536 1152 20 - -# iron gate -IronGateShort 0x084E (Facing=EastCCW) -3537 1152 20 - - -############ -# Standard # -############ - -# stone roof -Static 0x0637 -3691 1297 40 - -# oven -StoneOvenEastAddon 0x092C -3728 1335 0 -3728 1337 0 - -# oven -StoneOvenSouthAddon 0x0930 -3733 1264 -2 -3735 1264 -2 -3691 1296 20 - -# slab of bacon -Static 0x0976 -3687 1297 24 -3729 1249 13 -3731 1261 5 - -# slab of bacon -Static 0x0977 -3740 1249 10 - -# wedge of cheese -CheeseWedge 0x097D -3649 1144 4 -3651 1136 4 -3651 1168 4 - -# wheel of cheese -CheeseWheel 0x097E -3683 1115 4 - -# fruit basket -FruitBasket 0x0993 -3648 1114 4 -3648 1120 4 -3648 1122 4 -3657 1169 4 -3688 1301 22 -3692 1261 24 -3692 1265 24 -3699 1261 24 -3699 1265 24 -3747 1252 4 -3768 1171 4 -3778 1250 8 -3778 1251 8 -3788 1121 30 - -# ceramic mug -CeramicMug 0x0995 -3771 1227 4 - -# ceramic mug -CeramicMug 0x0996 -3768 1173 4 -3768 1173 8 -3769 1173 6 -3769 1173 9 - -# ceramic mug -CeramicMug 0x0997 -3683 1115 4 -3683 1116 6 -3684 1115 4 -3684 1116 4 -3731 1261 7 - -# mug -CeramicMug 0x0998 -3734 1248 4 -3734 1250 4 -3738 1259 6 -3739 1248 4 -3739 1258 6 - -# mug -CeramicMug 0x0999 -3735 1254 4 -3735 1255 4 -3736 1254 4 -3739 1250 4 - -# goblet -Goblet 0x099A -3746 1250 4 -3746 1251 4 -3746 1252 11 -3748 1250 4 -3748 1251 11 -3748 1252 11 - -# bottle of liquor -BeverageBottle 0x099B (Content=Liquor) -3731 1257 5 -3736 1254 4 -3771 1222 4 -3772 1222 4 - -# bottles of liquor -Static 0x099C -3774 1232 2 - -# bottle of ale -BeverageBottle 0x099F (Content=Ale) -3731 1255 5 -3736 1255 4 -3771 1221 4 -3772 1223 4 - -# bottles of ale -Static 0x09A2 -3766 1233 5 -3766 1236 4 -3766 1237 4 - -# glass pitcher -Pitcher 0x09A7 -3659 1072 6 -3672 1068 6 -3675 1072 6 - -# metal box -FillableMetalBox 0x09A8 -3771 1160 7 - -# metal chest -MetalChest 0x09AB -3657 1187 0 -3682 1186 0 - -# goblet -Goblet 0x09B3 -3697 1290 24 -3697 1291 24 -3697 1293 24 -3697 1295 24 -3697 1297 24 -3697 1299 24 -3699 1291 32 -3699 1293 32 -3699 1295 32 -3699 1297 32 -3699 1299 32 -3699 1300 32 -3770 1227 4 - -# eggs -Eggs 0x09B5 -3687 1296 25 - -# cooked bird -CookedBird 0x09B7 -3746 1264 6 - -# cooked bird -CookedBird 0x09B8 -3687 1301 22 - -# raw bird -RawBird 0x09B9 -3552 1170 6 -3552 1171 6 - -# roast pig -RoastPig 0x09BB -3695 1259 25 -3742 1264 6 - -# roast pig -RoastPig 0x09BC -3747 1251 4 - -# silverware -Static 0x09BD -3594 1232 4 -3594 1234 4 -3691 1259 24 -3691 1261 24 -3691 1263 24 -3691 1265 24 -3697 1291 24 -3697 1293 24 -3697 1295 24 -3697 1297 24 -3697 1299 24 -3730 1327 4 -3730 1329 4 -3734 1248 4 -3734 1250 4 -3738 1327 4 -3739 1248 4 -3739 1250 4 -3745 1331 4 -3745 1333 4 -3746 1251 4 -3771 1129 24 -3771 1131 24 - -# silverware -Static 0x09BE -3594 1231 4 -3596 1231 4 -3694 1258 22 -3696 1258 22 -3698 1258 22 -3698 1290 24 -3731 1326 4 -3739 1326 4 -3740 1337 4 -3743 1337 4 -3746 1250 4 -3746 1330 4 -3747 1338 4 -3748 1250 4 -3772 1128 24 - -# goblet -Goblet 0x09BF -3595 1232 4 -3692 1260 27 -3692 1262 27 -3692 1264 27 -3692 1266 27 -3694 1259 23 -3697 1259 22 -3698 1258 22 -3700 1259 24 -3700 1261 24 -3700 1263 24 -3700 1265 24 - -# sausage -Sausage 0x09C0 -3552 1172 6 -3552 1173 6 - -# bottles of wine -Static 0x09C4 -3766 1238 4 - -# bottles of wine -Static 0x09C6 -3735 1254 4 - -# bottle of wine -BeverageBottle 0x09C7 (Content=Wine) -3730 1255 5 -3735 1255 4 - -# ham -Ham 0x09C9 -3552 1168 6 -3552 1169 6 -3745 1264 6 - -# ceramic mug -CeramicMug 0x09CA -3656 1058 6 -3656 1061 6 -3657 1096 4 -3657 1097 4 -3771 1227 4 - -# fish -Static 0x09CD -3749 1266 6 - -# fish -Static 0x09CF -3749 1265 6 - -# ham -Static 0x09D3 -3687 1296 22 - -# silverware -Static 0x09D4 -3595 1235 4 -3596 1235 4 -3698 1300 24 -3728 1250 4 -3731 1330 4 -3739 1328 4 -3740 1339 4 -3743 1339 4 -3746 1252 4 -3746 1334 4 -3746 1339 4 -3748 1252 4 -3772 1132 24 - -# silverware -Static 0x09D5 -3699 1291 24 -3699 1293 24 -3699 1295 24 -3699 1297 24 -3699 1299 24 -3700 1259 24 -3700 1261 24 -3700 1263 24 -3700 1265 24 -3729 1248 4 -3729 1250 4 -3731 1261 5 -3732 1327 4 -3732 1329 4 -3735 1248 4 -3735 1250 4 -3740 1248 4 -3740 1250 4 -3740 1327 4 -3747 1331 4 -3747 1333 4 -3748 1251 4 -3773 1129 24 -3773 1131 24 - -# pitcher -Static 0x09D6 -3594 1233 4 -3597 1235 4 -3656 1096 4 -3656 1168 4 -3666 1056 6 -3672 1076 6 -3674 1056 6 -3688 1164 2 - -# plate -Plate 0x09D7 -3594 1231 4 -3594 1232 4 -3594 1234 4 -3595 1235 4 -3596 1231 4 -3596 1235 4 -3650 1169 4 -3651 1137 4 -3651 1169 4 -3652 1137 4 -3656 1169 4 -3657 1096 4 -3657 1097 4 -3657 1168 4 -3666 1096 4 -3666 1097 4 -3667 1097 4 -3682 1115 4 -3683 1114 4 -3683 1116 4 -3684 1115 4 -3689 1164 2 -3689 1165 2 -3691 1259 24 -3691 1261 24 -3691 1263 24 -3691 1265 24 -3694 1258 22 -3696 1258 22 -3697 1291 24 -3697 1293 24 -3697 1295 24 -3697 1297 24 -3697 1299 24 -3698 1258 22 -3698 1290 24 -3698 1300 24 -3699 1291 24 -3699 1293 24 -3699 1295 24 -3699 1297 24 -3699 1299 24 -3700 1259 24 -3700 1261 24 -3700 1263 24 -3700 1265 24 -3729 1249 12 -3730 1327 4 -3730 1329 4 -3731 1326 4 -3731 1330 4 -3732 1327 4 -3732 1329 4 -3735 1249 8 -3738 1264 6 -3738 1327 4 -3739 1326 4 -3739 1328 4 -3740 1249 9 -3740 1327 4 -3740 1337 4 -3740 1339 4 -3743 1337 4 -3743 1339 4 -3745 1331 4 -3745 1333 4 -3746 1250 4 -3746 1251 4 -3746 1252 4 -3746 1330 4 -3746 1334 4 -3746 1339 4 -3747 1331 4 -3747 1333 4 -3747 1338 4 -3748 1250 4 -3748 1251 4 -3748 1252 4 -3771 1129 24 -3771 1131 24 -3772 1128 24 -3772 1132 24 -3773 1129 24 -3773 1131 24 - -# plate of food -Static 0x09D8 -3728 1250 4 -3729 1248 4 -3729 1250 4 -3731 1259 5 -3734 1248 4 -3734 1250 4 -3735 1248 4 -3735 1250 4 -3736 1400 4 -3739 1248 4 -3739 1250 4 -3740 1248 4 -3740 1250 4 - -# plate of food -Static 0x09D9 -3735 1400 4 - -# pot -Static 0x09E0 -3732 1334 2 -3747 1264 6 - -# frypan -Static 0x09E2 -3688 1296 26 -3732 1335 2 - -# pot -Static 0x09E3 -3691 1301 22 -3748 1264 6 - -# pot -Static 0x09E4 -3735 1335 2 - -# cake -Cake 0x09E9 -3680 1296 24 -3680 1299 24 - -# muffins -Muffins 0x09EB -3680 1300 24 - -# kettle -Static 0x09ED -3690 1301 22 -3734 1335 2 -3743 1264 0 - -# mug of ale -GlassMug 0x09EE (Content=Ale) -3594 1235 4 -3595 1235 4 -3596 1232 4 -3596 1235 4 -3731 1255 5 -3731 1259 5 -3736 1255 4 -3740 1250 4 - -# mug of ale -GlassMug 0x09EF (Content=Ale) -3728 1250 4 -3729 1248 4 -3729 1250 4 -3730 1255 5 -3735 1248 4 -3735 1250 4 -3740 1248 4 -3766 1219 4 -3766 1224 4 -3766 1225 4 -3767 1219 4 -3767 1220 4 -3767 1224 4 -3767 1225 4 - -# milk -Pitcher 0x09F0 (Content=Milk) -3692 1260 24 -3692 1264 24 -3697 1259 22 -3698 1291 24 -3698 1295 24 -3698 1299 24 -3699 1260 24 -3699 1264 24 -3739 1259 9 -3768 1172 4 - -# cut of raw ribs -RawRibs 0x09F1 -3688 1296 22 -3735 1249 9 - -# pan -Static 0x09F3 -3734 1334 2 - -# knife -Knife 0x09F6 -3745 1264 6 - -# spoon -Spoon 0x09F9 -3731 1259 5 - -# muffins -Static 0x09FA -3680 1301 24 - -# stool -Stool 0x0A2A -3684 1233 0 -3714 1402 0 -3717 1402 0 -3773 1161 0 -3784 1133 20 - -# stool -Static 0x0A2B -3735 1302 2 - -# chest of drawers -Drawer 0x0A2C -3593 1192 0 -3593 1208 0 -3593 1224 0 -3596 1192 0 -3596 1200 0 -3597 1208 0 -3601 1208 0 -3603 1208 0 -3605 1232 0 -3609 1208 0 -3618 1248 0 -3619 1256 0 -3625 1224 0 -3626 1208 0 -3649 1136 0 -3650 1112 0 -3651 1160 0 -3652 1120 0 -3664 1128 0 -3665 1128 0 -3668 1106 0 -3675 1144 0 -3676 1144 0 -3677 1128 0 -3733 1295 2 -3737 1289 2 -3737 1295 2 -3737 1301 1 -3747 1184 0 -3747 1288 0 -3748 1184 0 -3762 1232 0 -3787 1128 22 - -# chest of drawers -FancyDrawer 0x0A30 -3734 1323 24 - -# chest of drawers -Drawer 0x0A34 -3592 1225 0 -3600 1235 0 -3608 1209 0 -3616 1249 0 -3616 1261 0 -3616 1265 0 -3616 1269 0 -3624 1213 0 -3624 1225 0 -3648 1140 0 -3648 1148 0 -3648 1160 0 -3648 1172 0 -3662 1097 0 -3662 1102 0 -3664 1108 0 -3672 1133 0 -3675 1237 21 -3680 1100 0 -3680 1106 0 -3687 1232 20 -3688 1106 0 -3688 1161 0 -3688 1162 0 -3728 1299 0 -3744 1301 0 -3760 1251 21 - -# dresser -Static 0x0A44 -3674 1319 20 -3689 1326 20 - -# dresser -Static 0x0A45 -3674 1318 20 -3689 1325 20 - -# armoire -Armoire 0x0A4F -3733 1301 1 -3745 1297 2 -3746 1289 1 - -# armoire -FancyArmoire 0x0A51 -3687 1244 20 -3689 1318 20 -3689 1319 20 -3735 1309 20 -3735 1322 21 - -# armoire -Armoire 0x0A53 -3648 1171 0 -3672 1321 20 -3675 1241 20 -3687 1235 20 -3728 1293 0 -3783 1130 20 - -# bedroll -Static 0x0A55 -3594 1201 0 -3594 1203 0 -3594 1205 0 -3601 1211 0 -3601 1213 0 -3609 1211 0 -3617 1251 0 -3617 1253 0 -3625 1227 0 -3625 1245 0 -3730 1406 0 -3730 1409 0 -3733 1406 0 -3733 1409 0 -3736 1406 0 -3736 1409 0 - -# bedroll -Static 0x0A56 -3605 1210 0 -3612 1209 0 -3625 1243 0 -3627 1225 0 -3629 1225 0 -3629 1241 0 -3730 1403 0 -3732 1403 0 -3734 1403 0 -3736 1403 0 - -# bedroll -Static 0x0A58 -3592 1202 0 -3600 1208 0 -3608 1212 0 - -# bedroll -Static 0x0A59 -3610 1208 0 - -# bed -Static 0x0A5A -3593 1196 0 -3593 1211 0 -3593 1213 0 -3593 1227 0 -3601 1234 0 -3609 1260 0 -3617 1258 0 -3617 1260 0 -3617 1267 0 -3625 1212 0 -3649 1116 0 -3649 1118 0 -3649 1139 0 -3649 1147 0 -3649 1161 0 -3649 1164 0 -3657 1060 0 -3657 1073 0 -3657 1075 0 -3663 1096 0 -3663 1099 0 -3663 1101 0 -3665 1057 0 -3665 1059 0 -3665 1061 0 -3665 1149 0 -3665 1151 0 -3673 1062 0 -3673 1067 0 -3673 1072 0 -3673 1074 0 -3673 1132 0 -3673 1144 0 -3673 1146 0 -3673 1148 0 -3681 1096 0 -3681 1099 0 -3691 1128 0 -3761 1253 21 - -# bed -Static 0x0A5B -3592 1196 0 -3592 1211 0 -3592 1213 0 -3592 1227 0 -3600 1234 0 -3608 1260 0 -3616 1258 0 -3616 1260 0 -3616 1267 0 -3624 1212 0 -3648 1116 0 -3648 1118 0 -3648 1139 0 -3648 1147 0 -3648 1161 0 -3648 1164 0 -3656 1060 0 -3656 1073 0 -3656 1075 0 -3662 1096 0 -3662 1099 0 -3662 1101 0 -3664 1057 0 -3664 1059 0 -3664 1061 0 -3664 1149 0 -3664 1151 0 -3672 1062 0 -3672 1067 0 -3672 1072 0 -3672 1074 0 -3672 1132 0 -3672 1144 0 -3672 1146 0 -3672 1148 0 -3680 1096 0 -3680 1099 0 -3690 1128 0 -3760 1253 21 - -# bed -Static 0x0A64 -3595 1224 0 -3608 1256 0 -3610 1256 0 -3618 1264 0 -3620 1256 0 -3620 1264 0 -3624 1209 0 -3627 1208 0 -3648 1136 0 -3651 1120 0 -3652 1144 0 -3652 1160 0 -3656 1056 0 -3658 1056 0 -3660 1056 0 -3660 1072 0 -3664 1146 0 -3666 1146 0 -3667 1056 0 -3667 1128 0 -3669 1056 0 -3672 1056 0 -3672 1059 0 -3672 1064 0 -3674 1064 0 -3675 1056 0 -3676 1064 0 -3676 1072 0 -3676 1128 0 -3677 1056 0 -3688 1128 0 -3689 1104 0 -3690 1160 0 -3691 1104 0 -3693 1160 0 -3769 1248 21 - -# bed -Static 0x0A65 -3595 1225 0 -3608 1257 0 -3610 1257 0 -3618 1265 0 -3620 1257 0 -3620 1265 0 -3624 1210 0 -3627 1209 0 -3648 1137 0 -3651 1121 0 -3652 1145 0 -3652 1161 0 -3656 1057 0 -3658 1057 0 -3660 1057 0 -3660 1073 0 -3664 1147 0 -3666 1147 0 -3667 1057 0 -3667 1129 0 -3669 1057 0 -3672 1057 0 -3672 1060 0 -3672 1065 0 -3674 1065 0 -3675 1057 0 -3676 1065 0 -3676 1073 0 -3676 1129 0 -3677 1057 0 -3688 1129 0 -3689 1105 0 -3690 1161 0 -3691 1105 0 -3693 1161 0 -3769 1249 21 - -# bed -LargeBedEastAddon 0x0A7D -3689 1323 20 -3728 1289 0 -3728 1296 0 -3728 1303 0 -3744 1290 0 - -# bed -LargeBedSouthAddon 0x0A83 -3678 1237 20 -3690 1232 20 -3691 1241 20 - -# bookcase -LibraryBookcase 0x0A97 -3677 1312 0 -3679 1312 0 -3681 1312 0 -3729 1192 0 - -# bookcase -LibraryBookcase 0x0A98 -3682 1312 0 -3683 1312 0 -3684 1312 0 -3686 1312 0 -3687 1312 0 -3690 1312 0 -3704 1224 0 -3705 1224 0 -3779 1120 20 - -# bookcase -LibraryBookcase 0x0A99 -3674 1313 0 -3674 1314 0 -3674 1315 0 -3681 1320 20 -3704 1226 0 -3728 1192 0 -3728 1193 0 -3728 1195 0 -3728 1200 0 -3728 1202 0 -3760 1232 0 -3762 1186 30 -3762 1187 30 -3762 1188 30 -3762 1189 30 -3762 1190 30 -3762 1191 30 - -# bookcase -LibraryBookcase 0x0A9A -3681 1319 20 -3696 1217 0 -3728 1194 0 -3728 1196 0 -3728 1201 0 - -# bookcase -LibraryBookcase 0x0A9B -3675 1312 0 -3676 1312 0 -3678 1312 0 -3680 1312 0 -3685 1312 0 -3688 1312 0 -3689 1312 0 -3733 1192 0 -3734 1192 0 -3778 1120 20 -3784 1120 21 - -# bookcase -LibraryBookcase 0x0A9C -3681 1321 20 -3696 1218 0 -3704 1227 0 -3704 1228 0 -3728 1203 0 -3728 1204 0 -3728 1205 0 - -# candle -CandleLarge 0x0B1A -3746 1338 4 -3747 1339 4 - -# candelabra -Candelabra 0x0B1D -3685 1318 26 -3728 1197 7 -3730 1192 6 -3730 1204 7 -3739 1327 6 -3740 1338 6 -3743 1338 6 -3746 1295 4 -3746 1302 4 -3746 1331 6 -3746 1333 6 -3760 1250 6 -3767 1250 26 -3772 1130 26 -3773 1120 26 -3676 1321 6 -3677 1313 6 -3678 1321 5 -3679 1313 4 -3686 1320 4 -3687 1313 4 -3688 1320 4 -3689 1313 4 -3692 1262 24 -3692 1266 24 -3693 1259 22 -3698 1259 22 -3699 1262 24 -3699 1266 24 -3731 1327 6 -3731 1329 6 -3698 1292 26 -3698 1294 26 -3698 1296 26 -3698 1298 26 - -# lamp post -LampPost3 0x0B24 -3660 1199 0 -3660 1208 0 -3667 1188 0 -3670 1330 0 -3670 1335 0 -3674 1330 0 -3675 1188 0 -3681 1330 0 -3681 1335 0 -3705 1213 0 -3705 1216 0 -3720 1208 0 -3720 1226 0 -3720 1229 0 -3720 1240 0 -3720 1247 0 -3720 1344 0 -3720 1351 0 -3722 1276 0 -3722 1283 0 -3725 1376 3 -3725 1382 3 -3727 1240 0 -3727 1272 0 -3727 1344 0 -3727 1351 0 -3731 1376 3 -3731 1382 3 -3732 1391 0 -3732 1397 0 -3739 1398 0 -3747 1240 0 -3752 1176 0 -3752 1183 0 -3752 1208 0 -3752 1215 0 -3752 1235 0 -3752 1240 0 -3752 1247 0 -3752 1256 0 -3752 1262 0 -3752 1272 5 -3752 1287 5 -3752 1344 0 -3759 1208 0 -3759 1240 0 -3759 1272 5 -3759 1287 5 -3759 1304 0 -3760 1152 0 -3760 1159 0 -3760 1176 0 -3767 1152 0 -3767 1176 0 -3776 1152 24 -3776 1200 0 -3776 1204 0 -3776 1287 0 -3780 1200 0 -3780 1204 0 -3783 1152 24 -3783 1287 0 -3784 1176 0 -3784 1183 0 -3784 1200 0 -3784 1204 0 -3784 1224 0 -3784 1229 0 -3784 1272 0 -3791 1176 0 -3791 1183 0 -3791 1272 0 - -# candelabra -CandelabraStand 0x0B26 -3675 1235 20 -3675 1243 20 -3680 1256 20 -3680 1262 20 -3680 1265 20 -3680 1270 20 -3680 1288 20 -3680 1294 20 -3681 1235 20 -3681 1243 20 -3683 1240 0 -3683 1246 0 -3687 1246 20 -3690 1241 20 -3694 1232 20 -3694 1236 20 -3694 1240 0 -3694 1241 20 -3694 1246 0 -3728 1288 0 -3728 1295 0 -3728 1301 0 -3730 1308 0 -3735 1288 0 -3735 1320 20 -3736 1304 20 -3760 1252 20 -3763 1186 30 -3768 1120 20 -3768 1166 0 -3768 1174 0 -3770 1184 30 -3770 1191 30 -3782 1166 0 -3782 1174 0 -3790 1134 20 -3674 1312 0 -3674 1326 0 -3680 1326 0 - -# wooden bench -WoodenBench 0x0B2C -3760 1290 0 -3760 1291 0 -3760 1292 0 -3760 1293 0 -3760 1298 0 -3760 1299 0 -3760 1300 0 -3765 1288 0 -3765 1289 0 -3765 1290 0 -3772 1288 0 -3772 1289 0 -3772 1290 0 -3772 1291 0 -3772 1292 0 -3772 1298 0 -3772 1299 0 -3772 1300 0 -3772 1301 0 - -# wooden bench -WoodenBench 0x0B2D -3762 1291 0 -3762 1302 0 -3763 1291 0 -3763 1302 0 -3764 1291 0 -3764 1302 0 -3769 1302 0 -3770 1288 0 -3770 1302 0 -3771 1288 0 -3771 1302 0 -3772 1302 0 - -# wooden chair -WoodenThrone 0x0B2F -3675 1322 0 -3676 1314 0 -3685 1321 0 -3686 1314 0 - -# wooden chair -WoodenThrone 0x0B30 -3679 1322 0 -3680 1314 0 -3689 1321 0 -3690 1314 0 -3768 1188 30 - -# throne -Throne 0x0B32 -3694 1257 20 -3696 1257 20 -3698 1257 20 - -# chair -FancyWoodenChairCushion 0x0B4E -3690 1259 20 -3690 1261 20 -3690 1263 20 -3690 1265 20 -3696 1291 21 -3696 1293 21 -3696 1295 21 -3696 1297 20 -3696 1299 20 -3705 1227 0 -3729 1327 0 -3729 1329 0 -3737 1327 0 -3744 1331 0 -3744 1333 0 -3760 1315 0 -3770 1129 21 -3770 1131 21 -3783 1125 20 -3786 1121 21 - -# chair -FancyWoodenChairCushion 0x0B4F -3698 1289 21 -3710 1224 0 -3714 1224 0 -3731 1325 0 -3738 1325 21 -3739 1325 0 -3740 1336 0 -3743 1336 0 -3746 1329 0 -3747 1301 1 -3747 1337 0 -3772 1127 21 - -# chair -FancyWoodenChairCushion 0x0B50 -3698 1301 20 -3731 1331 0 -3733 1289 0 -3739 1329 0 -3740 1340 0 -3743 1340 0 -3746 1335 0 -3746 1340 0 -3761 1236 0 -3768 1169 0 -3770 1169 0 -3772 1133 21 - -# chair -FancyWoodenChairCushion 0x0B51 -3686 1319 20 -3700 1291 21 -3700 1293 21 -3700 1295 21 -3700 1297 20 -3700 1299 20 -3701 1259 20 -3701 1261 20 -3701 1263 20 -3701 1265 20 -3733 1327 0 -3733 1329 0 -3741 1327 0 -3748 1331 0 -3748 1333 0 -3774 1122 20 -3774 1129 21 -3774 1131 21 -3789 1120 20 -3790 1124 20 - -# chair -WoodenChairCushion 0x0B53 -3731 1203 0 -3739 1309 20 -3747 1294 0 -3769 1167 0 - -# chair -WoodenChairCushion 0x0B54 -3710 1229 0 -3714 1229 0 -3731 1193 0 - -# chair -WoodenChairCushion 0x0B55 -3729 1198 0 -3762 1253 4 - -# chair -WoodenChair 0x0B56 -3648 1145 0 -3650 1137 0 -3683 1096 0 -3713 1396 0 -3733 1248 0 -3733 1250 0 -3734 1254 0 -3737 1258 0 -3738 1248 0 -3738 1250 0 -3745 1251 0 - -# chair -WoodenChair 0x0B57 -3648 1112 0 -3665 1129 0 -3688 1107 0 -3689 1163 0 -3699 1209 0 -3701 1209 0 -3736 1253 0 -3739 1257 0 -3746 1249 0 -3748 1249 0 - -# chair -WoodenChair 0x0B58 -3650 1144 0 -3653 1137 0 -3658 1096 0 -3658 1168 0 -3681 1105 0 -3686 1096 0 -3689 1109 0 -3690 1165 0 -3730 1248 0 -3730 1250 0 -3736 1248 0 -3736 1250 0 -3737 1255 0 -3740 1259 0 -3741 1248 0 -3741 1250 0 -3749 1251 0 - -# chair -WoodenChair 0x0B59 -3648 1115 0 -3650 1170 0 -3651 1138 0 -3651 1170 0 -3656 1170 0 -3657 1098 0 -3664 1132 0 -3693 1129 0 -3694 1129 0 -3699 1212 0 -3701 1212 0 -3728 1251 0 -3735 1256 0 -3738 1260 0 -3746 1253 0 -3748 1253 0 - -# chair -BambooChair 0x0B5A -3592 1194 0 -3593 1232 0 -3593 1234 0 -3595 1205 0 -3600 1232 0 -3648 1163 0 -3665 1096 0 -3665 1156 0 -3681 1115 0 -3761 1219 0 -3761 1223 0 -3761 1227 0 -3765 1219 0 -3765 1224 0 -3769 1227 0 -3770 1222 0 - -# chair -BambooChair 0x0B5B -3594 1192 0 -3594 1230 0 -3596 1230 0 -3612 1256 0 -3625 1240 0 -3627 1240 0 -3667 1154 0 -3683 1113 0 -3766 1217 0 -3766 1222 0 -3770 1225 0 -3771 1220 0 - -# chair -BambooChair 0x0B5C -3594 1236 0 -3596 1236 0 -3648 1124 0 -3666 1098 0 -3667 1158 0 -3683 1117 0 -3767 1226 0 - -# chair -BambooChair 0x0B5D -3602 1232 0 -3649 1120 0 -3649 1122 0 -3668 1097 0 -3685 1115 0 -3763 1219 0 -3763 1223 0 -3763 1227 0 -3768 1219 0 -3768 1224 0 -3772 1227 0 -3773 1222 0 - -# foot stool -FootStool 0x0B5E -3593 1194 0 -3594 1193 0 -3601 1232 0 -3612 1257 0 -3625 1241 0 -3627 1241 0 -3672 1325 20 -3675 1319 20 -3683 1317 0 -3683 1318 0 -3683 1319 0 -3732 1255 0 -3732 1256 0 -3732 1257 0 -3732 1258 0 -3732 1259 0 -3732 1260 0 -3732 1261 0 -3784 1125 20 -3789 1125 20 - -# bench -Static 0x0B5F -3674 1129 0 -3776 1251 0 -3779 1251 0 - -# bench -Static 0x0B60 -3674 1128 0 -3776 1249 0 -3779 1249 0 - -# bench -Static 0x0B61 -3776 1250 0 -3779 1250 0 - -# bench -Static 0x0B65 -3673 1130 0 -3778 1248 0 -3778 1252 0 - -# bench -Static 0x0B66 -3672 1130 0 -3777 1248 0 -3777 1252 0 - -# bench -Static 0x0B91 -3732 1308 0 -3735 1308 0 -3738 1308 0 - -# bench -Static 0x0B92 -3731 1308 0 -3734 1308 0 -3737 1308 0 - -# bench -Static 0x0B93 -3675 1236 0 -3675 1244 0 -3696 1216 0 -3696 1222 0 -3730 1310 0 -3736 1204 0 - -# bench -Static 0x0B94 -3675 1235 0 -3675 1243 0 -3696 1215 0 -3696 1221 0 -3730 1309 0 -3736 1203 0 - -# metal signpost -Static 0x0B9B -3768 1313 0 - -# metal signpost -Static 0x0BA1 -3554 1199 0 - -# metal signpost -Static 0x0BA2 -3551 1178 0 -3551 1186 0 -3551 1194 0 - -# poppies -Static 0x0C86 -3760 1288 1 -3762 1288 0 -3762 1289 0 -3763 1288 0 -3763 1289 0 -3774 1288 0 -3774 1302 0 - -# tribarrel cactus -Static 0x0D27 -3543 1175 0 -3544 1172 10 -3545 1175 0 -3546 1172 0 -3546 1174 0 -3546 1175 0 -3547 1174 0 -3548 1171 0 -3548 1175 0 -3549 1173 0 -3550 1170 0 -3550 1175 0 -3551 1172 0 - -# prickly pear cactus -Static 0x0D2C -3544 1175 0 -3546 1171 0 -3546 1173 0 -3547 1175 0 -3548 1172 0 -3548 1173 0 -3549 1171 0 -3549 1174 0 -3550 1171 0 -3550 1172 0 -3550 1173 0 -3550 1174 0 -3551 1169 0 -3551 1170 0 -3551 1175 0 - -# cactus -Static 0x0D2E -3547 1171 0 -3547 1172 0 -3547 1173 0 -3548 1174 0 -3549 1172 0 -3549 1175 0 -3551 1168 0 -3551 1171 0 -3551 1173 0 -3551 1174 0 - -# knitting -Static 0x0DF7 -3693 1232 4 - -# bale of cotton -Static 0x0DF9 -3684 1232 0 - -# ball of yarn -Static 0x0E1D -3692 1232 4 - -# ball of yarn -Static 0x0E1F -3691 1232 4 - -# scroll -Static 0x0E35 -3706 1228 4 -3714 1225 4 - -# scroll -Static 0x0E37 -3710 1225 4 -3714 1228 4 - -# crate -LargeCrate 0x0E3C -3697 1178 0 -3698 1178 0 - -# metal chest -MetalGoldenChest 0x0E40 -3683 1242 0 -3683 1243 0 -3683 1244 0 -3760 1322 6 -3760 1324 6 -3760 1326 6 - -# metal chest -MetalGoldenChest 0x0E41 -3685 1240 0 -3686 1240 0 -3687 1240 0 -3692 1240 0 -3693 1240 0 - -# wooden chest -WoodenChest 0x0E42 -3768 1122 20 - -# wooden chest -WoodenChest 0x0E43 -3770 1120 20 - -# wooden chest -FillableWoodenChest 0x0E43 -3774 1160 0 - -# empty jars -Static 0x0E44 -3689 1301 22 - -# empty jars -Static 0x0E47 -3687 1302 22 - -# full jars -Static 0x0E4B -3728 1341 4 - -# jars -Static 0x0E4D -3728 1340 4 - -# jars -Static 0x0E4F -3728 1339 4 - -# barrel -Barrel 0x0E77 -3656 1220 0 -3684 1190 20 -3685 1190 20 -3686 1186 20 -3686 1187 20 -3686 1188 20 -3686 1189 20 -3686 1190 20 -3687 1300 20 -3731 1335 0 - -# metal chest -MetalChest 0x0E7C -3648 1235 20 -3648 1236 0 -3648 1237 0 -3680 1189 0 -3696 1179 0 -3696 1181 0 - -# metal chest -FillableMetalChest 0x0E7C -3544 1197 0 -3744 1203 0 -3744 1204 0 - -# wooden box -FillableWoodenBox 0x0E7D -3768 1163 8 - -# crate -SmallCrate 0x0E7E -3656 1221 0 -3680 1112 0 -3680 1113 0 -3688 1131 0 -3688 1132 0 - -# standing harp -Static 0x0EB1 -3737 1184 5 -3741 1184 5 -3744 1202 0 -3748 1202 0 -3749 1196 0 - -# lap harp -Static 0x0EB2 -3749 1202 0 - -# lute -Static 0x0EB3 -3745 1196 0 - -# lute -Static 0x0EB4 -3727 1222 20 -3744 1196 0 - -# music stand -Static 0x0EB8 -3744 1198 3 - -# music stand -Static 0x0EB9 -3737 1187 5 -3739 1188 5 -3741 1187 5 - -# cleaver -Static 0x0EC2 -3667 1155 4 - -# dress form -Static 0x0EC6 -3687 1232 0 -3763 1250 0 -3765 1266 0 -3765 1268 0 -3767 1266 0 -3767 1268 0 - -# gold coins -Static 0x0EEF -3761 1326 6 -3762 1326 6 -3763 1326 6 -3764 1326 6 -3765 1326 6 -3766 1326 6 - -# scroll -Static 0x0EF4 -3699 1211 6 - -# scroll -Static 0x0EF5 -3699 1211 7 - -# scroll -Static 0x0EF8 -3770 1168 4 - -# scroll -Static 0x0EF9 -3709 1228 4 - -# arrows -Static 0x0F41 -3544 1192 6 - -# axe -Static 0x0F4A -3544 1184 8 - -# bardiche -Static 0x0F4E -3548 1184 11 - -# crossbow -Static 0x0F50 -3544 1193 6 -3544 1194 6 - -# mace -Static 0x0F5C -3548 1184 8 - -# broadsword -Static 0x0F5E -3546 1184 9 - -# bolt of cloth -Static 0x0F99 -3761 1269 0 -3761 1270 0 -3764 1268 0 - -# bolt of cloth -Static 0x0F9C -3693 1233 0 - -# sewing kit -Static 0x0F9D -3689 1232 4 -3761 1268 6 - -# scissors -Scissors 0x0F9F -3690 1232 4 -3763 1268 6 - -# playing cards -Static 0x0FA3 -3762 1219 4 - -# chess board -ChessBoard 0x0FA6 -3762 1227 4 - -# dice and cup -Dices 0x0FA7 -3762 1224 4 - -# chess pieces -Static 0x0FA8 -3762 1228 4 - -# dyes -Static 0x0FA9 -3760 1268 6 - -# dying tub -Static 0x0FAB -3760 1263 0 -3760 1264 0 -3760 1265 0 -3760 1266 0 - -# backgammon game -Backgammon 0x0FAD -3762 1223 4 - -# barrel -Static 0x0FAE -3662 1072 0 -3668 1128 0 -3674 1072 0 -3677 1064 0 -3689 1296 20 -3731 1334 0 - -# anvil -AnvilSouthAddon 0x0FB0 -3547 1189 0 -3552 1202 0 - -# forge -SmallForgeAddon 0x0FB1 -3549 1189 0 -3552 1200 0 - -# sledge hammer -Static 0x0FB5 -3544 1189 6 -3552 1203 0 - -# horse shoes -Static 0x0FB6 -3552 1205 0 - -# forged metal -Static 0x0FB8 -3548 1188 0 - -# tongs -Static 0x0FBB -3552 1203 0 - -# book -Static 0x0FBD -3712 1398 4 -3760 1252 4 -3761 1315 4 - -# book -Static 0x0FBE -3714 1401 5 -3717 1401 5 -3731 1319 4 -3761 1250 4 - -# pen and ink -Static 0x0FBF -3714 1396 4 -3760 1252 4 -3761 1315 4 - -# pen and ink -Static 0x0FC0 -3700 1211 6 -3701 1211 6 -3706 1227 4 -3710 1225 4 -3710 1228 4 -3714 1225 4 -3714 1228 4 -3714 1401 5 -3717 1401 5 -3731 1319 4 -3761 1235 4 -3769 1168 4 -3773 1123 29 -3778 1225 3 - -# book -RedBook 0x0FF1 -3678 1322 7 -3679 1314 7 -3686 1321 7 -3713 1398 4 -3728 1199 6 -3768 1168 6 -3774 1120 27 -3777 1225 3 - -# book -CallToAnarchy 0x0FF4 -3714 1396 8 - -# book -TalesOfVesperVol1 0x0FF4 -3728 1198 6 - -# book -MyStory 0x0FF4 -3773 1122 27 - -# glass pitcher -Pitcher 0x0FF6 -3762 1223 4 - -# glass pitcher -Pitcher 0x0FF7 -3762 1235 4 -3766 1237 4 - -# pewter mug -PewterMug 0x0FFF -3738 1258 7 -3739 1259 7 - -# spittoon -Static 0x1003 -3767 1224 4 -3770 1226 4 - -# wash basin -Static 0x1008 -3783 1131 24 - -# key ring -Static 0x1011 -3768 1160 4 - -# spinning wheel -SpinningWheelSouthAddon 0x1015 -3683 1232 0 -3761 1257 0 -3761 1260 0 - -# pile of wool -Static 0x101F -3683 1234 0 -3761 1256 0 -3761 1259 0 - -# bread loaf -Static 0x103B -3682 1116 4 -3696 1259 26 -3729 1249 8 -3734 1249 4 -3747 1250 9 - -# bread loaf -Static 0x103C -3649 1145 8 -3650 1168 4 -3652 1136 4 -3680 1300 24 -3688 1165 7 -3692 1263 24 -3699 1263 24 -3739 1249 6 -3739 1264 9 - -# dough -Static 0x103D -3740 1264 8 - -# flour sifter -Static 0x103E -3688 1301 22 - -# pizza -Static 0x1040 -3680 1297 24 -3680 1298 24 -3749 1264 6 - -# baked pie -Static 0x1041 -3656 1076 10 -3680 1301 24 - -# unbaked pie -Static 0x1042 -3680 1297 24 - -# rolling pin -Static 0x1043 -3689 1301 22 - -# upright loom -LoomSouthAddon 0x1061 -3767 1257 0 - -# cut leather -Static 0x1068 -3548 1176 0 - -# stretched hide -Static 0x106E -3544 1181 0 - -# stretched hide -Static 0x106F -3544 1182 0 - -# pile of hides -Static 0x1078 -3544 1178 0 -3550 1177 0 - -# stretched hide -Static 0x107D -3546 1176 0 - -# stretched hide -Static 0x107E -3547 1176 0 - -# bracelet -Static 0x1086 -3778 1167 2 - -# hanging pole -Static 0x10AF -3596 1208 0 - -# hanging pole -Static 0x10B0 -3595 1208 0 - -# hanging pole -Static 0x10B1 -3594 1208 0 - -# flowerpot -PottedPlant1 0x11CB -3664 1130 4 - -# Guillotine -Static 0x1230 -3728 1379 5 - -# decorative armor -Static 0x151C -3523 1125 20 -3528 1125 20 - -# decorative weapons -Static 0x1566 -3521 1127 20 - -# decorative weapons -Static 0x1567 -3521 1126 20 - -# feather -Static 0x1BD1 -3761 1268 6 - -# sarcophagus -Static 0x1C60 -3526 1126 20 - -# sarcophagus -Static 0x1C61 -3525 1126 20 - -# sarcophagus -Static 0x1C62 -3524 1126 20 - -# sarcophagus -Static 0x1C63 -3524 1125 20 - -# sarcophagus -Static 0x1C64 -3525 1125 20 - -# sarcophagus -Static 0x1C65 -3526 1125 20 diff --git a/Distribution/Data/Decoration/Britannia/papua.cfg b/Distribution/Data/Decoration/Britannia/papua.cfg deleted file mode 100644 index 363a0e160..000000000 --- a/Distribution/Data/Decoration/Britannia/papua.cfg +++ /dev/null @@ -1,456 +0,0 @@ -# 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 diff --git a/Distribution/Data/Decoration/Britannia/patches.cfg b/Distribution/Data/Decoration/Britannia/patches.cfg deleted file mode 100644 index f5fe0df7b..000000000 --- a/Distribution/Data/Decoration/Britannia/patches.cfg +++ /dev/null @@ -1,144 +0,0 @@ -################################ -# 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 diff --git a/Distribution/Data/Decoration/Britannia/serpent pillars.cfg b/Distribution/Data/Decoration/Britannia/serpent pillars.cfg deleted file mode 100644 index bd92d4dc8..000000000 --- a/Distribution/Data/Decoration/Britannia/serpent pillars.cfg +++ /dev/null @@ -1,13 +0,0 @@ -#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 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/serpentshold.cfg b/Distribution/Data/Decoration/Britannia/serpentshold.cfg deleted file mode 100644 index 2ccff13e4..000000000 --- a/Distribution/Data/Decoration/Britannia/serpentshold.cfg +++ /dev/null @@ -1,1251 +0,0 @@ -######### -# Doors # -######### - -# metal door -MetalDoor 0x0675 (Facing=WestCW) -3058 3351 15 -3055 3407 15 - -# metal door -MetalDoor 0x0677 (Facing=EastCCW) -3059 3351 15 -3056 3407 15 - -# metal door -MetalDoor 0x067D (Facing=SouthCW) -3023 3432 15 - -# metal door -MetalDoor 0x067F (Facing=NorthCCW) -3023 3431 15 - -# wooden gate -DarkWoodGate 0x0866 (Facing=WestCW) -2902 3519 10 - -# wooden gate -DarkWoodGate 0x0868 (Facing=EastCCW) -2903 3519 10 - -# wooden gate -DarkWoodGate 0x086E (Facing=SouthCW) -2911 3516 10 -2911 3522 10 -3041 3467 15 -3027 3467 15 - -# wooden gate -DarkWoodGate 0x0870 (Facing=NorthCCW) -2911 3515 10 -2911 3521 10 -3041 3466 15 - -# wooden door -LightWoodDoor 0x06D5 (Facing=WestCW) -3051 3375 15 - -# wooden door -LightWoodDoor 0x06D7 (Facing=EastCCW) -3052 3375 15 - -# wooden door -LightWoodDoor 0x06DB (Facing=EastCW) -3053 3364 15 - -# wooden door -LightWoodDoor 0x06DD (Facing=SouthCW) -2879 3508 10 -2887 3504 10 - -# wooden door -LightWoodDoor 0x06DF (Facing=NorthCCW) -2887 3503 10 - -# wooden door -StrongWoodDoor 0x06E5 (Facing=WestCW) -3058 3391 15 - - -############ -# Standard # -############ - -# wooden wall -Static 0x00A7 -2879 3498 10 - -# wooden wall -Static 0x00AD -3050 3375 15 - -# stone wall -Static 0x00C8 -3036 3343 35 - -# stone pavers -Static 0x0523 -3016 3345 35 - -# thatch roof -Static 0x05A7 -2897 3520 30 - -# fireplace -Static 0x08DA -3008 3456 15 - -# fireplace -Static 0x08DB -3008 3455 15 - -# oven -StoneOvenEastAddon 0x092C -3008 3453 15 - -# oven -StoneOvenSouthAddon 0x0930 -2974 3352 15 - -# fireplace -Static 0x095F -2976 3352 15 - -# fireplace -Static 0x0960 -2975 3352 15 - -# jugs of cider -Static 0x098D -2969 3416 15 - -# fruit basket -FruitBasket 0x0993 -2969 3404 19 -2969 3410 19 - -# mug -CeramicMug 0x0999 -3031 3347 21 - -# bottles of ale -Static 0x09A2 -2968 3416 15 - -# metal chest -FillableMetalChest 0x09AB -3019 3424 15 - -# goblet -Goblet 0x09B3 -3030 3347 21 -3030 3355 21 -3031 3355 21 - -# silverware -Static 0x09BD -2914 3484 16 -3016 3458 19 - -# goblet -Goblet 0x09BF -2970 3419 21 - -# bottles of wine -Static 0x09C4 -2970 3416 15 - -# silverware -Static 0x09D5 -2915 3484 16 - -# pitcher -Static 0x09D6 -3053 3420 21 - -# plate -Plate 0x09D7 -2914 3484 16 -2915 3484 16 -3016 3458 19 - -# pot -Static 0x09E4 -3009 3455 15 - -# kettle -Static 0x09ED -3009 3456 15 - -# mug of ale -GlassMug 0x09EE (Content=Ale) -2969 3419 21 - -# mug of ale -GlassMug 0x09EF (Content=Ale) -2972 3419 21 - -# wall torch -WallTorch 0x0A0C (Light=NorthBig) -2961 3440 30 -3049 3376 25 -3054 3376 30 - -# lantern -Lantern 0x0A17 -3016 3389 24 - -# lantern -Lantern 0x0A18 (Unlit) -2976 3410 24 - -# stool -Stool 0x0A2A -3011 3351 35 -3052 3344 15 - -# chest of drawers -Drawer 0x0A2C -3017 3424 15 - -# chest of drawers -Drawer 0x0A34 -2911 3481 10 -2936 3498 10 -2936 3503 10 -3000 3387 15 -3048 3420 15 - -# chest of drawers -FancyDrawer 0x0A38 -3008 3428 15 -3032 3427 15 -3057 3388 15 - -# dresser -Static 0x0A44 -2872 3509 10 - -# dresser -Static 0x0A45 -2872 3508 10 - -# armoire -FancyArmoire 0x0A4D -3013 3424 15 - -# armoire -Armoire 0x0A4F -2915 3480 10 -2967 3400 35 -2967 3410 35 -2974 3400 35 -3054 3360 15 - -# armoire -Armoire 0x0A53 -3048 3349 15 - -# bed -Static 0x0A5A -2937 3500 10 -2993 3428 15 -2998 3424 15 -2998 3428 15 -3033 3425 15 -3033 3428 15 -3058 3384 15 -3058 3386 15 - -# bed -Static 0x0A5B -2936 3500 10 -2992 3428 15 -2997 3424 15 -2997 3428 15 -3032 3425 15 -3032 3428 15 -3057 3384 15 -3057 3386 15 - -# bed -SmallBedEastAddon 0x0A5D -2992 3426 15 -3000 3348 35 -3000 3351 35 -3000 3354 35 -3024 3352 35 -3024 3354 35 -3024 3356 35 -3028 3352 35 -3028 3354 35 -3028 3356 35 -3032 3352 35 -3032 3354 35 -3032 3356 35 - -# bed -Static 0x0A5E -3007 3344 35 -3013 3344 35 - -# bed -Static 0x0A5F -3007 3345 35 -3013 3345 35 - -# bed -SmallBedSouthAddon 0x0A63 -2872 3505 10 -2876 3505 10 -2917 3480 10 -3010 3344 35 - -# bed -Static 0x0A64 -2937 3496 10 -3000 3384 15 -3048 3344 15 -3048 3360 15 -3048 3416 15 -3050 3344 15 -3050 3416 15 -3051 3360 15 -3060 3384 15 - -# bed -Static 0x0A65 -2937 3497 10 -3000 3385 15 -3048 3345 15 -3048 3361 15 -3048 3417 15 -3050 3345 15 -3050 3417 15 -3051 3361 15 -3060 3385 15 - -# bed -Static 0x0A6A -2992 3424 15 - -# bed -LargeBedEastAddon 0x0A7D -2962 3412 35 -2969 3411 35 - -# bed -LargeBedSouthAddon 0x0A83 -2962 3400 35 -2969 3400 35 -3008 3424 15 - -# folded sheet -Static 0x0A93 (Hue=0x546) -3048 3416 17 -3050 3416 17 - -# bookcase -LibraryBookcase 0x0A97 -2941 3496 10 -2967 3400 15 - -# bookcase -LibraryBookcase 0x0A98 -2940 3496 10 -2971 3400 15 - -# bookcase -LibraryBookcase 0x0A99 -2992 3430 15 - -# bookcase -LibraryBookcase 0x0A9A -2992 3431 15 - -# bookcase -LibraryBookcase 0x0A9B -2939 3496 10 -2966 3400 15 -2968 3400 15 -2972 3400 15 - -# rug -Static 0x0AB5 -2966 3402 35 - -# rug -Static 0x0AB7 -2965 3402 35 - -# rug -Static 0x0AB8 -2965 3401 35 - -# rug -Static 0x0AB9 -2966 3401 35 - -# rug -Static 0x0ABA -2966 3403 35 - -# rug -Static 0x0ABB -2965 3403 35 - -# candle -CandleLarge 0x0B1A -2965 3404 23 -2965 3411 23 -2969 3403 19 -2969 3409 19 -3050 3360 23 -2962 3410 43 -2965 3400 43 -2969 3410 41 - -# lamp post -LampPost1 0x0B20 -2956 3458 24 -2961 3459 34 - -# candelabra -CandelabraStand 0x0B26 -2938 3362 15 -2939 3347 15 - -# counter -Static 0x0B3F -3000 3349 35 - -# counter -Static 0x0B40 -3052 3420 15 -3053 3420 15 - -# water trough -WaterTroughSouthAddon 0x0B43 -2906 3520 10 -2898 3520 10 - -# chair -FancyWoodenChairCushion 0x0B4E -2913 3484 10 - -# chair -FancyWoodenChairCushion 0x0B4F (Hue=0x21) -2878 3505 10 - -# chair -FancyWoodenChairCushion 0x0B4F (Hue=0x26) -2874 3505 10 - -# chair -FancyWoodenChairCushion 0x0B51 -2916 3484 10 - -# chair -FancyWoodenChairCushion 0x0B51 (Hue=0x1E) -2873 3509 10 - -# chair -WoodenChair 0x0B56 -2963 3407 15 -3029 3346 15 -3029 3348 15 -3029 3350 15 -3029 3352 15 -3029 3354 15 -3029 3356 15 - -# chair -WoodenChair 0x0B57 -3018 3427 15 - -# chair -WoodenChair 0x0B58 -3033 3346 15 -3033 3348 15 -3033 3350 15 -3033 3352 15 -3033 3354 15 -3033 3356 15 - -# chair -BambooChair 0x0B5D -2881 3496 10 -3049 3366 15 -3049 3371 15 - -# foot stool -FootStool 0x0B5E -2906 3487 10 -2909 3517 10 -2932 3504 10 -2939 3506 10 -2940 3505 10 -2968 3420 15 -2970 3420 15 -2972 3420 15 -2994 3433 15 -3005 3388 15 -3009 3451 15 -3009 3460 15 -3010 3451 15 -3010 3460 15 -3011 3451 15 -3011 3460 15 -3013 3453 15 -3013 3454 15 -3013 3455 15 -3013 3456 15 -3013 3457 15 -3013 3458 15 -3035 3427 15 -3035 3428 15 -3037 3427 15 -3037 3428 15 -3051 3403 15 -3052 3419 15 -3052 3421 15 -3053 3419 15 -3053 3421 15 - -# bench -Static 0x0B5F -2968 3403 15 -2968 3405 15 -2969 3425 15 -2969 3427 15 -2970 3403 15 -2970 3405 15 -2971 3425 15 -2971 3427 15 -2992 3437 15 -3015 3453 15 -3015 3455 15 -3015 3458 15 -3015 3460 15 -3017 3453 15 -3017 3455 15 -3017 3458 15 -3017 3460 15 - -# bench -Static 0x0B60 -2968 3402 15 -2968 3404 15 -2969 3424 15 -2969 3426 15 -2970 3402 15 -2970 3404 15 -2971 3424 15 -2971 3426 15 -2992 3436 15 -3015 3452 15 -3015 3454 15 -3015 3457 15 -3015 3459 15 -3017 3452 15 -3017 3454 15 -3017 3457 15 -3017 3459 15 - -# metal signpost -Static 0x0BA2 -3027 3360 15 - -# cards -Static 0x0E15 -3015 3526 21 - -# cards -Static 0x0E16 -3014 3527 21 -3033 3346 39 - -# cards -Static 0x0E17 -3034 3346 37 - -# cards -Static 0x0E19 -3015 3525 21 - -# backgammon board -Backgammon 0x0E1C -3035 3346 37 - -# bloody water -Static 0x0E23 -2993 3432 21 - -# bottle -Static 0x0E26 -3000 3349 41 - -# crate -LargeCrate 0x0E3C -2939 3381 15 -2941 3381 15 - -# crate -FillableLargeCrate 0x0E3C -2943 3401 0 -2943 3402 0 -2944 3401 0 -2944 3402 0 - -# crate -LargeCrate 0x0E3D -2885 3420 35 -2886 3420 35 -2952 3447 15 -2952 3448 15 -2963 3492 15 -2963 3493 15 -2964 3492 15 -2964 3493 15 -2964 3493 18 -2965 3491 15 -2965 3492 15 -2965 3492 18 -2965 3493 15 -2965 3493 18 -3011 3400 15 -3011 3401 15 -3011 3401 18 -3012 3401 15 -3012 3401 18 -3012 3402 15 -3013 3402 15 - -# crate -FillableLargeCrate 0x0E3D -2940 3401 1 -2940 3402 1 -2941 3401 1 -2941 3402 1 -2942 3401 1 -2942 3402 1 - -# crate -MediumCrate 0x0E3E -2888 3420 35 -2952 3444 15 -2952 3451 15 - -# crate -MediumCrate 0x0E3F -2887 3420 35 -2943 3401 3 -2943 3402 3 -2943 3403 0 -2944 3401 3 -2944 3402 3 - -# metal chest -MetalGoldenChest 0x0E40 -2872 3466 15 -2872 3476 15 - -# metal chest -FillableMetalGoldenChest 0x0E41 -3011 3424 15 - -# wooden chest -WoodenChest 0x0E42 -2872 3473 15 -2872 3474 15 -2873 3466 15 -2880 3415 35 -2936 3374 15 -2936 3381 15 -2952 3446 15 -2952 3450 15 -2952 3493 15 -3056 3348 15 - -# wooden chest -FillableWoodenChest 0x0E42 -3026 3352 35 -3030 3354 35 -3034 3352 35 - -# wooden chest -WoodenChest 0x0E43 -2963 3480 15 -2965 3480 15 -3064 3336 15 - -# bag -Bag 0x0E76 -3009 3384 16 - -# barrel -FillableBarrel 0x0E77 -2906 3480 10 -2906 3480 15 -2906 3480 20 -2907 3480 10 -2907 3480 15 -2907 3481 10 -2932 3401 0 -2932 3401 5 -2932 3402 0 -2932 3402 5 -2932 3403 0 -2933 3401 0 -2933 3401 5 -2933 3401 10 -2933 3402 0 -2933 3402 5 -2934 3401 0 -2934 3401 5 -2934 3402 0 -2934 3402 5 -2934 3403 0 -2935 3401 0 -3008 3457 15 -3008 3457 20 -3012 3406 15 -3048 3368 15 -3049 3365 15 - -# metal chest -MetalChest 0x0E7C -2872 3468 15 -2873 3468 15 -2873 3474 15 -2873 3476 15 -3008 3530 15 - -# metal chest -FillableMetalChest 0x0E7C -2904 3481 10 -2936 3502 10 -2962 3408 15 -3004 3389 15 -3048 3402 15 - -# wooden box -FillableWoodenBox 0x0E7D -2938 3500 10 -3026 3354 35 - -# crate -FillableSmallCrate 0x0E7E -2904 3483 10 -2904 3483 13 -2904 3483 16 -2904 3484 10 -2904 3484 13 - -# strong box -FillableMetalBox 0x0E80 -3026 3356 35 -3030 3356 35 -3034 3354 35 - -# mortar and pestle -Static 0x0E9B -2992 3432 21 - -# dress form -Static 0x0EC6 -2880 3502 10 - -# clean bandage -Static 0x0EE9 -3012 3353 41 - -# scroll -Static 0x0EF6 -2992 3434 21 - -# bottle -Static 0x0F03 -3011 3349 41 -3011 3353 41 - -# arrows -Static 0x0F40 -3010 3348 21 -3054 3389 43 - -# arrows -Static 0x0F41 -3009 3348 21 -3054 3388 43 - -# arrow -Static 0x0F42 -3054 3389 43 - -# hatchet -Static 0x0F43 -2956 3481 19 -3017 3434 19 - -# crossbow -Static 0x0F4F -2880 3418 39 -3048 3372 21 - -# crossbow -Static 0x0F50 -3048 3370 21 -3054 3390 43 -3054 3391 43 - -# dagger -Static 0x0F52 -3052 3401 19 - -# mace -Static 0x0F5D -3051 3397 15 - -# broadsword -Static 0x0F5E -2880 3417 39 - -# longsword -Static 0x0F60 -2936 3377 19 -3015 3434 19 -3052 3396 15 -3060 3398 19 -3060 3403 19 - -# spear -Static 0x0F62 -3053 3392 15 - -# bolt of cloth -Static 0x0F98 (Hue=0x26) -2880 3509 10 - -# bolt of cloth -Static 0x0F99 (Hue=0x21) -2880 3498 10 - -# bolt of cloth -Static 0x0F9A (Hue=0x1E) -2880 3507 10 - -# sewing kit -Static 0x0F9D -2881 3504 16 - -# scissors -Scissors 0x0F9E -2881 3505 13 - -# spool of thread -Static 0x0FA0 (Hue=0x21) -2880 3503 16 - -# spool of thread -Static 0x0FA1 (Hue=0x1E) -2880 3503 16 - -# playing cards -Static 0x0FA2 -3014 3525 21 - -# playing cards -Static 0x0FA3 -2970 3425 17 -3016 3454 18 -3058 3341 21 - -# chess board -ChessBoard 0x0FA6 -3058 3343 20 - -# dice and cup -Dices 0x0FA7 -3016 3455 19 - -# barrel -Static 0x0FAE -2904 3482 10 -3008 3531 15 - -# anvil -AnvilEastAddon 0x0FAF -3001 3410 15 -3003 3401 15 - -# forge -SmallForgeAddon 0x0FB1 -3007 3404 15 - -# sledge hammer -Static 0x0FB5 -3002 3410 15 -3004 3401 15 - -# horse shoes -Static 0x0FB6 -3010 3410 15 - -# forged metal -Static 0x0FB7 -3002 3401 15 - -# forged metal -Static 0x0FB8 -3003 3412 15 - -# book -Static 0x0FBD -2905 3487 15 -2930 3505 15 -3012 3351 41 -3030 3347 21 -3032 3350 21 - -# book -Static 0x0FBE -2885 3497 14 -2963 3404 23 -3018 3429 23 - -# pen and ink -Static 0x0FBF -2905 3487 15 -2930 3505 15 -3031 3347 21 - -# pen and ink -Static 0x0FC0 -2884 3497 14 -2963 3404 21 -3007 3387 25 -3012 3352 41 -3018 3429 23 -3030 3346 21 -3030 3351 21 -3031 3355 21 -3052 3402 19 - -# book -SongOfSamlethe 0x0FF4 -3007 3388 27 - -# glass pitcher -Pitcher 0x0FF6 -3012 3453 24 - -# skull mug -Static 0x0FFD -2970 3424 19 -3010 3452 24 -3010 3459 23 -3012 3458 23 -3016 3453 19 -3016 3459 19 -3032 3353 21 - -# skull mug -Static 0x0FFE -3016 3458 19 -3030 3350 21 - -# pewter mug -PewterMug 0x0FFF -3012 3455 24 - -# pewter mug -PewterMug 0x1001 -2970 3425 24 -3012 3456 24 -3016 3452 19 -3016 3457 19 - -# pewter mug -PewterMug 0x1002 -2970 3426 19 - -# spittoon -Static 0x1003 -2968 3429 15 -2973 3423 15 -3008 3461 15 -3018 3450 15 - -# archery butte -ArcheryButte 0x100A -3027 3381 15 -3048 3394 39 -3048 3396 39 -3048 3398 39 -3048 3400 39 -3048 3402 39 - -# archery butte -ArcheryButte 0x100B -3036 3379 15 - -# spinning wheel -SpinningWheelSouthAddon 0x1015 -2880 3496 10 - -# pile of wool -Static 0x101F -2881 3497 10 - -# hammer -Static 0x102B -2938 3507 14 -2941 3505 14 -2941 3508 14 - -# dough -Static 0x103D -2972 3353 21 - -# globe -Static 0x1047 -3029 3344 15 - -# globe -Static 0x1048 -3033 3344 15 - -# clock -Clock 0x104B -2936 3504 10 -2936 3506 10 - -# clock frame -ClockFrame 0x104E -2938 3505 14 -2941 3507 14 - -# clock parts -ClockParts 0x104F -2938 3507 14 -2941 3505 14 - -# axle with gears -AxleGears 0x1051 -2938 3506 14 -2941 3508 14 - -# gears -Gears 0x1054 -2938 3508 14 -2941 3505 14 - -# sextant -Static 0x1057 -2938 3506 14 -2941 3507 14 - -# sextant parts -SextantParts 0x1059 -2938 3505 14 -2941 3506 14 - -# springs -Springs 0x105D -2938 3507 14 -2941 3504 14 - -# upright loom -LoomEastAddon 0x1060 (Hue=0x1E) -2873 3499 10 - -# upright loom -LoomSouthAddon 0x1061 (Hue=0x21) -2875 3497 10 - -# upright loom -LoomSouthAddon 0x1061 (Hue=0x26) -2875 3502 10 - -# training dummy -TrainingDummySouthAddon 0x1070 -3029 3389 15 - -# training dummy -TrainingDummyEastAddon 0x1074 -3037 3389 15 - -# lever -Static 0x108D -2956 3454 15 - -# flowerpot -PottedPlant 0x11CA -2912 3480 10 -3048 3347 15 - -# flowerpot -PottedPlant1 0x11CB -2992 3435 21 - -# war axe -Static 0x13AF -3006 3348 21 - -# bow -Static 0x13B2 -3011 3348 21 - -# large battle axe -Static 0x13FB -3004 3348 21 - -# katana -Static 0x13FF -3016 3434 19 - -# map -Static 0x14EC -3030 3353 21 -3031 3350 21 -3032 3346 21 - -# rolled map -Static 0x14ED -3031 3348 21 -3031 3354 21 - -# rolled map -Static 0x14EE -3031 3356 21 -3032 3352 21 - -# water barrel -Static 0x154D -3003 3413 15 -3004 3400 15 - -# flask -Static 0x182B -3000 3355 41 - -# flask -Static 0x182F -3011 3354 41 - -# flask -Static 0x1831 -3013 3350 41 - -# flask -Static 0x1844 -3011 3350 41 - -# flask -Static 0x1847 -3011 3344 41 - -# heating stand -HeatingStand 0x184A -3011 3350 41 - -# scales -Scales 0x1852 -3012 3354 41 - -# empty vials -Static 0x185C -3007 3389 21 -3012 3350 41 - -# full vials -Static 0x185D -3010 3353 41 - -# full vials -Static 0x185E -3007 3390 21 - -# iron wire -Static 0x1876 -3002 3409 15 -3003 3403 15 -3005 3409 15 -3012 3412 15 - -# silver wire -Static 0x1877 -3005 3402 15 -3005 3404 15 -3008 3412 15 - -# bellows -Static 0x197B -3000 3403 15 -3000 3412 15 - -# forge -Static 0x197E (Light=Circle300) -3001 3403 15 -3001 3412 15 - -# forge -Static 0x1982 -3002 3403 15 -3002 3412 15 - -# ore -Static 0x19B7 -3011 3402 15 -3012 3403 15 -3013 3400 15 - -# ore -Static 0x19B7 (Amount=2) -3000 3404 15 -3001 3404 15 -3010 3407 15 -3011 3407 15 - -# ore -Static 0x19B8 (Amount=2) -3010 3407 15 -3011 3407 15 -3011 3408 15 - -# ore -Static 0x19B9 (Amount=2) -3000 3405 15 -3001 3405 15 -3010 3408 15 -3011 3408 15 - -# ore -Static 0x19BA (Amount=2) -3001 3406 15 -3010 3408 15 -3011 3407 15 -3011 3408 15 -3011 3409 15 -3012 3408 15 - -# ore cart -Static 0x1A83 -3002 3407 15 -3012 3410 15 - -# keg -Static 0x1AD6 -3010 3400 15 - -# shaft -Static 0x1BD4 -3048 3365 21 -3048 3366 21 -3048 3367 21 - -# bulletin board -BulletinBoard 0x1E5E -2963 3400 15 -3017 3450 15 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/shame.cfg b/Distribution/Data/Decoration/Britannia/shame.cfg deleted file mode 100644 index c814af9c5..000000000 --- a/Distribution/Data/Decoration/Britannia/shame.cfg +++ /dev/null @@ -1,71 +0,0 @@ -# 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 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/shrines.cfg b/Distribution/Data/Decoration/Britannia/shrines.cfg deleted file mode 100644 index 46ce23dd7..000000000 --- a/Distribution/Data/Decoration/Britannia/shrines.cfg +++ /dev/null @@ -1,120 +0,0 @@ -# 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 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/skara.cfg b/Distribution/Data/Decoration/Britannia/skara.cfg deleted file mode 100644 index 73dfe19ea..000000000 --- a/Distribution/Data/Decoration/Britannia/skara.cfg +++ /dev/null @@ -1,2212 +0,0 @@ -############### -# Teleporters # -############### - -KeywordTeleporter 0x1BC3 (PointDest=(709, 2236, -2); Range=3; Substring=cross) -683 2233 -2 - -KeywordTeleporter 0x1BC3 (PointDest=(683, 2233, -2); Range=3; Substring=cross) -709 2236 -2 - -KeywordTeleporter 0x1BC3 (PointDest=(709, 2238, -2); Range=3; Substring=cross) -683 2242 -2 - -KeywordTeleporter 0x1BC3 (PointDest=(683, 2242, -2); Range=3; Substring=cross) -709 2238 -2 - - -############### -# Main Island # -############### - -# fireplace -Static 0x08DA -552 2171 0 - -# fireplace -Static 0x08DB -552 2170 0 - -# oven -StoneOvenEastAddon 0x092C -552 2168 0 - -# basket -Basket 0x0990 -609 2152 0 - -# fruit basket -FruitBasket 0x0993 -611 2154 6 - -# ceramic mug -CeramicMug 0x0997 -592 2276 4 - -# bottle of liquor -BeverageBottle 0x099B (Content=Liquor) -616 2195 4 -643 2176 4 -627 2173 4 -669 2146 4 -562 2188 4 -562 2170 4 -600 2187 4 -558 2175 6 -556 2175 6 -552 2175 6 -568 2114 4 -592 2164 4 -611 2216 4 -558 2181 4 -576 2234 4 -648 2154 4 -562 2181 4 -558 2186 4 -584 2138 4 -562 2174 4 -602 2200 4 - -# fork -Fork 0x09A3 -669 2147 4 - -# fork -Fork 0x09A4 -628 2173 4 - -# knife -Knife 0x09A5 -669 2147 4 - -# knife -Knife 0x09A6 -628 2173 4 - -# metal box -FillableMetalBox 0x09A8 -581 2230 6 -595 2200 6 -589 2144 6 -652 2160 6 -604 2178 6 -620 2215 6 -603 2272 6 -603 2232 6 - -# small crate -FillableSmallCrate 0x09A9 -636 2161 0 -634 2163 0 - -# metal chest -MetalChest 0x09AB -595 2147 3 -596 2147 3 -593 2147 3 - -# spoon -Spoon 0x09C2 -669 2147 4 - -# spoon -Spoon 0x09C3 -628 2173 4 - -# bottle of wine -BeverageBottle 0x09C7 (Content=Wine) -558 2172 6 -562 2176 4 -558 2182 4 -554 2182 4 -554 2187 4 -562 2187 4 -554 2188 4 - -# plate -Plate 0x09D7 -554 2175 6 -592 2275 4 -584 2139 4 -592 2165 4 -628 2173 4 -669 2147 4 -558 2174 6 -603 2200 4 -616 2196 4 -600 2186 4 -568 2115 4 -576 2235 4 -648 2155 4 -644 2176 4 -612 2216 4 - -# fork -Fork 0x09F4 -603 2200 4 -612 2216 4 -644 2176 4 -554 2175 6 - -# fork -Fork 0x09F5 -568 2115 4 -558 2174 6 -616 2196 4 -600 2186 4 -584 2139 4 -592 2275 4 -592 2165 4 -576 2235 4 -648 2155 4 - -# knife -Knife 0x09F6 -644 2176 4 -612 2216 4 -554 2175 6 -603 2200 4 - -# knife -Knife 0x09F7 -616 2196 4 -576 2235 4 -648 2155 4 -558 2174 6 -568 2115 4 -600 2186 4 -584 2139 4 -592 2275 4 -592 2165 4 - -# spoon -Spoon 0x09F8 -603 2200 4 -644 2176 4 -612 2216 4 - -# spoon -Spoon 0x09F9 -568 2115 4 -592 2165 4 -648 2155 4 -616 2196 4 -584 2139 4 -592 2275 4 -600 2186 4 -576 2235 4 - -# lantern post -Static 0x0A20 -678 2238 -3 - -# candle -CandleLarge 0x0A26 (Unlit) -651 2181 6 - -# chest of drawers -Drawer 0x0A2C -569 2168 0 -649 2152 0 -617 2250 0 -597 2272 0 -573 2112 0 -593 2250 0 -580 2232 0 -585 2136 0 -617 2192 0 -605 2250 0 -593 2160 0 - -# chest of drawers -Static 0x0A30 -601 2200 0 -605 2184 0 -610 2216 0 - -# chest of drawers -FancyDrawer 0x0A34 -598 2241 0 -610 2241 0 -610 2252 0 -640 2178 0 -664 2145 0 -624 2173 0 -598 2252 0 -616 2241 0 -592 2241 0 - -# armoire -FancyArmoire 0x0A4D -605 2200 0 -604 2184 0 - -# armoire -Armoire 0x0A4F -621 2250 0 -569 2112 0 -642 2176 0 -589 2136 0 -653 2152 0 -597 2160 0 -596 2272 0 -621 2192 0 - -# armoire -FancyArmoire 0x0A51 -608 2221 0 - -# armoire -Armoire 0x0A53 -616 2243 0 -568 2173 0 -664 2149 0 -624 2169 0 -576 2237 0 - -# bookcase -LibraryBookcase 0x0A97 -578 2120 0 -561 2216 0 -562 2136 0 -597 2144 0 -670 2144 0 -585 2160 0 -545 2208 0 -582 2120 0 -617 2215 0 - -# bookcase -LibraryBookcase 0x0A98 -593 2144 0 -618 2215 0 -579 2120 0 -581 2120 0 -548 2208 0 -546 2208 0 -563 2136 0 -666 2144 0 - -# bookcase -LibraryBookcase 0x0A99 -600 2283 0 -648 2157 0 -560 2217 0 -600 2276 0 -624 2192 0 -552 2220 0 -560 2221 0 -616 2217 0 -656 2140 0 -600 2177 0 -624 2164 0 -592 2277 0 -592 2273 0 -576 2233 0 - -# bookcase -LibraryBookcase 0x0A9A -552 2218 0 -560 2219 0 -648 2158 0 -656 2141 0 -600 2181 0 -624 2197 0 -600 2277 0 -600 2284 0 -624 2193 0 -616 2221 0 -624 2165 0 - -# bookcase -LibraryBookcase 0x0A9B -589 2160 0 -549 2208 0 -594 2144 0 -619 2215 0 -596 2144 0 -665 2144 0 -574 2120 0 -564 2136 0 - -# bookcase -LibraryBookcase 0x0A9C -624 2198 0 -600 2178 0 -560 2220 0 -552 2217 0 -560 2218 0 -552 2221 0 -600 2180 0 -600 2285 0 -600 2278 0 -624 2166 0 - -# wooden shelf -EmptyBookcase 0x0A9D -565 2216 0 -557 2216 0 -553 2216 0 - -# wooden shelf -EmptyBookcase 0x0A9E -600 2236 0 -600 2235 0 -544 2209 0 -544 2213 0 - -# candle -CandleLarge 0x0B1A -620 2219 6 -584 2140 4 -556 2202 4 -645 2176 4 -556 2220 4 -595 2205 6 -592 2274 4 -648 2156 4 -630 2161 6 -609 2157 6 -564 2220 4 -652 2163 6 -613 2216 4 -669 2148 4 -616 2197 4 -554 2139 4 -572 2123 6 -589 2148 6 -563 2154 6 -581 2188 6 -576 2236 4 -564 2138 4 -581 2226 6 -546 2212 4 -568 2116 4 -554 2145 4 -592 2166 4 -589 2200 6 -626 2191 6 -586 2164 6 -604 2200 4 -629 2173 4 -562 2202 4 - -# lamp post -LampPost1 0x0B20 -584 2127 0 -624 2143 0 -624 2237 0 -655 2150 0 -592 2191 0 -632 2224 0 -600 2167 0 -591 2232 0 -599 2142 0 -607 2208 0 -591 2257 0 -575 2177 0 -575 2152 0 -608 2279 0 -616 2183 0 -640 2167 0 -639 2190 0 -575 2206 0 - -# candelabra -CandelabraStand 0x0B26 -552 2189 0 -630 2120 0 -592 2248 0 -609 2133 0 -629 2133 0 -608 2120 0 -565 2188 0 - -# water trough -WaterTroughEastAddon 0x0B41 -544 2124 0 -544 2120 0 - -# chair -FancyWoodenChairCushion 0x0B51 -565 2139 0 - -# chair -WoodenChairCushion 0x0B52 -602 2234 0 -603 2180 0 -553 2142 0 -545 2211 0 -619 2217 0 -571 2121 0 -636 2156 0 -636 2155 0 - -# chair -WoodenChairCushion 0x0B53 -637 2152 0 -636 2152 0 -559 2201 0 -588 2163 0 - -# chair -WoodenChairCushion 0x0B55 -596 2203 0 -565 2219 0 -557 2219 0 - -# chair -WoodenChair 0x0B56 -563 2138 0 -588 2146 0 -580 2228 0 -563 2220 0 -563 2218 0 -563 2140 0 -609 2155 0 -555 2218 0 -555 2220 0 -553 2146 0 -627 2193 0 -553 2138 0 -553 2140 0 -590 2203 0 -668 2147 0 -553 2144 0 - -# chair -WoodenChair 0x0B57 -634 2152 0 -566 2208 0 -562 2208 0 -628 2172 0 -557 2208 0 -633 2152 0 -650 2162 0 -557 2201 0 -635 2153 6 -553 2208 0 -650 2180 0 -561 2201 0 - -# chair -WoodenChair 0x0B58 -585 2139 0 -569 2115 0 -588 2202 0 -617 2196 0 -593 2275 0 -556 2142 0 -556 2138 0 -556 2144 0 -547 2210 0 -547 2212 0 -666 2138 0 -556 2140 0 -649 2155 0 -556 2146 0 -577 2235 0 -601 2186 0 -593 2165 0 -605 2180 0 - -# chair -WoodenChair 0x0B59 -644 2177 0 -560 2204 0 -612 2217 0 -562 2204 0 -603 2201 0 -627 2162 0 -558 2204 0 -556 2204 0 -628 2158 0 -628 2155 0 - -# chair -BambooChair 0x0B5A -635 2155 6 -602 2274 0 - -# foot stool -FootStool 0x0B5E -554 2176 0 -558 2176 0 -552 2176 0 -556 2176 0 -559 2174 0 -559 2172 0 -559 2170 0 - -# wooden signpost -Static 0x0B98 -678 2239 -3 - -# sign -Static 0x0BB2 (Name=Skara Brae Ferry : Step onto the boat and say "I would like to cross) -679 2240 7 - -# broken chair -Static 0x0C10 -630 2157 6 - -# broken chair -Static 0x0C11 -627 2157 6 -630 2154 6 - -# broken chair -Static 0x0C19 -626 2154 6 - -# small fish -Static 0x0DD6 -669 2237 -2 -661 2234 -2 -642 2245 -2 -678 2234 -3 -638 2228 -3 - - - - -# small fish -Static 0x0DD8 -661 2228 -2 -660 2243 -2 -641 2227 -2 -642 2234 -2 -676 2246 -2 -642 2233 -2 -676 2226 -2 - -# small fish -Static 0x0DD9 -644 2243 -2 -644 2234 -2 -661 2244 -2 -672 2234 -2 -679 2225 -2 - -# chessmen -Static 0x0E13 -554 2181 4 - -# chessmen -Static 0x0E14 -554 2181 4 - -# cards -Static 0x0E17 -562 2182 4 - -# cards -Static 0x0E18 -562 2183 4 - -# cards -Static 0x0E19 -562 2183 4 - -# checkers -Static 0x0E1A -562 2169 4 - -# checkers -Static 0x0E1B -562 2169 4 - -# clean bandage -Static 0x0E21 -651 2180 0 - -# bloody water -Static 0x0E23 -623 2211 0 -616 2209 0 -624 2208 0 - -# crystal ball -Static 0x0E2F (Light=Circle150) -604 2179 6 - -# brazier -Brazier 0x0E31 -600 2176 0 -600 2184 0 - -# brazier -Brazier 0x0E32 -656 2136 0 - -# crate -FillableLargeCrate 0x0E3C -635 2160 7 -634 2160 3 -634 2161 3 -634 2160 0 -634 2161 0 - -# crate -FillableLargeCrate 0x0E3D -585 2224 0 -584 2225 3 -585 2224 3 -584 2225 0 -585 2224 6 -584 2224 6 -586 2224 3 -584 2224 3 -586 2224 0 -584 2224 0 -586 2224 6 -586 2225 3 -585 2224 9 -585 2225 0 -586 2225 0 - -# crate -MediumCrate 0x0E3E -635 2162 7 -636 2159 3 -636 2159 0 - -# metal chest -FillableMetalGoldenChest 0x0E40 -592 2243 0 -610 2251 0 -610 2243 0 -584 2148 6 -604 2251 0 -616 2251 0 -592 2251 0 -598 2251 0 -598 2243 0 - -# metal chest -MetalGoldenChest 0x0E41 -594 2147 3 - -# metal chest -FillableMetalGoldenChest 0x0E41 -617 2240 0 - -# wooden chest -WoodenChest 0x0E42 -584 2146 6 - -# barrel -FillableBarrel 0x0E77 -583 2230 5 -639 2246 2 -582 2230 0 -583 2229 5 -608 2152 0 -582 2230 10 -582 2229 5 -639 2245 -2 -583 2229 0 -641 2235 -2 -640 2245 -2 -659 2224 -2 -677 2244 -2 -642 2236 -2 -552 2174 5 -576 2230 0 -552 2173 0 -641 2236 -2 -608 2153 0 -642 2235 -2 -583 2230 10 -608 2152 5 -582 2229 0 -555 2168 5 -552 2173 5 -658 2224 -2 -552 2174 0 -555 2168 0 -556 2168 0 -639 2246 -3 -676 2243 -2 -583 2230 0 -676 2244 -2 - -# metal chest -MetalChest 0x0E7C -584 2145 6 -584 2149 6 -584 2147 6 - -# crate -FillableSmallCrate 0x0E7E -635 2163 6 - -# strong box -FillableMetalBox 0x0E80 -608 2157 6 -625 2161 6 -590 2164 6 -624 2191 6 -577 2188 6 -648 2181 6 -570 2123 6 - -# cleaver -Static 0x0EC3 -576 2185 6 - -# dress form -Dressform 0x0EC6 -648 2180 0 - -# dress form -Dressform 0x0EC7 -648 2183 0 - -# saddle -Static 0x0F37 -562 2129 0 - -# bolt of cloth -Static 0x0F99 -653 2181 0 - -# bolt of cloth -Static 0x0F9A (Hue=0x1F2) -648 2179 0 - -# bolt of cloth -Static 0x0F9A (Hue=0x31E) -653 2181 0 - -# bolt of cloth -Static 0x0F9B (Hue=0x1ED) -651 2176 0 - -# bolt of cloth -Static 0x0F9C (Hue=0x58) -651 2176 0 - -# sewing kit -Static 0x0F9D -649 2181 6 - -# scissors -Scissors 0x0F9F -652 2181 6 - -# checker board -CheckerBoard 0x0FA6 -562 2169 4 - -# chess board -ChessBoard 0x0FA6 -554 2181 4 - -# dice and cup -Dices 0x0FA7 -558 2187 4 - -# backgammon game -Backgammon 0x0FAD -558 2188 4 - -# anvil -AnvilSouthAddon 0x0FB0 -633 2195 0 -632 2195 0 - -# sledge hammer -Static 0x0FB4 -632 2196 0 -634 2198 6 - -# horse shoes -Static 0x0FB6 -628 2195 6 -635 2196 0 - -# forged metal -Static 0x0FB8 -633 2195 0 - -# tongs -Static 0x0FBB -634 2194 0 -636 2198 6 - -# book -Static 0x0FBD -564 2219 4 -603 2234 6 -628 2193 6 -665 2138 6 -581 2228 6 -564 2139 4 -611 2155 6 -589 2146 6 -546 2211 4 -620 2217 6 -572 2121 6 -556 2219 4 -554 2142 4 -603 2274 6 -595 2203 6 -604 2180 6 - -# book -Static 0x0FBE -650 2181 6 -627 2161 6 -650 2163 6 -559 2202 4 -588 2164 6 -579 2188 6 - -# pen and ink -Static 0x0FBF -589 2146 6 -564 2219 4 -556 2219 4 -546 2211 4 -554 2142 4 -581 2228 6 -665 2138 6 -620 2217 6 -603 2274 6 -603 2234 6 -604 2180 6 -611 2155 6 -572 2121 6 -564 2139 4 -595 2202 6 -628 2193 6 - -# pen and ink -Static 0x0FC0 -559 2202 4 -588 2164 6 -650 2163 6 -650 2181 6 -579 2188 6 -627 2161 6 - -# book -TamingDragons 0x0FEF -564 2208 4 - -# book -RedBook 0x0FF1 -554 2208 4 -576 2120 4 - -# book -BlueBook 0x0FF2 -565 2208 4 - -# book -DeceitDungeonOfHorror 0x0FF3 -563 2208 4 - -# book -CallToAnarchy 0x0FF4 -575 2120 4 - -# book -TalkingToWisps 0x0FF4 -556 2208 4 - -# pewter mug -PewterMug 0x0FFF -558 2189 4 -562 2176 4 -562 2189 4 -562 2183 4 -554 2189 4 - -# pewter mug -PewterMug 0x1001 -600 2185 4 -562 2180 4 -558 2183 4 -562 2189 4 -554 2183 4 - -# spittoon -Static 0x1003 -561 2173 0 -558 2179 0 -552 2184 0 - -# spinning wheel -SpinningWheelEastAddon 0x1019 -648 2176 0 - -# pile of wool -Static 0x101F (Hue=0x1ED) -652 2178 0 - -# pile of wool -Static 0x101F (Hue=0x31E) -649 2177 0 - -# dovetail saw -Static 0x1029 -629 2157 6 - -# hammer -Static 0x102A -629 2154 6 -591 2203 6 -630 2164 6 -628 2157 6 - -# hammer -Static 0x102B -587 2203 6 - -# nails -Static 0x102E -628 2157 6 -628 2154 6 - -# nails -Static 0x102F -587 2201 6 -630 2163 6 -590 2200 6 - -# saw -Static 0x1034 -591 2200 6 - -# saw -Static 0x1035 -627 2154 6 - -# wood curls -Static 0x1038 -627 2156 0 -626 2159 0 -628 2153 0 -629 2156 0 -628 2159 0 -626 2153 0 -625 2155 0 -625 2153 0 -625 2156 0 -625 2158 0 -625 2157 0 -632 2158 0 -630 2159 0 -631 2159 0 -632 2157 0 -632 2155 0 -632 2154 0 -630 2156 0 -630 2153 0 -631 2153 0 -631 2156 0 - -# globe -Static 0x1047 -601 2272 0 - -# loom bench -Static 0x1049 -650 2176 0 - -# loom bench -Static 0x104A -653 2178 0 - -# upright loom -LoomSouthAddon 0x1061 -652 2177 0 - -# potted tree -PottedTree 0x11C8 -616 2192 0 -552 2216 0 -576 2232 0 -648 2152 0 - -# potted tree -PottedTree1 0x11C9 -584 2136 0 -568 2112 0 -544 2208 0 -584 2200 0 -592 2272 0 -600 2200 0 -640 2176 0 -600 2232 0 -624 2184 0 -552 2200 0 -600 2272 0 -566 2200 0 -560 2136 0 - -# flowerpot -PottedPlant 0x11CA -568 2168 0 -568 2120 0 -560 2216 0 -584 2160 0 -567 2208 0 -664 2144 0 -616 2215 0 -592 2160 0 -552 2208 0 -592 2246 0 -608 2216 0 -624 2168 0 -648 2160 0 - -# flowerpot -PottedPlant1 0x11CB -630 2162 9 -603 2236 9 -595 2206 9 -600 2279 9 -600 2282 9 -652 2162 9 -576 2188 8 - -# flowerpot -PottedPlant2 0x11CC -603 2276 9 -611 2157 8 -620 2216 9 -628 2191 10 -581 2186 8 -624 2161 9 - -# statue -Static 0x1228 -563 2152 8 - -# tarot -Static 0x12A6 -604 2181 6 - -# brush -Static 0x1370 -578 2123 6 - -# brush -Static 0x1372 -579 2123 6 - -# bridle -Static 0x1374 -577 2123 6 - -# bridle -Static 0x1375 -576 2123 6 - -# statue -Static 0x139B -563 2156 9 - -# ship model -Static 0x14F3 -600 2280 6 - -# ship model -Static 0x14F4 -600 2281 6 - -# rope -Static 0x14F8 -620 2274 -3 -658 2245 -3 -679 2234 -3 - -# rope -Static 0x14FA -645 2229 -3 - -# water barrel -Static 0x154D -677 2224 -2 -640 2225 -2 -639 2226 -2 -657 2224 -2 -657 2239 -2 -633 2193 0 -673 2233 -3 -582 2230 5 -639 2225 -2 - -# folded cloth -Static 0x175D -648 2187 6 - -# folded cloth -Static 0x175E (Hue=0x31E) -648 2185 6 - -# folded cloth -Static 0x1762 -649 2182 0 - -# folded cloth -Static 0x1764 (Hue=0x31E) -648 2182 0 - -# cloth -Static 0x1767 -648 2182 0 - -# cut cloth -Static 0x1768 (Hue=0x58) -648 2186 6 - -# hourglass -Static 0x1811 -669 2136 6 - -# scales -Scales 0x1851 -668 2136 6 - -# skull with candle -CandleSkull 0x1854 -665 2140 6 - -# skull with candle -CandleSkull 0x1858 -665 2136 6 - -# empty vials -Static 0x185B -670 2136 6 - -# full vials -Static 0x185D -667 2136 6 - -# bellows -Static 0x1986 -636 2193 0 - -# forge -Static 0x198A (Light=Circle300) -636 2194 0 - -# forge -Static 0x198E -636 2195 0 - -# feather -Static 0x1BD1 -587 2204 6 - -# shaft -Static 0x1BD4 -591 2204 6 -588 2200 6 -587 2202 6 -591 2202 6 - -# boards -Static 0x1BD8 -613 2273 0 - -# boards -Static 0x1BD9 -608 2277 0 -608 2278 0 - -# boards -Static 0x1BDB -615 2278 0 - -# bulletin board -BulletinBoard 0x1E5E -559 2168 0 - -# prow -Static 0x3E9A -683 2238 -5 -683 2230 -5 - -# ship -Static 0x3E9B -682 2231 -5 -682 2239 -5 - -# ship -Static 0x3E9C -684 2239 -5 -684 2231 -5 - -# ship -Static 0x3E9D -682 2240 -5 -682 2232 -5 - -# ship -Static 0x3E9E -684 2232 -5 -684 2240 -5 - -# ship -Static 0x3E9F -682 2241 -5 -682 2233 -5 - -# ship -Static 0x3EA0 -684 2241 -5 -684 2233 -5 - -# deck -Static 0x3EA1 -682 2242 -5 -682 2234 -5 - -# ship -Static 0x3EA6 -684 2234 -5 -684 2242 -5 - -# ship -Static 0x3EA7 -682 2235 -5 -682 2243 -5 - -# ship -Static 0x3EA8 -684 2235 -5 -684 2243 -5 - -# ship -Static 0x3EAB -684 2236 -5 -684 2244 -5 - -# deck -Static 0x3EAC -683 2235 -5 -683 2234 -5 -683 2243 -5 -683 2242 -5 - -# deck -Static 0x3EAD -683 2232 -5 -683 2240 -5 - -# hatch -Static 0x3EAE -683 2231 -5 -683 2239 -5 - -# deck -Static 0x3EB0 -683 2233 -5 -683 2241 -5 - -# ship -Static 0x3EB6 -682 2244 -5 -682 2236 -5 - -# rudder -Static 0x3EBC -683 2237 -5 -683 2245 -5 - -# deck -Static 0x3EC0 -683 2244 -5 -683 2236 -5 - -# gang plank -Static 0x3ED5 -681 2242 -5 -681 2234 -5 - - -############### -# East Island # -############### - -# tent wall -Static 0x02EB (Hue=0x33) -752 2210 4 -747 2208 9 -762 2200 0 -753 2197 6 - -# tent wall -Static 0x02EC (Hue=0x33) -753 2209 4 -754 2196 6 -763 2199 0 -748 2207 9 - -# gruesome standard -Static 0x041F -757 2193 12 - -# gruesome standard -Static 0x0420 -765 2201 0 - -# fireplace -Static 0x08DA -808 2333 0 -888 2396 0 - -# fireplace -Static 0x08DB -888 2395 0 -808 2332 0 - -# fireplace -Static 0x08DE -821 2192 0 -804 2264 0 - -# fireplace -Static 0x08DF -803 2264 0 -820 2192 0 - -# oven -StoneOvenEastAddon 0x092C -887 2393 0 -807 2330 0 - -# oven -StoneOvenSouthAddon 0x0930 -818 2191 0 -802 2264 0 - -# cauldron -Static 0x0974 -756 2267 0 -748 2350 0 -755 2203 0 - -# cauldron -Static 0x0975 -870 2324 0 -786 2233 0 - -# slab of bacon -Static 0x0976 -790 2232 6 - -# slab of bacon -Static 0x0977 -866 2320 6 - -# basket -Basket 0x0990 -892 2396 6 - -# tray -Static 0x0992 -810 2334 6 -890 2398 6 - -# ceramic mug -CeramicMug 0x0995 -813 2196 4 -796 2267 4 - -# ceramic mug -CeramicMug 0x0996 -796 2266 4 -813 2195 4 - -# bottle of liquor -BeverageBottle 0x099B (Content=Liquor) -891 2387 4 -748 2264 6 -784 2220 16 -810 2322 4 -740 2344 6 -864 2316 6 - -# fork -Fork 0x09A3 -890 2385 4 -890 2387 4 -810 2321 4 -810 2323 4 - -# fork -Fork 0x09A4 -814 2195 4 -797 2266 4 - -# knife -Knife 0x09A5 -890 2385 4 -810 2323 4 -890 2387 4 -810 2321 4 - -# knife -Knife 0x09A6 -797 2266 4 -814 2195 4 - -# bushel -Basket 0x09AC -803 2268 6 -822 2192 6 -819 2195 0 -810 2332 0 - -# spoon -Spoon 0x09C2 -810 2323 4 -890 2385 4 -890 2386 4 -810 2321 4 - -# spoon -Spoon 0x09C3 -797 2266 4 -814 2195 4 - -# ham -Static 0x09D3 -754 2263 6 -866 2321 6 - -# plate -Plate 0x09D7 -810 2321 4 -739 2344 6 -890 2385 4 -797 2266 4 -811 2322 4 -810 2323 4 -891 2386 4 -797 2267 4 -890 2387 4 -814 2195 4 -747 2264 6 -814 2196 4 -864 2315 6 -784 2219 16 - -# kettle -Static 0x09ED -809 2334 6 -889 2398 6 -819 2192 0 -806 2265 6 - -# fork -Fork 0x09F4 -747 2264 6 -814 2196 4 -797 2267 4 -739 2344 6 - -# fork -Fork 0x09F5 -784 2219 16 -891 2386 4 -864 2315 6 -811 2322 4 - -# knife -Knife 0x09F6 -739 2344 6 -747 2264 6 -814 2196 4 -797 2267 4 - -# knife -Knife 0x09F7 -864 2315 6 -811 2322 4 -784 2219 16 -891 2386 4 - -# spoon -Spoon 0x09F8 -797 2267 4 -739 2344 6 -747 2264 6 -814 2196 4 - -# spoon -Spoon 0x09F9 -864 2315 6 -784 2219 16 -811 2322 4 -891 2386 4 - -# lantern post -Static 0x0A20 -712 2234 -3 - -# lantern -Lantern 0x0A22 -738 2344 6 -746 2264 6 -784 2218 16 -793 2272 12 -814 2200 12 -816 2320 12 -864 2314 6 -896 2384 13 - -# chest of drawers -Drawer 0x0A2C -818 2328 0 -897 2392 0 - -# chest of drawers -Drawer 0x0A34 -808 2186 0 -800 2273 0 - -# armoire -Armoire 0x0A4F -810 2184 0 -802 2272 0 - -# armoire -Armoire 0x0A53 -816 2330 0 -896 2394 0 - -# bookcase -LibraryBookcase 0x0A97 -809 2192 0 -814 2320 0 -737 2136 0 -893 2384 0 - -# bookcase -LibraryBookcase 0x0A98 -894 2384 0 -813 2192 0 -741 2136 0 - -# bookcase -LibraryBookcase 0x0A99 -736 2137 0 -736 2141 0 -792 2269 0 -888 2391 0 -888 2386 0 -808 2327 0 -808 2324 0 -808 2193 0 - -# bookcase -LibraryBookcase 0x0A9A -808 2197 0 -792 2270 0 -888 2390 0 -808 2326 0 - -# bookcase -LibraryBookcase 0x0A9B -813 2320 0 -814 2192 0 - -# bookcase -LibraryBookcase 0x0A9C -888 2387 0 -792 2265 0 -808 2325 0 -888 2389 0 - -# candle -CandleLarge 0x0B1A -893 2390 4 -753 2145 4 -753 2141 4 -738 2139 4 -798 2267 4 -815 2196 4 -812 2334 6 -811 2321 4 - -# candelabra -CandelabraStand 0x0B26 -757 2149 0 - -# chair -WoodenChairCushion 0x0B53 -739 2138 0 -753 2138 0 - -# chair -WoodenChair 0x0B56 -751 2140 0 -751 2146 0 -751 2144 0 -751 2142 0 - -# chair -WoodenChair 0x0B57 -797 2265 0 -814 2194 0 - -# chair -WoodenChair 0x0B58 -793 2267 0 -755 2144 0 -755 2146 0 -755 2142 0 -809 2195 0 -755 2140 0 - -# chair -WoodenChair 0x0B59 -740 2140 0 -738 2140 0 -814 2197 0 -797 2268 0 - -# chair -BambooChair 0x0B5A -809 2323 0 -809 2321 0 -889 2387 0 -892 2391 0 -812 2327 0 -889 2385 0 - -# chair -BambooChair 0x0B5C -739 2345 0 -747 2265 0 - -# chair -BambooChair 0x0B5D -865 2315 0 -812 2322 0 -892 2386 0 -785 2219 10 - -# wooden signpost -Static 0x0B98 -712 2235 -3 - -# sign -Static 0x0BB2 (Name=Skara Brae Ferry : Step onto the boat and say "I would like to cross) -713 2236 7 - -# small fish -Static 0x0DD6 -716 2236 -2 - -# small fish -Static 0x0DD8 -724 2239 -1 -715 2234 -3 - -# small fish -Static 0x0DD9 -724 2238 -3 -713 2238 -1 - -# campfire -Static 0x0DE3 (Light=Circle225) -755 2203 0 - -# wooden chest -WoodenChest 0x0E42 -864 2313 0 -736 2346 0 -744 2269 0 - -# wooden chest -WoodenChest 0x0E43 -785 2216 10 - -# stump -Static 0x0E58 -756 2201 0 - -# stump -Static 0x0E59 -753 2202 0 - -# barrel -Barrel 0x0E77 -744 2264 5 -784 2222 15 -718 2232 -2 -745 2264 5 -784 2221 10 -784 2222 10 -784 2221 15 -720 2232 -2 -729 2232 -2 -729 2233 -2 -744 2264 0 -744 2265 0 -745 2264 0 -728 2232 -2 - -# sheaf of hay -Static 0x0F36 -755 2153 0 -752 2153 0 - -# executioner's axe -Static 0x0F46 -754 2201 0 - -# dying tub -DyeTub 0x0FAB (Hue=0x8A) -864 2317 0 - -# dying tub -DyeTub 0x0FAB (Hue=0x2DD) -741 2344 0 - -# fire pit -Static 0x0FAC (Light=Circle225) -755 2203 0 -870 2324 0 -756 2267 0 -786 2233 0 -748 2350 0 - -# book -Static 0x0FBD -792 2267 4 -813 2327 4 -893 2391 4 -808 2195 4 - -# book -Static 0x0FBE -739 2139 4 -753 2139 4 - -# pen and ink -Static 0x0FBF -893 2391 4 -813 2327 4 -792 2267 4 -808 2195 4 - -# pen and ink -Static 0x0FC0 -739 2139 4 -753 2139 4 - -# pewter mug -PewterMug 0x0FFF -740 2344 6 -748 2264 6 -891 2385 4 - -# pewter mug -PewterMug 0x1000 -864 2316 6 -784 2220 16 -811 2323 4 - -# pewter mug -PewterMug 0x1001 -891 2385 4 - -# pewter mug -PewterMug 0x1002 -810 2323 4 -890 2386 4 -810 2321 4 - -# wash basin -Static 0x1008 -785 2217 10 -745 2265 0 -745 2346 6 -866 2322 6 - -# archery butte -ArcheryButte 0x100B -756 2153 0 -753 2153 0 - -# hay sheave -Static 0x100D -757 2153 0 -754 2153 0 - -# hay -Static 0x1036 -755 2159 0 -752 2161 0 -866 2317 0 -759 2153 0 -748 2268 0 -748 2269 0 -786 2222 10 -786 2218 10 -749 2267 0 -749 2269 0 -755 2153 0 -754 2155 0 -867 2315 0 -869 2316 0 -869 2317 0 -869 2315 0 -867 2316 0 -867 2318 0 -868 2318 0 -753 2156 0 -756 2155 0 -865 2318 0 -756 2157 0 -870 2313 0 -758 2156 2 -758 2154 0 -742 2350 0 -787 2221 10 -741 2350 0 -738 2346 0 -737 2350 0 -787 2218 10 -787 2220 10 -739 2349 0 -740 2350 0 -788 2220 10 -788 2221 10 -746 2269 0 -739 2347 0 -741 2348 0 -742 2349 0 -787 2217 10 -747 2268 0 -754 2159 0 -789 2222 10 -789 2221 10 -742 2347 0 -747 2267 0 - -# dough -Static 0x103D -806 2266 9 -822 2194 9 - -# cookie mix -Static 0x103F -806 2264 9 -822 2195 9 - -# rolling pin -Static 0x1043 -820 2196 0 - -# garbage -Static 0x10EE -754 2200 0 -757 2194 13 -761 2199 0 -754 2209 5 -761 2200 0 -753 2204 5 -754 2210 1 -756 2201 0 -755 2205 1 -757 2203 0 -762 2201 0 - -# potted tree -PottedTree 0x11C8 -902 2392 0 -808 2184 0 - -# potted tree -PottedTree1 0x11C9 -888 2384 0 -736 2144 0 -800 2272 0 -816 2328 0 - -# flowerpot -PottedPlant 0x11CA -808 2320 0 -896 2392 0 -792 2264 0 -808 2192 0 - -# Archer's Guild -LocalizedSign 0x1299 (LabelNumber=1016044) -742 2232 14 - -# Docks to Skara Brae -LocalizedSign 0x129A (LabelNumber=1016103) -742 2232 17 -772 2240 16 -813 2240 10 - -# Britain -LocalizedSign 0x129C (LabelNumber=1016070) -742 2232 10 -772 2240 13 -813 2240 15 - -# Ferry Out of Service -LocalizedSign 0x129D (LabelNumber=1016113) -712 2232 13 - -# plough -Static 0x1500 -899 2405 0 - -# plough -Static 0x1501 -898 2405 0 - -# plough -Static 0x1502 -810 2281 0 -833 2341 0 - -# plough -Static 0x1503 -833 2342 0 -810 2282 0 - -# harrow -Static 0x1505 -828 2338 0 -814 2276 0 - -# harrow -Static 0x1507 -895 2406 0 - -# water barrel -Static 0x154D -728 2233 -2 -752 2268 0 -871 2321 0 -719 2232 -2 -722 2238 -2 -784 2230 0 -748 2345 0 - -# bowl of carrots -Static 0x15F9 -806 2267 6 - -# bowl of lettuce -Static 0x15FB -805 2268 6 - -# pewter bowl -Static 0x15FD -813 2328 4 - -# large pewter bowl -Static 0x1603 -811 2334 6 - -# leaves -Static 0x1B23 (Hue=0x970) -875 2326 0 -887 2424 0 -861 2280 0 -789 2220 10 -804 2198 0 -795 2289 0 -803 2197 0 -831 2223 13 -794 2304 0 -855 2363 0 -894 2382 0 -859 2342 0 -842 2356 0 -805 2189 0 -890 2365 0 -863 2391 0 -806 2303 0 -835 2296 8 -839 2231 0 -879 2395 0 -892 2245 0 -872 2374 0 -831 2269 0 -878 2395 0 - -# leaves -Static 0x1B24 (Hue=0x970) -890 2363 0 -879 2393 0 -859 2340 0 -842 2354 0 -861 2278 0 -806 2301 0 -878 2393 0 -789 2218 10 -875 2324 0 -863 2389 0 -894 2380 0 -872 2372 0 -805 2187 0 -794 2302 0 -831 2221 13 -855 2361 0 -803 2195 0 -892 2243 0 -887 2422 0 -831 2267 0 -835 2294 6 -804 2196 0 -839 2229 0 - -# leaves -Static 0x1B25 (Hue=0x970) -853 2361 0 -837 2229 0 -803 2187 0 -890 2243 0 -804 2301 0 -833 2294 10 -792 2302 0 -888 2363 0 -859 2278 0 -877 2393 0 -787 2218 10 -876 2393 0 -873 2324 0 -829 2267 0 -861 2389 0 -885 2422 0 -870 2372 0 -840 2354 0 -857 2340 0 -829 2221 13 -801 2195 0 -802 2196 0 -904 2235 0 -892 2380 0 -793 2287 0 - -# leaves -Static 0x1B26 (Hue=0x970) -802 2198 0 -829 2223 13 -792 2304 0 -787 2220 10 -870 2374 0 -793 2289 0 -840 2356 0 -892 2382 0 -801 2197 0 -885 2424 0 -859 2280 0 -888 2365 0 -837 2231 0 -904 2237 0 -857 2342 0 -873 2326 0 -876 2395 0 -890 2245 0 -853 2363 0 -833 2296 10 -861 2391 0 -877 2395 0 -803 2189 0 -829 2269 0 -804 2303 0 - -# tightrope -Static 0x2710 -710 2236 -3 -711 2236 -3 - -# prow -Static 0x3E9A -709 2234 -5 - -# ship -Static 0x3E9B -708 2235 -5 - -# ship -Static 0x3E9C -710 2235 -5 - -# ship -Static 0x3E9D -708 2236 -5 - -# ship -Static 0x3E9E -710 2236 -5 - -# ship -Static 0x3E9F -708 2237 -5 - -# ship -Static 0x3EA0 -710 2237 -5 - -# deck -Static 0x3EA1 -708 2238 -5 - -# ship -Static 0x3EA7 -708 2239 -5 - -# ship -Static 0x3EA8 -710 2239 -5 - -# ship -Static 0x3EAB -710 2240 -5 - -# deck -Static 0x3EAC -709 2238 -5 -709 2239 -5 -710 2238 -5 - -# deck -Static 0x3EAD -709 2236 -5 - -# hatch -Static 0x3EAE -709 2235 -5 - -# deck -Static 0x3EB0 -709 2237 -5 - -# ship -Static 0x3EB1 -707 2238 -5 - -# ship -Static 0x3EB6 -708 2240 -5 - -# rudder -Static 0x3EBC -709 2241 -5 - -# deck -Static 0x3EC0 -709 2240 -5 - -# gang plank -Static 0x3ED4 -711 2238 -5 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/solen matriarch quest.cfg b/Distribution/Data/Decoration/Britannia/solen matriarch quest.cfg deleted file mode 100644 index 8559b05c1..000000000 --- a/Distribution/Data/Decoration/Britannia/solen matriarch quest.cfg +++ /dev/null @@ -1,6 +0,0 @@ -# Water Vats -WaterVatSouth 0x0 -5806 1919 5 - -WaterVatEast 0x0 -5797 1926 5 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/study of solen quest.cfg b/Distribution/Data/Decoration/Britannia/study of solen quest.cfg deleted file mode 100644 index bbc25755f..000000000 --- a/Distribution/Data/Decoration/Britannia/study of solen quest.cfg +++ /dev/null @@ -1,7 +0,0 @@ -# Naturalists -Spawner 0x1F13 (Spawn=Naturalist; Count=1; HomeRange=0) -1495 1721 7 -1414 1594 30 -1574 1697 35 -1393 3769 0 -5240 174 15 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/trinsic.cfg b/Distribution/Data/Decoration/Britannia/trinsic.cfg deleted file mode 100644 index 1f36ec2fb..000000000 --- a/Distribution/Data/Decoration/Britannia/trinsic.cfg +++ /dev/null @@ -1,1996 +0,0 @@ -# battlement -Static 0x0173 -1891 2706 40 - -# sandstone wall -Static 0x0176 -1884 2726 40 - -# sandstone wall -Static 0x0178 -1896 2707 20 - -# wooden ramp -Static 0x087A -1974 2782 10 - -# fireplace -Static 0x08DA -1877 2810 10 - -# fireplace -Static 0x08DB -1877 2809 10 - -# oven -StoneOvenEastAddon 0x092C -1877 2806 10 -1985 2894 5 - -# fireplace -StoneFireplaceEastAddon 0x0959 -1925 2788 0 -1985 2897 5 - -# fireplace -StoneFireplaceSouthAddon 0x0961 -1863 2824 10 - -# slab of bacon -Static 0x0976 -1987 2893 11 - -# tray -Static 0x0991 -1843 2829 14 -1846 2761 20 -1852 2761 20 -1859 2764 20 -1859 2830 16 -1951 2675 34 - -# tray -Static 0x0992 -1842 2759 0 -1847 2759 0 -1853 2759 0 -1856 2772 20 -1858 2757 20 -1858 2759 0 -1946 2675 34 - -# fruit basket -FruitBasket 0x0993 -1947 2683 34 -1949 2674 34 - -# ceramic mug -CeramicMug 0x0995 -2026 2747 54 - -# ceramic mug -CeramicMug 0x0996 -2027 2744 54 -2027 2746 54 - -# ceramic mug -CeramicMug 0x0997 -2026 2745 54 - -# bottle of ale -BeverageBottle 0x099F (Content=Ale) -1866 2647 24 -1867 2646 24 - -# fork -Fork 0x09A3 -1842 2830 14 -1946 2680 34 -1946 2682 34 -1946 2684 34 -1946 2686 34 - -# fork -Fork 0x09A4 -1946 2679 34 -1948 2679 34 - -# knife -Knife 0x09A5 -1842 2830 14 -1946 2680 34 -1946 2682 34 -1946 2684 34 -1946 2686 34 - -# knife -Knife 0x09A6 -1946 2679 34 -1948 2679 34 - -# glass pitcher -Pitcher 0x09A7 -1842 2831 14 - -# metal box -FillableMetalBox 0x09A8 -1846 2738 6 -1846 2794 -2 -1882 2808 16 -1888 2657 16 -1918 2811 6 -1928 2794 6 -1984 2838 21 -1988 2865 26 -2034 2807 16 - -# metal chest -MetalChest 0x09AB -1811 2834 0 - -# bushel -Basket 0x09AC -2020 2835 0 -2020 2836 0 -2020 2840 0 -2024 2859 6 -2024 2862 6 -2024 2865 6 -2026 2832 0 -2029 2859 6 -2029 2862 6 -2029 2865 6 - -# cooked bird -Static 0x09B8 -1946 2675 34 -1985 2893 11 - -# raw bird -Static 0x09B9 -1993 2893 11 - -# spoon -Spoon 0x09C2 -1842 2830 14 -1946 2680 34 -1946 2682 34 -1946 2684 34 -1946 2686 34 - -# spoon -Spoon 0x09C3 -1946 2679 34 -1948 2679 34 - -# bottles of wine -Static 0x09C5 -1944 2674 34 - -# bottle of wine -BeverageBottle 0x09C7 (Content=Wine) -1866 2646 24 -1867 2648 24 -1932 2795 2 -1947 2679 34 -1947 2680 34 -1947 2682 34 -1947 2684 34 -1947 2686 34 - -# ceramic mug -CeramicMug 0x09CA -2025 2746 54 -2025 2747 54 - -# fish -Static 0x09CC -2023 2862 6 - -# fish -Static 0x09CE -2028 2865 6 - -# silverware -Static 0x09D4 -1898 2687 16 - -# plate -Plate 0x09D7 -1842 2830 14 -1843 2830 14 -1946 2679 34 -1946 2680 34 -1946 2682 34 -1946 2684 34 -1946 2686 34 -1948 2679 34 -1948 2680 34 -1948 2682 34 -1948 2684 34 -1948 2686 34 - -# pot -Static 0x09E4 -1859 2832 16 - -# muffins -Muffins 0x09EB -1842 2759 0 -1847 2759 0 -1853 2759 0 -1856 2772 20 -1858 2757 20 -1858 2759 0 -1859 2764 20 - -# kettle -Static 0x09ED -1864 2824 16 -1878 2805 16 - -# fork -Fork 0x09F5 -1843 2830 14 -1948 2680 34 -1948 2682 34 -1948 2684 34 -1948 2686 34 - -# knife -Knife 0x09F7 -1843 2830 14 -1948 2680 34 -1948 2682 34 -1948 2684 34 -1948 2686 34 - -# spoon -Spoon 0x09F9 -1843 2830 14 -1948 2680 34 -1948 2682 34 -1948 2684 34 -1948 2686 34 - -# muffins -Static 0x09FA -1846 2761 20 -1852 2761 20 - -# wall sconce -WallSconce 0x0A00 (Unlit; Light=NorthBig) -1992 2724 45 - -# candle -Candle 0x0A0F -1897 2691 16 -2026 2716 25 -2030 2721 25 - -# hanging lantern -HangingLantern 0x0A1A -1841 2737 0 - -# bowl of flour -Static 0x0A1E -1880 2805 16 - -# candelabra -CandelabraStand 0x0A29 (Unlit) -1942 2760 10 - -# chest of drawers -Drawer 0x0A2C -1934 2683 20 -1935 2683 20 -1987 2858 20 -2025 2736 50 -2025 2799 10 -2026 2793 10 -2031 2784 30 -2034 2795 10 -2034 2801 10 -2036 2736 50 - -# chest of drawers -FancyDrawer 0x0A30 -1841 2710 10 -1893 2680 30 -1979 2829 15 - -# chest of drawers -Drawer 0x0A34 -1834 2729 0 -1834 2738 0 -1839 2729 0 -1844 2729 0 -1849 2730 0 -1851 2738 0 -1923 2803 0 -1932 2707 30 -1932 2708 30 -1954 2691 20 -1954 2692 20 -1985 2884 5 -2024 2785 10 -2024 2785 30 -2024 2796 30 -2033 2785 10 -2034 2798 30 - -# chest of drawers -FancyDrawer 0x0A38 -1847 2821 10 -1897 2804 20 -1942 2759 10 - -# dresser -Static 0x0A44 -1888 2685 30 - -# dresser -Static 0x0A45 -1888 2684 30 - -# armoire -FancyArmoire 0x0A4D -1839 2710 10 -1891 2680 30 -1899 2802 20 -1981 2829 15 -2027 2803 30 - -# armoire -Armoire 0x0A4F -1850 2728 0 -1932 2800 0 -1989 2858 20 -2037 2784 30 - -# armoire -FancyArmoire 0x0A51 -1847 2823 10 -1942 2762 10 - -# armoire -Armoire 0x0A53 -1985 2881 5 -2024 2789 30 -2024 2790 10 -2024 2799 30 -2033 2789 10 -2034 2802 30 - -# folded blanket -Static 0x0A6C -2034 2784 32 - -# bookcase -LibraryBookcase 0x0A97 -1812 2800 0 -1815 2800 0 -1827 2669 0 -1839 2673 0 -1841 2701 10 -1846 2673 0 -1851 2824 30 -1852 2767 0 -1854 2819 10 -1854 2824 30 -1856 2819 10 -1868 2640 0 -1869 2640 20 -1872 2640 0 -1872 2640 20 -1878 2726 20 -1881 2701 20 -1881 2726 20 -1886 2733 20 -1891 2688 30 -1894 2802 0 -1895 2688 30 -1898 2802 0 -1901 2701 20 -1904 2701 20 -1909 2701 20 -1982 2904 20 -1987 2904 0 -1993 2715 30 -2000 2720 30 -2004 2715 30 -2018 2744 30 -2021 2744 30 -2036 2805 30 - -# bookcase -LibraryBookcase 0x0A98 -1813 2800 0 -1840 2673 0 -1842 2701 10 -1844 2701 10 -1848 2819 10 -1850 2824 30 -1851 2767 0 -1852 2824 30 -1869 2640 0 -1870 2640 20 -1873 2640 0 -1880 2726 20 -1885 2733 20 -1892 2688 30 -1893 2688 30 -1894 2688 30 -1895 2802 0 -1899 2802 0 -1902 2701 20 -1905 2701 20 -1906 2701 20 -1988 2904 0 -1994 2715 30 -2005 2720 30 -2019 2744 30 -2035 2805 30 - -# bookcase -LibraryBookcase 0x0A99 -1838 2676 0 -1844 2712 10 -1850 2676 0 -1876 2727 20 -1876 2735 20 -1884 2656 10 -1889 2690 30 -1897 2808 20 -1900 2702 20 -1900 2705 20 -1932 2702 30 -1981 2905 20 -1992 2721 30 -1996 2721 30 -1996 2723 30 -2020 2838 20 - -# bookcase -LibraryBookcase 0x0A9A -1838 2675 0 -1838 2681 0 -1838 2685 0 -1844 2711 10 -1844 2716 10 -1850 2675 0 -1850 2681 0 -1876 2728 20 -1876 2733 20 -1876 2736 20 -1884 2653 10 -1889 2689 30 -1889 2693 30 -1897 2812 20 -1900 2704 20 -1932 2701 30 -1981 2906 20 -1992 2717 30 -1996 2722 30 -2020 2837 20 - -# bookcase -LibraryBookcase 0x0A9B -1814 2800 0 -1845 2701 10 -1847 2673 0 -1849 2819 10 -1853 2767 0 -1853 2824 30 -1855 2824 30 -1870 2640 0 -1871 2640 0 -1871 2640 20 -1873 2640 20 -1879 2726 20 -1882 2701 20 -1887 2733 20 -1890 2688 30 -1896 2802 0 -1900 2802 0 -1903 2701 20 -1907 2701 20 -1908 2701 20 -1989 2904 0 -2003 2715 30 -2020 2744 30 -2034 2805 30 - -# bookcase -LibraryBookcase 0x0A9C -1838 2674 0 -1838 2680 0 -1844 2717 10 -1850 2674 0 -1850 2680 0 -1876 2729 20 -1876 2732 20 -1876 2737 20 -1884 2654 10 -1884 2655 10 -1889 2692 30 -1900 2703 20 -1932 2700 30 -1981 2907 20 -1996 2724 30 -2020 2836 20 - -# candle -CandleLarge 0x0B1A -1812 2827 6 -1813 2812 4 -1814 2807 24 -1814 2809 24 -1825 2672 4 -1837 2710 16 -1846 2742 6 -1846 2772 4 -1848 2772 24 -1849 2798 -2 -1857 2772 4 -1877 2805 16 -1895 2806 4 -1918 2807 6 -1934 2700 36 -1940 2689 26 -1947 2681 34 -1947 2685 34 -1964 2690 26 -1984 2839 21 -1985 2909 4 -1985 2913 4 -2002 2720 36 -2024 2840 24 -2029 2739 34 -2031 2739 34 -2034 2809 16 -2036 2783 30 -1930 2701 20 -2063 2777 6 - -# candelabra -Candelabra 0x0B1D -1879 2707 24 -1907 2730 24 -1907 2734 24 -2028 2849 4 - -# lamp post -LampPost1 0x0B20 -1807 2743 7 -1808 2716 0 -1816 2728 7 -1816 2743 4 -1819 2818 0 -1819 2839 0 -1820 2803 0 -1825 2685 0 -1826 2744 0 -1828 2810 0 -1828 2848 0 -1832 2696 0 -1832 2721 0 -1845 2688 0 -1846 2744 0 -1847 2848 10 -1849 2776 0 -1849 2837 10 -1852 2715 10 -1854 2776 0 -1856 2856 11 -1858 2800 -8 -1863 2687 0 -1863 2696 3 -1863 2706 10 -1863 2715 10 -1863 2729 10 -1863 2743 3 -1863 2752 3 -1863 2810 0 -1865 2656 0 -1871 2856 20 -1871 2863 20 -1872 2663 -10 -1872 2672 -8 -1872 2775 0 -1872 2783 5 -1872 2813 0 -1880 2714 20 -1880 2723 20 -1881 2776 5 -1881 2783 5 -1887 2842 20 -1890 2706 20 -1890 2814 0 -1891 2733 20 -1897 2706 20 -1897 2733 20 -1900 2663 0 -1903 2716 20 -1903 2722 20 -1904 2684 0 -1904 2691 0 -1906 2813 0 -1911 2672 0 -1911 2683 0 -1911 2692 1 -1911 2740 20 -1911 2775 0 -1911 2822 1 -1911 2847 20 -1912 2757 0 -1912 2864 20 -1913 2856 20 -1919 2663 0 -1920 2822 1 -1930 2776 0 -1935 2694 20 -1939 2822 0 -1939 2831 12 -1940 2842 14 -1942 2735 10 -1942 2741 10 -1942 2798 0 -1943 2691 20 -1943 2705 20 -1947 2830 10 -1947 2842 15 -1948 2822 0 -1948 2847 8 -1948 2856 6 -1951 2704 20 -1951 2719 2 -1951 2734 10 -1951 2743 10 -1951 2775 10 -1951 2784 10 -1951 2789 9 -1951 2798 10 -1951 2813 0 -1953 2695 20 -1960 2704 20 -1960 2761 10 -1960 2813 0 -1961 2775 10 -1961 2784 10 -1966 2814 0 -1966 2820 0 -1974 2775 10 -1974 2784 10 -1978 2814 0 -1978 2821 0 -1983 2846 15 -1986 2775 11 -1986 2784 13 -1992 2846 15 -1997 2872 10 -1998 2742 30 -1998 2909 0 -1998 2914 0 -1999 2752 30 -1999 2764 26 -1999 2775 19 -1999 2784 20 -1999 2822 1 -1999 2847 15 -1999 2856 15 -2000 2880 5 -2000 2891 5 -2008 2728 30 -2008 2743 30 -2008 2752 30 -2008 2764 25 -2008 2775 20 -2008 2822 0 -2008 2887 5 -2008 2896 5 -2015 2723 30 -2020 2822 0 -2020 2886 0 -2020 2896 0 -2023 2870 0 -2026 2813 0 -2037 2839 0 -2037 2849 0 -2039 2822 0 -2039 2869 0 -2040 2813 0 -2040 2896 0 -2046 2782 0 -2048 2800 0 -2048 2888 0 -2051 2782 0 -2058 2790 0 -2058 2800 0 -2059 2784 0 -2066 2784 0 - -# candelabra -CandelabraStand 0x0B26 -1800 2702 20 -1800 2713 20 -1801 2701 0 -1801 2713 0 -1804 2810 20 -1805 2802 0 -1809 2819 0 -1815 2700 20 -1815 2701 0 -1815 2713 0 -1815 2713 20 -1817 2819 0 -1818 2800 0 -1822 2681 0 -1829 2669 0 -1834 2736 0 -1838 2673 0 -1838 2686 0 -1840 2835 10 -1845 2835 10 -1847 2835 10 -1847 2835 30 -1848 2673 0 -1851 2680 0 -1854 2736 0 -1857 2835 10 -1857 2835 30 -1860 2654 0 -1875 2640 0 -1876 2726 20 -1880 2688 10 -1882 2834 30 -1882 2840 30 -1884 2658 10 -1888 2738 20 -1888 2812 10 -1888 2832 30 -1889 2688 30 -1895 2832 30 -1900 2701 20 -1900 2834 30 -1900 2840 30 -1904 2812 20 -1907 2658 10 -1908 2844 20 -1910 2712 20 -1925 2786 0 -1932 2733 10 -1932 2751 10 -1940 2786 0 -1942 2714 30 -1942 2733 10 -1942 2751 10 -1948 2763 10 -1954 2684 20 -1980 2829 15 -1983 2909 20 -1985 2865 20 -1991 2879 5 -1992 2715 30 -1995 2913 20 -1998 2879 5 -2013 2715 30 -2016 2744 30 -2016 2750 30 -2023 2743 50 -2024 2736 50 -2032 2744 70 -2032 2750 30 -2038 2750 30 -2040 2780 0 -2054 2776 0 -2054 2780 0 -1833 2678 0 -1888 2680 10 -1895 2802 20 -1943 2677 30 -1943 2686 30 -1951 2677 30 -1933 2769 10 -1937 2684 20 -1938 2769 10 -1940 2765 10 -1951 2688 30 -1985 2858 20 -2031 2811 30 - -# wooden bench -WoodenBench 0x0B2C -1885 2722 20 -1885 2723 20 -1885 2724 20 -1885 2725 20 -1885 2726 20 -1885 2727 20 -1941 2771 10 -1941 2772 10 -1978 2842 15 - -# wooden bench -WoodenBench 0x0B2D -1889 2708 20 -1890 2708 20 -1897 2708 20 -1898 2708 20 -1899 2708 20 -1900 2708 20 -1945 2769 10 -1946 2769 10 -1980 2842 15 -1983 2831 15 -2000 2715 30 -2001 2715 30 -2002 2715 30 -2005 2715 30 -2006 2715 30 -2007 2715 30 - -# water trough -WaterTroughSouthAddon 0x0B43 -1959 2672 20 -1962 2672 20 - -# water trough -Static 0x0B44 -1960 2672 20 -1963 2672 20 - -# chair -WoodenChairCushion 0x0B52 -1841 2830 10 - -# chair -WoodenChairCushion 0x0B54 -1848 2715 10 - -# chair -WoodenChairCushion 0x0B55 -1844 2830 10 - -# chair -WoodenChair 0x0B56 -1852 2676 0 -1852 2678 0 -1861 2647 0 -1861 2649 0 -1865 2646 20 -1865 2648 20 -1870 2643 0 -1870 2645 0 -1878 2729 20 -1878 2731 20 -1887 2655 10 -1891 2691 30 -1894 2805 0 -1983 2840 15 -1987 2867 20 -1992 2889 5 -2024 2745 50 -2024 2747 50 -2025 2807 10 -2025 2809 10 -2025 2848 0 -2025 2850 0 -2041 2773 0 -2041 2775 0 -2041 2777 0 - -# chair -WoodenChair 0x0B57 -1847 2713 10 -1849 2713 10 -1853 2674 0 -1855 2674 0 -1857 2674 0 -1859 2674 0 -1870 2642 20 -1872 2642 20 -1903 2703 20 -1905 2703 20 -1907 2703 20 -1935 2767 10 -2026 2737 30 -2026 2743 50 -2027 2846 0 -2028 2737 30 -2029 2846 0 -2030 2737 30 -2032 2737 30 -2034 2737 30 -2035 2745 70 -2064 2775 0 - -# chair -WoodenChair 0x0B58 -1832 2680 0 -1839 2678 0 -1839 2683 0 -1842 2678 0 -1842 2682 0 -1846 2681 0 -1847 2740 0 -1860 2677 0 -1864 2647 0 -1864 2649 0 -1868 2646 20 -1868 2648 20 -1872 2650 0 -1873 2643 0 -1873 2645 0 -1886 2736 20 -1896 2804 0 -1896 2806 0 -1908 2709 20 -1919 2809 0 -1965 2691 20 -2028 2745 50 -2028 2747 50 -2028 2807 10 -2028 2809 10 -2031 2848 0 -2031 2850 0 -2035 2739 30 -2035 2808 10 -2036 2808 30 -2044 2773 0 -2044 2775 0 -2044 2777 0 - -# chair -WoodenChair 0x0B59 -1842 2674 0 -1844 2674 0 -1853 2680 0 -1855 2680 0 -1857 2680 0 -1859 2680 0 -1879 2711 20 -1879 2737 20 -1881 2737 20 -1907 2737 20 -2001 2721 30 -2004 2721 30 -2023 2841 20 -2026 2741 30 -2026 2749 50 -2027 2852 0 -2028 2741 30 -2029 2852 0 -2030 2741 30 -2032 2741 30 -2034 2741 30 -2035 2747 70 - -# chair -BambooChair 0x0B5A -1805 2805 0 -1805 2807 0 -1805 2809 0 -1805 2811 0 -1812 2806 20 -1812 2808 20 -1812 2810 20 -1829 2671 0 -1829 2673 0 -1829 2675 0 -1840 2739 0 -1840 2741 0 -1845 2771 0 -1848 2796 -8 -1856 2770 0 -1856 2772 0 -1877 2705 20 -1877 2707 20 -1877 2709 20 -1881 2810 10 -1905 2729 20 -1905 2731 20 -1905 2733 20 -1905 2735 20 -1927 2796 0 -1933 2701 30 -1939 2690 20 -1945 2680 30 -1945 2682 30 -1945 2684 30 -1945 2686 30 -1983 2908 0 -1983 2910 0 -1983 2912 0 -1983 2914 0 -1985 2910 20 -2058 2775 0 -2058 2780 0 - -# chair -BambooChair 0x0B5B -1811 2811 0 -1811 2819 0 -1813 2801 0 -1813 2811 0 -1813 2819 0 -1814 2804 20 -1815 2801 0 -1815 2819 0 -1824 2670 0 -1878 2703 20 -1880 2703 20 -1946 2678 30 -1948 2678 30 -1985 2906 0 -2022 2839 20 -2024 2839 20 - -# chair -BambooChair 0x0B5C -1812 2813 0 -1813 2825 0 -1814 2812 20 -1815 2825 0 -1849 2773 20 -1985 2916 0 -1992 2916 0 -2023 2860 0 -2023 2863 0 -2023 2866 0 -2028 2860 0 -2028 2863 0 -2028 2866 0 -2063 2778 0 -2064 2778 0 - -# chair -BambooChair 0x0B5D -1808 2805 0 -1808 2807 0 -1808 2809 0 -1808 2811 0 -1816 2806 20 -1816 2808 20 -1816 2810 20 -1832 2671 0 -1832 2673 0 -1832 2675 0 -1847 2770 0 -1847 2772 0 -1858 2771 0 -1881 2705 20 -1881 2707 20 -1881 2709 20 -1898 2810 20 -1909 2729 20 -1909 2731 20 -1909 2733 20 -1909 2735 20 -1949 2680 30 -1949 2682 30 -1949 2684 30 -1949 2686 30 -1987 2908 0 -1987 2910 0 -1987 2912 0 -1987 2914 0 -1988 2910 20 - -# foot stool -FootStool 0x0B5E -1889 2685 30 - -# bench -Static 0x0B5F -1928 2790 0 -1930 2790 0 -1932 2790 0 -1934 2790 0 -1936 2790 0 -1936 2796 0 -1938 2790 0 -1938 2796 0 - -# bench -Static 0x0B60 -1928 2787 0 -1930 2787 0 -1932 2787 0 -1934 2787 0 -1936 2787 0 -1936 2793 0 -1938 2787 0 -1938 2793 0 - -# bench -Static 0x0B61 -1928 2788 0 -1928 2789 0 -1930 2788 0 -1930 2789 0 -1932 2788 0 -1932 2789 0 -1934 2788 0 -1934 2789 0 -1936 2788 0 -1936 2789 0 -1936 2794 0 -1936 2795 0 -1938 2788 0 -1938 2789 0 -1938 2794 0 -1938 2795 0 - -# bench -Static 0x0B65 -1933 2794 0 -1933 2796 0 - -# bench -Static 0x0B66 -1930 2794 0 -1930 2796 0 - -# bench -Static 0x0B67 -1931 2794 0 -1931 2796 0 -1932 2794 0 -1932 2796 0 - -# metal signpost -Static 0x0B9C -2002 2728 30 - -# metal signpost -Static 0x0BA2 -2016 2753 30 - -# brambles -Static 0x0D3F -2023 2766 20 - -# chessmen -Static 0x0E12 -1931 2795 2 -2043 2772 4 - -# chessmen -Static 0x0E13 -1814 2810 24 -1831 2671 4 -1985 2908 4 - -# chessmen -Static 0x0E14 -1814 2810 24 -1831 2671 4 -1985 2908 4 -2042 2773 4 - -# cards -Static 0x0E15 -1985 2915 4 - -# cards -Static 0x0E17 -1807 2810 4 -1814 2808 24 -1830 2676 4 -1862 2647 4 -1862 2649 4 -1929 2790 4 -1985 2914 4 -2026 2745 54 -2026 2747 54 -2042 2775 4 - -# cards -Static 0x0E18 -1806 2809 4 -1813 2808 24 -1830 2675 4 -1862 2647 4 -1862 2649 4 -1929 2789 4 -1984 2914 4 -2025 2745 54 -2025 2747 54 -2042 2775 4 - -# cards -Static 0x0E19 -1807 2809 4 -1815 2808 24 -1831 2675 4 -1863 2647 4 -1863 2649 4 -1929 2789 4 -1986 2914 4 -2027 2745 54 -2027 2747 54 -2043 2775 4 - -# backgammon board -Backgammon 0x0E1C -1807 2805 4 -1985 2911 4 -2043 2777 4 - -# crystal ball -Static 0x0E2F (Light=Circle150) -1847 2714 16 - -# brazier -Brazier 0x0E32 -1844 2710 10 -1837 2701 10 - -# crate -FillableLargeCrate 0x0E3C -1853 2786 -8 -1853 2786 -5 -1853 2786 -2 -1853 2786 1 -1853 2788 -8 -1853 2788 -5 -1854 2786 -8 -1854 2786 -5 -1854 2786 -2 -1854 2786 1 -1854 2788 -8 -1854 2788 -5 -2023 2840 0 -2023 2840 3 -2023 2841 0 -2023 2841 3 -2024 2840 0 -2024 2840 3 -2024 2841 0 -2024 2841 3 - -# crate -FillableLargeCrate 0x0E3D -1853 2787 -8 -1853 2787 -5 -1853 2787 -2 -1854 2787 -8 -1854 2787 -5 -1854 2787 -2 - -# crate -FillableSmallCrate 0x0E3E -1849 2790 -8 -1849 2790 -5 -1849 2790 -2 -1849 2791 -8 -1849 2791 -5 -1849 2791 -2 -1850 2790 -8 -1850 2790 -5 -1850 2790 -2 -1850 2791 -8 -1850 2791 -5 -1850 2791 -2 - -# metal chest -FillableMetalGoldenChest 0x0E40 -2024 2739 50 - -# wooden chest -WoodenChest 0x0E42 -1804 2814 20 -1811 2801 20 -1860 2645 20 -1860 2648 20 -1860 2651 20 -1932 2704 30 -1932 2705 30 -1954 2685 20 -1954 2686 20 - -# wooden chest -FillableWoodenChest 0x0E42 -1834 2731 0 -1834 2742 0 -1839 2731 0 -1844 2731 0 -1851 2742 0 -1923 2805 0 - -# wooden chest -WoodenChest 0x0E43 -1817 2800 20 -1938 2683 20 -1939 2683 20 -2060 2774 0 -2061 2774 0 - -# wooden chest -FillableWoodenChest 0x0E43 -1854 2728 0 - -# barrel -Barrel 0x0E77 -2020 2832 0 -2020 2832 5 -2020 2832 10 -2020 2833 0 -2020 2833 5 -2020 2834 0 -2020 2837 0 -2020 2837 5 -2020 2837 10 -2020 2838 0 -2020 2838 5 -2020 2839 0 -2020 2856 0 -2020 2856 5 -2020 2857 0 -2020 2857 5 -2021 2832 0 -2021 2832 5 -2021 2833 0 -2021 2837 0 -2021 2838 0 -2021 2838 5 -2021 2856 0 -2021 2856 5 -2022 2832 0 -2024 2832 0 -2024 2832 5 -2025 2832 0 -2025 2832 5 -2025 2833 0 -2027 2856 0 -2027 2856 5 -2028 2856 0 -2028 2856 5 -2029 2856 0 -2029 2856 5 -2029 2856 10 -2030 2856 0 -2030 2856 5 -2030 2856 10 - -# barrel -FillableBarrel 0x0E77 -1844 2786 -3 -1844 2786 2 -1844 2787 -3 -1844 2788 -8 -1845 2786 -3 -1845 2787 -8 -1846 2786 -8 -1925 2797 0 -1925 2797 5 -1925 2798 0 -1925 2798 5 -1925 2798 10 -1926 2798 0 -1926 2798 5 -2056 2848 -3 -2056 2848 2 -2056 2849 -3 -2056 2849 2 -2057 2848 -3 -2057 2848 2 -2057 2849 -3 -2058 2857 -3 -2058 2857 2 -2058 2858 -3 -2058 2858 2 -2059 2857 -3 -2059 2857 2 -2059 2858 2 -2073 2858 -3 -2074 2857 -3 - -# crate -FillableSmallCrate 0x0E7E -2025 2836 0 -2025 2837 0 -2025 2837 3 -2025 2838 0 -2025 2838 3 -2026 2836 0 -2026 2837 0 -2026 2837 3 -2026 2837 6 -2026 2838 0 -2026 2838 3 - -# strong box -MetalBox 0x0E80 -1809 2828 6 - -# strong box -FillableMetalBox 0x0E80 -1846 2714 16 -1934 2768 16 -1991 2887 11 - -# pickaxe -Static 0x0E86 -1848 2787 -5 - -# cleaver -Static 0x0EC3 -1986 2893 11 - -# dress form -Dressform 0x0EC6 -1985 2838 15 - -# dress form -Dressform 0x0EC7 -1991 2837 15 - -# bolt of cloth -Static 0x0F99 (Hue=0x38) -1979 2838 15 - -# bolt of cloth -Static 0x0F9A (Hue=0x38) -1979 2838 15 - -# bolt of cloth -Static 0x0F9B (Hue=0x38) -1977 2839 15 -1982 2838 15 - -# bolt of cloth -Static 0x0F9C (Hue=0x38) -1978 2839 15 -1981 2838 15 -1982 2838 15 -1983 2838 15 - -# sewing kit -Static 0x0F9D -1976 2838 21 - -# scissors -Scissors 0x0F9E -1977 2838 21 -1984 2841 21 - -# chess board -Chessboard 0x0FA6 -1814 2810 24 -1831 2671 4 -1931 2795 2 -1985 2908 4 -2043 2773 4 - -# checker board -Checkerboard 0xFA6 -1863 2648 4 - -# dice and cup -Dices 0x0FA7 -1806 2805 4 -1814 2805 24 -1933 2787 4 -1985 2912 4 -2042 2777 4 - -# chess pieces -Static 0x0FA8 -1931 2795 2 - -# dying tub -DyeTub 0x0FAB (Hue=0x3) -1861 2824 10 - -# backgammon game -Backgammon 0x0FAD -1814 2806 24 -1933 2788 4 - -# anvil -AnvilSouthAddon 0x0FB0 -1885 2644 0 - -# forge -SmallForgeAddon 0x0FB1 -1884 2645 0 - -# sledge hammer -Static 0x0FB4 -1886 2646 0 - -# tongs -Static 0x0FBC -1886 2644 0 - -# book -Static 0x0FBD -1812 2826 6 -1831 2680 4 -1846 2740 6 -1846 2771 4 -1849 2796 -2 -1857 2771 4 -1871 2650 4 -1879 2729 26 -1882 2810 16 -1885 2736 26 -1888 2655 16 -1892 2691 34 -1895 2805 4 -1897 2810 24 -1907 2709 26 -1918 2809 6 -1928 2796 6 -1934 2701 36 -1940 2690 26 -1964 2691 26 -1984 2840 21 -1988 2867 26 -1993 2889 11 -2030 2849 4 -2034 2739 34 -2034 2808 16 -2035 2808 34 - -# book -Static 0x0FBE -1812 2812 4 -1813 2802 4 -1815 2802 4 -1824 2671 4 -1842 2673 6 -1844 2673 6 -1848 2714 16 -1849 2772 24 -1881 2736 26 -1905 2704 26 -1907 2704 26 -1907 2736 24 -1935 2768 16 -1992 2915 4 -2001 2720 36 -2004 2720 36 -2023 2840 24 -2035 2746 74 - -# pen and ink -Static 0x0FBF -1812 2826 6 -1831 2680 4 -1846 2740 6 -1846 2771 4 -1849 2796 -2 -1857 2771 4 -1871 2650 4 -1882 2810 16 -1888 2655 16 -1892 2691 34 -1895 2805 4 -1897 2810 24 -1918 2809 6 -1928 2796 6 -1934 2701 36 -1940 2690 26 -1964 2691 26 -1984 2840 21 -1988 2867 26 -1993 2889 11 -2030 2849 4 -2034 2739 34 -2034 2808 16 -2035 2808 34 - -# pen and ink -Static 0x0FC0 -1812 2812 4 -1824 2671 4 -1848 2714 16 -1849 2772 24 -1935 2768 16 -1992 2915 4 -2001 2720 36 -2023 2840 24 -2035 2746 74 - -# shell -Static 0x0FCC -2028 2706 7 - -# book -ChildrenTalesVol2 0x0FEF -1872 2645 4 - -# book -DeceitDungeonOfHorror 0x0FEF -1986 2909 24 - -# book -RedBook 0x0FF1 -1871 2643 4 -1986 2910 24 - -# book -GuideToGuilds 0x0FF3 -1871 2645 4 - -# book -MyStory 0x0FF4 -1872 2643 4 - -# book -WildGirlOfTheForest 0x0FF4 -1987 2910 24 - -# pewter mug -PewterMug 0x0FFF -1806 2807 4 -1806 2811 4 -1813 2806 24 -1813 2809 24 -1830 2673 4 -1842 2829 14 -1866 2646 24 -1929 2788 4 -1933 2790 4 -1937 2788 4 -1937 2795 4 -1946 2681 34 -1946 2683 34 -1946 2685 34 -1946 2687 34 -1947 2679 34 - -# pewter mug -PewterMug 0x1000 -1814 2811 24 -1867 2646 24 -1947 2680 34 -1948 2681 34 - -# pewter mug -PewterMug 0x1001 -1807 2807 4 -1807 2811 4 -1815 2806 24 -1815 2809 24 -1831 2673 4 -1843 2831 14 -1867 2647 24 -1929 2788 4 -1933 2789 4 -1937 2788 4 -1937 2789 4 -1937 2793 4 -1937 2795 4 -1948 2681 34 -1948 2683 34 -1948 2685 34 - -# pewter mug -PewterMug 0x1002 -1866 2648 24 -1930 2795 4 - -# spittoon -Static 0x1003 -1937 2792 0 -1983 2915 0 - -# wash basin -Static 0x1008 -1842 2760 0 -1843 2761 20 -1847 2760 0 -1849 2761 20 -1853 2760 0 -1855 2772 20 -1858 2756 20 -1858 2760 0 -1859 2763 20 - -# archery butte -ArcheryButte 0x100B -1989 2694 0 -1992 2694 0 -1995 2694 0 -1998 2694 0 - -# spinning wheel -SpinningWheelSouthAddon 0x1015 -1980 2840 15 -1983 2833 15 - -# pile of wool -Static 0x101F (Hue=0x1A0) -1976 2839 15 -1979 2841 15 -1982 2834 15 - -# sack of flour -Static 0x1039 -1860 2834 10 -1865 2824 16 -1877 2811 10 - -# open sack of flour -Static 0x103A -1862 2831 10 -1882 2800 10 -1882 2805 16 -1883 2800 10 -1884 2800 10 -1885 2800 10 - -# rolling pin -Static 0x1043 -1880 2805 16 -1902 2840 26 - -# globe -Static 0x1048 -1892 2692 36 - -# clock -Clock 0x104B -1838 2682 6 -1838 2683 6 -1838 2684 6 - -# clock frame -ClockFrame 0x104D -1838 2679 6 -1841 2677 6 -1841 2682 6 -1845 2682 6 - -# clock parts -ClockParts 0x1050 -1838 2678 6 - -# axle with gears -AxleGears 0x1052 -1845 2681 6 - -# gears -Gears 0x1053 -1841 2678 6 - -# hinge -Hinge 0x1055 -1841 2681 6 - -# sextant -Static 0x1057 -1838 2677 6 - -# sextant parts -SextantParts 0x1059 -1845 2680 6 - -# axle -Axle 0x105C -1841 2679 6 - -# springs -Springs 0x105D -1841 2682 6 - -# upright loom -LoomEastAddon 0x1060 -1977 2842 15 - -# upright loom -LoomSouthAddon 0x1061 -1983 2830 15 - -# training dummy -TrainingDummySouthAddon 0x1070 -1939 2758 10 -1981 2694 0 -1981 2698 0 -1981 2702 0 -1985 2694 0 -1985 2698 0 -1985 2702 0 -2019 2743 50 -2019 2750 50 - -# training dummy -TrainingDummyEastAddon 0x1074 -1933 2724 10 -1933 2728 10 -1933 2732 10 -1933 2746 10 -1933 2750 10 -1935 2760 9 -1935 2763 10 -1936 2724 10 -1936 2728 10 -1936 2732 10 -1936 2746 10 -1936 2750 10 -1939 2724 10 -1939 2728 10 -1939 2746 10 -1939 2750 10 -2016 2748 50 - -# pile of hides -Static 0x1078 -1988 2872 20 - -# pile of hides -Static 0x1079 -1987 2872 20 - -# potted tree -PottedTree1 0x11C9 -1821 2669 0 -1833 2669 0 -1834 2733 0 -1842 2769 0 -1847 2819 10 -1850 2673 0 -1854 2733 0 -1857 2819 10 -1861 2673 0 -1876 2701 20 -1887 2701 20 -1892 2660 0 -1895 2680 30 -1896 2680 10 -1897 2802 0 -1897 2802 20 -1898 2660 0 -1900 2687 30 -1900 2694 30 -1903 2726 20 -1904 2802 20 -1906 2802 0 -1921 2811 0 -1923 2802 0 -1933 2800 0 -1934 2765 10 -1942 2758 10 -1981 2904 20 -1985 2879 5 -1985 2888 5 -1991 2836 15 -1996 2720 30 -2009 2720 30 -2023 2744 30 -2024 2736 30 -2024 2784 10 -2024 2784 30 -2024 2793 10 -2024 2793 30 -2024 2799 10 -2024 2810 30 -2030 2784 30 -2033 2784 10 -2033 2795 10 -2033 2801 10 -2034 2796 30 -2037 2736 30 -2037 2741 50 -2037 2810 30 - -# flowerpot -PottedPlant 0x11CA -1897 2680 30 -1900 2733 20 -1976 2829 15 - -# flowerpot -PottedPlant1 0x11CB -1888 2652 19 - -# flowerpot -PottedPlant2 0x11CC -1849 2794 1 - -# cot -Static 0x11FD -1843 2763 20 -1849 2763 20 - -# cot -Static 0x11FE -1844 2763 20 -1850 2763 20 - -# cot -Static 0x11FF -1843 2756 0 -1848 2756 0 -1854 2756 0 -1859 2756 0 -1859 2756 20 -1859 2761 20 -1859 2767 20 - -# cot -Static 0x1200 -1843 2757 0 -1848 2757 0 -1854 2757 0 -1859 2757 0 -1859 2757 20 -1859 2762 20 -1859 2768 20 - -# tarot -Static 0x12A5 -1849 2714 16 - -# statue -Static 0x139B -1898 2691 16 - -# moulding board -Static 0x14E9 -1879 2805 16 - -# rope -Static 0x14F8 -1844 2789 -8 -1844 2790 -8 -2062 2861 -3 -2063 2852 -3 -2069 2851 -3 -2069 2861 -3 -2072 2849 -3 -2073 2859 -3 -2083 2852 -3 -2083 2861 -3 -2087 2849 -3 -2087 2858 -3 - -# water barrel -Static 0x154D -1828 2730 0 -1828 2731 0 -1844 2786 -8 -1844 2787 -8 -1845 2786 -8 -1877 2808 10 -2021 2859 0 -2021 2862 0 -2021 2865 0 -2023 2832 0 -2024 2833 0 -2026 2859 0 -2026 2862 0 -2026 2865 0 -2059 2858 -3 -2063 2848 -3 -2063 2849 -3 -2063 2862 -3 -2063 2863 -3 -2073 2848 -3 -2086 2854 -3 -2086 2855 -3 -2087 2863 -3 - -# bowl of lettuce -Static 0x1600 -1951 2675 34 - -# large pewter bowl -Static 0x1603 -1859 2834 16 - -# beef carcass -Static 0x1871 -1988 2893 11 - -# sheep carcass -Static 0x1873 -1992 2893 11 - -# bulletin board -BulletinBoard 0x1E5E -1932 2786 0 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/vesper.cfg b/Distribution/Data/Decoration/Britannia/vesper.cfg deleted file mode 100644 index cff5c43f1..000000000 --- a/Distribution/Data/Decoration/Britannia/vesper.cfg +++ /dev/null @@ -1,1905 +0,0 @@ -# pier -Static 0x03AE -3008 794 -5 -3010 794 -5 -3009 798 -5 -3008 798 -5 -3009 794 -5 -3007 795 -5 -3010 798 -5 -3007 797 -5 -3007 796 -5 - -# pier -Static 0x03AF -3019 794 -5 -3019 798 -5 -3020 797 -5 -3017 794 -5 -3018 798 -5 -3018 794 -5 -3020 796 -5 -3020 795 -5 -3017 798 -5 - -# oven -StoneOvenEastAddon 0x092C -2992 760 0 - -# slab of bacon -Static 0x0977 -2987 781 6 - -# ceramic mug -CeramicMug 0x0995 -2987 832 4 -2890 784 4 - -# mug -CeramicMug 0x0998 -2852 1000 -17 -2902 909 2 -2852 998 -17 -2852 997 -17 -2746 988 4 -2744 988 4 - -# mug -CeramicMug 0x0999 -2744 987 4 -2903 914 4 - -# bottle of ale -BeverageBottle 0x099F (Content=Ale) -2952 699 4 -2872 715 4 -2864 857 4 -2920 796 4 - -# bottles of ale -Static 0x09A2 -2855 988 -15 -2861 992 -15 - -# fork -Fork 0x09A3 -3006 812 6 -2894 659 6 - -# fork -Fork 0x09A4 -2745 987 4 -2747 987 4 - -# knife -Knife 0x09A5 -2894 659 6 -3006 812 6 - -# knife -Knife 0x09A6 -2747 987 4 -2745 987 4 - -# metal box -FillableMetalBox 0x09A8 -2992 640 6 -2997 760 6 -2990 776 6 -2864 848 6 -2995 832 6 -2898 916 6 -2839 880 6 -2863 808 6 -2842 864 6 -2888 654 6 -2877 720 6 -2842 792 6 - -# small crate -SmallCrate 0x09A9 -2873 674 0 -2877 688 0 -2872 672 0 -2876 676 0 -2875 675 0 - -# spoon -Spoon 0x09C3 -2745 987 4 -2747 987 4 - -# bottles of wine -Static 0x09C4 -2896 912 6 -2892 912 6 -2856 988 -15 -2861 991 -15 - -# bottles of wine -Static 0x09C5 -2899 905 4 - -# bottles of wine -Static 0x09C6 -2898 915 6 - -# bottle of wine -Static 0x09C7 -2903 909 2 -2994 632 4 -3006 811 6 -2894 912 6 -2952 627 4 -2894 658 6 -2904 904 6 - -# ceramic mug -CeramicMug 0x09CA -3006 811 6 -2894 658 6 - -# plate -Plate 0x09D7 -2995 632 4 -2952 700 4 -2747 987 4 -2864 858 4 -2894 659 6 -2747 988 4 -2896 708 4 -2920 797 4 -2745 988 4 -2988 832 4 -2745 987 4 -2872 716 4 -2891 784 4 -2952 628 4 -3006 812 6 - -# kettle -Static 0x09ED -2992 766 6 - -# mug of ale -GlassMug 0x09EE (Content=Ale) -2861 990 -15 -2858 988 -15 -2859 988 -15 -2861 996 -15 -2861 995 -15 -2861 994 -15 -2899 904 4 -2895 908 2 -2854 988 -15 -2853 988 -15 -2861 989 -15 -2898 913 6 - -# mug of ale -Static 0x09EF (Content=Ale) -2904 903 4 - -# fork -Fork 0x09F4 -2747 988 4 -2988 832 4 -2995 632 4 -2891 784 4 -2745 988 4 - -# fork -Fork 0x09F5 -2952 628 4 -2872 716 4 -2952 700 4 -2864 858 4 -2920 797 4 -2896 708 4 - -# knife -Knife 0x09F6 -2747 988 4 -2891 784 4 -2988 832 4 -2995 632 4 -2745 988 4 - -# knife -Knife 0x09F7 -2864 858 4 -2872 716 4 -2952 700 4 -2896 708 4 -2952 628 4 -2920 797 4 - -# spoon -Spoon 0x09F8 -2988 832 4 -2747 988 4 -2995 632 4 -2745 988 4 -2891 784 4 - -# spoon -Spoon 0x09F9 -2864 858 4 -2872 716 4 -2952 700 4 -2920 797 4 -2896 708 4 -2952 628 4 - -# hanging lantern -HangingLantern 0x0A1A -2768 970 6 - -# lantern -Lantern 0x0A22 -2742 979 26 - -# stool -Stool 0x0A2A -2899 706 0 -2858 989 -21 -2860 994 -21 -2860 995 -21 -2860 996 -21 -2860 993 -21 -2859 989 -21 -2860 990 -21 -2860 991 -21 -2857 989 -21 -2855 989 -21 -2860 989 -21 -2854 989 -21 -2853 989 -21 -2852 989 -21 - -# chest of drawers -Drawer 0x0A2C -2789 958 0 -2789 964 0 -2789 952 0 -2779 970 0 -2789 970 0 -2778 952 0 -2779 958 0 - -# chest of drawers -FancyDrawer 0x0A30 -2955 870 0 -2963 882 0 -2954 882 0 -2955 876 0 -2787 976 0 -2923 792 0 -2913 857 0 -2963 864 0 -2953 696 0 -2963 870 0 -2955 864 0 -2865 856 0 -2997 632 0 -2777 976 0 -2889 784 0 -2955 888 0 - -# chest of drawers -FancyDrawer 0x0A38 -2872 714 0 -2962 889 0 -2984 834 0 -2952 626 0 -2896 706 0 -2888 661 0 -3000 813 0 - -# armoire -FancyArmoire 0x0A4D -2954 624 0 -3005 808 0 -2874 712 0 -2986 832 0 -2957 696 0 -2779 976 0 -2993 632 0 -2915 857 0 -2898 704 0 -2893 656 0 -2869 856 0 -2921 792 0 - -# armoire -FancyArmoire 0x0A51 -2888 786 0 -2952 893 0 -2962 893 0 -2786 978 0 - -# bookcase -LibraryBookcase 0x0A97 -2918 664 20 -2737 976 0 -2886 648 0 -2993 832 0 -2861 728 0 -2966 816 0 -2847 904 0 -2965 808 0 -2882 744 0 -2937 928 0 -2865 808 0 -2940 936 0 -2915 664 0 -2915 664 20 -2961 816 0 - -# bookcase -LibraryBookcase 0x0A98 -2866 808 0 -2851 728 0 -2937 936 0 -2962 808 0 -2993 640 0 -2887 648 0 -2994 832 0 -2997 640 0 -2913 664 0 -2884 744 0 -2848 904 0 -2996 832 0 -2941 928 0 -2741 976 0 -2917 664 0 -2967 816 0 -2916 664 20 -2960 816 0 -2860 728 0 - -# bookcase -LibraryBookcase 0x0A99 -2992 817 0 -2992 833 0 -2880 745 0 -2992 812 0 -2768 966 0 -2872 722 0 -2840 947 0 -2840 952 0 -2872 725 0 -2944 941 0 -2920 667 20 -2736 981 0 -2944 936 0 -2960 810 0 -2912 676 20 -2918 857 0 -2840 898 0 - -# bookcase -LibraryBookcase 0x0A9A -2944 930 0 -2840 899 0 -2840 950 0 -2912 665 0 -2736 977 0 -2960 813 0 -2920 668 20 -2736 980 0 -2918 858 0 -2840 953 0 -2872 721 0 -2768 967 0 -2840 946 0 -2992 810 0 -2880 749 0 -2944 935 0 -2992 816 0 -2936 937 0 - -# bookcase -LibraryBookcase 0x0A9B -2938 936 0 -2888 648 0 -2917 664 20 -2997 832 0 -2914 664 0 -2968 816 0 -2962 816 0 -2849 904 0 -2852 728 0 -2889 648 0 -2941 936 0 -2916 664 0 - -# bookcase -LibraryBookcase 0x0A9C -2936 941 0 -2872 724 0 -2840 948 0 -2912 674 20 -2768 968 0 -2912 675 20 -2920 669 20 -2840 900 0 -2918 862 0 -2840 949 0 -2912 666 0 -2880 746 0 -2912 677 20 -2992 821 0 -2880 748 0 - -# candle -CandleLarge 0x0B1A -2971 875 4 -2900 789 6 -3006 813 6 -2888 739 4 -2939 940 4 -2990 780 6 -2923 859 6 -2989 832 4 -2952 701 4 -3015 779 6 -2918 852 6 -2907 706 6 -2997 763 6 -2992 644 6 -2996 632 4 -2952 629 4 -2996 813 6 -2939 932 4 -2894 660 6 -2995 838 6 -2920 798 4 -2896 709 4 -2863 812 6 -2955 811 4 -2788 963 20 -2882 674 6 -2864 849 6 -2842 868 6 -2860 988 -15 -2884 739 4 -2883 746 4 -2861 998 6 -2864 859 4 -2872 717 4 -2916 801 6 -2842 810 6 -2837 912 4 -2957 707 6 -2892 784 4 -2841 912 4 -2964 624 6 -2877 721 6 -2964 811 4 -2959 616 6 -2844 899 4 -2887 675 6 -2850 740 4 -2856 728 6 -2746 987 4 -2850 730 4 -2955 817 4 -2856 993 -15 -3020 763 6 -2842 793 6 - -# candelabra -Candelabra 0x0B1D -2790 973 6 -2790 955 6 -2790 979 6 -2776 978 6 -2778 956 6 -2790 961 6 -2778 962 6 -2736 988 6 -2778 974 6 -2788 968 6 - -# lamp post -LampPost2 0x0B22 -2976 623 0 -2943 624 0 -2943 617 0 -2982 640 0 - -# lamp post -LampPost3 0x0B24 -3003 782 0 -2950 918 0 -2904 858 0 -2848 867 0 -2903 692 0 -2946 705 0 -2969 776 0 -2902 712 0 -3006 840 0 -3007 817 0 -2886 780 0 -2848 799 0 -2862 919 1 -2950 898 0 -2848 927 0 -2848 883 0 -2827 906 0 -2847 817 0 -2823 706 0 -2774 982 0 -2766 974 0 -2752 976 0 -2752 991 0 -2861 795 0 -2847 850 0 -2919 711 2 -2982 737 20 -2984 765 0 -2977 804 0 -2980 878 0 -2921 839 0 -2933 851 0 -2919 902 0 -2959 740 20 -2823 700 0 -2791 984 0 -2825 958 -1 -2907 786 0 -2807 996 0 -2825 952 0 -2828 889 2 -2905 924 0 -2836 996 0 -2828 927 0 -2905 988 0 -2807 990 0 -2929 936 -1 -2929 963 0 -2914 686 2 -2974 838 0 -2836 990 0 -2801 952 0 -2801 958 0 -2902 663 1 -2911 956 0 -3010 762 0 -2953 857 0 -2964 718 3 -2863 876 0 -2872 983 -1 -2879 663 0 -2880 790 0 -2866 700 1 -2952 837 -1 -2880 850 0 -2721 984 0 -2952 943 0 -3031 773 0 -2880 712 0 -2862 856 0 -2886 755 0 -2856 904 0 -2868 727 0 -2913 813 0 -2721 990 0 -2886 912 0 - -# candelabra -CandelabraStand 0x0B26 -2892 918 0 -2886 680 0 -2832 872 0 -2960 864 0 -2886 686 0 -2960 894 0 -2784 952 0 -2784 982 0 -2914 910 0 -2914 904 0 -2872 686 0 -2892 901 0 -2832 879 0 -2736 982 0 -2872 680 0 -2742 976 0 - -# counter -Static 0x0B3E -2907 706 0 -2995 813 0 -2996 808 0 -2971 882 0 -2899 789 0 -2895 912 0 -2915 668 0 -2954 707 0 -2884 648 0 -2922 859 0 -3019 763 0 -3017 763 0 -2915 801 0 -2771 963 0 -2769 963 0 -2893 912 0 -2994 838 0 -2909 706 0 -2995 808 0 -3014 779 0 -2993 813 0 -2913 801 0 -2913 668 0 -2898 784 0 -2883 674 0 -2858 998 0 -2858 989 0 -2963 624 0 -2859 989 0 -2900 784 0 -2860 998 0 -2956 707 0 -2858 988 -21 -2897 912 0 -2855 728 0 -2958 616 0 -2855 993 -21 -2897 789 0 -2961 624 0 -2857 728 0 -2969 882 0 -3012 779 0 - -# writing table -WritingTable 0x0B49 -2908 709 0 -2908 715 0 -2908 712 0 - -# chair -FancyWoodenChairCushion 0x0B50 -2914 971 0 - -# chair -WoodenChairCushion 0x0B52 -2989 778 0 -2849 735 0 -2938 931 0 -2996 762 0 -3005 812 0 -2834 912 0 -2873 683 0 -2921 668 0 -2876 722 0 -2938 939 0 -2994 835 0 -2881 739 0 -2882 747 0 - -# chair -WoodenChairCushion 0x0B53 -2914 667 0 -2994 812 0 -2858 998 -21 -2739 978 0 -2843 898 0 -2908 705 0 -3018 762 0 -2963 810 0 -2955 809 0 - -# chair -WoodenChairCushion 0x0B54 -2922 861 0 -2970 883 0 -3013 780 0 -2962 625 0 -2859 999 0 -2919 676 20 - -# chair -WoodenChairCushion 0x0B55 -2865 850 0 -2918 804 0 -2918 805 0 -2993 642 0 -2889 652 0 -2843 866 0 -2843 812 0 -2843 794 0 -2864 810 0 - -# chair -WoodenChair 0x0B56 -2886 676 0 -2768 973 0 -2768 969 0 -2953 818 0 -2849 731 0 -2953 816 0 -2924 668 20 -2849 733 0 -2840 937 0 -2849 739 0 -2953 810 0 -2916 667 20 -2953 814 0 -2849 737 0 -2912 805 0 -2893 659 0 -2944 934 0 -2832 873 0 -2851 1000 -21 -2832 878 0 -2840 941 0 -2912 804 0 -2832 801 0 -2969 875 0 -2953 812 0 -2944 937 0 -2832 806 0 -2851 998 -21 -2851 996 -21 - -# chair -WoodenChair 0x0B57 -2842 910 0 -2923 673 20 -2889 737 0 -2971 873 0 -2919 673 20 -2917 673 20 -2776 964 0 -2841 904 0 -2780 964 0 -2887 737 0 -2885 737 0 -2921 673 20 -2893 672 0 -2838 910 0 -2914 800 0 -2770 962 0 -2898 788 0 -2883 737 0 -2955 706 0 -2845 904 0 -2889 672 0 -2836 910 0 -2915 673 20 -2840 910 0 - -# chair -WoodenChair 0x0B58 -2852 739 0 -2888 676 0 -2852 733 0 -2921 797 0 -2854 996 -21 -2973 875 0 -2923 667 0 -2923 669 0 -2852 735 0 -2852 737 0 -2909 712 0 -2909 709 0 -2884 748 0 -2897 708 0 -2865 858 0 -2909 715 0 -2940 940 0 -2873 716 0 -2940 932 0 -2957 810 0 -2940 938 0 -2940 930 0 -2957 812 0 -2913 795 0 -2957 818 0 -2854 998 -21 -2884 746 0 -2953 700 0 -2953 628 0 -2891 739 0 -2854 1000 -21 -2852 731 0 -2957 814 0 -2916 794 0 -2957 816 0 - -# chair -WoodenChair 0x0B59 -2962 812 0 -2971 877 0 -2955 819 0 -2964 812 0 -2844 900 0 -2842 914 0 -2857 729 0 -2855 729 0 -2836 914 0 -2838 914 0 -2842 900 0 -2840 914 0 -2887 741 0 -2883 741 0 -2891 785 0 -2885 741 0 -2899 785 0 -2858 1000 -21 -2883 675 0 -2889 741 0 -2917 676 20 -2921 676 20 -2988 833 0 -2914 669 0 -2915 676 20 -2923 676 20 -2995 633 0 - -# chair -BambooChair 0x0B5A -2912 798 0 -2912 799 0 - -# chair -BambooChair 0x0B5B -2745 986 0 -2747 986 0 - -# chair -BambooChair 0x0B5C -2745 989 0 -2739 980 0 -2747 989 0 - -# chair -BambooChair 0x0B5D -2737 987 0 - -# foot stool -FootStool 0x0B5E -2899 915 0 -2912 803 0 -2899 913 0 -2893 911 0 -2895 911 0 -2897 911 0 -2912 802 0 - -# bench -Static 0x0B5F -2904 916 0 -2900 905 0 -2895 905 0 -2898 905 0 -2902 916 0 -2893 905 0 -2905 905 0 -2903 905 0 - -# bench -Static 0x0B60 -2900 902 0 -2905 902 0 -2904 913 0 -2893 902 0 -2902 913 0 -2895 902 0 -2898 902 0 -2903 902 0 - -# bench -Static 0x0B61 -2893 903 0 -2900 904 0 -2900 903 0 -2904 914 0 -2902 914 0 -2904 915 0 -2893 904 0 -2903 903 0 -2905 904 0 -2905 903 0 -2898 903 0 -2902 915 0 -2903 904 0 -2895 904 0 -2898 904 0 -2895 903 0 - -# bench -Static 0x0B65 -2904 910 0 -2897 907 0 -2904 908 0 -2897 909 0 - -# bench -Static 0x0B66 -2901 908 0 -2901 910 0 -2894 907 0 -2894 909 0 - -# bench -Static 0x0B67 -2896 909 0 -2896 907 0 -2902 908 0 -2903 910 0 -2902 910 0 -2903 908 0 -2895 909 0 -2895 907 0 - -# table -Static 0x0B7F -2857 999 24 - -# broken chair -Static 0x0C10 -2915 793 6 - -# broken chair -Static 0x0C11 -2912 796 6 - -# tree -Static 0x0CCA -2888 642 1 - -# tree -Static 0x0CCB -2884 641 1 - -# leaves -Static 0x0CCE -2888 642 1 -2884 641 1 - -# tree -Static 0x0CD0 -2793 938 0 - -# leaves -Static 0x0CD1 -2793 938 0 - -# knitting -Static 0x0DF7 -2839 881 6 - -# pile of wool -Static 0x0DF8 (Hue=0x58) -2956 616 0 - -# pile of wool -Static 0x0DF8 -2843 881 0 - -# pile of wool -Static 0x0DF8 (Hue=0x25) -2965 627 0 - -# bale of cotton -Static 0x0DF9 -2840 880 0 - -# bale of cotton -Static 0x0DF9 (Hue=0x25) -2965 628 0 - -# chessmen -Static 0x0E13 -2894 903 4 - -# chessmen -Static 0x0E14 -2894 903 4 - -# cards -Static 0x0E15 -2971 876 4 - -# cards -Static 0x0E16 -2971 874 4 - -# cards -Static 0x0E17 -2970 874 4 - -# cards -Static 0x0E18 -2970 875 4 - -# cards -Static 0x0E19 -2972 875 4 - -# crystal ball -Static 0x0E2F (Light=Circle150) -2913 668 6 -2917 667 26 - -# crate -FillableLargeCrate 0x0E3C -2835 864 6 -2835 864 0 -2835 864 3 -2989 776 9 -2989 776 6 -2989 776 3 -2989 776 0 - -# crate -LargeCrate 0x0E3D -2876 673 0 -2874 672 0 -2876 672 0 -2874 676 0 -2872 676 0 -2874 674 0 - -# crate -FillableLargeCrate 0x0E3D -2918 806 0 -3016 766 6 -2833 864 0 -3016 766 3 -2984 640 3 -2984 639 0 -3016 766 0 -2918 806 3 -3016 764 3 -3016 764 0 -2918 806 9 -3016 765 3 -3016 765 0 -3016 764 6 -2985 640 3 -2985 640 0 -2985 639 0 -2917 806 0 -2833 864 6 -2834 864 3 -2834 864 0 -2984 639 3 -2984 640 9 -2984 640 6 -2984 640 0 -2918 806 6 -2833 864 3 -2917 806 6 -2917 806 3 - -# crate -MediumCrate 0x0E3E -2989 640 0 -2872 673 0 -2989 639 0 -2989 639 3 -2990 638 0 -2989 639 6 -2877 674 0 -2991 640 0 -2874 689 0 -2886 689 0 -2991 640 3 -2990 639 0 -2990 638 6 -2876 674 0 -2990 639 3 -2990 639 6 -2990 640 0 -2990 640 3 -2990 638 3 - -# crate -MediumCrate 0x0E3F -2876 692 0 -2877 672 0 -2873 688 0 -2876 675 0 - -# metal chest -FillableMetalGoldenChest 0x0E40 (ContentType=Guard) -2736 985 0 -2736 989 0 - -# metal chest -FillableMetalGoldenChest 0x0E40 -2952 892 0 -2786 971 0 -2776 955 0 -2962 868 0 -2962 874 0 -2776 973 0 -2786 954 0 -2952 874 0 -2952 865 0 -2952 877 0 -2786 960 0 -2952 883 0 -2786 965 0 -2776 961 0 -2962 886 0 - -# metal chest -MetalGoldenChest 0x0E41 -2885 692 0 -2884 691 0 - -# metal chest -FillableMetalGoldenChest 0x0E41 -2963 888 0 - -# wooden chest -WoodenChest 0x0E42 -2880 688 0 -2884 690 0 - -# wooden chest -WoodenChest 0x0E43 -2881 690 0 - -# barrel -Barrel 0x0E77 -2744 985 25 -2739 978 20 -2738 979 25 -2745 986 25 -2738 979 20 -2745 986 20 -2744 986 20 -2738 978 25 -2745 985 20 -2744 986 25 -2745 985 25 -2744 985 20 -2738 978 20 - -# barrel -FillableBarrel 0x0E77 -2958 704 0 -2953 704 5 -2892 917 0 -2892 914 0 -2958 705 5 -2958 705 0 -2958 704 5 -3011 832 2 -3016 760 0 -2952 704 5 -2953 704 0 -2952 704 0 -2892 913 5 -3044 836 -3 -3035 830 2 -2984 633 5 -3036 830 2 -3028 835 -3 -3043 836 2 -3016 776 0 -2959 704 5 -2892 913 0 -2959 704 0 -3028 835 2 -3012 833 -3 -3026 824 -3 -3012 832 2 -3036 830 -3 -3012 833 2 -3016 760 5 -3011 833 -3 -3011 833 2 -3011 776 0 -3016 761 0 -3012 820 2 -3010 776 5 -3041 816 2 -2983 632 0 -2893 913 0 -3011 819 -3 -3009 776 5 -3010 776 0 -3009 776 0 -3016 761 5 -3004 826 0 -3004 826 5 -3011 819 2 -3004 827 5 -3005 826 0 -3004 827 0 -2845 864 5 -2846 870 5 -3014 776 0 -2892 914 5 -2844 864 0 -3015 776 0 -3015 776 5 -3037 830 -3 -3044 836 2 -3016 779 0 -3043 816 -3 -2845 870 5 -3011 832 -3 -2845 865 0 -3029 835 2 -3037 830 2 -3025 825 2 -3025 825 -3 -3029 836 -3 -3029 836 2 -2846 870 0 -2983 632 10 -2983 633 5 -3012 819 2 -3044 837 2 -3011 820 2 -3044 837 -3 -3043 836 -3 -3005 826 5 -3026 825 -3 -3016 760 10 -2983 632 5 -3016 762 0 -3016 762 5 -3026 824 2 -3026 825 2 -3017 760 0 -2984 632 5 -2846 864 10 -3016 776 10 -2846 864 5 -3029 835 -3 -2984 632 10 -2844 869 0 -3012 832 -3 -3012 819 -3 -2846 870 10 -2846 869 5 -3043 837 -3 -3012 820 -3 -3041 816 -3 -3042 816 -3 -3016 776 5 -2845 868 0 -3043 837 2 -2984 632 0 -2845 869 0 -3035 830 -3 - -# metal chest -MetalChest 0x0E7C -2880 692 0 -2874 694 0 -2884 694 0 - -# crate -SmallCrate 0x0E7E -2884 688 0 -2875 676 0 - -# keg -Keg 0x0E7F -2736 989 20 -2736 990 20 -2748 976 20 -2750 976 20 -2736 988 20 -2749 976 20 - -# strong box -FillableMetalBox 0x0E80 -2921 859 6 -2768 963 6 -2896 789 6 -2992 813 6 -3016 763 6 -2953 707 6 -2910 706 6 -2960 624 6 -2968 882 6 -3011 779 6 -2860 998 6 -2912 668 6 -2912 801 6 - -# pickaxe -Static 0x0E85 -2985 642 3 - -# pickaxe -Static 0x0E86 -2857 740 5 - -# pitchfork -Static 0x0E87 -2984 644 4 - -# drum -Static 0x0E9C -2885 740 4 - -# tambourine -Static 0x0E9D -2889 740 4 - -# tambourine -Static 0x0E9E -2887 740 4 - -# standing harp -Static 0x0EB1 -2880 736 0 -2919 983 0 - -# lap harp -Static 0x0EB2 -2887 738 4 -2889 738 4 - -# lute -Static 0x0EB3 -2885 738 4 -2883 740 4 - -# music stand -Static 0x0EB6 -2896 736 0 -2895 736 0 -2894 736 0 - -# music stand -Static 0x0EBB -2898 736 0 -2899 736 0 -2900 736 0 - -# cleaver -Static 0x0EC2 -2987 780 6 - -# dress form -Static 0x0EC6 -2841 880 0 -2959 622 0 - -# dress form -Static 0x0EC7 -2960 617 0 - -# easel with canvas -Static 0x0F66 -2899 708 0 - -# easel with canvas -Static 0x0F68 -2905 715 0 -2905 712 0 -2905 709 0 - -# scissors -Scissors 0x0F9E -2839 883 6 - -# scissors -Scissors 0x0F9F -2952 620 6 - -# spool of thread -Static 0x0FA1 -2839 882 6 - -# playing cards -Static 0x0FA3 -2904 905 4 - -# checkers -Static 0x0FA4 -2895 908 2 - -# checkers -Static 0x0FA5 -2897 908 4 - -# game board -CheckerBoard 0x0FA6 -2896 908 2 - -# chess board -ChessBoard 0x0FA6 -2894 903 4 - -# dice and cup -Dices 0x0FA7 -2903 915 4 - -# backgammon game -Backgammon 0x0FAD -2903 916 4 - -# barrel -Static 0x0FAE -2995 760 0 -3010 838 -3 -3046 816 -3 -3012 792 0 -3015 820 -3 -3028 818 -3 -3019 797 0 -3016 781 0 -3016 780 0 -3008 795 0 -3040 825 -3 -3015 792 0 -3008 797 0 -3019 795 0 - -# anvil -AnvilSouthAddon 0x0FB0 -2869 849 0 -2845 812 0 -2845 796 0 -2869 853 0 - -# forge -SmallForgeAddon 0x0FB1 -2845 797 0 -2869 848 0 -2869 852 0 -2845 813 0 - -# sledge hammer -Static 0x0FB5 -2843 792 0 -2864 851 6 -2842 811 6 -2868 850 0 - -# tongs -Static 0x0FBB -2842 795 6 -2842 813 6 -2865 848 0 -2869 850 0 - -# book -Static 0x0FBD -2842 794 6 -2850 735 4 -2922 668 4 -2842 866 6 -2835 912 4 -2842 812 6 -2990 778 6 -2992 642 6 -2864 850 6 -2939 939 4 -2908 709 5 -2997 762 6 -2908 712 5 -2908 715 5 -2995 835 6 -2939 931 4 -2877 722 6 -2883 747 4 -2887 676 6 -2888 652 6 -2863 810 6 -2882 739 4 -2874 683 4 - -# book -Static 0x0FBE -2914 801 6 -2955 810 4 -2955 707 6 -2855 728 6 -2970 882 6 -2914 970 4 -2898 789 6 -2739 979 4 -2908 706 6 -3018 763 6 -2859 998 6 -2994 813 6 -2883 674 6 -2766 963 0 -2919 675 24 -2922 859 6 -2858 999 -17 -2962 624 6 -2963 811 4 -2770 963 6 -2857 728 6 -2843 899 4 -3013 779 6 - -# pen and ink -Static 0x0FBF -2842 866 6 -2908 712 5 -2922 668 4 -2835 912 4 -2995 835 6 -2842 812 6 -2864 850 6 -2908 709 5 -2997 762 6 -2769 963 6 -2887 676 6 -2939 931 4 -2992 642 6 -2882 739 4 -2990 778 6 -2842 794 6 -2883 747 4 -2908 715 5 -2888 652 6 -2874 683 4 -2939 939 4 -2863 810 6 -2877 722 6 -2850 735 4 - -# pen and ink -Static 0x0FC0 -3018 763 6 -2994 813 6 -2739 979 4 -2913 970 4 -2955 707 6 -3013 779 6 -2922 859 6 -2883 674 6 -2859 998 6 -2857 728 6 -2962 624 6 -2908 706 6 -2855 728 6 -2955 810 4 -2914 801 6 -2858 999 -17 -2919 675 24 -2963 811 4 -2898 789 6 -2843 899 4 - -# paints and brush -Static 0x0FC1 -2905 710 0 -2905 713 0 -2905 716 0 - -# book -TalkingToWisps 0x0FF4 -2736 987 6 - -# skull mug -Static 0x0FFC -2903 913 4 - -# skull mug -Static 0x0FFD -2903 915 4 - -# skull mug -Static 0x0FFE -2902 909 2 -2904 909 4 - -# pewter mug -PewterMug 0x1001 -2896 707 4 - -# pewter mug -PewterMug 0x1002 -2897 912 8 -2899 903 6 -2893 912 9 -2894 904 6 - -# spittoon -Static 0x1003 -2904 901 0 -2893 908 0 -2899 911 0 -2905 909 0 - -# wash basin -Static 0x1008 -2913 850 0 -2918 854 6 -2992 764 6 - -# spinning wheel -SpinningWheelEastAddon 0x1019 -2955 620 0 -2843 884 0 -2961 629 0 - -# chisels -Static 0x1027 -2912 793 6 - -# dovetail saw -Static 0x1029 -2912 795 6 - -# hammer -Static 0x102A -2899 789 6 - -# hammer -Static 0x102B -2915 794 6 - -# nails -Static 0x102E -2915 795 6 - -# jointing plane -Static 0x1030 -2915 801 6 - -# smoothing plane -Static 0x1032 -2913 801 6 - -# saw -Static 0x1034 -2912 794 6 - -# sack of flour -Static 0x1039 -2999 760 0 -2998 761 0 -2992 765 6 - -# open sack of flour -Static 0x103A -2998 760 0 -2993 765 0 - -# dough -Static 0x103D -2992 763 6 - -# rolling pin -Static 0x1043 -2992 762 6 - -# globe -Static 0x1047 -2964 810 0 - -# loom bench -Static 0x1049 -2845 884 0 -2963 629 0 -2957 620 0 - -# loom bench -Static 0x104A -2954 618 0 -2845 882 0 - -# clock frame -Static 0x104E -2898 784 6 - -# clock parts -Static 0x1050 -2900 784 6 - -# axle with gears -Static 0x1051 -2899 784 6 - -# gears -Static 0x1053 -2899 784 6 - -# hinge -Static 0x1056 -2901 784 6 - -# sextant -Static 0x1057 -2897 784 6 - -# sextant parts -Static 0x105A -2901 784 6 - -# axle -Static 0x105C -2899 784 6 - -# springs -Static 0x105E -2897 784 6 - -# upright loom -LoomSouthAddon 0x1061 -2844 881 0 -2953 617 0 - -# training dummy -TrainingDummy 0x1070 -2838 898 0 -2838 903 0 -2834 903 0 -2834 898 0 - -# pile of hides -Static 0x1079 -2868 1002 -21 -2867 1003 -21 -2869 1003 -21 -2868 1003 -21 -2868 1001 -21 -2869 1002 -21 - -# post -Static 0x1296 -2909 597 0 - -# sign -LocalizedSign 0x129A (LabelNumber=1016180) -2909 597 15 - -# tarot -Static 0x12A5 -2917 675 24 -2915 668 6 - -# statue -Static 0x139A -2952 622 0 -2960 620 0 - -# Pot of Wax -Static 0x142A -2957 705 6 - -# Pot of Wax -Static 0x142B -2957 704 6 - -# Candle -Static 0x1433 -2957 706 6 - -# moulding board -Static 0x14E9 -2992 762 6 - -# moulding board -Static 0x14EA -2997 764 6 - -# map -Static 0x14EB -2995 808 6 -2947 928 4 - -# rolled map -Static 0x14ED -2962 811 4 - -# ship model -Static 0x14F3 -2994 808 6 -2997 808 6 - -# spyglass -Static 0x14F6 -2742 980 26 - -# rope -Static 0x14F8 -3015 822 -3 -3015 836 -3 - -# rope -Static 0x14FA -3037 825 -3 -3030 819 -3 - -# water barrel -Static 0x154D -2983 633 0 -2845 864 0 -2846 864 0 -2984 633 0 -2846 865 5 -2845 870 0 -2846 865 0 -3011 820 -3 -2846 869 0 - -# water -Static 0x1797 -2958 731 -5 - -# water -Static 0x179B -2964 763 -5 - -# water -Static 0x179C -2964 764 -5 -2964 762 -5 - -# hourglass -Static 0x1813 -2925 669 26 -2885 648 6 - -# scales -Scales 0x1851 -2883 648 6 -2925 667 26 - -# skull with candle -CandleSkull 0x1854 -2922 667 40 -2922 674 40 -2922 665 40 -2922 676 40 -2916 674 24 -2913 674 40 -2913 676 40 - -# skull with candle -CandleSkull 0x1858 -2924 676 40 -2915 674 40 -2922 674 24 -2915 676 40 -2924 665 40 -2924 667 40 -2924 674 40 -2888 650 6 - -# empty vials -Static 0x185B -2884 648 6 - -# full vials -Static 0x185E -2888 653 6 - -# ore -Static 0x19B8 -2856 740 3 - -# ore -Static 0x19B9 -2851 732 4 - -# ore -Static 0x19BA -2851 738 4 - -# board -Static 0x1BD7 -2917 805 0 - -# bulletin board -BulletinBoard 0x1E5E -2909 904 0 -2778 964 0 - -# glass of cider -GlassMug 0x1F7D (Content=Cider) -2895 908 2 - -# glass of milk -GlassMug 0x1F89 (Content=Milk) -2898 913 6 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/wind.cfg b/Distribution/Data/Decoration/Britannia/wind.cfg deleted file mode 100644 index 93746ee8a..000000000 --- a/Distribution/Data/Decoration/Britannia/wind.cfg +++ /dev/null @@ -1,773 +0,0 @@ - -# 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 diff --git a/Distribution/Data/Decoration/Britannia/witch apprentice quest.cfg b/Distribution/Data/Decoration/Britannia/witch apprentice quest.cfg deleted file mode 100644 index 5c4769e91..000000000 --- a/Distribution/Data/Decoration/Britannia/witch apprentice quest.cfg +++ /dev/null @@ -1,48 +0,0 @@ -# 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 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Britannia/yew.cfg b/Distribution/Data/Decoration/Britannia/yew.cfg deleted file mode 100644 index 3340895a3..000000000 --- a/Distribution/Data/Decoration/Britannia/yew.cfg +++ /dev/null @@ -1,79 +0,0 @@ -# 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 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Felucca/VesperGraveyard.cfg b/Distribution/Data/Decoration/Felucca/VesperGraveyard.cfg deleted file mode 100644 index 5936a98f3..000000000 --- a/Distribution/Data/Decoration/Felucca/VesperGraveyard.cfg +++ /dev/null @@ -1,7 +0,0 @@ -# Iron Gate right -IronGateShort 0x0856 (Facing=NorthCCW) -2783 867 0 - -# Iron Gate left -IronGateShort 0x0854 (Facing=SouthCW) -2783 868 0 diff --git a/Distribution/Data/Decoration/Felucca/_champion teleporters.cfg b/Distribution/Data/Decoration/Felucca/_champion teleporters.cfg deleted file mode 100644 index 5733af9b8..000000000 --- a/Distribution/Data/Decoration/Felucca/_champion teleporters.cfg +++ /dev/null @@ -1,100 +0,0 @@ -############### -# 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 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Felucca/_star room.cfg b/Distribution/Data/Decoration/Felucca/_star room.cfg deleted file mode 100644 index 8eb9d8634..000000000 --- a/Distribution/Data/Decoration/Felucca/_star room.cfg +++ /dev/null @@ -1,31 +0,0 @@ -# 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 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Felucca/ambitious solen queen quest.cfg b/Distribution/Data/Decoration/Felucca/ambitious solen queen quest.cfg deleted file mode 100644 index 7c10880e7..000000000 --- a/Distribution/Data/Decoration/Felucca/ambitious solen queen quest.cfg +++ /dev/null @@ -1,3 +0,0 @@ -# Black Ambitious Solen Queen -Spawner 0x1F13 (Spawn=BlackAmbitiousSolenQueen; Count=1; HomeRange=14) -5790 1983 2 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Felucca/khaldun entrance.cfg b/Distribution/Data/Decoration/Felucca/khaldun entrance.cfg deleted file mode 100644 index 73bc774ce..000000000 --- a/Distribution/Data/Decoration/Felucca/khaldun entrance.cfg +++ /dev/null @@ -1,439 +0,0 @@ -############### -# 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 diff --git a/Distribution/Data/Decoration/Felucca/khaldun.cfg b/Distribution/Data/Decoration/Felucca/khaldun.cfg deleted file mode 100644 index bc8c9622e..000000000 --- a/Distribution/Data/Decoration/Felucca/khaldun.cfg +++ /dev/null @@ -1,739 +0,0 @@ -############### -# Teleporters # -############### - -# teleporter -Teleporter 0x1BC3 (PointDest=(5572, 1307, 0)) -5543 1355 0 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5412, 1396, 0)) -5527 1340 0 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5396, 1297, 0)) -5557 1317 0 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5620, 1341, 0)) -5566 1337 0 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5435, 1341, 0)) -5451 1360 5 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5436, 1341, 0)) -5453 1360 5 - -# teleporter -KhaldunPitTeleporter 0x053B -5479 1348 0 -5479 1346 0 -5478 1348 0 -5478 1347 0 -5478 1346 0 -5477 1347 0 -5477 1348 0 -5479 1347 0 - - -############### -# Decorations # -############### - -# decorative weapons -Static 0x1568 -5422 1344 0 -5410 1360 0 -5410 1344 0 - -# tavara's journal -TavarasJournal3 0x0FF2 -5486 1295 0 - -# tavara's journal -TavarasJournal11 0x0FF2 -5437 1337 0 - -# tavara's journal -TavarasJournal7 0x0FF2 -5440 1290 0 - -# tavara's journal -TavarasJournal1 0x0FF1 -5540 1288 0 - -# tavara's journal -TavarasJournal2 0x0FF1 -5531 1303 8 - -# tavara's journal -TavarasJournal6 0x0FF1 -5440 1326 0 - -# tavara's journal -TavarasJournal8 0x0FF1 -5394 1312 0 - -# tavara's journal -TavarasJournal9 0x0FF1 -5433 1339 0 - -# crate -SmallCrate 0x0E7E -5432 1346 6 -5517 1296 4 - -# crate -MediumCrate 0x0E3E -5432 1346 3 -5544 1290 3 -5518 1296 1 - -# crate -LargeCrate 0x0E3C -5432 1346 0 -5432 1345 6 -5432 1345 3 -5432 1345 0 -5520 1289 0 - -# scimitar -Static 0x13B6 -5405 1352 5 -5405 1352 6 -5409 1352 5 - -# metal chest -MetalGoldenChest 0x0E40 (Hue=0x973) -5432 1348 5 -5416 1487 0 -5416 1481 0 -5416 1484 0 -5392 1444 0 -5448 1443 0 - -# sledge hammer -Static 0x0FB4 -5384 1341 5 -5386 1336 5 -5386 1342 0 - -# magical door -LocalizedStatic 0x1EFC (LabelNumber=1016469) -5520 1299 10 -5520 1306 10 - -# viking sword -Static 0x13B9 -5407 1352 5 -5391 1340 6 - -# scimitar -Static 0x13B5 -5391 1338 5 -5456 1408 4 -5410 1352 5 -5410 1352 6 -5391 1339 5 - -# magical door -LocalizedStatic 0x1EEA (LabelNumber=1016469) -5528 1288 10 -5535 1288 10 -5548 1296 10 -5547 1296 10 - -# bucket -Static 0x14E0 -5539 1288 0 - -# fur%s% -Static 0x11F7 -5539 1289 0 - -# fur%s% -Static 0x11F8 -5540 1291 0 - -# bone armor -Static 0x144F (Hue=0x835) -5384 1338 5 -5517 1340 5 - -# bone gloves -Static 0x1450 (Hue=0x835) -5384 1336 5 -5515 1339 5 - -# bone leggings -Static 0x1452 (Hue=0x835) -5385 1336 5 - -# pickaxe -Static 0x0E86 -5544 1289 9 - -# bone armor -Static 0x1454 (Hue=0x835) -5391 1336 5 -5389 1336 5 - -# crate -LargeCrate 0x0E3D -5544 1289 0 -5544 1289 3 -5544 1290 0 - -# wall carving -LocalizedStatic 0x12CC (Hue=0x978; LabelNumber=1016041) -5431 1287 2 - -# wall carving -LocalizedStatic 0x12CC (Hue=0x978; LabelNumber=1016032) -5395 1311 2 - -# sparkle -Static 0x375A -5557 1316 0 -5543 1355 0 -5527 1340 0 -5566 1336 0 - -# brass sign -LocalizedSign 0x0BD2 (Hue=0x835; LabelNumber=1016174) -5448 1483 -6 - -# brass sign -LocalizedSign 0x0BD2 (Hue=0x835; LabelNumber=1016043) -5452 1481 -6 - -# brass sign -LocalizedSign 0x0BD2 (Hue=0x835; LabelNumber=1016056) -5456 1483 -6 - -# brass sign -LocalizedSign 0x0BD2 (Hue=0x835; LabelNumber=1016161) -5445 1487 -6 - -# brass sign -LocalizedSign 0x0BD2 (Hue=0x835; LabelNumber=1016039) -5459 1487 -6 - -# broadsword -Static 0x0F5F -5456 1406 4 - -# swamp -Static 0x326A (Hue=0x21; Name=Blood) -5606 1344 0 -5604 1344 0 -5604 1342 0 -5422 1491 0 -5423 1492 0 -5421 1491 0 -5423 1491 0 -5422 1489 0 -5420 1490 0 -5423 1489 0 -5424 1490 0 -5424 1491 0 -5606 1343 0 -5606 1342 0 -5605 1342 0 -5605 1344 0 -5423 1490 0 -5604 1343 0 -5605 1343 0 - -# blank scroll%s% -LocalizedStatic 0x0E34 (Hue=0x66D; LabelNumber=1016462) -5561 1352 5 - -# viking sword -Static 0x13BA -5456 1407 4 -5402 1352 6 -5402 1352 7 -5391 1340 5 -5402 1352 5 - -# blank scroll%s% -LocalizedStatic 0x0EF3 (Hue=0x978; LabelNumber=1016459) -5562 1352 6 - -# blank scroll%s% -LocalizedStatic 0x0EF3 (Hue=0x8AE; LabelNumber=1016460) -5562 1352 5 - -# kryss -Static 0x1400 -5564 1352 5 -5616 1331 6 - -# skull -Static 0x1AE2 -5369 1343 16 -5369 1343 6 -5369 1368 22 -5369 1368 11 -5369 1343 22 -5369 1368 16 -5369 1368 6 -5369 1343 11 - -# wall carving -LocalizedStatic 0x12D3 (Hue=0x978; LabelNumber=1016023) -5391 1296 2 - -# wall carving -LocalizedStatic 0x12D3 (Hue=0x978; LabelNumber=1016025) -5407 1308 2 - -# wall carving -LocalizedStatic 0x1265 (Hue=0x978; LabelNumber=1016023) -5391 1297 2 - -# bone gloves -Static 0x1455 (Hue=0x835) -5391 1338 6 - -# decorative weapons -Static 0x1563 -5416 1359 0 - -# glowing rune -Static 0x0E68 -5453 1360 5 -5451 1360 5 - -# decorative weapons -Static 0x156A -5416 1356 0 - -# mushroom -Static 0x0D18 -5480 1329 0 -5473 1329 0 - -# skull mug -Static 0x0FFB -5544 1290 7 - -# wall carving -LocalizedStatic 0x12CF (Hue=0x978; LabelNumber=1016026) -5441 1287 3 - -# wall carving -LocalizedStatic 0x12CF (Hue=0x978; LabelNumber=1016029) -5556 1313 2 - -# wall carving -LocalizedStatic 0x12D0 (Hue=0x978; LabelNumber=1016026) -5443 1287 3 -5442 1287 3 - -# wall carving -LocalizedStatic 0x12D0 (Hue=0x978; LabelNumber=1016029) -5557 1313 2 - -# wall carving -LocalizedStatic 0x12CE (Hue=0x978; LabelNumber=1016029) -5558 1313 2 - -# wall carving -LocalizedStatic 0x12CE (Hue=0x978; LabelNumber=1016041) -5433 1287 2 - -# wall carving -LocalizedStatic 0x12CE (Hue=0x978; LabelNumber=1016032) -5397 1311 2 - -# puzzlechest -MetalGoldenPuzzleChest 0x0E40 (Hue=0x839) -5392 1468 0 - -# metal chest -MetalGoldenChest 0x0E40 (Hue=0x96F) -5400 1408 5 - -# skull with candle -CandleSkull 0x1854 -5400 1410 5 -5432 1343 5 -5432 1337 7 -5435 1339 5 -5432 1340 5 -5434 1336 20 -5400 1405 5 -5515 1338 5 -5525 1352 6 -5389 1343 5 -5547 1330 6 -5547 1334 6 -5396 1290 20 - -# metal chest -MetalGoldenChest 0x0E40 -5456 1367 0 -5456 1362 0 -5448 1362 0 -5448 1371 0 -5610 1339 0 - -# khaldun puzzle chest -MetalGoldenPuzzleChest 0x0E40 -5448 1367 0 -5610 1343 0 - -# skull with candle -CandleSkull 0x1858 -5439 1337 5 -5439 1343 5 -5439 1340 5 -5437 1336 5 -5516 1340 5 -5550 1334 6 -5550 1330 6 -5547 1332 6 -5389 1348 5 - -# spike trap -GiantSpikeTrap 0x0 -5442 1395 0 -5443 1395 0 -5444 1395 0 -5445 1395 0 - -# mushroom -Static 0x0D19 -5472 1335 0 - -# coffin -Static 0x1C53 -5491 1393 -4 - -# coffin -Static 0x1C52 -5491 1392 -4 - -# double axe -Static 0x0F4C -5456 1409 3 -5408 1352 5 - -# kryss -Static 0x1401 -5523 1352 5 -5623 1330 5 - -# stone pavers -Static 0x0519 -5491 1394 -7 -5491 1393 -7 -5491 1392 -7 - -# stone wall -Static 0x01D0 -5524 1367 -20 - -# cutlass -Static 0x1440 -5456 1411 5 -5616 1328 5 - -# metal chest -MetalGoldenChest 0x0E41 -5605 1348 2 -5542 1287 0 - -# flask -Static 0x1841 -5432 1338 5 - -# mortar and pestle -Static 0x0E9B -5432 1339 5 - -# scales -Static 0x1852 -5432 1342 5 - -# book -LocalizedStatic 0x0FF4 (LabelNumber=1016445) -5436 1340 5 - -# wall carving -LocalizedStatic 0x121E (LabelNumber=1016028) -5406 1295 2 - -# wall carving -LocalizedStatic 0x121E (LabelNumber=1016027) -5573 1299 34 - -# wall carving -LocalizedStatic 0x121F (LabelNumber=1016028) -5407 1295 2 - -# wall carving -LocalizedStatic 0x121F (LabelNumber=1016027) -5574 1299 34 - -# shovel -Static 0x0F3A -5537 1298 0 - -# pickaxe -Static 0x0E85 -5536 1299 4 - -# platemail gloves -Static 0x1414 -5391 1343 5 - -# bone arms -Static 0x1453 (Hue=0x835) -5384 1339 5 - -# swamp -Static 0x326D (Hue=0x21; Name=Blood) -5424 1489 0 -5420 1492 0 -5421 1492 0 -5421 1489 0 - -# swamp -Static 0x326E (Hue=0x21; Name=Blood) -5424 1488 0 -5422 1488 0 - -# metal chest -MetalGoldenChest 0x0E41 (Hue=0x973) -5416 1343 5 -5444 1392 5 -5443 1392 5 -5442 1392 5 -5445 1392 20 -5443 1392 20 -5442 1392 20 -5445 1392 5 -5418 1343 5 -5444 1392 20 -5420 1440 0 - -# blank scroll%s% -Static 0x0EF3 -5436 1336 7 - -# metal chest -MetalGoldenChest 0x0E40 (Hue=0x974) -5400 1407 5 - -# light -Static 0x1ED0 (Light=Circle300) -5536 1337 0 -5537 1336 0 -5537 1337 0 -5536 1336 0 - -# wall carving -LocalizedStatic 0x121D (LabelNumber=1016028) -5405 1295 2 - -# wall carving -LocalizedStatic 0x121D (LabelNumber=1016027) -5572 1299 34 - -# executioner's axe -Static 0x0F45 -5456 1409 3 - -# decorative weapons -Static 0x1566 -5416 1358 0 - -# large battle axe -Static 0x13FA (Hue=0x835) -5395 1448 5 - -# dagger -Static 0x0F52 -5623 1329 5 - -# bone legs -Static 0x1457 (Hue=0x835) -5517 1338 5 - -# bone arms -Static 0x144E (Hue=0x835) -5516 1339 5 - -# viking sword -Static 0x13BA (Hue=0x835) -5517 1339 5 - -# khaldun puzzle chest -StrongBoxPuzzle 0x0E80 (Hue=0x66D) -5537 1337 9 - -# candelabra -Candelabra 0x0B1D -5470 1331 0 - -# candle -Static 0x0A0F (Light=Circle150) -5451 1375 -3 - -# decorative weapons -Static 0x1562 -5416 1354 0 - -# wall carving -LocalizedStatic 0x12CD (Hue=0x978; LabelNumber=1016041) -5432 1287 2 - -# decorative weapons -Static 0x156B -5416 1355 0 - -# statue -Static 0x139D (Hue=0x96E) -5491 1395 6 - -# metal chest -MetalGoldenChest 0x0E40 (Hue=0x962) -5400 1409 5 - -# Corpser Frame -LocalizedStatic 0x20D2 (Hue=0x482; LabelNumber=1016465) -5564 1354 6 - -# fur%s% -Static 0x11F6 -5543 1291 0 - -# bellows -LargeForgeEastAddon 0x1986 -5387 1339 0 - -# wall carving -LocalizedStatic 0x12D4 (Hue=0x978; LabelNumber=1016025) -5407 1307 2 - -# blank scroll%s% -LocalizedStatic 0x0E34 (LabelNumber=1016461) -5566 1352 5 - -# platemail gloves -Static 0x1418 -5391 1341 5 - -# swamp -Static 0x326B (Hue=0x21; Name=Blood) -5420 1489 0 - -# statue -Static 0x1226 -5552 1333 16 - -# lantern -Static 0x0A25 -5543 1287 5 - -# khaldun puzzle chest -MetalGoldenPuzzleChest 0x0E7C (Hue=0x89E) -5445 1503 0 -5457 1503 0 - -# wave -Static 0x1FBC (Hue=0x21; Name=Blood) -5422 1491 0 - -# wooden chest -WoodenChest 0x0E43 -5541 1287 4 -5541 1287 0 - -# swamp -Static 0x3241 (Hue=0x21; Name=Blood) -5423 1488 0 -5422 1492 0 - -# swamp -Static 0x3228 (Hue=0x21; Name=Blood) -5420 1491 0 - -# no draw -Static 0x21A4 (Hue=0x44) -5392 1290 0 - -# wave -Static 0x1FA3 (Hue=0x21; Name=Blood) -5422 1489 0 - -# decorative weapons -Static 0x1567 -5416 1357 0 - -# axe -Static 0x0F4A -5456 1410 3 - -# decorative weapons -Static 0x1569 -5411 1360 0 -5411 1344 0 -5423 1344 0 - -# decorative weapons -Static 0x1560 -5414 1360 0 - -# table -Static 0x0B34 -5517 1296 0 - -# Pot%s% of Wax -LocalizedStatic 0x142A (Hue=0x835; LabelNumber=1016518) -5389 1347 5 - -# coffin -Static 0x1C54 -5491 1394 -5 - -# swamp -Static 0x3236 (Hue=0x21; Name=Blood) -5422 1490 0 - -# wall carving -LocalizedStatic 0x1220 (LabelNumber=1016030) -5417 1295 3 - -# wall carving -LocalizedStatic 0x1221 (LabelNumber=1016030) -5418 1295 3 - -# wall carving -LocalizedStatic 0x1222 (LabelNumber=1016030) -5419 1295 3 - -# blank scroll%s% -LocalizedStatic 0x0EF3 (Hue=0x44E; LabelNumber=1016463) -5562 1352 7 - -# statue -Static 0x139B -5552 1331 16 - -# decorative weapons -Static 0x155E -5400 1350 0 - -# decorative weapons -Static 0x155F -5400 1347 0 - -# stone -Static 0x0788 (Hue=0x1) -5564 1354 -3 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Felucca/ocllo.cfg b/Distribution/Data/Decoration/Felucca/ocllo.cfg deleted file mode 100644 index a434e69f6..000000000 --- a/Distribution/Data/Decoration/Felucca/ocllo.cfg +++ /dev/null @@ -1,1318 +0,0 @@ -# stone wall -Static 0x001A -3692 2508 0 - -# stone wall -Static 0x001B -3692 2504 0 -3692 2505 0 -3692 2506 0 -3692 2507 0 - -# stone wall -Static 0x001C -3688 2508 0 - -# stone wall -Static 0x001E -3691 2508 0 - -# stone wall -Static 0x0021 -3689 2508 0 - -# metal door -MetalDoor 0x0675 (Facing=WestCW) -3690 2508 0 - -# chimney -Static 0x08DC -3740 2680 64 - -# chimney -Static 0x08DD -3741 2680 64 - -# oven -StoneOvenEastAddon 0x092C -3656 2506 0 - -# oven -StoneOvenSouthAddon 0x0930 -3615 2568 0 -3653 2464 0 -3666 2639 0 -3738 2679 40 - -# fireplace -StoneFireplaceEastAddon 0x0959 -3656 2508 0 - -# fireplace -Static 0x095F -3650 2464 0 -3669 2640 0 -3741 2680 40 - -# fireplace -Static 0x0960 -3649 2464 0 -3668 2640 0 -3740 2680 40 - -# cauldron -Static 0x0974 -3735 2645 40 -3736 2572 40 - -# slab of bacon -Static 0x0976 -3704 2650 26 - -# tray -Static 0x0991 -3651 2469 6 -3736 2683 46 - -# tray -Static 0x0992 -3658 2504 6 -3664 2644 6 - -# ceramic mug -CeramicMug 0x0995 -3595 2600 4 -3627 2632 4 -3634 2496 4 -3650 2475 4 -3672 2652 6 -3676 2653 4 -3731 2632 46 -3738 2689 44 - -# ceramic mug -CeramicMug 0x0996 -3650 2474 4 -3662 2507 4 -3738 2688 44 - -# ceramic mug -CeramicMug 0x0997 -3704 2589 26 -3736 2565 46 - -# fork -Fork 0x09A4 -3651 2474 4 -3663 2507 4 -3739 2688 44 - -# knife -Knife 0x09A6 -3651 2474 4 -3663 2507 4 -3739 2688 44 - -# metal box -FillableMetalBox 0x09A8 -3632 2568 6 -3641 2596 6 -3664 2584 6 - -# metal chest -MetalChest 0x09AB -3688 2504 0 -3690 2504 0 -3690 2505 0 - -# sausage -Sausage 0x09C1 -3704 2652 26 - -# spoon -Spoon 0x09C3 -3651 2474 4 -3663 2507 4 -3739 2688 44 - -# bottles of wine -Static 0x09C4 -3664 2642 6 - -# bottles of wine -Static 0x09C5 -3669 2644 0 - -# bottle of wine -BeverageBottle 0x09C7 (Content=Wine) -3668 2651 6 -3672 2653 4 -3676 2648 4 - -# ceramic mug -CeramicMug 0x09CA -3608 2467 4 -3664 2508 4 -3665 2651 6 -3667 2651 6 -3676 2649 4 - -# pitcher -Static 0x09D6 -3608 2568 6 - -# plate -Plate 0x09D7 -3596 2600 4 -3608 2466 4 -3628 2632 4 -3635 2496 4 -3651 2474 4 -3651 2475 4 -3663 2507 4 -3663 2508 4 -3704 2588 26 -3732 2632 46 -3736 2564 46 -3739 2688 44 -3739 2689 44 - -# pot -Static 0x09E0 -3653 2469 6 - -# pot -Static 0x09E1 -3652 2469 6 -3737 2681 40 - -# frypan -Static 0x09E2 -3657 2504 6 -3664 2641 6 - -# pot -Static 0x09E3 -3659 2504 6 -3669 2642 0 -3738 2683 40 - -# kettle -Static 0x09ED -3610 2569 6 -3651 2465 0 -3657 2508 0 -3667 2641 0 -3739 2680 40 - -# milk -Pitcher 0x09F0 (Content=Milk) -3664 2643 6 - -# fork -Fork 0x09F4 -3596 2600 4 -3628 2632 4 -3635 2496 4 -3651 2475 4 -3663 2508 4 -3732 2632 46 -3739 2689 44 - -# fork -Fork 0x09F5 -3608 2466 4 -3704 2588 26 -3736 2564 46 - -# knife -Knife 0x09F6 -3596 2600 4 -3628 2632 4 -3635 2496 4 -3651 2475 4 -3663 2508 4 -3732 2632 46 -3739 2689 44 - -# knife -Knife 0x09F7 -3608 2466 4 -3704 2588 26 -3736 2564 46 - -# spoon -Spoon 0x09F8 -3596 2600 4 -3628 2632 4 -3635 2496 4 -3651 2475 4 -3663 2508 4 -3732 2632 46 -3739 2689 44 - -# spoon -Spoon 0x09F9 -3608 2466 4 -3704 2588 26 -3736 2564 46 - -# stool -Static 0x0A2B -3664 2652 0 -3665 2652 0 -3666 2652 0 -3667 2652 0 -3668 2652 0 - -# chest of drawers -Drawer 0x0A2C -3594 2600 0 -3610 2464 0 -3617 2576 0 -3626 2632 0 -3633 2561 0 -3633 2592 0 -3633 2601 0 -3666 2496 0 -3666 2608 0 -3666 2613 0 -3673 2584 0 -3674 2613 0 -3675 2608 0 -3675 2618 0 -3705 2584 20 -3738 2561 40 -3745 2680 40 - -# chest of drawers -FancyDrawer 0x0A30 -3633 2544 0 - -# chest of drawers -Drawer 0x0A34 -3632 2501 0 -3640 2466 0 -3728 2634 40 - -# chest of drawers -FancyDrawer 0x0A38 -3600 2505 0 -3608 2498 0 - -# armoire -FancyArmoire 0x0A4D -3602 2504 0 -3609 2496 0 - -# armoire -Armoire 0x0A4F -3592 2600 0 -3621 2576 0 -3624 2632 0 -3635 2561 0 -3635 2592 0 -3641 2464 0 - -# armoire -FancyArmoire 0x0A51 -3632 2549 0 - -# armoire -Armoire 0x0A53 -3632 2497 0 -3632 2606 0 -3664 2497 0 -3672 2589 0 -3744 2685 40 - -# bookcase -LibraryBookcase 0x0A97 -3609 2504 0 -3617 2472 0 -3619 2472 0 -3620 2472 0 -3622 2475 0 -3633 2632 0 -3640 2592 0 -3663 2504 0 - -# bookcase -LibraryBookcase 0x0A98 -3609 2469 0 -3616 2472 0 -3619 2475 0 -3621 2475 0 -3634 2632 0 -3638 2592 0 -3664 2504 0 -3669 2504 0 - -# bookcase -LibraryBookcase 0x0A99 -3608 2470 0 -3608 2472 0 -3608 2505 0 -3615 2477 0 -3632 2602 0 -3648 2470 0 -3648 2473 0 -3672 2585 0 -3736 2686 40 - -# bookcase -LibraryBookcase 0x0A9A -3608 2473 0 -3615 2476 0 -3648 2471 0 -3648 2476 0 -3736 2688 40 - -# bookcase -LibraryBookcase 0x0A9B -3618 2475 0 -3620 2475 0 -3622 2472 0 -3639 2592 0 -3665 2504 0 - -# bookcase -LibraryBookcase 0x0A9C -3615 2475 0 -3648 2472 0 -3648 2475 0 -3736 2689 40 -3736 2692 40 - -# wooden shelf -EmptyBookcase 0x0A9D -3613 2469 0 -3614 2469 0 - -# wooden shelf -EmptyBookcase 0x0A9E -3736 2685 40 -3736 2691 40 - -# candle -CandleLarge 0x0B1A -3597 2600 4 -3603 2504 4 -3604 2573 6 -3604 2605 6 -3608 2465 4 -3608 2499 4 -3611 2477 4 -3614 2471 4 -3624 2605 4 -3629 2632 4 -3631 2500 20 -3632 2571 6 -3636 2496 4 -3640 2467 4 -3641 2594 6 -3643 2501 6 -3652 2475 4 -3654 2464 6 -3656 2504 6 -3664 2507 4 -3664 2588 6 -3669 2496 4 -3669 2651 6 -3704 2587 26 -3704 2653 26 -3714 2648 26 -3733 2632 46 -3736 2563 46 -3740 2688 44 - -# lamp post -LampPost1 0x0B20 -3599 2592 0 -3611 2582 0 -3614 2480 0 -3614 2593 0 -3614 2605 0 -3614 2617 0 -3614 2624 0 -3615 2520 0 -3616 2504 0 -3625 2489 0 -3625 2510 0 -3625 2593 0 -3627 2582 0 -3632 2536 0 -3632 2615 0 -3645 2478 0 -3646 2521 0 -3646 2534 0 -3646 2545 0 -3646 2582 0 -3646 2607 0 -3646 2614 0 -3646 2625 0 -3651 2510 0 -3657 2478 0 -3657 2521 0 -3657 2545 0 -3657 2598 0 -3657 2622 0 -3657 2633 0 -3657 2654 0 -3658 2563 0 -3658 2568 0 -3669 2478 0 -3669 2545 0 -3672 2510 0 -3672 2633 0 -3678 2489 0 -3678 2521 0 -3689 2480 0 -3694 2521 0 -3711 2592 20 -3720 2655 20 -3735 2640 40 -3735 2696 40 -3743 2568 40 - -# candelabra -CandelabraStand 0x0B26 -3614 2510 0 -3638 2550 0 -3656 2528 0 -3670 2528 0 -3670 2608 0 -3672 2472 0 -3672 2542 0 -3672 2622 0 -3677 2542 0 -3682 2472 0 - -# chair -WoodenChairCushion 0x0B52 -3608 2509 0 -3625 2531 0 - -# chair -WoodenChairCushion 0x0B53 -3613 2504 0 - -# chair -WoodenChairCushion 0x0B54 -3604 2505 0 - -# chair -WoodenChairCushion 0x0B55 -3609 2500 0 - -# chair -WoodenChair 0x0B56 -3672 2473 0 -3672 2477 0 -3673 2532 0 -3683 2473 0 -3683 2475 0 -3683 2477 0 -3685 2473 0 -3685 2475 0 -3685 2477 0 -3687 2473 0 -3687 2475 0 -3687 2477 0 - -# chair -WoodenChair 0x0B57 -3602 2572 0 -3602 2604 0 -3613 2470 0 -3626 2544 0 -3627 2529 0 -3629 2529 0 -3631 2529 0 -3633 2529 0 -3634 2636 0 -3635 2529 0 -3642 2500 0 -3651 2473 0 -3663 2506 0 -3666 2619 0 -3674 2472 0 -3678 2472 0 - -# chair -WoodenChair 0x0B58 -3625 2606 0 -3641 2468 0 -3665 2586 0 -3667 2531 0 -3676 2532 0 - -# chair -WoodenChair 0x0B59 -3596 2601 0 -3626 2546 0 -3627 2533 0 -3629 2533 0 -3631 2533 0 -3633 2533 0 -3635 2497 0 -3635 2533 0 -3651 2476 0 -3663 2509 0 -3668 2497 0 - -# chair -BambooChair 0x0B5A -3609 2475 0 -3609 2476 0 -3640 2595 0 -3665 2530 0 -3665 2532 0 -3673 2534 0 -3673 2536 0 -3673 2538 0 -3673 2540 0 -3713 2649 20 - -# chair -BambooChair 0x0B5B -3739 2687 40 - -# chair -BambooChair 0x0B5C -3666 2621 0 -3732 2633 40 -3739 2690 40 - -# chair -BambooChair 0x0B5D -3609 2466 0 -3612 2475 0 -3612 2476 0 -3676 2534 0 -3676 2536 0 -3676 2538 0 -3676 2540 0 -3705 2588 20 -3737 2564 40 - -# wooden signpost -Static 0x0B98 -3666 2512 0 - -# brass sign -LocalizedSign 0x0BD2 (LabelNumber=1023026) -3666 2512 0 - -# small fish -Static 0x0DD6 -3648 2668 -3 -3661 2671 -3 -3669 2659 -3 - -# small fish -Static 0x0DD7 -3660 2661 -3 -3662 2670 -3 - -# small fish -Static 0x0DD8 -3662 2666 -3 -3666 2660 -3 - -# small fish -Static 0x0DD9 -3646 2669 -3 -3663 2672 -3 -3667 2664 -3 - -# knitting -Static 0x0DF7 -3669 2590 6 - -# pile of wool -Static 0x0DF8 -3669 2581 0 - -# bale of cotton -Static 0x0DF9 -3664 2581 0 - -# chessmen -Static 0x0E13 -3672 2648 4 - -# chessmen -Static 0x0E14 -3672 2648 4 - -# bloody water -Static 0x0E23 -3625 2603 0 -3628 2601 0 -3629 2609 0 - -# crystal ball -Static 0x0E2F (Light=Circle150) -3626 2545 6 - -# brazier -Brazier 0x0E31 -3624 2536 0 - -# crate -FillableLargeCrate 0x0E3D -3637 2577 0 -3637 2577 3 -3637 2578 0 -3637 2578 3 -3638 2576 0 -3638 2576 3 -3638 2577 0 -3638 2577 3 -3638 2577 6 -3638 2578 0 -3638 2578 3 -3638 2578 6 -3638 2579 0 -3638 2579 3 - -# crate -MediumCrate 0x0E3E -3633 2568 0 -3633 2568 3 - -# metal chest -MetalGoldenChest 0x0E41 -3688 2505 0 - -# wooden chest -WoodenChest 0x0E42 -3744 2681 40 - -# wooden chest -FillableWoodenChest 0x0E42 -3674 2611 0 -3674 2622 0 - -# wooden chest -WoodenChest 0x0E43 -3690 2506 0 - -# wooden chest -FillableWoodenChest 0x0E43 -3665 2608 0 -3665 2613 0 -3678 2613 0 -3709 2584 20 -3730 2632 40 -3737 2561 40 - -# barrel -FillableBarrel 0x0E77 -3616 2652 -3 -3616 2653 -3 -3616 2653 2 -3616 2654 -3 -3616 2654 2 -3629 2574 0 -3629 2574 5 -3630 2574 0 -3630 2574 5 -3631 2574 0 -3631 2574 5 -3632 2574 0 -3632 2574 5 -3632 2575 0 -3632 2575 5 -3644 2649 -3 -3644 2649 2 -3645 2649 -3 -3645 2649 2 -3645 2650 -3 -3645 2650 2 -3646 2662 -3 -3646 2662 2 -3646 2663 -3 -3646 2663 2 -3647 2662 -3 -3647 2662 2 -3647 2679 -3 -3647 2679 2 -3647 2680 -3 -3647 2680 2 -3648 2680 -3 -3648 2680 2 -3651 2654 0 -3651 2654 5 -3651 2655 0 -3651 2655 5 -3652 2654 0 -3652 2654 5 -3652 2655 0 -3652 2655 5 -3658 2665 -3 -3658 2665 2 -3659 2665 -3 -3659 2665 2 -3659 2666 -3 -3659 2666 2 -3661 2673 -3 -3661 2673 2 -3664 2648 0 -3664 2648 5 -3664 2648 10 -3664 2649 0 -3664 2649 5 -3665 2648 0 -3665 2648 5 -3668 2662 -3 -3668 2662 2 -3668 2663 -3 -3668 2663 2 -3669 2662 -3 -3669 2662 2 -3669 2663 -3 -3669 2663 2 - -# strong box -FillableMetalBox 0x0E80 -3600 2573 6 -3600 2605 6 -3624 2545 6 -3640 2501 6 - -# drum -Static 0x0E9C -3674 2534 4 -3675 2540 4 -3691 2475 0 - -# tambourine -Static 0x0E9D -3674 2540 4 -3675 2536 4 - -# tambourine -Static 0x0E9E -3674 2536 4 -3675 2538 4 -3691 2477 0 - -# standing harp -Static 0x0EB1 -3663 2528 0 -3664 2528 0 -3665 2528 0 -3673 2528 0 -3676 2528 0 -3693 2472 2 -3693 2476 2 - -# lute -Static 0x0EB3 -3674 2538 4 -3675 2534 4 - -# lute -Static 0x0EB4 -3688 2474 0 - -# music stand -Static 0x0EB6 -3659 2528 0 -3660 2528 0 -3661 2528 0 -3662 2528 0 - -# music stand -Static 0x0EBB -3666 2528 0 -3667 2528 0 -3668 2528 0 -3669 2528 0 -3674 2528 0 -3675 2528 0 - -# music stand -Static 0x0EBC -3690 2473 1 -3690 2475 1 -3690 2477 1 -3692 2473 1 -3692 2477 1 - -# sheet music -Static 0x0EBF -3674 2528 0 -3675 2528 0 - -# sheet music -Static 0x0EC0 -3690 2473 1 -3690 2475 1 -3690 2477 1 -3692 2473 1 -3692 2477 1 - -# cleaver -Static 0x0EC2 -3704 2649 26 - -# dress form -Static 0x0EC6 -3664 2592 0 -3666 2580 0 - -# dress form -Static 0x0EC7 -3669 2579 0 - -# easel with canvas -Static 0x0F66 -3642 2496 0 - -# easel -Static 0x0F67 -3640 2510 0 - -# easel with canvas -Static 0x0F68 -3640 2508 0 - -# bolt of cloth -Static 0x0F96 (Hue=0x12) -3668 2577 0 -3668 2591 0 -3669 2591 0 - -# bolt of cloth -Static 0x0F97 (Hue=0x26) -3668 2577 0 - -# bolt of cloth -Static 0x0F98 (Hue=0x26) -3665 2579 0 -3665 2594 0 - -# bolt of cloth -Static 0x0F99 (Hue=0x1D) -3665 2579 0 - -# bolt of cloth -Static 0x0F9A (Hue=0x21) -3665 2578 0 -3665 2595 0 - -# bolt of cloth -Static 0x0F9B (Hue=0x21) -3669 2577 0 - -# bolt of cloth -Static 0x0F9C (Hue=0x26) -3669 2577 0 - -# sewing kit -Static 0x0F9D -3667 2590 6 - -# scissors -Scissors 0x0F9E -3668 2590 6 - -# scissors -Scissors 0x0F9F -3664 2596 6 - -# playing cards -Static 0x0FA3 -3676 2652 4 - -# chess board -ChessBoard 0x0FA6 -3672 2649 4 - -# dice and cup -Dices 0x0FA7 -3676 2650 4 - -# dying tub -DyeTub 0x0FAB -3642 2600 0 - -# fire pit -Static 0x0FAC (Light=Circle225) -3704 2596 20 -3735 2645 40 -3736 2572 40 - -# backgammon game -Backgammon 0x0FAD -3676 2650 4 - -# barrel -Static 0x0FAE -3616 2651 -3 -3632 2649 -3 -3645 2674 -3 -3661 2672 -3 -3671 2665 -3 - -# anvil -AnvilSouthAddon 0x0FB0 -3643 2603 0 - -# forge -SmallForgeAddon 0x0FB1 -3645 2603 0 - -# sledge hammer -Static 0x0FB4 -3643 2604 0 - -# horse shoes -Static 0x0FB6 -3641 2601 4 - -# tongs -Static 0x0FBB -3641 2603 4 - -# book -Static 0x0FBD -3608 2500 4 -3624 2606 4 -3626 2531 4 -3640 2468 4 -3641 2595 6 -3664 2586 6 -3666 2531 4 -3675 2532 4 -3714 2649 26 - -# book -Static 0x0FBE -3602 2573 6 -3602 2605 6 -3604 2504 4 -3613 2471 4 -3625 2545 6 -3634 2571 6 -3642 2501 6 -3666 2620 4 -3668 2496 4 -3676 2472 4 - -# pen and ink -Static 0x0FBF -3608 2500 4 -3624 2606 4 -3626 2531 4 -3640 2468 4 -3641 2595 6 -3664 2586 6 -3666 2531 4 -3675 2532 4 -3714 2649 26 - -# pen and ink -Static 0x0FC0 -3602 2573 6 -3602 2605 6 -3604 2504 4 -3613 2471 4 -3625 2545 6 -3634 2571 6 -3642 2501 6 -3666 2620 4 -3668 2496 4 - -# paints and brush -Static 0x0FC1 -3642 2497 0 - -# book -CallToAnarchy 0x0FEF -3610 2476 4 - -# book -GrammarOfOrcish 0x0FEF -3672 2474 4 - -# book -RedBook 0x0FF1 -3677 2472 4 - -# book -BlueBook 0x0FF2 -3610 2474 4 - -# book -BritannianFlora 0x0FF3 -3611 2476 4 - -# book -BirdsOfBritannia 0x0FF4 -3611 2475 4 - -# book -TreatiseOnAlchemy 0x0FF4 -3672 2475 4 - -# spinning wheel -SpinningWheelEastAddon 0x1019 -3667 2597 0 - -# pile of wool -Static 0x101F -3667 2578 0 - -# sack of flour -Static 0x1039 -3608 2570 0 -3621 2568 0 -3621 2569 0 - -# open sack of flour -Static 0x103A -3613 2572 0 -3614 2573 0 -3619 2568 6 -3740 2682 40 - -# dough -Static 0x103D -3616 2568 6 - -# cookie mix -Static 0x103F -3611 2568 6 -3618 2569 6 - -# rolling pin -Static 0x1043 -3610 2568 6 -3618 2568 6 - -# loom bench -Static 0x104A -3668 2594 0 - -# upright loom -LoomSouthAddon 0x1061 -3668 2594 0 - -# cut leather -Static 0x1068 -3605 2619 6 - -# stretched hide -Static 0x106A -3601 2612 0 - -# stretched hide -Static 0x106B -3601 2614 0 - -# pile of hides -Static 0x1078 -3605 2617 0 -3606 2601 0 - -# pile of hides -Static 0x1079 -3601 2601 0 -3603 2621 0 - -# cut leather -Static 0x1081 -3603 2600 6 -3604 2619 6 - -# cut leather -Static 0x1082 -3604 2600 6 - -# garbage -Static 0x10EE -3703 2597 20 -3706 2596 20 - -# potted tree -PottedTree 0x11C8 -3637 2496 0 -3641 2592 0 -3665 2496 0 -3736 2687 40 - -# potted tree -PottedTree1 0x11C9 -3600 2568 0 -3608 2504 0 -3633 2496 0 -3640 2465 0 -3656 2589 0 -3704 2584 20 - -# flowerpot -PottedPlant 0x11CA -3600 2504 0 -3632 2544 0 -3632 2601 0 -3637 2561 0 -3640 2496 0 -3673 2472 0 -3679 2472 0 -3728 2632 40 - -# flowerpot -PottedPlant1 0x11CB -3608 2501 7 -3632 2569 9 -3667 2620 7 - -# flowerpot -PottedPlant2 0x11CC -3636 2571 9 -3644 2501 9 - -# fur -Static 0x11F4 -3604 2615 6 - -# fur -Static 0x11F5 -3606 2615 6 - -# fur -Static 0x11F6 -3604 2609 6 - -# fur -Static 0x11F7 -3606 2609 6 - -# fur -Static 0x11F8 -3600 2613 6 - -# fur -Static 0x11F9 -3600 2618 6 - -# fur -Static 0x11FA -3600 2611 6 - -# fur -Static 0x11FB -3600 2620 6 - -# tarot -Static 0x12A5 -3627 2545 6 - -# moulding board -Static 0x14E9 -3617 2569 6 - -# moulding board -Static 0x14EA -3611 2569 7 - -# ship model -Static 0x14F3 -3635 2637 6 - -# rope -Static 0x14F8 -3632 2632 0 -3647 2669 -3 -3660 2677 -3 - -# rope -Static 0x14FA -3669 2660 -3 - -# plough -Static 0x1500 -3740 2645 40 - -# harrow -Static 0x1505 -3740 2643 40 - -# water barrel -Static 0x154D -3613 2573 0 - -# bowl of carrots -Static 0x15F9 -3736 2681 46 - -# pewter bowl -Static 0x15FD -3654 2465 6 - -# bowl of lettuce -Static 0x1600 -3736 2682 46 - -# large pewter bowl -Static 0x1603 -3654 2467 6 - -# folded cloth -Static 0x175F (Hue=0x6C5) -3664 2576 6 - -# folded cloth -Static 0x1761 (Hue=0x4BD) -3667 2576 6 - -# folded cloth -Static 0x1762 (Hue=0x21) -3664 2580 6 - -# folded cloth -Static 0x1762 (Hue=0x72B) -3666 2576 6 - -# folded cloth -Static 0x1763 (Hue=0x522) -3668 2576 6 - -# folded cloth -Static 0x1763 (Hue=0x5F6) -3664 2579 6 - -# folded cloth -Static 0x1764 (Hue=0x58A) -3669 2576 6 - -# folded cloth -Static 0x1764 (Hue=0x64D) -3664 2577 6 - -# rock -Static 0x1778 -3767 2718 21 - -# skull with candle -CandleSkull 0x1858 -3628 2531 4 -3628 2545 6 -3631 2531 4 -3634 2531 4 - -# silver wire -Static 0x1877 -3641 2602 4 - -# spilled flour -Static 0x187E -3615 2574 0 - -# spilled flour -Static 0x187F -3610 2572 0 diff --git a/Distribution/Data/Decoration/Felucca/solen matriarch quest.cfg b/Distribution/Data/Decoration/Felucca/solen matriarch quest.cfg deleted file mode 100644 index 37e05aeaa..000000000 --- a/Distribution/Data/Decoration/Felucca/solen matriarch quest.cfg +++ /dev/null @@ -1,3 +0,0 @@ -# Black Solen Matriarch -Spawner 0x1F13 (Spawn=BlackSolenMatriarch; Count=1; HomeRange=14) -5776 1898 22 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Felucca/yew.cfg b/Distribution/Data/Decoration/Felucca/yew.cfg deleted file mode 100644 index f1fe3ae98..000000000 --- a/Distribution/Data/Decoration/Felucca/yew.cfg +++ /dev/null @@ -1,2248 +0,0 @@ -######### -# Doors # -######### - -# metal door -MetalDoor 0x0675 (Facing=WestCW) -319 791 20 -299 764 20 -312 783 20 -313 791 20 -356 839 20 -369 903 0 -369 867 0 - -# metal door -MetalDoor 0x0677 (Facing=EastCCW) -313 783 20 -357 839 20 -370 903 0 -370 867 0 - -# metal door -MetalDoor 0x067D (Facing=SouthCW) -289 771 0 -289 771 20 -343 884 20 -367 878 0 -371 871 0 -327 793 20 -343 885 0 -351 835 20 -367 878 20 -343 873 0 -367 873 0 -367 873 20 -343 873 20 - -# metal door -MetalDoor 0x067F (Facing=NorthCCW) -327 792 20 -351 834 20 - - -# barred metal door -BarredMetalDoor 0x0685 (Facing=WestCW) -262 769 -2 -262 769 20 -268 769 -2 -268 769 20 -274 769 -2 -274 769 20 -280 769 -2 -280 769 20 -286 769 -2 -286 769 20 - -# barred metal door -BarredMetalDoor 0x0689 (Facing=WestCCW) -262 773 -2 -262 773 20 -268 773 -2 -268 773 20 -274 773 -2 -274 773 20 -280 773 -2 -280 773 20 -286 773 -2 -286 773 20 - - -# wooden gate -DarkWoodGate 0x0866 (Facing=WestCW) -355 891 0 -666 951 0 -666 1191 0 -355 890 20 -562 1111 0 - -# wooden gate -DarkWoodGate 0x0868 (Facing=EastCCW) -356 891 0 -667 951 0 -667 1191 0 -356 890 20 -563 1111 0 - - -# stone wall -SecretStoneDoor1 0x00E8 (Facing=WestCW) -308 791 0 - -# stone wall -SecretStoneDoor1 0x00EA (Facing=EastCCW) -261 763 0 -262 779 0 -262 779 20 -267 763 0 -268 779 0 -268 779 20 -273 763 0 -274 779 0 -274 779 20 -279 763 0 -280 779 0 -280 779 20 -285 763 0 -286 779 0 -286 779 20 -291 777 20 - -# stone wall -SecretStoneDoor1 0x00EC (Facing=WestCCW) -261 763 20 -267 763 20 -273 763 20 -279 763 20 -285 763 20 - -# stone wall -SecretStoneDoor1 0x00F0 (Facing=SouthCW) -296 761 20 -301 762 0 - -# stone wall -SecretStoneDoor1 0x00F2 (Facing=NorthCCW) -301 761 0 - - -############ -# Standard # -############ - -# stone wall -Static 0x00C8 -309 791 0 - -# stone wall -Static 0x00C9 -564 1307 0 - -# patch -Static 0x02F1 -597 837 0 - -# patch -Static 0x02F2 -597 837 0 - -# cobblestones -Static 0x0515 -383 917 0 - -# cobblestones -Static 0x0516 -309 786 0 -309 787 0 - -# oven -StoneOvenEastAddon 0x092C -552 1217 0 - -# oven -StoneOvenSouthAddon 0x0930 -394 1216 0 -553 984 -2 -682 1200 0 -665 1000 0 - -# slab of bacon -Static 0x0976 -457 1141 6 -603 1187 6 - -# slab of bacon -Static 0x0977 -392 1218 6 -602 1184 10 -603 1184 6 - -# wheel of cheese -CheeseWheel 0x097E -452 1110 6 - -# basket -Basket 0x0990 -416 1035 4 -656 1005 6 - -# tray -Static 0x0991 -392 1218 6 -539 1009 6 -603 1184 6 -642 844 4 -643 834 4 -654 938 6 - -# tray -Static 0x0992 -416 1037 4 -450 1117 6 -459 1141 6 -555 1221 6 -574 1123 6 -679 1202 6 - -# fruit basket -FruitBasket 0x0993 -284 986 4 -421 1035 6 -642 833 4 -656 1004 6 - -# ceramic mug -CeramicMug 0x0995 -642 834 4 -642 837 4 -642 838 4 -642 840 4 -642 842 4 - -# ceramic mug -CeramicMug 0x0997 -400 1219 6 -452 1112 6 -555 1210 6 -574 1122 6 -599 1187 6 -624 1149 6 -643 836 4 -643 838 4 -643 840 4 -643 842 4 -643 844 4 -648 938 6 -648 1084 6 -677 1202 6 - -# bottle of liquor -BeverageBottle 0x099B (Content=Liquor) -261 774 0 -261 774 20 -262 766 0 -262 766 20 -267 774 0 -267 774 20 -268 766 0 -268 766 20 -273 774 0 -274 766 0 -274 766 20 -274 774 20 -279 774 0 -279 774 20 -280 766 0 -280 766 20 -285 774 0 -285 774 20 -286 766 0 -286 766 20 -324 1240 6 -398 1220 6 -400 1219 6 -420 1034 6 -450 963 6 -451 1112 6 -452 1112 6 -458 1135 6 -459 1133 6 -554 1212 6 -555 1210 6 -572 1123 6 -574 1122 6 -597 1188 6 -599 1187 6 -624 1147 6 -634 1040 6 -646 939 6 -648 938 6 -648 1084 6 -660 1003 6 -662 1002 6 -677 1202 6 -677 1203 6 -734 883 6 -736 882 6 - -# bottles of liquor -Static 0x099E -608 873 5 -608 876 0 -609 872 10 -611 872 0 -611 875 0 -613 875 5 -613 877 0 -615 872 0 -615 873 5 -615 875 0 -617 873 0 -617 874 0 -617 877 0 -619 876 0 -620 874 10 -621 874 0 - -# fork -Fork 0x09A3 -451 1111 6 -458 1134 6 -554 1211 6 -642 835 4 -642 837 4 -642 839 4 -642 841 4 -642 843 4 - -# fork -Fork 0x09A4 -399 1219 6 -573 1122 6 -598 1187 6 -647 938 6 -678 1202 6 - -# knife -Knife 0x09A5 -451 1111 6 -458 1134 6 -554 1211 6 -642 835 4 -642 837 4 -642 839 4 -642 841 4 -642 843 4 - -# knife -Knife 0x09A6 -399 1219 6 -535 1011 6 -573 1122 6 -598 1187 6 -647 938 6 -678 1202 6 - -# metal box -FillableMetalBox 0x09A8 -565 1307 0 - -# metal box -MetalBox 0x09A8 -555 988 6 -562 1008 6 -565 960 6 - -# wooden box -WoodenBox 0x09AA -731 880 0 -739 880 0 - -# metal chest -FillableMetalChest 0x09AB (ContentType=Inn) -603 808 0 -603 816 0 -604 826 0 -607 826 0 -617 824 0 -619 808 0 -649 808 0 -653 824 0 -668 808 0 -668 816 0 - -# bushel -Basket 0x09AC -656 1006 6 - -# cooked bird -CookedBird 0x09B7 -642 844 4 -643 834 4 - -# cooked bird -CookedBird 0x09B8 -459 1141 6 -555 1221 6 -574 1123 6 -679 1202 6 - -# roast pig -RoastPig 0x09BB -281 984 4 - -# roast pig -RoastPig 0x09BC -392 1220 9 - -# silverware -Static 0x09BD -283 986 4 - -# silverware -Static 0x09BE -421 1034 6 -481 850 4 -483 850 4 -661 1002 6 -735 882 6 - -# sausage -Sausage 0x09C0 -603 1188 6 - -# sausage -Sausage 0x09C1 -392 1221 6 - -# ham -Ham 0x09C9 -604 1184 11 - -# ceramic mug -CeramicMug 0x09CA -324 1240 6 -398 1220 6 -451 1112 6 -554 1212 6 -572 1123 6 -597 1188 6 -634 1040 6 -646 939 6 -677 1203 6 - -# grape bunch -Grapes 0x09D1 -594 846 0 -594 858 0 -597 853 0 -600 841 0 -600 846 0 -600 857 0 -603 848 0 -603 860 0 -606 845 0 -606 858 0 -609 854 0 -610 883 6 -610 884 6 -610 885 6 -610 886 6 -610 887 6 -610 892 6 -611 892 6 -612 846 0 -612 856 0 -612 892 6 -613 892 6 -614 883 6 -614 884 6 -614 885 6 -614 886 6 -614 887 6 -615 842 0 -615 850 0 -615 858 0 -615 892 6 -616 892 6 -617 892 6 -618 883 6 -618 884 6 -618 885 6 -618 886 6 -618 887 6 -618 892 6 - -# ham -Ham 0x09D3 -603 1189 6 - -# silverware -Static 0x09D4 -284 987 4 -286 987 4 -420 1035 6 -451 963 6 -480 851 4 -482 851 4 -661 1003 6 -735 883 6 - -# silverware -Static 0x09D5 -287 986 4 -328 1061 4 - -# pitcher -Static 0x09D6 -480 851 4 -481 850 4 -482 851 4 -483 850 4 - -# plate -Plate 0x09D7 -283 986 4 -284 987 4 -286 987 4 -287 986 4 -323 1240 6 -328 1061 4 -399 1219 6 -399 1220 6 -420 1035 6 -421 1034 6 -451 963 6 -451 1111 6 -452 1111 6 -458 1134 6 -459 1134 6 -480 851 4 -481 850 4 -482 851 4 -483 850 4 -554 1211 6 -555 1211 6 -573 1122 6 -573 1123 6 -598 1187 6 -598 1188 6 -624 1148 6 -633 1040 6 -642 835 4 -642 837 4 -642 839 4 -642 841 4 -642 843 4 -643 835 4 -643 837 4 -643 839 4 -643 841 4 -643 843 4 -647 938 6 -647 939 6 -648 1085 6 -661 1002 6 -661 1003 6 -678 1202 6 -678 1203 6 -735 882 6 -735 883 6 - -# cake -Cake 0x09E9 -451 1117 6 -555 1212 6 - -# kettle -Static 0x09ED -397 1216 0 -449 1117 6 -458 1141 6 -553 1221 6 -555 986 6 -654 936 6 -685 1201 6 - -# milk -Pitcher 0x09F0 (Content=Milk) -642 836 4 -643 842 4 - -# cut of raw ribs -RawRibs 0x09F1 -460 1141 6 -528 1011 3 - -# fork -Fork 0x09F4 -323 1240 6 -399 1220 6 -573 1123 6 -598 1188 6 -633 1040 6 -647 939 6 -678 1203 6 - -# fork -Fork 0x09F5 -452 1111 6 -459 1134 6 -555 1211 6 -624 1148 6 -643 835 4 -643 837 4 -643 839 4 -643 841 4 -643 843 4 -648 1085 6 - -# knife -Knife 0x09F6 -323 1240 6 -399 1220 6 -573 1123 6 -598 1188 6 -633 1040 6 -647 939 6 -678 1203 6 - -# knife -Knife 0x09F7 -452 1111 6 -459 1134 6 -555 1211 6 -603 1188 6 -624 1148 6 -643 835 4 -643 837 4 -643 839 4 -643 841 4 -643 843 4 -648 1085 6 - -# spoon -Spoon 0x09F8 -323 1240 6 -399 1220 6 -573 1123 6 -598 1188 6 -633 1040 6 -647 939 6 -678 1203 6 - -# spoon -Spoon 0x09F9 -452 1111 6 -459 1134 6 -555 1211 6 -624 1148 6 -643 835 4 -643 837 4 -643 839 4 -643 841 4 -643 843 4 -648 1085 6 - -# chest of drawers -Drawer 0x0A2C -331 1056 0 -333 1056 0 -392 1224 0 -426 1040 0 -449 1128 0 -457 960 0 -457 1112 0 -486 840 0 -578 1120 0 -595 1184 0 -625 1144 0 -637 1040 0 -648 944 0 -649 1080 0 -666 1008 0 -682 1208 0 -732 880 0 -738 880 0 - -# chest of drawers -FancyDrawer 0x0A30 -613 824 0 -665 808 0 -665 816 0 -669 824 0 - -# chest of drawers -Drawer 0x0A34 -320 1245 0 - -# chest of drawers -FancyDrawer 0x0A38 -336 883 20 -336 884 0 -480 841 0 -600 812 0 -600 820 0 -600 828 0 -616 811 0 -616 828 0 -648 811 0 -648 826 0 -656 828 0 - -# armoire -FancyArmoire 0x0A4D -609 824 0 -670 824 0 - -# armoire -Armoire 0x0A4F -280 976 0 -285 976 0 -394 1224 0 -453 1128 0 -461 960 0 -576 1120 0 -597 1184 0 -629 1144 0 -650 944 0 -653 1080 0 -670 1008 0 - -# armoire -FancyArmoire 0x0A51 -336 882 0 -336 882 20 -480 842 0 -600 811 0 -600 819 0 -600 827 0 -616 810 0 -616 829 0 -648 810 0 -648 827 0 -656 829 0 -664 813 0 -664 821 0 - -# armoire -Armoire 0x0A53 -320 1241 0 -328 1057 0 -456 1117 0 -560 1221 0 -632 1045 0 -680 1209 0 - -# folded sheet -Static 0x0A92 -529 960 2 -532 960 2 -535 960 2 -538 960 2 -541 960 2 - -# folded sheet -Static 0x0A93 -424 1043 2 -424 1045 2 - -# bookcase -LibraryBookcase 0x0A97 -291 976 0 -330 1240 0 -339 872 0 -339 872 20 -401 1216 0 -406 1216 0 -450 1104 0 -461 1128 0 -473 840 0 -556 1208 0 -568 960 0 -598 1184 0 -601 1184 0 -626 842 20 -628 1032 0 -630 816 20 -638 816 20 -641 936 0 -642 816 20 -642 1080 0 -644 1080 0 - -# bookcase -LibraryBookcase 0x0A98 -290 976 0 -292 976 0 -329 1240 0 -333 1240 0 -338 872 0 -338 872 20 -340 872 0 -340 872 20 -400 1216 0 -449 1104 0 -457 1128 0 -476 840 0 -477 840 0 -553 1208 0 -557 1208 0 -565 808 0 -569 960 0 -599 1184 0 -625 842 20 -625 1032 0 -631 816 20 -639 816 20 -641 848 0 -641 1080 0 -642 848 0 -642 936 0 -643 848 0 -643 1080 0 -644 848 0 -644 936 0 -645 848 0 - -# bookcase -LibraryBookcase 0x0A99 -320 1061 0 -448 1109 0 -456 1134 0 -528 968 0 -528 973 0 -560 968 0 -568 1124 0 -616 1146 0 -616 1148 0 -624 825 20 -624 838 0 -624 839 0 -624 840 0 -624 849 0 -624 850 0 -624 851 0 -624 851 20 -624 852 0 -624 852 20 -624 853 0 -624 853 20 -624 1033 0 -640 937 0 -640 941 0 -642 843 20 -642 844 20 -642 845 20 -642 846 20 -672 1201 0 -728 881 0 -728 882 0 -728 884 0 -728 885 0 - -# bookcase -LibraryBookcase 0x0A9A -320 1058 0 -320 1060 0 -336 884 20 -448 1110 0 -456 1129 0 -528 969 0 -528 972 0 -568 1122 0 -616 1147 0 -624 826 20 -624 843 0 -624 844 0 -624 845 0 -672 1202 0 -672 1204 0 - -# bookcase -LibraryBookcase 0x0A9B -289 976 0 -293 976 0 -332 1240 0 -337 872 0 -337 872 20 -341 872 0 -341 872 20 -405 1216 0 -452 1104 0 -453 1104 0 -474 840 0 -554 1208 0 -561 808 0 -563 808 0 -600 1184 0 -629 1032 0 -632 816 20 -640 816 20 -640 1080 0 -641 816 20 -643 842 20 -644 842 20 -645 842 20 -645 936 0 -645 1080 0 - -# bookcase -LibraryBookcase 0x0A9C -320 1057 0 -336 874 20 -448 1111 0 -456 1133 0 -560 969 0 -568 1121 0 -568 1125 0 -624 827 20 -624 833 0 -624 834 0 -624 835 0 -672 1205 0 - -# candle -CandleLarge 0x0B1A -280 981 4 -320 787 26 -322 1240 6 -328 1060 4 -328 1247 6 -356 834 26 -398 1219 6 -419 1034 6 -424 1040 6 -448 1106 6 -448 1128 6 -452 963 6 -456 1112 6 -458 1133 6 -474 844 6 -480 840 5 -515 988 6 -539 1008 6 -554 1210 6 -555 984 6 -560 1216 6 -562 1012 6 -565 966 6 -572 1122 6 -597 1187 6 -606 814 6 -606 816 6 -614 824 6 -616 814 6 -616 824 6 -621 1146 6 -627 845 6 -632 1040 6 -634 1032 6 -640 1087 6 -646 938 6 -648 808 6 -648 824 6 -648 1086 6 -656 824 6 -660 1002 6 -664 808 6 -664 816 6 -664 1008 6 -679 1203 6 -728 880 6 -742 880 6 -460 965 2 -632 816 6 -635 816 26 -638 816 6 - -# candelabra -Candelabra 0x0B1D -292 980 4 - -# candelabra -CandelabraStand 0x0B26 -282 989 0 -320 1048 0 -332 816 20 -336 872 0 -336 872 20 -344 816 20 -344 876 0 -344 876 20 -344 902 0 -344 902 20 -365 876 0 -365 876 20 -366 902 0 -366 902 20 -486 848 0 -528 960 0 -528 967 0 -542 960 0 -542 974 0 -624 842 20 -624 1032 0 -640 846 0 -642 842 20 - -# wooden bench -WoodenBench 0x0B2C -312 794 20 -312 795 20 -312 796 20 -312 797 20 - -# wooden bench -WoodenBench 0x0B2D -315 792 20 -316 792 20 -317 792 20 -348 880 0 -348 881 20 -348 882 0 -348 883 20 -348 884 0 -348 885 20 -348 886 0 -348 887 20 -348 888 0 -348 889 20 -348 890 0 -349 880 0 -349 881 20 -349 882 0 -349 883 20 -349 884 0 -349 885 20 -349 886 0 -349 887 20 -349 888 0 -349 889 20 -349 890 0 -350 880 0 -350 881 20 -350 882 0 -350 883 20 -350 884 0 -350 885 20 -350 886 0 -350 887 20 -350 888 0 -350 889 20 -350 890 0 -351 880 0 -351 881 20 -351 882 0 -351 883 20 -351 884 0 -351 885 20 -351 886 0 -351 887 20 -351 888 0 -351 889 20 -351 890 0 -352 880 0 -352 881 20 -352 882 0 -352 883 20 -352 884 0 -352 885 20 -352 886 0 -352 887 20 -352 888 0 -352 889 20 -352 890 0 -353 880 0 -353 881 20 -353 882 0 -353 883 20 -353 884 0 -353 885 20 -353 887 20 -353 888 0 -353 889 20 -353 890 0 -358 880 0 -358 881 20 -358 882 0 -358 883 20 -358 884 0 -358 885 20 -358 886 0 -358 887 20 -358 888 0 -358 889 20 -358 890 0 -359 880 0 -359 881 20 -359 882 0 -359 883 20 -359 884 0 -359 885 20 -359 886 0 -359 887 20 -359 888 0 -359 889 20 -359 890 0 -360 880 0 -360 881 20 -360 882 0 -360 883 20 -360 884 0 -360 885 20 -360 886 0 -360 887 20 -360 888 0 -360 889 20 -360 890 0 -361 880 0 -361 881 20 -361 882 0 -361 883 20 -361 884 0 -361 885 20 -361 886 0 -361 887 20 -361 888 0 -361 889 20 -361 890 0 -362 880 0 -362 881 20 -362 882 0 -362 883 20 -362 884 0 -362 885 20 -362 886 0 -362 887 20 -362 888 0 -362 889 20 -362 890 0 -363 880 0 -363 881 20 -363 882 0 -363 883 20 -363 884 0 -363 885 20 -363 886 0 -363 887 20 -363 888 0 -363 889 20 -363 890 0 - -# chair -FancyWoodenChairCushion 0x0B4E -282 986 0 - -# chair -FancyWoodenChairCushion 0x0B4F -475 849 0 -481 849 0 -483 849 0 - -# chair -FancyWoodenChairCushion 0x0B50 -284 988 0 -286 988 0 -480 852 0 -482 852 0 - -# chair -FancyWoodenChairCushion 0x0B51 -288 986 0 -644 851 0 - -# chair -WoodenChairCushion 0x0B52 -473 843 0 -529 970 0 -625 831 20 -625 836 20 -626 834 0 -626 839 0 -626 844 0 -626 851 0 -641 835 0 -641 837 0 -641 839 0 -641 841 0 -641 843 0 - -# chair -WoodenChairCushion 0x0B53 -291 978 0 -319 786 20 -355 833 20 -631 818 20 -640 818 20 - -# chair -WoodenChairCushion 0x0B54 -355 900 20 -355 901 0 -475 853 0 -636 817 20 - -# chair -WoodenChairCushion 0x0B55 -337 879 0 -337 879 20 -635 1034 0 -645 831 20 -645 835 0 -645 836 20 -645 837 0 -645 839 0 -645 841 0 -645 843 0 - -# chair -WoodenChair 0x0B56 -450 1111 0 -457 1134 0 -514 990 0 -553 1211 0 -561 1010 0 -563 963 0 - -# chair -WoodenChair 0x0B57 -329 1246 0 -350 892 20 -350 893 0 -352 892 20 -352 893 0 -359 892 20 -359 893 0 -361 892 20 -361 893 0 -399 1218 0 -421 1033 0 -534 972 0 -536 972 0 -537 1010 0 -563 810 0 -568 1011 6 -573 1121 0 -598 1186 0 -620 1145 0 -641 1086 0 -647 937 0 -661 1001 0 -678 1201 0 -735 881 0 - -# chair -WoodenChair 0x0B58 -449 1107 0 -453 1111 0 -460 1134 0 -556 1211 0 -571 964 0 -625 1148 0 -641 939 0 -641 1083 0 -649 1085 0 - -# chair -WoodenChair 0x0B59 -321 1056 0 -323 1241 0 -350 900 0 -350 900 20 -399 1221 0 -403 1217 0 -420 1036 0 -459 1129 0 -562 812 0 -564 812 0 -573 1124 0 -598 1189 0 -633 1041 0 -647 940 0 -661 1004 0 -678 1204 0 -735 884 0 - -# chair -BambooChair 0x0B5A -571 1011 6 -664 1003 0 - -# chair -BambooChair 0x0B5B -459 964 0 -567 1008 6 - -# chair -BambooChair 0x0B5C -451 964 0 -534 968 0 -536 968 0 - -# chair -BambooChair 0x0B5D -281 980 0 -329 1061 0 -541 962 0 -541 963 0 -669 1003 0 - -# foot stool -FootStool 0x0B5E -458 960 0 -531 960 0 -534 960 0 -537 960 0 -540 960 0 - -# bench -Static 0x0B5F -425 1035 0 -428 1035 0 - -# bench -Static 0x0B60 -425 1034 0 -428 1034 0 - -# bench -Static 0x0B65 -427 1036 0 -667 1004 0 - -# bench -Static 0x0B66 -426 1036 0 -666 1004 0 - -# wooden signpost -Static 0x0B98 -618 1152 0 -626 1040 0 - -# broken chair -Static 0x0C10 -562 1010 6 - -# pile of wool -Static 0x0DF8 -566 1122 0 -685 1198 0 - -# barber scissors -Static 0x0DFC -322 1048 6 - -# bloody bandage -Static 0x0E20 -539 960 0 - -# clean bandage -Static 0x0E21 -330 1247 6 - -# bloody bandage -Static 0x0E22 -329 1251 0 -531 960 0 -641 1089 0 - -# bloody water -Static 0x0E23 -320 1051 0 -330 1250 0 -533 960 0 -539 961 0 - -# crystal ball -Static 0x0E2E (Light=Circle150) -627 834 6 - -# crate -LargeCrate 0x0E3C -308 784 0 -308 784 3 -308 785 0 -308 786 0 -309 784 0 -309 784 3 -309 788 1 -309 788 4 -310 784 0 -310 787 0 -310 787 3 -310 787 6 -310 788 0 -310 788 3 -310 789 0 -310 789 3 -310 789 6 -311 789 0 -311 789 3 -317 784 0 -317 784 3 -317 784 6 -317 784 9 -317 785 0 -317 785 3 -317 794 0 -317 794 3 -317 794 6 -317 795 0 -317 795 3 -317 795 6 -318 784 0 -318 784 3 -318 785 0 -318 794 0 -318 794 3 -318 794 6 -318 795 0 -318 795 3 -318 795 6 -656 1002 0 -656 1003 0 - -# crate -LargeCrate 0x0E3D -311 788 -23 -312 790 -23 - -# crate -FillableLargeCrate 0x0E3D (ContentType=Mill) -546 810 0 -546 810 3 -546 811 0 -547 810 0 -547 810 3 -547 811 0 -547 811 3 - -# crate -MediumCrate 0x0E3E -323 795 0 -323 795 3 -323 796 0 -324 795 0 -324 796 0 -324 796 3 -416 1033 0 -416 1033 3 -416 1034 0 -448 961 0 -448 961 3 -448 962 0 -544 812 0 -544 812 3 -544 813 0 -544 813 3 -544 813 6 - -# crate -MediumCrate 0x0E3F -417 1032 0 -417 1032 3 -449 960 0 -449 960 3 - -# wooden chest -WoodenChest 0x0E42 -424 1042 0 -461 966 0 -664 1014 0 - -# wooden chest -WoodenChest 0x0E43 -311 784 0 -324 1061 0 -482 840 0 - -# empty jars -Static 0x0E46 -324 1048 6 - -# full jars -Static 0x0E4B -536 973 6 - -# stump -Static 0x0E59 -637 1155 0 - -# barrel -Barrel 0x0E77 -312 792 0 -312 792 5 -312 792 10 -312 793 0 -312 793 5 -312 794 0 -313 792 0 -313 792 5 -313 793 0 -314 785 6 -314 792 0 -323 790 0 -323 790 5 -323 790 10 -323 791 0 -324 790 5 -324 790 10 -324 791 0 -325 790 0 -325 790 5 -325 790 10 -325 791 0 -416 1032 0 -448 960 0 -448 960 5 -544 808 0 -544 808 5 -544 808 10 -544 809 0 -544 809 5 -545 808 0 -545 808 5 -549 808 0 -549 809 0 -549 812 0 -549 812 5 -549 813 0 -549 813 5 -550 808 0 -550 808 5 -550 809 0 -550 809 5 -550 812 0 -550 812 5 -550 813 0 -550 813 5 -608 872 0 -608 872 5 -608 872 10 -608 873 0 -609 872 0 -609 872 5 -609 873 0 -609 892 0 -610 882 0 -610 888 0 -612 874 0 -612 874 5 -612 874 10 -613 873 5 -613 873 10 -613 874 5 -614 873 5 -614 874 5 -614 882 0 -614 888 0 -614 892 0 -618 882 0 -618 888 0 -619 873 0 -619 892 0 -620 873 0 -620 873 5 -620 873 10 -620 874 0 -620 874 5 -621 873 0 -661 1008 0 -730 888 0 - -# metal chest -MetalChest 0x0E7C -260 766 0 -260 766 20 -260 774 20 -260 775 0 -266 766 0 -266 766 20 -266 774 20 -266 775 0 -272 766 0 -272 766 20 -272 774 20 -272 775 0 -278 766 0 -278 766 20 -278 774 20 -278 775 0 -283 774 40 -284 766 0 -284 766 20 -284 774 20 -284 775 0 - -# metal chest -FillableMetalChest 0x0E7C (ContentType=Inn) -656 826 0 -656 827 0 - -# crate -SmallCrate 0x0E7E -448 962 3 - -# strong box -FillableMetalBox 0x0E80 -512 988 6 - -# drum -Static 0x0E9C -627 821 20 - -# tambourine -Static 0x0E9D -627 823 20 - -# standing harp -Static 0x0EB1 -625 818 20 - -# lap harp -Static 0x0EB2 -627 818 20 - -# lute -Static 0x0EB4 -625 821 20 -625 823 20 - -# music stand -Static 0x0EB9 -625 819 20 -627 819 20 - -# music stand -Static 0x0EBC -624 821 20 -624 823 20 - -# sheet music -Static 0x0EC0 -624 821 20 -624 823 20 - -# cleaver -Static 0x0EC3 -281 984 4 -604 1184 11 - -# skinning knife -Static 0x0EC4 -602 1184 10 - -# clean bandage -Static 0x0EE9 -322 1048 6 -323 1048 6 -533 967 6 -535 967 6 -535 973 6 -536 967 6 -640 1084 6 -642 1087 6 -642 1092 0 - -# bottle -Static 0x0EFE -642 851 26 - -# bottle -Static 0x0EFF -642 852 26 - -# bottle -Static 0x0F00 -644 830 26 - -# bottle -Static 0x0F01 -642 850 26 - -# bottle -Static 0x0F03 -644 830 26 - -# Black Potion -Static 0x0F06 -644 835 26 -645 850 26 - -# Blue Potion -Static 0x0F08 -644 844 26 - -# Green Potion -Static 0x0F0A -642 853 26 - -# Red Potion -Static 0x0F0B -329 1254 6 -332 1254 6 -533 973 10 -534 973 9 -537 973 10 -640 1083 6 -640 1094 6 -644 846 26 - -# Yellow Potion -Static 0x0F0C -330 1254 6 -331 1254 6 -640 1082 6 -641 1094 6 -644 845 26 - -# Purple Potion -Static 0x0F0D -645 851 26 - -# empty bottle -Static 0x0F0E -644 837 26 -645 852 26 - -# arrows -Static 0x0F41 -616 1145 6 - -# crossbow -Static 0x0F4F -620 1146 6 - -# crossbow -Static 0x0F50 -616 1149 6 - -# easel with canvas -Static 0x0F68 -643 822 20 -643 825 20 -643 828 20 - -# Batwing -Static 0x0F78 -626 853 26 - -# Daemon Bone -Static 0x0F80 -624 845 26 - -# Ginseng -Static 0x0F85 -624 848 26 - -# Pig Iron -Static 0x0F8A -624 846 26 -626 835 26 - -# Nox Crystal -Static 0x0F8E -626 830 26 -626 852 26 - -# scissors -Scissors 0x0F9E -534 967 6 -535 973 6 - -# barrel -Static 0x0FAE -313 784 0 -313 784 7 -313 785 0 -313 785 7 -314 784 0 -314 784 7 -314 785 0 -314 786 0 -314 787 0 - -# book -Static 0x0FBD -280 980 4 -336 879 6 -336 879 26 -448 1107 6 -515 990 6 -530 970 6 -565 963 6 -626 831 26 -626 836 26 -627 844 6 -627 851 6 -640 939 6 -643 851 6 -644 831 26 -644 836 26 - -# book -Static 0x0FBE -291 979 4 -319 787 26 -321 1055 6 -329 1247 6 -352 893 24 -352 894 4 -355 834 26 -355 898 26 -355 899 6 -359 893 24 -359 894 4 -403 1216 6 -459 1128 6 -474 842 6 -537 1011 6 -563 811 4 -636 816 26 -641 1087 6 - -# pen and ink -Static 0x0FBF -280 979 4 -290 979 4 -336 879 6 -336 879 26 -351 893 24 -351 894 4 -358 893 24 -358 894 4 -448 1107 6 -474 843 6 -515 990 6 -530 970 6 -536 1011 6 -564 810 4 -565 963 6 -626 831 26 -626 836 26 -627 844 6 -627 851 6 -640 939 6 -643 851 6 -644 831 26 -644 836 26 - -# pen and ink -Static 0x0FC0 -318 787 26 -320 1055 6 -329 1247 6 -354 834 26 -354 898 26 -355 899 6 -403 1216 6 -458 965 2 -459 1128 6 -636 816 26 -641 1087 6 - -# paints and brush -Static 0x0FC1 -643 826 20 -644 822 20 -644 827 20 - -# glass pitcher -Pitcher 0x0FF6 -643 842 4 - -# pewter mug -PewterMug 0x0FFF -419 1035 6 -450 963 6 -458 1135 6 - -# pewter mug -PewterMug 0x1000 -336 878 26 -336 880 6 -420 1034 6 -459 1133 6 -660 1003 6 -662 1002 6 -734 882 6 -736 883 6 - -# wash basin -Static 0x1008 -534 967 6 - -# archery butte -ArcheryButte 0x100A -560 972 0 - -# archery butte -ArcheryButte 0x100B -573 960 0 - -# dovetail saw -Static 0x1028 -561 966 6 - -# hammer -Static 0x102A -563 966 6 - -# hammer -Static 0x102B -562 1009 6 -570 963 6 -619 1146 6 - -# nails -Static 0x102E -562 1011 6 -570 963 6 - -# nails -Static 0x102F -563 966 6 - -# saw -Static 0x1034 -570 965 6 -622 1153 0 - -# saw -Static 0x1035 -616 1144 6 - -# sack of flour -Static 0x1039 -544 810 0 -544 817 0 -544 818 6 -544 819 6 -544 824 0 -544 827 6 -545 821 0 -545 824 0 -545 828 0 -546 808 0 -548 808 0 -549 824 0 -550 816 0 -551 816 0 -552 815 0 -554 814 6 -554 828 0 -555 827 6 -556 824 0 -556 825 0 -556 984 0 -557 814 6 -557 815 0 -557 984 0 -558 814 0 -558 815 0 -560 816 0 -560 822 6 -562 821 0 -563 821 0 -565 816 0 - -# open sack of flour -Static 0x103A -544 811 0 -544 820 6 -544 823 0 -544 826 6 -545 829 0 -547 808 0 -552 814 0 -554 827 6 -555 814 6 -557 828 0 -562 822 6 -563 822 6 - -# bread loaf -Static 0x103C -261 766 0 -261 766 20 -262 775 0 -262 775 20 -267 766 0 -267 766 20 -268 774 20 -268 775 0 -273 766 0 -273 766 20 -274 774 0 -274 775 20 -279 766 0 -279 766 20 -280 774 20 -280 775 0 -285 766 0 -285 766 20 -286 774 0 -286 774 20 - -# dough -Static 0x103D -554 988 6 -554 1221 6 -685 1202 6 - -# cookie mix -Static 0x103F -555 987 6 -556 1221 6 -685 1204 6 - -# rolling pin -Static 0x1043 -448 1117 6 -552 1221 6 -553 988 6 -685 1203 6 - -# clock -Clock 0x104C -631 1032 6 -632 1032 6 - -# clock frame -ClockFrame 0x104E -569 1008 6 -636 1032 6 - -# clock parts -ClockParts 0x104F -628 1035 8 - -# axle with gears -AxleGears 0x1051 -627 1035 6 - -# axle with gears -AxleGears 0x1052 -636 1032 8 - -# gears -Gears 0x1053 -626 1035 6 -637 1032 6 - -# sextant -Static 0x1057 -634 1034 7 - -# sextant -Static 0x1058 -629 1035 6 - -# sextant parts -SextantParts 0x1059 -625 1035 7 - -# sextant parts -SextantParts 0x105A -634 1033 6 - -# springs -Springs 0x105D -627 1035 8 -635 1032 8 - -# potted tree -PottedTree 0x11C8 -532 967 0 -532 973 0 - -# flowerpot -PottedPlant 0x11CA -328 1240 0 -448 1104 0 -534 1008 0 -538 967 0 -538 973 0 -552 1208 0 -568 1120 0 -640 936 0 -648 1080 0 -665 1008 0 -672 1200 0 -733 880 0 -737 880 0 - -# flowerpot -PottedPlant1 0x11CB -451 1110 6 -459 1135 9 -514 992 10 -530 972 6 -539 1011 9 -648 939 10 - -# flowerpot -PottedPlant2 0x11CC -562 966 9 -565 965 9 - -# bed -Static 0x11D2 -485 840 0 - -# bed -Static 0x11D3 -485 842 0 - -# bed -Static 0x11D4 -483 842 0 - -# bed -Static 0x11D5 -483 840 0 - -# altar -AbbatoirAddon 0x1216 -311 786 0 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5750, 350, 5)) -311 786 0 - -# rock -Static 0x1363 -573 1307 0 - -# water barrel -Static 0x154D -324 790 0 -609 873 5 -613 873 0 -613 874 0 -613 875 0 -614 873 0 -614 874 0 -615 873 0 -641 850 40 -648 828 20 -651 811 20 - -# water -Static 0x1797 -443 1043 -5 -463 1280 -5 -464 1280 -5 -465 1280 -5 -466 1280 -5 -467 1280 -5 -468 1280 -5 -469 1280 15 - -# water -Static 0x1798 -443 1044 -5 - -# water -Static 0x179A -469 1281 -5 -470 1281 -5 - -# alchemical symbol -Static 0x1822 -311 786 -24 - -# teleporter -Teleporter 0x1BC3 (PointDest=(314, 784, 0)) -311 786 -24 - -# flour mill -FlourMillSouthAddon 0x192C -550 820 -2 -552 820 -2 -554 820 -2 - -# feather -Static 0x1BD1 -565 961 6 -570 962 6 - -# shaft -Static 0x1BD4 -564 966 6 -570 964 6 - -# boards -Static 0x1BD8 -623 1155 0 - -# logs -Static 0x1BE2 -616 1152 0 -617 1152 0 - -# Quarantine Area: No pets permitted beyond this point! -LocalizedSign 0x1F29 (LabelNumber=1016226) -315 786 -18 - -# Reactive Armor -Static 0x1F2D -624 841 0 -640 848 0 - -# Create Food -Static 0x1F2F -627 839 6 - -# Heal -Static 0x1F31 -624 837 0 -627 843 6 - -# Magic Untrap -Static 0x1F3A -624 832 0 - -# Protection -Static 0x1F3B -645 849 0 - -# Strength -Static 0x1F3C -625 848 0 - -# Arch Cure -Static 0x1F45 -627 852 6 - -# Curse -Static 0x1F47 -624 848 0 -643 853 0 - -# Dispel Field -Static 0x1F4E -627 850 6 - -# Mark -Static 0x1F59 -627 838 6 - -# Mass Dispel -Static 0x1F62 -627 835 6 - -# rock -Static 0x3426 -469 1280 -4 -470 1281 -4 - -# rock -Static 0x3427 -470 1280 -5 - -# rock -Static 0x3429 -469 1281 -4 diff --git a/Distribution/Data/Decoration/Ilshenar/_blood.cfg b/Distribution/Data/Decoration/Ilshenar/_blood.cfg deleted file mode 100644 index 0e98f0b32..000000000 --- a/Distribution/Data/Decoration/Ilshenar/_blood.cfg +++ /dev/null @@ -1,58 +0,0 @@ -# stone pavers -Static 0x0521 (Hue=0x1) -1745 1236 -30 -1746 1236 -30 -1747 1236 -30 -1748 1236 -30 - -# studded gloves -Static 0x13D5 -2057 937 -28 - -# metal chest -MetalGoldenChest 0x0E40 -2051 932 -23 -2051 933 -23 -2153 907 -23 -2153 917 -23 -2177 932 -23 -2051 931 -23 -2075 906 -23 -2075 907 -23 -2075 908 -23 -2075 917 -23 -2075 918 -23 -2075 919 -23 -2153 906 -23 -2153 908 -23 -2153 918 -23 -2153 919 -23 -2177 931 -23 -2177 933 -23 - -# bones -Static 0x0ED2 -2110 903 -28 - -# barred metal door -BarredMetalDoor2 0x1FF7 (Facing=NorthCCW) -2046 835 -28 -2046 841 -28 - -# barred metal door -BarredMetalDoor2 0x1FEF (Facing=EastCCW) -2048 832 -28 -2052 832 -28 -2056 832 -28 -2172 832 -28 -2176 832 -28 -2180 832 -28 -2184 832 -28 - -# stone stairs -Static 0x0789 (Hue=0x96C) -2112 829 -13 -2113 829 -13 -2114 829 -13 -2115 829 -13 -2116 829 -13 diff --git a/Distribution/Data/Decoration/Ilshenar/_central.cfg b/Distribution/Data/Decoration/Ilshenar/_central.cfg deleted file mode 100644 index d112c345d..000000000 --- a/Distribution/Data/Decoration/Ilshenar/_central.cfg +++ /dev/null @@ -1,329 +0,0 @@ -# bookcase -FullBookcase 0x0A97 -85 1464 -28 -86 1464 -28 -89 1464 -28 -90 1464 -28 -93 1464 -28 -56 1440 -28 -56 1464 -28 -58 1467 -28 -58 1470 -28 -59 1464 -28 -61 1464 -28 -61 1467 -28 -61 1470 -28 -64 1464 -28 -65 1470 -28 -66 1464 -28 -68 1467 -28 -68 1470 -28 -69 1464 -28 -80 1464 -28 -81 1464 -28 -84 1464 -28 - -# whip -Static 0x166E -98 1528 -22 -103 1530 -22 - -# bushel -Basket 0x09AC -98 1532 -28 - -# whip -Static 0x166F -100 1528 -22 - -# cleaver -Static 0x0EC3 -101 1528 -22 - -# butcher knife -Static 0x13F6 -102 1528 -23 - -# bookcase -FullBookcase 0x0A9A -56 1447 -28 -56 1467 -28 -56 1470 -28 -56 1473 -28 -56 1476 -28 -65 1473 -28 -65 1476 -28 -68 1473 -28 -68 1476 -28 - -# bookcase -FullBookcase 0x0A9C -56 1448 -28 -56 1469 -28 -56 1471 -28 -56 1475 -28 -56 1477 -28 -56 1479 -28 -56 1481 -28 -65 1475 -28 -65 1477 -28 -68 1475 -28 -68 1477 -28 - -# barred metal door -BarredMetalDoor 0x0693 (Facing=NorthCW) -15 1315 -28 -15 1291 -28 -15 1299 -28 -15 1307 -28 -55 1331 -28 -55 1339 -28 -127 1523 -28 -127 1531 -28 -127 1539 -28 -127 1547 -28 - -# barred metal door -BarredMetalDoor 0x0689 (Facing=WestCCW) -35 1311 -28 -67 1311 -28 -67 1527 -28 -67 1551 -28 -75 1311 -28 -75 1527 -28 -75 1551 -28 -139 1527 -28 -147 1527 -28 -155 1527 -28 -163 1527 -28 -171 1527 -28 - -# barred metal door -BarredMetalDoor 0x0685 (Facing=WestCW) -43 1303 -28 -59 1263 -28 -67 1263 -28 -67 1303 -28 -67 1543 -28 -75 1263 -28 -75 1303 -28 -75 1543 -28 -147 1519 -28 -155 1519 -28 -163 1519 -28 -171 1519 -28 -35 1303 -28 - -# bucket -Static 0x14E0 -139 1563 -23 - -# wooden door -StrongWoodDoor 0x06ED (Facing=SouthCW) -41 1412 -28 -39 1356 -28 -51 1492 -28 -111 1522 -28 - -# sledge hammer -Static 0x0FB4 -24 1406 -20 -24 1411 -22 - -# large battle axe -Static 0x13FB -25 1406 -28 - -# candle -Static 0x0A0F -31 1404 -28 -29 1421 -22 -32 1406 -28 -32 1416 -22 - -# plate helm -Static 0x1412 -24 1412 -22 - -# platemail gloves -Static 0x1418 -24 1413 -22 - -# heavy crossbow -Static 0x13FC -28 1417 -22 - -# barrel -Static 0x0FAE -32 1352 -28 -32 1352 -22 -32 1353 -28 -32 1354 -22 -32 1357 -28 -33 1352 -28 -34 1352 -28 -35 1352 -28 -36 1357 -28 -37 1357 -28 -37 1357 -22 -32 1353 -22 -32 1355 -28 -65 1352 -28 -67 1352 -28 -68 1352 -28 -69 1352 -28 -32 1354 -28 -34 1355 -28 -64 1352 -28 - -# wooden door -StrongWoodDoor 0x06EF (Facing=NorthCCW) -39 1355 -28 -41 1411 -28 -51 1491 -28 -111 1521 -28 - -# wooden door -StrongWoodDoor 0x06E9 (Facing=WestCCW) -35 1451 -28 -59 1499 -28 -115 1499 -28 -51 1349 -28 - -# wooden door -StrongWoodDoor 0x06EB (Facing=EastCW) -36 1451 -28 -60 1499 -28 -116 1499 -28 -52 1349 -28 - -# crate -MediumCrate 0x0E3F -36 1352 -27 -36 1352 -30 - -# crate -SmallCrate 0x0E7E -36 1353 -30 -32 1356 -30 - -# wooden door -StrongWoodDoor 0x06E5 (Facing=WestCW) -51 1385 -28 -59 1483 -28 -83 1483 -28 -107 1487 -28 - -# wooden door -StrongWoodDoor 0x06E7 (Facing=EastCCW) -52 1385 -28 -60 1483 -28 -84 1483 -28 -108 1487 -28 - -# barred metal door -BarredMetalDoor 0x068D (Facing=SouthCW) -55 1515 -28 -55 1523 -28 -95 1291 -28 -95 1299 -28 -95 1307 -28 -95 1315 -28 -111 1539 -28 -111 1547 -28 - -# wooden door -StrongWoodDoor 0x06F3 (Facing=NorthCW) -63 1292 -28 -63 1355 -28 -57 1411 -28 -127 1563 -28 -55 1443 -28 - -# wooden door -StrongWoodDoor 0x06F1 (Facing=SouthCCW) -63 1293 -28 -63 1356 -28 -57 1412 -28 -127 1564 -28 -55 1444 -28 - -# metal door -MetalDoor 0x0675 (Hue=0x8AB; Facing=WestCW) -83 1384 -28 - -# metal door -MetalDoor 0x0677 (Hue=0x8AB; Facing=EastCCW) -84 1384 -28 - -# metal door -MetalDoor 0x0679 (Hue=0x58B; Facing=WestCCW) -83 1436 -28 -99 1421 -28 - -# metal door -MetalDoor 0x067B (Hue=0x58B; Facing=EastCW) -84 1436 -28 -100 1421 -28 - -# metal door -MetalDoor 0x0683 (Hue=0x58B; Facing=NorthCW) -89 1411 -28 - -# metal door -MetalDoor 0x0681 (Hue=0x58B; Facing=SouthCCW) -89 1412 -28 - -# bookcase -FullBookcase 0x0A99 -56 1446 -28 -56 1468 -28 -56 1472 -28 -56 1474 -28 -56 1478 -28 -56 1480 -28 -56 1482 -28 -65 1474 -28 -68 1474 -28 - -# bookcase -FullBookcase 0x0A98 -57 1440 -28 -57 1464 -28 -59 1467 -28 -59 1470 -28 -60 1464 -28 -62 1464 -28 -62 1467 -28 -65 1464 -28 -66 1467 -28 -66 1470 -28 -67 1464 -28 -69 1467 -28 -69 1470 -28 - -# bookcase -FullBookcase 0x0A9B -58 1440 -28 -58 1464 -28 -60 1467 -28 -60 1470 -28 -63 1464 -28 -70 1440 -28 -67 1467 -28 -67 1470 -28 -68 1464 -28 - -# cleaver -Static 0x0EC2 -10 1368 -22 - -# small crate -SmallCrate 0x09A9 -64 1353 -28 - -# crate -LargeCrate 0x0E3D -64 1354 -28 -64 1354 -25 -64 1354 -22 diff --git a/Distribution/Data/Decoration/Ilshenar/_exodus.cfg b/Distribution/Data/Decoration/Ilshenar/_exodus.cfg deleted file mode 100644 index be59113b3..000000000 --- a/Distribution/Data/Decoration/Ilshenar/_exodus.cfg +++ /dev/null @@ -1,1155 +0,0 @@ -# marble wall -Static 0x011A (Hue=0x66D;Name=power level indicator) -2001 57 -5 -1935 26 -5 -2000 153 -5 -1985 71 -9 -1985 71 -6 -1857 116 -2 -1985 167 -6 -1934 26 -5 -1934 203 -13 -1985 167 -9 - -# hanging pole -Static 0x10B0 (Hue=0x44E;Name=metal piping) -2002 56 -8 -2002 56 -5 -1859 105 -31 -2001 152 -5 -2001 152 -8 -2037 80 -28 -2037 80 -31 -2037 80 -34 -2037 136 -28 -2037 136 -31 -2037 136 -34 -2049 80 -28 -2049 80 -31 -2051 80 -36 -2051 80 -29 -2050 136 -28 -2050 136 -30 -2052 136 -35 -2052 136 -33 -2049 80 -34 -1846 105 -28 -1848 105 -36 -1848 105 -33 -1859 105 -28 -1848 105 -30 -1925 25 -30 -1925 25 -28 -1926 25 -30 -1926 25 -28 -1861 105 -36 -1861 105 -33 -1936 25 -30 -1936 25 -28 -1937 25 -30 -1937 25 -28 -1846 105 -31 -1861 105 -30 - -# marble wall -Static 0x010D (Hue=0x48;Name=power level indicator) -1935 26 -15 -1985 68 -15 -1985 69 -15 -1985 69 -12 -1985 70 -15 -1985 164 -15 -1857 116 -9 -1985 165 -15 -1985 165 -12 -1985 166 -15 -1933 26 -12 -1934 26 -15 - -# lava -Static 0x1A47 (Hue=0x6;Name=pure energy) -1942 26 -24 -1944 26 -24 -1946 26 -24 -1916 26 -24 -1918 26 -24 -1920 26 -24 - -# target -Static 0x1ED3 (Name=generator panel) -1942 28 -37 -1944 28 -37 -1946 28 -37 -1949 28 -35 -1913 28 -35 -1916 28 -37 -1918 28 -37 -1920 28 -37 - -# target -Static 0x1ED3 (Name=repair station panel) -1968 35 -36 -1968 35 -14 -1973 35 -14 -1973 35 -36 -1976 187 -14 -1976 187 -36 -1981 187 -14 -1981 187 -36 -1985 35 -19 -1990 35 -19 - -# target -Static 0x1ED3 (Name=a metal grille) -1971 90 -33 -1972 90 -33 - -# marble wall -Static 0x010B (Hue=0x1;Name=a polished viewing crystal) -2003 57 -11 -2004 57 -11 -2002 153 -11 -2003 153 -11 -1930 26 -13 -1931 26 -13 - -# edging -Static 0x08CC (Hue=0x452;Name=metal piping) -1940 56 -8 -2026 40 -8 -1942 57 -8 -2068 191 -8 -1983 153 -8 -1912 195 -8 -1912 196 -8 -1912 197 -8 -1912 198 -8 -1912 200 -8 -1912 201 -8 -1912 202 -8 -1921 24 -8 -1919 175 -8 -1921 175 -8 -1912 199 -8 -1911 203 -8 -1941 24 -8 - -# lava -Static 0x1A4C (Hue=0x6;Name=pure energy) -2002 88 -23 -2002 120 -23 -1938 104 -23 -1939 184 -23 -2038 64 -23 -2051 40 -23 -1956 88 -23 -1956 120 -23 -2051 104 -23 -2052 184 -23 -1988 56 -23 -1883 88 -24 -1891 88 -24 -1893 152 -23 - -# marble wall -Static 0x011A (Hue=0x48;Name=power level indicator) -2000 153 -11 -2000 153 -8 -1985 71 -15 -1985 71 -12 -1928 26 -15 -1933 26 -15 -1934 203 -16 -1934 206 -16 -1934 206 -13 -1985 167 -12 -1985 167 -15 -2001 57 -11 -2001 57 -8 - -# edging -Static 0x08CE (Hue=0x44E;Name=metal piping) -2004 151 -8 -2005 153 -8 -2006 153 -8 -2007 151 -8 -2007 153 -8 -2024 68 -8 -2025 68 -8 -2024 111 -8 -2025 111 -8 -2026 111 -8 -2027 111 -8 -2029 111 -8 -2030 111 -8 -2026 119 -8 -2027 119 -8 -2028 115 -8 -1935 119 -8 -1936 115 -8 -1936 116 -8 -1937 115 -8 -1937 116 -8 -1938 115 -8 -1939 116 -8 -1940 116 -8 -1941 116 -8 -1942 116 -8 -1942 117 -8 -1943 116 -8 -1943 117 -8 -1944 159 -8 -2037 159 -8 -2038 159 -8 -2040 159 -8 -2041 159 -8 -2042 159 -8 -2043 159 -8 -2044 159 -8 -2045 159 -8 -2046 159 -8 -1946 162 -8 -1960 45 -8 -1961 45 -8 -1962 45 -8 -1960 50 -8 -1960 51 -7 -1960 52 -8 -1961 50 -8 -1961 52 -8 -1962 50 -8 -1963 52 -8 -1964 52 -8 -1965 52 -8 -1966 52 -8 -2047 159 -8 -2048 159 -8 -2066 39 -8 -2067 39 -8 -2068 43 -8 -2069 43 -8 -2070 43 -8 -2071 43 -8 -2078 122 -8 -1967 52 -8 -1967 53 -8 -2079 122 -8 -1923 57 -8 -1926 55 -8 -1920 58 -8 -1921 58 -8 -1922 58 -8 -1923 58 -8 -1924 58 -8 -1932 119 -8 -1933 119 -8 -1934 119 -8 - -# edging -Static 0x08CC (Hue=0x44E;Name=metal piping) -2004 152 -8 -2004 153 -8 -2006 152 -8 -2006 153 -8 -2007 154 -8 -2007 155 -8 -2023 62 -8 -2023 63 -8 -2023 64 -8 -2023 65 -8 -2023 66 -8 -2023 67 -8 -2023 68 -8 -2024 69 -8 -2024 70 -8 -2025 69 -8 -2025 70 -8 -2025 71 -8 -2023 109 -8 -2023 110 -8 -2023 111 -8 -2023 112 -8 -2027 112 -8 -2027 113 -8 -2028 112 -8 -2027 114 -8 -2027 115 -8 -2028 116 -8 -2028 117 -8 -2028 118 -8 -1935 110 -8 -1935 111 -8 -1935 112 -8 -1935 113 -8 -1935 114 -8 -1935 115 -8 -1935 116 -8 -1935 117 -8 -1935 118 -8 -1935 119 -8 -1941 117 -8 -1943 158 -8 -1943 159 -8 -1944 160 -8 -1944 161 -8 -1946 160 -8 -1946 161 -8 -1944 162 -8 -1944 163 -8 -1944 164 -8 -1944 165 -8 -1944 166 -8 -2039 155 -8 -2039 156 -8 -2039 157 -8 -2039 158 -8 -1944 167 -8 -1962 40 -8 -1962 41 -8 -1963 40 -8 -1959 46 -8 -1959 47 -8 -1959 48 -8 -1959 49 -8 -1963 42 -8 -1963 43 -8 -1963 44 -8 -1959 50 -8 -1960 51 -7 -1962 51 -8 -1966 53 -8 -2067 40 -8 -2067 41 -8 -2068 40 -8 -2067 42 -8 -2067 43 -8 -1946 162 -8 -2077 121 -8 -2077 122 -8 -1922 56 -8 -1922 57 -8 -1925 56 -8 -1925 57 -8 -1923 58 -8 - -# lava -Static 0x1A1E (Hue=0x6;Name=pure energy) -2016 109 -23 -2032 83 -19 -2032 87 -19 -2032 91 -19 -2032 123 -23 -2032 139 -19 -2032 143 -19 -2032 147 -19 -1952 171 -23 -2064 108 -23 -1968 197 -23 -1984 60 -23 -1845 109 -24 -1845 120 -24 -1984 156 -24 -1872 108 -24 -1872 123 -24 -1888 73 -23 -1920 126 -23 - -# edging -Static 0x08CE (Hue=0x452;Name=metal piping) -2027 40 -8 -2028 40 -8 -2029 40 -8 -2031 39 -8 -1942 56 -8 -1941 56 -8 -1943 56 -8 -1943 57 -8 -2070 190 -8 -2071 190 -8 -1969 33 15 -1970 33 15 -1971 33 15 -1972 33 15 -1973 33 15 -1977 185 15 -1978 185 15 -1979 185 15 -1980 185 15 -1981 185 15 -2069 190 -8 -1984 152 -8 -1985 152 -8 -1986 152 -8 -1987 152 -8 -1914 193 4 -1912 202 -8 -1920 174 -8 -1921 174 -8 - -# edging -Static 0x08CD (Hue=0x452;Name=metal piping) -2030 40 -8 -1988 152 -8 - -# edging -Static 0x08CD (Hue=0x44E;Name=metal piping) -2024 71 -8 -2028 113 -8 -2028 119 -8 -1938 116 -8 -2039 159 -8 -1945 163 -8 -1963 41 -8 -1963 45 -8 -1962 52 -8 -2068 41 -8 -1925 58 -8 - -# blood -Static 0x122B (Hue=0x2;Name=coolant) -2024 112 -28 - -# Field of Poison -Static 0x3915 (Hue=0x6;Name=raw energy) -2031 48 -20 -2031 49 -20 -2032 180 -20 -2032 181 -20 -2043 87 -20 -2043 88 -20 -2043 143 -20 -2043 144 -20 -2060 43 -20 -2060 44 -20 -2066 179 -20 -2066 180 -20 -1855 116 -3 - -# Field of Poison -Static 0x3921 (Hue=0x6;Name=raw energy) -2031 48 -20 -2032 48 -20 -2032 180 -20 -2033 180 -20 -2043 87 -20 -2044 87 -20 -2043 143 -20 -2044 143 -20 -2060 43 -20 -2061 43 -20 -2066 179 -20 -2067 179 -20 - -# lever -Static 0x1095 -2001 57 -20 -2000 153 -20 -2003 153 -20 -2004 57 -20 - -# switch -Static 0x1091 -2002 58 -27 -2001 154 -27 -2002 154 -27 -2003 58 -27 -1924 26 -24 -1938 26 -24 - -# millstones -Static 0x188A (Hue=0x44E;Name=generator gears) -2034 81 -7 -2034 85 -7 -2034 89 -7 -2034 93 -7 -2034 137 -7 -2034 141 -7 -2034 145 -7 -2034 149 -7 - -# chest of drawers -Static 0x1E71 (Hue=0x44E;Name=a strange metal cabinet) -2036 80 -28 -2036 80 -22 -2038 80 -28 -2038 80 -22 -2036 136 -28 -2038 136 -28 -2038 136 -22 -2048 80 -28 -2048 80 -22 -2050 80 -28 -2050 80 -22 -2052 80 -28 -2052 80 -22 -2053 80 -28 -2053 80 -22 -2048 136 -28 -2048 136 -22 -2049 136 -28 -2049 136 -22 -2051 136 -28 -2051 136 -22 -2053 136 -28 -2053 136 -22 -2036 136 -22 -1845 105 -28 -1845 105 -22 -1847 105 -22 -1850 105 -28 -1850 105 -22 -1858 105 -28 -1858 105 -22 -1860 105 -28 -1860 105 -22 -1863 105 -28 -1863 105 -22 -1847 105 -28 -1849 105 -28 -1849 105 -22 -1862 105 -28 -1862 105 -22 - -# lava -Static 0x12EE (Hue=0x6;Name=pure energy) -1935 204 -22 -1936 204 -22 -1937 204 -22 -1938 204 -22 -1939 204 -22 -1940 204 -22 -1941 204 -22 -1850 115 -11 -1852 115 -11 -1851 115 -11 -1853 115 -11 -1933 204 -22 -1934 204 -22 -1849 115 -11 - -# lever -Static 0x1093 -2000 153 -20 - -# lava -Static 0x130C (Hue=0x6;Name=pure energy) -1942 204 -22 -1942 205 -22 -1942 206 -22 - -# edging -Static 0x08CE (Hue=0x453;Name=metal piping) -1943 24 -8 -1944 24 -8 -1945 24 -8 -1946 24 -8 -1947 24 -8 -1969 88 -8 -1970 88 -8 -1971 88 -8 -1972 88 -8 -1973 88 -8 -1974 90 -8 -1969 141 -8 -1970 142 -8 -1975 91 -8 -1987 88 -8 -1988 88 -8 -1989 88 -8 -1984 94 -8 -1985 90 -8 -1985 138 -8 -1915 24 -8 -1916 24 -8 -1917 24 -8 -1918 24 -8 -1919 24 -8 -1920 24 -8 -1921 24 -8 -1942 24 -8 -1984 138 -8 - -# lava -Static 0x1312 (Hue=0x6;Name=pure energy) -1944 24 -18 -1946 24 -18 -1916 24 -18 -1918 24 -18 -1920 24 -18 -1942 24 -18 - -# wooden post -Static 0x00C0 (Hue=0x44E;Name=metal pipes) -1847 105 -6 -2038 80 -7 -2038 80 -2 -2050 80 -2 -2052 80 -7 -2052 80 -2 -2053 80 -7 -2053 80 -2 -2050 80 -7 -1860 105 -6 -1860 105 -1 -1863 105 -1 -1863 105 -6 -1847 105 -1 -1850 105 -6 -1850 105 -1 - -# edging -Static 0x08CC (Hue=0x453;Name=metal piping) -1948 25 -3 -1968 88 -8 -1974 89 -8 -1973 90 -8 -1974 91 -8 -1968 142 -8 -1968 143 -8 -1969 142 -8 -1970 143 -8 -1984 88 -8 -1984 89 -8 -1986 88 -8 -1986 89 -8 -1984 90 -8 -1984 91 -8 -1984 93 -8 -1984 94 -8 -1984 141 -8 -1973 89 -8 -1985 139 -8 -1913 26 5 -1974 90 -8 - -# flour mill -Static 0x1926 (Hue=0x44E;Name= generator gears) -2033 81 -28 -2033 85 -28 -2033 89 -28 -2033 93 -28 -2033 137 -28 -2033 141 -28 -2033 145 -28 -2033 149 -28 - -# dagges -Static 0x037D (Hue=0x48;Name=power level indicator) -2033 84 -33 -2033 88 -33 -2033 92 -33 -2033 140 -33 -2033 144 -33 -2033 148 -33 - -# dagges -Static 0x037D (Hue=0x66D;Name=power level indicator) -2033 84 -30 -2033 88 -30 -2033 92 -30 -2033 140 -30 -2033 144 -30 -2033 148 -30 - -# nodraw -Static 0x2198 -1978 114 -28 -1979 117 -28 -1980 116 -28 -1980 114 -28 -1978 115 -28 -1978 116 -28 -1978 117 -28 -1979 114 -28 -1979 115 -28 -1979 116 -28 -1980 115 -28 -1980 117 -28 -1981 114 -28 -1981 115 -28 -1981 116 -28 -1981 117 -28 -827 777 -80 -828 777 -80 -829 777 -80 -827 778 -80 -828 778 -80 -829 778 -80 -827 779 -80 -828 779 -80 -829 779 -80 - -# marble wall -Static 0x0107 (Hue=0x1;Name=a shimmering cube) -1963 99 -23 -1963 129 -23 -1973 109 -23 -1973 119 -23 -1983 109 -23 -1983 119 -23 -1905 107 -23 -1905 120 -23 -1993 99 -23 -1993 129 -23 - -# marble wall -Static 0x0106 (Hue=0x1;Name=a shimmering cube) -1963 100 -23 -1963 101 -23 -1965 100 -23 -1963 130 -23 -1963 131 -23 -1965 130 -23 -1973 110 -23 -1973 111 -23 -1973 120 -23 -1973 121 -23 -1975 110 -23 -1975 120 -23 -1983 110 -23 -1983 111 -23 -1985 110 -23 -1983 120 -23 -1983 121 -23 -1985 120 -23 -1905 108 -23 -1905 109 -23 -1907 108 -23 -1905 121 -23 -1907 121 -23 -1905 122 -23 -1993 100 -23 -1993 101 -23 -1995 100 -23 -1993 130 -23 -1993 131 -23 -1995 130 -23 - -# marble wall -Static 0x0105 (Hue=0x1;Name=a shimmering cube) -1964 99 -23 -1964 101 -23 -1964 129 -23 -1965 129 -23 -1964 131 -23 -1965 99 -23 -1974 109 -23 -1974 111 -23 -1974 119 -23 -1974 121 -23 -1975 109 -23 -1975 119 -23 -1984 109 -23 -1984 111 -23 -1985 109 -23 -1984 119 -23 -1984 121 -23 -1985 119 -23 -1906 107 -23 -1906 109 -23 -1907 107 -23 -1906 120 -23 -1907 120 -23 -1906 122 -23 -1994 99 -23 -1994 101 -23 -1995 99 -23 -1994 129 -23 -1995 129 -23 -1994 131 -23 - -# marble wall -Static 0x0104 (Hue=0x1;Name=a shimmering cube) -1965 101 -23 -1965 131 -23 -1975 111 -23 -1975 121 -23 -1985 111 -23 -1985 121 -23 -1907 109 -23 -1907 122 -23 -1995 101 -23 -1995 131 -23 - -# fire column -Static 0x3709 (Hue=0x835;Name=steam) -2077 113 -23 -2073 118 -23 -2077 118 -23 -1973 141 -22 -2073 113 -23 - -# rub%ies/y% -Static 0x0F1D (Name=overseer lens) -2075 121 -21 -2075 123 -22 - -# winch -Static 0x1EAF (Hue=0x839;Name=clockwork assembly) -2074 123 -22 - -# spyglass -Static 0x14F6 (Hue=0x8AA;Name=overseer part) -2075 122 -22 -1989 34 -16 - -# quarter staff -Static 0x0E8A (Hue=0x835;Name=metal rails) -1970 33 -20 -1970 33 -15 -1970 33 -10 -1970 33 -5 -1972 33 -5 -1972 33 -10 -1972 33 -15 -1972 33 -20 -1988 33 -16 - -# dagges -Static 0x037A (Hue=0x66D;Name=status indicator) -1969 35 -15 -1969 35 -24 -1977 187 -21 -1977 187 -18 - -# dagges -Static 0x037A (Hue=0x48;Name=status indicator) -1969 35 -18 -1969 35 -21 -1969 35 -27 -1977 187 -27 -1977 187 -24 -1977 187 -15 - -# magical crystal -Static 0x1F1A (Hue=0x835) -1872 112 -8 -1872 119 -8 -1873 112 -8 -1873 119 -8 -1875 112 -8 -1875 119 -8 -1876 112 -8 -1876 119 -8 -1878 112 -8 -1878 119 -8 -1879 112 -8 -1879 119 -8 - -# edging -Static 0x08CD (Hue=0x453;Name=metal piping) -1974 88 -8 -1990 88 -8 -1984 92 -8 -1986 90 -8 -1984 142 -8 -1985 140 -8 -1985 141 -8 - -# quarter staff -Static 0x0E8A (Hue=0x452;Name=metal rails) -1978 185 -20 -1978 185 -15 -1978 185 -10 -1978 185 -5 -1980 185 -20 -1980 185 -15 -1980 185 -10 -1980 185 -5 - -# spyglass -Static 0x14F5 (Hue=0x8AA;Name=overseer part) -1985 35 -16 - -# magical crystal -Static 0x1F1C (Name=magical power crystal) -1986 34 -16 -2074 121 -22 - -# hanging pole -Static 0x10AD (Hue=0x44E;Name=metal pipes) -1984 62 -8 -1984 62 -6 -1984 62 -31 -1984 62 -29 -1984 62 -27 -1984 63 -8 -1984 63 -6 -1984 63 -31 -1984 63 -29 -1984 63 -27 -1984 72 -30 -1984 72 -28 -1984 72 -23 -1984 73 -30 -1984 73 -28 -1984 73 -23 -1984 75 -30 -1984 75 -28 -1984 75 -26 -1984 75 -24 -1984 158 -31 -1984 158 -27 -1984 158 -29 -1984 159 -31 -1984 159 -27 -1984 159 -29 -1984 159 -6 -1984 159 -8 -1984 168 -23 -1984 168 -28 -1984 168 -30 -1984 169 -23 -1984 169 -28 -1984 169 -30 -1984 158 -8 -1984 158 -6 -1984 171 -30 -1984 171 -28 -1984 171 -26 -1984 171 -24 - -# marble wall -Static 0x010C (Hue=0x1;Name=a polished viewing crystal) -1985 66 -13 -1985 67 -13 -1985 162 -13 -1985 163 -13 - -# marble wall -Static 0x010D (Hue=0x66D;Name=power level indicator) -1985 68 -12 -1985 70 -12 -1985 164 -12 -1985 166 -12 -1928 26 -12 - -# book -DrakovsJournal 0x0FF2 -2074 107 -22 - -# Worldgem bit -Static 0x1EA7 (Name=an arcane gem) -2075 121 -22 - -# lava -Static 0x12EF (Hue=0x6;Name=pure energy) -1851 115 -17 -1852 115 -17 -1850 115 -17 -1849 115 -17 - -# lava -Static 0x1307 (Hue=0x6;Name=pure energy) -1855 109 -17 -1855 110 -17 -1855 111 -17 -1855 112 -17 -1855 116 -17 -1855 117 -17 -1855 118 -17 -1855 119 -17 -1855 120 -17 -1855 121 -17 - -# lava -Static 0x1306 (Hue=0x6;Name=pure energy) -1855 111 -11 -1855 112 -11 -1855 113 -11 -1855 116 -11 -1855 117 -11 -1855 118 -11 -1855 119 -11 -1855 120 -11 -1855 121 -11 -1855 109 -11 -1855 110 -11 - -# target -Static 0x1ED6 (Name=generator panel) -1916 193 -36 - -# target -Static 0x1ED6 (Name=a metal grille) -1916 196 -38 -1916 198 -38 -1916 200 -38 - -# lava -Static 0x1A43 (Hue=0x6;Name=pure energy) -1912 198 -18 -1912 200 -18 -1931 203 -13 -1931 204 -13 -1931 205 -13 -1931 205 -14 -1932 203 -13 -1932 204 -13 -1932 205 -13 -1912 196 -18 - -# lava -Static 0x1A19 (Hue=0x6;Name=pure energy) -1914 196 -24 -1914 198 -24 -1914 200 -24 - -# hanging pole -Static 0x10B0 (Hue=0x452;Name=metal pipes) -1927 207 -17 -1928 206 -31 -1928 206 -28 -1929 206 -31 -1929 206 -28 - -# Field of Poison -Static 0x3920 (Hue=0x6;Name=raw energy) -1856 115 -3 - -# Bardic Guild -Static 0xBDB (Hue=0x835;Name=repair station control panel) -1942 57 -30 -1983 35 -30 -1976 35 -30 -1985 153 -31 -1984 187 -30 -1854 105 -30 -1852 105 -30 - -# Bardic Guild -Static 0xBDB (Hue=0x835;Name=control panel) -2028 41 -30 - -# Traders' Guild -Static 0xBE1 (Hue=0x1;Name=a polished viewing crystal) -1983 35 -21 -1976 35 -21 -1984 187 -21 - -# Warriors' Guild -Static 0xC03 (Hue=0x835;Name=a control panel) -1854 105 -24 - -# Assassins' Guild -Static 0xBFF (Hue=0x835;Name=a control panel) -1852 105 -24 - - -########### -# Outside # -########### - -# power generator -Spawner 0x1F13 (Spawn=PowerGenerator; Count=1; HomeRange=0) -851 801 -60 -806 801 -60 -851 756 -60 -806 756 -60 - -# Bardic Guild -Static 0x0BDC (Hue=0x835;Name=a control panel) -820 778 -57 -824 777 -40 -830 778 -60 - -# wooden banister -Static 0x08BD (Hue=0x44E;Name=metal pipes) -824 775 -40 - -# wooden banister -Static 0x08B9 (Hue=0x44E;Name=metal pipes) -829 779 -60 -826 773 -40 -826 773 -31 -828 773 -30 -826 779 -60 -826 779 -51 -828 779 -50 - -# Assassins' Guild -Static 0x0BFF (Hue=0x835;Name=a control panel) -829 780 -60 -829 774 -40 - -# wooden banister -Static 0x08C0 (Hue=0x44E;Name=metal pipes) -824 775 -40 -825 774 -32 -824 775 -33 -824 778 -33 -824 780 -31 -824 780 -40 -828 770 -56 -828 770 -50 -829 770 -56 -829 770 -50 -830 774 -40 -831 774 -40 -831 774 -32 -830 777 -50 -830 777 -60 -830 779 -49 -830 780 -59 - -# wooden banister -Static 0x08BF (Hue=0x44E;Name=metal pipes) -824 775 -32 -824 776 -40 -824 778 -40 -824 780 -40 -830 777 -49 - -# wooden banister -Static 0x08BE (Hue=0x44E;Name=metal pipes) -825 774 -40 -827 774 -40 -827 774 -33 -829 770 -55 -827 780 -53 -827 780 -60 - -# switch -Static 0x108F -820 777 -50 -820 779 -50 -830 779 -58 -830 778 -59 - -# Assassins' Guild -Static 0x0C00 (Hue=0x835;Name=a control panel) -820 779 -57 - -# Miners' Guild -Static 0x0BEE (Hue=0x835;Name=a control panel) -824 779 -39 - -# Bardic Guild -Static 0x0BDB (Hue=0x835;Name=a control panel) -828 774 -40 -828 780 -60 - -# target -Static 0x1ED3 (Name=a metal grille) -828 774 -37 -828 780 -57 - -# wooden banister -Static 0x08BA (Hue=0x44E;Name=metal pipes) -829 773 -34 -829 779 -54 - -# dart trap -Static 0x1130 (Name=a strange device) -830 777 -55 -830 777 -58 - -# hanging pole -Static 0x10AD (Hue=0x44E;Name=metal pipes) -830 778 -55 -830 778 -52 -830 779 -57 - -# brass sign -Static 0x0BD2 (Hue=0x835;Name=a control panel) -830 779 -60 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Ilshenar/_gwenno.cfg b/Distribution/Data/Decoration/Ilshenar/_gwenno.cfg deleted file mode 100644 index 76d102d9d..000000000 --- a/Distribution/Data/Decoration/Ilshenar/_gwenno.cfg +++ /dev/null @@ -1,62 +0,0 @@ -# no draw -Static 0x21A4 -752 492 -64 -757 493 -64 -753 492 -64 -755 492 -64 -756 492 -64 -757 492 -64 -752 493 -64 -757 490 -64 -753 493 -64 -754 493 -64 -755 493 -64 -752 491 -64 -754 491 -64 -755 490 -64 -753 491 -64 -756 490 -64 -752 489 -64 -753 489 -64 -756 493 -64 -755 489 -64 -756 489 -64 -757 489 -64 -754 489 -64 -755 491 -64 -752 490 -64 -754 490 -64 -756 491 -64 -753 490 -64 -757 491 -64 -754 492 -64 - -# memorial to Gwenno -Static 0x1185 (Name=In loving memory of Gwenno - You were my muse: I am your legacy.) -753 493 -64 - -# memorial to Gwenno -Static 0x1186 (Name=In loving memory of Gwenno - You were my muse: I am your legacy.) -755 493 -64 - -# memorial to Gwenno -Static 0x1187 (Name=In loving memory of Gwenno - You were my muse: I am your legacy.) -756 492 -64 - -# rock -Static 0x1772 -745 488 -66 -746 488 -66 - -# rock -Static 0x1771 -745 489 -66 -746 489 -66 - -# memorial to Gwenno -Static 0x1189 (Name=In loving memory of Gwenno - You were my muse: I am your legacy.) -757 489 -64 - -# memorial to Gwenno -Static 0x1188 (Name=In loving memory of Gwenno - You were my muse: I am your legacy.) -757 491 -64 diff --git a/Distribution/Data/Decoration/Ilshenar/_ratcave.cfg b/Distribution/Data/Decoration/Ilshenar/_ratcave.cfg deleted file mode 100644 index f86156922..000000000 --- a/Distribution/Data/Decoration/Ilshenar/_ratcave.cfg +++ /dev/null @@ -1,71 +0,0 @@ -# crate -MediumCrate 0x0E3E -1307 1568 0 -1307 1528 -25 - -# crate -LargeCrate 0x0E3C -1307 1568 -3 -1308 1569 -3 -1307 1527 -28 -1307 1528 -28 -1308 1528 -28 - -# crate -SmallCrate 0x0E7E -1308 1568 -3 -1308 1528 -25 - -# small crate -SmallCrate 0x09A9 -1308 1569 0 - -# iron ore -Static 0x19B7 -1284 1538 -3 - -# metal chest -MetalGoldenChest 0x0E40 -1165 1513 -68 -1170 1508 -68 - -# metal chest -MetalChest 0x09AB -1173 1504 -68 - -# wooden chest -WoodenChest 0x0E42 -1169 1516 -68 - -# metal chest -MetalGoldenChest 0x0E41 -1171 1518 -68 - -# crumbling floor -Static 0x11C5 -1183 1477 -36 -1188 1504 -62 -1198 1473 -23 -1199 1513 -44 -1197 1546 -26 -1200 1530 -25 -1208 1502 -28 -1219 1517 -25 -1231 1529 -25 -1232 1472 -22 -1244 1474 -22 -1241 1504 -25 - -# crate -MediumCrate 0x0E3F -1281 1494 15 -1307 1527 -25 -1309 1528 -28 - -# crate -LargeCrate 0x0E3D -1281 1494 12 - -# wooden chest -WoodenChest 0x0E43 -1283 1492 12 diff --git a/Distribution/Data/Decoration/Ilshenar/_regvolom.cfg b/Distribution/Data/Decoration/Ilshenar/_regvolom.cfg deleted file mode 100644 index 537db6297..000000000 --- a/Distribution/Data/Decoration/Ilshenar/_regvolom.cfg +++ /dev/null @@ -1,21 +0,0 @@ -# metal box -MetalBox 0x09A8 (Hue=0x96E) -1349 1030 -5 - -# marble floor -Static 0x0511 (Hue=0x1) -1362 1031 -13 -1363 1031 -13 -1364 1031 -13 - -# bottle -Static 0x0F00 -1378 1049 -12 - -# sandstone stairs -Static 0x076F (Hue=0x961) -1980 1107 -18 -1981 1107 -18 -1982 1107 -18 -1983 1107 -18 -1984 1107 -18 diff --git a/Distribution/Data/Decoration/Ilshenar/_serpentine.cfg b/Distribution/Data/Decoration/Ilshenar/_serpentine.cfg deleted file mode 100644 index c8e6e8fd9..000000000 --- a/Distribution/Data/Decoration/Ilshenar/_serpentine.cfg +++ /dev/null @@ -1,28 +0,0 @@ -# lute -Static 0x0EB3 -426 1557 -23 - -# lap harp -Static 0x0EB2 -426 1558 -23 - -# tambourine -Static 0x0E9E -427 1560 -23 - -# standing harp -Static 0x0EB1 -434 1557 -22 -436 1557 -22 - -# metal door -MetalDoor 0x0675 (Hue=0x8AB; Facing=WestCW) -478 1527 -27 - -# metal door -MetalDoor 0x0677 (Hue=0x8AB; Facing=EastCCW) -479 1527 -27 - -# drum -Static 0x0E9C -427 1557 -23 diff --git a/Distribution/Data/Decoration/Ilshenar/_sheepfarm.cfg b/Distribution/Data/Decoration/Ilshenar/_sheepfarm.cfg deleted file mode 100644 index d3fde53d5..000000000 --- a/Distribution/Data/Decoration/Ilshenar/_sheepfarm.cfg +++ /dev/null @@ -1,31 +0,0 @@ -# wooden gate -DarkWoodGate 0x086E (Facing=SouthCW) -1311 1325 -14 - -# wooden gate -DarkWoodGate 0x086C (Facing=EastCW) -1328 1321 -14 - -# upright loom -LoomEastAddon 0x1060 -1305 1319 -14 - -# spinning wheel -SpinningWheelSouthAddon 0x1015 -1306 1316 -14 - -# chest of drawers -Drawer 0x0A2C -1308 1314 6 - -# scissors -Scissors 0x0F9E -1309 1319 -10 - -# dyeing tub -DyeTub 0x0FAB (Hue=0x15C) -1311 1319 -14 - -# upright loom -Static 0x105F -1305 1320 -14 diff --git a/Distribution/Data/Decoration/Ilshenar/_sorcerers.cfg b/Distribution/Data/Decoration/Ilshenar/_sorcerers.cfg deleted file mode 100644 index 2beae9c2e..000000000 --- a/Distribution/Data/Decoration/Ilshenar/_sorcerers.cfg +++ /dev/null @@ -1,344 +0,0 @@ -# bookcase -FullBookcase 0x0A9B -250 88 -28 -253 88 -28 -259 69 -28 -265 69 -28 -267 69 -28 -269 69 -28 -273 69 -28 -444 9 -28 -448 9 -28 -99 36 -28 -101 36 -28 -108 36 -28 -110 36 -28 -114 36 -28 - -# bookcase -FullBookcase 0x0A97 -251 88 -28 -260 69 -28 -263 69 -28 -268 69 -28 -272 69 -28 -449 9 -28 -442 9 -28 -106 36 -28 -113 36 -28 -109 36 -28 - -# bookcase -FullBookcase 0x0A9C -257 70 -28 -257 78 -28 -261 76 -28 -269 56 -28 -270 96 -28 -261 78 -28 -261 74 -28 -270 98 -28 -247 92 -28 -247 94 -28 -247 98 -28 -247 99 -28 - -# bookcase -FullBookcase 0x0A9A -257 71 -28 -261 73 -28 -261 75 -28 -270 95 -28 -247 93 -28 -247 97 -28 - -# bookcase -FullBookcase 0x0A98 -258 69 -28 -261 69 -28 -264 69 -28 -266 69 -28 -271 69 -28 -274 69 -28 -450 9 -28 -443 9 -28 -100 36 -28 -447 9 -28 -107 36 -28 -248 88 -28 - -# bookcase -FullBookcase 0x0A99 -257 77 -28 -261 72 -28 -261 77 -28 -261 79 -28 -269 57 -28 -442 15 -28 -270 94 -28 -270 97 -28 -442 12 -28 -442 13 -28 -442 14 -28 -247 89 -28 -247 90 -28 -247 95 -28 - -# stone stairs -Static 0x0753 (Hue=0x835) -266 129 -38 -267 129 -38 -268 129 -38 -284 66 -38 -285 66 -38 -287 66 -38 -285 73 -18 -287 73 -18 -132 129 -18 -134 129 -18 -265 129 -38 -286 66 -38 -284 73 -18 -286 73 -18 -131 129 -18 -133 129 -18 - -# magical crystal -Static 0x1F19 -279 6 -22 -279 34 -22 -248 70 -22 -249 70 -22 -250 70 -22 - -# stone stairs -Static 0x0753 (Hue=0x848) -273 141 -18 - -# magical crystal -Static 0x1F1C -284 6 -22 -283 34 -22 - -# platemail gloves -Static 0x1414 -217 49 -28 - -# bellows -LargeForgeEastAddon 0x1986 -299 23 -28 - -# anvil -AnvilEastAddon 0x0FAF -301 24 -28 -301 25 -28 - -# wooden stairs -Static 0x073A -359 40 -43 -359 41 -43 -359 42 -43 -155 88 -18 -155 89 -18 -155 90 -18 - -# stone stairs -Static 0x0754 -370 29 -43 -370 30 -43 -370 31 -43 -242 25 -18 -242 26 -18 -242 27 -18 - -# bone armor -Static 0x1454 -130 109 -28 - -# crate -MediumCrate 0x0E3E -394 59 -28 -394 68 -28 -394 74 -28 -400 67 -28 -400 79 -28 -461 82 -28 - -# strong box -MetalBox 0x0E80 -394 62 -28 -394 65 -28 -394 80 -28 -400 58 -28 -400 64 -28 -400 73 -28 -400 76 -28 -433 96 -22 - -# metal chest -MetalChest 0x09AB -399 62 -28 -399 71 -28 -393 72 -28 -393 78 -28 - -# pen and ink -Static 0x0FBF -423 95 -22 - -# wooden door -StrongWoodDoor 0x06E5 (Facing=WestCW) -272 87 -28 -266 87 -28 - -# book -Static 0x0FBD -423 96 -22 - -# barred metal door -BarredMetalDoor2 0x1FF5 (Facing=SouthCW) -418 28 -28 -474 29 -28 -106 31 -28 -231 139 -28 -231 132 -28 -231 123 -28 -231 117 -28 - -# stone pavers -Static 0x051B -427 113 -28 - -# stone pavers -Static 0x0519 -429 113 -28 - -# metal chest -MetalGoldenChest 0x0E41 -433 92 -28 -435 92 -28 -434 92 -28 - -# crate -LargeCrate 0x0E3C -462 82 -28 -462 82 -25 -139 52 -25 -139 52 -28 -140 53 -28 -140 52 -28 - -# crate -MediumCrate 0x0E3F -462 82 -22 -140 52 -25 -140 53 -25 - -# metal chest -MetalGoldenChest 0x0E40 -129 118 -28 -136 117 -28 -129 117 -28 -136 118 -28 - -# crate -SmallCrate 0x0E7E -140 52 -22 -140 53 -22 -139 52 -22 - -# wooden door -StrongWoodDoor 0x06E7 (Facing=EastCCW) -267 87 -28 -273 87 -28 - -# metal door -MetalDoor 0x0677 (Facing=EastCCW) -104 35 -28 -249 80 -28 - -# metal door -MetalDoor 0x0675 (Facing=WestCW) -248 80 -28 -103 35 -28 - -# stone stairs -Static 0x0753 (Hue=0x849) -274 141 -18 - -# ring -Static 0x1F09 -136 108 -28 - -# barred metal door -BarredMetalDoor2 0x1FED (Facing=WestCW) -100 29 -28 -161 14 -27 - -# stone stairs -Static 0x0753 (Hue=0x847) -272 141 -18 - -# barred metal door -BarredMetalDoor2 0x1FEF (Facing=EastCCW) -162 14 -28 - -# barred metal door -BarredMetalDoor2 0x1FF7 (Facing=NorthCCW) -231 138 -28 -231 131 -28 -231 122 -28 -231 116 -28 - -# barred metal door -BarredMetalDoor2 0x1FFB (Facing=NorthCW) -240 138 -28 - -# barred metal door -BarredMetalDoor2 0x1FF9 (Facing=SouthCCW) -240 139 -28 - -# stone pavers -Static 0x051C -426 113 -28 -428 113 -28 - -# wooden door -StrongWoodDoor 0x06EF (Facing=NorthCCW) -264 95 -28 - -# wooden door -StrongWoodDoor 0x06ED (Facing=SouthCW) -264 96 -28 - -# skinning knife -Static 0x0EC5 -174 41 -28 - -# iron maiden -Static 0x124B -146 7 -28 - -# death vortex -Static 0x3798 (Hue=0x455) -232 45 -28 - -# bottle -Static 0x0F04 -238 42 -22 - -# bottle -Static 0x0EFD -239 42 -22 - -# death vortex -Static 0x3798 (Hue=0x59B) -232 54 -28 - -# death vortex -Static 0x3798 (Hue=0x84A) -246 45 -28 - -# death vortex -Static 0x3798 (Hue=0x66D) -246 54 -28 diff --git a/Distribution/Data/Decoration/Ilshenar/_terortskitas.cfg b/Distribution/Data/Decoration/Ilshenar/_terortskitas.cfg deleted file mode 100644 index ed82a8165..000000000 --- a/Distribution/Data/Decoration/Ilshenar/_terortskitas.cfg +++ /dev/null @@ -1,75 +0,0 @@ -# fire -Static 0x19AB -579 408 33 -580 408 33 - -# stone stairs -Static 0x0753 (Hue=0x849) -555 425 -13 - -# stone stairs -Static 0x0753 (Hue=0x84A) -556 425 -13 - -# stone stairs -Static 0x0753 (Hue=0x847) -557 425 -13 - -# magical crystal -Static 0x1F19 -570 414 47 -570 415 47 -578 409 67 -578 410 67 - -# chest of drawers -FancyDrawer 0x0A38 -572 412 41 - -# bookcase -FullBookcase 0x0A9A -576 423 41 -576 426 41 -576 429 41 -579 421 61 -579 425 61 - -# bookcase -FullBookcase 0x0A9C -576 424 41 -576 428 41 -579 422 61 -579 424 61 - -# bookcase -FullBookcase 0x0A99 -576 425 41 -576 427 41 -576 430 41 -579 423 61 -579 426 61 - -# dresser -Static 0x0A3D -577 408 41 - -# dresser -Static 0x0A3C -578 408 41 - -# cactus -Static 0x0D26 (Hue=0x847) -579 408 26 -580 408 26 - -# book -Static 0x0FBE -579 409 26 -580 409 26 - -# magical crystal -Static 0x1F1C -579 428 67 -579 429 67 -585 416 47 -586 416 47 diff --git a/Distribution/Data/Decoration/Ilshenar/_twinoaks.cfg b/Distribution/Data/Decoration/Ilshenar/_twinoaks.cfg deleted file mode 100644 index 942a439e4..000000000 --- a/Distribution/Data/Decoration/Ilshenar/_twinoaks.cfg +++ /dev/null @@ -1,99 +0,0 @@ -# fireplace -StoneFireplaceEastAddon 0x0959 -1547 1050 -7 -1547 1050 13 - -# fireplace -StoneFireplaceSouthAddon 0x0961 -1556 1038 13 - -# crate -MediumCrate 0x0E3E -1549 1040 -1 - -# clock -Static 0x104B -1548 1051 8 - -# wooden door -DarkWoodDoor 0x06A7 (Facing=EastCCW) -1549 1048 13 -1556 1048 13 -1562 1048 13 - -# wooden door -DarkWoodDoor 0x06AB (Facing=EastCW) -1556 1043 13 - -# wooden door -StrongWoodDoor 0x06EF (Facing=NorthCCW) -1565 1046 -7 - -# wooden door -StrongWoodDoor 0x06ED (Facing=SouthCW) -1565 1047 -7 - -# dartboard -DartBoard 0x1E2F -1547 1046 -7 - -# crate -LargeCrate 0x0E3C -1549 1040 -4 -1549 1040 -7 -1549 1051 -27 -1549 1052 -27 -1549 1052 -24 - -# dartboard w/knives -Static 0x1E33 -1547 1048 -7 - -# crate -MediumCrate 0x0E3F -1549 1049 -27 - -# chest of drawers -Drawer 0x0A34 -1553 1049 13 - -# armoire -Armoire 0x0A53 -1553 1052 13 -1560 1054 13 - -# dresser -Static 0x0A3D -1558 1038 13 - -# dresser -Static 0x0A3C -1559 1038 13 - -# armoire -FancyArmoire 0x0A4D -1561 1038 13 - -# bottle of liquor -BeverageBottle 0x099B (Content=Liquor) -1555 1052 -21 - -# chest of drawers -Drawer 0x0A2C -1564 1049 13 - -# Tavern -LocalizedSign 0x0BC3 (LabelNumber=1016410) -1566 1049 -6 - -# water barrel -Static 0x154D -1555 1041 -7 - -# fireplace -Static 0x0960 -1555 1038 13 - -# fireplace -Static 0x095F -1556 1038 13 diff --git a/Distribution/Data/Decoration/Ilshenar/camp.cfg b/Distribution/Data/Decoration/Ilshenar/camp.cfg deleted file mode 100644 index 4c2efd4dd..000000000 --- a/Distribution/Data/Decoration/Ilshenar/camp.cfg +++ /dev/null @@ -1,114 +0,0 @@ -# wooden gate -LightWoodGate 0x0839 (Facing=WestCW) -1234 543 -6 -1253 588 -11 - -# wooden gate -LightWoodGate 0x083B (Facing=EastCCW) -1235 543 -6 -1254 588 -11 - -# wooden gate -LightWoodGate 0x0841 (Facing=SouthCW) -1227 555 -11 - -# wooden gate -LightWoodGate 0x0843 (Facing=NorthCCW) -1227 554 -11 - -# wooden gate -DarkWoodGate 0x0872 (Facing=SouthCCW) -1229 563 -19 - -# flowstone -Static 0x08E2 -1237 582 -19 -1237 586 -19 - -# pickaxe -Static 0x0E85 -1238 580 -19 - -# pickaxe -Static 0x0E86 -1239 586 -19 - -# anvil -AnvilEastAddon 0x0FAF -1260 583 -19 - -# tapestry -Static 0x0FE3 (Hue=0x1; Name=a cave entrance) -1237 585 -22 - -# tapestry -Static 0x0FE4 (Hue=0x1; Name=a cave entrance) -1237 583 -22 - -# boulder -Static 0x1355 -1237 585 5 - -# boulder -Static 0x1356 -1237 584 5 - -# boulder -Static 0x1361 -1236 586 -6 - -# boulder -Static 0x1362 -1237 586 -6 - -# rock -Static 0x1363 -1237 582 -1 - -# rock -Static 0x1364 -1237 583 4 - -# rock -Static 0x136B -1237 583 1 - -# rocks -Static 0x136D -1237 586 1 - -# rock -Static 0x1772 -1237 583 1 - -# rock -Static 0x1773 -1237 585 0 - -# rock -Static 0x1775 -1237 585 4 -1237 586 3 - -# rock -Static 0x1777 -1236 584 -1 - -# bellows -Static 0x197A -1258 585 -19 - -# forge -Static 0x197E (Light=Circle300) -1259 585 -19 - -# forge -Static 0x1982 -1260 585 -19 - -# nodraw--surface -Static 0x2198 -1139 592 -80 -1140 592 -80 -1141 592 -80 -1142 592 -80 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Ilshenar/camp2.cfg b/Distribution/Data/Decoration/Ilshenar/camp2.cfg deleted file mode 100644 index 5b9668e7a..000000000 --- a/Distribution/Data/Decoration/Ilshenar/camp2.cfg +++ /dev/null @@ -1,23 +0,0 @@ -# wooden gate -LightWoodGate 0x0839 (Facing=WestCW) -1400 433 -6 - -# wooden gate -LightWoodGate 0x083B (Facing=EastCCW) -1401 433 -6 - -# wooden gate -LightWoodGate 0x0841 (Facing=SouthCW) -1395 441 13 - -# wooden gate -LightWoodGate 0x0843 (Facing=NorthCCW) -1395 440 13 - -# wooden gate -DarkWoodGate 0x0866 (Facing=WestCW) -1390 432 -16 - -# bag -Bag 0x0E76 (Hue=0x10) -1391 439 19 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Ilshenar/enslavedgargs.cfg b/Distribution/Data/Decoration/Ilshenar/enslavedgargs.cfg deleted file mode 100644 index 68f62174b..000000000 --- a/Distribution/Data/Decoration/Ilshenar/enslavedgargs.cfg +++ /dev/null @@ -1,87 +0,0 @@ -# stalagmites -Static 0x08E1 -707 667 -37 -709 667 -16 - -# flowstone -Static 0x08E2 -708 667 -38 - -# stalagmites -Static 0x08E4 -710 667 -10 -714 668 -29 - -# stalagmites -Static 0x08E5 -712 667 -9 - -# flowstone -Static 0x08E6 -710 667 -17 -712 667 -15 - -# flowstone -Static 0x08E8 -712 667 -38 -713 667 -37 - -# anvil -AnvilEastAddon 0x0FAF -947 413 -80 -958 421 -80 -958 422 -80 - -# forge -SmallForgeAddon 0x0FB1 -946 413 -80 - -# sledge hammer -Static 0x0FB4 -957 427 -74 - -# sledge hammer -Static 0x0FB5 -955 415 -74 - -# tapestry -Static 0x0FE1 (Hue=0x1; Name=a cave entrance) -709 667 -42 - -# tapestry -Static 0x0FE2 (Hue=0x1; Name=a cave entrance) -710 667 -42 -711 667 -42 - -# butcher knife -Static 0x13F6 -864 468 7 - -# rock -Static 0x1774 -706 668 -36 - -# rock -Static 0x1776 -711 667 -16 - -# bellows -Static 0x1992 -958 420 -80 -958 425 -80 - -# forge -Static 0x1996 -958 419 -80 -958 424 -80 - -# forge -Static 0x199A -958 418 -80 -958 423 -80 - -# nodraw -Static 0x2198 -911 451 -80 -911 452 -80 -911 453 -80 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Ilshenar/gargoylecity.cfg b/Distribution/Data/Decoration/Ilshenar/gargoylecity.cfg deleted file mode 100644 index a330b93a1..000000000 --- a/Distribution/Data/Decoration/Ilshenar/gargoylecity.cfg +++ /dev/null @@ -1,192 +0,0 @@ -# metal door -MetalDoor 0x0675 (Facing=WestCW; Hue=0x835) -856 677 -40 - -# metal door -MetalDoor 0x0677 (Facing=EastCCW; Hue=0x835) -853 672 -40 - -# metal door -Static 0x067B (Facing=EastCW; Hue=0x835) -856 606 -40 -859 611 -40 - -# barred metal door -BarredMetalDoor2 0x1FED (Facing=WestCW; Hue=0x835) -892 674 -40 - -# barred metal door -BarredMetalDoor2 0x1FF5 (Facing=SouthCW; Hue=0x835) -896 657 -40 -896 662 -40 -896 667 -40 - -# metal chest -MetalChest 0x09AB -848 719 0 -850 719 0 -854 607 -40 -854 607 -35 -857 670 -40 - -# metal chest -MetalGoldenChest 0x0E40 -828 725 0 -844 717 0 -852 608 -40 -852 609 -40 -852 609 -36 -852 609 -32 -852 611 -40 -852 611 -36 -852 613 -40 -852 613 -36 -852 675 -40 -852 675 -36 -852 676 -40 -852 676 -36 - -# metal chest -MetalGoldenChest 0x0E41 -832 712 0 -856 670 -40 -856 670 -36 -856 670 -32 -858 670 -40 -858 670 -36 - -# metal chest -MetalChest 0x0E7C -852 612 -40 -852 675 -32 - -# skinning knife -Static 0x0EC5 -864 583 -34 - -# anvil -AnvilSouthAddon 0x0FB0 -786 662 0 -786 671 0 -791 662 0 -791 671 0 -796 662 0 -796 671 0 - -# spinning wheel -SpinningWheelEastAddon 0x1019 -893 620 -40 -893 622 -40 -893 624 -40 - -# upright loom -LoomEastAddon 0x1060 -893 617 -40 -893 626 -40 - -# lever -Static 0x1093 -760 645 10 - -# butcher knife -Static 0x13F7 -864 582 -34 - -# platemail arms -Static 0x1417 (Hue=0x44E) -768 631 5 - -# map -Static 0x14EB -876 661 -34 - -# bellows -Static 0x1986 -786 659 0 -786 668 0 -791 659 0 -791 668 0 -796 659 0 -796 668 0 - -# forge -Static 0x198A (Light=Circle300) -786 660 0 -786 669 0 -791 660 0 -791 669 0 -796 660 0 -796 669 0 - -# forge -Static 0x198E -786 661 0 -786 670 0 -791 661 0 -791 670 0 -796 661 0 -796 670 0 - -# bellows -Static 0x1992 -786 665 0 -786 674 0 -791 665 0 -791 674 0 -796 665 0 -796 674 0 - -# forge -Static 0x1996 -786 664 0 -786 673 0 -791 664 0 -791 673 0 -796 664 0 -796 673 0 - -# forge -Static 0x199A -786 663 0 -786 672 0 -791 663 0 -791 672 0 -796 663 0 -796 672 0 - -# heater shield -Static 0x1B76 (Hue=0x44E) -766 630 6 - -# heater shield -Static 0x1B77 (Hue=0x44E) -768 630 5 - -# Bell of Courage -Static 0x1C12 -846 601 -34 -846 682 -34 - -# brain -Static 0x1CF0 (Hue=0x96E) -771 631 11 - -# table leg -Static 0x1E7D (Hue=0x451) -766 631 6 - -# barrel staves -Static 0x1EB1 (Hue=0x44E) -775 632 -1 - -# barrel staves -Static 0x1EB2 (Hue=0x44E) -773 632 -1 - -# barrel staves -Static 0x1EB3 (Hue=0x44E) -767 631 2 - -# statue -Static 0x1F18 (Hue=0x451) -767 630 6 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Ilshenar/golemsandjukas.cfg b/Distribution/Data/Decoration/Ilshenar/golemsandjukas.cfg deleted file mode 100644 index f93fb2830..000000000 --- a/Distribution/Data/Decoration/Ilshenar/golemsandjukas.cfg +++ /dev/null @@ -1,135 +0,0 @@ -# metal door -MetalDoor 0x067D (Facing=SouthCW) -1089 707 -80 -1094 699 -60 -1094 708 -60 -1103 704 -80 - -# metal door -MetalDoor 0x067F (Facing=NorthCCW) -1089 706 -80 -1094 707 -60 -1094 698 -60 -1103 703 -80 - -# metal door -MetalDoor2 0x06CD (Facing=SouthCW) -1103 652 -80 -1111 652 -80 - -# metal door -MetalDoor2 0x06CF (Facing=NorthCCW) -1103 651 -80 -1111 651 -80 - -# wooden door -StrongWoodDoor 0x06E5 (Facing=WestCW) -1071 671 -80 -1083 632 -60 -1083 658 -80 -1083 671 -80 -1083 671 -60 -1096 671 -80 -1097 658 -80 -1098 632 -60 - -# wooden door -StrongWoodDoor 0x06E7 (Facing=EastCCW) -1062 635 -80 -1062 635 -60 -1062 635 -40 -1062 667 -80 -1062 667 -60 -1062 667 -40 -1083 632 -80 -1083 645 -80 -1096 632 -80 -1097 645 -80 -1105 635 -60 -1105 668 -80 -1105 668 -60 -1105 668 -40 -1105 635 -80 - -# wooden door -StrongWoodDoor 0x06E9 (Facing=WestCCW) -1071 634 -40 -1074 669 -40 -1090 634 -40 -1092 669 -40 -1092 679 -40 - -# wooden door -StrongWoodDoor 0x06EB (Facing=EastCW) -1105 635 -40 - -# wooden door -StrongWoodDoor 0x06ED (Facing=SouthCW) -1064 651 -80 - -# wooden door -StrongWoodDoor 0x06F1 (Facing=SouthCCW) -1067 630 -80 -1067 630 -60 -1067 673 -80 -1067 673 -60 -1100 630 -80 -1100 630 -60 -1100 673 -80 -1100 673 -60 -1100 673 -40 - -# wooden door -StrongWoodDoor 0x06F3 (Facing=NorthCW) -1103 643 -60 -1103 660 -60 - -# iron gate -IronGate 0x082C (Facing=SouthCW) -1064 644 -40 -1064 659 -40 -1081 644 -40 -1081 659 -40 -1086 644 -40 -1086 659 -40 -1103 644 -40 -1103 659 -40 - -# bookcase -FullBookcase 0x0A97 -1092 696 -60 - -# bookcase -FullBookcase 0x0A98 -1086 703 -80 - -# bookcase -FullBookcase 0x0A99 -1081 707 -60 -1081 708 -80 - -# bookcase -FullBookcase 0x0A9A -1081 699 -60 -1081 704 -80 - -# bookcase -FullBookcase 0x0A9B -1082 703 -80 -1088 696 -60 - -# bookcase -FullBookcase 0x0A9C -1081 706 -60 - -# khabur's journal -KaburJournal 0x0FF1 -1073 633 -74 - -# fropoz's journal -FropozJournal 0x0FF1 -1084 707 -74 - -# translated gargoyle journal -TranslatedGargoyleJournal 0x0FF2 -1089 708 -54 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Ilshenar/lakeshire.cfg b/Distribution/Data/Decoration/Ilshenar/lakeshire.cfg deleted file mode 100644 index 104782ef5..000000000 --- a/Distribution/Data/Decoration/Ilshenar/lakeshire.cfg +++ /dev/null @@ -1,477 +0,0 @@ -# wooden gate -DarkWoodGate 0x0866 (Facing=WestCW) -1219 1158 -26 -1221 1158 -26 -1223 1158 -26 - -# wooden gate -DarkWoodGate 0x086A (Facing=WestCCW) -1219 1161 -26 -1222 1161 -26 - -# bed -Static 0x0A69 -1199 1179 -25 -1224 1136 -5 - -# bed -Static 0x0A6B (Hue=0x541) -1200 1179 -25 - -# bed -Static 0x0A6B (Hue=0x59B) -1225 1136 -5 - -# table -Static 0x0B75 -1222 1130 -25 -1222 1134 -25 -1226 1130 -25 -1226 1134 -25 - -# table -Static 0x0B76 -1222 1129 -25 -1222 1133 -25 -1226 1129 -25 -1226 1133 -25 - -# broken chair -Static 0x0C10 -1220 1123 -25 -1223 1130 -25 - -# broken chair -Static 0x0C11 -1203 1174 -25 - -# broken armoire -Static 0x0C12 -1167 1166 -25 -1218 1150 -25 - -# broken armoire -Static 0x0C13 -1224 1123 -25 -1228 1123 -5 -1230 1133 -5 - -# ruined bookcase -Static 0x0C14 -1222 1123 -25 -1228 1123 -25 - -# ruined bookcase -Static 0x0C15 -1167 1162 -25 -1167 1164 -25 -1199 1176 -25 -1218 1154 -25 -1224 1134 -5 - -# damaged books -Static 0x0C16 -1167 1163 -25 -1221 1178 -25 -1223 1124 -25 -1225 1134 -5 - -# covered chair -Static 0x0C17 -1205 1173 -25 - -# broken chair -Static 0x0C19 -1167 1160 -25 -1218 1153 -25 - -# broken chair -Static 0x0C1A -1226 1131 -25 - -# broken chair -Static 0x0C1B -1199 1173 -25 - -# broken chair -Static 0x0C1C -1221 1175 -25 - -# broken clock -Static 0x0C1F -1199 1177 -25 - -# broken dresser -Static 0x0C20 -1224 1127 -5 - -# broken dresser -Static 0x0C21 -1224 1126 -5 - -# broken dresser -Static 0x0C22 -1203 1173 -25 - -# broken dresser -Static 0x0C23 -1202 1173 -25 - -# broken furniture -Static 0x0C24 -1201 1173 -25 -1229 1123 -5 - -# broken furniture -Static 0x0C25 -1218 1174 -25 - -# ruined bed -Static 0x0C29 -1226 1123 -5 - -# ruined bed -Static 0x0C2A -1225 1124 -5 - -# ruined bed -Static 0x0C2B -1224 1125 -5 - -# debris -Static 0x0C2E -1179 1156 -25 -1221 1182 -22 -1226 1123 -25 -1226 1133 -5 - -# debris -Static 0x0C2F -1177 1151 -25 -1177 1163 -25 -1181 1156 -25 -1205 1175 -25 -1207 1177 -25 -1226 1126 -5 -1229 1136 -5 - -# debris -Static 0x0C30 -1167 1167 -25 -1199 1178 -25 -1232 1129 -25 - -# sheets -Static 0x0C33 -1223 1176 -25 - -# sheets -Static 0x0C34 -1222 1176 -25 - -# sheets -Static 0x0C35 -1223 1174 -25 -1223 1175 -25 - -# sheets -Static 0x0C36 -1222 1174 -25 -1222 1175 -25 - -# grasses -Static 0x0CAC -1208 1159 -25 - -# grasses -Static 0x0CAD -1196 1163 -25 - -# grasses -Static 0x0CAF -1208 1174 -25 - -# grasses -Static 0x0CB0 -1204 1164 -25 -1228 1157 -25 - -# grasses -Static 0x0CB1 -1218 1182 -25 -1220 1139 -25 -1225 1182 -25 -1226 1139 -25 - -# grasses -Static 0x0CB3 -1230 1150 -25 - -# grasses -Static 0x0CB5 -1214 1185 -25 -1229 1139 -25 - -# grasses -Static 0x0CB6 -1212 1169 -25 -1219 1135 -25 -1227 1183 -25 - -# vines -Static 0x0CEB -1223 1182 -25 - -# vines -Static 0x0CEC -1220 1182 -25 -1221 1182 -25 -1226 1182 -25 - -# vines -Static 0x0CED -1218 1182 -25 -1221 1173 -25 -1224 1182 -25 - -# vines -Static 0x0CEF -1227 1175 -25 - -# vines -Static 0x0CF0 -1227 1176 -25 - -# vines -Static 0x0CF1 -1227 1177 -25 - -# apple tree -Static 0x0D94 -1175 1173 -25 -1180 1177 -25 -1182 1186 -25 - -# apple tree -Static 0x0D96 -1175 1173 -25 -1180 1177 -25 -1182 1186 -25 - -# apple tree -Static 0x0D98 -1172 1179 -25 -1175 1187 -25 -1185 1182 -25 - -# apple tree -Static 0x0D9A -1172 1179 -25 -1175 1187 -25 -1185 1182 -25 - -# peach tree -Static 0x0D9C -1174 1200 -25 -1175 1192 -25 - -# peach tree -Static 0x0D9E -1174 1200 -25 -1175 1192 -25 - -# pear tree -Static 0x0DA4 -1184 1195 -25 -1186 1197 -25 -1194 1185 -25 -1194 1198 -25 - -# pear tree -Static 0x0DA6 -1184 1195 -25 -1186 1197 -25 -1194 1185 -25 -1194 1198 -25 - -# pear tree -Static 0x0DA8 -1188 1189 -25 -1194 1189 -25 - -# pear tree -Static 0x0DAA -1188 1189 -25 -1194 1189 -25 - -# spiderweb -Static 0x0EE4 -1218 1157 -25 - -# spiderweb -Static 0x0EE6 -1224 1133 -5 - -# hay -Static 0x0F34 -1219 1160 -25 -1225 1160 -25 - -# garbage -Static 0x10EE -1202 1179 -25 -1220 1133 -25 -1221 1140 -25 -1221 1177 -25 -1222 1151 -25 -1222 1160 -25 -1228 1125 -25 -1229 1152 -25 - -# garbage -Static 0x10EF -1201 1174 -25 -1220 1154 -25 -1227 1145 -25 -1228 1135 -25 - -# garbage -Static 0x10F0 -1223 1153 -25 -1224 1179 -25 -1229 1160 -25 - -# garbage -Static 0x10F1 -1220 1178 -25 -1221 1174 -25 - -# bellows -Static 0x1986 -1228 1097 -25 -1228 1106 -25 - -# forge -Static 0x198A -1228 1098 -25 -1228 1107 -25 - -# forge -Static 0x198E -1228 1099 -25 -1228 1108 -25 - -# bellows -Static 0x1992 -1229 1099 -25 -1229 1108 -25 - -# forge -Static 0x1996 -1229 1098 -25 -1229 1107 -25 - -# forge -Static 0x199A -1229 1097 -25 -1229 1106 -25 - -# leaves -Static 0x1B1F -1222 1125 -25 -1228 1132 -25 - -# leaves -Static 0x1B23 -1218 1175 -25 -1232 1124 -25 - -# leaves -Static 0x1B24 -1218 1173 -25 -1232 1123 -25 - -# wall cracks -Static 0x1B6C -1195 1160 -25 -1227 1179 -25 - -# wall cracks -Static 0x1B6D -1195 1163 -25 - -# wall cracks -Static 0x1B6E -1205 1163 -25 - -# wall cracks -Static 0x1B6F -1202 1149 -25 -1204 1163 -25 -1208 1151 -25 -1218 1176 -25 - -# refuse -Static 0x1BB0 -1196 1149 -25 - -# refuse -Static 0x1BB1 -1196 1150 -25 - -# refuse -Static 0x1BB5 -1195 1150 -25 - -# refuse -Static 0x1BB6 -1195 1149 -25 - -# broken barrel -Static 0x1DB3 -1196 1154 -25 - -# broken barrel -Static 0x1DB4 -1196 1153 -25 - -# broken barrel -Static 0x1DB5 -1195 1153 -25 - -# broken barrel -Static 0x1DB6 -1195 1154 -25 - -# mud -Static 0x1E01 -1197 1157 -25 -1207 1155 -25 - -# mud -Static 0x1E02 -1200 1162 -25 -1201 1149 -25 -1204 1179 -25 -1205 1159 -25 -1220 1150 -25 -1228 1127 -25 - -# book -Static 0x1E20 -1168 1165 -25 -1200 1177 -25 - -# books -Static 0x1E21 -1168 1162 -25 -1202 1176 -25 - -# barrel staves -Static 0x1EB2 -1195 1154 -25 - -# unfinished barrel -Static 0x1EB5 -1195 1152 -24 -1225 1157 -25 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Ilshenar/meercatacombs.cfg b/Distribution/Data/Decoration/Ilshenar/meercatacombs.cfg deleted file mode 100644 index 48e1c7d35..000000000 --- a/Distribution/Data/Decoration/Ilshenar/meercatacombs.cfg +++ /dev/null @@ -1,309 +0,0 @@ -############### -# Teleporters # -############### - -Teleporter 0x1BC3 (PointDest=(1790, 66, -26)) -1037 579 -73 - -Teleporter 0x1BC3 (PointDest=(1790, 67, -26)) -1037 580 -73 - -Teleporter 0x1BC3 (PointDest=(1790, 68, -26)) -1037 581 -73 - -Teleporter 0x1BC3 (PointDest=(1786, 70, -26)) -1038 578 -73 - -Teleporter 0x1BC3 (PointDest=(1786, 70, -26)) -1038 579 -73 - -Teleporter 0x1BC3 (PointDest=(1786, 65, -26)) -1038 581 -73 - -Teleporter 0x1BC3 (PointDest=(1786, 65, -26)) -1038 582 -73 - -Teleporter 0x1BC3 (PointDest=(1787, 70, -26)) -1039 578 -73 - -Teleporter 0x1BC3 (PointDest=(1787, 65, -26)) -1039 582 -73 - -Teleporter 0x1BC3 (PointDest=(1788, 70, -26)) -1040 578 -73 - -Teleporter 0x1BC3 (PointDest=(1788, 70, -26)) -1040 579 -73 - -Teleporter 0x1BC3 (PointDest=(1788, 65, -26)) -1040 581 -73 - -Teleporter 0x1BC3 (PointDest=(1788, 65, -26)) -1040 582 -73 - -Teleporter 0x1BC3 (PointDest=(1785, 68, -26)) -1041 581 -73 - -Teleporter 0x1BC3 (PointDest=(1785, 67, -26)) -1041 580 -73 - -Teleporter 0x1BC3 (PointDest=(1785, 66, -26)) -1041 579 -73 - - - -Teleporter 0x1BC3 (PointDest=(1038, 583, -78)) -1786 66 -26 - -Teleporter 0x1BC3 (PointDest=(1042, 579, -78)) -1786 67 -26 - -Teleporter 0x1BC3 (PointDest=(1042, 580, -78)) -1786 68 -26 - -Teleporter 0x1BC3 (PointDest=(1042, 581, -78)) -1786 69 -26 - -Teleporter 0x1BC3 (PointDest=(1039, 583, -78)) -1787 66 -26 - -Teleporter 0x1BC3 (PointDest=(1040, 583, -78)) -1788 66 -26 - -Teleporter 0x1BC3 (PointDest=(1041, 583, -78)) -1789 66 -26 - -Teleporter 0x1BC3 (PointDest=(1038, 577, -78)) -1787 69 -26 - -Teleporter 0x1BC3 (PointDest=(1039, 577, -78)) -1788 69 -26 - -Teleporter 0x1BC3 (PointDest=(1036, 579, -78)) -1789 67 -26 - -Teleporter 0x1BC3 (PointDest=(1036, 578, -78)) -1789 68 -26 - -Teleporter 0x1BC3 (PointDest=(1036, 581, -78)) -1789 69 -26 - - -############ -# Mainland # -############ - -# stone -Static 0x07A3 (Hue=0x58F) -1037 578 -80 -1037 579 -80 -1037 580 -80 -1037 581 -80 -1037 582 -80 -1038 578 -80 -1038 579 -80 -1038 580 -80 -1038 581 -80 -1038 582 -80 -1039 578 -80 -1039 579 -80 -1039 580 -80 -1039 581 -80 -1039 582 -80 -1040 578 -80 -1040 579 -80 -1040 580 -80 -1040 581 -80 -1040 582 -80 -1041 578 -80 -1041 579 -80 -1041 580 -80 -1041 581 -80 -1041 582 -80 - -# stone stairs -Static 0x07A4 (Hue=0x58F) -1037 583 -80 -1038 583 -80 -1039 583 -80 -1040 583 -80 -1041 583 -80 - -# stone stairs -Static 0x07A5 (Hue=0x58F) -1042 578 -80 -1042 579 -80 -1042 580 -80 -1042 581 -80 -1042 582 -80 - -# stone stairs -Static 0x07A6 (Hue=0x58F) -1037 577 -80 -1038 577 -80 -1039 577 -80 -1040 577 -80 -1041 577 -80 - -# stone stairs -Static 0x07A7 (Hue=0x58F) -1036 578 -80 -1036 579 -80 -1036 580 -80 -1036 581 -80 -1036 582 -80 - -# stone stairs -Static 0x07A8 (Hue=0x58F) -1036 577 -80 - -# stone stairs -Static 0x07A9 (Hue=0x58F) -1042 583 -80 - -# stone stairs -Static 0x07AA (Hue=0x58F) -1042 577 -80 - -# stone stairs -Static 0x07AB (Hue=0x58F) -1036 583 -80 - -# platform -Static 0x07BD (Hue=0x40C) -1037 580 -75 -1038 579 -75 -1038 581 -75 -1039 578 -75 -1039 580 -75 -1039 582 -75 -1040 579 -75 -1040 581 -75 -1041 580 -75 - -# platform -Static 0x07BE (Hue=0x40C) -1037 579 -75 -1037 581 -75 -1038 578 -75 -1038 580 -75 -1038 582 -75 -1039 579 -75 -1039 581 -75 -1040 578 -75 -1040 580 -75 -1040 582 -75 -1041 579 -75 -1041 581 -75 - -# platform -Static 0x07BF (Hue=0x40C) -1037 578 -75 - -# platform -Static 0x07C0 (Hue=0x40C) -1041 578 -75 - -# platform -Static 0x07C1 (Hue=0x40C) -1037 582 -75 - -# platform -Static 0x07C2 (Hue=0x40C) -1041 582 -75 - -# glowing rune -Static 0x0E5D (Hue=0x40C) -1040 578 -73 - -# rune -Static 0x0E5E (Hue=0x40C) -1037 580 -73 -1040 580 -73 - -# glowing rune -Static 0x0E60 (Hue=0x40C) -1037 579 -73 -1038 581 -73 -1039 578 -73 -1041 581 -73 - -# rune -Static 0x0E61 (Hue=0x40C) -1039 580 -73 - -# glowing rune -Static 0x0E63 (Hue=0x40C) -1038 578 -73 -1038 580 -73 -1039 582 -73 -1040 581 -73 - -# rune -Static 0x0E64 (Hue=0x40C) -1041 579 -73 - -# glowing rune -Static 0x0E66 (Hue=0x40C) -1040 582 -73 - -# rune -Static 0x0E67 (Hue=0x40C) -1037 581 -73 -1039 579 -73 -1039 581 -73 - -# glowing rune -Static 0x0E69 (Hue=0x40C) -1038 579 -73 -1038 582 -73 -1040 579 -73 -1041 580 -73 - - -########### -# Place.. # -########### - -# glowing rune -Static 0x0E5D (Hue=0x40C) -1789 69 -26 - -# rune -Static 0x0E5E (Hue=0x40C) -1788 67 -26 - -# glowing rune -Static 0x0E60 (Hue=0x40C) -1786 68 -26 -1789 68 -26 - -# rune -Static 0x0E61 (Hue=0x40C) -1787 67 -26 - -# glowing rune -Static 0x0E63 (Hue=0x40C) -1786 67 -26 -1787 69 -26 -1788 68 -26 - -# rune -Static 0x0E64 (Hue=0x40C) -1789 66 -26 - -# glowing rune -Static 0x0E66 (Hue=0x40C) -1788 69 -26 - -# rune -Static 0x0E67 (Hue=0x40C) -1787 66 -26 -1787 68 -26 - -# glowing rune -Static 0x0E69 (Hue=0x40C) -1786 66 -26 -1786 69 -26 -1788 66 -26 -1789 67 -26 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Ilshenar/misc.cfg b/Distribution/Data/Decoration/Ilshenar/misc.cfg deleted file mode 100644 index 8b5d31e4b..000000000 --- a/Distribution/Data/Decoration/Ilshenar/misc.cfg +++ /dev/null @@ -1,87 +0,0 @@ -# barrel -Static 0x0FAE -387 1255 -41 -388 1255 -42 - -# a swarm of flies -SwarmOfFlies 0x091B -1052 736 -80 -1082 750 -75 -1088 759 -80 -1107 735 -80 -1138 736 -80 -1156 767 -80 -1166 690 -80 -1183 661 -80 - -# tribal berry -TribalBerry 0x09D0 -1029 679 -65 -1029 680 -48 -1029 681 -60 -1029 700 -72 -1030 679 -63 -1030 700 -50 -1030 702 -50 -1031 705 -60 -1032 712 -39 -1033 706 -30 -1033 711 -43 -1033 712 -40 -1036 715 -51 -1037 714 -61 -1037 715 -62 -1038 689 -70 -1038 689 -60 -1038 709 -56 -1038 711 -58 -1040 679 -58 -1040 680 -66 -1040 680 -43 -1041 714 -54 -1041 715 -60 -1042 680 -38 -1043 686 -51 -1043 687 -63 -1043 688 -50 -1043 699 -60 -1043 701 -60 -1043 714 -58 -1044 686 -60 -1044 686 -57 -1044 699 -60 -1051 704 -50 -1051 705 -22 -1051 706 -20 - -# fern -Static 0x0C9F -1028 713 -80 -1034 704 -79 - -# fern -Static 0x0CA0 -1028 695 -80 -1045 678 -80 - -# large fern -Static 0x0CA1 -1030 718 -80 -1046 696 -80 - -# fern -Static 0x0CA2 -1031 708 -80 -1033 676 -80 -1036 692 -80 -1044 718 -80 - -# fern -Static 0x0CA3 -1029 691 -80 -1047 684 -80 -1051 707 -80 - -# fern -Static 0x0CA4 -1038 680 -80 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Ilshenar/mistas.cfg b/Distribution/Data/Decoration/Ilshenar/mistas.cfg deleted file mode 100644 index 84a0ea026..000000000 --- a/Distribution/Data/Decoration/Ilshenar/mistas.cfg +++ /dev/null @@ -1,1311 +0,0 @@ -# wooden door -StrongWoodDoor 0x06E5 (Facing=WestCW) -779 1071 -30 -779 1111 -30 -796 1071 -30 -835 1071 -30 -849 1087 -10 -861 1088 -10 - -# wooden door -StrongWoodDoor 0x06E7 (Facing=EastCCW) -780 1071 -30 -780 1111 -30 -795 1063 -10 -797 1071 -30 -836 1071 -30 -850 1087 -10 -862 1088 -10 - -# wooden door -StrongWoodDoor 0x06ED (Facing=SouthCW) -799 1059 -10 -803 1092 -30 -803 1104 -30 -807 1067 -30 -807 1084 -30 -815 1060 -30 -847 1060 -30 -847 1096 -30 -863 1052 -30 -867 1044 -10 -867 1060 -10 - -# wooden door -StrongWoodDoor 0x06EF (Facing=NorthCCW) -803 1091 -30 -803 1103 -30 -807 1066 -30 -807 1083 -30 -815 1059 -30 -847 1059 -30 -847 1095 -30 -863 1051 -30 -867 1043 -10 -867 1059 -10 - -# wooden door -StrongWoodDoor 0x06F1 (Facing=SouthCCW) -863 1096 -30 - -# wooden door -StrongWoodDoor 0x06F3 (Facing=NorthCW) -863 1095 -30 - -# wooden gate -DarkWoodGate 0x0866 (Facing=WestCW) -768 1156 -29 -771 1156 -30 -774 1156 -30 -777 1156 -30 - -# wooden gate -DarkWoodGate 0x086A (Facing=WestCCW) -762 1164 -30 -765 1164 -30 -768 1164 -30 -771 1164 -30 -774 1164 -30 -777 1164 -30 -780 1164 -30 - -# candelabra -CandelabraStand 0x0A29 (Unlit) -776 1056 -9 -776 1070 -9 -782 1094 -30 -790 1056 -9 -790 1088 -30 -790 1094 -30 -792 1056 -9 -792 1080 -30 -792 1094 -30 -792 1096 -30 -792 1110 -30 -798 1062 -10 -798 1064 -10 -798 1070 -10 -800 1056 -30 -800 1056 -10 -800 1070 -30 -802 1094 -30 -802 1096 -30 -802 1110 -30 -806 1070 -30 -806 1070 -10 -806 1080 -30 -806 1086 -30 -814 1056 -30 -814 1062 -30 -824 1056 -30 -824 1062 -30 -832 1063 -30 -832 1070 -30 -838 1048 -30 -838 1070 -30 -839 1056 -30 -846 1056 -30 -846 1062 -30 - -# chest of drawers -Drawer 0x0A2C -754 1131 -10 -778 1152 -9 -780 1152 -9 - -# chest of drawers -FancyDrawer 0x0A30 -766 1131 -10 - -# chest of drawers -Drawer 0x0A34 -761 1163 -9 -761 1168 -9 -768 1154 -9 -768 1155 -9 -770 1163 -9 -770 1167 -9 -777 1163 -9 -777 1167 -9 - -# dresser -Static 0x0A3C -757 1131 -10 -766 1163 -9 - -# dresser -Static 0x0A3D -756 1131 -10 -765 1163 -9 - -# dresser -Static 0x0A44 -760 1133 -10 - -# dresser -Static 0x0A45 -760 1132 -10 - -# bookcase -LibraryBookcase 0x0A97 -761 1131 -10 -764 1163 -9 -772 1152 -9 -773 1163 -10 - -# bookcase -LibraryBookcase 0x0A98 -767 1163 -10 -773 1152 -9 - -# bookcase -LibraryBookcase 0x0A99 -776 1156 -9 - -# bookcase -LibraryBookcase 0x0A9A -776 1155 -9 - -# bookcase -LibraryBookcase 0x0A9B -752 1131 -9 -771 1152 -9 -780 1163 -10 -781 1163 -10 - -# bookcase -LibraryBookcase 0x0A9C -752 1136 -10 -776 1157 -9 - -# candelabra -CandelabraStand 0x0B26 -832 1048 -30 - -# counter -Static 0x0B3D -792 1106 -30 -808 1057 -30 -808 1058 -30 -808 1061 -30 - -# counter -Static 0x0B3E -785 1088 -30 -788 1088 -30 - -# counter -Static 0x0B3F -792 1105 -30 -792 1107 -30 -808 1056 -30 -808 1062 -30 - -# counter -Static 0x0B40 -784 1088 -30 -789 1088 -30 - -# broken armoire -Static 0x0C12 -841 1082 -10 -859 1033 -30 -860 1105 -30 -860 1109 -30 - -# broken armoire -Static 0x0C13 -777 1056 -9 -778 1088 -30 -783 1056 -9 - -# ruined bookcase -Static 0x0C14 -793 1096 -30 -800 1096 -30 - -# ruined bookcase -Static 0x0C15 -776 1060 -9 -776 1063 -9 -776 1068 -9 -792 1086 -30 -841 1089 -10 -856 1041 -30 -856 1046 -30 -856 1061 -30 -856 1065 -30 -856 1069 -30 -860 1081 -30 -860 1084 -30 - -# damaged books -Static 0x0C16 -763 1041 -30 -776 1060 -10 -785 1060 -10 -793 1109 -30 -794 1096 -30 -841 1088 -10 -857 1066 -30 -861 1082 -30 -867 1043 -30 -869 1063 -30 -869 1080 -30 - -# covered chair -Static 0x0C17 -780 1088 -30 -792 1056 -30 -793 1056 -30 -794 1056 -30 -795 1056 -30 -845 1080 -10 -865 1056 -30 -867 1080 -30 - -# covered chair -Static 0x0C18 -792 1060 -30 -792 1061 -30 -792 1100 -30 -856 1042 -30 -856 1056 -30 -856 1057 -30 -860 1106 -30 - -# broken chair -Static 0x0C19 -800 1107 -30 -845 1083 -10 -865 1067 -30 -866 1094 -30 - -# broken chair -Static 0x0C1A -759 1038 -30 -783 1059 -9 -784 1091 -30 -801 1066 -10 -810 1057 -30 -831 1058 -30 -838 1034 -30 -861 1067 -9 -867 1081 -9 - -# broken chair -Static 0x0C1B -795 1056 -10 -805 1056 -30 -834 1050 -30 -862 1080 -9 -863 1032 -30 - -# broken chair -Static 0x0C1C -792 1058 -30 -792 1059 -30 -792 1102 -30 -856 1060 -9 - -# broken clock -Static 0x0C1F -776 1061 -4 -776 1098 -22 - -# broken furniture -Static 0x0C25 -856 1060 11 - -# debris -Static 0x0C2D -776 1062 -10 -776 1097 -30 -784 1056 -10 -786 1088 -30 -800 1064 -10 -829 1032 -30 -831 1056 -30 -832 1049 -30 -832 1066 -30 -836 1048 -30 -839 1062 -30 -841 1083 -10 -841 1093 -10 -847 1006 -30 -847 1080 -10 -847 1103 -10 -857 1062 -9 -860 1080 -9 -860 1082 -30 -863 1104 -30 -864 1032 -30 -864 1032 -9 -864 1103 -30 -864 1104 -30 -869 1032 -30 - -# debris -Static 0x0C2E -763 1036 -30 -776 1057 -10 -776 1096 -30 -787 1088 -30 -788 1094 -30 -796 1096 -30 -800 1062 -30 -800 1064 -10 -800 1069 -10 -806 1057 -30 -829 1032 -30 -836 1048 -30 -847 1080 -10 -847 1104 -10 -856 1044 -9 -856 1045 -9 -856 1056 11 -859 1048 11 -860 1083 -30 -861 1080 -9 -864 1032 -9 -864 1089 -30 -864 1104 -30 -869 1032 -30 - -# debris -Static 0x0C2F -761 1034 -30 -776 1088 -30 -777 1103 -30 -781 1108 -30 -782 1056 -10 -788 1065 11 -792 1088 -30 -794 1097 -30 -797 1081 -30 -809 1061 -30 -840 1056 -30 -840 1064 -30 -841 1064 -30 -841 1065 -30 -856 1057 -9 -857 1005 -30 -859 1035 -30 -860 1104 -9 -860 1107 -30 -864 1056 -9 -867 1039 -30 - -# debris -Static 0x0C30 -761 1034 -30 -763 1036 -30 -779 1089 -30 -789 1064 11 -796 1096 -30 -797 1080 -30 -798 1081 -30 -801 1056 -9 -801 1096 -30 -803 1061 -30 -806 1057 -30 -809 1061 -30 -811 1064 -30 -833 1051 -30 -840 1064 -30 -840 1065 -30 -841 1056 -30 -841 1065 -30 -856 1042 -9 -856 1045 -9 -856 1056 11 -856 1057 -9 -856 1061 11 -858 1005 -30 -859 1032 -30 -859 1048 11 -860 1105 -9 -860 1107 -30 -863 1104 -30 -864 1032 -30 -864 1056 -9 -864 1100 -9 -864 1103 -30 -865 1045 -30 -867 1039 -30 - -# sheets -Static 0x0C31 -865 1059 -30 - -# sheets -Static 0x0C32 -865 1058 -30 - -# sheets -Static 0x0C33 -868 1058 -30 - -# sheets -Static 0x0C34 -867 1058 -30 - -# sheets -Static 0x0C35 -868 1057 -30 - -# sheets -Static 0x0C36 -867 1057 -30 - -# untrimmed hedge -Static 0x0C92 -815 1091 -30 -815 1092 -30 -815 1093 -30 -815 1094 -30 -815 1095 -30 -815 1096 -30 -815 1097 -30 -815 1098 -30 -815 1102 -30 -815 1103 -30 -815 1104 -30 -815 1105 -30 -815 1106 -30 -815 1107 -30 -815 1108 -30 -815 1109 -30 -824 1091 -30 -824 1092 -30 -824 1093 -30 -824 1094 -30 -824 1095 -30 -824 1096 -30 -824 1097 -30 -824 1098 -30 -824 1102 -30 -824 1103 -30 -824 1104 -30 -824 1105 -30 -824 1106 -30 -824 1107 -30 -824 1108 -30 -824 1109 -30 - -# chess board -ChessBoard 0x0FA6 -763 1149 -24 -764 1144 -24 - -# dice and cup -Dices 0x0FA7 -763 1137 -23 - -# backgammon game -Backgammon 0x0FAD -757 1147 -24 - -# barrel -Static 0x0FAE -784 1066 -30 -784 1066 -25 -784 1066 -20 -784 1067 -30 -784 1067 -25 -784 1068 -30 -784 1068 -25 -784 1068 -20 -784 1069 -30 -784 1070 -30 -796 1056 -30 -796 1056 -25 -796 1056 -20 -797 1056 -30 -797 1056 -25 -797 1056 -20 -798 1056 -30 -798 1056 -25 -798 1056 -20 - -# anvil -AnvilSouthAddon 0x0FB0 -764 1152 -30 - -# forge -SmallForgeAddon 0x0FB1 -765 1152 -30 - -# garbage -Static 0x10EE -759 1110 -30 -761 1033 -30 -765 1046 -30 -766 1034 -30 -767 1052 -30 -769 1109 -30 -771 1084 -30 -771 1115 -30 -772 1035 -30 -772 1096 -30 -773 1044 -30 -774 1034 -30 -775 1074 -30 -779 1059 -30 -779 1106 -30 -780 1066 -8 -782 1089 -30 -785 1057 -8 -786 1059 -30 -786 1079 -30 -789 1067 -30 -790 1071 -30 -791 1064 -8 -791 1084 -10 -795 1065 -8 -795 1084 -30 -796 1092 -30 -797 1063 -30 -797 1102 -30 -800 1081 -30 -800 1099 -30 -802 1061 -9 -802 1104 -30 -804 1060 -30 -806 1064 -30 -807 1027 -30 -807 1079 -30 -809 1072 -30 -810 1109 -30 -812 1085 -30 -812 1102 -30 -813 1075 -30 -814 1056 -30 -819 1030 -30 -819 1068 -30 -819 1108 -30 -820 1072 -30 -821 1048 -30 -821 1095 -30 -821 1111 -30 -824 1040 -30 -824 1043 -30 -826 1080 -30 -827 1073 -30 -828 1038 -30 -829 1104 -30 -831 1059 -30 -831 1103 -30 -833 1073 -30 -835 1034 -30 -837 1039 -30 -842 1110 -9 -845 1038 -30 -847 1083 -9 -848 1093 -9 -848 1104 -9 -853 1117 -30 -854 1072 -30 -859 1041 -10 -859 1058 -9 -860 1062 -30 -860 1067 -9 -860 1110 -30 -862 1039 11 -862 1042 -30 -862 1048 -30 -863 1058 11 -865 1084 -30 -866 1070 -30 -866 1107 -30 -867 1033 -30 -867 1042 -10 -867 1060 -30 -867 1063 -9 -867 1067 -30 -867 1092 -30 -867 1092 -9 -867 1104 -30 -868 1083 -9 -868 1103 -9 -869 1082 -30 -869 1113 -30 -870 1096 -30 -871 1097 -9 -873 1078 -30 -874 1075 -30 -874 1117 -30 -876 1095 -30 -878 1063 -30 -879 1106 -30 - -# garbage -Static 0x10EF -759 1107 -30 -761 1030 -30 -761 1113 -30 -763 1036 -30 -764 1037 -30 -765 1043 -30 -767 1049 -30 -767 1112 -30 -769 1055 -30 -770 1038 -30 -770 1099 -30 -771 1047 -30 -771 1081 -30 -771 1112 -30 -772 1037 -30 -773 1077 -30 -773 1087 -30 -773 1118 -30 -778 1068 -30 -780 1063 -8 -780 1092 -30 -782 1069 -8 -783 1060 -8 -784 1082 -30 -788 1074 -30 -789 1064 -30 -789 1067 -8 -789 1087 -10 -791 1070 -30 -795 1062 -8 -795 1066 -30 -795 1081 -30 -795 1085 -30 -797 1068 -8 -797 1087 -30 -797 1099 -30 -799 1105 -30 -800 1107 -30 -801 1090 -30 -804 1057 -30 -804 1067 -30 -805 1082 -30 -806 1063 -30 -807 1024 -30 -807 1075 -30 -809 1030 -30 -810 1105 -30 -810 1106 -30 -812 1059 -30 -812 1112 -30 -817 1071 -30 -819 1027 -30 -819 1051 -30 -819 1105 -30 -819 1114 -30 -821 1033 -30 -821 1092 -30 -821 1111 -30 -822 1043 -30 -822 1046 -30 -823 1098 -30 -828 1035 -30 -829 1101 -30 -829 1106 -30 -830 1041 -30 -831 1056 -30 -831 1076 -30 -831 1107 -30 -833 1037 -30 -833 1062 -30 -837 1036 -30 -839 1042 -30 -843 1041 -30 -845 1086 -9 -846 1096 -9 -846 1107 -9 -852 1075 -30 -853 1114 -30 -855 1120 -30 -858 1113 -30 -859 1038 -10 -860 1042 11 -860 1051 -30 -860 1059 -30 -860 1064 -9 -861 1044 -10 -861 1061 11 -862 1039 -30 -862 1065 -30 -862 1070 -9 -864 1045 -30 -864 1073 -30 -865 1036 -30 -865 1063 -30 -865 1081 -30 -865 1107 -30 -866 1086 -9 -866 1104 -30 -866 1106 -9 -867 1039 -10 -867 1060 -9 -867 1064 -30 -867 1085 -30 -867 1087 -30 -867 1089 -30 -867 1089 -9 -867 1116 -30 -868 1099 -30 -868 1110 -30 -869 1045 -10 -869 1066 -9 -869 1070 -30 -869 1095 -30 -869 1095 -9 -869 1100 -9 -873 1075 -30 -874 1072 -30 -874 1114 -30 -875 1081 -30 -876 1066 -30 -876 1078 -30 -876 1092 -30 -876 1120 -30 -878 1098 -30 -879 1103 -30 -881 1109 -30 - -# garbage -Static 0x10F0 -761 1037 -30 -764 1112 -30 -767 1038 -30 -767 1099 -30 -768 1047 -30 -769 1037 -30 -770 1077 -30 -777 1092 -30 -778 1063 -30 -779 1063 -30 -780 1060 -8 -781 1082 -30 -784 1057 -30 -785 1074 -30 -786 1067 -8 -786 1087 -10 -787 1059 -30 -792 1066 -30 -797 1107 -30 -801 1067 -30 -802 1082 -30 -804 1075 -30 -807 1105 -30 -809 1059 -30 -814 1071 -30 -816 1051 -30 -816 1114 -30 -819 1043 -30 -819 1046 -30 -826 1106 -30 -828 1076 -30 -830 1037 -30 -840 1041 -30 -842 1086 -9 -843 1096 -9 -843 1107 -9 -849 1075 -30 -855 1113 -30 -857 1042 11 -857 1051 -30 -858 1061 11 -861 1073 -30 -862 1036 -30 -862 1063 -30 -862 1083 -9 -862 1107 -30 -863 1059 -9 -863 1083 -9 -863 1086 -9 -863 1106 -9 -864 1085 -30 -864 1116 -30 -865 1099 -30 -866 1100 -9 -873 1066 -30 - -# garbage -Static 0x10F1 -757 1109 -30 -757 1111 -30 -759 1032 -30 -759 1034 -30 -762 1110 -30 -763 1040 -30 -763 1045 -30 -763 1047 -30 -764 1033 -30 -765 1051 -30 -765 1053 -30 -766 1115 -30 -768 1046 -30 -769 1041 -30 -769 1083 -30 -769 1085 -30 -769 1102 -30 -769 1114 -30 -769 1116 -30 -770 1050 -30 -770 1052 -30 -771 1040 -30 -772 1080 -30 -774 1084 -30 -774 1115 -30 -778 1065 -8 -778 1067 -8 -779 1095 -30 -781 1067 -30 -782 1063 -8 -783 1066 -8 -783 1085 -30 -787 1066 -30 -787 1068 -30 -787 1077 -30 -788 1070 -8 -788 1090 -10 -792 1067 -30 -793 1064 -8 -793 1066 -8 -793 1083 -30 -793 1085 -30 -794 1069 -30 -795 1101 -30 -795 1103 -30 -798 1065 -8 -798 1084 -30 -799 1110 -30 -800 1102 -30 -802 1059 -30 -802 1061 -30 -803 1070 -30 -804 1085 -30 -805 1026 -30 -805 1028 -30 -806 1078 -30 -807 1060 -30 -808 1108 -30 -808 1110 -30 -809 1108 -30 -810 1027 -30 -811 1062 -30 -813 1109 -30 -816 1074 -30 -817 1029 -30 -817 1031 -30 -817 1107 -30 -817 1109 -30 -818 1054 -30 -818 1117 -30 -819 1094 -30 -819 1096 -30 -821 1046 -30 -821 1049 -30 -822 1030 -30 -822 1108 -30 -824 1095 -30 -826 1037 -30 -826 1039 -30 -827 1103 -30 -827 1105 -30 -828 1109 -30 -829 1058 -30 -829 1060 -30 -830 1079 -30 -831 1038 -30 -832 1040 -30 -832 1104 -30 -834 1059 -30 -835 1038 -30 -835 1040 -30 -840 1039 -30 -842 1044 -30 -844 1089 -9 -845 1099 -9 -845 1110 -9 -851 1078 -30 -851 1116 -30 -851 1118 -30 -856 1117 -30 -857 1040 -10 -857 1042 -10 -857 1116 -30 -858 1061 -30 -858 1063 -30 -858 1066 -9 -858 1068 -9 -859 1045 11 -859 1054 -30 -860 1041 -30 -860 1043 -30 -860 1064 11 -862 1041 -10 -863 1062 -30 -863 1067 -9 -863 1076 -30 -863 1082 -9 -863 1083 -30 -863 1085 -30 -864 1039 -30 -864 1066 -30 -864 1106 -30 -864 1108 -30 -864 1110 -30 -865 1041 -10 -865 1042 -30 -865 1043 -10 -865 1062 -9 -865 1064 -9 -865 1066 -30 -865 1068 -30 -865 1089 -9 -865 1091 -30 -865 1091 -9 -865 1093 -30 -865 1093 -9 -865 1109 -9 -866 1088 -30 -866 1119 -30 -867 1102 -30 -868 1084 -30 -868 1103 -9 -869 1107 -30 -870 1042 -10 -870 1063 -9 -870 1067 -30 -870 1092 -30 -870 1092 -9 -871 1077 -30 -871 1079 -30 -872 1074 -30 -872 1076 -30 -872 1116 -30 -872 1118 -30 -874 1094 -30 -874 1096 -30 -875 1069 -30 -876 1078 -30 -877 1075 -30 -877 1105 -30 -877 1107 -30 -877 1117 -30 -879 1095 -30 -882 1106 -30 - -# pile of garbage -Static 0x10F2 -776 1098 -30 -792 1103 -30 -798 1080 -30 -848 1104 -9 -860 1080 -30 -868 1056 -9 - -# pile of garbage -Static 0x10F3 -800 1065 -9 -856 1038 -9 -857 1066 -9 -858 1038 -9 -861 1104 -9 -862 1080 -30 - -# water barrel -Static 0x154D -792 1063 -30 - -# bellows -Static 0x1986 -800 1059 -30 - -# forge -Static 0x198A -800 1060 -30 - -# forge -Static 0x198E -800 1061 -30 - -# bellows -Static 0x1992 -800 1067 -30 - -# forge -Static 0x1996 -800 1066 -30 - -# forge -Static 0x199A -800 1065 -30 - -# keg -Static 0x1AD6 -792 1057 -30 -792 1057 -27 - -# keg -Static 0x1AD7 -792 1057 -24 - -# skull -Static 0x1AE0 -779 1066 -30 - -# skull -Static 0x1AE2 -794 1088 -30 -864 1034 -30 - -# skull -Static 0x1AE3 -793 1060 -10 - -# bone pile -Static 0x1B09 -800 1064 -30 -843 1058 -30 -846 1073 -30 -858 1051 -30 -860 1057 -30 -869 1022 -30 - -# bone pile -Static 0x1B0A -764 1040 -30 -801 1066 11 -803 1066 -9 -834 1053 -30 -841 1095 -10 -843 1081 -10 -860 1009 -30 - -# bone pile -Static 0x1B0B -777 1062 -10 -856 1064 -30 - -# bone pile -Static 0x1B0C -853 1101 -30 - -# bone pile -Static 0x1B0D -790 1092 -10 -819 1083 -30 -851 1095 -9 -863 1043 11 -863 1066 -30 - -# bone pile -Static 0x1B0E -793 1098 -30 -794 1090 -30 -866 1057 -30 - -# bone pile -Static 0x1B0F -809 1059 -30 -844 1068 -30 - -# bone pile -Static 0x1B10 -788 1056 -10 -788 1061 -30 -791 1060 11 -835 1068 -30 -840 1061 -30 -854 1081 -30 -858 1059 11 -860 1045 -30 -860 1068 -30 -860 1108 -9 -861 1045 -30 -865 1091 -9 - -# bone -Static 0x1B11 -784 1057 -10 -796 1058 -10 -796 1060 -10 -819 1076 -30 -847 1070 -30 -859 1049 -30 -865 1037 -30 -865 1104 -9 - -# bone -Static 0x1B12 -794 1059 -10 -835 1055 -30 -836 1060 -30 - -# jaw bone -Static 0x1B13 -792 1059 -10 -867 1102 -9 - -# pelvis bone -Static 0x1B15 -795 1060 -10 -852 1021 -30 - -# rib cage -Static 0x1B17 -779 1061 -30 -784 1061 -10 -795 1059 -10 -796 1107 -30 -816 1079 -30 -835 1063 -30 -840 1070 -30 -842 1090 -9 -856 1094 -9 -863 1013 -30 -865 1038 -30 -868 1107 -9 - -# rib cage -Static 0x1B18 -781 1107 -30 -802 1083 -30 -849 1098 -30 -850 1068 -30 -854 1110 -30 -871 1116 -30 - -# bone shards -Static 0x1B19 -777 1058 -30 -778 1098 -30 -781 1084 -10 -792 1106 -24 -822 1084 -30 -853 1015 -30 -863 1034 -30 -867 1095 -9 - -# bone shards -Static 0x1B1A -781 1067 -10 -797 1083 -30 -858 1041 -30 -862 1060 -30 - -# spine -Static 0x1B1B -786 1090 -30 -796 1059 -10 -798 1097 -30 -799 1090 -30 -802 1068 -30 -841 1101 -9 -854 1074 -30 -855 1092 -30 -860 1047 11 - -# spine -Static 0x1B1C -822 1076 -30 - -# leaves -Static 0x1B1F -814 1090 -30 -815 1099 -30 -816 1088 -30 - -# leaves -Static 0x1B20 -808 1081 -30 -815 1112 -30 -816 1100 -30 -823 1101 -30 - -# leaves -Static 0x1B21 -808 1066 -30 - -# leaves -Static 0x1B22 -808 1065 -30 -823 1100 -30 - -# leaves -Static 0x1B23 -804 1088 -30 -805 1088 -30 -808 1064 -30 -809 1081 -30 -810 1087 -30 -824 1088 -30 -824 1101 -30 -824 1112 -30 -825 1091 -30 -825 1111 -30 - -# leaves -Static 0x1B25 -808 1064 -30 -808 1080 -30 -809 1064 -30 -814 1099 -30 -815 1101 -30 -815 1110 -30 -823 1090 -30 - -# leaves -Static 0x1B26 -808 1079 -30 -808 1081 -30 -814 1089 -30 -815 1090 -30 -816 1111 -30 -823 1110 -30 - -# refuse -Static 0x1BB4 -799 1096 -30 -856 1067 -9 -860 1085 -30 -869 1056 -9 -869 1080 -9 - -# refuse -Static 0x1BB6 -857 1038 -9 -861 1080 -30 - -# refuse -Static 0x1BB8 -856 1066 -9 - -# broken barrel -Static 0x1DB3 -794 1061 -30 - -# broken barrel -Static 0x1DB4 -794 1060 -30 - -# broken barrel -Static 0x1DB5 -793 1060 -30 - -# broken barrel -Static 0x1DB6 -793 1061 -30 - -# book -Static 0x1E20 -776 1066 -9 -800 1104 -30 -867 1036 -30 -868 1082 -30 - -# books -Static 0x1E21 -796 1104 -30 -799 1089 -30 -844 1093 -9 -860 1039 -30 -861 1085 -30 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Ilshenar/patches.cfg b/Distribution/Data/Decoration/Ilshenar/patches.cfg deleted file mode 100644 index c6100b863..000000000 --- a/Distribution/Data/Decoration/Ilshenar/patches.cfg +++ /dev/null @@ -1,27 +0,0 @@ -# invisible tile, can walk over -Static 0x2198 -827 777 -80 -828 777 -80 -829 777 -80 -827 778 -80 -828 778 -80 -829 778 -80 -827 779 -80 -828 779 -80 -829 779 -80 -1978 114 -28 -1979 114 -28 -1980 114 -28 -1981 114 -28 -1978 115 -28 -1979 115 -28 -1980 115 -28 -1981 115 -28 -1978 116 -28 -1979 116 -28 -1980 116 -28 -1981 116 -28 -1978 117 -28 -1979 117 -28 -1980 117 -28 -1981 117 -28 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Ilshenar/ratfortress.cfg b/Distribution/Data/Decoration/Ilshenar/ratfortress.cfg deleted file mode 100644 index 6b464215f..000000000 --- a/Distribution/Data/Decoration/Ilshenar/ratfortress.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# metal door -MetalDoor 0x0675 (Facing=WestCW) -642 843 -54 -645 830 -44 - -# metal door -MetalDoor 0x0677 (Facing=EastCCW) -637 816 -44 -643 843 -54 - -# rattan door -RattanDoor 0x0697 (Facing=EastCCW) -646 830 -44 - -# wooden door -StrongWoodDoor 0x06E7 (Facing=EastCCW) -646 816 -44 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Ilshenar/savagecamp.cfg b/Distribution/Data/Decoration/Ilshenar/savagecamp.cfg deleted file mode 100644 index 20e6f6d32..000000000 --- a/Distribution/Data/Decoration/Ilshenar/savagecamp.cfg +++ /dev/null @@ -1,52 +0,0 @@ -# tribal berry -TribalBerry 0x09D0 -1258 752 -74 -1259 752 -72 -1264 752 -74 -1267 752 -73 - -# tribal paint -TribalPaint 0x09EC -1259 765 -74 - -# horse dung -Static 0x0F3B -1276 785 -80 - -# horse dung -Static 0x0F3C -1287 777 -80 - -# spear -Static 0x0F62 -1270 756 -71 -1270 756 -70 - -# mask of orcish kin -OrcishKinMask 0x141B -1255 755 -74 -1255 760 -74 -1255 761 -74 - -# tribal mask -SavageMask 0x154B (Hue=0x84C) -1248 702 -74 -1258 765 -74 - -# tribal mask -SavageMask 0x154B (Hue=0x84E) -1260 765 -74 - -# tribal mask -SavageMask 0x154C (Hue=0x845) -1266 765 -74 - -# tribal mask -SavageMask 0x154C (Hue=0x851) -1257 765 -74 - -# bolas -Bola 0x26AC -1211 742 -74 -1217 740 -74 -1270 762 -74 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Ilshenar/shrines.cfg b/Distribution/Data/Decoration/Ilshenar/shrines.cfg deleted file mode 100644 index d2e2fccda..000000000 --- a/Distribution/Data/Decoration/Ilshenar/shrines.cfg +++ /dev/null @@ -1,28 +0,0 @@ -# Compassion -AnkhWest 0x0003 -1209 476 -14 - -# Honesty -AnkhNorth 0x0004 -718 1350 -55 - -# Humility -AnkhWest 0x0003 -286 1013 5 - -# Justice -AnkhNorth 0x0004 -986 996 -22 - -# Sacrifice -AnkhWest 0x0003 -1170 1287 -30 - -# Spirituality -AnkhWest 0x0003 -1525 1340 4 - -# Valor -AnkhNorth 0x0004 -524 211 -49 -532 211 -44 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Ilshenar/vinculuminn.cfg b/Distribution/Data/Decoration/Ilshenar/vinculuminn.cfg deleted file mode 100644 index e12b297d0..000000000 --- a/Distribution/Data/Decoration/Ilshenar/vinculuminn.cfg +++ /dev/null @@ -1,27 +0,0 @@ -# chest of drawers -Drawer 0x0A34 -658 662 -15 - -# The Deuce's Vinculum Inn -LocalizedSign 0x0BC4 (LabelNumber=1016297) -667 680 -24 - -# skull with candle -CandleSkull 0x1853 (Unlit) -658 675 -29 -663 672 -30 -664 670 -29 -666 676 -29 -668 672 -30 -670 675 -29 - -# skull with candle -CandleSkull 0x1854 -660 661 -29 - -# skull with candle -CandleSkull 0x1857 (Unlit) -659 670 -29 -662 676 -29 -666 661 -29 -669 670 -29 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Ilshenar/wispdungeon.cfg b/Distribution/Data/Decoration/Ilshenar/wispdungeon.cfg deleted file mode 100644 index 1d8159f94..000000000 --- a/Distribution/Data/Decoration/Ilshenar/wispdungeon.cfg +++ /dev/null @@ -1,520 +0,0 @@ -##################### -# Friendly Entrance # -##################### - -# ankh -AnkhWest 0x0003 -286 1013 5 - -# metal door -MetalDoor 0x0675 (Facing=WestCW; Hue=0x451) -659 1535 -28 - -# metal door -MetalDoor 0x0677 (Facing=EastCCW; Hue=0x451) -660 1535 -28 - -# metal door -MetalDoor 0x0679 (Facing=WestCCW; Hue=0x482) -699 1527 -28 - -# metal door -MetalDoor 0x067B (Facing=EastCW; Hue=0x482) -700 1527 -28 - -# metal door -MetalDoor 0x0681 (Facing=SouthCCW; Hue=0x482) -703 1572 -28 - -# metal door -MetalDoor 0x0683 (Facing=NorthCW; Hue=0x482) -703 1571 -28 - -# bookcase -FullBookcase 0x0A97 -659 1521 -28 -661 1521 -28 - -# bookcase -FullBookcase 0x0A98 -660 1521 -28 - -# bookcase -FullBookcase 0x0A99 -657 1525 -28 -657 1527 -28 - -# bookcase -FullBookcase 0x0A9A -657 1524 -28 - -# bookcase -FullBookcase 0x0A9B -658 1521 -28 -662 1521 -28 - -# bookcase -FullBookcase 0x0A9C -657 1523 -28 -657 1526 -28 - -# wisp -LocalizedStatic 0x2100 (LabelNumber=1016453) -689 1566 -15 -689 1570 -15 -691 1513 -15 -694 1513 -15 -697 1513 -15 -700 1513 -15 -657 1501 -15 -657 1506 -15 -661 1497 -15 -649 1297 -14 -649 1300 -19 -654 1297 -14 -654 1300 -21 - -# wisp -LocalizedStatic 0x2100 (LabelNumber=1016454) -718 1553 -18 -719 1553 -10 -720 1553 -18 - -# wisp -LocalizedStatic 0x2100 (Hue=0x8AB; LabelNumber=1016453) -641 1531 -16 -666 1497 -15 - - -############### -# Evil Bowels # -############### - -# stone wall -Static 0x00C8 (Hue=0x964) -836 1471 -28 - -# stone wall -SecretStoneDoor1 0x00F6 (Facing=NorthCW; Hue=0x96F) -752 1549 -28 - -# metal door -MetalDoor 0x0675 (Facing=WestCW; Hue=0x89D) -851 1559 -28 -907 1464 -28 - -# metal door -MetalDoor 0x0677 (Facing=EastCCW; Hue=0x89D) -908 1464 -28 -852 1559 -28 - -# metal door -MetalDoor 0x067D (Facing=SouthCW; Hue=0x89D) -824 1475 -28 -872 1476 -28 - -# metal door -MetalDoor 0x067D (Facing=SouthCW; Hue=0x901) -872 1508 2 -879 1532 -28 - -# metal door -MetalDoor 0x067D (Facing=SouthCW; Hue=0x89E) -848 1476 -28 - -# metal door -MetalDoor 0x067F (Facing=NorthCCW; Hue=0x89D) -872 1475 -28 -824 1474 -28 - -# metal door -MetalDoor 0x067F (Facing=NorthCCW; Hue=0x901) -872 1507 2 -879 1531 -28 - -# metal door -MetalDoor 0x067F (Facing=NorthCCW; Hue=0x89E) -848 1475 -28 - -# small crate -SmallCrate 0x09A9 -817 1467 -28 -818 1468 -25 - -# metal chest -MetalChest 0x09AB -858 1561 -28 -859 1561 -28 -893 1497 2 -898 1553 -28 -899 1465 -28 -901 1553 -28 -905 1497 2 - -# metal chest -MetalChest 0x09AB (Hue=0x454) -776 1476 -28 - -# metal chest -MetalChest 0x09AB (Hue=0x455) -837 1465 -28 - -# metal chest -MetalChest 0x09AB (Hue=0x4E4) -761 1537 -28 - -# metal chest -MetalChest 0x09AB (Hue=0x66D) -760 1537 -28 -762 1537 -28 -776 1483 -28 -836 1465 -28 - -# eggs -EasterEggs 0x09B5 -964 1547 -29 - -# wall torch -Static 0x0A05 -817 1478 -14 -834 1467 -14 - -# wooden shelf -EmptyBookcase 0x0A9D (Hue=0x717) -958 1496 -28 - -# wooden shelf -EmptyBookcase 0x0A9D (Hue=0x718) -923 1553 -28 - -# wooden shelf -EmptyBookcase 0x0A9E (Hue=0x717) -953 1502 -28 - -# wooden shelf -EmptyBookcase 0x0A9E (Hue=0x718) -920 1558 -28 -920 1562 -28 - -# crate -LargeCrate 0x0E3C -817 1470 -25 -817 1473 -25 -817 1474 -22 -817 1475 -25 - -# crate -MediumCrate 0x0E3E -873 1521 -30 - -# metal chest -MetalGoldenChest 0x0E40 (Hue=0x4E4) -777 1575 -28 -784 1517 -28 -784 1578 -28 - -# metal chest -MetalGoldenChest 0x0E40 (Hue=0x66D) -777 1574 -28 -777 1576 -28 -784 1521 -28 -784 1574 -28 - -# metal chest -MetalGoldenChest 0x0E41 -827 1465 -28 -828 1465 -28 -829 1465 -28 - -# wooden chest -WoodenChest 0x0E42 -817 1476 -28 -817 1477 -28 -920 1565 -28 -929 1571 -28 -953 1478 -28 -953 1508 -28 -953 1532 -28 -953 1539 -28 -961 1549 -29 -961 1558 -28 - -# wooden chest -WoodenChest 0x0E43 -926 1553 -27 -955 1496 -28 -955 1527 -27 -958 1552 -28 -961 1464 -28 -972 1480 -30 - -# metal chest -MetalChest 0x0E7C -865 1539 -28 -873 1469 -28 -873 1577 -28 -873 1579 -28 -889 1500 2 -889 1517 2 - -# metal chest -MetalChest 0x0E7C (Hue=0x454) -772 1482 -28 -779 1482 -28 - -# metal chest -MetalChest 0x0E7C (Hue=0x466) -834 1468 -28 - -# metal chest -MetalChest 0x0E7C (Hue=0x4E4) -753 1544 -28 -777 1520 -28 -777 1522 -28 - -# metal chest -MetalChest 0x0E7C (Hue=0x66D) -753 1545 -28 -772 1478 -28 -777 1519 -28 -777 1521 -28 -777 1523 -28 -779 1478 -28 - -# metal chest -MetalChest 0x0E7C (Hue=0x89F) -834 1467 -28 - -# metal chest -MetalChest 0x0E7C (Hue=0x8AB) -834 1469 -28 - -# keg -Static 0x0E7F -974 1484 -28 - -# cleaver -Static 0x0EC3 -874 1524 -22 - -# gravestone -LocalizedStatic 0x0ED4 (LabelNumber=1016086; Hue=0x835) -877 1561 -23 - -# gravestone -LocalizedStatic 0x0ED4 (LabelNumber=1016423; Hue=0x835) -883 1555 -23 - -# gravestone -LocalizedStatic 0x0ED5 (LabelNumber=1016150; Hue=0x835) -875 1563 -23 - -# gravestone -LocalizedStatic 0x0ED5 (LabelNumber=1016381; Hue=0x835) -879 1559 -23 - -# gravestone -LocalizedStatic 0x0ED5 (LabelNumber=1016210; Hue=0x835) -881 1557 -23 - -# barrel -Static 0x0FAE -821 1475 -28 -821 1475 -22 -821 1475 -16 -821 1476 -22 -822 1475 -22 -822 1475 -16 -822 1476 -22 -968 1484 -28 - -# tapestry -Static 0x0FE3 -825 1488 -28 - -# tapestry -Static 0x0FE4 -825 1486 -28 - -# gravestone -LocalizedStatic 0x1174 (LabelNumber=1016508;Hue=0x963) -898 1508 2 -901 1508 2 - -# statue -LocalizedStatic 0x1227 (LabelNumber=1016466) -874 1558 -8 - -# statue -LocalizedStatic 0x1227 (LabelNumber=1016467) -878 1554 -8 - -# melted wax -MeltedWax 0x122A -873 1570 -17 -879 1570 -23 -890 1570 -28 - -# melted wax -MeltedWax 0x122B -893 1573 -28 - -# melted wax -MeltedWax 0x122C -875 1570 -24 -879 1573 -26 -880 1572 -23 -893 1570 -28 - -# melted wax -MeltedWax 0x122D -878 1572 -23 - -# melted wax -MeltedWax 0x122E -873 1572 -17 -874 1570 -24 -878 1570 -24 -880 1571 -24 -890 1573 -28 - -# bust -Static 0x12CA -874 1554 -2 - -# statue -LocalizedStatic 0x139A (LabelNumber=1016468) -876 1556 -6 - -# earrings -Static 0x1F07 -858 1572 -22 - -# necklace -Static 0x1F08 -849 1566 -22 -849 1566 -21 -849 1567 -22 -849 1568 -22 - -# necklace -Static 0x1F08 (Hue=0x455) -850 1570 -22 -860 1570 -28 - -# silver necklace -Static 0x1F0A -850 1565 -21 -855 1572 -22 -858 1573 -22 - -# wisp -LocalizedStatic 0x2100 (LabelNumber=1016452; Hue=0x964) -890 1498 14 -890 1515 14 -896 1504 14 -896 1511 14 -903 1504 14 -903 1511 14 -907 1498 14 -907 1515 14 - -# wisp -LocalizedStatic 0x2100 (LabelNumber=1016452; Hue=0x966) -849 1562 -16 -849 1572 -16 -861 1562 -16 -861 1572 -16 -873 1567 -16 -873 1575 -16 -873 1582 -16 -880 1582 -16 -888 1553 -16 -888 1582 -16 -889 1555 -16 -889 1557 -16 -889 1559 -16 -894 1554 -16 -894 1556 -16 -894 1558 -16 -895 1553 -16 -896 1582 -16 -902 1559 -16 -902 1567 -16 -902 1575 -16 - -# no draw -Blocker 0x21A4 -777 1546 -28 -777 1549 -28 -778 1540 -28 -778 1542 -28 -778 1553 -28 -778 1555 -28 -780 1540 -28 -780 1542 -28 -780 1545 -28 -780 1547 -28 -780 1549 -28 -780 1551 -28 -780 1553 -28 -780 1555 -28 -782 1537 -28 -782 1539 -28 -782 1541 -28 -782 1543 -28 -782 1545 -28 -782 1547 -28 -782 1549 -28 -782 1551 -28 -782 1553 -28 -782 1555 -28 -784 1537 -28 -784 1539 -28 -784 1541 -28 -784 1543 -28 -784 1545 -28 -784 1547 -28 -784 1549 -28 -784 1551 -28 -784 1553 -28 -784 1555 -28 -786 1537 -28 -786 1539 -28 -786 1541 -28 -786 1543 -28 -786 1545 -28 -786 1547 -28 -786 1549 -28 -786 1551 -28 -786 1553 -28 -786 1555 -28 -788 1537 -28 -788 1539 -28 -788 1541 -28 -788 1543 -28 -788 1545 -28 -788 1547 -28 -788 1551 -28 -788 1553 -28 -788 1555 -28 -788 1557 -28 -790 1545 -28 -790 1547 -28 -790 1551 -28 -790 1553 -28 -790 1555 -28 -790 1557 -28 -791 1551 -28 -844 1433 -28 -844 1438 -28 -845 1433 -28 -845 1438 -28 -846 1433 -28 -846 1438 -28 -847 1433 -28 -847 1438 -28 -848 1432 -28 -848 1433 -28 -848 1438 -28 -848 1439 -28 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Malas/_luna.cfg b/Distribution/Data/Decoration/Malas/_luna.cfg deleted file mode 100644 index 2bf8a4d10..000000000 --- a/Distribution/Data/Decoration/Malas/_luna.cfg +++ /dev/null @@ -1,184 +0,0 @@ -# wooden door -DarkWoodDoor 0x06AD (Facing=SouthCW) -989 519 -30 -999 527 -50 - -# wooden door -DarkWoodDoor 0x06AF (Facing=NorthCCW) -999 512 -50 -989 518 -30 - -# wooden door -DarkWoodDoor 0x06A7 (Facing=EastCCW) -991 522 -30 -978 522 -50 -1002 522 -50 -1002 522 -30 - -# backpack -Backpack 0x0E75 -992 509 -47 - -# bookcase -LibraryBookcase 0x0A9B -950 493 -30 -951 498 -30 -953 493 -30 -952 496 -30 -952 498 -30 -953 496 -30 -986 525 -30 -1004 523 -50 - -# wooden shelf -EmptyBookcase 0x0A9E (Hue=0x47E) -947 496 -70 -947 498 -70 -947 499 -70 -947 540 -70 -947 542 -70 -948 543 -30 -949 541 -50 -947 544 -70 -1022 494 -50 -1022 495 -50 -1022 543 -70 -1022 544 -70 -1024 499 -50 -949 543 -50 -1024 500 -50 - -# empty tub -Static 0x0E83 (Hue=0x47E) -947 497 -70 - -# barrel -Barrel 0x0FAE (Hue=0x47E) -947 538 -70 -948 538 -70 -1028 541 -70 -1028 542 -64 -1028 542 -70 - -# wooden shelf -EmptyBookcase 0x0A9D (Hue=0x47E) -954 538 -30 -1025 493 -30 -1028 493 -30 -1026 538 -30 - -# forge -SmallForgeAddon 0x0FB1 -974 509 -50 -977 509 -50 - -# anvil -AnvilSouthAddon 0x0FB0 -975 509 -50 -976 509 -50 - -# anvil -AnvilEastAddon 0x0FAF -973 513 -50 - -# bellows -Static 0x1986 -973 514 -50 - -# forge -Static 0x198A -973 515 -50 - -# forge -Static 0x198E -973 516 -50 - -# metal chest -MetalChest 0x09AB (Hue=0x47E) -987 516 -44 -993 516 -44 -994 516 -44 -1004 509 -30 - -# metal chest -Metalchest 0x0E7C (Hue=0x47E) -985 523 -40 -985 523 -45 -985 523 -50 - -# dresser -Static 0x0A3D -987 525 -30 - -# dresser -Static 0x0A3C -988 525 -30 - -# armoire -Armoire 0x0A4F -999 523 -30 -1001 523 -30 - -# chest of drawers -Drawer 0x0A34 -996 530 -30 - -# bookcase -LibraryBookcase 0x0A99 -1000 524 -50 -1000 525 -50 -1000 529 -50 -1000 530 -50 - -# barrel -Barrel 0x0E77 (Hue=0x47E) -1022 538 -70 -1022 538 -64 -1022 539 -70 -1022 540 -70 -1023 538 -70 - -# spinning wheel -SpinningWheelSouthAddon 0x1015 -973 530 -50 - -# upright loom -LoomSouthAddon 0x1065 -975 523 -50 - -# wooden door -DarkWoodDoor 0x06AB (Facing=EastCW) -978 517 -50 -994 516 -30 - -# wooden door -DarkWoodDoor 0x06B3 (Facing=NorthCW) -980 527 -50 - -# wooden door -DarkWoodDoor 0x06B1 (Facing=SouthCCW) -980 512 -50 - -# wooden door -LightWoodDoor 0x06D5 (Facing=WestCW) -926 642 -90 - -# Bakery -LocalizedSign 0x0BA3 (LabelNumber=1061836) -962 633 -90 - -# Tavern -LocalizedSign 0x0BC3 (LabelNumber=1061835) -962 641 -90 - -# wooden door -LightWoodDoor 0x06D7 (Facing=EastCCW) -927 642 -90 - -# wooden gate -LightWoodGate 0x0843 (Facing=NorthCCW) -952 637 -90 - -# wooden door -LightWoodDoor 0x06DD (Facing=SouthCW) -928 637 -90 diff --git a/Distribution/Data/Decoration/Malas/_umbra.cfg b/Distribution/Data/Decoration/Malas/_umbra.cfg deleted file mode 100644 index 53cf9f440..000000000 --- a/Distribution/Data/Decoration/Malas/_umbra.cfg +++ /dev/null @@ -1,96 +0,0 @@ -# spinning wheel -SpinningWheelSouthAddon 0x1015 -2088 1318 -80 - -# upright loom -LoomEastAddon 0x1060 -2088 1326 -80 -2088 1329 -80 - -# wooden door -StrongWoodDoor 0x06EB (Hue=0x497; Facing=EastCW) -2038 1320 -85 -2041 1321 -85 - -# oven -StoneOvenEastAddon 0x092C (Hue=0x44E) -2015 1360 -90 - -# training dummy -TrainingDummy 0x1074 (Hue=0x44F) -1961 1339 -75 -1977 1307 -75 - -# wooden bench -WoodenBench 0x0B2D (Hue=0x1A) -2040 1326 -65 - -# wooden door -StrongWoodDoor 0x06EF (Hue=0x497; Facing=NorthCCW) -2036 1317 -85 -2036 1323 -65 - -# barrel -Barrel 0x0E77 (Hue=0x497) -2059 1281 -80 -2059 1280 -80 -2061 1290 -80 -2062 1291 -80 - -# metal chest -MetalGoldenChest 0x0E40 (Hue=0x497) -1975 1365 -74 -1975 1366 -74 -2034 1321 -65 - -# barrel -Static 0x0FAE (Hue=0x497) -1975 1369 -80 -1975 1370 -80 -1975 1370 -73 -1991 1315 -90 -2013 1365 -90 -2013 1366 -90 -2014 1366 -90 - -# stone wall -Static 0x005A (Hue=0x451) -1994 1325 -90 - -# chest of drawers -Drawer 0x0A2C (Hue=0x497) -2035 1311 -65 -2041 1311 -65 - -# metal chest -MetalGoldenChest 0x0E41 (Hue=0x497) -2033 1313 -65 -2039 1313 -65 - -# wooden door -StrongWoodDoor 0x06E5 (Hue=0x497; Facing=WestCW) -2035 1315 -65 -2040 1315 -65 - -# chest of drawers -Drawer 0x0A34 (Hue=0x497) -2032 1323 -65 - -# metal chest -MetalChest 0x09AB (Hue=0x455) -2042 1339 -80 -2043 1339 -80 -2048 1344 -80 -2048 1344 -76 - -# cleaver -Static 0x0EC3 -2066 1372 -74 - -# bottles of liquor -Static 0x099E -2028 1354 -81 - -# butcher knife -Static 0x13F7 -2070 1370 -74 diff --git a/Distribution/Data/Decoration/Malas/dark tides quest.cfg b/Distribution/Data/Decoration/Malas/dark tides quest.cfg deleted file mode 100644 index 118456147..000000000 --- a/Distribution/Data/Decoration/Malas/dark tides quest.cfg +++ /dev/null @@ -1,121 +0,0 @@ -# a magical teleporter -DarkTidesTeleporter 0x1822 -2105 1307 -50 -2018 1226 -90 -1068 458 -90 - -# Mardoth -Spawner 0x1F13 (Spawn=Mardoth; Count=1; HomeRange=0) -2110 1306 -50 - -# Maabus coffin -MaabusCoffin 0x0 (SpawnLocation=(2024, 1224, -90)) -2023 1223 -83 - -# Horus -Spawner 0x1F13 (Spawn=Horus; Count=1; HomeRange=0) -1192 513 -90 - -# Crystal cave barrier -CrystalCaveBarrier 0x3967 -1193 512 -90 -1194 512 -90 -1195 512 -90 -1196 512 -90 -1197 512 -90 - -# Kronus scroll box -KronusScrollBox 0xE80 -1185 451 -90 - -# Vault of secrets barrier -VaultOfSecretsBarrier 0x49E -1073 450 -90 -1073 451 -90 -1073 452 -90 -1078 450 -90 -1078 451 -90 -1078 452 -90 - -# metal chest -MetalChest 0x09AB (Hue=0x499) -1076 453 -84 -1076 449 -84 - -# Vault of secrets sign -LocalizedSign 0x0BD0 (Hue=0x482;LabelNumber=1060189) -1079 454 -84 - -# metal signpost -Static 0x0B9E - -# crate -MediumCrate 0x0E3E -1185 450 -90 -1185 450 -87 -1200 438 -87 -1203 439 -90 -1185 454 -87 - -# crate -MediumCrate 0x0E3F -1185 448 -90 -1186 439 -87 -1201 438 -87 -1194 447 -90 -1194 448 -90 - -# metal chest -MetalGoldenChest 0x0E40 (Hue=0x835) -1185 447 -90 -1184 446 -90 -1184 443 -86 - -# metal chest -MetalGoldenChest 0x0E41 (Hue=0x835) -1184 445 -90 -1188 437 -90 -1188 437 -86 -1189 437 -90 -1194 438 -90 - -# metal chest -MetalGoldenChest 0x0E40 -1184 444 -90 - -# metal chest -MetalGoldenChest 0x0E40 (Hue=0x849) -1184 443 -90 - -# bookcase -FullBookcase 0x0A9A -1185 440 -90 - -# crate -LargeCrate 0x0E3D -1186 439 -90 -1200 438 -90 -1201 438 -90 -1202 439 -90 -1202 439 -87 -1185 454 -90 -1185 453 -90 -1186 453 -87 -1186 453 -90 - -# metal chest -MetalGoldenChest 0x0E41 (Hue=0x849) -1188 437 -82 -1190 437 -90 - -# metal chest -MetalGoldenChest 0x0E41 (Hue=0x482) -1189 437 -86 - -# small fish -Static 0x0DD9 -1192 438 -90 - -# bookcase -FullBookcase 0x0A97 -1197 437 -90 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Malas/doom.cfg b/Distribution/Data/Decoration/Malas/doom.cfg deleted file mode 100644 index b19316875..000000000 --- a/Distribution/Data/Decoration/Malas/doom.cfg +++ /dev/null @@ -1,135 +0,0 @@ -# pedestal -Static 0x1F2A -467 92 -1 - -# alchemical symbol -Static 0x181D (Hue=0x482) -468 92 -1 - -# alchemical symbol -Static 0x1821 (Hue=0x3FD) -469 92 -1 - -# alchemical symbol -Static 0x1825 (Hue=0x66D) -470 92 -1 - -# metal door -MetalDoor 0x067D (Facing=SouthCW) -269 74 -1 -278 96 -1 -334 15 -1 -344 15 -1 - -# metal door -MetalDoor 0x067F (Facing=NorthCCW) -269 73 -1 -278 95 -1 -334 14 -1 -344 14 -1 - -# metal door -MetalDoor 0x0675 (Facing=WestCW) -308 88 -1 - -# metal door -MetalDoor 0x0677 (Facing=EastCCW) -309 88 -1 - -# lever -Static 0x108C (Hue=0x83E) -307 143 5 - -# lever -Static 0x1095 (Hue=0x83F) -308 143 5 - -# lever -Static 0x1095 (Hue=0x843) -309 143 5 -308 146 8 - -# lever -Static 0x1093 (Hue=0x845) -310 143 5 - -# lever -Static 0x108C (Hue=0x83D) -307 144 5 - -# lever -Static 0x108E (Hue=0x83E) -307 145 5 -311 144 9 - -# lever -Static 0x1093 (Hue=0x835) -309 146 8 - -# lever -Static 0x1093 (Hue=0x83B) -310 146 8 - -# lever -Static 0x108C (Hue=0x845) -311 145 9 - -# crumbling floor -FireColumnTrap 0x11C5 (Hue=0x455) -2347 1264 -110 -2347 1271 -110 -2340 1272 -110 -2340 1264 -110 - -# metal door -MetalDoor 0x0681 (Hue=0x455; Facing=SouthCCW) -2333 1269 -110 - -# metal door -MetalDoor 0x067F (Hue=0x455; Facing=NorthCW) -2333 1268 -110 - -# floor spikes -SpikeTrap 0x11A0 -378 140 1 -378 139 2 -379 140 -1 -384 138 4 -385 138 -2 - -# iron gate -IronGate 0x082C (Facing=SouthCW) -351 40 -1 - -# switch -Static 0x108F -351 47 10 - -# skinning knife -Static 0x0EC4 -445 15 5 -445 15 6 -453 15 5 -452 16 5 - -# skinning knife -Static 0x0EC5 -444 16 5 -449 16 5 -449 16 6 - -# floor spikes -SpikeTrap 0x119A -379 139 0 -383 138 3 -383 140 -2 -386 144 -1 - -# empty tub -Static 0x0E83 -385 28 -1 -387 28 -1 - -# iron gate -IronGateShort 0x084C (Facing=WestCW) -391 29 -1 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Malas/emino's undertaking quest.cfg b/Distribution/Data/Decoration/Malas/emino's undertaking quest.cfg deleted file mode 100644 index c4bd5a4ad..000000000 --- a/Distribution/Data/Decoration/Malas/emino's undertaking quest.cfg +++ /dev/null @@ -1,142 +0,0 @@ -# moongate -Static 0x1FD7 (Hue=0x3F1) -375 802 1 - -Teleporter 0x1BC3 (PointDest=(770, 1209, 25); MapDest=Tokuno) -375 802 1 - -# ankh -AnkhNorth 0x0004 (Hue=0xFA) -397 801 4 - -#Emino -Spawner 0x1F13 (Spawn=Emino; Count=1; HomeRange=0) -411 810 -1 - -#Zoel -Spawner 0x1F13 (Spawn=Zoel; Count=1; HomeRange=0) -388 817 -1 - -#Hidden figures -Spawner 0x1F13 (Spawn=HiddenFigure; Count=1; HomeRange=0) -403 1118 0 -405 1118 0 -403 1110 0 -403 1112 0 -403 1103 0 -404 1101 0 -419 1118 0 -418 1120 0 -419 1111 0 -418 1109 0 -419 1102 0 -418 1103 0 - -#Enshrouded figure -Spawner 0x1F13 (Spawn=EnshroudedFigure; Count=1; HomeRange=0) -403 1094 0 - -#Jedah Entille -Spawner 0x1F13 (Spawn=JedahEntille; Count=1; HomeRange=0) -404 1093 0 - -#Guardian barrier -GuardianBarrier 0x3967 -404 1140 0 -405 1140 0 -406 1140 0 -407 1140 0 -408 1140 0 -409 1140 0 - -# Green teleporters -GreenNinjaQuestTeleporter 0x051C -418 804 -1 - -Static 0x051C (Hue=0x17E) -412 1123 0 - -Teleporter 0x1BC3 (PointDest=(417, 806, -1)) -412 1123 0 - -# Blue teleporters -BlueNinjaQuestTeleporter 0x051C -423 805 -1 - -Static 0x051C (Hue=0x2) -411 1117 0 - -Teleporter 0x1BC3 (PointDest=(422, 806, -1)) -411 1117 0 - -# Red teleporter -Static 0x051C (Hue=0x21) -421 1092 0 - -Teleporter 0x1BC3 (PointDest=(391, 803, -1)) -421 1092 0 - -# White teleporters -WhiteNinjaQuestTeleporter 0x051C -392 802 -1 - -Static 0x051C (Hue=0x47E) -412 1086 0 - -Teleporter 0x1BC3 (PointDest=(391, 803, -1)) -412 1086 0 - -# wooden chest -EminosKatanaChest 0x0E42 -393 989 -15 - -# floor spikes -SpikeTrap 0x119A -418 1084 0 - -# floor saw -SawTrap 0x11AC -421 1077 0 - -# hole -FireColumnTrap 0x1B71 -403 1073 0 -410 1050 0 -408 1044 0 -409 1044 0 -410 1044 0 -411 1044 0 -412 1044 0 -413 1044 0 - -# haramaki-do -Static 0x2674 (Hue=0x48C) -409 1009 -13 - -# war mace -Static 0x1406 (Hue=0x47E) -409 1008 -13 - -# kabuto -Static 0x236D (Hue=0x48C) -409 1008 -13 - -# chest -OrnateWoodenChest 0x280D -436 999 -15 - -# kimono -Static 0x2681 -396 1149 0 - -# ninja pants -Static 0x2651 (Hue=0x530) -397 1146 1 - -# ninja mask -Static 0x26A4 (Hue=0x530) -395 1146 0 - -# ninja shirt -Static 0x2668 (Hue=0x530) -396 1146 0 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Malas/haochi's trials quest.cfg b/Distribution/Data/Decoration/Malas/haochi's trials quest.cfg deleted file mode 100644 index a51ede999..000000000 --- a/Distribution/Data/Decoration/Malas/haochi's trials quest.cfg +++ /dev/null @@ -1,85 +0,0 @@ -# Candle -HonorCandle 0x1433 (Unlit; Unprotected) -419 731 17 -420 731 17 -422 731 17 -421 731 17 - -# stone pavers -Static 0x051C (Hue=0xFA) -389 704 -1 -426 780 -1 -331 769 -1 -355 745 -1 -330 706 -1 - -Teleporter 0x1BC3 (PointDest=(384, 733, -1); MapDest=Malas) -389 704 -1 -426 780 -1 -331 769 -1 -355 745 -1 -330 706 -1 - -# moongate -Static 0x1FD7 (Hue=0xFA) -391 777 -1 - -Teleporter 0x1BC3 (PointDest=(770, 1209, 25); MapDest=Tokuno) -391 777 -1 - -# ankh -AnkhNorth 0x0004 (Hue=0xFA) -351 733 18 -388 724 13 - -# brass sign -# Welcome to your new home, Samurai. -LocalizedSign 0x0BD1 (LabelNumber=1063295) -369 777 -1 - -# chest -HaochisTreasureChest 0x2811 -424 704 8 -424 705 8 -424 706 8 - -# katana -Static 0x13FF (Hue=0x482) -414 703 9 - -# Haochi's katana generator -HaochisKatanaGenerator 0x1B7B -415 703 1 - -#Haochi -Spawner 0x1F13 (Spawn=Haochi; Count=1; HomeRange=0) -377 742 1 - -#Haochi's Guardsmen -Spawner 0x1F13 (Spawn=HaochisGuardsman; Count=1; HomeRange=0) -367 749 -1 -367 750 -1 -367 739 -1 -367 740 -1 -367 730 -1 -367 729 -1 -379 727 -1 -380 727 -1 -392 730 -1 -392 731 -1 -392 739 -1 -392 740 -1 -397 749 -1 -398 748 -1 - -#Deadly Imp -Spawner 0x1F13 (Spawn=DeadlyImp; Count=1; HomeRange=0) -342 736 -1 - -#Fierce Dragon -Spawner 0x1F13 (Spawn=FierceDragon; Count=1; HomeRange=0) -339 741 -1 - -#Relnia -Spawner 0x1F13 (Spawn=Relnia; Count=1; HomeRange=0) -379 710 -1 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Malas/luna.cfg b/Distribution/Data/Decoration/Malas/luna.cfg deleted file mode 100644 index e158d1611..000000000 --- a/Distribution/Data/Decoration/Malas/luna.cfg +++ /dev/null @@ -1,6 +0,0 @@ -# Shrine of Wisdom -AnkhNorth 0x0004 (Hue=0x47E) -975 508 -30 - -ShrineOfWisdomAddon 0x14C3 -975 509 -30 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Malas/markcontainers.cfg b/Distribution/Data/Decoration/Malas/markcontainers.cfg deleted file mode 100644 index c1db65bf6..000000000 --- a/Distribution/Data/Decoration/Malas/markcontainers.cfg +++ /dev/null @@ -1,17 +0,0 @@ -# Standard pouches -MarkContainer 0xE79 (TargetMap=Malas) -951 546 -70 (1006, 994, -70) -914 192 -79 (1019, 1062, -70) -1614 143 -90 (1214, 1313, -90) -2176 324 -90 (1554, 172, -90) -864 812 -90 (1061, 1161, -70) -1326 523 -87 (1201, 1554, -70) -1313 1115 -85 (1183, 462, -45) - -# Auto-lock pouch -MarkContainer 0xE79 (TargetMap=Malas; Locked) -1051 1434 -85 (1076, 1244, -70) - -# Bone container -MarkContainer 0xECA (TargetMap=Malas; Bone) -424 189 -1 (2333, 1501, -90) \ No newline at end of file diff --git a/Distribution/Data/Decoration/Malas/summoning quest.cfg b/Distribution/Data/Decoration/Malas/summoning quest.cfg deleted file mode 100644 index e43216179..000000000 --- a/Distribution/Data/Decoration/Malas/summoning quest.cfg +++ /dev/null @@ -1,44 +0,0 @@ -# Victoria spawner -Spawner 0x1F13 (Spawn=Victoria; HomeRange=2; Count=1; MinDelay=00:01:00; MinDelay=00:01:00) -423 195 -1 - -# Altar for summoning bone demons -SummoningAltar 0x1216 -441 205 -1 - -# Bell for summoning Chyloth -BellOfTheDead 0x091A -417 246 23 - -# No teleporting on Chyloth's spot -Blocker 0x21A4 -417 246 7 - -# Teleporter (pad) from first boat to second -Static 0x1822 (Hue=0x44E) -408 254 2 - -# Teleporter (obj) from first boat to second -Teleporter 0x1BC3 (PointDest=(428, 318, 2)) -407 254 2 -408 254 2 -409 254 2 - -# Teleporter (pad) from second boat to land -Static 0x1822 (Hue=0x44E) -428 321 2 - -# Teleporter (obj) from second boat to land -Teleporter 0x1BC3 (PointDest=(422, 327, -1); DestEffect=true; SoundID=0x1FE) -427 321 2 -428 321 2 -429 321 2 - -# Daemon Bones -Static 0x0F80 -421 198 -1 -422 195 -1 - -# book - The Akashic Records -LocalizedStatic 0x0FBE (Hue=0x482; LabelNumber=1060023) -420 192 8 \ No newline at end of file diff --git a/Distribution/Data/Decoration/RuinedMaginciaFel/Mag-Fel.cfg b/Distribution/Data/Decoration/RuinedMaginciaFel/Mag-Fel.cfg deleted file mode 100644 index 68377ea7d..000000000 --- a/Distribution/Data/Decoration/RuinedMaginciaFel/Mag-Fel.cfg +++ /dev/null @@ -1,7109 +0,0 @@ -# stone ruins -Static 0x03B9 -3773 2220 12 -3771 2121 20 -3706 2062 5 -3781 2106 20 -3787 2101 26 -3713 2054 5 -3783 2118 20 -3733 2180 20 -3684 2233 20 -3703 2155 20 -3725 2143 20 -3758 2229 20 -3689 2194 20 -3791 2105 26 -3728 2200 20 -3654 2119 20 -3742 2068 5 -3701 2180 20 -3657 2112 20 -3699 2149 20 -3722 2053 5 -3727 2174 20 - -# fern -Static 0x0CA3 (Hue=0x3D9) -3583 2120 28 -3781 2107 20 -3579 2129 39 -3575 2127 34 -3567 2128 23 -3708 2157 20 -3605 2125 63 -3645 2087 20 -3619 2147 75 -3592 2142 65 - -# small palm -Static 0x0C9A (Hue=0x497) -3584 2163 44 -3561 2116 20 -3559 2143 25 -3739 2184 20 -3644 2082 20 -3592 2138 69 - -# grasses -Static 0x0D32 (Hue=0x497) -3586 2167 25 -3668 2045 20 -3592 2137 66 - -# tile roof -Static 0x05B4 -3693 2198 42 -3693 2194 42 -3692 2205 45 -3692 2204 45 -3692 2203 45 -3692 2198 45 -3692 2196 45 -3692 2192 45 -3691 2206 48 -3691 2204 48 -3691 2203 48 -3691 2202 48 -3691 2201 48 -3691 2200 48 -3691 2199 48 -3691 2198 48 -3691 2197 48 -3691 2196 48 -3695 2202 36 -3691 2194 48 -3691 2193 48 -3691 2192 48 -3695 2200 36 -3670 2261 46 -3694 2203 39 -3694 2195 39 -3693 2207 42 -3693 2204 42 -3693 2201 42 -3693 2199 42 -3693 2197 42 -3688 2261 40 -3692 2202 45 -3692 2193 45 -3691 2205 48 -3691 2195 48 -3695 2207 40 -3695 2204 36 -3695 2203 36 -3695 2199 36 -3695 2194 36 -3695 2193 36 -3694 2206 39 -3694 2205 39 -3694 2199 39 -3694 2197 39 -3693 2206 42 -3693 2203 42 -3693 2202 42 -3693 2200 42 -3693 2196 42 -3693 2195 42 -3693 2193 42 -3693 2192 42 -3686 2261 46 -3685 2261 49 -3692 2207 45 -3692 2206 45 -3692 2200 45 -3692 2199 45 -3692 2197 45 -3692 2195 45 -3692 2194 45 -3672 2261 40 -3691 2207 48 -3695 2198 36 -3695 2196 36 -3671 2261 43 -3669 2261 49 -3693 2205 42 -3692 2201 45 -3695 2206 39 -3695 2205 36 -3695 2201 36 -3695 2197 36 -3695 2195 36 -3695 2192 36 -3694 2207 39 -3687 2261 43 -3694 2204 39 -3694 2202 39 -3694 2201 39 -3694 2200 39 -3694 2198 39 -3694 2196 39 -3694 2194 39 -3694 2193 39 -3694 2192 39 - -# book -Static 0x0FF4 -3664 2254 24 -3664 2252 24 -3703 2211 44 - -# fern -Static 0x0CA4 (Hue=0x3DB) -3590 2142 62 -3537 2137 20 -3779 2080 22 -3754 2143 16 -3626 2202 20 -3636 2093 20 -3622 2157 61 -3629 2193 20 -3783 2134 29 - -# wooden ramp -Static 0x087D -3674 2229 20 -3677 2229 20 - -# sapling -Static 0x0CEA (Hue=0x3D9) -3579 2132 41 -3736 2240 20 -3792 2119 26 - -# fern -Static 0x0CA2 (Hue=0x3D8) -3585 2128 48 -3549 2163 20 -3683 2107 20 -3668 2101 20 -3643 2085 20 -3602 2104 20 -3649 2226 20 -3773 2132 20 -3598 2121 46 -3592 2125 49 - -# fern -Static 0x0C9F (Hue=0x497) -3596 2139 68 -3578 2125 34 -3587 2154 60 -3750 2137 21 -3660 2126 20 -3606 2164 41 -3627 2145 79 -3624 2151 74 -3611 2152 60 -3600 2175 22 -3598 2158 56 -3597 2121 45 - -# stone roof -Static 0x055D -3705 2210 60 -3686 2209 20 -3684 2212 20 -3700 2213 60 -3684 2209 20 -3682 2214 20 -3681 2211 20 -3698 2215 60 -3698 2211 60 -3704 2209 60 -3702 2211 60 -3701 2209 60 -3700 2215 60 -3700 2214 60 -3703 2213 60 -3697 2209 60 -3685 2212 20 -3697 2215 60 - -# garbage -Static 0x10F1 (Hue=0x3E1) -3546 2138 20 -3548 2140 20 -3547 2142 20 -3557 2165 20 -3555 2150 25 -3547 2140 20 -3539 2140 20 -3655 2065 20 -3553 2161 20 -3696 2122 20 - -# water tub -Static 0x0E7B -3722 2080 5 -3704 2206 20 -3705 2206 20 - -# sandstone stairs -Static 0x076D -3696 2212 25 -3698 2213 20 -3698 2212 25 -3698 2211 30 -3698 2210 35 -3697 2212 25 -3697 2211 30 -3697 2210 35 -3696 2213 20 -3696 2211 30 -3696 2210 35 -3697 2213 20 - -# tile roof -Static 0x05B3 -3690 2207 51 -3690 2206 51 -3690 2204 51 -3690 2203 51 -3690 2201 51 -3690 2200 51 -3690 2199 51 -3690 2198 51 -3690 2196 51 -3690 2195 51 -3690 2194 51 -3690 2193 51 -3690 2192 51 -3684 2261 52 -3690 2197 51 -3690 2205 51 -3668 2261 52 -3731 2154 20 - -# rock -Static 0x1777 -3540 2157 11 -3598 2150 61 -3651 2086 20 -3647 2075 20 -3591 2137 66 - -# large fern -Static 0x0CA1 (Hue=0x497) -3579 2160 41 -3550 2165 20 -3631 2103 20 -3633 2122 43 -3624 2210 20 -3770 2212 20 -3594 2120 43 -3591 2135 68 - -# chair -WoodenChairCushion 0x0B53 -3686 2184 20 -3683 2201 20 -3690 2184 20 - -# small palm -Static 0x0C9D (Hue=0x3D9) -3736 2250 20 -3591 2145 63 -3591 2128 55 - -# rock -Static 0x1778 -3689 2102 20 -3579 2133 42 -3571 2161 22 -3632 2167 60 -3795 2113 26 -3651 2080 20 -3636 2078 20 -3708 2176 20 -3743 2069 5 -3588 2131 58 -3800 2151 17 -3604 2137 68 -3591 2126 51 - -# fern -Static 0x0C9F (Hue=0x3D9) -3579 2130 39 -3547 2150 20 -3610 2156 59 -3646 2038 -15 -3623 2117 41 -3650 2223 20 -3737 2101 20 -3592 2153 60 - -# glow -Static 0x37B9 -3736 2173 20 -3737 2173 20 -3737 2176 20 -3734 2176 20 -3735 2173 20 -3734 2174 20 -3734 2175 22 - -# mushrooms -Static 0x0D12 (Hue=0x3D8) -3793 2127 28 - -# grasses -Static 0x0CAF (Hue=0x3DA) -3671 2085 20 -3612 2148 67 -3656 2144 20 -3590 2148 63 - -# grasses -Static 0x0CAC (Hue=0x3DB) -3554 2154 24 -3590 2142 62 - -# stone ruins -Static 0x03BD -3757 2231 20 -3683 2255 20 -3665 2137 20 -3697 2182 20 -3769 2094 20 -3785 2109 20 -3763 2231 20 -3699 2043 5 - -# fan plant -Static 0x0C98 (Hue=0x3DA) -3705 2200 20 -3627 2105 20 -3604 2114 33 -3590 2132 63 - -# sparkle -Static 0x377A -3735 2174 20 - -# stone step -Static 0x0917 (Hue=0x8AE) -3736 2175 20 -3736 2173 20 -3734 2175 20 -3734 2173 20 - -# stone wall -Static 0x0067 (Hue=0x8AE) -3736 2173 20 -3735 2173 20 -3734 2173 20 - -# stone wall -Static 0x0068 (Hue=0x8AE) -3734 2175 20 -3734 2174 20 -3734 2173 20 - -# bed -Static 0x0A5B -3688 2216 20 -3693 2217 20 -3693 2214 20 - -# stone roof -Static 0x0577 -3691 2217 40 -3691 2213 40 -3690 2215 40 -3689 2218 40 -3689 2214 40 -3689 2210 40 -3702 2216 40 -3692 2211 40 -3693 2215 40 -3693 2213 40 - -# fallen log -Static 0x0CF4 (Hue=0x497) -3542 2148 20 -3722 2248 20 -3590 2123 41 - -# fallen log -Static 0x0CF3 (Hue=0x497) -3634 2140 57 -3692 2114 20 -3614 2154 59 -3536 2151 20 -3789 2117 24 -3590 2122 41 - -# sapling -Static 0x0CE9 (Hue=0x3DA) -3779 2135 28 -3640 2099 22 -3593 2124 48 -3596 2124 53 - -# grasses -Static 0x0D33 (Hue=0x497) -3578 2122 25 -3593 2129 56 -3788 2112 25 - -# water barrel -Static 0x154D -3732 2026 -6 -3731 2025 -7 -3760 2230 31 -3732 2025 -8 -3732 2024 -5 -3760 2227 31 -3731 2024 -5 -3766 2225 31 -3760 2226 31 -3663 2290 -2 -3762 2225 31 -3760 2228 31 -3678 2281 6 -3693 2160 40 -3657 2091 20 -3760 2229 31 -3694 2198 20 -3657 2092 20 -3763 2225 31 -3760 2225 31 -3678 2288 -2 -3670 2282 -2 -3664 2291 -2 -3664 2290 -2 -3672 2261 21 -3665 2261 21 -3664 2261 21 -3765 2225 31 -3731 2026 -7 -3764 2225 31 -3704 2206 20 -3730 2025 -5 -3684 2017 -5 -3730 2024 -5 -3677 2281 9 -3705 2206 20 -3761 2225 31 -3683 2021 -5 - -# stone roof -Static 0x0578 -3692 2215 40 -3692 2213 40 -3691 2218 40 -3691 2211 40 -3690 2210 40 -3689 2216 40 -3689 2213 40 -3689 2211 40 -3693 2212 40 -3701 2216 40 -3702 2218 40 -3701 2215 40 -3691 2215 40 -3693 2217 40 -3693 2210 40 - -# stone roof -Static 0x0575 -3692 2216 40 -3692 2210 40 -3691 2212 40 -3695 2209 40 -3690 2214 40 -3689 2215 40 -3689 2209 40 -3695 2215 40 -3695 2214 40 -3695 2213 40 -3695 2211 40 -3694 2218 40 -3694 2213 40 -3695 2210 40 -3689 2212 40 -3695 2216 40 -3695 2212 40 -3695 2208 40 -3695 2207 40 -3694 2217 40 -3694 2216 40 -3694 2215 40 -3694 2214 40 -3694 2212 40 -3694 2211 40 -3694 2210 40 -3694 2209 40 -3694 2208 40 -3693 2218 40 -3693 2214 40 -3693 2211 40 -3693 2209 40 - -# table -Static 0x0B88 -3693 2208 20 - -# stone roof -Static 0x0571 -3692 2208 40 -3690 2208 40 -3689 2208 40 -3691 2208 40 -3694 2208 40 -3693 2208 40 - -# sandstone wall -Static 0x0159 -3691 2207 20 -3689 2207 20 -3687 2207 20 -3686 2207 20 -3685 2207 20 -3684 2207 20 -3683 2207 20 -3682 2207 20 -3681 2207 20 -3688 2207 20 -3694 2207 20 -3692 2207 20 -3690 2207 20 -3695 2207 20 -3680 2207 20 -3693 2207 20 - -# fern -Static 0x0CA0 (Hue=0x3D9) -3629 2147 74 -3651 2081 20 -3646 2089 20 -3631 2165 62 -3617 2149 68 -3613 2162 47 -3608 2119 44 -3601 2135 67 -3600 2133 68 -3584 2168 22 -3590 2139 66 -3589 2158 56 - -# metal signpost -Static 0x0B9B -3688 2196 20 - -# brass sign -LocalizedSign 0x0BD1 -3688 2196 20 - -# bulrushes -Static 0x0C94 (Hue=0x3DB) -3730 2250 20 -3638 2092 20 -3634 2140 57 -3656 2231 20 -3589 2150 63 - -# bulletin board -BulletinBoard 0x1E5F -3688 2161 20 -3688 2194 20 - -# small palm -Static 0x0C9C (Hue=0x3DB) -3710 2207 20 -3645 2084 20 -3650 2228 20 -3624 2205 9 -3625 2171 36 -3586 2159 50 - -# pampas grass -Static 0x0CC4 (Hue=0x3D8) -3580 2124 30 -3679 2110 20 -3611 2151 61 -3595 2137 69 - -# large fern -Static 0x0CA1 (Hue=0x3DA) -3721 2248 20 -3621 2187 8 -3683 2021 -15 -3641 2086 20 -3632 2102 20 -3627 2168 49 -3626 2150 79 -3613 2173 32 -3596 2150 62 -3711 2075 5 -3586 2168 23 - -# fern -Static 0x0CA0 (Hue=0x3D8) -3693 2149 20 -3787 2113 22 -3649 2119 21 -3629 2148 75 -3790 2117 25 -3593 2137 68 -3767 2089 24 -3590 2130 60 -3792 2119 26 - -# potted tree -PottedTree1 0x11C9 -3680 2214 20 -3680 2208 20 -3708 2222 40 -3708 2216 40 -3693 2200 20 - -# nodraw -Static 0x2198 -3556 2120 20 -3680 2144 20 -3549 2144 21 -3677 2230 20 -3674 2230 20 -3550 2140 25 -3545 2157 20 -3550 2137 25 -3556 2128 25 - -# sandstone table -Static 0x1DBB -3689 2204 20 -3690 2204 20 -3692 2204 20 -3691 2204 20 - -# fern -Static 0x0C9F (Hue=0x3DB) -3764 2220 20 -3618 2148 76 -3595 2123 50 -3655 2236 20 -3659 2237 20 -3770 2210 20 -3591 2132 66 -3588 2158 56 - -# stone ruins -Static 0x03C4 -3704 2253 20 -3691 2182 20 -3742 2223 20 -3701 2172 20 -3751 2117 20 -3758 2086 29 -3751 2219 20 -3698 2182 20 -3708 2174 20 -3640 2127 36 -3701 2176 20 -3684 2079 5 - -# fruit basket -FruitBasket 0x0993 -3719 2084 9 -3676 2100 24 -3772 2107 44 -3770 2106 24 -3683 2204 32 -3691 2164 24 - -# snake plant -Static 0x0CA9 (Hue=0x3D9) -3602 2127 64 -3786 2152 -15 -3588 2153 60 - -# bulrushes -Static 0x0C94 (Hue=0x3DA) -3604 2120 46 -3606 2159 52 -3594 2146 60 -3588 2149 64 - -# elephant ear plant -Static 0x0C97 (Hue=0x3D8) -3639 2079 20 -3609 2163 44 -3609 2137 78 -3609 2156 59 -3588 2147 63 - -# apple%s% -Static 0x09D0 -3661 2116 27 - -# wooden plank -Static 0x07CD -3673 2269 20 -3672 2285 -3 -3672 2266 20 -3671 2277 -3 -3671 2264 20 -3670 2291 -3 -3670 2290 -3 -3670 2289 -3 -3670 2270 20 -3670 2262 20 -3669 2296 -3 -3694 2299 -3 -3694 2297 -3 -3694 2296 -3 -3694 2295 -3 -3694 2293 -3 -3694 2292 -3 -3694 2291 -3 -3694 2290 -3 -3694 2288 -3 -3694 2287 -3 -3694 2286 -3 -3694 2284 -3 -3694 2283 -3 -3694 2281 -3 -3694 2279 -3 -3693 2296 -3 -3693 2293 -3 -3693 2292 -3 -3693 2289 -3 -3693 2288 -3 -3693 2285 -3 -3693 2284 -3 -3693 2283 -3 -3693 2280 -3 -3693 2279 -3 -3668 2299 -3 -3668 2297 -3 -3692 2299 -3 -3668 2294 -3 -3668 2292 -3 -3668 2291 -3 -3668 2290 -3 -3668 2289 -3 -3692 2297 -3 -3692 2296 -3 -3668 2266 20 -3692 2294 -3 -3692 2293 -3 -3692 2292 -3 -3692 2291 -3 -3692 2290 -3 -3692 2289 -3 -3692 2287 -3 -3692 2285 -3 -3692 2281 -3 -3692 2280 -3 -3691 2298 -3 -3691 2297 -3 -3691 2296 -3 -3691 2295 -3 -3691 2293 -3 -3691 2290 -3 -3691 2288 -3 -3691 2286 -3 -3691 2285 -3 -3691 2284 -3 -3691 2283 -3 -3691 2280 -3 -3690 2299 -3 -3690 2297 -3 -3690 2296 -3 -3690 2294 -3 -3690 2293 -3 -3690 2292 -3 -3690 2291 -3 -3690 2290 -3 -3690 2289 -3 -3690 2287 -3 -3690 2286 -3 -3690 2285 -3 -3690 2284 -3 -3690 2282 -3 -3690 2281 -3 -3690 2280 -3 -3667 2266 20 -3667 2265 20 -3667 2264 20 -3667 2262 20 -3689 2291 -3 -3689 2290 -3 -3689 2289 -3 -3666 2296 -3 -3666 2291 -3 -3688 2290 -3 -3688 2289 -3 -3687 2290 -3 -3687 2289 -3 -3687 2270 20 -3694 2280 -3 -3687 2269 20 -3687 2268 20 -3665 2266 20 -3665 2265 20 -3687 2267 20 -3687 2266 20 -3687 2265 20 -3687 2264 20 -3687 2263 20 -3687 2262 20 -3687 2261 20 -3686 2291 -3 -3686 2290 -3 -3686 2289 -3 -3686 2287 -3 -3686 2270 20 -3686 2269 20 -3686 2268 20 -3686 2267 20 -3686 2266 20 -3686 2264 20 -3686 2263 20 -3686 2262 20 -3686 2261 20 -3685 2290 -3 -3685 2289 -3 -3685 2288 -3 -3685 2270 20 -3685 2269 20 -3685 2268 20 -3685 2266 20 -3685 2265 20 -3685 2264 20 -3685 2263 20 -3684 2290 -3 -3684 2289 -3 -3684 2288 -3 -3684 2266 20 -3684 2265 20 -3684 2263 20 -3684 2262 20 -3677 2277 -3 -3683 2290 -3 -3683 2289 -3 -3683 2287 -3 -3683 2270 20 -3683 2268 20 -3683 2267 20 -3683 2266 20 -3683 2263 20 -3676 2264 20 -3653 2297 -3 -3682 2290 -3 -3682 2289 -3 -3682 2288 -3 -3682 2270 20 -3682 2269 20 -3682 2267 20 -3682 2265 20 -3682 2264 20 -3682 2261 20 -3681 2299 -3 -3681 2293 -3 -3681 2292 -3 -3681 2291 -3 -3681 2289 -3 -3681 2287 -3 -3681 2270 20 -3681 2269 20 -3681 2268 20 -3681 2267 20 -3681 2266 20 -3681 2264 20 -3681 2262 20 -3681 2261 20 -3664 2270 20 -3672 2269 20 -3680 2299 -3 -3680 2297 -3 -3680 2296 -3 -3680 2295 -3 -3680 2291 -3 -3680 2290 -3 -3680 2289 -3 -3672 2264 20 -3680 2287 -3 -3680 2270 20 -3680 2269 20 -3680 2268 20 -3680 2267 20 -3680 2264 20 -3671 2289 -3 -3679 2299 -3 -3679 2297 -3 -3679 2296 -3 -3679 2294 -3 -3679 2293 -3 -3679 2292 -3 -3679 2290 -3 -3679 2289 -3 -3679 2288 -3 -3679 2270 20 -3679 2267 20 -3679 2266 20 -3679 2265 20 -3679 2264 20 -3679 2263 20 -3670 2285 -3 -3694 2289 -3 -3678 2298 -3 -3678 2296 -3 -3678 2295 -3 -3678 2293 -3 -3678 2292 -3 -3694 2285 -3 -3678 2290 -3 -3678 2288 -3 -3678 2270 20 -3678 2269 20 -3678 2265 20 -3693 2297 -3 -3693 2295 -3 -3693 2290 -3 -3678 2264 20 -3678 2263 20 -3677 2299 -3 -3677 2298 -3 -3677 2296 -3 -3677 2294 -3 -3677 2293 -3 -3681 2263 20 -3677 2292 -3 -3677 2291 -3 -3677 2290 -3 -3693 2281 -3 -3677 2287 -3 -3677 2286 -3 -3677 2285 -3 -3677 2284 -3 -3677 2281 -3 -3677 2278 -3 -3677 2276 -3 -3677 2275 -3 -3692 2284 -3 -3692 2282 -3 -3677 2269 20 -3691 2292 -3 -3677 2267 20 -3677 2265 20 -3677 2264 20 -3691 2289 -3 -3676 2290 -3 -3676 2289 -3 -3691 2281 -3 -3676 2286 -3 -3676 2285 -3 -3676 2284 -3 -3676 2281 -3 -3676 2280 -3 -3676 2279 -3 -3676 2276 -3 -3676 2275 -3 -3676 2274 -3 -3690 2298 -3 -3676 2269 20 -3676 2268 20 -3676 2266 20 -3676 2265 20 -3676 2263 20 -3675 2290 -3 -3675 2288 -3 -3675 2286 -3 -3675 2285 -3 -3675 2280 -3 -3675 2278 -3 -3675 2276 -3 -3675 2275 -3 -3689 2287 -3 -3688 2288 -3 -3675 2269 20 -3675 2267 20 -3675 2266 20 -3687 2288 -3 -3675 2265 20 -3675 2263 20 -3674 2290 -3 -3674 2289 -3 -3674 2288 -3 -3674 2287 -3 -3674 2286 -3 -3674 2285 -3 -3674 2284 -3 -3674 2280 -3 -3674 2279 -3 -3674 2278 -3 -3674 2277 -3 -3674 2276 -3 -3674 2275 -3 -3674 2269 20 -3674 2268 20 -3674 2267 20 -3674 2265 20 -3674 2264 20 -3674 2263 20 -3673 2290 -3 -3673 2288 -3 -3673 2287 -3 -3673 2286 -3 -3673 2284 -3 -3673 2280 -3 -3673 2278 -3 -3673 2276 -3 -3685 2267 20 -3673 2274 -3 -3664 2268 20 -3664 2266 20 -3673 2270 20 -3673 2268 20 -3673 2266 20 -3673 2265 20 -3672 2291 -3 -3672 2290 -3 -3672 2289 -3 -3672 2288 -3 -3672 2286 -3 -3672 2284 -3 -3684 2264 20 -3672 2281 -3 -3672 2280 -3 -3672 2279 -3 -3672 2278 -3 -3672 2276 -3 -3672 2275 -3 -3672 2274 -3 -3683 2291 -3 -3672 2268 20 -3672 2265 20 -3671 2291 -3 -3671 2290 -3 -3671 2287 -3 -3671 2286 -3 -3671 2281 -3 -3671 2280 -3 -3671 2279 -3 -3671 2276 -3 -3671 2270 20 -3671 2267 20 -3671 2265 20 -3671 2263 20 -3671 2261 20 -3670 2299 -3 -3670 2298 -3 -3670 2297 -3 -3670 2296 -3 -3670 2295 -3 -3670 2293 -3 -3670 2292 -3 -3670 2288 -3 -3670 2287 -3 -3670 2286 -3 -3670 2280 -3 -3670 2279 -3 -3670 2278 -3 -3670 2277 -3 -3670 2276 -3 -3670 2275 -3 -3670 2268 20 -3670 2267 20 -3670 2266 20 -3670 2265 20 -3670 2264 20 -3670 2263 20 -3682 2262 20 -3670 2261 20 -3669 2299 -3 -3669 2297 -3 -3669 2295 -3 -3669 2293 -3 -3669 2292 -3 -3669 2290 -3 -3669 2289 -3 -3669 2288 -3 -3681 2298 -3 -3681 2297 -3 -3681 2296 -3 -3681 2295 -3 -3669 2270 20 -3669 2269 20 -3669 2268 20 -3669 2267 20 -3669 2266 20 -3669 2265 20 -3669 2264 20 -3681 2290 -3 -3669 2263 20 -3669 2261 20 -3681 2265 20 -3668 2296 -3 -3668 2293 -3 -3668 2287 -3 -3668 2268 20 -3668 2267 20 -3668 2265 20 -3668 2264 20 -3668 2261 20 -3667 2298 -3 -3667 2297 -3 -3667 2296 -3 -3667 2295 -3 -3667 2293 -3 -3680 2293 -3 -3667 2292 -3 -3667 2290 -3 -3667 2289 -3 -3667 2288 -3 -3667 2270 20 -3672 2267 20 -3667 2268 20 -3667 2267 20 -3667 2263 20 -3667 2261 20 -3666 2299 -3 -3666 2298 -3 -3666 2297 -3 -3666 2294 -3 -3666 2292 -3 -3666 2290 -3 -3666 2289 -3 -3666 2270 20 -3666 2269 20 -3666 2267 20 -3666 2265 20 -3666 2264 20 -3666 2263 20 -3666 2262 20 -3665 2291 -3 -3665 2290 -3 -3665 2289 -3 -3665 2287 -3 -3665 2269 20 -3665 2268 20 -3665 2267 20 -3665 2264 20 -3665 2263 20 -3665 2262 20 -3694 2298 -3 -3664 2290 -3 -3664 2289 -3 -3664 2288 -3 -3664 2269 20 -3664 2267 20 -3664 2265 20 -3664 2264 20 -3664 2263 20 -3664 2261 20 -3678 2297 -3 -3693 2299 -3 -3678 2289 -3 -3663 2290 -3 -3663 2289 -3 -3663 2288 -3 -3663 2270 20 -3663 2269 20 -3663 2268 20 -3678 2268 20 -3663 2267 20 -3663 2266 20 -3663 2265 20 -3663 2264 20 -3663 2262 20 -3663 2261 20 -3662 2291 -3 -3662 2290 -3 -3677 2297 -3 -3662 2289 -3 -3662 2287 -3 -3661 2290 -3 -3677 2289 -3 -3661 2289 -3 -3661 2288 -3 -3660 2290 -3 -3660 2289 -3 -3660 2288 -3 -3659 2291 -3 -3659 2290 -7 -3659 2289 -3 -3659 2287 -3 -3658 2291 -3 -3658 2290 -3 -3658 2290 -7 -3658 2289 -3 -3658 2288 -3 -3657 2299 -3 -3657 2298 -3 -3657 2297 -3 -3657 2296 -3 -3657 2295 -3 -3657 2293 -3 -3657 2292 -3 -3657 2291 -3 -3657 2290 -3 -3657 2289 -3 -3657 2288 -3 -3657 2287 -3 -3657 2286 -3 -3657 2285 -3 -3657 2284 -3 -3657 2283 -3 -3657 2281 -3 -3657 2280 -3 -3657 2279 -3 -3656 2299 -3 -3656 2297 -3 -3656 2296 -3 -3656 2295 -3 -3656 2293 -3 -3656 2292 -3 -3656 2291 -3 -3656 2290 -3 -3656 2289 -3 -3656 2287 -3 -3656 2285 -3 -3656 2284 -3 -3656 2283 -3 -3656 2281 -3 -3656 2280 -3 -3656 2279 -3 -3655 2299 -3 -3655 2297 -3 -3655 2296 -3 -3655 2294 -3 -3655 2293 -3 -3655 2292 -3 -3655 2290 -3 -3655 2289 -3 -3655 2288 -3 -3655 2285 -3 -3655 2284 -3 -3655 2282 -3 -3655 2281 -3 -3655 2280 -3 -3654 2298 -3 -3654 2297 -3 -3654 2296 -3 -3654 2295 -3 -3654 2293 -3 -3654 2292 -3 -3654 2290 -3 -3654 2289 -3 -3654 2288 -3 -3676 2291 -3 -3654 2286 -3 -3680 2292 -3 -3654 2285 -3 -3654 2284 -3 -3654 2283 -3 -3654 2281 -3 -3654 2280 -3 -3653 2299 -3 -3653 2298 -3 -3653 2296 -3 -3668 2263 20 -3690 2279 -3 -3653 2294 -3 -3653 2293 -3 -3676 2267 20 -3653 2292 -3 -3653 2291 -3 -3653 2290 -3 -3653 2289 -3 -3653 2287 -3 -3653 2286 -3 -3653 2285 -3 -3653 2284 -3 -3653 2282 -3 -3653 2281 -3 -3653 2280 -3 -3653 2279 -3 -3674 2274 -3 -3674 2270 20 -3666 2293 -3 -3666 2287 -3 -3666 2268 20 -3673 2277 -3 -3684 2269 20 -3684 2268 20 - -# pear%s% -Static 0x0994 -3661 2116 27 - -# pot -Static 0x09E0 -3690 2203 26 - -# sandstone table -Static 0x1DBD -3689 2202 20 -3689 2203 20 -3690 2203 20 -3691 2203 20 -3692 2203 20 - -# peach%es% -Static 0x09D2 -3661 2116 25 - -# grape bunch%es% -Static 0x09D1 -3661 2116 24 - -# fern -Static 0x0C9F (Hue=0x3D8) -3580 2124 34 -3730 2143 20 -3774 2144 16 -3633 2149 59 -3590 2107 22 -3627 2149 78 -3616 2149 69 -3537 2152 20 -3625 2145 82 -3607 2148 64 -3614 2131 79 -3616 2164 48 -3586 2142 64 - -# small palm -Static 0x0C9A (Hue=0x3D8) -3601 2137 67 -3625 2149 79 -3611 2158 58 -3586 2138 63 - -# rushes -Static 0x0CA7 (Hue=0x3D9) -3578 2126 36 -3642 2158 48 -3738 2087 5 -3662 2236 20 -3595 2146 60 -3600 2137 67 - -# sandstone table -Static 0x1DBC -3692 2202 20 -3691 2202 20 -3690 2202 20 - -# plate -Plate 0x09D7 -3683 2204 24 -3683 2203 24 -3683 2202 24 -3682 2204 24 -3682 2203 24 -3682 2202 24 -3720 2084 9 -3689 2204 26 -3692 2202 26 -3722 2084 9 -3692 2204 26 -3690 2204 26 -3691 2204 26 -3691 2202 26 -3690 2202 26 -3689 2202 26 - -# chair -WoodenChair 0x0B56 -3659 2117 20 -3659 2116 20 -3697 2062 5 -3700 2073 5 -3701 2211 40 -3717 2084 5 -3698 2073 5 -3689 2166 20 -3689 2164 20 - -# silverware -Static 0x09D4 -3683 2204 24 -3682 2204 24 -3690 2204 27 -3689 2204 27 -3720 2084 9 -3691 2204 27 -3692 2204 27 - -# fern -Static 0x0CA4 (Hue=0x497) -3557 2131 20 -3792 2101 24 -3640 2167 48 -3639 2099 22 -3628 2119 41 -3625 2111 37 -3620 2169 39 -3598 2137 68 -3589 2118 36 - -# fern -Static 0x0CA2 (Hue=0x3DB) -3585 2137 62 -3587 2105 -15 -3580 2119 24 -3641 2105 23 -3634 2105 23 -3584 2157 52 -3617 2158 60 -3622 2113 37 -3611 2161 50 -3612 2137 84 -3607 2156 58 -3650 2245 -15 -3609 2180 21 -3587 2154 60 - -# silverware -Static 0x09BE -3683 2202 24 -3682 2202 24 -3690 2202 27 -3691 2202 27 -3692 2202 27 -3689 2202 27 - -# grasses -Static 0x0CB6 (Hue=0x3D8) -3747 2212 20 -3587 2151 59 - -# small palm -Static 0x0C99 (Hue=0x3D9) -3669 2073 20 -3576 2127 36 -3572 2160 26 -3731 2256 20 -3626 2205 20 -3624 2170 39 -3736 2096 8 -3616 2108 22 -3630 2144 71 -3587 2147 63 - -# sandstone bench -Static 0x1DCA -3692 2201 20 -3692 2205 20 - -# tray -Static 0x0991 -3691 2203 26 - -# fern -Static 0x0CA3 (Hue=0x3DB) -3583 2160 46 -3578 2123 27 -3578 2130 38 -3636 2151 54 -3641 2083 20 -3637 2109 28 -3643 2066 20 -3613 2135 83 -3635 2103 22 -3620 2155 62 -3789 2116 25 -3794 2124 27 -3589 2141 65 -3587 2146 64 - -# candelabra -Static 0x0B1E -3656 2137 26 -3689 2203 26 -3692 2203 26 - -# stone ruins -Static 0x03B7 -3673 2214 20 -3718 2142 20 -3671 2222 20 -3717 2156 20 -3714 2150 20 -3781 2110 20 -3645 2200 20 -3733 2131 20 -3745 2145 20 -3779 2106 20 -3777 2098 20 -3658 2256 20 -3794 2117 26 - -# sandstone bench -Static 0x1DCC -3691 2201 20 -3690 2205 20 -3691 2205 20 -3690 2201 20 - -# sandstone bench -Static 0x1DCB -3689 2201 20 -3689 2205 20 - -# mushrooms -Static 0x0D10 (Hue=0x3DA) -3583 2156 54 - -# mushrooms -Static 0x0D0E (Hue=0x3D9) -3583 2152 59 - -# bulletin board -BulletinBoard 0x1E5E -3728 2216 20 - -# wooden door -DarkWoodDoor 0x06AF (Facing=NorthCCW) -3695 2250 20 - -# wooden door -DarkWoodDoor 0x06AD (Facing=SouthCW) -3695 2251 20 - -# small fish -Static 0x0DD8 -3683 2268 21 - -# gang plank -Static 0x3ED5 -3678 2281 -5 - -# ship -Static 0x3EB2 -3682 2281 -5 - -# hatch -Static 0x3EAE -3680 2277 -5 - -# -Static 0x4000 -3680 2281 -5 - -# fern -Static 0x0CA4 -3685 2197 20 -3685 2194 20 - -# large fern -Static 0x0CA1 -3684 2197 20 - -# chair -WoodenChairCushion 0x0B55 -3685 2204 20 -3685 2202 20 - -# grasses -Static 0x0CB5 (Hue=0x3DA) -3579 2124 31 - -# date palm -Static 0x0C96 -3684 2195 20 - -# bloody bandage%s% -Static 0x0E20 -3683 2224 24 - -# chair -WoodenChairCushion 0x0B54 -3683 2205 20 - -# coconut palm -Static 0x0C95 -3683 2196 20 - -# silverware -Static 0x09BD -3682 2203 24 - -# bulrushes -Static 0x0C94 -3685 2195 20 -3682 2196 20 - -# metal chest -MetalChest 0x09AB -3737 2147 20 - -# bench -Static 0x0B62 -3680 2212 20 - -# bench -Static 0x0B64 -3680 2211 20 - -# bench -Static 0x0B63 -3680 2210 20 - -# bottle of wine -Static 0x09C7 -3725 2218 24 - -# pampas grass -Static 0x0CA5 (Hue=0x497) -3580 2158 46 -3585 2129 49 - -# gravestone -Static 0x0EDC (Hue=0x52D) -3750 2241 20 - -# metal signpost -Static 0x0B9D -3673 2184 30 - -# fallen log -Static 0x0CF6 (Hue=0x3D9) -3572 2113 20 -3569 2163 21 - -# sewing kit -Static 0x0F9D -3666 2237 22 - -# mushrooms -Static 0x0D0D (Hue=0x3D8) -3771 2144 13 - -# tile roof -Static 0x05BD -3690 2202 51 - -# spool%s% of thread -Static 0x0FA0 -3668 2237 24 - -# metal chest -Metalchest 0x0E7C -3715 2086 5 - -# Garlic -Static 0x0F84 -3703 2209 25 - -# rock -Static 0x1772 -3560 2144 25 - -# Batwing%s% -Static 0x0F78 -3703 2208 24 - -# table -Static 0x0B89 -3689 2208 20 - -# scissors -Scissors 0x0F9E -3667 2237 22 -3665 2237 24 - -# globe -Static 0x1047 -3664 2256 20 - -# diamond%s% -Static 0x0F30 -3664 2134 24 - -# amethyst%s% -Static 0x0F2E -3664 2134 24 - -# citrine%s% -Static 0x0F2C -3664 2134 24 - -# star sapphire%s% -Static 0x0F1B -3664 2134 24 - -# rub%ies/y% -Static 0x0F2B -3664 2133 24 - -# rub%ies/y% -Static 0x0F1C -3664 2147 24 -3664 2145 24 -3664 2132 24 - -# amethyst%s% -Static 0x0F16 -3664 2132 24 - -# star sapphire%s% -Static 0x0F0F -3664 2133 24 -3664 2132 24 - -# emerald%s% -Static 0x0F10 -3664 2131 24 - -# MissingName -Static 0x1014 -3663 2229 20 - -# upright loom -Static 0x105F -3662 2238 20 -3662 2235 20 - -# upright loom -LoomEastAddon 0x1060 -3662 2237 20 -3662 2234 20 - -# spinning wheel -SpinningWheelEastAddon 0x1019 -3662 2231 20 - -# empty tile -Static 0x1018 -3662 2230 20 - -# Mage -LocalizedSign 0x0BAD -3712 2215 20 - -# grasses -Static 0x0CBA (Hue=0x3DA) -3537 2140 20 - -# mushroom -Static 0x0D19 (Hue=0x497) -3547 2151 20 - -# clock parts -Static 0x104F -3725 2128 24 - -# fallen log -Static 0x0CF7 (Hue=0x3D9) -3770 2132 20 - -# carpet -Static 0x0AD9 -3692 2205 20 -3691 2205 20 -3690 2205 20 -3689 2205 20 -3688 2205 20 - -# Tinker -LocalizedSign 0x0BA8 -3712 2136 20 - -# Inn -LocalizedSign 0x0BB3 -3704 2167 20 - -# Jeweler -LocalizedSign 0x0BC1 -3673 2184 30 - -# Tailor -LocalizedSign 0x0BA5 -3672 2232 20 - -# Tavern -LocalizedSign 0x0BC3 -3736 2230 20 - -# Shipwright -LocalizedSign 0x0BB6 -3669 2261 20 - -# bench -Static 0x0B5F -3723 2133 20 -3739 2217 20 - -# bottle -Static 0x0EFF -3696 2222 25 - -# Healer -LocalizedSign 0x0BAC -3685 2231 20 - -# Fishermens' Guild -LocalizedSign 0x0BF4 -3682 2261 20 - -# Bakery -LocalizedSign 0x0BA4 -3753 2232 20 -3681 2176 20 - -# Miners' Guild -LocalizedSign 0x0BED -3673 2138 24 - -# display case -Static 0x0B16 -3702 2209 20 - -# stone roof -Static 0x0565 -3687 2215 20 - -# cannon balls -Static 0x0E74 -3673 2261 20 - -# stone roof -Static 0x0568 -3687 2208 20 - -# carpet -Static 0x0AD4 -3687 2205 20 - -# carpet -Static 0x0AD6 -3687 2204 20 -3687 2203 20 -3687 2202 20 -3687 2201 20 - -# carpet -Static 0x0AD3 -3687 2200 20 - -# crate -MediumCrate 0x0E3F -3671 2279 -2 - -# crate -LargeCrate 0x0E3C -3670 2280 -2 - -# crate -MediumCrate 0x0E3E -3670 2280 1 - -# tile roof -Static 0x05B8 -3689 2201 48 -3688 2200 45 -3687 2199 42 - -# table -Static 0x0B79 -3671 2280 -2 - -# bed -Static 0x0A62 -3666 2268 21 -3666 2266 21 -3666 2264 21 - -# bed -Static 0x0A69 -3665 2264 21 - -# bed -Static 0x0A5E -3669 2262 21 - -# leather sleeves -Static 0x13C8 -3666 2261 20 - -# leather leggings -Static 0x13C9 -3669 2261 20 - -# leather tunic -Static 0x13CA -3670 2261 20 - -# bloody water -Static 0x0E23 -3684 2224 24 -3670 2262 20 - -# cannon -Static 0x0E8C -3677 2260 20 -3673 2260 20 - -# cannon -Static 0x0E8B -3677 2261 20 -3673 2261 20 - -# palisade -Static 0x0431 -3658 2248 20 - -# wooden ladder -Static 0x08A2 -3656 2234 31 -3656 2235 20 - -# tile roof -Static 0x05B6 -3689 2203 48 -3688 2204 45 -3687 2205 42 -3686 2206 39 -3685 2207 36 - -# rock -Static 0x34AE -3684 2017 -5 -3703 2021 -5 -3684 2019 -5 - -# mushroom -Static 0x0D18 (Hue=0x3DB) -3578 2132 41 -3770 2085 27 - -# pile%s% of wool -Static 0x101F -3663 2228 20 - -# bottle -Static 0x0EFD -3696 2227 26 - -# tray -Static 0x0992 -3661 2116 24 - -# small fish -Static 0x0DD6 -3667 2269 20 -3684 2268 20 - -# wooden door -DarkWoodDoor 0x06A7 (Facing=EastCCW) -3692 2199 20 - -# table -Static 0x0B71 -3683 2204 20 - -# sandstone arch -Static 0x016E -3695 2197 20 -3687 2214 20 -3782 2102 20 - -# blue moongate -Static 0x0F6C (Hue=0x484) -3563 2139 34 - -# small palm -Static 0x0C9A -3618 2149 80 -3761 2269 6 - -# baked pie -Static 0x1041 -3752 2227 24 -3680 2169 24 -3680 2171 24 -3752 2225 24 - -# mushroom -Static 0x0D19 (Hue=0x3D8) -3771 2067 -15 - -# fallen log -Static 0x0CF3 (Hue=0x3D8) -3716 2237 20 - -# gears -Static 0x1054 -3725 2126 24 - -# springs -Static 0x105D -3718 2131 24 -3719 2131 24 - -# table -Static 0x0B70 -3682 2204 20 - -# table -Static 0x0B73 -3683 2203 20 -3682 2203 20 -3682 2202 20 - -# gravestone -Static 0x0EDE -3712 2230 20 - -# gravestone -Static 0x1183 (Hue=0x66D) -3714 2235 20 - -# scroll%s% -Static 0x0EF5 -3696 2221 24 - -# dirt -Static 0x1E00 (Hue=0x3E4) -3545 2153 20 -3551 2150 22 -3718 2053 5 -3558 2132 20 -3712 2136 20 -3670 2249 20 -3552 2127 20 - -# fitting -Static 0x112F (Hue=0x3E1) -3559 2115 -15 - -# bookcase -FullBookcase 0x0A9C -3696 2245 20 - -# dirt patch -Static 0x0913 (Hue=0x1) -3739 2037 0 - -# window -Static 0x0163 -3685 2199 20 -3683 2199 20 -3681 2199 20 - -# roast pig%s% -Static 0x09BB -3720 2083 9 - -# sandstone wall -Static 0x0165 -3776 2104 20 -3686 2215 20 -3685 2215 20 -3684 2215 20 -3681 2215 20 -3680 2215 20 - -# stone roof -Static 0x0566 -3680 2215 20 - -# pile of garbage -Static 0x10F2 (Hue=0x3E1) -3552 2144 23 - -# gears -Static 0x1053 -3724 2131 24 -3723 2131 24 - -# chair -WoodenChairCushion 0x0B54 (Hue=0x1E) -3686 2184 20 - -# sextant parts -Static 0x105A -3720 2131 24 - -# rushes -Static 0x0CA7 (Hue=0x497) -3754 2085 28 -3608 2133 73 - -# springs -Static 0x105E -3714 2130 24 -3714 2129 24 - -# water -Static 0x34BF -3662 2296 -5 - -# pampas grass -Static 0x0CA5 -3628 2158 61 - -# fitting -Static 0x112F (Hue=0x3E3) -3775 2073 -15 - -# rolling pin -Static 0x1043 -3763 2216 24 - -# book -Static 0x0FBE -3685 2224 24 -3730 2228 24 - -# grasses -Static 0x0CB6 (Hue=0x3D9) -3759 2080 35 -3746 2064 5 -3672 2099 20 - -# fitting -Static 0x112F (Hue=0x3E4) -3557 2120 20 - -# pile of garbage -Static 0x10F2 (Hue=0x3E3) -3550 2134 20 - -# dirt patch -Static 0x0912 -3625 2211 20 -3551 2145 22 -3557 2165 20 -3702 2169 20 - -# grasses -Static 0x0D32 (Hue=0x3D8) -3657 2086 20 - -# blank scroll%s% -Static 0x0EF3 -3705 2224 24 - -# mushroom -Static 0x0D19 (Hue=0x3DB) -3771 2104 20 - -# sandstone arch -Static 0x0170 -3690 2199 20 -3705 2215 40 - -# sparkle -Static 0x376A -3675 2257 20 - -# teleporter -Static 0x1805 (Hue=0x45B) -3674 2256 20 - -# teleporter -Static 0x1807 (Hue=0x45B) -3675 2256 20 - -# teleporter -Static 0x180A (Hue=0x45B) -3676 2256 20 - -# teleporter -Static 0x1806 (Hue=0x45B) -3674 2257 20 - -# stone roof -Static 0x0562 -3680 2208 20 -3696 2208 60 - -# teleporter -Static 0x180C (Hue=0x45B) -3676 2257 20 - -# teleporter -Static 0x1808 (Hue=0x45B) -3674 2258 20 - -# teleporter -Static 0x180B (Hue=0x45B) -3675 2258 20 - -# teleporter -Static 0x180D (Hue=0x45B) -3676 2258 20 - -# flowerpot -PottedPlant 0x11CA -3772 2104 20 -3704 2221 40 -3704 2216 40 - -# book -Static 0x0FEF -3704 2211 44 - -# book -BlueBook 0x0FF2 -3702 2211 44 - -# dirt -Static 0x1DFE (Hue=0x3E2) -3684 2245 20 -3557 2128 20 - -# Ginseng -Static 0x0F85 -3705 2209 32 - -# Nox Crystal -Static 0x0F8E -3705 2209 20 - -# Mandrake Root%s% -Static 0x0F86 -3705 2209 24 - -# Daemon Blood -Static 0x0F7D -3705 2209 27 - -# Dragon's Blood -Static 0x0F82 -3705 2209 32 - -# rope -Static 0x14F8 -3663 2269 20 -3686 2261 21 -3678 2292 -3 - -# anchor -Static 0x14F7 -3678 2291 -3 - -# fallen log -Static 0x0CF5 (Hue=0x3D9) -3571 2165 21 -3593 2127 55 - -# sandstone wall -Static 0x015E -3695 2199 20 - -# rock -Static 0x1364 (Hue=0x15E) -3684 2186 20 - -# Blackmoor -Static 0x0F79 -3704 2209 24 - -# Daemon Bone%s% -Static 0x0F80 -3704 2209 28 - -# Bone%s% -Static 0x0F7E -3704 2209 26 - -# rock -Static 0x1365 (Hue=0x15E) -3683 2173 20 - -# palisade -Static 0x0424 -3647 2225 20 - -# grasses -Static 0x0CB0 (Hue=0x497) -3586 2154 59 - -# dirt patch -Static 0x0911 (Hue=0x3E1) -3550 2151 22 -3550 2165 20 -3557 2125 20 - -# post -Static 0x1296 -3691 2023 -7 - -# sign -Static 0x1F29 -3691 2023 6 - -# Red Potion -Static 0x0F0B -3696 2225 28 -3705 2224 22 - -# Yellow Potion -Static 0x0F0C -3696 2225 24 - -# Orange Potion -Static 0x0F07 -3705 2224 30 -3696 2222 24 - -# shells -Static 0x0FC6 -3708 2018 -7 - -# grasses -Static 0x0CAC (Hue=0x3DA) -3651 2064 20 - -# sandstone arch -Static 0x016F -3687 2210 20 -3695 2193 20 -3703 2217 20 - -# rope ladder -Static 0x08A6 -3667 2221 20 -3667 2213 20 -3667 2205 20 - -# wooden ladder -Static 0x08A0 -3672 2117 31 - -# sandstone wall -Static 0x0166 -3792 2102 24 -3703 2217 40 -3793 2111 27 -3679 2215 20 -3679 2214 20 -3679 2213 20 -3679 2212 20 -3679 2211 20 -3679 2210 20 -3679 2209 20 -3679 2208 20 -3703 2218 40 -3703 2216 40 - -# sapling -Static 0x0CEA (Hue=0x3D8) -3630 2165 62 -3634 2120 38 - -# wooden ladder -Static 0x08A4 -3676 2230 31 -3676 2231 20 -3675 2230 31 -3675 2231 20 -3682 2232 20 -3670 2186 20 - -# stone roof -Static 0x0567 -3686 2215 20 -3685 2215 20 -3684 2215 20 -3683 2215 20 -3682 2215 20 -3705 2215 60 -3704 2215 60 -3703 2215 60 -3681 2215 20 - -# metal chest -MetalChest 0x09AB (Hue=0x96F) -3741 2145 20 - -# dirt patch -Static 0x0912 (Hue=0x3E1) -3551 2162 20 -3672 2034 20 -3642 2121 33 - -# display case -Static 0x0B15 -3704 2210 20 -3705 2210 20 -3703 2210 20 - -# display case -Static 0x0B0F -3705 2209 20 -3704 2209 20 -3703 2209 20 - -# Blood Moss -Static 0x0F7B -3703 2209 29 - -# display case -Static 0x0B17 -3704 2208 20 -3705 2208 20 -3703 2208 20 - -# seaweed -Static 0x0DBB (Hue=0x497) -3675 2291 -2 - -# carpet -Static 0x0AD2 -3693 2205 20 - -# garbage -Static 0x10F1 (Hue=0x3E3) -3543 2145 20 -3556 2164 25 -3677 2230 20 -3662 2203 20 - -# chest of drawers -FancyDrawer 0x0A38 -3680 2157 20 -3680 2153 20 - -# log post -Static 0x0093 -3675 2270 0 -3675 2270 -15 - -# Green Potion -Static 0x0F0A -3696 2226 24 - -# candle -CandleLarge 0x0A26 -3767 2111 60 - -# dirt patch -Static 0x0912 (Hue=0x3E3) -3547 2150 20 -3548 2155 21 - -# seaweed -Static 0x0DBA (Hue=0x3DB) -3670 2294 -1 -3674 2290 -2 - -# sandstone arch -Static 0x016D -3694 2199 20 - -# chair -WoodenChairCushion 0x0B52 (Hue=0x1E) -3685 2202 20 - -# bookcase -FullBookcase 0x0A9B -3706 2208 40 -3697 2055 25 -3697 2056 5 -3701 2208 40 -3703 2208 40 -3701 2240 20 -3682 2200 20 - -# skull with candle -CandleSkull 0x1854 -3683 2202 26 -3683 2204 26 - -# statue -Static 0x1228 (Hue=0x96E) -3685 2200 26 - -# wooden chair -Static 0x0B30 -3684 2204 20 -3684 2202 20 - -# hinge%s% -Static 0x1055 -3718 2131 24 -3719 2131 24 - -# clock frame%s% -Static 0x104D -3718 2123 24 -3719 2131 24 - -# stone roof -Static 0x0569 -3702 2217 60 -3687 2214 20 -3687 2213 20 -3687 2212 20 -3687 2211 20 -3687 2210 20 -3687 2209 20 -3702 2218 60 -3702 2216 60 - -# wood -Static 0x1B81 (Hue=0x3E2) -3551 2145 22 -3548 2140 20 -3550 2133 20 -3549 2162 20 - -# stone roof -Static 0x062D -3702 2215 40 - -# stone roof -Static 0x0632 -3702 2215 60 - -# carpet -Static 0x0AC4 -3702 2214 20 - -# carpet -Static 0x0AD8 -3693 2204 20 -3693 2203 20 -3693 2201 20 -3693 2202 20 - -# pampas grass -Static 0x0CA5 (Hue=0x3D9) -3573 2168 20 -3637 2130 45 - -# water trough -Static 0x0B42 -3725 2039 52 - -# water trough -WaterTroughEastAddon 0x0B41 -3725 2038 52 - -# table -Static 0x0B85 -3702 2211 40 - -# carpet -Static 0x0AD5 -3693 2200 20 - -# blade plant -Static 0x0C93 (Hue=0x3DA) -3578 2125 31 -3655 2255 19 -3787 2136 29 - -# display case -Static 0x0B12 -3702 2210 20 - -# display case -Static 0x0AA1 -3702 2209 23 - -# display case -Static 0x0B10 -3702 2208 20 - -# candle -Static 0x0A11 -3707 2225 40 - -# candle -Static 0x0A10 -3680 2153 33 -3704 2228 40 -3707 2228 40 - -# chair -Static 0x0B4E (Hue=0x20) -3705 2250 20 - -# garbage -Static 0x10F0 (Hue=0x3E3) -3552 2143 21 -3737 2068 5 -3748 2061 11 - -# mushrooms -Static 0x0D10 (Hue=0x3D8) -3589 2110 24 -3646 2082 20 -3636 2132 49 - -# candle -Static 0x0B1C -3680 2258 28 -3772 2108 44 - -# bread loa%ves/f% -Static 0x103C -3681 2168 24 -3757 2216 24 -3756 2216 24 - -# sapling -Static 0x0CEA (Hue=0x497) -3736 2256 20 -3644 2071 20 - -# table -Static 0x0B3C -3685 2200 20 -3688 2200 20 - -# Spider's Silk -Static 0x0F8D -3705 2210 30 - -# mushrooms -Static 0x0D15 (Hue=0x3D9) -3677 2086 23 -3654 2080 20 - -# carpet -Static 0x0AF8 -3701 2217 20 -3701 2218 20 - -# stone roof -Static 0x0576 -3691 2209 40 -3690 2213 40 -3690 2211 40 -3689 2217 40 -3693 2216 40 -3701 2218 40 -3695 2218 40 -3695 2217 40 -3702 2215 40 -3692 2218 40 -3692 2214 40 -3692 2212 40 - -# morning glories -Static 0x0D34 (Hue=0x3D9) -3646 2087 20 - -# table -Static 0x0B8D -3691 2208 20 -3690 2208 20 -3692 2208 20 - -# chair -Static 0x0B4E (Hue=0x26) -3682 2254 20 - -# grasses -Static 0x0CB6 (Hue=0x3DB) -3649 2084 20 - -# fallen log -Static 0x0CF3 (Hue=0x3D9) -3588 2148 62 -3644 2088 20 - -# fallen log -Static 0x0CF7 (Hue=0x3DA) -3649 2083 20 - -# sextant parts -Static 0x1059 -3723 2123 24 - -# mushrooms -Static 0x0D0C (Hue=0x3D8) -3772 2144 16 - -# metal door -MetalDoor 0x067F (Facing=NorthCCW) -3735 2147 20 - -# cookie mix -Static 0x103F -3680 2170 24 -3762 2216 24 - -# chess pieces -Static 0x0FA8 -3726 2218 24 - -# roast pig%s% -Static 0x09BC -3690 2165 24 -3660 2117 24 - -# dice and cup -Dices 0x0FA7 -3722 2229 24 - -# playing cards -Static 0x0FA2 -3722 2226 24 - -# fallen log -Static 0x0CF5 (Hue=0x3DA) -3542 2157 10 -3649 2082 20 - -# mug -CeramicMug 0x0998 -3722 2225 24 - -# mug of ale -GlassMug 0x09EE -3722 2222 24 - -# grasses -Static 0x0CB5 (Hue=0x3DB) -3655 2071 20 - -# goblet -Static 0x099A -3722 2217 24 - -# mushroom -Static 0x0D17 (Hue=0x3DA) -3641 2096 21 - -# sapling -Static 0x0CEA (Hue=0x3DA) -3584 2156 54 -3640 2088 20 - -# small palm -Static 0x0C9D (Hue=0x497) -3560 2125 20 -3642 2102 23 -3644 2086 20 - -# pampas grass -Static 0x0CA5 (Hue=0x3D8) -3641 2080 20 - -# blade plant -Static 0x0C93 (Hue=0x3DB) -3583 2168 21 -3573 2119 22 -3540 2156 19 -3756 2086 28 -3643 2094 21 - -# flowerpot -PottedPlant1 0x11CB -3760 2113 20 -3760 2110 20 - -# rock -Static 0x1773 -3580 2157 47 -3576 2159 37 -3564 2164 20 -3652 2078 20 - -# spittoon -Static 0x1003 -3720 2216 20 - -# display case -Static 0x0AA2 -3705 2208 24 -3703 2208 24 -3704 2208 23 - -# rushes -Static 0x0CA7 (Hue=0x3DA) -3583 2129 44 -3581 2155 52 -3614 2144 81 -3611 2164 43 - -# wooden bench -WoodenBench 0x0B2D -3705 2201 20 -3705 2192 20 -3704 2201 20 -3704 2192 20 - -# dirt patch -Static 0x0911 (Hue=0x3E4) -3555 2158 22 -3550 2141 20 -3665 2202 20 - -# mushrooms -Static 0x0D15 (Hue=0x497) -3636 2084 20 - -# fishing pole -Static 0x0DC0 -3682 2268 21 -3667 2269 21 - -# grasses -Static 0x0CB6 (Hue=0x3DA) -3749 2081 24 -3636 2146 54 -3639 2105 25 -3629 2150 76 - -# metal chest -MetalChest 0x09AB (Hue=0x971) -3739 2146 20 - -# carpet -Static 0x0AE9 -3700 2218 41 - -# carpet -Static 0x0AE6 -3700 2217 41 - -# oven -StoneOvenSouthAddon 0x0930 -3754 2215 20 - -# oven -Static 0x0931 -3753 2215 20 -3753 2215 20 - -# sapphire%s% -Static 0x0F11 -3664 2132 24 - -# bottle of ale -Static 0x099F -3729 2228 24 -3728 2228 26 -3722 2216 24 -3722 2224 24 -3727 2228 26 - -# small palm -Static 0x0C9D (Hue=0x3DA) -3658 2058 20 -3608 2163 43 -3632 2114 35 - -# scroll%s% -Static 0x0EF9 -3709 2224 24 - -# scroll%s% -Static 0x0EF7 -3707 2224 24 - -# stone roof -Static 0x0574 -3692 2209 40 -3691 2214 40 -3690 2218 40 -3690 2209 40 -3703 2214 40 -3702 2217 40 -3702 2214 40 -3690 2212 40 - -# fallen log -Static 0x0CF3 (Hue=0x3DA) -3635 2089 20 - -# grasses -Static 0x0CB5 (Hue=0x497) -3769 2125 20 -3639 2083 20 - -# mushrooms -Static 0x0D12 (Hue=0x3D9) -3581 2126 38 -3636 2104 25 - -# oven -Static 0x092B -3751 2218 20 - -# stone roof -Static 0x056B -3703 2217 40 -3703 2218 40 -3703 2216 40 - -# grasses -Static 0x0CB0 (Hue=0x3D8) -3639 2093 20 -3634 2095 20 - -# hanging lantern -HangingLantern 0x0A1A -3732 2147 29 -3684 2171 20 - -# mushrooms -Static 0x0D11 (Hue=0x497) -3640 2101 24 - -# carpet -Static 0x0AD1 -3692 2204 20 -3692 2203 20 -3691 2204 20 -3691 2203 20 -3691 2202 20 -3691 2201 20 -3691 2201 40 -3690 2204 20 -3690 2203 20 -3690 2202 20 -3690 2201 20 -3689 2204 20 -3689 2203 20 -3689 2202 20 -3689 2201 20 -3688 2203 20 -3688 2202 20 -3688 2201 20 -3688 2204 20 -3692 2202 20 -3692 2201 20 -3690 2202 40 - -# table -Static 0x0B86 -3736 2084 5 -3705 2211 40 -3704 2211 40 -3703 2211 40 - -# wall sconce -Static 0x0A04 -3700 2208 50 - -# grasses -Static 0x0CBD (Hue=0x3D9) -3654 2220 20 - -# small fish -Static 0x0DD7 -3685 2266 20 -3670 2297 -3 - -# chest of drawers -FancyDrawer 0x0A30 -3661 2096 20 - -# fan plant -Static 0x0C98 (Hue=0x3D8) -3640 2107 24 - -# fallen log -Static 0x0CF4 (Hue=0x3D9) -3792 2121 26 - -# pickaxe -Static 0x0E86 -3656 2138 24 - -# fallen log -Static 0x0CF3 (Hue=0x3DB) -3592 2151 53 -3562 2119 20 -3638 2092 20 -3618 2108 24 - -# small palm -Static 0x0C9C (Hue=0x3D9) -3757 2083 30 -3610 2160 53 -3615 2172 33 -3611 2152 60 -3624 2107 21 -3615 2106 21 - -# ponytail palm -Static 0x0CA6 (Hue=0x3DA) -3717 2249 20 -3615 2105 20 - -# mushroom -Static 0x0D16 (Hue=0x497) -3612 2105 20 - -# wood -Static 0x1B81 (Hue=0x3E3) -3542 2140 20 -3661 2038 20 -3745 2058 5 -3552 2162 20 - -# citrine%s% -Static 0x0F23 (Hue=0x497) -3546 2122 22 - -# book -Static 0x0FBD -3680 2254 24 -3670 2236 20 -3669 2236 24 -3664 2255 24 -3656 2194 24 -3683 2203 26 -3752 2221 24 -3699 2210 24 - -# axle%s% with gears -Static 0x1052 -3719 2123 24 -3722 2123 24 -3723 2131 24 -3724 2131 24 - -# snake plant -Static 0x0CA9 (Hue=0x3DB) -3740 2124 20 -3599 2140 69 - -# pampas grass -Static 0x0CC4 (Hue=0x3DA) -3630 2139 68 -3627 2145 79 - -# grasses -Static 0x0CAF (Hue=0x3D8) -3585 2127 45 -3591 2107 22 - -# rock -Static 0x34AC -3703 2023 -5 -3695 2023 -5 -3692 2020 -5 -3693 2022 -5 - -# glass of water -Static 0x1F91 -3722 2222 24 - -# bottle of liquor -Static 0x099B -3728 2228 29 -3727 2228 29 -3730 2218 24 - -# sandstone post -Static 0x0167 -3692 2207 40 -3690 2207 40 -3690 2207 47 -3689 2207 47 -3687 2213 40 -3687 2210 40 -3687 2207 40 -3705 2215 40 -3705 2215 60 -3705 2215 50 -3689 2207 40 - -# snake plant -Static 0x0CA9 (Hue=0x3DA) -3585 2147 65 -3627 2114 36 - -# mushrooms -Static 0x0D14 (Hue=0x3DB) -3773 2216 20 - -# shell -Static 0x0FC8 -3717 2032 4 - -# garbage -Static 0x10F1 (Hue=0x3E2) -3558 2146 25 -3555 2126 20 -3743 2073 5 -3769 2067 20 -3557 2145 23 - -# carpet -Static 0x0ABE -3700 2218 20 -3700 2217 20 -3705 2213 20 -3705 2212 20 -3704 2213 20 -3704 2212 20 -3703 2213 20 -3703 2212 20 -3699 2218 20 -3699 2217 20 - -# armoire -Armoire 0x0A53 -3768 2111 40 - -# carpet -Static 0x0AF7 -3705 2211 20 -3703 2211 20 -3704 2211 20 -3700 2216 20 -3699 2216 20 - -# chair -FancyWoodenChairCushion 0x0B51 (Hue=0x3F) -3773 2104 20 -3769 2117 20 - -# dirt -Static 0x1E00 (Hue=0x3E2) -3554 2120 23 -3714 2218 20 -3553 2130 25 -3551 2130 20 -3764 2059 20 -3680 2060 6 -3559 2130 20 - -# bottle -Static 0x0F04 -3696 2226 29 - -# scroll%s% -Static 0x0EF4 -3696 2223 24 - -# emerald%s% -Static 0x0F2F -3664 2146 24 -3664 2148 24 - -# citrine%s% -Static 0x0F23 -3664 2146 24 -3664 2132 24 -3664 2148 24 - -# amethyst%s% -Static 0x0F22 -3664 2146 24 -3664 2148 24 - -# rub%ies/y% -Static 0x0F2A -3664 2147 24 - -# diamond%s% -Static 0x0F27 -3664 2134 24 -3664 2147 24 - -# tourmaline%s% -Static 0x0F20 -3664 2145 24 -3664 2134 24 -3664 2147 24 - -# sapphire%s% -Static 0x0F1F -3664 2147 24 - -# table -Static 0x0B6D -3765 2095 20 - -# table -Static 0x0B75 -3671 2282 -2 -3699 2211 20 - -# hanging lantern -Static 0x0A1D -3684 2171 20 -3732 2147 29 - -# lilypad -Static 0x0D09 (Hue=0x3DB) -3699 2192 18 - -# grasses -Static 0x0CB6 (Hue=0x497) -3630 2113 35 - -# stone roof -Static 0x0570 -3688 2217 40 -3688 2216 40 -3688 2215 40 -3688 2214 40 -3688 2213 40 -3688 2212 40 -3688 2211 40 -3688 2210 40 -3688 2209 40 -3688 2218 40 - -# tree -Static 0x0D5A (Hue=0x497) -3631 2109 28 -3619 2149 67 -3601 2129 66 -3595 2144 63 -3595 2134 68 -3583 2159 45 -3559 2144 24 -3661 2089 20 - -# dirt -Static 0x1DFE (Hue=0x3E3) -3556 2162 21 -3659 2057 20 -3536 2132 -15 -3559 2127 20 -3726 2065 5 - -# wheel%s% of cheese -Static 0x097E -3684 2168 24 - -# cake -Static 0x09E9 -3759 2216 24 -3757 2226 24 -3757 2225 24 -3757 2227 24 -3683 2168 24 - -# display case -Static 0x0AA5 -3702 2210 24 - -# stone ruins -Static 0x03BF -3708 2159 20 -3692 2176 20 -3718 2152 20 -3765 2126 20 -3638 2066 20 -3677 2070 23 -3744 2225 20 -3775 2105 20 -3722 2144 20 -3769 2113 20 -3709 2250 20 -3688 2111 20 -3761 2231 20 -3772 2107 20 -3738 2099 20 -3785 2115 20 -3760 2080 37 - -# candle -Static 0x0B1B -3681 2184 28 -3664 2253 26 -3715 2090 13 -3696 2152 28 -3691 2184 28 -3690 2248 28 - -# cannon -Static 0x0E94 -3697 2257 20 - -# garbage -Static 0x10F0 (Hue=0x3E4) -3559 2130 20 -3550 2155 22 -3658 2171 20 - -# display case -Static 0x0AA3 -3702 2208 24 - -# carpet -Static 0x0AED -3699 2218 41 -3698 2218 41 - -# carpet -Static 0x0AE8 -3699 2217 41 -3698 2217 41 - -# carpet -Static 0x0AF6 -3702 2212 20 -3702 2213 20 -3698 2218 20 -3698 2217 20 - -# stone roof -Static 0x0561 -3702 2210 60 -3686 2214 20 -3686 2213 20 -3686 2211 20 -3683 2212 20 -3682 2211 20 -3681 2214 20 -3702 2213 60 -3700 2217 60 -3699 2212 60 -3699 2210 60 -3698 2217 60 - -# mushrooms -Static 0x0D0F (Hue=0x3DA) -3617 2152 60 - -# carpet -Static 0x0AD7 -3691 2200 20 -3690 2200 20 -3692 2200 20 -3689 2200 20 -3688 2200 20 - -# carpet -Static 0x0AC3 -3702 2211 20 -3698 2216 20 - -# sandstone floor -Static 0x052B -3705 2215 40 -3704 2211 40 -3704 2209 40 -3697 2218 40 -3705 2217 40 -3704 2213 40 -3702 2211 40 -3702 2209 40 -3700 2216 40 -3700 2215 40 -3700 2213 40 -3700 2211 40 -3700 2209 40 -3699 2209 40 -3699 2208 40 -3702 2213 40 -3698 2216 40 - -# small palm -Static 0x0C9B (Hue=0x3D8) -3621 2113 36 -3782 2147 14 -3794 2123 27 -3643 2103 22 -3582 2156 51 - -# grasses -Static 0x0CB5 (Hue=0x3D8) -3582 2157 50 -3788 2112 25 -3623 2161 55 - -# fallen log -Static 0x0CF6 (Hue=0x3DA) -3564 2135 26 -3654 2070 20 -3622 2155 63 - -# wooden banister -Static 0x08B6 -3698 2214 40 - -# chair -WoodenChairCushion 0x0B52 -3681 2204 20 -3681 2202 20 -3688 2197 20 -3688 2193 20 - -# wooden banister -Static 0x08B8 -3698 2213 40 -3698 2212 27 -3698 2211 40 - -# wooden banister -Static 0x08B9 -3698 2210 40 - -# grasses -Static 0x0D33 (Hue=0x3D8) -3616 2149 69 - -# sandstone post -Static 0x015B -3690 2199 20 -3703 2217 20 -3687 2213 20 -3687 2210 20 -3695 2193 20 -3679 2207 20 -3695 2196 20 -3693 2199 20 - -# spellbook -Static 0x0EFA -3696 2217 24 -3696 2219 24 -3706 2211 44 -3696 2218 24 - -# bunch%es% of dates -Static 0x1727 -3686 2194 20 -3682 2193 20 -3684 2195 20 -3682 2196 20 -3686 2196 20 - -# carpet -Static 0x0AC5 -3701 2216 20 - -# stone roof -Static 0x0573 -3692 2217 40 -3691 2216 40 -3691 2210 40 -3690 2217 40 -3690 2216 40 -3701 2217 40 -3701 2214 40 - -# sandstone wall -Static 0x0250 -3696 2207 20 -3700 2207 20 -3704 2215 20 -3704 2207 20 -3702 2207 20 -3698 2207 20 - -# bookcase -FullBookcase 0x0A9A -3664 2251 20 -3696 2246 20 -3691 2075 5 - -# sandstone wall -Static 0x015A -3687 2218 20 -3687 2216 20 -3687 2209 20 -3687 2208 20 -3687 2199 20 -3687 2198 20 -3687 2192 20 -3687 2215 20 - -# armoire -FancyArmoire 0x0A4D -3700 2152 20 -3687 2200 20 -3690 2152 20 - -# chair -Static 0x0B4F (Hue=0x1E) -3666 2255 20 - -# fallen log -Static 0x0CF7 (Hue=0x3DB) -3563 2142 31 -3686 2088 16 -3665 2070 20 -3620 2152 64 -3645 2193 20 - -# metal chest -MetalGoldenChest 0x0E41 (Hue=0x96E) -3741 2146 20 -3741 2144 20 - -# wooden chest -WoodenChest 0x0E43 (Hue=0x971) -3739 2147 20 -3737 2146 20 -3739 2144 20 - -# metal chest -MetalGoldenChest 0x0E41 (Hue=0x96F) -3737 2145 20 -3737 2144 20 -3741 2147 20 -3739 2145 20 - -# grasses -Static 0x0CAC (Hue=0x497) -3742 2124 20 -3772 2097 22 - -# fern -Static 0x0C9F -3684 2196 20 - -# display case -Static 0x0AA0 -3705 2210 24 -3703 2210 24 -3704 2210 24 - -# fern -Static 0x0CA4 (Hue=0x3D9) -3637 2085 20 -3647 2119 22 -3641 2085 20 -3635 2101 21 -3598 2133 67 -3601 2160 48 -3657 2182 20 - -# tree -Static 0x0D41 (Hue=0x497) -3610 2147 78 -3598 2137 67 -3586 2147 62 -3586 2137 59 -3580 2157 54 -3580 2127 38 -3634 2087 20 -3598 2142 70 -3640 2092 20 - -# axle%s% with gears -Static 0x1051 -3725 2127 24 -3714 2126 24 - -# goblet -Static 0x09CB -3683 2203 24 -3682 2204 24 -3682 2203 24 -3770 2108 24 -3770 2107 24 -3683 2204 24 - -# fern -Static 0x0CA0 -3683 2195 20 - -# armoire -FancyArmoire 0x0A51 -3680 2185 20 -3680 2189 20 -3656 2096 20 -3689 2185 20 - -# window -Static 0x015D -3687 2197 20 -3687 2195 20 -3687 2193 20 -3687 2196 20 -3687 2194 20 - -# coconut%s% -Static 0x1726 -3684 2196 20 -3682 2197 20 -3681 2196 20 -3681 2198 20 - -# rope -Static 0x14FA -3678 2298 -3 -3691 2292 -3 -3680 2261 21 -3679 2270 21 -3666 2262 20 - -# carpet -Static 0x0AE4 -3697 2217 41 - -# fallen log -Static 0x0CF6 (Hue=0x497) -3635 2080 20 -3642 2092 20 -3576 2121 24 - -# dirt patch -Static 0x0911 (Hue=0x3E2) -3546 2149 20 -3556 2146 23 -3625 2207 20 -3725 2056 5 -3556 2123 20 -3756 2058 21 -3537 2141 20 -3548 2138 20 -3557 2118 20 - -# axle%s% -Static 0x105C -3714 2129 24 -3714 2130 24 - -# tree -Static 0x0D71 (Hue=0x497) -3787 2114 20 -3637 2139 55 -3619 2159 56 -3601 2149 63 -3583 2129 43 -3577 2159 35 -3565 2164 20 -3787 2119 24 -3601 2144 64 -3643 2084 20 -3637 2104 25 - -# tree -Static 0x0D6E (Hue=0x497) -3784 2122 24 -3634 2142 55 -3616 2162 50 -3784 2117 20 -3598 2152 61 -3598 2147 65 -3580 2132 42 -3574 2162 22 -3562 2167 20 -3640 2087 20 -3634 2107 25 - -# tile roof -Static 0x05BF -3689 2202 51 -3688 2202 51 -3687 2202 51 -3685 2202 51 -3684 2202 51 -3683 2202 51 -3682 2202 51 -3681 2202 51 -3680 2202 51 -3679 2202 51 -3686 2202 51 - -# stone roof -Static 0x0560 -3705 2209 60 -3704 2212 60 -3686 2212 20 -3685 2211 20 -3683 2211 20 -3683 2209 20 -3682 2213 20 -3705 2213 60 -3705 2211 60 -3703 2211 60 -3701 2217 60 -3701 2213 60 -3699 2217 60 -3699 2209 60 -3698 2212 60 -3701 2211 60 -3697 2217 60 -3697 2213 60 -3697 2211 60 - -# wooden shelf -EmptyBookcase 0x0A9D -3717 2120 20 -3721 2120 20 -3721 2080 5 -3720 2080 5 -3722 2120 20 -3716 2120 20 - -# tree -Static 0x0D86 (Hue=0x497) -3619 2144 82 -3607 2149 61 -3577 2119 23 -3649 2074 20 -3643 2099 22 -3637 2109 28 -3637 2099 20 - -# tree -Static 0x0D84 (Hue=0x497) -3617 2146 80 -3605 2151 61 -3575 2121 23 -3647 2076 20 -3641 2101 23 -3635 2111 29 -3635 2101 20 - -# tree -Static 0x0D85 (Hue=0x497) -3576 2120 23 -3618 2145 82 -3606 2150 61 -3648 2075 20 -3642 2100 23 -3636 2110 29 -3636 2100 20 - -# stone roof -Static 0x055E -3685 2213 20 -3685 2209 20 -3684 2210 20 -3683 2214 20 -3682 2209 20 -3681 2212 20 -3697 2216 60 -3697 2214 60 -3704 2214 60 -3703 2209 60 -3702 2212 60 -3701 2210 60 -3700 2218 60 -3700 2210 60 -3699 2216 60 -3699 2213 60 -3698 2218 60 -3698 2209 60 -3701 2216 60 -3701 2214 60 -3697 2210 60 - -# bookcase -FullBookcase 0x0A97 -3702 2208 40 -3696 2056 5 -3699 2240 20 -3702 2240 20 -3759 2120 20 -3707 2208 40 -3705 2208 40 -3666 2248 20 -3773 2104 40 - -# mug of ale -Static 0x09EF -3722 2218 24 -3731 2221 24 - -# anchor -Static 0x14F9 -3690 2292 -3 -3665 2262 21 - -# dirt -Static 0x1DFF (Hue=0x3E1) -3549 2142 20 -3716 2185 20 -3552 2159 21 -3557 2135 20 -3557 2127 20 -3680 2254 20 - -# pitcher of water -Static 0x1F9D -3722 2228 24 -3770 2107 24 - -# wooden plank -Static 0x07D0 -3670 2281 -3 -3685 2262 20 -3684 2267 20 -3680 2262 20 -3677 2263 20 -3668 2262 20 -3675 2284 -3 -3675 2274 -3 -3672 2270 20 -3671 2269 20 -3665 2261 20 - -# rushes -Static 0x0CA7 (Hue=0x3D8) -3647 2081 20 -3617 2151 65 - -# sandstone wall -Static 0x0251 -3695 2218 20 -3695 2216 20 -3695 2214 20 -3695 2210 20 -3695 2212 20 -3695 2208 20 - -# sandstone wall -Static 0x0256 -3705 2215 20 -3701 2207 20 -3705 2207 20 -3703 2207 20 -3699 2207 20 -3697 2207 20 - -# stone roof -Static 0x0572 -3688 2208 40 -3697 2206 40 - -# rock -Static 0x1776 -3747 2031 -5 -3742 2029 -5 -3747 2035 -5 -3686 2028 -5 -3745 2029 -5 -3720 2017 -3 -3683 2028 -5 -3719 2017 -3 -3719 2016 -2 - -# no draw -Static 0x21A4 -3760 2247 -5 -3765 2244 -5 -3765 2249 -5 -3773 2247 -5 -3773 2242 -5 -3768 2246 -5 - -# tree -Static 0x0D44 (Hue=0x497) -3613 2144 78 -3601 2134 67 -3589 2144 62 -3589 2134 59 -3583 2154 54 -3583 2124 38 -3601 2139 69 -3643 2089 20 -3637 2084 20 - -# tree -Static 0x0D42 (Hue=0x497) -3611 2146 78 -3599 2141 70 -3599 2136 67 -3587 2146 62 -3587 2136 59 -3581 2156 54 -3581 2126 38 -3641 2091 20 -3635 2086 20 - -# mushroom -Static 0x0D16 (Hue=0x3DA) -3608 2118 41 - -# tree -Static 0x0D43 (Hue=0x497) -3612 2145 78 -3600 2140 70 -3588 2145 62 -3588 2135 59 -3582 2155 54 -3582 2125 38 -3600 2135 67 -3642 2090 20 -3636 2085 20 - -# fern -Static 0x0CA2 (Hue=0x497) -3705 2201 20 -3563 2166 20 -3761 2092 20 -3704 2201 20 -3633 2139 58 -3642 2112 31 -3639 2136 44 -3635 2113 31 -3613 2181 16 - -# fallen log -Static 0x0CF4 (Hue=0x3DA) -3646 2083 20 -3638 2138 48 -3643 2086 20 -3629 2154 76 - -# fitting -Static 0x112F -3667 2071 20 -3707 2063 5 -3662 2071 20 -3557 2154 24 -3555 2157 22 - -# tile roof -Static 0x05C1 -3688 2201 48 -3687 2201 48 -3687 2200 45 -3686 2201 48 -3686 2200 45 -3686 2199 42 -3685 2201 48 -3685 2199 42 -3684 2201 48 -3684 2200 45 -3684 2199 42 -3683 2201 48 -3683 2200 45 -3683 2199 42 -3682 2201 48 -3682 2200 45 -3682 2199 42 -3681 2201 48 -3681 2200 45 -3681 2199 42 -3680 2200 45 -3680 2199 42 -3679 2201 48 -3679 2200 45 -3679 2199 42 -3680 2201 48 -3685 2200 45 - -# garbage -Static 0x10EE (Hue=0x3E2) -3536 2150 20 -3556 2158 22 -3554 2131 20 -3553 2156 23 -3716 2064 5 -3550 2145 22 -3689 2057 5 -3553 2159 22 -3559 2146 25 - -# mushrooms -Static 0x0D0D (Hue=0x3DB) -3617 2157 60 - -# cattails -Static 0x0CB7 (Hue=0x3D9) -3639 2216 20 - -# dirt -Static 0x1E00 (Hue=0x3E3) -3542 2139 20 -3557 2129 20 -3559 2135 21 -3558 2122 20 -3553 2127 20 -3544 2148 20 -3550 2165 20 -3558 2145 24 - -# blade plant -Static 0x0C93 (Hue=0x497) -3587 2129 52 -3758 2080 33 -3605 2128 66 -3786 2149 20 - -# wooden chest -WoodenChest 0x0E42 -3696 2228 40 -3680 2204 20 - -# pampas grass -Static 0x0CC4 (Hue=0x3D9) -3777 2126 20 -3618 2151 66 - -# stone roof -Static 0x0563 -3697 2208 60 -3686 2208 20 -3685 2208 20 -3684 2208 20 -3683 2208 20 -3682 2208 20 -3681 2208 20 -3704 2208 60 -3702 2208 60 -3705 2208 60 -3701 2208 60 -3700 2208 60 -3699 2208 60 -3698 2208 60 -3703 2208 60 - -# rock -Static 0x177B -3589 2129 58 -3670 2094 20 -3680 2075 6 -3632 2117 36 -3625 2115 39 -3618 2149 71 - -# tree -Static 0x0D72 (Hue=0x497) -3788 2118 23 -3788 2113 20 -3602 2148 63 -3644 2083 20 -3638 2138 55 -3620 2158 56 -3602 2143 65 -3584 2128 43 -3566 2163 20 -3638 2103 25 -3578 2158 35 - -# pen and ink -Static 0x0FC0 -3685 2224 24 -3729 2228 24 - -# tree -Static 0x0D6F (Hue=0x497) -3785 2116 20 -3635 2141 55 -3617 2161 55 -3785 2121 24 -3599 2151 63 -3599 2146 65 -3581 2131 42 -3563 2166 20 -3641 2086 20 -3635 2106 25 -3575 2161 26 - -# ceramic mug -CeramicMug 0x0995 -3729 2218 24 - -# counter -Static 0x0B3E -3730 2147 20 -3731 2147 20 -3729 2147 20 - -# bench -Static 0x0B93 -3696 2218 40 - -# table -Static 0x0B7A -3671 2281 -2 -3699 2210 20 -3696 2218 20 - -# bench -Static 0x0B94 -3696 2217 40 - -# table -Static 0x0B76 -3673 2134 20 -3699 2209 20 -3696 2217 20 - -# fan plant -Static 0x0C98 (Hue=0x3D9) -3704 2198 20 -3683 2093 23 -3618 2161 55 - -# sandstone floor -Static 0x052C -3705 2218 40 -3699 2216 40 -3705 2216 40 -3704 2212 40 -3704 2210 40 -3704 2208 40 -3702 2212 40 -3702 2210 40 -3702 2208 40 -3702 2207 40 -3700 2218 40 -3700 2217 40 -3700 2214 40 -3700 2210 40 -3699 2218 40 -3699 2217 40 -3698 2218 40 -3698 2217 40 -3700 2212 40 -3696 2218 40 -3700 2208 40 - -# sandstone floor -Static 0x0529 -3705 2209 40 -3705 2214 40 -3705 2212 40 -3705 2211 40 -3704 2217 40 -3703 2213 40 -3703 2211 40 -3703 2209 40 -3701 2213 40 -3701 2211 40 -3701 2209 40 -3701 2208 40 -3696 2217 40 -3696 2216 40 - -# wall sconce -Static 0x09FE -3696 2216 50 - -# pile of garbage -Static 0x10F2 (Hue=0x3E4) -3544 2142 20 -3558 2132 20 -3555 2160 21 - -# clean bandage%s% -Static 0x0EE9 -3687 2224 24 -3686 2224 24 -3693 2208 24 -3689 2208 24 -3683 2224 24 -3692 2208 24 -3691 2208 24 -3690 2208 24 - -# clock frame%s% -Static 0x104E -3725 2128 24 -3714 2130 24 -3714 2127 24 - -# dirt -Static 0x1DFF (Hue=0x3E2) -3669 2225 20 -3687 2257 20 -3550 2156 22 -3552 2129 20 -3552 2157 22 -3546 2158 20 -3787 2138 29 -3735 2064 5 - -# pizza%s% -Static 0x1040 -3752 2226 24 -3680 2173 24 -3721 2083 9 -3752 2228 24 -3752 2227 24 - -# wooden banister -Static 0x08B7 -3697 2214 40 -3696 2214 40 - -# pampas grass -Static 0x0CC4 (Hue=0x497) -3551 2127 20 -3643 2102 22 -3611 2157 57 -3614 2105 20 -3624 2207 16 - -# dirt patch -Static 0x0912 (Hue=0x3E2) -3683 2057 6 -3728 2061 5 - -# stone roof -Static 0x0564 -3680 2214 20 -3680 2213 20 -3680 2212 20 -3680 2211 20 -3680 2210 20 -3680 2209 20 -3696 2215 60 -3696 2214 60 -3696 2212 60 -3696 2218 60 -3696 2217 60 -3696 2216 60 -3696 2213 60 -3696 2211 60 -3696 2210 60 -3696 2209 60 - -# stone ruins -Static 0x03C5 -3778 2112 20 -3700 2182 20 -3692 2180 20 -3748 2084 25 -3674 2107 20 -3687 2188 20 -3784 2114 20 -3723 2143 20 -3666 2104 20 -3663 2251 20 -3736 2077 5 -3658 2171 20 -3713 2179 20 -3740 2061 5 -3653 2108 20 -3696 2181 20 -3790 2116 25 -3778 2104 20 -3688 2087 8 -3712 2066 5 - -# counter -Static 0x0B40 -3732 2147 20 -3728 2147 20 - -# stone step -Static 0x0917 (Hue=0x482) -3736 2174 20 -3735 2175 20 -3734 2174 20 -3735 2173 20 - -# death vortex -Static 0x378A -3735 2174 20 - -# stone column -Static 0x0077 (Hue=0x482) -3735 2174 20 - -# tree -Static 0x0D5B (Hue=0x497) -3632 2108 29 -3620 2148 67 -3602 2128 65 -3596 2143 63 -3596 2133 68 -3584 2158 45 -3560 2143 24 -3662 2088 20 -3614 2108 25 - -# sandstone -Static 0x076C -3698 2208 25 -3697 2210 25 -3697 2208 20 -3696 2211 25 -3696 2211 20 -3696 2210 30 -3696 2208 35 -3697 2209 35 -3698 2212 20 -3698 2211 25 -3698 2211 20 -3698 2210 30 -3698 2210 25 -3698 2210 20 -3698 2209 35 -3698 2209 30 -3698 2209 25 -3698 2209 20 -3698 2208 35 -3698 2208 30 -3698 2208 20 -3697 2212 20 -3697 2211 25 -3697 2211 20 -3697 2210 30 -3697 2210 20 -3697 2209 30 -3697 2209 25 -3697 2209 20 -3697 2208 35 -3697 2208 30 -3697 2208 25 -3696 2212 20 -3696 2210 25 -3696 2210 20 -3696 2209 35 -3696 2209 30 -3696 2209 25 -3696 2209 20 -3696 2208 30 -3696 2208 25 -3696 2208 20 - -# tree -Static 0x0D58 (Hue=0x497) -3629 2111 29 -3617 2151 67 -3593 2146 63 -3593 2136 68 -3581 2161 45 -3557 2146 23 -3659 2091 20 -3599 2131 67 -3611 2111 25 - -# tree -Static 0x0D57 (Hue=0x497) -3658 2092 20 -3616 2152 67 -3598 2132 67 -3592 2147 63 -3592 2137 68 -3580 2162 45 -3556 2147 24 -3628 2112 29 -3610 2112 25 - -# clock parts -Static 0x1050 -3718 2123 24 -3723 2131 24 -3714 2126 24 -3722 2131 24 - -# ponytail palm -Static 0x0CA6 (Hue=0x3D9) -3773 2124 20 - -# muffins -Static 0x09EB -3682 2168 24 -3757 2216 26 -3752 2222 24 -3758 2216 24 -3752 2223 24 - -# wooden chest -WoodenChest 0x0E43 -3684 2200 20 -3686 2200 20 - -# wooden door -DarkWoodDoor 0x06A5 (Facing=WestCW) -3691 2199 20 - -# grasses -Static 0x0D33 (Hue=0x3DB) -3616 2153 60 - -# fallen log -Static 0x0CF4 (Hue=0x3D8) -3586 2154 59 -3567 2111 20 -3558 2136 22 -3638 2220 20 - -# blood -Static 0x122C -3544 2154 20 - -# stone roof -Static 0x055F -3704 2211 60 -3686 2210 20 -3684 2214 20 -3684 2211 20 -3700 2211 60 -3682 2210 20 -3681 2213 20 -3681 2210 20 -3699 2214 60 -3704 2213 60 -3703 2210 60 -3702 2209 60 -3701 2218 60 -3701 2212 60 -3699 2211 60 -3700 2216 60 -3700 2209 60 -3699 2218 60 -3702 2214 60 -3698 2216 60 -3698 2213 60 -3698 2210 60 -3697 2218 60 -3697 2212 60 -3683 2213 20 - -# shells -Static 0x0FCA -3717 2029 3 - -# blood -Static 0x122A -3544 2154 20 - -# skull mug -Static 0x0FFD -3726 2228 21 -3728 2228 25 -3727 2228 25 - -# pewter mug -PewterMug 0x0FFF -3727 2218 24 - -# stone ruins -Static 0x03BB -3734 2120 20 -3697 2181 20 -3741 2067 5 -3689 2123 20 -3647 2119 22 -3719 2178 20 -3701 2179 20 -3770 2110 20 -3679 2240 20 -3798 2102 24 - -# fallen log -Static 0x0CF6 (Hue=0x3D8) -3632 2148 62 -3625 2105 20 -3612 2153 61 - -# table -Static 0x0B72 -3683 2202 20 - -# playing cards -Static 0x0FA3 -3722 2217 24 - -# fish -Static 0x09CC -3685 2258 24 -3685 2257 24 -3685 2255 24 -3685 2256 24 - -# fish -Static 0x09CD -3685 2257 24 -3685 2256 24 -3685 2258 24 -3685 2255 24 - -# game board -ChessBoard 0x0FA6 -3697 2061 9 -3730 2221 24 - -# sextant -Static 0x1057 -3719 2131 24 -3722 2123 24 - -# tree -Static 0x0D70 (Hue=0x497) -3786 2120 24 -3786 2115 20 -3636 2140 55 -3600 2150 63 -3600 2145 65 -3582 2130 43 -3576 2160 35 -3564 2165 20 -3618 2160 56 -3642 2085 20 -3636 2105 25 - -# unbaked pie -Static 0x1042 -3680 2172 24 -3752 2226 24 -3721 2083 9 - -# sandstone wall -Static 0x0257 -3687 2217 20 -3695 2211 20 -3703 2216 20 -3695 2217 20 -3695 2215 20 -3695 2213 20 -3695 2209 20 - -# glass of water -Static 0x1F93 -3731 2221 24 - -# wooden ladder -Static 0x08A1 -3673 2117 20 - -# sandstone post -Static 0x0161 -3679 2199 20 -3695 2207 40 -3703 2215 20 -3702 2215 40 -3695 2207 20 - -# wooden ladder -Static 0x08A3 -3676 2229 43 -3675 2229 43 -3682 2231 31 -3670 2185 21 - -# candelabra -Static 0x0B1F -3760 2118 24 -3691 2165 31 - -# elephant ear plant -Static 0x0C97 (Hue=0x3DB) -3690 2119 20 -3639 2136 44 -3615 2144 86 - -# stool -Static 0x0A2B -3682 2172 20 -3682 2170 20 -3684 2170 20 - -# diamond%s% -Static 0x0F28 -3664 2132 24 -3664 2147 24 -3664 2145 24 - -# sandstone wall -Static 0x015F -3695 2205 20 -3695 2201 20 -3695 2198 20 -3735 2151 20 -3695 2192 20 -3679 2207 20 -3679 2206 20 -3679 2205 20 -3679 2201 20 -3679 2200 20 -3695 2206 20 -3695 2204 20 -3695 2203 20 -3735 2150 20 -3735 2149 20 -3735 2148 20 -3735 2146 20 -3735 2145 20 -3735 2144 20 -3695 2207 20 -3695 2202 20 -3695 2200 20 - -# piece%s% of amber -Static 0x0F25 -3664 2133 24 - -# water -Static 0x179C -3810 2137 -5 -3531 2158 -5 - -# citrine%s% -Static 0x0F24 -3664 2132 24 - -# water -Static 0x1797 -3810 2137 -5 -3804 2116 -5 -3683 2271 -5 -3631 2088 -5 -3531 2158 -5 - -# rub%ies/y% -Static 0x0F1D -3664 2146 24 -3664 2148 24 -3664 2132 24 - -# fishing pole -Static 0x0DBF -3685 2270 21 -3667 2299 -2 - -# water -Static 0x1798 -3652 2237 -5 -3531 2158 -5 - -# water -Static 0x179B -3531 2158 -5 - -# rub%ies/y% -Static 0x0F14 -3664 2131 24 - -# diamond%s% -Static 0x0F29 -3665 2148 27 -3665 2146 27 - -# garbage -Static 0x10F1 (Hue=0x3E4) -3546 2152 20 -3550 2155 22 -3554 2125 20 - -# candelabra -CandelabraStand 0x0B26 -3680 2251 20 -3736 2067 5 -3696 2160 20 -3686 2254 20 -3656 2118 20 -3691 2071 5 -3752 2120 20 -3680 2168 20 -3656 2176 20 -3770 2104 20 -3710 2251 20 -3696 2240 20 -3691 2056 5 -3684 2064 5 -3678 2096 20 -3670 2250 20 -3670 2112 20 -3663 2192 20 - -# spinning wheel -SpinningWheelSouthAddon 0x1015 -3661 2229 20 - -# garbage -Static 0x10EF -3662 2288 0 -3655 2282 -1 - -# candlabra -CandelabraStand 0x0A29 -3752 2120 20 -3680 2251 20 -3680 2168 20 -3656 2176 20 -3656 2118 20 - -# clock -Static 0x104C -3719 2120 29 -3714 2125 24 - -# small palm -Static 0x0C9C (Hue=0x3DA) -3624 2156 63 -3614 2159 56 -3650 2220 20 - -# flowstone -Static 0x08E3 -3705 2019 -5 -3705 2016 -5 -3704 2017 -5 -3704 2016 -5 -3690 2018 -5 -3693 2016 -5 -3691 2020 -5 - -# mushrooms -Static 0x0D0E (Hue=0x497) -3536 2138 20 -3611 2161 50 - -# sapling -Static 0x0CE9 (Hue=0x3DB) -3597 2145 64 -3637 2110 29 -3613 2157 61 - -# grasses -Static 0x0CB0 (Hue=0x3DB) -3587 2128 51 -3613 2156 60 - -# grasses -Static 0x0CB5 (Hue=0x3D9) -3720 2136 20 -3647 2056 15 -3615 2161 57 -3613 2105 11 -3619 2136 87 -3613 2152 59 - -# o'hii tree -Static 0x0C9E (Hue=0x3D8) -3627 2114 36 -3593 2148 62 - -# sandstone wall -Static 0x024D -3701 2207 40 -3705 2207 40 -3704 2207 40 -3703 2215 40 -3703 2207 40 -3702 2207 40 -3700 2207 40 -3698 2207 40 -3697 2207 40 -3696 2207 40 -3699 2207 40 - -# sandstone wall -Static 0x025B -3775 2111 20 - -# tree -Static 0x0D59 (Hue=0x497) -3618 2150 67 -3600 2130 67 -3594 2145 63 -3594 2135 68 -3582 2160 45 -3558 2145 24 -3660 2090 20 -3630 2110 29 - -# chair -FancyWoodenChairCushion 0x0B51 -3682 2254 20 -3666 2255 20 -3666 2253 20 -3765 2123 20 -3709 2248 20 -3709 2246 20 - -# bottle -Static 0x0F01 -3709 2224 24 - -# dough -Static 0x103D -3680 2170 24 -3761 2216 24 - -# scroll%s% -Static 0x0EF8 -3708 2224 24 - -# bottle -Static 0x0F02 -3708 2224 22 - -# cattails -Static 0x0CB8 (Hue=0x3DB) -3624 2201 -15 - -# brass sign -LocalizedSign 0x0BD2 -3728 2160 20 -3720 2184 20 - -# metal signpost -Static 0x0BA2 -3682 2261 20 -3728 2160 20 -3669 2261 20 - -# scroll%s% -Static 0x0EF6 -3706 2224 24 - -# fallen log -Static 0x0CF5 (Hue=0x3D8) -3581 2111 21 -3758 2209 20 -3627 2107 22 -3624 2206 13 - -# grasses -Static 0x0CAF (Hue=0x3D9) -3624 2201 -15 -3704 2113 20 -3613 2132 77 -3611 2136 79 - -# tile roof -Static 0x05B5 -3689 2207 48 -3689 2206 48 -3689 2204 48 -3689 2199 48 -3689 2193 48 -3689 2192 48 -3688 2207 45 -3688 2206 45 -3688 2205 45 -3688 2199 45 -3688 2198 45 -3688 2197 45 -3688 2196 45 -3688 2195 45 -3688 2194 45 -3688 2193 45 -3688 2192 45 -3687 2207 42 -3687 2206 42 -3687 2197 42 -3687 2196 42 -3687 2194 42 -3687 2193 42 -3687 2192 42 -3686 2207 39 -3689 2200 48 -3689 2197 48 -3682 2261 46 -3681 2261 43 -3680 2261 40 -3665 2261 43 -3683 2261 49 -3689 2205 48 -3689 2196 48 -3689 2195 48 -3689 2194 48 -3667 2261 49 -3687 2198 42 -3687 2195 42 -3666 2261 46 -3664 2261 40 -3689 2198 48 - -# rushes -Static 0x0CA7 (Hue=0x3DB) -3589 2129 58 -3618 2170 37 - -# stone wall -Static 0x0062 (Hue=0x8AE) -3736 2175 20 - -# book -RedBook 0x0FF1 -3705 2211 44 - -# small palm -Static 0x0C9C (Hue=0x3D8) -3574 2125 26 -3607 2139 75 - -# stone ruins -Static 0x03B8 (Hue=0x497) -3570 2146 40 -3572 2142 38 -3565 2135 25 -3561 2137 22 -3570 2138 31 -3566 2148 33 -3559 2141 23 -3562 2145 26 - -# stone stairs -Static 0x0789 (Hue=0x497) -3568 2145 40 -3570 2141 38 -3563 2134 25 -3559 2136 22 -3564 2147 33 -3557 2140 23 -3568 2137 31 -3560 2144 26 - -# stone ruins -Static 0x03B9 (Hue=0x497) -3566 2145 40 -3568 2141 38 -3561 2134 25 -3557 2136 22 -3562 2147 33 -3555 2140 23 -3566 2137 31 -3558 2144 26 - -# stone step -Static 0x0917 (Hue=0x497) -3568 2144 40 -3570 2140 38 -3563 2133 25 -3559 2135 22 -3568 2136 31 -3564 2146 33 -3557 2139 23 -3560 2143 26 - -# ruined wall -Static 0x027A (Hue=0x497) -3567 2144 40 -3569 2140 38 -3562 2133 25 -3558 2135 22 -3567 2136 31 -3563 2146 33 -3556 2139 23 -3559 2143 26 - -# fallen log -Static 0x0CF5 (Hue=0x497) -3660 2067 20 -3668 2106 20 -3614 2162 48 - -# stone stairs -Static 0x0794 (Hue=0x497) -3569 2143 40 -3571 2139 38 -3564 2132 25 -3565 2145 33 -3560 2134 22 -3569 2135 31 -3558 2138 23 -3561 2142 26 - -# large fern -Static 0x0CA1 (Hue=0x3DB) -3571 2164 21 -3771 2099 20 -3607 2146 67 -3647 2095 21 -3631 2151 71 -3616 2107 21 -3620 2150 67 -3614 2147 75 -3613 2162 47 - -# ruined wall -Static 0x0278 (Hue=0x497) -3568 2143 40 -3570 2139 38 -3563 2132 24 -3564 2145 34 -3559 2134 22 -3568 2135 31 -3557 2138 23 -3560 2142 26 - -# stone ruins -Static 0x03BB (Hue=0x497) -3566 2143 40 -3568 2139 38 -3561 2132 25 -3562 2145 33 -3557 2134 22 -3566 2135 31 -3555 2138 23 -3558 2142 26 - -# stone stairs -Static 0x078B (Hue=0x497) -3567 2141 40 -3569 2137 38 -3562 2130 25 -3558 2132 22 -3567 2133 31 -3556 2136 23 -3563 2143 33 -3559 2140 26 - -# grasses -Static 0x0D32 (Hue=0x3DA) -3755 2241 20 -3661 2089 20 -3736 2160 20 -3651 2252 20 -3609 2151 63 - -# fan plant -Static 0x0C98 (Hue=0x3DB) -3541 2148 20 -3607 2145 66 - -# candle -CandleLarge 0x0B1A -3699 2061 11 -3699 2072 9 -3686 2152 28 -3656 2099 28 -3768 2112 48 - -# crystal ball -Static 0x0E2F -3696 2227 24 -3704 2224 24 - -# wooden plank -Static 0x07CF -3671 2285 -3 -3671 2278 -3 -3682 2263 20 -3694 2282 -3 -3693 2282 -3 -3668 2270 20 -3668 2269 20 -3692 2295 -3 -3692 2283 -3 -3691 2294 -3 -3691 2282 -3 -3690 2295 -3 -3690 2283 -3 -3688 2287 -3 -3687 2291 -3 -3685 2291 -3 -3685 2287 -3 -3685 2261 20 -3684 2287 -3 -3683 2262 20 -3682 2287 -3 -3681 2294 -3 -3680 2294 -3 -3680 2266 20 -3680 2265 20 -3679 2295 -3 -3679 2287 -3 -3679 2268 20 -3694 2294 -3 -3678 2294 -3 -3678 2291 -3 -3678 2266 20 -3693 2294 -3 -3677 2295 -3 -3677 2279 -3 -3676 2287 -3 -3676 2277 -3 -3676 2270 20 -3675 2264 20 -3674 2291 -3 -3674 2281 -3 -3674 2266 20 -3673 2285 -3 -3686 2265 20 -3673 2275 -3 -3673 2267 20 -3673 2264 20 -3673 2263 20 -3672 2287 -3 -3672 2277 -3 -3671 2288 -3 -3671 2284 -3 -3671 2275 -3 -3671 2274 -3 -3671 2268 20 -3671 2262 20 -3670 2294 -3 -3670 2269 20 -3682 2268 20 -3682 2266 20 -3669 2294 -3 -3669 2287 -3 -3669 2262 20 -3668 2295 -3 -3667 2294 -3 -3667 2287 -3 -3666 2295 -3 -3666 2266 20 -3666 2261 20 -3671 2266 20 -3664 2287 -3 -3663 2291 -3 -3663 2263 20 -3693 2287 -3 -3661 2291 -3 -3661 2287 -3 -3660 2287 -3 -3658 2287 -3 -3657 2294 -3 -3657 2282 -3 -3656 2294 -3 -3656 2282 -3 -3691 2287 -3 -3655 2295 -3 -3655 2287 -3 -3655 2283 -3 -3654 2294 -3 -3654 2291 -3 -3654 2282 -3 -3653 2295 -3 -3653 2283 -3 - -# mushrooms -Static 0x0D14 (Hue=0x3D9) -3612 2162 47 - -# fern -Static 0x0CA4 (Hue=0x3DA) -3569 2164 21 -3560 2118 20 -3543 2156 19 -3788 2113 25 -3723 2239 20 -3643 2127 35 -3624 2173 35 -3647 2087 20 -3643 2086 20 -3608 2152 60 -3633 2106 24 -3788 2128 26 -3621 2113 36 -3759 2081 33 -3606 2164 41 - -# fern -Static 0x0C9F (Hue=0x3DA) -3776 2133 25 -3760 2082 31 -3642 2091 20 -3661 2078 20 -3599 2146 60 -3634 2125 45 -3612 2164 43 -3612 2145 77 - -# tiller man -Static 0x3E4E -3681 2285 -5 - -# stone roof -Static 0x055C -3705 2212 60 -3704 2210 60 -3703 2214 60 -3701 2215 60 -3685 2210 20 -3684 2213 20 -3683 2210 20 -3682 2212 20 -3700 2212 60 -3705 2214 60 -3703 2212 60 -3699 2215 60 -3698 2214 60 -3685 2214 20 -3681 2209 20 - -# pile of garbage -Static 0x10F2 (Hue=0x497) -3543 2141 20 -3558 2148 26 -3554 2145 22 -3720 2068 5 -3553 2159 22 - -# morning glories -Static 0x0D34 (Hue=0x3D8) -3607 2142 74 - -# small palm -Static 0x0C9A (Hue=0x3DA) -3587 2139 64 -3584 2128 45 -3584 2127 45 -3743 2184 20 -3690 2261 20 -3770 2206 20 - -# mushrooms -Static 0x0D11 (Hue=0x3DB) -3741 2261 20 - -# small palm -Static 0x0C9C (Hue=0x497) -3633 2080 20 -3608 2114 34 -3608 2157 58 -3751 2251 9 - -# dirt -Static 0x1E00 (Hue=0x3E1) -3549 2146 21 -3549 2138 20 -3549 2144 21 -3551 2133 20 -3558 2126 20 -3558 2148 26 -3551 2147 22 -3714 2066 5 -3551 2159 21 -3554 2161 21 - -# pile of garbage -Static 0x10F2 -3549 2149 21 -3555 2136 20 -3559 2120 20 -3657 2062 20 -3656 2280 -1 -3552 2163 20 - -# fern -Static 0x0CA2 (Hue=0x3DA) -3585 2126 44 -3574 2127 33 -3745 2078 5 -3702 2109 20 -3632 2129 55 -3615 2155 58 -3648 2085 20 -3636 2080 20 -3637 2083 20 -3608 2154 59 -3670 2065 21 -3643 2064 20 -3623 2120 44 -3632 2214 20 -3749 2254 14 -3603 2140 72 - -# cattails -Static 0x0CB7 (Hue=0x497) -3626 2209 20 - -# candelabra -Candelabra 0x0B1D -3760 2115 24 -3705 2211 48 -3656 2141 26 - -# pile of garbage -Static 0x10F2 (Hue=0x3E2) -3551 2152 22 -3558 2142 24 - -# bed -Static 0x0A5A -3693 2218 20 -3694 2216 20 -3693 2215 20 -3688 2217 20 -3694 2218 20 -3694 2214 20 -3694 2212 20 - -# fern -Static 0x0CA0 (Hue=0x3DA) -3588 2158 53 -3682 2111 20 -3628 2151 78 -3737 2093 5 -3676 2140 20 -3630 2139 68 -3622 2151 66 -3639 2092 20 -3730 2256 20 -3635 2076 20 -3596 2145 62 -3600 2115 35 - -# bulrushes -Static 0x0C94 (Hue=0x3D8) -3562 2166 20 -3638 2140 48 -3644 2090 20 -3599 2122 49 -3612 2142 84 -3610 2124 60 - -# clock -Static 0x104B -3720 2123 24 -3722 2131 24 - -# silverware -Static 0x09D5 -3683 2203 24 -3722 2084 9 - -# pen and ink -Static 0x0FBF -3680 2253 24 -3669 2235 24 -3664 2254 27 -3683 2203 27 -3752 2220 24 -3699 2209 24 -3656 2193 24 - -# ponytail palm -Static 0x0CA6 (Hue=0x3D8) -3748 2087 26 -3730 2257 15 - -# sandstone floor -Static 0x052A -3705 2208 40 -3703 2208 40 -3701 2208 40 -3701 2207 40 -3699 2214 40 -3699 2212 40 -3705 2210 40 -3704 2218 40 -3704 2216 40 -3704 2215 40 -3704 2214 40 -3703 2212 40 -3703 2210 40 -3702 2208 40 -3705 2213 40 -3701 2212 40 -3701 2210 40 -3699 2215 40 -3699 2213 40 -3699 2211 40 -3699 2210 40 -3697 2217 40 -3697 2216 40 -3697 2215 40 -3696 2215 40 -3698 2215 40 - -# goblet -Static 0x09B3 -3726 2218 24 -3718 2084 9 -3718 2083 9 -3721 2084 9 - -# small palm -Static 0x0C99 (Hue=0x3D8) -3578 2122 25 -3627 2199 20 -3647 2084 20 -3624 2148 79 -3616 2152 58 -3611 2111 26 -3623 2190 15 - -# garbage -Static 0x10EE (Hue=0x3E4) -3538 2144 20 -3557 2164 20 -3554 2157 23 - -# fern -Static 0x0CA2 (Hue=0x3D9) -3579 2124 29 -3626 2116 40 -3617 2153 58 -3647 2206 20 -3611 2155 59 -3719 2244 20 - -# elephant ear plant -Static 0x0C97 (Hue=0x3D9) -3604 2125 62 - -# fitting -Static 0x112F (Hue=0x497) -3555 2125 20 -3664 2216 20 -3538 2157 -15 -3552 2147 23 -3545 2137 20 - -# rock -Static 0x1774 -3598 2145 61 -3739 2097 20 -3609 2143 75 -3633 2174 40 -3634 2103 20 -3634 2079 20 -3657 2174 20 -3615 2142 91 -3733 2231 20 - -# ponytail palm -Static 0x0CA6 (Hue=0x497) -3603 2127 63 - -# chair -FancyWoodenChairCushion 0x0B50 -3754 2125 20 -3769 2117 20 -3756 2125 20 -3708 2250 20 -3772 2117 20 -3705 2250 20 -3700 2253 20 -3698 2253 20 - -# chair -Static 0x0B4F -3773 2104 20 -3705 2240 20 -3698 2240 20 - -# stone ruins -Static 0x03C3 -3721 2181 20 -3747 2144 11 -3668 2105 20 -3778 2108 20 -3745 2067 5 -3645 2113 21 -3707 2157 20 -3782 2123 20 -3653 2093 20 -3732 2067 5 -3702 2075 5 -3728 2058 5 -3734 2103 20 - -# small palm -Static 0x0C9B (Hue=0x3DA) -3566 2113 20 -3675 2132 20 -3647 2074 20 -3635 2072 20 -3631 2098 20 -3614 2147 76 -3611 2154 59 - -# dirt -Static 0x1DFF -3546 2140 20 -3555 2162 21 -3547 2153 20 -3557 2154 24 -3552 2130 20 -3555 2133 20 -3675 2055 28 -3695 2066 5 -3714 2225 20 -3684 2222 20 -3555 2140 21 -3556 2125 20 -3555 2132 20 -3551 2159 21 -3668 2232 20 -3558 2150 27 -3637 2219 20 -3550 2154 22 -3557 2158 22 - -# blade plant -Static 0x0C93 (Hue=0x3D9) -3581 2127 40 -3627 2114 36 -3782 2106 20 - -# dirt -Static 0x1DFE (Hue=0x497) -3539 2144 20 -3551 2138 20 -3538 2157 -15 -3661 2053 20 -3744 2066 5 -3556 2147 25 -3650 2126 25 -3552 2156 23 -3675 2209 20 -3556 2152 25 -3559 2136 22 -3683 2021 -15 -3546 2157 20 -3551 2131 20 -3556 2128 20 -3558 2125 20 -3558 2124 20 -3672 2068 22 -3726 2066 5 -3559 2115 -15 -3546 2155 20 -3556 2151 25 - -# small palm -Static 0x0C9A (Hue=0x3D9) -3575 2127 34 -3720 2116 20 -3623 2115 39 -3617 2148 72 -3615 2164 46 -3596 2125 54 - -# small palm -Static 0x0C9D (Hue=0x3D8) -3580 2118 24 -3791 2106 26 -3653 2138 21 -3646 2130 33 -3624 2117 41 -3610 2159 58 -3598 2106 21 - -# blade plant -Static 0x0C93 (Hue=0x3D8) -3628 2125 56 -3628 2217 20 -3625 2190 20 -3623 2166 45 - -# tile roof -Static 0x05C0 -3688 2203 48 -3687 2204 45 -3687 2203 48 -3686 2205 42 -3686 2204 45 -3686 2203 48 -3686 2192 39 -3685 2206 39 -3685 2205 42 -3685 2204 45 -3685 2192 39 -3684 2207 36 -3684 2206 39 -3684 2205 42 -3684 2204 45 -3684 2203 48 -3684 2192 39 -3683 2207 36 -3683 2206 39 -3683 2205 42 -3683 2204 33 -3683 2203 48 -3683 2192 39 -3682 2207 36 -3682 2206 39 -3682 2205 42 -3682 2204 45 -3682 2203 48 -3682 2192 39 -3681 2207 36 -3681 2206 39 -3681 2205 42 -3681 2204 45 -3681 2203 48 -3680 2207 36 -3680 2206 39 -3680 2205 42 -3680 2204 45 -3680 2203 48 -3680 2192 39 -3679 2207 36 -3679 2206 39 -3679 2205 42 -3679 2204 45 -3679 2203 48 -3679 2192 39 -3685 2203 48 -3681 2192 39 - -# sapling -Static 0x0CEA (Hue=0x3DB) -3630 2184 24 - -# small palm -Static 0x0C99 (Hue=0x497) -3633 2076 8 -3603 2146 63 - -# small palm -Static 0x0C9A (Hue=0x3DB) -3578 2115 22 -3627 2196 20 -3602 2168 37 - -# stone ruins -Static 0x03B8 -3702 2258 20 -3723 2141 20 -3673 2123 20 -3699 2074 5 -3720 2174 20 -3677 2109 20 -3707 2177 20 -3700 2180 20 -3702 2155 20 -3651 2113 20 -3720 2054 5 -3796 2113 24 -3669 2257 20 -3777 2104 20 - -# wooden post -Static 0x00A9 -3623 2207 -15 - -# mushrooms -Static 0x0D13 (Hue=0x3D8) -3637 2171 46 -3601 2157 58 - -# wooden bench -WoodenBench 0x0B2C -3696 2201 20 -3696 2200 20 -3696 2199 20 -3773 2103 20 -3789 2097 25 - -# checkers -Static 0x0FA5 -3730 2221 24 -3697 2061 9 - -# checkers -Static 0x0FA4 -3730 2221 24 -3697 2061 9 - -# wooden shelf -EmptyBookcase 0x0A9E -3715 2084 5 -3712 2130 20 -3712 2125 20 -3680 2250 20 -3680 2249 20 -3664 2257 20 -3712 2124 20 -3712 2129 20 -3715 2085 5 - -# stone ruins -Static 0x03C6 -3789 2112 25 -3700 2181 20 -3694 2187 20 -3722 2194 20 -3699 2183 20 -3740 2121 20 -3733 2091 5 -3715 2247 20 -3770 2222 20 -3743 2135 21 -3727 2179 20 -3754 2088 27 -3737 2099 20 -3684 2258 20 -3642 2130 36 -3710 2178 20 -3714 2091 5 -3730 2130 20 -3660 2257 20 -3664 2184 20 -3692 2088 8 - -# dirt patch -Static 0x0911 (Hue=0x497) -3543 2145 20 -3541 2148 20 -3555 2139 21 -3545 2138 20 -3557 2145 23 -3557 2121 20 -3740 2129 20 -3552 2126 20 -3551 2144 22 -3687 2061 5 -3542 2154 20 -3552 2164 20 -3552 2161 27 -3697 2065 5 -3627 2191 20 -3545 2147 20 -3743 2070 5 -3553 2121 20 -3551 2155 22 -3555 2160 21 -3747 2066 6 - -# pier -Static 0x03AA -3687 2270 21 -3687 2261 21 -3663 2262 21 -3684 2270 21 -3682 2270 21 -3680 2270 21 -3679 2261 21 -3678 2270 21 -3671 2261 21 -3669 2270 21 -3667 2270 21 -3665 2270 21 -3663 2270 21 -3663 2268 21 -3663 2266 21 -3663 2264 21 -3687 2268 21 - -# sandstone wall -Static 0x024E -3702 2217 40 -3786 2116 20 -3702 2218 40 -3695 2215 40 -3695 2214 40 -3695 2213 40 -3695 2212 40 -3695 2211 40 -3695 2210 40 -3695 2209 40 -3695 2208 40 -3702 2216 40 -3695 2218 40 -3695 2217 40 -3695 2216 40 -3773 2106 20 - -# fallen log -Static 0x0CF4 (Hue=0x3DB) -3539 2150 20 -3614 2155 59 -3649 2087 20 -3621 2187 8 - -# stone ruins -Static 0x03BA -3717 2067 5 -3782 2111 20 -3780 2100 20 -3662 2162 20 -3736 2127 20 -3736 2094 10 -3640 2116 33 -3706 2067 5 -3745 2069 5 -3684 2248 20 -3736 2097 20 -3777 2118 20 -3665 2252 20 -3722 2105 20 -3701 2078 5 - -# dirt patch -Static 0x0911 (Hue=0x3E3) -3541 2139 20 -3551 2142 22 -3548 2158 21 -3742 2070 5 -3548 2151 21 - -# snake plant -Static 0x0CA9 (Hue=0x497) -3643 2095 22 -3627 2193 20 -3606 2130 68 -3625 2200 20 -3613 2178 27 - -# wood -Static 0x1B81 -3662 2043 20 -3553 2153 23 -3553 2128 20 -3557 2157 23 -3556 2150 26 -3555 2151 24 -3555 2142 21 -3537 2155 -15 -3557 2121 20 -3742 2073 5 -3555 2140 21 -3551 2132 20 -3550 2163 20 -3765 2072 32 -3764 2071 32 -3551 2146 22 -3731 2074 5 -3557 2118 20 -3773 2104 20 -3558 2132 20 -3649 2147 32 -3558 2160 21 -3536 2133 18 -3638 2072 20 - -# fern -Static 0x0CA0 (Hue=0x497) -3580 2141 50 -3569 2124 22 -3766 2140 22 -3761 2083 31 -3787 2116 22 -3798 2121 24 -3631 2112 34 -3610 2161 48 -3598 2124 54 -3611 2155 59 -3580 2131 41 -3601 2134 67 -3606 2179 21 - -# chair -Static 0x0B4E -3696 2248 20 - -# grasses -Static 0x0CB0 (Hue=0x3D9) -3565 2164 20 -3755 2143 16 -3623 2109 27 -3621 2176 31 -3611 2161 50 -3599 2133 69 - -# Merchants' Guild -LocalizedSign 0x0C09 -3712 2242 20 - -# fan plant -Static 0x0C98 (Hue=0x497) -3606 2154 59 - -# large fern -Static 0x0CA1 (Hue=0x3D8) -3583 2129 44 -3778 2134 28 -3675 2088 20 -3634 2097 20 -3635 2107 28 -3801 2099 20 -3603 2150 59 -3627 2198 20 -3627 2175 34 -3597 2146 60 - -# sandstone wall -Static 0x0160 -3689 2199 20 -3688 2199 20 -3687 2199 20 -3686 2199 20 -3771 2107 20 -3684 2199 20 -3682 2199 20 -3653 2111 20 -3704 2215 40 -3695 2207 20 -3680 2199 20 - -# pier -Static 0x03A5 -3692 2280 -2 -3694 2299 -3 -3694 2291 -3 -3694 2287 -3 -3694 2279 -3 -3690 2299 -3 -3690 2291 -3 -3690 2287 -3 -3690 2279 -3 -3666 2299 -3 -3666 2291 -3 -3687 2270 0 -3687 2270 10 -3687 2270 15 -3687 2268 0 -3687 2268 5 -3687 2268 10 -3687 2268 15 -3684 2270 -5 -3684 2270 0 -3684 2270 5 -3684 2270 10 -3684 2270 15 -3681 2271 -5 -3677 2269 -5 -3676 2269 -5 -3682 2270 5 -3682 2270 10 -3681 2299 -3 -3681 2291 -3 -3680 2270 -5 -3680 2270 0 -3680 2270 5 -3680 2270 10 -3680 2270 15 -3683 2271 -5 -3687 2268 -5 -3687 2267 -5 -3678 2270 -5 -3678 2270 0 -3678 2270 5 -3678 2270 10 -3678 2270 15 -3677 2299 -3 -3677 2291 -3 -3677 2287 -3 -3682 2270 -5 -3683 2270 -5 -3685 2270 -5 -3687 2270 5 -3682 2268 -5 -3684 2269 -5 -3687 2269 -5 -3670 2299 -3 -3670 2291 -3 -3670 2287 -3 -3682 2270 0 -3682 2270 15 -3663 2269 -5 -3663 2267 -5 -3669 2270 15 -3669 2270 10 -3681 2287 -3 -3669 2270 -5 -3663 2270 15 -3663 2270 10 -3663 2270 5 -3663 2270 0 -3663 2268 0 -3663 2268 -5 -3663 2266 -5 -3663 2266 0 -3657 2299 -3 -3657 2291 -3 -3657 2287 -3 -3657 2279 -3 -3653 2299 -3 -3653 2291 -3 -3653 2287 -3 -3653 2279 -3 -3686 2270 -5 - -# teleporter -Static 0x1809 (Hue=0x45B) -3675 2257 20 - -# sapling -Static 0x0CE9 (Hue=0x3D8) -3639 2100 23 -3614 2141 89 -3598 2138 68 - -# dirt -Static 0x1DFE -3552 2147 23 -3548 2144 21 -3539 2148 20 -3552 2145 22 -3553 2142 21 -3554 2163 20 -3556 2121 20 -3559 2153 25 -3554 2126 20 -3557 2127 20 -3550 2155 22 -3545 2150 20 -3546 2158 20 -3554 2121 20 -3559 2121 20 -3552 2131 20 -3557 2121 20 -3722 2073 5 -3558 2149 27 -3725 2057 5 -3538 2150 20 -3559 2149 26 -3736 2059 5 -3644 2069 20 -3546 2145 20 - -# garbage -Static 0x10F0 (Hue=0x3E2) -3544 2149 20 -3559 2151 27 -3559 2129 20 -3556 2123 20 -3553 2162 20 -3549 2145 21 - -# dirt -Static 0x1E00 (Hue=0x497) -3548 2150 21 -3542 2140 20 -3541 2145 20 -3556 2142 23 -3546 2138 20 -3550 2156 22 -3555 2162 21 -3622 2141 89 -3547 2138 20 -3546 2141 20 -3556 2153 24 -3552 2131 20 -3556 2125 20 -3549 2151 21 -3551 2158 21 -3693 2061 5 -3552 2167 20 -3745 2062 5 -3696 2180 20 -3540 2140 20 -3552 2165 20 -3744 2071 5 -3540 2151 20 -3553 2154 23 -3555 2120 20 -3555 2118 23 -3656 2070 20 -3676 2056 33 -3548 2152 21 -3558 2147 24 -3754 2142 20 -3550 2149 22 - -# garbage -Static 0x10EE -3558 2142 24 -3546 2142 20 -3541 2137 20 -3553 2120 17 -3556 2140 21 -3547 2137 20 -3547 2143 20 -3738 2066 5 -3554 2129 20 -3557 2152 25 -3656 2298 -2 -3559 2124 20 -3546 2161 -15 -3538 2156 -15 -3552 2164 20 -3711 2123 20 -3536 2134 24 -3655 2034 -15 -3549 2162 20 -3546 2157 20 -3732 2064 5 -3538 2149 20 -3542 2147 20 -3549 2154 21 -3551 2152 22 -3552 2139 20 -3741 2064 5 -3546 2145 20 - -# garbage -Static 0x10F0 (Hue=0x3E1) -3555 2140 21 -3671 2068 23 -3552 2152 23 -3549 2149 21 - -# garbage -Static 0x10F0 (Hue=0x497) -3657 2065 20 -3553 2148 23 -3615 2174 31 -3547 2142 20 -3770 2074 24 -3558 2124 20 -3559 2138 23 -3559 2118 20 -3670 2214 20 -3545 2147 20 -3550 2159 21 -3669 2061 20 -3552 2162 20 -3704 2173 20 -3558 2148 26 -3550 2149 22 -3718 2065 5 -3650 2072 20 -3553 2123 20 -3554 2156 23 -3550 2156 22 -3656 2042 20 -3553 2127 20 -3540 2138 24 -3542 2137 20 -3537 2150 20 - -# garbage -Static 0x10F1 (Hue=0x497) -3543 2143 20 -3549 2140 20 -3546 2141 20 -3554 2161 21 -3553 2160 21 -3543 2148 20 -3710 2057 5 -3552 2144 23 -3552 2160 21 -3725 2052 5 -3557 2147 24 -3550 2146 22 -3559 2122 20 -3655 2255 20 -3555 2142 21 -3757 2128 20 -3659 2113 20 -3641 2067 20 -3725 2058 5 -3548 2154 21 -3553 2122 23 -3557 2119 20 -3549 2155 21 -3553 2164 20 - -# dirt -Static 0x1DFE (Hue=0x3E1) -3540 2141 20 -3554 2164 20 -3555 2141 21 -3651 2069 20 -3555 2136 20 -3556 2140 21 -3552 2158 22 -3775 2071 -15 -3554 2122 20 -3554 2150 24 -3540 2149 20 - -# garbage -Static 0x10F0 -3546 2145 20 -3540 2140 20 -3557 2138 22 -3550 2140 20 -3751 2045 20 -3550 2144 21 -3553 2158 22 -3662 2059 20 -3552 2131 20 -3559 2119 20 -3559 2137 22 -3672 2049 20 -3718 2058 5 -3573 2125 24 -3558 2133 20 -3551 2145 22 -3557 2123 20 -3551 2152 22 -3762 2126 20 -3554 2154 24 -3547 2150 20 -3665 2071 20 - -# wood -Static 0x1B81 (Hue=0x497) -3540 2149 20 -3687 2247 20 -3668 2213 20 -3671 2046 20 -3724 2074 5 -3559 2154 24 -3554 2132 20 -3556 2127 20 -3559 2145 26 -3718 2068 5 -3761 2061 21 -3553 2123 20 -3705 2168 20 -3656 2225 20 -3739 2062 5 -3549 2144 21 -3536 2148 20 -3557 2156 23 -3649 2071 20 -3558 2153 25 -3550 2159 21 -3550 2153 22 -3540 2138 24 -3548 2142 20 - -# garbage -Static 0x10F1 -3544 2153 20 -3551 2143 21 -3540 2139 20 -3543 2140 20 -3559 2135 21 -3544 2137 20 -3550 2140 20 -3544 2138 20 -3543 2146 20 -3557 2153 24 -3747 2062 5 -3658 2072 20 -3658 2189 20 -3553 2125 20 -3558 2118 20 -3557 2164 20 -3555 2123 20 -3759 2069 35 -3549 2154 21 -3657 2066 20 -3549 2158 21 -3556 2155 23 -3554 2155 23 -3554 2157 23 -3742 2060 5 -3655 2196 20 -3661 2064 20 -3549 2147 21 - -# wooden stairs -Static 0x0739 -3672 2273 6 -3672 2271 16 -3676 2275 -3 -3677 2275 -3 -3677 2274 1 -3677 2273 6 -3677 2272 11 -3677 2271 16 -3676 2274 1 -3676 2273 6 -3676 2272 11 -3676 2271 16 -3675 2275 -3 -3675 2274 1 -3675 2273 6 -3675 2272 11 -3674 2275 -3 -3674 2273 6 -3674 2272 11 -3674 2271 16 -3673 2275 -3 -3673 2274 1 -3673 2273 6 -3673 2272 11 -3673 2271 16 -3672 2275 -3 -3672 2274 1 -3672 2272 11 -3671 2275 -3 -3671 2274 1 -3671 2273 6 -3671 2272 11 -3671 2271 16 -3670 2275 -3 -3670 2274 1 -3670 2273 6 -3670 2272 11 -3670 2271 16 -3675 2271 16 -3674 2274 1 - -# wood -Static 0x0738 -3681 2299 -15 -3694 2299 -15 -3694 2291 -14 -3694 2291 -15 -3694 2287 -14 -3694 2287 -15 -3690 2299 -15 -3677 2299 -15 -3681 2291 -15 -3672 2274 -2 -3679 2290 -14 -3677 2274 -4 -3677 2273 1 -3677 2273 -4 -3677 2272 6 -3677 2272 1 -3677 2272 -4 -3677 2271 11 -3677 2271 6 -3677 2271 1 -3677 2271 -4 -3676 2274 -2 -3676 2273 2 -3676 2272 8 -3676 2271 11 -3675 2290 -14 -3675 2281 -14 -3675 2274 -2 -3675 2273 2 -3675 2272 8 -3675 2271 11 -3675 2270 -5 -3674 2272 8 -3674 2271 11 -3674 2270 -5 -3673 2274 -2 -3673 2273 2 -3673 2272 8 -3673 2271 11 -3673 2270 -5 -3672 2273 2 -3672 2272 8 -3672 2271 11 -3672 2270 -5 -3671 2274 -2 -3671 2273 2 -3671 2272 8 -3671 2271 11 -3671 2270 -5 -3670 2299 -14 -3670 2291 -13 -3670 2274 -2 -3670 2273 2 -3670 2272 8 -3670 2270 -5 -3669 2270 -5 -3669 2270 0 -3666 2299 -14 -3657 2299 -14 -3653 2299 -14 -3674 2274 -2 -3674 2273 2 - -# brazier -Brazier 0x0E32 -3704 2217 20 -3704 2221 20 -3696 2224 20 -3696 2220 20 - -# cannon ball -Static 0x0E73 -3676 2261 20 - -# rock -Static 0x177C -3575 2119 23 -3742 2136 23 -3743 2114 20 -3638 2089 20 -3638 2100 22 -3616 2117 40 -3617 2146 78 -3613 2181 16 -3597 2141 66 - -# wood -Static 0x1B81 (Hue=0x3E1) -3550 2158 21 -3559 2126 20 -3559 2150 27 -3559 2152 26 -3553 2126 20 -3555 2150 25 -3647 2071 20 - -# dirt patch -Static 0x0911 -3557 2147 24 -3552 2127 20 -3549 2159 21 -3555 2130 20 -3556 2127 20 -3558 2151 27 -3656 2204 20 -3555 2137 20 -3559 2134 21 -3550 2161 20 -3733 2066 5 -3689 2069 5 -3539 2141 20 - -# garbage -Static 0x10EE (Hue=0x3E3) -3549 2149 21 -3556 2134 20 -3558 2154 24 -3541 2140 20 - -# small palm -Static 0x0C99 (Hue=0x3DB) -3637 2096 20 -3598 2126 59 -3684 2121 20 - -# large fern -Static 0x0CA1 (Hue=0x3D9) -3592 2144 61 -3590 2108 22 -3537 2150 20 -3726 2248 20 -3623 2115 39 -3635 2143 55 -3631 2106 22 -3615 2152 58 -3597 2141 66 -3595 2152 61 - -# garbage -Static 0x10EE (Hue=0x497) -3549 2159 21 -3558 2147 24 -3701 2176 20 -3552 2143 21 -3558 2156 23 -3555 2125 20 -3554 2152 24 -3555 2133 20 -3774 2073 20 -3548 2158 21 -3552 2120 -15 -3554 2139 20 -3689 2066 5 -3762 2055 20 -3555 2134 20 -3558 2125 20 -3555 2122 20 -3762 2065 24 -3552 2162 20 -3704 2069 5 -3655 2071 20 -3544 2142 20 -3706 2201 20 -3542 2149 20 -3541 2139 20 - -# fern -Static 0x0CA3 (Hue=0x3DA) -3585 2148 65 -3580 2158 46 -3767 2091 20 -3650 2085 20 -3644 2059 20 -3612 2107 21 -3567 2111 6 -3615 2117 41 -3596 2135 67 -3606 2156 58 -3601 2171 31 - -# candelabra -Static 0x0B27 -3684 2070 5 -3678 2110 20 -3670 2229 20 -3670 2118 20 -3664 2248 20 -3664 2096 20 -3656 2198 20 -3656 2190 20 -3656 2111 20 -3736 2062 5 -3766 2126 20 -3766 2096 20 -3704 2240 20 -3701 2165 20 -3680 2200 20 -3691 2078 5 -3767 2118 20 -3670 2176 20 -3702 2056 5 -3694 2170 20 - -# fern -Static 0x0CA3 (Hue=0x3D8) -3578 2122 25 -3763 2097 20 -3732 2259 20 -3644 2090 20 -3637 2157 63 -3771 2126 20 -3633 2080 20 -3634 2093 10 -3634 2080 20 -3596 2124 53 -3624 2153 68 -3618 2149 71 -3614 2118 42 -3618 2161 55 -3604 2138 68 -3607 2154 60 -3612 2174 31 -3595 2143 60 - -# small palm -Static 0x0C9B (Hue=0x3D9) -3648 2064 20 -3609 2106 21 -3615 2145 82 -3754 2081 28 -3601 2139 69 -3595 2135 67 - -# fallen log -Static 0x0CF7 (Hue=0x497) -3636 2150 53 -3597 2162 43 -3595 2127 55 - -# wooden plank -Static 0x07CE -3673 2262 20 -3673 2261 20 -3672 2272 7 -3693 2291 -3 -3693 2286 -3 -3668 2298 -3 -3692 2288 -3 -3691 2299 -3 -3691 2291 -3 -3690 2288 -3 -3689 2288 -3 -3688 2291 -3 -3687 2287 -3 -3664 2291 -3 -3686 2288 -3 -3684 2291 -3 -3684 2270 20 -3684 2261 20 -3683 2288 -3 -3683 2269 20 -3683 2264 20 -3683 2261 20 -3682 2291 -3 -3681 2288 -3 -3680 2298 -3 -3680 2288 -3 -3680 2263 20 -3680 2261 20 -3679 2298 -3 -3679 2291 -3 -3679 2269 20 -3679 2266 20 -3679 2262 20 -3679 2261 20 -3678 2299 -3 -3678 2287 -3 -3678 2267 20 -3693 2298 -3 -3678 2262 20 -3678 2261 20 -3677 2283 -3 -3677 2282 -3 -3692 2298 -3 -3692 2286 -3 -3677 2270 20 -3677 2268 20 -3677 2266 20 -3677 2262 20 -3677 2261 20 -3691 2279 -3 -3676 2288 -3 -3676 2283 -3 -3676 2282 -3 -3676 2278 -3 -3676 2272 7 -3676 2262 20 -3676 2261 20 -3675 2291 -3 -3675 2289 -3 -3675 2287 -3 -3675 2283 -3 -3675 2282 -3 -3675 2281 -3 -3675 2279 -3 -3675 2277 -3 -3675 2272 7 -3675 2270 20 -3675 2268 20 -3675 2262 20 -3675 2261 20 -3674 2283 -3 -3674 2282 -3 -3674 2262 20 -3674 2261 20 -3673 2289 -3 -3673 2283 -3 -3673 2282 -3 -3673 2281 -3 -3673 2279 -3 -3692 2279 -3 -3673 2272 7 -3672 2283 -3 -3672 2282 -3 -3683 2265 20 -3672 2263 20 -3672 2262 20 -3672 2261 20 -3671 2283 -3 -3671 2282 -3 -3671 2272 7 -3670 2284 -3 -3670 2283 -3 -3670 2282 -3 -3670 2274 -3 -3670 2272 7 -3669 2298 -3 -3669 2291 -3 -3668 2288 -3 -3667 2299 -3 -3667 2291 -3 -3667 2269 20 -3666 2288 -3 -3665 2288 -3 -3665 2270 20 -3664 2262 20 -3663 2287 -3 -3662 2288 -3 -3677 2288 -3 -3660 2291 -3 -3659 2290 -3 -3659 2288 -3 -3677 2280 -3 -3656 2298 -3 -3656 2288 -3 -3656 2286 -3 -3655 2298 -3 -3655 2291 -3 -3655 2286 -3 -3655 2279 -3 -3654 2299 -3 -3654 2287 -3 -3654 2279 -3 -3653 2288 -3 -3674 2272 7 -3673 2291 -3 - -# dirt -Static 0x1E00 -3550 2152 22 -3552 2147 23 -3541 2151 20 -3538 2149 20 -3553 2142 21 -3540 2141 20 -3548 2153 21 -3557 2157 23 -3721 2058 5 -3551 2142 22 -3548 2146 21 -3557 2162 20 -3543 2149 20 -3558 2137 22 -3555 2140 21 -3556 2136 20 -3733 2057 5 -3536 2133 18 -3671 2069 22 -3797 2150 24 -3632 2142 65 -3725 2066 5 -3736 2073 5 -3553 2121 20 -3556 2117 20 -3557 2118 20 -3559 2154 25 -3558 2155 24 -3670 2060 20 -3703 2057 5 -3771 2072 21 - -# garbage -Static 0x10EE (Hue=0x3E1) -3570 2113 20 -3558 2119 20 -3724 2068 5 - -# pampas grass -Static 0x0CA5 (Hue=0x3DA) -3580 2123 26 -3569 2120 21 -3636 2096 20 -3597 2149 62 - -# fern -Static 0x0CA0 (Hue=0x3DB) -3586 2131 52 -3577 2124 27 -3568 2166 20 -3768 2093 20 -3738 2259 20 -3699 2106 20 -3619 2146 77 -3636 2157 66 -3623 2148 79 -3637 2103 23 -3602 2152 58 -3630 2119 41 -3604 2126 62 -3605 2127 63 -3769 2205 14 - -# dirt patch -Static 0x0912 (Hue=0x497) -3548 2147 21 -3552 2144 23 -3555 2129 20 -3729 2131 20 -3687 2060 5 -3656 2136 20 -3542 2149 20 -3723 2069 5 - -# dirt -Static 0x1DFF (Hue=0x497) -3546 2139 20 -3536 2139 20 -3543 2139 20 -3719 2069 5 -3698 2074 5 -3551 2163 20 -3551 2164 20 -3550 2144 21 -3550 2132 20 -3554 2151 24 -3559 2150 27 -3721 2212 20 -3547 2141 20 -3547 2146 20 -3548 2151 21 -3549 2161 20 -3557 2137 21 -3759 2060 21 -3718 2061 5 -3551 2146 22 -3555 2160 21 -3744 2070 5 -3544 2157 19 -3555 2125 20 -3557 2122 20 -3552 2156 23 -3698 2227 20 -3550 2155 22 -3737 2069 5 -3555 2136 20 -3552 2138 20 - -# small palm -Static 0x0C9B (Hue=0x3DB) -3753 2141 20 -3638 2090 20 -3631 2104 20 -3598 2132 65 -3594 2142 64 - -# fern -Static 0x0CA4 (Hue=0x3D8) -3576 2122 24 -3576 2123 25 -3766 2090 24 -3644 2141 36 -3605 2131 68 -3598 2151 60 -3599 2144 63 -3597 2132 66 -3594 2137 69 - -# ponytail palm -Static 0x0CA6 (Hue=0x3DB) -3619 2167 41 -3601 2142 69 -3594 2136 68 - -# dirt -Static 0x1DFF (Hue=0x3E3) -3545 2137 20 -3552 2134 20 -3544 2137 20 -3554 2152 24 -3553 2146 24 -3555 2141 21 -3555 2123 20 -3542 2152 20 -3745 2068 5 -3656 2067 20 -3556 2149 26 -3749 2113 20 - -# dirt -Static 0x1DFE (Hue=0x3E4) -3539 2138 20 -3546 2138 20 -3552 2148 23 -3548 2160 20 -3551 2164 20 -3550 2165 20 -3746 2063 5 - -# stone ruins -Static 0x03BC -3685 2249 20 -3756 2122 20 -3783 2111 20 -3639 2097 21 -3658 2223 20 -3765 2214 20 -3743 2094 20 -3753 2082 27 -3727 2213 20 -3644 2115 28 -3689 2240 20 -3701 2182 20 -3696 2083 5 -3729 2157 20 -3697 2176 20 -3783 2110 20 -3739 2089 8 - -# bookcase -FullBookcase 0x0A98 -3698 2056 5 -3700 2240 20 -3704 2208 40 -3758 2120 20 -3681 2200 20 -3771 2104 40 -3669 2248 20 -3695 2056 5 - -# dirt -Static 0x1DFF (Hue=0x3E4) -3544 2138 20 -3741 2058 5 -3550 2131 20 -3537 2147 20 -3557 2136 20 -3557 2121 20 - -# fallen log -Static 0x0CF6 (Hue=0x3DB) -3587 2154 60 -3594 2127 55 - -# wooden chair -WoodenThrone 0x0B2F -3681 2203 20 -3670 2281 -2 - -# bushel -Basket 0x09AC -3684 2269 20 -3686 2268 20 - -# barrel -Barrel 0x0E77 -3680 2256 20 -3670 2279 -2 - -# metal box -MetalBox 0x09A8 -3671 2280 4 - -# chair -WoodenChair 0x0B58 -3662 2117 20 -3662 2116 20 -3773 2106 40 -3773 2108 40 -3723 2084 5 -3692 2164 20 -3700 2073 5 -3692 2166 20 - -# small palm -Static 0x0C9B (Hue=0x497) -3795 2092 20 -3643 2082 20 -3640 2100 23 -3595 2128 59 -3597 2118 40 -3590 2164 37 - -# morning glories -Static 0x0D34 (Hue=0x3DA) -3592 2156 58 -3590 2145 62 - -# grasses -Static 0x0CAF (Hue=0x3DB) -3800 2121 21 - -# small palm -Static 0x0C9D (Hue=0x3DB) -3734 2135 20 -3559 2165 20 -3650 2104 21 -3637 2084 20 -3606 2151 59 -3596 2145 64 -3593 2146 62 - -# elephant ear plant -Static 0x0C97 (Hue=0x3DA) -3594 2124 52 -3702 2100 15 -3788 2150 20 -3734 2260 20 -3633 2121 40 -3614 2143 86 -3593 2143 61 - -# bed -Static 0x0A5D -3665 2268 21 -3665 2266 21 - -# bookcase -FullBookcase 0x0A99 -3680 2206 20 -3664 2250 20 -3680 2202 20 -3680 2205 20 -3680 2201 20 -3696 2247 20 -3691 2077 5 -3691 2076 5 - -# bed -Static 0x0A5F -3694 2214 20 -3694 2218 20 -3694 2212 20 -3694 2216 20 -3669 2263 21 - -# window -Static 0x0162 -3679 2204 20 -3679 2203 20 -3679 2202 20 - -# jars -Static 0x0E4F -3666 2261 20 - -# lamp post -LampPost3 0x0B24 -3679 2261 21 -3679 2215 30 -3679 2208 30 -3679 2137 20 -3679 2112 20 -3672 2240 20 -3737 2076 5 -3711 2160 20 -3704 2136 20 -3704 2112 20 -3704 2048 5 -3743 2232 20 -3743 2215 20 -3696 2176 20 -3734 2087 5 -3727 2055 5 -3719 2232 20 -3744 2112 20 -3736 2252 20 -3736 2191 20 -3686 2215 30 -3735 2167 20 -3727 2112 20 -3727 2072 5 -3719 2208 20 -3711 2184 20 -3711 2072 5 -3704 2097 5 -3695 2232 20 -3742 2076 5 - -# snake plant -Static 0x0CA9 (Hue=0x3D8) -3592 2158 54 - -# cannon -Static 0x0E96 -3699 2257 20 - -# chair -WoodenChair 0x0B59 -3676 2101 20 -3719 2085 5 -3691 2162 20 -3721 2085 5 -3703 2212 40 -3707 2212 40 -3705 2212 40 -3698 2062 5 -3697 2062 5 -3691 2167 20 - -# milk -Static 0x09F0 -3671 2282 4 -3683 2203 29 -3722 2228 24 -3770 2107 24 -3691 2166 24 - -# bulrushes -Static 0x0C94 (Hue=0x497) -3667 2086 20 -3761 2085 30 -3625 2171 36 -3634 2072 11 -3617 2151 65 -3597 2126 58 -3672 2091 20 - -# cannon -Static 0x0E95 -3698 2257 20 - -# chair -WoodenChair 0x0B57 -3676 2098 20 -3703 2210 40 -3691 2152 20 -3721 2082 5 -3701 2152 20 -3719 2082 5 -3707 2210 40 -3705 2210 40 -3699 2056 5 -3698 2060 5 -3697 2060 5 -3694 2056 5 -3691 2162 20 - -# cannon -Static 0x0E8D -3673 2259 20 -3677 2259 20 - -# fern -Static 0x0CA3 (Hue=0x497) -3579 2124 31 -3537 2151 20 -3786 2127 23 -3773 2215 20 -3771 2211 20 -3783 2084 21 -3626 2119 42 -3612 2172 31 -3605 2134 71 -3601 2149 60 -3730 2255 20 -3610 2161 48 -3592 2143 61 - -# candelabra -Static 0x0B28 -3672 2110 20 -3670 2259 20 -3670 2198 20 -3666 2238 20 -3664 2102 20 -3663 2182 20 -3662 2104 20 -3661 2232 20 -3701 2160 20 -3760 2104 20 -3703 2250 20 -3742 2067 5 -3742 2062 5 -3688 2160 20 -3710 2240 20 -3702 2078 5 -3691 2063 5 - -# carpet -Static 0x0AE7 -3697 2218 41 - diff --git a/Distribution/Data/Decoration/RuinedMaginciaTram/Mag-Tram.cfg b/Distribution/Data/Decoration/RuinedMaginciaTram/Mag-Tram.cfg deleted file mode 100644 index 03b0ca19f..000000000 --- a/Distribution/Data/Decoration/RuinedMaginciaTram/Mag-Tram.cfg +++ /dev/null @@ -1,5552 +0,0 @@ -# wooden chair -WoodenThrone 0x0B2F -3670 2281 -2 - -# mushrooms -Static 0x0D0D (Hue=0x497) -3574 2168 14 - -# hatch -Static 0x3EAE -3680 2277 -5 - -# silverware -Static 0x09BD -3682 2203 24 - -# mushrooms -Static 0x0D0C (Hue=0x497) -3735 2189 20 - -# jars -Static 0x0E4F -3666 2261 20 - -# bench -Static 0x0B62 -3680 2212 20 - -# bench -Static 0x0B64 -3680 2211 20 - -# bench -Static 0x0B63 -3680 2210 20 - -# grasses -Static 0x0CBB (Hue=0x3DA) -3646 2227 20 - -# metal chest -MetalChest 0x09AB -3737 2147 20 -3739 2146 20 -3741 2145 20 - -# plaster wall -Static 0x014A -3746 2084 18 -3735 2082 5 - -# wooden pole -Static 0x01F3 -3737 2083 5 - -# metal signpost -Static 0x0B9D -3673 2184 30 - -# blade plant -Static 0x0C93 (Hue=0x3D9) -3636 2221 23 -3704 2121 20 - -# roast pig%s% -Static 0x09BB -3720 2083 9 - -# sandstone wall -Static 0x0169 -3751 2054 20 - -# sandstone column -Static 0x0194 -3740 2050 5 - -# sandstone wall -Static 0x0159 -3701 2233 20 - -# fallen log -Static 0x0CF7 (Hue=0x3DB) -3649 2068 20 - -# bulletin board -BulletinBoard 0x1E5F -3688 2161 20 - -# pitcher of liquor -Static 0x1F99 -3691 2166 24 - -# fern -Static 0x0C9F (Hue=0x3D9) -3661 2222 20 -3628 2195 20 - -# grasses -Static 0x0CB5 (Hue=0x3DA) -3696 2107 20 - -# wooden door -DarkWoodDoor 0x06AF (Facing=NorthCCW) -3695 2250 20 - -# sapling -Static 0x0CE9 (Hue=0x3DA) -3561 2141 27 -3630 2196 20 - -# scissors -Scissors 0x0F9E -3667 2237 22 -3665 2237 24 - -# sandstone wall -Static 0x0166 -3782 2106 20 - -# muffins -Static 0x09EB -3682 2168 24 -3758 2216 24 -3757 2216 26 -3752 2223 24 -3752 2222 24 - -# wooden chest -WoodenChest 0x0E43 -3737 2146 20 -3739 2144 20 -3739 2147 20 - -# blade plant -Static 0x0C93 (Hue=0x497) -3783 2093 26 - -# wooden bench -WoodenBench 0x0B2C -3688 2189 20 -3688 2198 20 -3779 2101 20 - -# ship -Static 0x3E85 -3800 2158 -5 - -# wooden post -Static 0x00A9 -3623 2207 -15 - -# bench -Static 0x0B65 -3718 2217 20 - -# fallen log -Static 0x0CF7 (Hue=0x497) -3625 2204 16 -3805 2129 20 - -# MissingName -Static 0x1014 -3663 2229 20 - -# fallen log -Static 0x0CF5 (Hue=0x3DA) -3768 2205 20 -3809 2132 14 - -# small fish -Static 0x0DD8 -3683 2268 21 - -# upright loom -Static 0x105F -3662 2238 20 -3662 2235 20 - -# upright loom -LoomEastAddon 0x1060 -3662 2237 20 -3662 2234 20 - -# spinning wheel -SpinningWheelEastAddon 0x1019 -3662 2231 20 - -# Jeweler -LocalizedSign 0x0BC1 -3673 2184 30 - -# fallen log -Static 0x0CF5 (Hue=0x3D9) -3800 2129 21 - -# candelabra -Static 0x0B1E -3656 2137 26 - -# book -Static 0x0FEF -3704 2211 44 - -# amethyst%s% -Static 0x0F16 -3664 2132 24 - -# fan plant -Static 0x0C98 (Hue=0x3DB) -3803 2143 20 - -# small palm -Static 0x0C9A (Hue=0x3DB) -3677 2026 -15 - -# candle -Static 0x0B1C -3680 2258 28 -3772 2108 44 - -# fallen log -Static 0x0CF3 (Hue=0x3D8) -3774 2133 24 - -# grasses -Static 0x0D33 (Hue=0x497) -3736 2122 20 - -# mug of ale -GlassMug 0x09EE -3722 2222 24 - -# grasses -Static 0x0CAC (Hue=0x3D8) -3750 2142 24 - -# pampas grass -Static 0x0CA5 (Hue=0x3DA) -3710 2121 20 -3647 2078 20 - -# morning glories -Static 0x0D34 (Hue=0x3D8) -3650 2100 20 - -# water tub -Static 0x0E7B -3722 2080 5 - -# pile%s% of wool -Static 0x101F -3663 2228 20 - -# grasses -Static 0x0CBB (Hue=0x3D8) -3637 2220 20 - -# tile roof -Static 0x05C0 -3744 2152 40 -3744 2151 20 -3744 2150 46 -3744 2149 49 - -# tile roof -Static 0x05BF -3744 2148 52 - -# peach%es% -Static 0x09D2 -3661 2116 25 - -# emerald%s% -Static 0x0F2F -3664 2146 24 -3664 2148 24 - -# fallen log -Static 0x0CF5 (Hue=0x497) -3627 2208 20 -3647 2065 20 - -# metal chest -MetalGoldenChest 0x0E41 -3737 2145 20 -3739 2145 20 -3741 2147 20 -3741 2144 20 -3741 2146 20 -3737 2144 20 - -# rub%ies/y% -Static 0x0F2A -3664 2147 24 - -# sapphire%s% -Static 0x0F1F -3664 2147 24 - -# fish -Static 0x09CC -3685 2257 24 -3685 2255 24 -3685 2258 24 -3685 2256 24 - -# fish -Static 0x09CD -3685 2258 24 -3685 2257 24 -3685 2256 24 -3685 2255 24 - -# apple%s% -Static 0x09D0 -3661 2116 27 - -# amethyst%s% -Static 0x0F22 -3664 2148 24 -3664 2146 24 - -# grape bunch%es% -Static 0x09D1 -3661 2116 24 - -# armoire -FancyArmoire 0x0A4D -3690 2152 20 -3700 2152 20 - -# pile of garbage -Static 0x10F2 (Hue=0x3E3) -3549 2154 21 - -# bookcase -FullBookcase 0x0A9C -3696 2245 20 - -# dirt patch -Static 0x0911 (Hue=0x3E2) -3618 2145 79 -3546 2148 20 - -# rock -Static 0x1365 (Hue=0x15E) -3672 2164 20 -3680 2154 20 - -# candle -CandleLarge 0x0A26 -3699 2061 11 - -# bottle -Static 0x0F04 -3696 2226 29 - -# palisade -Static 0x0424 -3653 2224 20 -3663 2210 20 - -# boulder -Static 0x1361 (Hue=0x15E) -3672 2172 20 -3664 2166 20 - -# rock -Static 0x1363 (Hue=0x15F) -3679 2161 20 - -# mushrooms -Static 0x0D12 (Hue=0x3DA) -3770 2105 20 - -# cake -Static 0x09E9 -3759 2216 24 -3757 2227 24 -3757 2226 24 -3757 2225 24 -3683 2168 24 - -# wooden ladder -Static 0x08A0 -3672 2117 31 - -# wooden ladder -Static 0x08A1 -3673 2117 20 - -# stone wall -Static 0x03C2 -3666 2119 20 - -# wooden wall -Static 0x0227 -3669 2203 20 -3650 2193 20 -3677 2203 20 -3661 2203 20 -3671 2206 20 - -# rope ladder -Static 0x08A6 -3667 2213 20 -3667 2205 20 -3667 2221 20 - -# wooden plank -Static 0x07C9 -3664 2211 20 -3642 2214 20 - -# wooden chest -WoodenChest 0x0E42 -3696 2228 40 - -# shell -Static 0x0FC8 -3713 2029 4 - -# blue moongate -Static 0x0F6C (Hue=0x484) -3563 2139 34 - -# clock parts -Static 0x104F -3725 2128 24 - -# sextant parts -Static 0x105A -3720 2131 24 - -# hinge%s% -Static 0x1055 -3719 2131 24 -3718 2131 24 - -# Green Potion -Static 0x0F0A -3696 2226 24 - -# tiller man -Static 0x3E50 -3804 2156 -5 - -# bottle of wine -Static 0x09C7 -3725 2218 24 - -# candle -CandleLarge 0x0B1A -3768 2112 48 -3767 2111 60 -3699 2072 9 -3686 2152 28 -3656 2099 28 - -# chest of drawers -FancyDrawer 0x0A30 -3661 2096 20 - -# sandstone post -Static 0x0161 -3692 2048 5 - -# anchor -Static 0x14F7 -3678 2291 -3 - -# fallen log -Static 0x0CF7 (Hue=0x3D9) -3690 2101 20 - -# spellbook -Static 0x0EFA -3696 2217 24 -3696 2218 24 -3696 2219 24 -3706 2211 44 - -# pile of garbage -Static 0x10F2 (Hue=0x497) -3534 2142 20 - -# bottle of liquor -Static 0x099B -3728 2228 29 -3730 2218 24 -3727 2228 29 - -# bottle of ale -Static 0x099F -3729 2228 24 -3728 2228 26 -3727 2228 26 -3722 2224 24 -3722 2216 24 - -# fallen log -Static 0x0CF6 (Hue=0x3DA) -3694 2090 6 -3685 2101 20 - -# bed -Static 0x0A5B -3676 2235 20 - -# Tavern -LocalizedSign 0x0BC3 -3736 2230 20 - -# brass sign -LocalizedSign 0x0BD2 -3778 2256 20 -3728 2160 20 -3720 2184 20 - -# water barrel -Static 0x154D -3678 2288 -2 -3672 2261 21 -3670 2282 -2 -3665 2261 21 -3664 2291 -2 -3664 2290 -2 -3664 2261 21 -3663 2290 -2 -3680 2256 20 - -# hanging lantern -HangingLantern 0x0A1A -3696 2155 20 - -# window -Static 0x0162 -3738 2172 20 - -# Mage -LocalizedSign 0x0BAD -3712 2215 20 - -# Tinker -LocalizedSign 0x0BA8 -3712 2136 20 - -# Inn -LocalizedSign 0x0BB3 -3704 2167 20 - -# bottle -Static 0x0EFF -3696 2222 25 - -# metal signpost -Static 0x0BA0 -3778 2256 20 - -# grasses -Static 0x0CB5 (Hue=0x3D9) -3779 2143 20 - -# dirt patch -Static 0x0912 (Hue=0x3E1) -3709 2224 20 -3527 2144 11 - -# sapling -Static 0x0CE9 (Hue=0x3D9) -3751 2059 24 -3625 2196 13 -3808 2129 20 - -# Healer -LocalizedSign 0x0BAC -3685 2231 20 - -# candle -Static 0x0A11 -3707 2225 40 - -# seaweed -Static 0x0DBB (Hue=0x3D8) -3675 2291 -2 - -# water -Static 0x179B -3574 2171 -5 - -# Miners' Guild -LocalizedSign 0x0BED -3673 2138 24 - -# log post -Static 0x0093 -3675 2270 0 -3675 2270 -15 - -# Tailor -LocalizedSign 0x0BA5 -3672 2232 20 - -# seaweed -Static 0x0DBA (Hue=0x3DA) -3674 2290 -2 - -# Shipwright -LocalizedSign 0x0BB6 -3669 2261 20 - -# sparkle -Static 0x376A -3675 2257 20 - -# teleporter -Static 0x1805 (Hue=0x45B) -3674 2256 20 - -# teleporter -Static 0x1807 (Hue=0x45B) -3675 2256 20 - -# teleporter -Static 0x180A (Hue=0x45B) -3676 2256 20 - -# teleporter -Static 0x1806 (Hue=0x45B) -3674 2257 20 - -# teleporter -Static 0x1809 (Hue=0x45B) -3675 2257 20 - -# teleporter -Static 0x180C (Hue=0x45B) -3676 2257 20 - -# teleporter -Static 0x1808 (Hue=0x45B) -3674 2258 20 - -# teleporter -Static 0x180B (Hue=0x45B) -3675 2258 20 - -# pear%s% -Static 0x0994 -3661 2116 27 - -# crate -MediumCrate 0x0E3E -3670 2280 1 - -# table -Static 0x0B76 -3666 2146 20 -3728 2109 20 - -# small palm -Static 0x0C9B (Hue=0x3DA) -3634 2220 20 -3656 2073 20 -3751 2136 23 - -# rolling pin -Static 0x1043 -3763 2216 24 - -# cannon -Static 0x0E94 -3697 2257 20 - -# dirt patch -Static 0x0913 -3659 2121 20 -3666 2120 20 - -# cookie mix -Static 0x103F -3762 2216 24 - -# dough -Static 0x103D -3680 2170 24 -3761 2216 24 - -# bench -Static 0x0B5F -3727 2130 20 - -# bookcase -FullBookcase 0x0A9B -3697 2055 25 -3697 2056 5 -3703 2208 40 -3701 2240 20 -3701 2208 40 -3706 2208 40 - -# flowerpot -PottedPlant1 0x11CB -3760 2113 20 -3760 2110 20 - -# bench -Static 0x0B61 -3716 2204 20 -3725 2218 20 -3729 2122 20 - -# oven -StoneOvenSouthAddon 0x0930 -3754 2215 20 - -# oven -Static 0x0931 -3753 2215 20 -3753 2215 20 - -# palisade -Static 0x0431 -3654 2221 20 - -# spool%s% of thread -Static 0x0FA0 -3668 2237 24 - -# small fish -Static 0x0DD7 -3685 2266 20 -3670 2297 -3 - -# seaweed -Static 0x0DBA (Hue=0x497) -3670 2294 -2 - -# gears -Static 0x1053 -3723 2131 24 -3724 2131 24 - -# ponytail palm -Static 0x0CA6 (Hue=0x497) -3778 2078 22 - -# oven -Static 0x092B -3751 2218 20 - -# springs -Static 0x105D -3719 2131 24 -3718 2131 24 - -# springs -Static 0x105E -3714 2130 24 -3714 2129 24 - -# pickaxe -Static 0x0E86 -3656 2138 24 - -# Red Potion -Static 0x0F0B -3696 2225 28 -3705 2224 22 - -# bookcase -FullBookcase 0x0A9A -3691 2075 5 -3696 2246 20 -3664 2251 20 - -# tile roof -Static 0x05B4 -3688 2261 40 -3687 2261 43 -3685 2261 49 -3686 2261 46 -3672 2261 40 -3671 2261 43 -3670 2261 46 -3669 2261 49 - -# tile roof -Static 0x05B3 -3684 2261 52 -3668 2261 52 - -# fallen log -Static 0x0CF4 (Hue=0x3D8) -3591 2172 21 - -# morning glories -Static 0x0D34 (Hue=0x3D9) -3578 2153 49 - -# small fish -Static 0x0DD6 -3684 2268 20 -3667 2269 20 - -# water -Static 0x17A9 -3670 2302 -5 - -# small palm -Static 0x0C9A (Hue=0x3D8) -3690 2261 20 -3647 2208 20 -3582 2161 43 - -# metal chest -Metalchest 0x0E7C -3715 2086 5 - -# armoire -Armoire 0x0A53 -3768 2111 40 - -# small palm -Static 0x0C9A (Hue=0x3D9) -3743 2150 20 -3787 2122 23 -3585 2166 28 - -# fallen log -Static 0x0CF3 (Hue=0x3DB) -3584 2161 45 - -# rope -Static 0x14FA -3691 2292 -3 -3680 2261 21 -3679 2270 21 -3666 2262 20 -3678 2298 -3 - -# Orange Potion -Static 0x0F07 -3705 2224 30 -3696 2222 24 - -# rushes -Static 0x0CA7 (Hue=0x3D8) -3580 2164 30 - -# coconut%s% -Static 0x1726 -3684 2196 20 -3682 2197 20 -3681 2198 20 -3681 2196 20 - -# -Static 0x4007 -3800 2156 -5 - -# small palm -Static 0x0C9A (Hue=0x497) -3738 2081 5 -3662 2075 20 -3729 2199 20 -3680 2125 20 -3596 2124 53 - -# tray -Static 0x0992 -3661 2116 24 - -# tree -Static 0x0D44 (Hue=0x497) -3655 2064 20 - -# tree -Static 0x0D42 (Hue=0x497) -3653 2066 20 - -# tree -Static 0x0D41 (Hue=0x497) -3652 2067 20 - -# tree -Static 0x0D43 (Hue=0x497) -3654 2065 20 - -# anchor -Static 0x14F9 -3690 2292 -3 -3665 2262 21 - -# wooden plank -Static 0x07D0 -3685 2262 20 -3684 2267 20 -3680 2262 20 -3677 2263 20 -3675 2284 -3 -3675 2274 -3 -3672 2270 20 -3671 2269 20 -3670 2281 -3 -3668 2262 20 -3665 2261 20 - -# fishing pole -Static 0x0DC0 -3682 2268 21 -3667 2269 21 - -# bottle -Static 0x0F01 -3709 2224 24 - -# diamond%s% -Static 0x0F30 -3664 2134 24 - -# amethyst%s% -Static 0x0F2E -3664 2134 24 - -# tourmaline%s% -Static 0x0F20 -3664 2147 24 -3664 2145 24 -3664 2134 24 - -# star sapphire%s% -Static 0x0F1B -3664 2134 24 - -# rub%ies/y% -Static 0x0F2B -3664 2133 24 - -# piece%s% of amber -Static 0x0F25 -3664 2133 24 - -# citrine%s% -Static 0x0F24 -3664 2132 24 - -# citrine%s% -Static 0x0F23 -3664 2148 24 -3664 2146 24 -3664 2132 24 - -# rub%ies/y% -Static 0x0F1D -3664 2148 24 -3664 2146 24 -3664 2132 24 - -# rub%ies/y% -Static 0x0F1C -3664 2147 24 -3664 2145 24 -3664 2132 24 - -# sapphire%s% -Static 0x0F11 -3664 2132 24 - -# star sapphire%s% -Static 0x0F0F -3664 2133 24 -3664 2132 24 - -# rub%ies/y% -Static 0x0F14 -3664 2131 24 - -# emerald%s% -Static 0x0F10 -3664 2131 24 - -# bookcase -FullBookcase 0x0A99 -3691 2076 5 -3691 2077 5 -3696 2247 20 -3664 2250 20 - -# fitting -Static 0x112F (Hue=0x3E4) -3561 2167 20 - -# wooden stairs -Static 0x0739 -3677 2275 -3 -3677 2274 1 -3677 2273 6 -3677 2272 11 -3677 2271 16 -3676 2275 -3 -3676 2271 16 -3675 2275 -3 -3675 2273 6 -3675 2272 11 -3675 2271 16 -3674 2275 -3 -3674 2274 1 -3674 2273 6 -3674 2272 11 -3674 2271 16 -3673 2273 6 -3673 2272 11 -3673 2271 16 -3672 2275 -3 -3672 2274 1 -3672 2273 6 -3672 2272 11 -3672 2271 16 -3671 2275 -3 -3671 2274 1 -3671 2273 6 -3671 2272 11 -3671 2271 16 -3676 2274 1 -3676 2273 6 -3670 2275 -3 -3670 2274 1 -3670 2273 6 -3670 2272 11 -3670 2271 16 -3675 2274 1 -3673 2275 -3 -3673 2274 1 -3676 2272 11 - -# stone step -Static 0x0917 (Hue=0x497) -3564 2146 33 -3557 2139 23 -3568 2144 40 -3570 2140 38 -3568 2136 31 -3560 2143 26 -3559 2135 22 -3563 2133 25 - -# ruined wall -Static 0x027A (Hue=0x497) -3563 2146 33 -3567 2144 40 -3569 2140 38 -3567 2136 31 -3559 2143 26 -3556 2139 23 -3558 2135 22 -3562 2133 25 - -# ruined wall -Static 0x0278 (Hue=0x497) -3564 2145 33 -3568 2143 40 -3568 2135 31 -3570 2139 38 -3560 2142 26 -3557 2138 23 -3559 2134 22 -3563 2132 25 - -# stone ruins -Static 0x03BB (Hue=0x497) -3562 2145 33 -3566 2143 40 -3566 2135 31 -3568 2139 38 -3558 2142 26 -3555 2138 23 -3557 2134 22 -3561 2132 25 - -# stone stairs -Static 0x078B (Hue=0x497) -3563 2143 33 -3567 2141 40 -3567 2133 31 -3569 2137 38 -3559 2140 26 -3556 2136 23 -3558 2132 22 -3562 2130 25 - -# mug of ale -Static 0x09EF -3731 2221 24 -3722 2218 24 - -# rushes -Static 0x0CA7 (Hue=0x3DB) -3660 2083 20 - -# grasses -Static 0x0CB0 (Hue=0x3D8) -3744 2085 15 -3757 2143 16 -3668 2079 20 - -# bench -Static 0x0B66 -3718 2134 20 -3713 2128 20 -3728 2137 20 - -# candlabra -Static 0x0A27 -3705 2211 48 - -# snake plant -Static 0x0CA9 (Hue=0x497) -3659 2253 20 - -# rushes -Static 0x0CA7 (Hue=0x3D9) -3660 2249 20 - -# mushrooms -Static 0x0D15 (Hue=0x3DB) -3674 2083 22 - -# grasses -Static 0x0D33 (Hue=0x3D8) -3656 2248 20 - -# grasses -Static 0x0CAF (Hue=0x3DA) -3656 2247 20 - -# dirt -Static 0x1DFF (Hue=0x3E2) -3558 2165 20 -3696 2237 20 -3728 2242 20 -3730 2139 20 - -# grasses -Static 0x0D32 (Hue=0x3D8) -3757 2116 20 -3654 2248 20 - -# Fishermens' Guild -LocalizedSign 0x0BF4 -3682 2261 20 - -# Bakery -LocalizedSign 0x0BA4 -3753 2232 20 -3681 2176 20 - -# teleporter -Static 0x180D (Hue=0x45B) -3676 2258 20 - -# stone ruins -Static 0x03B8 (Hue=0x497) -3566 2148 33 -3570 2146 40 -3570 2138 31 -3562 2145 26 -3559 2141 23 -3561 2137 22 -3565 2135 25 -3572 2142 38 - -# stone stairs -Static 0x0789 (Hue=0x497) -3557 2140 23 -3564 2147 33 -3568 2145 40 -3568 2137 31 -3560 2144 26 -3559 2136 22 -3563 2134 25 -3570 2141 38 - -# stone ruins -Static 0x03B9 (Hue=0x497) -3562 2147 33 -3555 2140 23 -3566 2145 40 -3566 2137 31 -3558 2144 26 -3557 2136 22 -3561 2134 25 -3568 2141 38 - -# debris -Static 0x0C30 -3670 2120 20 - -# stone stairs -Static 0x0794 (Hue=0x497) -3565 2145 33 -3569 2143 40 -3569 2135 31 -3561 2142 26 -3558 2138 23 -3560 2134 22 -3564 2132 25 -3571 2139 38 - -# sewing kit -Static 0x0F9D -3666 2237 22 - -# grasses -Static 0x0CAF (Hue=0x3D9) -3806 2137 20 - -# snake plant -Static 0x0CA9 (Hue=0x3D8) -3797 2151 21 - -# fallen log -Static 0x0CF4 (Hue=0x497) -3652 2247 20 - -# mushrooms -Static 0x0D0F (Hue=0x3D8) -3650 2247 11 - -# sapling -Static 0x0CE9 (Hue=0x3DB) -3650 2246 7 - -# mushrooms -Static 0x0D14 -3773 2216 20 - -# mushroom -Static 0x0D18 (Hue=0x497) -3661 2063 20 - -# wooden shelf -EmptyBookcase 0x0A9D -3716 2120 20 -3717 2120 20 -3720 2080 5 -3721 2080 5 -3721 2120 20 -3722 2120 20 - -# sextant parts -Static 0x1059 -3723 2123 24 - -# bunch%es% of dates -Static 0x1727 -3682 2193 20 -3684 2195 20 -3682 2196 20 -3686 2196 20 -3686 2194 20 - -# roast pig%s% -Static 0x09BC -3660 2117 24 -3722 2221 24 -3690 2165 24 - -# wheel%s% of cheese -Static 0x097E -3684 2168 24 - -# bread loa%ves/f% -Static 0x103C -3757 2216 24 -3756 2216 24 -3681 2168 24 - -# pizza%s% -Static 0x1040 -3721 2083 9 -3752 2228 24 -3752 2227 24 -3752 2226 24 -3680 2173 24 - -# baked pie -Static 0x1041 -3752 2227 24 -3752 2225 24 -3680 2171 24 -3680 2169 24 - -# checkers -Static 0x0FA5 -3697 2061 9 -3730 2221 24 - -# checkers -Static 0x0FA4 -3697 2061 9 -3730 2221 24 - -# bookcase -FullBookcase 0x0A98 -3695 2056 5 -3758 2120 20 -3698 2056 5 -3700 2240 20 -3704 2208 40 -3669 2248 20 -3771 2104 40 - -# bookcase -FullBookcase 0x0A97 -3759 2120 20 -3696 2056 5 -3702 2208 40 -3699 2240 20 -3702 2240 20 -3705 2208 40 -3707 2208 40 -3666 2248 20 -3773 2104 40 - -# dirt -Static 0x1DFE (Hue=0x3E2) -3556 2163 20 -3767 2215 20 -3545 2145 20 -3581 2150 59 -3537 2146 20 - -# dirt patch -Static 0x0911 (Hue=0x3E4) -3551 2166 20 -3550 2144 21 -3542 2142 20 -3536 2149 20 - -# fitting -Static 0x112F (Hue=0x3E1) -3566 2152 31 -3736 2145 20 -3737 2215 20 - -# hatch -Static 0x3E93 -3796 2156 -5 - -# ceramic mug -CeramicMug 0x0995 -3729 2218 24 - -# counter -Static 0x0B3E -3731 2147 20 -3730 2147 20 -3729 2147 20 - -# Yellow Potion -Static 0x0F0C -3696 2225 24 - -# wood -Static 0x1B81 (Hue=0x3E4) -3556 2164 25 -3550 2142 21 -3687 2248 20 -3679 2158 20 -3661 2237 20 -3652 2167 33 -3532 2142 20 -3531 2144 20 - -# counter -Static 0x0B40 -3732 2147 20 -3728 2147 20 - -# mushrooms -Static 0x0D15 (Hue=0x3D8) -3790 2117 25 - -# sandstone post -Static 0x016B -3706 2192 20 - -# fishing pole -Static 0x0DBF -3667 2299 -2 -3685 2270 21 - -# water -Static 0x1798 -3653 2258 -5 - -# elephant ear plant -Static 0x0C97 (Hue=0x3DA) -3725 2107 20 - -# pier -Static 0x03AA -3687 2270 21 -3687 2268 21 -3687 2261 21 -3684 2270 21 -3682 2270 21 -3679 2261 21 -3678 2270 21 -3680 2270 21 -3671 2261 21 -3669 2270 21 -3667 2270 21 -3665 2270 21 -3663 2270 21 -3663 2266 21 -3663 2264 21 -3663 2262 21 -3663 2268 21 - -# rushes -Static 0x0CA7 (Hue=0x3DA) -3799 2112 22 -3661 2077 20 - -# dirt patch -Static 0x0912 (Hue=0x3E4) -3548 2140 20 -3550 2159 21 - -# water -Static 0x179A -3784 2276 -5 - -# bench -Static 0x0B60 -3708 2210 20 -3696 2124 20 - -# small palm -Static 0x0C9D (Hue=0x497) -3662 2043 20 -3636 2200 20 -3726 2139 20 -3775 2144 20 -3675 2210 20 - -# rock -Static 0x177C -3730 2209 20 -3792 2137 28 -3652 2250 20 -3760 2138 23 - -# dirt -Static 0x1DFF (Hue=0x3E3) -3690 2239 20 -3567 2162 21 -3553 2160 21 -3546 2149 20 -3529 2139 -15 -3555 2157 23 - -# pewter mug -PewterMug 0x0FFF -3727 2218 24 - -# dirt -Static 0x1DFE (Hue=0x3E4) -3684 2248 20 -3551 2166 20 -3552 2144 22 -3535 2136 18 -3541 2156 19 -3531 2143 20 - -# skull mug -Static 0x0FFD -3728 2228 25 -3727 2228 25 -3726 2228 21 - -# chess pieces -Static 0x0FA8 -3726 2218 24 - -# dice and cup -Dices 0x0FA7 -3722 2229 24 - -# playing cards -Static 0x0FA2 -3722 2226 24 - -# mug -CeramicMug 0x0998 -3722 2225 24 - -# glass of water -Static 0x1F91 -3722 2222 24 - -# throne -Throne 0x0B33 -3786 2250 20 -3786 2247 20 -3786 2249 20 -3786 2246 20 -3786 2245 20 -3786 2244 20 -3786 2243 20 -3786 2242 20 -3786 2248 20 - -# water -Static 0x1797 -3714 2017 -5 -3649 2259 -5 -3670 2302 -5 -3711 2016 -5 -3784 2276 -5 - -# pampas grass -Static 0x0CC4 (Hue=0x3DB) -3787 2087 20 - -# playing cards -Static 0x0FA3 -3722 2217 24 - -# goblet -Static 0x099A -3722 2217 24 - -# grasses -Static 0x0CB0 (Hue=0x3DB) -3782 2103 20 - -# lamp post -LampPost2 0x0B22 -3682 2261 20 -3669 2261 20 -3728 2160 20 - -# small palm -Static 0x0C9C (Hue=0x3DA) -3724 2138 20 -3653 2247 20 -3655 2248 20 - -# unbaked pie -Static 0x1042 -3680 2172 24 -3752 2226 24 -3721 2083 9 - -# spittoon -Static 0x1003 -3720 2216 20 - -# clock -Static 0x104B -3722 2131 24 -3720 2123 24 - -# dirt -Static 0x1DFE (Hue=0x3E1) -3550 2147 22 -3555 2159 22 -3669 2182 20 - -# fern -Static 0x0CA2 (Hue=0x497) -3653 2047 20 -3716 2053 5 -3565 2137 27 -3561 2139 30 -3653 2250 20 -3727 2052 5 - -# garbage -Static 0x10EE (Hue=0x3E1) -3547 2136 20 -3711 2136 20 -3654 2217 20 - -# small palm -Static 0x0C9C (Hue=0x3D9) -3780 2085 21 - -# mushrooms -Static 0x0D10 (Hue=0x497) -3780 2084 21 - -# mushrooms -Static 0x0D11 (Hue=0x3DA) -3766 2144 16 - -# grasses -Static 0x0D33 (Hue=0x3DA) -3757 2187 -15 - -# cattails -Static 0x0CB7 (Hue=0x3DB) -3646 2212 20 -3650 2047 20 - -# mushrooms -Static 0x0D10 (Hue=0x3D8) -3649 2080 20 - -# metal signpost -Static 0x0BA1 -3719 2195 20 - -# sextant -Static 0x1057 -3722 2123 24 -3719 2131 24 - -# gears -Static 0x1054 -3725 2126 24 - -# orfluer flowers -Static 0x0C85 (Hue=0x3D8) -3725 2055 5 - -# axle%s% with gears -Static 0x1052 -3724 2131 24 -3723 2131 24 -3722 2123 24 -3719 2123 24 - -# clock frame%s% -Static 0x104D -3719 2131 24 -3718 2123 24 - -# clock frame%s% -Static 0x104E -3714 2127 24 -3725 2128 24 -3714 2130 24 - -# axle%s% -Static 0x105C -3714 2130 24 -3714 2129 24 - -# axle%s% with gears -Static 0x1051 -3725 2127 24 -3714 2126 24 - -# goblet -Static 0x09B3 -3726 2218 24 -3721 2084 9 -3718 2084 9 -3718 2083 9 - -# fallen log -Static 0x0CF3 (Hue=0x3DA) -3597 2171 25 -3653 2249 20 - -# chair -WoodenChairCushion 0x0B54 (Hue=0x1E) -3688 2197 20 - -# dirt patch -Static 0x0911 (Hue=0x3E1) -3664 2205 23 -3556 2159 22 -3661 2189 20 - -# rock -Static 0x1777 -3659 2266 -5 -3665 2271 -5 -3654 2254 20 -3648 2099 20 - -# small palm -Static 0x0C9A (Hue=0x3DA) -3694 2125 20 -3766 2204 20 - -# sandstone wall -Static 0x015E -3721 2062 5 -3766 2225 20 - -# pampas grass -Static 0x0CA5 (Hue=0x3D8) -3635 2199 20 -3773 2274 20 - -# pampas grass -Static 0x0CC4 (Hue=0x497) -3752 2196 20 -3778 2140 21 -3595 2167 34 -3780 2082 22 - -# grasses -Static 0x0CB6 (Hue=0x3D9) -3775 2112 20 -3669 2212 20 - -# grasses -Static 0x0CB9 (Hue=0x3DA) -3652 2053 20 -3778 2255 20 - -# tile roof -Static 0x05B5 -3683 2261 49 -3682 2261 46 -3680 2261 40 -3681 2261 43 -3667 2261 49 -3666 2261 46 -3664 2261 40 -3665 2261 43 - -# fern -Static 0x0C9F (Hue=0x3DA) -3645 2065 20 -3625 2198 14 -3637 2221 20 -3766 2269 20 - -# bulrushes -Static 0x0C94 (Hue=0x3D9) -3631 2200 20 -3679 2137 20 -3764 2270 20 - -# clock -Static 0x104C -3719 2120 29 -3714 2125 24 - -# grasses -Static 0x0CB6 (Hue=0x3D8) -3680 2086 28 -3752 2249 7 - -# table -Static 0x0B8D -3686 2211 20 -3697 2204 20 -3692 2215 20 -3768 2223 20 -3770 2223 19 - -# small palm -Static 0x0C9D (Hue=0x3D8) -3760 2077 39 -3626 2196 20 -3772 2138 24 -3650 2076 20 - -# bulrushes -Static 0x0C94 (Hue=0x3DA) -3650 2046 20 -3671 2076 23 -3658 2074 20 - -# grasses -Static 0x0D32 (Hue=0x497) -3752 2248 13 - -# sapling -Static 0x0CEA (Hue=0x497) -3652 2070 20 -3748 2248 20 - -# sapling -Static 0x0CEA (Hue=0x3D9) -3730 2253 20 -3736 2250 20 - -# Merchants' Guild -LocalizedSign 0x0C09 -3712 2242 20 - -# bulrushes -Static 0x0C94 (Hue=0x3DB) -3726 2238 20 - -# citrine%s% -Static 0x0F2C -3664 2134 24 - -# metal door -MetalDoor 0x067F (Facing=NorthCCW) -3735 2147 20 - -# rushes -Static 0x0CA7 (Hue=0x497) -3652 2079 20 - -# clean bandage%s% -Static 0x0EE9 -3690 2208 24 -3689 2208 24 -3693 2208 24 -3692 2208 24 -3691 2208 24 -3683 2224 24 -3687 2224 24 -3686 2224 24 - -# fallen log -Static 0x0CF7 (Hue=0x3DA) -3777 2080 24 - -# blade plant -Static 0x0C93 (Hue=0x3DB) -3776 2075 20 - -# pile of garbage -Static 0x10F2 (Hue=0x3E2) -3631 2160 67 -3724 2225 20 -3674 2144 20 - -# chair -FancyWoodenChairCushion 0x0B51 -3682 2254 20 -3666 2255 20 -3666 2253 20 -3765 2123 20 -3709 2246 20 -3709 2248 20 - -# fan plant -Static 0x0C98 (Hue=0x3D8) -3667 2204 20 - -# scroll%s% -Static 0x0EF9 -3709 2224 24 - -# scroll%s% -Static 0x0EF8 -3708 2224 24 - -# grasses -Static 0x0CAF (Hue=0x3DB) -3589 2148 62 -3715 2243 20 - -# bottle -Static 0x0F02 -3708 2224 22 - -# ponytail palm -Static 0x0CA6 (Hue=0x3D8) -3719 2250 20 - -# potted tree -PottedTree1 0x11C9 -3680 2214 20 -3680 2208 20 -3708 2222 40 -3708 2216 40 - -# scroll%s% -Static 0x0EF7 -3707 2224 24 - -# scroll%s% -Static 0x0EF6 -3706 2224 24 - -# statue -Static 0x1224 -3704 2046 5 - -# blank scroll%s% -Static 0x0EF3 -3705 2224 24 - -# statue -Static 0x139A -3718 2044 5 - -# book -RedBook 0x0FF1 -3724 2123 21 -3705 2211 44 - -# Ginseng -Static 0x0F85 -3717 2181 20 - -# small palm -Static 0x0C9B (Hue=0x3DB) -3692 2112 20 -3779 2142 21 -3656 2247 20 -3772 2278 12 -3650 2072 20 - -# fitting -Static 0x112F (Hue=0x3E2) -3543 2154 20 - -# diamond%s% -Static 0x0F29 -3665 2148 27 -3665 2146 27 - -# fruit basket -FruitBasket 0x0993 -3719 2084 9 -3770 2106 24 -3676 2100 24 -3691 2164 24 -3683 2204 32 -3772 2107 44 - -# garbage -Static 0x10F0 (Hue=0x3E3) -3549 2163 20 -3703 2137 20 -3674 2250 20 - -# small palm -Static 0x0C9C (Hue=0x3DB) -3660 2249 20 -3654 2082 20 -3652 2218 20 -3651 2068 20 - -# flowerpot -PottedPlant 0x11CA -3704 2216 40 -3772 2104 20 -3704 2221 40 - -# diamond%s% -Static 0x0F27 -3664 2134 24 -3664 2147 24 - -# diamond%s% -Static 0x0F28 -3664 2132 24 -3664 2147 24 -3664 2145 24 - -# book -BlueBook 0x0FF2 -3702 2211 44 - -# sandstone wall -Static 0x0160 -3698 2057 5 -3740 2154 20 -3694 2048 5 -3727 2174 20 -3664 2247 20 -3766 2227 19 -3712 2253 20 - -# chair -FancyWoodenChairCushion 0x0B50 -3772 2117 20 -3769 2117 20 -3756 2125 20 -3754 2125 20 -3708 2250 20 -3698 2253 20 -3705 2250 20 -3700 2253 20 - -# rock -Static 0x177B -3681 2074 5 -3640 2067 20 - -# fallen log -Static 0x0CF4 (Hue=0x3DB) -3667 2140 20 -3645 2224 20 - -# mushroom -Static 0x0D19 (Hue=0x497) -3635 2071 20 - -# sapling -Static 0x0CEA (Hue=0x3DA) -3774 2121 20 -3654 2218 20 - -# pen and ink -Static 0x0FBF -3680 2253 24 -3669 2235 24 -3787 2245 24 -3656 2193 24 -3787 2244 24 -3664 2254 27 -3787 2249 24 -3787 2248 24 -3787 2247 24 -3787 2246 24 -3787 2243 24 -3787 2242 24 -3787 2241 24 -3781 2250 24 -3752 2220 24 -3699 2209 24 - -# fallen log -Static 0x0CF3 (Hue=0x497) -3645 2212 20 -3651 2252 20 -3634 2079 20 - -# table -Static 0x0B3C -3674 2260 20 -3677 2196 20 -3680 2165 20 - -# table -Static 0x0B86 -3709 2064 5 - -# mushrooms -Static 0x0D15 (Hue=0x497) -3638 2074 20 - -# chair -Static 0x0B4F -3773 2104 20 -3705 2240 20 -3698 2240 20 - -# fern -Static 0x0CA3 (Hue=0x3DB) -3623 2182 23 -3674 2132 20 -3777 2114 20 -3667 2035 20 -3780 2088 24 -3744 2190 20 - -# wooden bench -WoodenBench 0x0B2D -3716 2072 5 -3684 2196 20 - -# dirt -Static 0x1E00 (Hue=0x3E4) -3540 2147 20 -3739 2149 20 -3626 2194 20 -3698 2156 20 -3563 2154 25 -3547 2142 20 -3700 2177 20 -3546 2149 20 -3557 2169 -15 - -# fallen log -Static 0x0CF6 (Hue=0x3D9) -3638 2080 20 - -# glass pitcher -Static 0x0FF6 -3722 2228 24 - -# dirt patch -Static 0x0912 -3700 2213 20 -3540 2136 20 -3557 2157 23 -3557 2163 20 - -# fallen log -Static 0x0CF5 (Hue=0x3DB) -3635 2071 20 - -# ponytail palm -Static 0x0CA6 (Hue=0x3DB) -3638 2075 20 - -# table -Static 0x0B73 -3689 2166 20 -3652 2247 20 -3666 2259 20 -3677 2202 20 - -# wood -Static 0x1B81 (Hue=0x3E2) -3541 2140 20 -3549 2138 20 -3755 2205 20 -3564 2155 25 - -# mushrooms -Static 0x0D12 (Hue=0x3DB) -3636 2091 20 - -# fallen log -Static 0x0CF3 (Hue=0x3D9) -3781 2269 20 -3639 2078 20 - -# glass of water -Static 0x1F93 -3722 2218 24 -3731 2221 24 - -# bulletin board -BulletinBoard 0x1E5E -3728 2216 20 - -# game board -ChessBoard 0x0FA6 -3697 2061 9 -3730 2221 24 - -# snake plant -Static 0x0CA9 (Hue=0x3DB) -3625 2200 20 -3641 2082 20 - -# garbage -Static 0x10F1 (Hue=0x497) -3674 2171 20 -3663 2212 20 -3664 2205 23 -3555 2164 20 -3556 2159 22 -3552 2159 21 -3547 2145 20 -3684 2258 20 -3558 2164 20 -3545 2145 20 -3554 2136 20 -3699 2165 20 -3533 2146 20 -3531 2143 20 -3564 2160 22 -3556 2150 26 - -# garbage -Static 0x10F1 (Hue=0x3E1) -3649 2227 20 -3564 2164 20 -3557 2155 24 -3537 2137 20 -3537 2144 20 -3567 2153 31 -3552 2152 23 -3566 2160 22 - -# wood -Static 0x1B81 (Hue=0x3E1) -3667 2202 20 -3565 2158 23 -3561 2152 27 -3557 2151 26 -3688 2207 20 -3534 2141 20 -3556 2149 26 - -# bulrushes -Static 0x0C94 (Hue=0x3D8) -3634 2072 11 - -# small palm -Static 0x0C9B (Hue=0x3D9) -3641 2225 20 -3771 2212 20 -3780 2091 27 -3634 2071 8 - -# candle -Static 0x0A10 -3704 2228 40 -3707 2228 40 -3680 2153 33 - -# chest of drawers -FancyDrawer 0x0A38 -3680 2153 20 -3680 2157 20 - -# small palm -Static 0x0C9C (Hue=0x497) -3639 2073 20 -3633 2080 8 - -# small palm -Static 0x0C99 (Hue=0x3DA) -3593 2150 60 -3678 2079 26 -3781 2095 27 -3633 2076 8 - -# table -Static 0x0B88 -3743 2216 20 -3773 2211 16 - -# bottle -Static 0x0EFD -3696 2227 26 - -# ship -Static 0x3E8A -3800 2154 -5 - -# crystal ball -Static 0x0E2F -3704 2224 24 -3696 2227 24 - -# chair -Static 0x0B4E -3696 2248 20 -3779 2266 20 -3779 2267 20 - -# shells -Static 0x0FC9 -3780 2268 26 - -# table -Static 0x0B6B -3780 2268 20 - -# armoire -FancyArmoire 0x0A51 -3689 2185 20 -3680 2185 20 -3656 2096 20 -3680 2189 20 - -# table -Static 0x0B6D -3780 2267 20 -3780 2266 20 - -# table -Static 0x0B6C -3780 2265 20 - -# sandstone post -Static 0x0167 -3682 2205 20 -3736 2175 20 -3697 2174 20 - -# ship -Static 0x3EB2 -3682 2281 -5 - -# scroll%s% -Static 0x0EF4 -3696 2223 24 - -# stone wall -Static 0x03C1 -3665 2120 20 - -# wooden shelf -EmptyBookcase 0x0A9E -3715 2085 5 -3712 2124 20 -3712 2125 20 -3712 2129 20 -3712 2130 20 -3664 2257 20 -3715 2084 5 -3680 2249 20 -3680 2250 20 - -# small palm -Static 0x0C99 (Hue=0x3DB) -3630 2201 20 -3645 2084 20 -3707 2128 20 - -# scroll%s% -Static 0x0EF5 -3696 2221 24 - -# brazier -Brazier 0x0E32 -3704 2221 20 -3704 2217 20 -3696 2224 20 -3696 2220 20 - -# large fern -Static 0x0CA1 (Hue=0x3DB) -3746 2070 5 -3671 2083 21 -3729 2107 20 -3648 2066 20 -3649 2066 20 -3758 2143 16 - -# dirt patch -Static 0x0912 (Hue=0x3E2) -3537 2150 20 -3658 2236 20 - -# pampas grass -Static 0x0CC4 (Hue=0x3D8) -3603 2100 20 - -# grasses -Static 0x0CAF (Hue=0x3D8) -3773 2072 20 -3596 2102 -15 - -# fitting -Static 0x112F (Hue=0x497) -3551 2159 21 -3541 2150 20 -3724 2141 20 -3548 2143 21 -3567 2169 -15 -3540 2139 20 -3553 2158 22 -3556 2156 23 -3567 2153 31 -3562 2152 26 -3671 2234 20 - -# grasses -Static 0x0CBB (Hue=0x497) -3651 2230 20 - -# fallen log -Static 0x0CF4 (Hue=0x3D9) -3636 2086 20 -3602 2100 20 - -# small palm -Static 0x0C9B (Hue=0x497) -3631 2202 20 -3666 2081 20 -3656 2253 20 -3663 2209 20 - -# pampas grass -Static 0x0CA5 (Hue=0x3DB) -3726 2249 20 - -# stone wall -Static 0x03C0 -3663 2120 20 - -# wooden door -DarkWoodDoor 0x06AD (Facing=SouthCW) -3695 2251 20 - -# sandstone wall -Static 0x015F -3667 2246 20 -3698 2062 5 -3735 2149 20 -3761 2141 23 -3697 2052 5 -3709 2159 20 -3735 2151 20 -3735 2150 20 -3735 2148 20 -3735 2146 20 -3735 2145 20 -3735 2144 20 -3719 2139 20 -3758 2239 20 - -# lamp post -LampPost3 0x0B24 -3679 2261 21 -3679 2215 30 -3679 2208 30 -3679 2137 20 -3679 2112 20 -3672 2240 20 -3793 2232 20 -3773 2233 30 -3735 2167 20 -3758 2256 30 -3744 2112 20 -3743 2232 20 -3743 2215 20 -3742 2076 5 -3711 2072 5 -3737 2076 5 -3736 2252 20 -3736 2191 20 -3734 2087 5 -3727 2112 20 -3727 2072 5 -3727 2055 5 -3686 2215 30 -3719 2232 20 -3719 2208 20 -3711 2184 20 -3711 2160 20 -3704 2136 20 -3704 2112 20 -3704 2097 5 -3704 2048 5 -3696 2176 20 -3695 2232 20 - -# elephant ear plant -Static 0x0C97 (Hue=0x3D8) -3734 2260 20 -3760 2143 20 -3658 2229 20 - -# mushrooms -Static 0x0D0C (Hue=0x3D8) -3752 2200 20 - -# ponytail palm -Static 0x0CA6 (Hue=0x3D9) -3763 2143 21 -3791 2087 20 -3744 2202 20 - -# fallen log -Static 0x0CF7 (Hue=0x3D8) -3760 2044 20 - -# cannon ball -Static 0x0E73 -3676 2261 20 - -# cannon balls -Static 0x0E74 -3673 2261 20 - -# candelabra -CandelabraStand 0x0B26 -3710 2251 20 -3736 2067 5 -3696 2240 20 -3670 2112 20 -3696 2160 20 -3799 2264 20 -3691 2056 5 -3686 2254 20 -3684 2064 5 -3680 2168 20 -3663 2192 20 -3752 2120 20 -3656 2176 20 -3656 2118 20 -3670 2250 20 -3800 2240 20 -3691 2071 5 -3678 2096 20 -3787 2251 20 -3770 2104 20 -3680 2251 20 -3779 2264 20 - -# water -Static 0x1799 -3696 2266 -5 -3720 2020 -5 -3670 2302 -5 - -# book -Static 0x0FBD -3781 2252 24 -3680 2254 24 -3670 2236 20 -3664 2255 24 -3656 2194 24 -3781 2251 24 -3752 2221 24 -3699 2210 24 -3780 2267 26 -3669 2236 24 - -# cattails -Static 0x0CB7 (Hue=0x3DA) -3736 2191 20 - -# fern -Static 0x0CA3 (Hue=0x3D9) -3685 2039 -1 -3656 2231 20 - -# tree -Static 0x0D5B (Hue=0x497) -3782 2143 21 -3764 2138 23 -3656 2068 20 -3656 2243 20 -3662 2208 20 - -# tree -Static 0x0D5A (Hue=0x497) -3781 2144 21 -3763 2139 23 -3655 2069 20 -3655 2244 20 -3661 2209 20 - -# tree -Static 0x0D58 (Hue=0x497) -3761 2141 23 -3779 2146 21 -3653 2071 20 -3653 2246 20 -3659 2211 20 - -# mushrooms -Static 0x0D13 (Hue=0x497) -3760 2055 20 - -# tree -Static 0x0D57 (Hue=0x497) -3778 2147 21 -3760 2142 21 -3652 2072 20 -3652 2247 20 -3658 2212 20 - -# bulrushes -Static 0x0C94 (Hue=0x497) -3712 2103 20 -3750 2214 20 - -# fern -Static 0x0C9F (Hue=0x3DB) -3750 2143 16 -3680 2039 0 -3654 2249 20 -3770 2207 20 -3769 2131 20 -3642 2091 20 -3757 2241 15 -3777 2086 26 -3744 2189 20 -3749 2195 20 - -# cattails -Static 0x0CB8 (Hue=0x3DB) -3626 2209 20 -3747 2186 9 - -# large fern -Static 0x0CA1 (Hue=0x3D9) -3752 2201 20 -3731 2152 20 -3657 2255 20 -3774 2119 20 -3754 2037 7 -3735 2246 20 - -# fern -Static 0x0CA2 (Hue=0x3DB) -3779 2138 24 -3733 2259 20 -3633 2079 20 -3639 2069 20 -3747 2201 20 -3660 2215 20 - -# fern -Static 0x0CA2 (Hue=0x3DA) -3747 2064 6 -3582 2163 40 -3728 2116 20 -3751 2250 14 -3742 2256 20 -3637 2072 20 -3757 2040 20 - -# tree -Static 0x0D59 (Hue=0x497) -3780 2145 21 -3762 2140 23 -3654 2070 20 -3654 2245 20 -3660 2210 20 - -# crate -MediumCrate 0x0E3F -3671 2279 -2 - -# chair -WoodenChair 0x0B58 -3662 2117 20 -3662 2116 20 -3773 2106 40 -3773 2108 40 -3723 2084 5 -3700 2073 5 -3692 2166 20 -3692 2164 20 - -# blade plant -Static 0x0C93 (Hue=0x3DA) -3692 2114 20 -3581 2158 47 -3757 2039 20 - -# tree -Static 0x0D72 (Hue=0x497) -3578 2158 35 -3656 2053 20 -3764 2273 20 -3668 2033 20 -3662 2033 20 -3656 2228 20 - -# tree -Static 0x0D71 (Hue=0x497) -3577 2159 35 -3655 2054 20 -3667 2034 20 -3763 2274 20 -3661 2034 20 -3655 2229 20 - -# grasses -Static 0x0D32 (Hue=0x3DB) -3758 2041 20 - -# tree -Static 0x0D70 (Hue=0x497) -3576 2160 35 -3654 2055 20 -3666 2035 20 -3762 2275 20 -3660 2035 20 -3654 2230 20 - -# dirt -Static 0x1DFE -3739 2145 20 -3553 2161 20 -3545 2150 20 -3550 2149 22 -3721 2227 20 -3563 2161 21 -3666 2183 20 -3538 2156 -15 -3564 2154 26 -3548 2137 20 -3559 2160 22 -3547 2154 20 -3554 2146 23 -3649 2214 20 -3554 2140 20 - -# barrel -Barrel 0x0E77 -3680 2256 20 -3670 2279 -2 - -# crate -LargeCrate 0x0E3C -3718 2249 20 -3670 2280 -2 - -# chair -WoodenChair 0x0B59 -3676 2101 20 -3721 2085 5 -3719 2085 5 -3707 2212 40 -3705 2212 40 -3703 2212 40 -3698 2062 5 -3697 2062 5 -3691 2167 20 - -# shell -Static 0x0FCC -3715 2044 5 - -# pitcher of water -Static 0x1F9D -3683 2203 29 -3770 2107 24 -3722 2228 24 -3691 2166 24 - -# shells -Static 0x0FC6 -3710 2021 0 - -# candelabra -Static 0x0B1F -3760 2118 24 -3691 2165 31 - -# nautilus -Static 0x0FC7 -3702 2027 1 - -# chair -WoodenChair 0x0B57 -3676 2098 20 -3719 2082 5 -3697 2060 5 -3721 2082 5 -3707 2210 40 -3705 2210 40 -3703 2210 40 -3701 2152 20 -3699 2056 5 -3698 2060 5 -3694 2056 5 -3691 2162 20 -3691 2152 20 - -# conch shell -Static 0x0FC4 -3687 2039 -1 - -# fitting -Static 0x112F -3560 2163 20 -3550 2166 20 -3546 2149 20 -3659 2219 20 -3557 2145 23 -3556 2141 21 - -# metal box -MetalBox 0x09A8 -3671 2280 4 - -# garbage -Static 0x10EF -3662 2288 0 -3655 2282 -2 -3680 2029 -5 - -# pile of garbage -Static 0x10F2 -3549 2140 20 -3656 2280 -1 -3679 2029 -3 - -# fern -Static 0x0C9F (Hue=0x3D8) -3778 2119 20 -3627 2203 20 -3777 2144 20 -3603 2176 22 -3747 2200 20 -3583 2165 30 - -# fern -Static 0x0CA4 (Hue=0x497) -3626 2201 20 -3581 2163 37 -3589 2149 61 -3656 2059 20 -3655 2227 20 -3762 2207 20 -3681 2041 0 - -# grasses -Static 0x0D33 (Hue=0x3DB) -3679 2032 -3 - -# grasses -Static 0x0CAF (Hue=0x497) -3780 2140 22 -3698 2138 20 -3673 2042 20 - -# rock -Static 0x1774 -3624 2209 20 -3618 2182 21 -3633 2199 20 -3735 2125 20 -3779 2138 24 -3772 2144 16 -3648 2066 20 -3733 2251 20 -3633 2080 8 -3765 2058 10 -3677 2038 20 -3681 2040 0 - -# fern -Static 0x0CA4 (Hue=0x3D8) -3749 2129 20 -3666 2072 20 -3675 2030 20 - -# milk -Static 0x09F0 -3770 2107 24 -3691 2166 24 -3722 2228 24 -3683 2203 29 -3671 2282 4 - -# table -Static 0x0B79 -3671 2280 -2 - -# table -Static 0x0B7A -3734 2119 20 -3680 2163 20 -3679 2044 20 -3716 2131 20 -3748 2221 20 -3761 2211 20 -3754 2231 20 -3671 2281 -2 - -# table -Static 0x0B75 -3712 2222 20 -3682 2237 20 -3729 2125 20 -3671 2282 -2 - -# elephant ear plant -Static 0x0C97 (Hue=0x3DB) -3578 2165 22 -3651 2250 20 -3757 2201 20 - -# fern -Static 0x0CA0 (Hue=0x3D8) -3785 2114 20 -3654 2254 20 -3646 2080 20 -3639 2217 20 - -# bed -Static 0x0A5D -3665 2268 21 -3665 2266 21 - -# bed -Static 0x0A62 -3666 2268 21 -3666 2266 21 -3666 2264 21 - -# bed -Static 0x0A69 -3665 2264 21 - -# bed -Static 0x0A5F -3694 2204 20 -3669 2263 21 - -# bed -Static 0x0A5E -3669 2262 21 - -# small palm -Static 0x0C99 (Hue=0x3D9) -3731 2256 20 -3674 2031 20 - -# dirt -Static 0x1E00 (Hue=0x3E3) -3559 2159 22 -3672 2236 20 -3538 2136 20 -3539 2148 20 -3699 2181 20 -3551 2137 20 -3557 2155 24 -3551 2162 20 -3557 2141 24 - -# leather sleeves -Static 0x13C8 -3666 2261 20 - -# grasses -Static 0x0CB6 (Hue=0x497) -3679 2074 13 -3584 2152 60 -3663 2036 20 - -# leather leggings -Static 0x13C9 -3669 2261 20 - -# leather tunic -Static 0x13CA -3670 2261 20 - -# stone ruins -Static 0x03B7 -3712 2229 20 -3716 2219 20 -3674 2211 20 -3756 2051 12 -3700 2052 5 -3687 2213 20 -3676 2163 20 -3683 2202 20 -3687 2207 20 -3687 2057 5 -3734 2154 20 -3721 2140 20 -3728 2115 20 -3688 2093 20 -3675 2089 20 -3734 2051 5 -3657 2168 20 -3659 2121 20 -3670 2197 20 -3652 2138 24 -3669 2232 20 -3724 2202 20 -3759 2232 20 -3753 2234 20 -3699 2224 20 -3726 2230 20 -3753 2204 20 -3704 2174 20 - -# small palm -Static 0x0C99 (Hue=0x497) -3689 2115 20 -3674 2029 20 -3671 2034 20 - -# large fern -Static 0x0CA1 (Hue=0x3DA) -3763 2077 38 -3770 2071 22 -3672 2029 -15 - -# cannon -Static 0x0E96 -3699 2257 20 - -# bushel -Basket 0x09AC -3684 2269 20 -3686 2268 20 - -# cannon -Static 0x0E95 -3698 2257 20 - -# small palm -Static 0x0C9D (Hue=0x3DA) -3664 2039 20 - -# cannon -Static 0x0E8D -3677 2259 20 -3673 2259 20 - -# cannon -Static 0x0E8C -3677 2260 20 -3673 2260 20 - -# fern -Static 0x0CA0 (Hue=0x3DA) -3656 2082 20 -3603 2153 56 - -# cannon -Static 0x0E8B -3677 2261 20 -3673 2261 20 - -# large fern -Static 0x0CA1 (Hue=0x497) -3621 2187 8 -3559 2138 25 -3642 2084 20 -3664 2037 20 - -# clock parts -Static 0x1050 -3723 2131 24 -3722 2131 24 -3718 2123 24 -3714 2126 24 - -# fern -Static 0x0CA3 (Hue=0x3D8) -3688 2121 20 -3777 2144 20 -3678 2062 14 -3638 2111 31 -3654 2251 20 -3795 2091 20 -3772 2257 20 -3775 2074 20 -3633 2079 20 -3747 2198 20 -3630 2200 20 - -# candle -Static 0x0B1B -3681 2184 28 -3664 2253 26 -3715 2090 13 -3696 2152 28 -3691 2184 28 -3690 2248 28 - -# grasses -Static 0x0CAC (Hue=0x3DB) -3796 2150 22 -3675 2036 20 - -# globe -Static 0x1047 -3664 2256 20 - -# wooden ladder -Static 0x08A3 -3682 2231 31 -3670 2185 31 -3676 2229 43 -3675 2229 43 - -# fern -Static 0x0CA2 (Hue=0x3D9) -3758 2213 20 -3779 2144 20 -3646 2075 20 -3655 2059 20 -3659 2212 20 -3739 2188 20 - -# mushrooms -Static 0x0D0C (Hue=0x3DB) -3671 2036 20 - -# book -Static 0x0FF4 -3664 2254 24 -3703 2211 44 -3664 2252 24 - -# fern -Static 0x0CA0 (Hue=0x3D9) -3735 2076 5 -3624 2187 21 -3747 2147 -15 -3669 2039 20 -3655 2067 20 -3640 2216 20 -3667 2038 20 - -# -Static 0x4000 -3680 2281 -5 - -# large fern -Static 0x0CA1 (Hue=0x3D8) -3630 2192 20 -3651 2063 20 -3629 2203 20 -3626 2200 20 -3673 2032 20 - -# wooden ladder -Static 0x08A4 -3682 2232 20 -3670 2186 20 -3676 2230 31 -3676 2231 20 -3675 2230 20 -3675 2231 20 - -# grasses -Static 0x0D32 (Hue=0x3DA) -3732 2170 20 -3642 2076 20 -3578 2170 20 - -# mushrooms -Static 0x0D14 (Hue=0x3DA) -3671 2033 20 -3664 2036 20 - -# fern -Static 0x0CA0 (Hue=0x497) -3606 2163 43 -3656 2057 20 -3718 2128 20 -3676 2036 20 - -# mushrooms -Static 0x0D12 (Hue=0x3D9) -3663 2037 20 - -# fan plant -Static 0x0C98 (Hue=0x3DA) -3653 2080 20 -3756 2042 20 -3663 2036 20 - -# fern -Static 0x0CA4 (Hue=0x3DB) -3574 2167 20 -3655 2247 20 -3650 2059 20 -3749 2197 20 -3662 2035 20 - -# fern -Static 0x0CA0 (Hue=0x3DB) -3693 2093 9 -3635 2073 20 -3755 2233 20 -3655 2035 20 - -# fern -Static 0x0CA2 (Hue=0x3D8) -3762 2076 38 -3628 2114 36 -3651 2246 11 -3660 2064 20 -3757 2042 20 -3668 2043 20 -3670 2035 20 -3585 2149 61 - -# pampas grass -Static 0x0CC4 (Hue=0x3D9) -3656 2039 20 - -# dirt -Static 0x1E00 (Hue=0x3E2) -3656 2137 20 -3530 2139 -15 -3662 2149 20 -3672 2201 20 -3544 2143 20 -3535 2147 20 -3691 2170 20 -3548 2161 20 - -# blade plant -Static 0x0C93 (Hue=0x3D8) -3778 2101 20 -3656 2037 20 - -# sapling -Static 0x0CE9 (Hue=0x497) -3655 2041 20 - -# rock -Static 0x1773 -3628 2199 20 -3596 2175 21 -3663 2167 20 -3655 2087 20 -3655 2255 19 -3582 2156 51 -3652 2043 20 - -# elephant ear plant -Static 0x0C97 (Hue=0x3D9) -3757 2045 20 -3653 2040 20 - -# small palm -Static 0x0C9B (Hue=0x3D8) -3646 2070 20 -3780 2270 20 -3637 2091 20 -3712 2147 20 -3656 2227 20 -3639 2196 20 -3650 2050 20 - -# fern -Static 0x0CA4 (Hue=0x3D9) -3664 2164 20 -3684 2060 5 -3770 2069 22 -3669 2034 20 -3663 2035 20 -3647 2043 20 - -# mushroom -Static 0x0D16 (Hue=0x497) -3650 2044 20 - -# stone ruins -Static 0x03C4 -3739 2079 5 -3734 2082 5 -3709 2150 20 -3684 2254 20 -3731 2175 20 -3706 2237 20 -3662 2150 20 -3673 2174 20 -3673 2206 20 -3686 2062 5 -3669 2245 20 -3681 2237 20 -3684 2060 5 -3724 2125 20 -3667 2213 31 -3775 2125 20 -3660 2257 20 -3662 2247 20 -3737 2162 20 -3665 2119 20 -3718 2187 20 -3696 2199 20 -3772 2129 20 -3733 2121 20 -3722 2205 20 -3717 2075 5 -3700 2172 20 -3708 2195 20 -3666 2196 20 -3684 2138 20 - -# rock -Static 0x1778 -3804 2146 13 -3627 2193 20 -3761 2275 15 -3802 2113 16 -3694 2128 20 -3743 2069 5 -3654 2066 20 -3768 2262 20 -3655 2084 20 -3756 2195 20 -3653 2038 20 - -# fern -Static 0x0C9F (Hue=0x497) -3788 2085 20 -3781 2270 20 -3645 2066 20 -3643 2074 20 -3646 2038 -15 - -# dirt -Static 0x1DFF (Hue=0x3E4) -3689 2165 20 -3558 2164 20 -3554 2152 24 -3538 2147 20 -3565 2154 27 - -# garbage -Static 0x10F0 (Hue=0x3E2) -3736 2200 20 -3540 2144 20 -3555 2152 24 - -# stone ruins -Static 0x03C3 -3704 2186 20 -3771 2129 20 -3732 2054 5 -3681 2161 20 -3662 2120 20 -3701 2171 20 -3702 2180 20 -3704 2185 20 -3708 2085 5 -3666 2212 20 -3665 2119 20 -3693 2174 20 -3685 2220 20 -3715 2134 20 -3688 2230 20 -3730 2132 20 -3690 2169 20 -3706 2188 20 -3729 2124 20 -3728 2071 5 -3703 2181 20 -3667 2123 20 -3786 2091 21 -3649 2229 14 -3706 2247 20 -3713 2043 7 -3700 2193 20 - -# garbage -Static 0x10F1 (Hue=0x3E2) -3565 2159 22 -3556 2155 23 -3720 2226 20 -3699 2223 20 -3548 2163 20 - -# sapling -Static 0x0CEA (Hue=0x3D8) -3707 2119 20 - -# dirt -Static 0x1DFF (Hue=0x3E1) -3560 2152 26 -3652 2141 29 -3560 2157 23 -3549 2154 21 -3555 2143 22 -3662 2256 20 - -# chair -WoodenChair 0x0B56 -3659 2117 20 -3659 2116 20 -3717 2084 5 -3701 2211 40 -3698 2073 5 -3689 2166 20 -3689 2164 20 - -# tree -Static 0x0D6F (Hue=0x497) -3575 2161 26 -3653 2056 20 -3665 2036 20 -3761 2276 20 -3659 2036 20 -3653 2231 20 - -# tree -Static 0x0D6E (Hue=0x497) -3574 2162 22 -3652 2057 20 -3664 2037 20 -3760 2277 20 -3658 2037 20 -3652 2232 20 - -# garbage -Static 0x10F1 (Hue=0x3E3) -3649 2154 39 -3637 2181 30 -3550 2158 21 -3567 2151 38 -3541 2150 20 -3695 2220 20 -3562 2164 20 - -# small palm -Static 0x0C9D (Hue=0x3D9) -3749 2202 20 -3657 2057 20 -3582 2160 44 -3570 2147 46 -3641 2064 10 -3748 2195 20 -3642 2209 20 -3722 2145 20 - -# chair -WoodenChairCushion 0x0B52 -3681 2204 20 -3681 2202 20 -3688 2193 20 -3688 2197 20 - -# pile of garbage -Static 0x10F2 (Hue=0x3E1) -3555 2163 20 -3553 2143 21 -3550 2159 21 - -# wooden ramp -Static 0x087D -3677 2229 20 -3674 2229 20 - -# dirt patch -Static 0x0911 (Hue=0x3E3) -3601 2165 39 -3552 2154 23 -3554 2159 22 -3554 2154 24 -3560 2167 20 - -# garbage -Static 0x10F0 (Hue=0x497) -3550 2148 22 -3529 2145 -15 -3653 2245 20 -3552 2143 21 -3549 2140 20 -3537 2141 20 -3671 2154 20 -3550 2144 21 -3565 2154 27 -3564 2153 27 -3559 2167 14 -3561 2157 23 -3541 2141 20 -3672 2194 20 -3560 2156 23 -3553 2155 23 -3566 2160 22 -3553 2142 21 -3557 2142 24 -3547 2159 20 - -# wooden ladder -Static 0x08A2 -3656 2234 31 -3656 2235 20 - -# rope -Static 0x14F8 -3663 2269 20 -3686 2261 21 -3678 2292 -3 - -# tree -Static 0x0D86 (Hue=0x497) -3655 2049 20 -3649 2074 20 -3625 2204 7 - -# tree -Static 0x0D84 (Hue=0x497) -3653 2051 20 -3647 2076 20 -3623 2206 -5 - -# tree -Static 0x0D85 (Hue=0x497) -3654 2050 20 -3648 2075 20 -3624 2205 7 - -# stone ruins -Static 0x03C5 -3739 2057 5 -3747 2069 5 -3745 2208 20 -3710 2055 5 -3728 2204 20 -3737 2110 20 -3674 2142 20 -3669 2119 20 -3660 2235 20 -3692 2194 20 -3683 2195 20 -3689 2209 20 -3682 2122 20 -3722 2077 5 -3716 2165 20 -3703 2185 20 -3714 2225 20 -3708 2254 20 -3700 2171 20 -3680 2183 20 -3768 2211 20 -3685 2252 20 -3693 2159 20 - -# mushrooms -Static 0x0D0F (Hue=0x3DB) -3736 2204 20 - -# palisade -Static 0x0423 -3681 2199 20 -3644 2184 21 -3657 2228 20 -3653 2225 20 - -# garbage -Static 0x10F1 (Hue=0x3E4) -3537 2145 20 -3698 2181 20 -3561 2153 26 -3683 2215 20 -3546 2143 20 -3555 2154 24 -3557 2145 23 -3535 2139 20 -3547 2142 20 -3759 2213 20 -3562 2153 26 - -# garbage -Static 0x10F0 -3555 2161 21 -3552 2159 21 -3539 2151 20 -3563 2168 20 -3546 2135 20 -3646 2221 20 -3655 2195 20 -3537 2144 20 -3545 2145 20 -3691 2140 20 -3555 2157 23 -3557 2143 23 -3722 2151 20 -3535 2142 20 -3538 2136 20 -3560 2157 23 -3548 2165 11 -3549 2164 20 -3552 2154 23 - -# grasses -Static 0x0CB5 (Hue=0x497) -3793 2122 26 -3696 2051 5 - -# dirt patch -Static 0x0912 (Hue=0x497) -3547 2141 20 -3559 2160 22 -3637 2149 51 -3712 2226 20 -3687 2186 20 -3535 2148 20 -3560 2158 23 - -# bench -Static 0x0B67 -3727 2217 20 - -# stone ruins -Static 0x03B9 -3668 2121 20 -3690 2060 5 -3786 2107 20 -3708 2238 20 -3729 2177 20 -3726 2165 20 -3732 2134 20 -3723 2165 20 -3730 2125 20 -3706 2051 5 -3722 2162 20 -3661 2253 20 -3660 2122 20 -3734 2050 5 -3657 2254 20 -3711 2231 20 -3765 2223 20 -3725 2167 20 -3663 2239 20 -3703 2070 5 -3779 2102 20 -3773 2217 20 -3694 2174 20 -3752 2246 20 - -# garbage -Static 0x10F0 (Hue=0x3E1) -3536 2142 20 -3549 2141 20 -3557 2163 20 -3632 2183 23 -3551 2141 21 -3545 2144 20 -3555 2153 24 -3734 2228 20 -3686 2180 20 -3700 2229 20 -3689 2216 20 -3567 2113 20 - -# stretched hide -Static 0x106B -3718 2228 20 - -# dirt -Static 0x1E00 -3607 2158 57 -3554 2162 20 -3634 2150 58 -3606 2168 36 -3563 2168 20 -3566 2146 37 -3540 2141 20 -3662 2147 20 -3543 2138 20 -3566 2163 21 -3549 2166 20 -3540 2138 24 -3721 2147 20 -3567 2154 28 -3567 2148 37 -3701 2254 20 -3531 2145 7 -3709 2190 20 -3554 2136 20 -3559 2152 26 -3547 2141 20 -3555 2156 23 -3557 2159 22 -3562 2154 26 -3536 2140 20 -3693 2225 20 -3563 2136 27 -3536 2141 20 -3549 2158 21 -3553 2160 21 -3612 2148 67 -3567 2162 21 -3552 2141 21 -3554 2149 25 -3679 2141 20 - -# rocks -Static 0x1367 -3710 2254 20 - -# table -Static 0x0B89 -3703 2233 20 -3703 2124 20 - -# gang plank -Static 0x3ED5 -3678 2281 -5 - -# stone ruins -Static 0x03BF -3681 2165 20 -3707 2188 20 -3669 2219 20 -3682 2251 20 -3704 2191 20 -3674 2137 20 -3701 2166 20 -3715 2227 20 -3714 2180 20 -3686 2169 20 -3699 2189 18 -3686 2208 20 -3670 2153 20 -3684 2213 20 -3738 2163 20 -3679 2207 20 -3666 2205 20 -3788 2109 25 -3695 2201 20 -3735 2122 20 -3739 2081 5 -3732 2121 20 -3760 2228 20 -3671 2120 20 -3763 2229 20 -3722 2073 5 -3767 2223 20 -3707 2180 20 - -# tiller man -Static 0x3E4E -3681 2285 -5 - -# fern -Static 0x0CA4 (Hue=0x3DA) -3655 2251 20 -3662 2077 20 -3658 2048 20 -3666 2215 20 -3647 2228 15 - -# dirt patch -Static 0x0911 (Hue=0x497) -3735 2153 20 -3543 2142 20 -3704 2220 20 -3547 2141 20 -3547 2162 8 -3549 2158 21 -3662 2239 20 -3552 2137 20 -3720 2242 20 -3534 2145 20 -3561 2158 23 -3597 2163 43 -3554 2149 25 -3706 2246 20 -3553 2157 22 - -# garbage -Static 0x10F0 (Hue=0x3E4) -3753 2137 21 -3547 2164 -15 -3708 2223 20 -3593 2151 56 -3545 2141 20 -3550 2158 21 - -# stone ruins -Static 0x03BB -3657 2120 20 -3705 2149 20 -3691 2261 20 -3645 2178 31 -3680 2248 20 -3721 2224 20 -3658 2142 20 -3668 2222 20 -3769 2083 29 -3669 2120 20 -3727 2167 20 -3662 2123 20 -3679 2235 20 -3682 2254 20 -3731 2078 5 -3677 2100 20 -3714 2228 20 -3734 2053 5 -3658 2255 20 -3771 2120 20 -3726 2095 5 -3734 2098 20 -3711 2196 20 -3722 2166 20 -3761 2227 20 -3726 2173 20 -3700 2223 20 -3763 2233 20 -3723 2076 5 -3766 2221 20 -3691 2248 20 -3696 2171 20 - -# stretched hide -Static 0x106D -3692 2142 20 -3649 2158 45 -3649 2154 37 - -# stone ruins -Static 0x03BA -3752 2069 24 -3714 2169 20 -3787 2105 26 -3699 2048 5 -3674 2161 20 -3728 2160 20 -3678 2248 20 -3687 2218 20 -3679 2209 20 -3733 2171 20 -3685 2105 20 -3670 2260 20 -3674 2091 20 -3728 2162 20 -3674 2207 20 -3714 2153 20 -3768 2136 23 -3720 2067 5 -3700 2115 20 -3758 2231 20 -3721 2250 16 -3701 2176 20 -3707 2254 20 - -# dirt -Static 0x1E00 (Hue=0x3E1) -3552 2150 23 -3601 2138 66 -3552 2156 22 -3548 2146 21 -3542 2143 20 -3537 2152 20 -3697 2213 20 -3533 2142 20 -3691 2174 20 -3541 2140 20 -3683 2204 20 -3657 2158 29 -3559 2161 21 -3558 2161 21 -3559 2166 20 -3551 2141 21 -3550 2157 22 - -# wood -Static 0x1B81 (Hue=0x497) -3670 2245 20 -3621 2175 32 -3535 2144 20 -3547 2141 20 -3564 2160 22 -3548 2144 21 -3541 2145 20 -3634 2140 57 -3713 2202 20 -3546 2147 20 -3554 2155 23 -3550 2155 22 -3558 2150 27 -3564 2157 23 -3556 2153 24 -3701 2238 20 -3656 2192 20 -3561 2159 22 -3553 2164 20 -3560 2157 23 -3552 2155 23 -3597 2165 39 -3550 2163 20 -3548 2164 20 -3555 2158 22 -3543 2155 20 - -# garbage -Static 0x10EE (Hue=0x3E2) -3553 2155 23 -3651 2220 20 -3556 2156 23 -3566 2158 23 -3556 2158 22 -3543 2154 20 - -# garbage -Static 0x10EE -3696 2208 20 -3532 2140 20 -3646 2116 22 -3547 2145 20 -3567 2161 22 -3712 2231 20 -3551 2166 20 -3622 2186 21 -3721 2217 20 -3533 2146 20 -3547 2150 20 -3566 2149 37 -3666 2202 20 -3689 2154 20 -3553 2154 23 -3564 2161 21 -3656 2298 -1 -3546 2145 20 -3534 2145 20 -3563 2162 21 -3567 2169 -15 -3559 2156 23 -3566 2160 22 -3660 2237 20 -3680 2030 -5 -3562 2154 26 -3550 2158 21 -3545 2155 20 -3545 2156 20 - -# pen and ink -Static 0x0FC0 -3729 2228 24 -3780 2266 26 -3685 2224 24 - -# book -Static 0x0FBE -3730 2228 24 -3685 2224 24 - -# candlabra -CandelabraStand 0x0A29 -3663 2192 20 -3670 2112 20 -3736 2067 5 -3696 2160 20 -3680 2251 20 -3678 2096 20 -3680 2168 20 -3670 2250 20 -3656 2118 20 -3787 2251 20 -3710 2251 20 -3779 2264 20 -3770 2104 20 -3696 2240 20 -3656 2176 20 - -# chair -WoodenChairCushion 0x0B55 -3685 2204 20 -3685 2202 20 - -# bulrushes -Static 0x0C94 -3682 2196 20 -3685 2195 20 - -# fern -Static 0x0CA4 -3685 2197 20 -3685 2194 20 - -# bloody water -Static 0x0E23 -3670 2262 20 -3684 2224 24 - -# large fern -Static 0x0CA1 -3657 2256 18 -3684 2197 20 - -# fern -Static 0x0CA3 (Hue=0x3DA) -3803 2148 16 -3724 2140 20 -3653 2061 20 -3645 2209 20 -3722 2051 5 -3705 2134 20 -3641 2225 20 -3658 2041 20 -3658 2043 20 -3650 2076 20 - -# garbage -Static 0x10EE (Hue=0x3E3) -3555 2157 23 -3553 2142 21 -3664 2210 20 -3681 2228 20 -3737 2150 20 -3554 2140 20 -3702 2186 20 -3547 2148 20 -3559 2149 26 -3801 2148 20 - -# wood -Static 0x1B81 -3562 2167 20 -3542 2144 20 -3772 2140 27 -3551 2141 21 -3554 2168 20 -3566 2151 33 -3540 2143 20 -3538 2150 20 -3540 2148 20 -3656 2183 20 -3714 2193 20 -3564 2162 21 -3712 2211 20 -3546 2144 20 -3554 2154 24 -3565 2136 27 -3533 2143 20 -3533 2141 20 -3548 2152 21 -3704 2177 20 -3559 2161 21 -3668 2214 20 -3550 2158 21 -3564 2151 32 - -# garbage -Static 0x10EE (Hue=0x3E4) -3537 2141 20 -3555 2155 23 -3607 2157 58 -3634 2196 20 -3567 2153 31 - -# stone ruins -Static 0x03B8 -3732 2226 20 -3734 2187 20 -3744 2064 5 -3688 2192 20 -3697 2201 20 -3753 2136 22 -3708 2143 20 -3728 2077 5 -3744 2053 5 -3739 2050 5 -3723 2168 20 -3677 2212 20 -3694 2222 20 -3719 2224 20 -3738 2156 20 -3682 2141 20 -3722 2143 20 -3736 2145 20 -3735 2164 20 -3737 2205 20 -3695 2169 20 -3724 2217 20 -3740 2254 20 - -# wood -Static 0x1B81 (Hue=0x3E3) -3551 2149 22 -3545 2149 20 -3533 2137 20 -3531 2140 23 -3640 2200 20 -3559 2159 22 - -# dirt -Static 0x1DFF (Hue=0x497) -3563 2147 31 -3567 2154 28 -3735 2156 20 -3694 2173 20 -3699 2225 20 -3712 2221 20 -3608 2168 35 -3545 2149 20 -3536 2149 20 -3540 2149 20 -3533 2142 20 -3551 2147 22 -3550 2141 20 -3551 2142 21 -3560 2165 20 -3648 2152 36 -3527 2141 -15 -3701 2219 20 -3697 2156 20 -3562 2149 31 -3584 2153 59 -3542 2139 20 -3676 2144 20 -3545 2158 20 -3567 2159 23 -3669 2221 20 -3556 2151 25 -3549 2141 20 -3551 2158 21 -3556 2150 26 - -# dirt patch -Static 0x0911 -3534 2146 20 -3663 2199 20 -3548 2136 20 -3545 2144 20 -3549 2140 20 -3719 2225 20 -3543 2144 20 -3687 2206 20 -3686 2169 20 -3664 2119 20 -3561 2167 20 -3661 2120 20 -3548 2145 21 -3663 2119 20 -3559 2157 23 -3559 2159 22 -3547 2152 20 -3531 2144 20 -3557 2158 23 -3767 2206 20 -3541 2153 20 -3591 2164 40 -3566 2159 23 -3566 2154 29 -3557 2154 24 - -# dirt -Static 0x1DFE (Hue=0x3E3) -3543 2145 20 -3545 2158 20 -3558 2159 22 -3554 2153 24 -3555 2156 23 - -# fern -Static 0x0C9F -3684 2196 20 - -# dirt -Static 0x1E00 (Hue=0x497) -3552 2148 23 -3633 2159 63 -3695 2212 20 -3553 2156 23 -3561 2136 25 -3540 2151 20 -3561 2166 20 -3704 2235 20 -3556 2162 20 -3554 2169 12 -3711 2223 20 -3675 2167 20 -3554 2167 20 -3536 2154 -15 -3710 2169 20 -3707 2230 20 -3536 2137 20 -3546 2136 20 -3543 2135 20 -3563 2153 25 -3563 2152 28 -3756 2189 20 -3539 2136 20 -3686 2197 20 -3544 2149 20 -3746 2212 20 -3542 2141 20 -3535 2140 20 -3549 2153 21 -3551 2145 22 -3656 2195 20 -3681 2259 20 -3641 2216 20 -3667 2164 20 -3556 2161 27 -3566 2159 23 -3673 2177 20 -3757 2189 20 -3550 2156 22 -3560 2149 27 - -# dirt -Static 0x1DFE (Hue=0x497) -3560 2143 26 -3526 2143 -15 -3563 2167 20 -3565 2137 27 -3549 2141 20 -3551 2160 21 -3547 2147 20 -3544 2159 -15 -3542 2151 20 -3542 2152 20 -3654 2228 20 -3608 2150 63 -3563 2153 25 -3545 2142 20 -3608 2161 48 -3661 2192 20 -3549 2146 21 -3696 2169 20 -3566 2159 23 -3555 2148 25 -3673 2262 20 -3553 2142 21 -3557 2140 23 -3549 2164 20 -3550 2156 22 -3560 2154 24 - -# garbage -Static 0x10EE (Hue=0x497) -3667 2214 20 -3553 2160 21 -3546 2138 20 -3663 2211 20 -3557 2143 23 -3564 2137 27 -3547 2146 20 -3552 2143 21 -3547 2159 20 -3731 2219 20 -3545 2157 20 -3540 2151 20 -3701 2164 20 -3697 2164 20 -3584 2142 62 -3539 2156 20 -3545 2144 20 -3545 2147 20 -3720 2204 20 -3546 2139 20 -3554 2155 23 -3564 2151 32 -3535 2148 20 -3531 2142 20 -3562 2150 32 -3552 2165 20 -3560 2152 26 - -# dirt -Static 0x1DFF -3562 2148 32 -3554 2151 24 -3555 2163 20 -3660 2201 20 -3557 2145 23 -3559 2144 24 -3533 2143 20 -3760 2228 20 -3541 2140 20 -3707 2231 20 -3550 2159 21 -3687 2209 20 -3773 2138 24 -3720 2174 20 -3556 2162 20 -3565 2149 36 -3671 2219 20 -3542 2138 20 -3544 2141 20 -3554 2153 24 -3554 2148 24 -3555 2148 25 -3547 2146 20 -3545 2150 20 -3560 2169 -15 -3559 2166 20 -3557 2142 24 -3547 2164 -15 -3558 2151 26 -3560 2150 27 - -# date palm -Static 0x0C96 -3684 2195 20 - -# sapling -Static 0x0CEA (Hue=0x3DB) -3702 2194 20 - -# wood -Static 0x0738 -3690 2299 -15 -3694 2291 -15 -3681 2299 -15 -3681 2291 -15 -3679 2290 -14 -3677 2299 -15 -3677 2274 -4 -3677 2273 1 -3677 2273 -4 -3677 2272 1 -3677 2272 -4 -3677 2271 11 -3677 2271 6 -3677 2271 1 -3676 2272 8 -3676 2271 11 -3675 2290 -14 -3675 2281 -14 -3675 2273 2 -3675 2272 8 -3675 2271 11 -3675 2270 -5 -3674 2274 -2 -3674 2273 2 -3674 2272 8 -3674 2271 11 -3674 2270 -5 -3673 2274 -2 -3673 2273 2 -3673 2271 11 -3673 2270 -5 -3672 2274 -2 -3672 2273 2 -3672 2272 8 -3672 2271 11 -3672 2270 -5 -3671 2274 -2 -3671 2273 2 -3671 2272 8 -3671 2271 11 -3671 2270 -5 -3677 2272 6 -3677 2271 -4 -3670 2299 -14 -3670 2291 -13 -3676 2273 2 -3670 2274 -2 -3670 2273 2 -3670 2272 8 -3670 2270 -5 -3669 2270 0 -3666 2299 -14 -3676 2274 -2 -3657 2299 -14 -3673 2272 8 -3653 2299 -14 -3675 2274 -2 -3669 2270 -5 -3694 2299 -15 -3694 2291 -14 -3694 2287 -14 -3694 2287 -15 - -# stool -Static 0x0A2B -3682 2172 20 -3682 2170 20 -3684 2170 20 - -# empty tile -Static 0x1018 -3662 2230 20 - -# candelabra -Candelabra 0x0B1D -3656 2141 26 -3760 2115 24 - -# candelabra -Static 0x0B27 -3678 2110 20 -3670 2229 20 -3670 2176 20 -3670 2118 20 -3664 2248 20 -3664 2096 20 -3656 2198 20 -3656 2190 20 -3656 2111 20 -3806 2240 20 -3787 2240 20 -3784 2245 20 -3779 2270 20 -3779 2254 20 -3767 2118 20 -3766 2126 20 -3766 2096 20 -3736 2062 5 -3704 2240 20 -3702 2056 5 -3701 2165 20 -3694 2170 20 -3691 2078 5 -3684 2070 5 - -# garbage -Static 0x10F1 -3550 2148 22 -3551 2151 22 -3548 2140 20 -3711 2217 20 -3557 2144 24 -3537 2149 20 -3534 2142 20 -3562 2166 20 -3552 2143 21 -3629 2187 20 -3550 2155 22 -3551 2160 21 -3551 2144 22 -3547 2158 20 -3547 2157 20 -3682 2258 20 -3628 2139 73 -3549 2157 21 -3545 2147 20 -3657 2232 20 -3562 2157 23 -3654 2179 20 -3737 2214 20 -3547 2163 8 -3559 2158 22 -3549 2160 20 -3567 2149 38 -3548 2153 21 -3686 2214 20 -3557 2148 26 -3673 2183 20 -3711 2241 20 -3696 2169 20 - -# pier -Static 0x03A5 -3687 2271 -5 -3690 2299 -3 -3690 2291 -3 -3690 2287 -3 -3690 2279 -3 -3687 2270 0 -3687 2270 5 -3687 2270 15 -3687 2268 -5 -3687 2268 0 -3687 2268 15 -3694 2299 -3 -3694 2291 -3 -3685 2271 -5 -3687 2270 10 -3688 2270 -5 -3688 2267 -5 -3688 2268 -5 -3688 2269 -5 -3684 2270 0 -3684 2270 5 -3684 2270 10 -3684 2270 15 -3687 2268 10 -3684 2270 -5 -3682 2270 -5 -3682 2270 0 -3682 2270 5 -3687 2268 5 -3681 2299 -3 -3681 2291 -3 -3681 2287 -3 -3680 2270 -5 -3680 2270 0 -3680 2270 5 -3680 2270 10 -3680 2270 15 -3682 2270 10 -3682 2270 15 -3678 2270 -5 -3678 2270 0 -3678 2270 5 -3678 2270 10 -3678 2270 15 -3677 2299 -3 -3677 2291 -3 -3677 2287 -3 -3670 2299 -3 -3670 2291 -3 -3670 2287 -3 -3669 2270 15 -3669 2270 10 -3666 2299 -3 -3666 2291 -3 -3663 2270 15 -3663 2270 10 -3663 2270 5 -3663 2270 0 -3663 2268 0 -3663 2268 -5 -3663 2266 -5 -3663 2266 0 -3657 2299 -3 -3657 2291 -3 -3657 2287 -3 -3653 2299 -3 -3653 2291 -3 -3653 2287 -3 -3653 2279 -3 -3678 2271 -5 -3679 2271 -5 -3657 2279 -3 -3682 2271 -5 -3686 2271 -6 -3681 2271 -5 -3680 2265 21 -3680 2271 -5 -3694 2287 -3 -3694 2279 -3 - -# candelabra -Static 0x0B28 -3672 2110 20 -3670 2259 20 -3670 2198 20 -3666 2238 20 -3664 2102 20 -3663 2182 20 -3662 2104 20 -3806 2259 20 -3800 2263 20 -3796 2270 20 -3760 2104 20 -3742 2067 5 -3742 2062 5 -3710 2240 20 -3703 2250 20 -3702 2078 5 -3701 2160 20 -3691 2063 5 -3688 2160 20 -3661 2232 20 - -# spinning wheel -SpinningWheelSouthAddon 0x1015 -3661 2229 20 - -# bloody bandage%s% -Static 0x0E20 -3683 2224 24 - -# chair -WoodenChairCushion 0x0B54 -3683 2205 20 - -# silverware -Static 0x09D4 -3682 2204 24 -3720 2084 9 -3683 2204 24 - -# goblet -Static 0x09CB -3682 2204 24 -3682 2203 24 -3770 2108 24 -3770 2107 24 -3683 2203 24 -3683 2204 24 - -# small palm -Static 0x0C9D (Hue=0x3DB) -3625 2202 20 -3652 2252 20 -3647 2216 20 - -# silverware -Static 0x09D5 -3722 2084 9 -3683 2203 24 - -# plate -Plate 0x09D7 -3682 2204 24 -3682 2203 24 -3682 2202 24 -3722 2084 9 -3720 2084 9 -3683 2204 24 -3683 2203 24 -3683 2202 24 - -# silverware -Static 0x09BE -3682 2202 24 -3683 2202 24 - -# chair -WoodenChairCushion 0x0B53 -3690 2184 20 -3686 2184 20 -3683 2201 20 - -# coconut palm -Static 0x0C95 -3683 2196 20 - -# fern -Static 0x0CA0 -3683 2195 20 - -# wooden plank -Static 0x07CE -3692 2298 -3 -3692 2286 -3 -3692 2279 -3 -3691 2299 -3 -3691 2279 -3 -3690 2288 -3 -3689 2288 -3 -3688 2291 -3 -3687 2287 -3 -3686 2288 -3 -3692 2288 -3 -3684 2291 -3 -3691 2291 -3 -3684 2270 20 -3684 2261 20 -3683 2288 -3 -3683 2265 20 -3682 2291 -3 -3683 2269 20 -3683 2264 20 -3683 2261 20 -3680 2298 -3 -3680 2263 20 -3680 2261 20 -3679 2298 -3 -3679 2291 -3 -3679 2269 20 -3679 2266 20 -3679 2262 20 -3679 2261 20 -3678 2287 -3 -3678 2267 20 -3678 2262 20 -3681 2288 -3 -3678 2261 20 -3677 2288 -3 -3677 2283 -3 -3677 2280 -3 -3677 2270 20 -3677 2268 20 -3677 2266 20 -3677 2262 20 -3676 2288 -3 -3676 2283 -3 -3676 2282 -3 -3676 2272 7 -3676 2261 20 -3675 2289 -3 -3675 2287 -3 -3675 2282 -3 -3675 2281 -3 -3675 2279 -3 -3675 2272 7 -3675 2270 20 -3675 2268 20 -3675 2262 20 -3675 2261 20 -3674 2283 -3 -3674 2282 -3 -3674 2272 7 -3674 2262 20 -3674 2261 20 -3673 2289 -3 -3673 2283 -3 -3673 2282 -3 -3673 2281 -3 -3673 2272 7 -3673 2262 20 -3673 2261 20 -3672 2283 -3 -3672 2282 -3 -3672 2272 7 -3672 2263 20 -3672 2262 20 -3672 2261 20 -3678 2299 -3 -3671 2283 -3 -3671 2282 -3 -3671 2272 7 -3677 2282 -3 -3677 2261 20 -3680 2288 -3 -3676 2278 -3 -3670 2283 -3 -3670 2282 -3 -3670 2274 -3 -3676 2262 20 -3670 2272 7 -3675 2277 -3 -3669 2298 -3 -3669 2291 -3 -3668 2298 -3 -3668 2288 -3 -3673 2279 -3 -3667 2299 -3 -3667 2291 -3 -3667 2269 20 -3666 2288 -3 -3665 2270 20 -3670 2284 -3 -3675 2291 -3 -3663 2287 -3 -3662 2288 -3 -3660 2291 -3 -3673 2291 -3 -3659 2290 -3 -3659 2288 -3 -3656 2288 -3 -3656 2286 -3 -3655 2298 -3 -3655 2286 -3 -3655 2279 -3 -3654 2299 -3 -3654 2287 -3 -3654 2279 -3 -3653 2288 -3 -3675 2283 -3 -3664 2291 -3 -3664 2262 20 -3656 2298 -3 -3655 2291 -3 -3665 2288 -3 -3693 2298 -3 -3693 2291 -3 -3693 2286 -3 - -# nodraw -Static 0x2198 -3546 2149 20 -3561 2152 33 -3539 2152 20 -3546 2143 20 -3553 2138 20 -3541 2147 20 -3541 2136 20 -3546 2144 20 -3551 2144 22 -3554 2151 24 -3547 2136 20 -3534 2142 20 -3540 2139 20 -3543 2154 20 -3678 2297 3 -3680 2144 20 -3553 2151 23 -3563 2163 20 -3552 2150 23 -3536 2141 25 -3555 2152 24 -3543 2156 19 -3538 2147 20 -3547 2144 20 -3542 2140 20 -3549 2163 20 -3541 2142 20 -3539 2148 20 -3544 2138 20 -3561 2152 27 -3534 2147 20 -3530 2141 20 -3552 2149 23 -3534 2141 20 -3553 2156 23 -3539 2149 20 -3536 2150 20 -3566 2161 21 -3541 2146 20 -3544 2152 20 -3540 2150 20 -3538 2152 20 -3533 2143 20 -3554 2150 24 -3561 2150 29 -3538 2136 20 -3535 2136 20 -3543 2149 20 -3553 2152 23 -3540 2151 20 -3545 2153 20 -3557 2165 20 -3552 2152 23 -3534 2145 20 -3552 2157 22 -3534 2148 20 -3541 2152 20 -3558 2152 30 -3535 2151 20 -3677 2230 24 -3674 2230 24 -3553 2150 23 -3558 2154 24 -3536 2151 25 -3530 2142 20 -3557 2154 24 - -# wooden plank -Static 0x07CF -3692 2295 -3 -3691 2294 -3 -3691 2287 -3 -3691 2282 -3 -3690 2295 -3 -3690 2283 -3 -3688 2287 -3 -3687 2291 -3 -3686 2265 20 -3685 2291 -3 -3692 2283 -3 -3685 2261 20 -3685 2287 -3 -3684 2287 -3 -3683 2262 20 -3682 2287 -3 -3682 2263 20 -3681 2294 -3 -3680 2294 -3 -3680 2266 20 -3680 2265 20 -3679 2295 -3 -3679 2287 -3 -3679 2268 20 -3682 2268 20 -3682 2266 20 -3678 2291 -3 -3678 2266 20 -3677 2295 -3 -3677 2279 -3 -3676 2287 -3 -3676 2277 -3 -3675 2264 20 -3674 2291 -3 -3674 2281 -3 -3674 2266 20 -3673 2275 -3 -3673 2267 20 -3673 2264 20 -3673 2263 20 -3672 2287 -3 -3672 2277 -3 -3678 2294 -3 -3671 2288 -3 -3671 2285 -3 -3671 2284 -3 -3671 2278 -3 -3671 2275 -3 -3671 2274 -3 -3671 2268 20 -3671 2266 20 -3671 2262 20 -3670 2294 -3 -3676 2270 20 -3670 2269 20 -3669 2294 -3 -3669 2287 -3 -3669 2262 20 -3668 2295 -3 -3668 2269 20 -3673 2285 -3 -3667 2294 -3 -3667 2287 -3 -3666 2295 -3 -3666 2266 20 -3666 2261 20 -3664 2287 -3 -3663 2291 -3 -3663 2263 20 -3661 2291 -3 -3661 2287 -3 -3660 2287 -3 -3668 2270 20 -3658 2287 -3 -3657 2294 -3 -3657 2282 -3 -3656 2294 -3 -3656 2282 -3 -3655 2295 -3 -3655 2287 -3 -3655 2283 -3 -3654 2294 -3 -3654 2291 -3 -3654 2282 -3 -3653 2295 -3 -3653 2283 -3 -3694 2294 -3 -3694 2282 -3 -3693 2294 -3 -3693 2287 -3 -3693 2282 -3 - -# wooden plank -Static 0x07CD -3692 2299 -3 -3692 2297 -3 -3692 2294 -3 -3692 2293 -3 -3692 2292 -3 -3692 2291 -3 -3692 2290 -3 -3692 2289 -3 -3692 2287 -3 -3692 2285 -3 -3692 2284 -3 -3692 2282 -3 -3692 2281 -3 -3692 2280 -3 -3691 2298 -3 -3691 2297 -3 -3691 2296 -3 -3691 2295 -3 -3691 2292 -3 -3691 2290 -3 -3691 2289 -3 -3691 2288 -3 -3691 2286 -3 -3691 2285 -3 -3691 2284 -3 -3691 2283 -3 -3691 2281 -3 -3691 2280 -3 -3690 2299 -3 -3690 2298 -3 -3690 2297 -3 -3690 2296 -3 -3690 2294 -3 -3690 2293 -3 -3690 2292 -3 -3690 2291 -3 -3690 2290 -3 -3690 2289 -3 -3690 2287 -3 -3690 2286 -3 -3690 2285 -3 -3690 2284 -3 -3690 2282 -3 -3690 2281 -3 -3690 2280 -3 -3690 2279 -3 -3689 2291 -3 -3689 2290 -3 -3689 2289 -3 -3689 2287 -3 -3688 2290 -3 -3688 2289 -3 -3688 2288 -3 -3687 2290 -3 -3687 2289 -3 -3687 2288 -3 -3687 2270 20 -3687 2268 20 -3687 2267 20 -3687 2266 20 -3687 2265 20 -3687 2264 20 -3687 2263 20 -3687 2262 20 -3687 2261 20 -3686 2291 -3 -3686 2289 -3 -3686 2287 -3 -3686 2270 20 -3686 2269 20 -3686 2268 20 -3686 2267 20 -3686 2266 20 -3686 2264 20 -3694 2298 -3 -3694 2288 -3 -3694 2279 -3 -3693 2299 -3 -3693 2297 -3 -3693 2296 -3 -3686 2263 20 -3686 2262 20 -3693 2292 -3 -3686 2261 20 -3693 2284 -3 -3693 2279 -3 -3685 2290 -3 -3685 2289 -3 -3685 2288 -3 -3685 2270 20 -3685 2269 20 -3685 2268 20 -3685 2267 20 -3685 2266 20 -3685 2265 20 -3685 2264 20 -3685 2263 20 -3691 2293 -3 -3687 2269 20 -3686 2290 -3 -3692 2296 -3 -3684 2290 -3 -3684 2289 -3 -3684 2288 -3 -3684 2269 20 -3684 2268 20 -3684 2266 20 -3684 2265 20 -3684 2264 20 -3684 2263 20 -3684 2262 20 -3683 2291 -3 -3683 2290 -3 -3683 2289 -3 -3683 2287 -3 -3683 2270 20 -3683 2268 20 -3683 2267 20 -3683 2266 20 -3683 2263 20 -3682 2290 -3 -3682 2289 -3 -3682 2288 -3 -3682 2270 20 -3682 2269 20 -3682 2267 20 -3682 2265 20 -3681 2299 -3 -3681 2298 -3 -3681 2297 -3 -3681 2296 -3 -3681 2295 -3 -3681 2293 -3 -3681 2292 -3 -3681 2291 -3 -3681 2290 -3 -3681 2289 -3 -3681 2287 -3 -3681 2270 20 -3681 2269 20 -3681 2268 20 -3681 2266 20 -3681 2265 20 -3681 2264 20 -3681 2263 20 -3681 2262 20 -3680 2299 -3 -3680 2297 -3 -3680 2296 -3 -3680 2295 -3 -3680 2293 -3 -3680 2292 -3 -3680 2291 -3 -3680 2290 -3 -3680 2289 -3 -3680 2287 -3 -3680 2270 20 -3680 2269 20 -3680 2268 20 -3680 2267 20 -3680 2264 20 -3679 2299 -3 -3679 2297 -3 -3679 2296 -3 -3679 2294 -3 -3679 2293 -3 -3679 2290 -3 -3679 2289 -3 -3679 2288 -3 -3679 2270 20 -3679 2267 20 -3679 2266 20 -3679 2265 20 -3679 2264 20 -3682 2264 20 -3682 2262 20 -3682 2261 20 -3678 2298 -3 -3678 2297 -3 -3678 2296 -3 -3678 2295 -3 -3678 2293 -3 -3678 2292 -3 -3678 2290 -3 -3678 2288 -3 -3678 2270 20 -3678 2269 20 -3678 2268 20 -3678 2265 20 -3678 2264 20 -3678 2263 20 -3677 2298 -3 -3677 2297 -3 -3677 2296 -3 -3677 2293 -3 -3677 2292 -3 -3677 2291 -3 -3681 2267 20 -3677 2289 -3 -3677 2287 -3 -3677 2286 -3 -3677 2285 -3 -3677 2284 -3 -3677 2281 -3 -3681 2261 20 -3677 2278 -3 -3677 2277 -3 -3677 2276 -3 -3677 2275 -3 -3677 2269 20 -3677 2267 20 -3676 2291 -3 -3676 2290 -3 -3676 2286 -3 -3676 2284 -3 -3676 2281 -3 -3676 2280 -3 -3676 2279 -3 -3676 2276 -3 -3676 2275 -3 -3676 2269 20 -3676 2268 20 -3676 2267 20 -3676 2266 20 -3676 2265 20 -3676 2264 20 -3676 2263 20 -3675 2290 -3 -3675 2288 -3 -3675 2286 -3 -3675 2285 -3 -3675 2280 -3 -3675 2278 -3 -3675 2276 -3 -3675 2275 -3 -3675 2269 20 -3675 2263 20 -3674 2290 -3 -3674 2289 -3 -3674 2288 -3 -3674 2287 -3 -3674 2286 -3 -3674 2285 -3 -3674 2280 -3 -3674 2279 -3 -3674 2278 -3 -3674 2277 -3 -3674 2276 -3 -3674 2275 -3 -3674 2270 20 -3674 2268 20 -3674 2267 20 -3679 2292 -3 -3674 2265 20 -3674 2264 20 -3674 2263 20 -3673 2278 -3 -3673 2277 -3 -3673 2274 -3 -3679 2263 20 -3673 2270 20 -3673 2268 20 -3673 2266 20 -3673 2265 20 -3672 2291 -3 -3672 2290 -3 -3672 2289 -3 -3672 2288 -3 -3672 2286 -3 -3672 2285 -3 -3672 2284 -3 -3672 2281 -3 -3672 2279 -3 -3672 2278 -3 -3672 2276 -3 -3672 2275 -3 -3672 2274 -3 -3672 2269 20 -3672 2268 20 -3672 2267 20 -3672 2266 20 -3672 2265 20 -3672 2264 20 -3678 2289 -3 -3671 2291 -3 -3671 2290 -3 -3671 2289 -3 -3671 2287 -3 -3671 2286 -3 -3671 2281 -3 -3671 2280 -3 -3671 2279 -3 -3677 2294 -3 -3671 2277 -3 -3671 2276 -3 -3671 2270 20 -3671 2267 20 -3671 2265 20 -3671 2264 20 -3671 2263 20 -3671 2261 20 -3677 2265 20 -3677 2264 20 -3676 2289 -3 -3676 2285 -3 -3670 2299 -3 -3670 2298 -3 -3670 2297 -3 -3670 2296 -3 -3670 2295 -3 -3670 2293 -3 -3670 2292 -3 -3670 2291 -3 -3670 2290 -3 -3670 2289 -3 -3670 2288 -3 -3670 2287 -3 -3670 2286 -3 -3670 2285 -3 -3670 2280 -3 -3670 2279 -3 -3670 2278 -3 -3670 2277 -3 -3670 2276 -3 -3670 2275 -3 -3670 2270 20 -3670 2268 20 -3670 2267 20 -3670 2266 20 -3670 2265 20 -3670 2264 20 -3670 2263 20 -3670 2262 20 -3670 2261 20 -3675 2267 20 -3675 2266 20 -3675 2265 20 -3669 2299 -3 -3669 2297 -3 -3669 2296 -3 -3669 2295 -3 -3669 2293 -3 -3669 2292 -3 -3669 2290 -3 -3669 2289 -3 -3669 2288 -3 -3669 2270 20 -3669 2269 20 -3669 2268 20 -3669 2267 20 -3674 2284 -3 -3669 2266 20 -3669 2265 20 -3669 2264 20 -3669 2263 20 -3669 2261 20 -3674 2274 -3 -3668 2299 -3 -3668 2297 -3 -3668 2296 -3 -3668 2294 -3 -3668 2293 -3 -3668 2292 -3 -3668 2291 -3 -3668 2290 -3 -3668 2289 -3 -3668 2287 -3 -3668 2268 20 -3668 2267 20 -3668 2266 20 -3668 2265 20 -3668 2264 20 -3668 2263 20 -3673 2288 -3 -3668 2261 20 -3673 2284 -3 -3673 2276 -3 -3667 2298 -3 -3667 2297 -3 -3667 2296 -3 -3667 2295 -3 -3667 2293 -3 -3667 2292 -3 -3667 2290 -3 -3667 2289 -3 -3667 2288 -3 -3667 2270 20 -3667 2268 20 -3667 2267 20 -3667 2266 20 -3667 2265 20 -3667 2264 20 -3667 2263 20 -3667 2262 20 -3667 2261 20 -3666 2299 -3 -3666 2298 -3 -3666 2297 -3 -3666 2296 -3 -3666 2290 -3 -3666 2289 -3 -3666 2287 -3 -3666 2270 20 -3666 2269 20 -3666 2268 20 -3666 2267 20 -3666 2265 20 -3666 2263 20 -3666 2262 20 -3677 2299 -3 -3665 2291 -3 -3665 2290 -3 -3665 2289 -3 -3665 2287 -3 -3665 2268 20 -3665 2267 20 -3665 2266 20 -3665 2265 20 -3665 2264 20 -3665 2263 20 -3665 2262 20 -3676 2274 -3 -3664 2290 -3 -3664 2289 -3 -3664 2288 -3 -3664 2270 20 -3664 2269 20 -3664 2268 20 -3664 2264 20 -3664 2263 20 -3664 2261 20 -3663 2289 -3 -3663 2288 -3 -3663 2270 20 -3663 2269 20 -3663 2268 20 -3663 2267 20 -3663 2266 20 -3663 2265 20 -3663 2264 20 -3663 2261 20 -3662 2291 -3 -3662 2290 -3 -3662 2289 -3 -3662 2287 -3 -3661 2290 -3 -3661 2289 -3 -3661 2288 -3 -3660 2290 -3 -3660 2289 -3 -3660 2288 -3 -3659 2291 -3 -3659 2290 -7 -3673 2280 -3 -3659 2289 -3 -3659 2287 -3 -3658 2291 -3 -3658 2290 -3 -3658 2290 -7 -3658 2289 -3 -3658 2288 -3 -3657 2299 -3 -3657 2298 -3 -3657 2297 -3 -3657 2296 -3 -3657 2295 -3 -3657 2293 -3 -3657 2292 -3 -3657 2291 -3 -3673 2269 20 -3657 2290 -3 -3657 2289 -3 -3657 2288 -3 -3657 2287 -3 -3657 2286 -3 -3657 2285 -3 -3657 2284 -3 -3657 2283 -3 -3657 2281 -3 -3657 2280 -3 -3657 2279 -3 -3656 2299 -3 -3656 2297 -3 -3656 2296 -3 -3656 2295 -3 -3656 2293 -3 -3656 2292 -3 -3656 2291 -3 -3672 2280 -3 -3656 2290 -3 -3656 2289 -3 -3656 2287 -3 -3656 2285 -3 -3656 2284 -3 -3656 2283 -3 -3656 2281 -3 -3656 2280 -3 -3656 2279 -3 -3655 2299 -3 -3655 2297 -3 -3655 2296 -3 -3655 2294 -3 -3655 2293 -3 -3655 2292 -3 -3655 2289 -3 -3655 2288 -3 -3655 2285 -3 -3655 2284 -3 -3655 2282 -3 -3655 2281 -3 -3666 2294 -3 -3655 2280 -3 -3666 2293 -3 -3666 2292 -3 -3666 2291 -3 -3654 2298 -3 -3654 2297 -3 -3654 2296 -3 -3654 2295 -3 -3654 2293 -3 -3654 2292 -3 -3654 2290 -3 -3654 2289 -3 -3654 2288 -3 -3654 2286 -3 -3654 2285 -3 -3654 2284 -3 -3654 2283 -3 -3654 2281 -3 -3654 2280 -3 -3677 2290 -3 -3653 2299 -3 -3653 2298 -3 -3653 2297 -3 -3653 2296 -3 -3653 2293 -3 -3653 2292 -3 -3653 2291 -3 -3653 2290 -3 -3653 2289 -3 -3653 2287 -3 -3653 2282 -3 -3653 2281 -3 -3653 2280 -3 -3653 2279 -3 -3664 2267 20 -3664 2265 20 -3663 2290 -3 -3663 2262 20 -3674 2269 20 -3673 2290 -3 -3673 2286 -3 -3655 2290 -3 -3666 2264 20 -3653 2285 -3 -3653 2284 -3 -3665 2269 20 -3664 2266 20 -3673 2287 -3 -3653 2294 -3 -3653 2286 -3 -3694 2299 -3 -3694 2297 -3 -3694 2296 -3 -3694 2295 -3 -3694 2293 -3 -3694 2292 -3 -3694 2291 -3 -3694 2290 -3 -3694 2289 -3 -3694 2287 -3 -3694 2286 -3 -3694 2285 -3 -3694 2284 -3 -3694 2283 -3 -3694 2281 -3 -3694 2280 -3 -3693 2295 -3 -3693 2293 -3 -3693 2290 -3 -3693 2289 -3 -3693 2288 -3 -3693 2285 -3 -3693 2283 -3 -3693 2281 -3 -3693 2280 -3 - -# stone ruins -Static 0x03C6 -3735 2186 20 -3665 2239 20 -3736 2060 5 -3730 2039 5 -3741 2154 20 -3680 2186 20 -3722 2161 20 -3745 2067 5 -3673 2083 21 -3674 2134 20 -3721 2165 20 -3716 2121 20 -3656 2251 20 -3769 2223 20 -3774 2218 13 -3718 2216 20 -3724 2224 20 -3721 2207 20 -3653 2089 20 -3764 2231 20 -3706 2172 20 -3701 2139 20 -3756 2230 20 -3728 2161 20 -3691 2193 20 -3697 2170 20 - -# stone ruins -Static 0x03BC -3730 2176 20 -3728 2047 5 -3694 2168 20 -3740 2077 5 -3744 2070 5 -3713 2050 5 -3699 2053 5 -3700 2238 20 -3732 2160 20 -3668 2114 20 -3730 2112 20 -3758 2136 23 -3693 2251 20 -3675 2197 20 -3688 2113 20 -3732 2172 20 -3677 2105 20 -3673 2209 20 -3682 2099 20 -3731 2117 20 -3668 2253 20 -3715 2201 20 -3730 2124 20 -3711 2127 20 -3783 2102 20 -3785 2108 20 -3707 2120 20 -3779 2097 20 -3702 2158 20 -3711 2180 20 -3781 2103 20 -3724 2050 5 -3692 2223 20 -3660 2163 20 -3701 2177 20 -3674 2180 20 - -# stone ruins -Static 0x03BD -3662 2121 20 -3745 2064 5 -3753 2051 13 -3711 2203 20 -3687 2212 20 -3689 2168 20 -3679 2201 20 -3698 2061 5 -3672 2120 20 -3730 2152 20 -3659 2238 20 -3696 2055 5 -3673 2255 20 -3664 2120 20 -3744 2051 5 -3710 2108 20 -3715 2152 20 -3707 2116 20 -3671 2179 20 -3719 2124 20 -3697 2177 20 -3675 2175 20 -3757 2226 20 -3715 2061 5 -3707 2146 20 -3762 2228 20 -3685 2152 20 -3701 2185 20 -3737 2043 5 - -# fern -Static 0x0CA3 (Hue=0x497) -3669 2043 20 -3753 2187 -15 -3634 2073 8 -3806 2136 20 -3732 2083 5 -3653 2250 20 -3765 2277 19 -3640 2067 20 -3637 2077 20 -3748 2200 20 -3650 2201 20 - diff --git a/Distribution/Data/Decoration/Tokuno/terrible hatchlings quest.cfg b/Distribution/Data/Decoration/Tokuno/terrible hatchlings quest.cfg deleted file mode 100644 index 19ca947ca..000000000 --- a/Distribution/Data/Decoration/Tokuno/terrible hatchlings quest.cfg +++ /dev/null @@ -1,3 +0,0 @@ -#Ansella Gryen -Spawner 0x1F13 (Spawn=AnsellaGryen; Count=1; HomeRange=0) -760 1200 25 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Tokuno/tokuno.cfg b/Distribution/Data/Decoration/Tokuno/tokuno.cfg deleted file mode 100644 index dd5c4faea..000000000 --- a/Distribution/Data/Decoration/Tokuno/tokuno.cfg +++ /dev/null @@ -1,127 +0,0 @@ -# ankh -Static 0x0002 -296 712 55 -780 1219 46 -1042 508 15 -1051 508 15 - -# ankh -Static 0x0003 -296 711 55 -780 1218 46 -1042 507 15 -1051 507 15 - -# ankh -Static 0x0004 -717 1158 27 - -# ankh -Static 0x0005 -718 1158 27 - -# backgammon board -Backgammon 0x0E1C -691 1255 48 - -# backgammon game -Backgammon 0x0FAD -668 1258 47 - -# archery butte -ArcheryButte 0x100B -660 1193 25 -663 1193 25 - -# spinning wheel -SpinningWheelEastAddon 0x1019 -742 1205 25 -749 1203 25 - -# upright loom -LoomEastAddon 0x1060 -742 1208 25 -742 1219 25 -750 1208 25 - -# upright loom -LoomSouthAddon 0x1061 -746 1218 25 -746 1213 25 - -# training dummy -TrainingDummy 0x1074 -662 1206 25 -662 1212 25 - -# Valor -> Shrine of Isamu -LocalizedStatic 0x14B7 (LabelNumber=1070790) -1050 517 15 - -# Valor -> Shrine of Isamu -LocalizedStatic 0x14B8 (LabelNumber=1070790) -1050 518 15 - -# Valor -> Shrine of Isamu -LocalizedStatic 0x14B9 (LabelNumber=1070790) -1051 518 15 - -# Valor -> Shrine of Isamu -LocalizedStatic 0x14BA (LabelNumber=1070790) -1051 517 15 - -# bellows -Static 0x197A -767 1257 25 -767 1262 25 - -# bellows -Static 0x197D -767 1257 25 - -# forge -Static 0x197E (Light=Circle300) -768 1257 25 -768 1262 25 - -# forge -Static 0x1982 (Light=Circle300) -769 1257 25 -769 1262 25 - -# bellows -Static 0x1986 -638 1204 52 -638 1208 32 - -# forge -Static 0x198A (Light=Circle300) -638 1205 52 -638 1209 32 - -# forge -Static 0x198E (Light=Circle300) -764 1258 25 - -# forge -Static 0x1991 (Light=Circle300) -764 1258 25 - -# bellows -Static 0x1992 -638 1207 52 -638 1211 32 - -# forge -Static 0x1996 (Light=Circle300) -638 1206 52 -638 1210 32 - -# forge -Static 0x199D (Light=Circle300) -764 1257 25 - -# tower sculpture -# May the town of Zento prosper. Memorial tree planted by Dept and maha. -LocalizedStatic 0x241A (LabelNumber=1063344) -748 1231 25 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Tokuno/treasures of tokuno.cfg b/Distribution/Data/Decoration/Tokuno/treasures of tokuno.cfg deleted file mode 100644 index 3d0117491..000000000 --- a/Distribution/Data/Decoration/Tokuno/treasures of tokuno.cfg +++ /dev/null @@ -1,14 +0,0 @@ -# Ihara Soko -Spawner 0x1F13 (Spawn=IharaSoko; Count=1; HomeRange=0) -678 1277 47 - -#blockers around him -Blocker 0x21A4 -677 1277 47 -679 1277 47 -678 1276 47 -678 1278 47 -677 1276 47 -677 1278 47 -679 1276 47 -679 1278 47 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Trammel/VesperGraveyard.cfg b/Distribution/Data/Decoration/Trammel/VesperGraveyard.cfg deleted file mode 100644 index 5936a98f3..000000000 --- a/Distribution/Data/Decoration/Trammel/VesperGraveyard.cfg +++ /dev/null @@ -1,7 +0,0 @@ -# Iron Gate right -IronGateShort 0x0856 (Facing=NorthCCW) -2783 867 0 - -# Iron Gate left -IronGateShort 0x0854 (Facing=SouthCW) -2783 868 0 diff --git a/Distribution/Data/Decoration/Trammel/_champion teleporters.cfg b/Distribution/Data/Decoration/Trammel/_champion teleporters.cfg deleted file mode 100644 index 409b806c2..000000000 --- a/Distribution/Data/Decoration/Trammel/_champion teleporters.cfg +++ /dev/null @@ -1,3 +0,0 @@ -# teleporter -Teleporter 0x1BC3 (PointDest=(5977, 169, 0)) -5905 97 0 diff --git a/Distribution/Data/Decoration/Trammel/_haven additions.cfg b/Distribution/Data/Decoration/Trammel/_haven additions.cfg deleted file mode 100644 index f16410ea0..000000000 --- a/Distribution/Data/Decoration/Trammel/_haven additions.cfg +++ /dev/null @@ -1,999 +0,0 @@ -# archery butte -ArcheryButte 0x100B -3744 2576 40 -3747 2576 40 - -# armoire -Armoire 0xA4F -3641 2464 0 -3624 2632 0 -3664 2497 0 - -# chair -BambooChair 0xB5A -3713 2649 20 -3665 2530 0 -3665 2532 0 -3673 2540 0 -3673 2538 0 -3673 2536 0 -3673 2534 0 - -# chair -BambooChair 0xB5C -3732 2633 40 -3666 2621 0 - -# chair -BambooChair 0xB5D -3737 2564 40 -3676 2534 0 -3676 2536 0 -3676 2538 0 -3676 2540 0 -3705 2588 20 - -# barred metal door -BarredMetalDoor 0x68D (Facing=SouthCCW) -3626 2621 0 - -# barred metal door -BarredMetalDoor 0x68F (Facing=NorthCW) -3626 2620 0 - -# barrel -FillableBarrel 0xE77 -3665 2648 5 -3664 2648 0 -3664 2648 5 -3664 2649 5 -3669 2663 3 -3669 2662 -2 -3668 2662 -2 -3668 2662 3 -3668 2663 -2 -3668 2663 3 -3648 2680 -2 -3648 2680 3 -3659 2666 -2 -3659 2665 -2 -3658 2665 -2 -3661 2673 -2 -3661 2673 3 -3647 2662 -2 -3647 2662 3 -3646 2662 -2 -3646 2662 3 -3646 2663 -2 -3646 2663 3 -3647 2679 -2 -3647 2679 3 -3647 2680 -2 -3647 2680 3 -3665 2648 0 -3664 2649 0 -3669 2663 -2 -3669 2662 3 -3644 2649 2 -3645 2649 -2 -3652 2654 5 -3651 2654 5 -3652 2654 0 -3652 2655 0 -3645 2650 2 -3644 2649 -3 -3645 2650 -3 -3651 2654 0 -3652 2655 5 -3651 2655 5 -3651 2655 0 -3645 2649 3 - -# bottle of wine -BeverageBottle 0x9C7 (Content=Wine) -3666 2651 6 -3672 2653 6 -3676 2648 6 -3668 2651 6 - -# board%s -Board 0x1BD7 -3640 2507 0 - -# bulletin board -BulletinBoard 0x1E5E -3673 2624 0 - -# candelabra -CandelabraStand 0xB26 -3638 2550 0 -3670 2528 0 -3656 2528 0 -3677 2542 0 -3670 2608 0 -3672 2622 0 - -# candle -CandleLarge 0xB1A -3669 2651 6 -3704 2653 26 -3714 2648 26 -3733 2632 46 -3603 2504 6 -3608 2499 6 -3629 2632 6 -3652 2475 6 -3654 2464 6 -3669 2496 6 -3704 2587 26 -3736 2563 46 - -# skull with candle -CandleSkull 0x1854 -3628 2545 6 -3634 2531 6 - -# game board -CheckerBoard 0xFA6 -3672 2649 4 - -# cleaver -Cleaver 0xEC2 -3704 2649 26 - -# clock -Clock 0x104C -3659 2504 3 - -# clock frame%s% -ClockFrame 0x104D -3662 2507 2 - -# wooden door -DarkWoodDoor 0x6A9 (Facing=WestCCW) -3676 2591 0 - -# wooden door -DarkWoodDoor 0x6AF (Facing=NorthCCW) -3607 2507 0 -3639 2499 0 - -# chest of drawers -Drawer 0xA2C -3626 2632 0 -3666 2496 0 -3666 2613 0 -3666 2608 0 -3674 2613 0 -3675 2618 0 -3675 2608 0 - -# chest of drawers -Drawer 0xA34 -3640 2466 0 - -# drum -Drums 0xE9C -3674 2534 6 -3675 2540 6 - -# armoire -FancyArmoire 0xA4D -3608 2496 0 - -# bookcase -LibraryBookcase 0xA97 -3586 2568 20 -3622 2472 0 -3600 2568 20 -3601 2568 20 -3634 2632 0 -3637 2632 0 -3616 2472 0 -3621 2475 0 -3619 2475 0 -3620 2475 0 -3618 2475 0 - -# bookcase -LibraryBookcase 0xA98 -3590 2568 20 -3633 2632 0 -3636 2632 0 - -# bookcase -LibraryBookcase 0xA99 -3584 2569 20 -3584 2573 20 -3648 2471 0 -3648 2472 0 -3648 2475 0 -3648 2476 0 -3632 2549 0 - -# gears -Gears 0x1053 -3665 2504 6 -3658 2504 6 - -# standing harp -Harp 0xEB1 -3663 2528 0 -3664 2528 0 -3665 2528 0 -3673 2528 0 -3676 2528 0 - -# iron gate -IronGate 0x82C (Facing=SouthCW) -3423 2651 47 - -# iron gate -IronGate 0x82E (Facing=NorthCCW) -3423 2650 47 - -# lamp post -LampPost1 0xB20 (Light=Circle300) -3613 2582 0 -3614 2624 0 - -# crate -FillableLargeCrate 0xE3C -3674 2587 3 -3673 2587 9 -3673 2587 6 -3673 2587 3 -3671 2595 6 -3672 2595 6 -3671 2595 3 -3624 2537 6 -3624 2537 3 -3624 2538 3 -3671 2596 3 -3672 2595 3 -3672 2596 3 - -# lute -Lute 0xEB3 -3674 2538 6 -3675 2534 6 - -# crate -MediumCrate 0xE3E -3673 2588 3 -3673 2588 0 - -# crate -MediumCrate 0xE3F -3624 2536 3 -3675 2587 6 -3675 2587 3 - -# metal door -MetalDoor 0x675 (Facing=WestCW) -3599 2575 20 -3592 2590 20 - -# metal door -MetalDoor 0x677 (Facing=EastCCW) -3593 2590 20 - -# metal door -MetalDoor 0x67D (Facing=SouthCW) -3586 2588 0 -3594 2581 20 -3597 2594 20 -3612 2588 0 - -# metal door -MetalDoor 0x67F (Facing=NorthCCW) -3586 2587 0 -3594 2580 20 -3597 2593 20 -3612 2587 0 - -# metal chest -FillableMetalGoldenChest 0xE40 -3688 2506 0 -3688 2505 0 - -# pickpocket dip -PickpocketDipSouthAddon 0x1EC0 -3698 2507 0 -3695 2507 0 -3691 2509 0 -3689 2509 0 - -# pitcher of liquor -Pitcher 0x1F99 (Content=Liquor) -3664 2643 6 - -# flowerpot -PottedPlant1 0x11CB -3667 2620 6 - -# potted tree -PottedTree 0x11C8 -3600 2504 0 -3665 2496 0 - -# potted tree -PottedTree1 0x11C9 -3640 2465 0 - -# small fish -PrizedFish 0xDD6 -3669 2659 -2 - -# recall rune -RecallRune 0x1F14 (Hue=50;Description=a haunted graveyard west of here;Marked=true;Target=(3422, 2653, 48);TargetMap=Trammel) -3594 2581 7 - -# rope -Rope 0x14F8 -3660 2677 -2 -3632 2632 0 -3647 2669 -2 - -# rope -Rope 0x14FA -3669 2660 -2 - -# scissors -Scissors 0xF9E -3692 2478 6 - -# scissors -Scissors 0xF9F -3688 2484 6 - -# stone wall -SecretStoneDoor2 0x324 (Facing=WestCW) -3522 2993 9 - -# stone wall -SecretStoneDoor2 0x326 (Facing=EastCCW) -3523 2993 9 - -# stone wall -SecretStoneDoor2 0x328 (Facing=WestCCW) -3430 2990 5 - -# stone wall -SecretStoneDoor2 0x32A (Facing=EastCW) -3431 2990 5 - -# stone wall -SecretStoneDoor2 0x332 (Facing=NorthCW) -3371 2861 7 - -# sewing kit -SewingKit 0xF9D -3691 2478 6 - -# music stand -ShortMusicStand 0xEB6 -3660 2528 0 -3659 2528 0 -3661 2528 0 -3662 2528 0 -3666 2528 0 -3667 2528 0 -3668 2528 0 -3669 2528 0 - -# skinning knife -SkinningKnife 0xEC4 -3736 2682 46 - -# pile%s% of wool -Static 0x101F -3691 2466 0 -3693 2469 0 - -# wood curls -Static 0x1038 -3668 2509 0 -3668 2506 0 -3659 2506 0 -3645 2498 0 -3642 2506 0 -3643 2503 0 - -# sack of flour -Static 0x1039 -3666 2643 0 - -# loom bench -Static 0x104A -3692 2482 0 - -# magical sparkles -Static 0x1153 -3597 2582 0 - -# potted tree -Static 0x11C9 -3700 2504 0 -3697 2504 0 -3694 2504 0 - -# a bulk order deed completed by Hanse -LocalizedStatic 0x14EF (LabelNumber=1048169;Hue=805) -3588 2600 6 - -# plough -Static 0x1500 -3740 2645 40 - -# harrow -Static 0x1505 -3740 2643 40 - -# water barrel -Static 0x154D -3417 2494 10 -3418 2494 5 -3417 2493 10 - -# pewter bowl -Static 0x15FD -3654 2465 6 - -# large pewter bowl -Static 0x1603 -3654 2467 6 - -# folded cloth -Static 0x175F (Hue=438) -3688 2464 6 - -# folded cloth -Static 0x1761 (Hue=53) -3691 2464 6 - -# folded cloth -Static 0x1762 (Hue=438) -3688 2468 6 - -# folded cloth -Static 0x1762 (Hue=53) -3690 2464 6 - -# folded cloth -Static 0x1763 (Hue=438) -3688 2467 6 - -# folded cloth -Static 0x1763 (Hue=53) -3692 2464 6 - -# folded cloth -Static 0x1764 (Hue=438) -3688 2465 6 - -# folded cloth -Static 0x1764 (Hue=53) -3693 2464 6 - -# heating stand -Static 0x184E (Light=Circle150) -3612 2471 6 -3610 2477 6 - -# scales -Static 0x1851 -3614 2471 6 - -# skull with candle -CandleSkull 0x1858 -3611 2474 6 - -# empty vials -Static 0x185B -3613 2471 6 - -# full vials -Static 0x185E -3611 2476 6 - -# dishing stump -Static 0x1865 -3745 2689 40 - -# woodworker's bench -Static 0x19F1 -3642 2498 0 - -# woodworker's bench -Static 0x19F2 -3642 2497 0 - -# woodworker's bench -Static 0x19F3 -3642 2496 0 - -# stone wall -Static 0x1A -3692 2508 0 - -# stone wall -Static 0x1B -3692 2507 0 -3692 2504 0 - -# boards -Static 0x1BD9 -3644 2496 0 -3643 2496 0 - -# logs -Static 0x1BDE -3648 2498 0 -3640 2508 0 - -# logs -Static 0x1BDF -3648 2499 0 -3648 2500 0 -3648 2501 0 -3648 2503 0 -3648 2504 0 -3640 2509 0 - -# stone wall -Static 0x1C -3689 2508 0 -3688 2508 0 - -# stone wall -Static 0x1E -3690 2508 0 - -# raw fish -Static 0x1E18 -3736 2683 46 - -# books -Static 0x1E21 -3611 2475 6 - -# books -Static 0x1E24 -3611 2477 6 - -# books -Static 0x1E25 -3610 2474 6 - -# dartboard -DartBoard 0x1E2E -3698 2504 0 -3695 2504 0 - -# dartboard -DartBoard 0x1E2F -3688 2512 0 -3688 2515 0 - -# trophy -Static 0x1E60 -3738 2680 40 - -# trophy -Static 0x1E65 -3739 2680 40 - -# trophy -Static 0x1E66 -3742 2680 40 - -# trophy -Static 0x1E68 -3736 2692 40 - -# trophy -Static 0x1E69 -3736 2689 40 - -# trophy -Static 0x1E6A -3736 2691 40 - -# trophy -Static 0x1E6B -3736 2686 40 - -# tool kit -Static 0x1EBA -3656 2504 6 - -# tinker's tools -Static 0x1EBC -3664 2504 6 - -# stone wall -Static 0x21 -3691 2508 0 - -# wooden ramp -Static 0x87A -3695 2761 35 -3695 2760 35 -3695 2759 35 - -# cauldron -Static 0x974 -3735 2645 40 - -# slab%s% of bacon -Static 0x977 -3704 2650 26 - -# tray -Static 0x991 -3651 2469 6 - -# tray -Static 0x992 -3664 2644 6 - -# ceramic mug -CeramicMug 0x995 -3634 2496 6 -3667 2651 6 -3665 2651 6 -3672 2652 6 -3676 2653 6 -3736 2565 46 -3731 2632 46 -3627 2632 6 -3704 2589 26 -3676 2649 6 -3608 2467 6 - -# mug -CeramicMug 0x998 -3650 2474 6 - -# mug -CeramicMug 0x999 -3650 2475 6 - -# knife -Knife 0x9A5 -3736 2681 46 - -# metal box -FillableMetalBox 0x9A8 -3688 2472 6 - -# silverware -Static 0x9BE -3651 2474 6 - -# bottles of wine -Static 0x9C4 -3669 2644 0 -3664 2642 6 - -# silverware -Static 0x9D4 -3732 2632 46 -3628 2632 6 -3651 2475 6 - -# silverware -Static 0x9D5 -3704 2588 27 -3736 2564 46 - -# plate -Plate 0x9D7 -3635 2496 6 -3736 2564 46 -3732 2632 46 -3628 2632 6 -3651 2475 6 -3651 2474 6 -3704 2588 26 -3608 2466 6 - -# pot -Static 0x9E0 -3653 2469 6 - -# pot -Static 0x9E1 -3652 2469 6 - -# pot -Static 0x9E3 -3669 2642 0 -3664 2641 6 - -# kettle -Static 0x9ED -3584 2577 0 -3667 2641 0 -3651 2465 0 - -# fork -Fork 0x9F4 -3635 2496 6 - -# knife -Knife 0x9F6 -3635 2496 7 - -# knife -Knife 0x9F7 -3608 2466 7 - -# spoon -Spoon 0x9F8 -3635 2496 7 - -# spoon -Spoon 0x9F9 -3608 2466 7 - -# candle -Static 0xA26 (Light=Circle150) -3688 2476 6 -3636 2496 6 - -# candle -Static 0xA26 (Light=Circle150) -3608 2465 6 - -# candle -Static 0xB1A (Light=Circle150) -3640 2467 6 - -# table -Static 0xB34 (Hue=1154) -3594 2581 0 - -# table -Static 0xB70 -3668 2504 0 -3664 2504 0 - -# table -Static 0xB71 -3669 2504 0 -3665 2504 0 - -# wooden signpost -Static 0xB9A -3666 2512 0 - -# debris -Static 0xC2D -3669 2506 0 - -# raw cotton -Static 0xDEF -3688 2469 0 - -# knitting -Static 0xDF6 -3693 2478 6 - -# chessmen -Static 0xE14 -3672 2648 5 - -# bloody water -Static 0xE23 -3736 2684 46 - -# stump -Static 0xE56 -3651 2504 0 - -# strong box -FillableMetalBox 0xE80 -3668 2597 6 - -# sheet music -Static 0xEBF -3674 2528 0 -3675 2528 0 - -# dress form -Static 0xEC6 -3690 2468 0 -3688 2480 0 - -# dress form -Static 0xEC7 -3693 2467 0 - -# bolt%s% of cloth -Static 0xF96 (Hue=438) -3693 2479 0 -3692 2479 0 - -# bolt%s% of cloth -Static 0xF97 (Hue=53) -3692 2465 0 - -# bolt%s% of cloth -Static 0xF98 (Hue=438) -3689 2467 0 -3689 2482 0 - -# bolt%s% of cloth -Static 0xF9A (Hue=438) -3689 2466 0 -3689 2483 0 - -# bolt%s% of cloth -Static 0xF9C (Hue=38) -3693 2465 0 - -# playing cards -Static 0xFA3 -3676 2652 6 - -# fire pit -Static 0xFAC -3735 2645 40 - -# backgammon game -Backgammon 0xFAD -3676 2650 4 - -# barrel -Static 0xFAE -3661 2672 -2 -3671 2665 -2 -3645 2674 -2 - -# Hanse's ancient smithy hammer -LocalizedStatic 0xFB4 (LabelNumber=1048173;Hue=1154) -3459 2777 25 - -# book -Static 0xFBD -3688 2474 6 -3714 2649 26 -3640 2468 6 -3608 2500 6 -3666 2531 6 -3675 2532 6 - -# book -Static 0xFBE -3604 2504 6 -3668 2496 6 -3666 2620 6 - -# pen and ink -Static 0xFBF -3688 2474 6 -3714 2649 26 -3640 2468 6 -3608 2500 6 -3666 2531 6 -3675 2532 6 - -# fireplace -StoneFireplaceEastAddon 0x959 -3584 2581 20 - -# fireplace -StoneFireplaceSouthAddon 0x961 -3741 2680 40 - -# oven -StoneOvenEastAddon 0x92C -3584 2575 0 -3584 2578 0 - -# stool -Stool 0xA2A -3664 2652 0 -3665 2652 0 -3666 2652 0 -3667 2652 0 -3668 2652 0 - -# wooden door -StrongWoodDoor 0x6E5 (Facing=WestCW) -3606 2573 0 -3595 2567 0 -3601 2573 0 -3596 2573 0 -3592 2580 0 - -# wooden door -StrongWoodDoor 0x6ED (Facing=SouthCW) -3692 2506 0 - -# wooden door -StrongWoodDoor 0x6EF (Facing=NorthCCW) -3692 2505 0 - -# music stand -TallMusicStand 0xEBB -3674 2528 0 -3675 2528 0 - -# tambourine -Tambourine 0xE9D -3675 2536 6 -3674 2540 6 - -# tambourine -TambourineTassel 0xE9E -3674 2536 6 -3675 2538 6 - -# tool kit -TinkerTools 0x1EB8 -3668 2504 6 - -# training dummy -TrainingDummy 0x1070 -3730 2576 40 -3733 2576 40 - -# training dummy -TrainingDummy 0x1074 -3728 2586 40 -3728 2581 40 - -# chair -WoodenChair 0xB56 -3673 2532 0 - -# chair -WoodenChair 0xB57 -3627 2529 0 -3651 2473 0 -3666 2619 0 - -# chair -WoodenChair 0xB58 -3689 2474 0 -3641 2468 0 -3667 2531 0 -3676 2532 0 - -# chair -WoodenChair 0xB59 -3635 2497 0 -3651 2476 0 -3668 2497 0 - -# chair -WoodenChairCushion 0xB52 -3608 2509 0 - -# chair -WoodenChairCushion 0xB53 -3613 2504 0 -3739 2687 40 - -# chair -WoodenChairCushion 0xB54 -3604 2505 0 -3739 2690 40 - -# chair -WoodenChairCushion 0xB55 -3609 2500 0 - -# wooden chest -FillableWoodenChest 0xE42 -3674 2611 0 -3674 2622 0 - -# wooden chest -FillableWoodenChest 0xE43 -3665 2613 0 -3678 2613 0 -3664 2608 0 diff --git a/Distribution/Data/Decoration/Trammel/_minoc camp.cfg b/Distribution/Data/Decoration/Trammel/_minoc camp.cfg deleted file mode 100644 index 295307699..000000000 --- a/Distribution/Data/Decoration/Trammel/_minoc camp.cfg +++ /dev/null @@ -1,77 +0,0 @@ -# gruesome standard -Static 0x041F -2635 701 0 - -# garbage -Static 0x10EE -2629 701 0 -2622 703 0 -2626 700 0 -2625 706 0 -2625 708 0 -2629 703 0 - -# tent wall -Static 0x02EB (Hue=0x33) -2620 702 0 -2622 707 0 -2627 698 0 -2627 708 0 -2620 702 1 - -# tent wall -Static 0x02EC (Hue=0x33) -2621 701 0 -2623 706 0 -2628 697 0 -2628 707 0 -2621 701 1 - -# skinned goat -Static 0x1E88 -2624 705 0 - -# fire pit -Static 0x0FAC -2625 703 0 - -# campfire -Static 0x0DE3 -2625 703 0 - -# cauldron -Static 0x0974 -2625 703 0 - -# stump -Static 0x0E59 -2624 709 0 - -# executioner's axe -Static 0x0F46 -2625 708 0 - -# gruesome standard -Static 0x0428 -2626 711 0 - -# gruesome standard -Static 0x0420 -2627 694 0 - -# skinned goat -Static 0x1E89 -2631 696 0 - -# skinned deer -Static 0x1E90 -2627 701 0 -2627 701 1 - -# stump -Static 0x0E58 -2627 703 0 - -# skinned deer -Static 0x1E91 -2627 705 0 diff --git a/Distribution/Data/Decoration/Trammel/ambitious solen queen quest.cfg b/Distribution/Data/Decoration/Trammel/ambitious solen queen quest.cfg deleted file mode 100644 index 57618ba94..000000000 --- a/Distribution/Data/Decoration/Trammel/ambitious solen queen quest.cfg +++ /dev/null @@ -1,3 +0,0 @@ -# Red Ambitious Solen Queen -Spawner 0x1F13 (Spawn=RedAmbitiousSolenQueen; Count=1; HomeRange=14) -5790 1983 2 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Trammel/collector quest.cfg b/Distribution/Data/Decoration/Trammel/collector quest.cfg deleted file mode 100644 index 1fb9c2885..000000000 --- a/Distribution/Data/Decoration/Trammel/collector quest.cfg +++ /dev/null @@ -1,23 +0,0 @@ -# Elwood McCarrin -Spawner 0x1F13 (Spawn=ElwoodMcCarrin; Count=1; HomeRange=0) -3666 2652 0 - -# Alberta Giacco -Spawner 0x1F13 (Spawn=AlbertaGiacco; Count=1; HomeRange=0) -2899 709 0 - -# Gabriel Piete -Spawner 0x1F13 (Spawn=GabrielPiete; Count=1; HomeRange=0) -1443 1557 51 - -# Impresario -Spawner 0x1F13 (Spawn=Impresario; Count=1; HomeRange=0) -1454 1593 20 -3738 1230 0 -3736 1220 2 -1429 4011 0 -1424 4008 0 - -# Tomas O'Neerlan -Spawner 0x1F13 (Spawn=TomasONeerlan; Count=1; HomeRange=0) -1839 2674 0 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Trammel/haven.cfg b/Distribution/Data/Decoration/Trammel/haven.cfg deleted file mode 100644 index 921eb141a..000000000 --- a/Distribution/Data/Decoration/Trammel/haven.cfg +++ /dev/null @@ -1,343 +0,0 @@ -# ankh -AnkhNorth 0x0004 -3606 2582 10 - -# stone wall -Static 0x001C -3738 2679 40 - -# plaster wall -Static 0x014F -3673 2583 0 - -# wall -Static 0x0450 (Hue=0x482) -3606 2582 0 - -# wall -Static 0x0451 (Hue=0x482) -3606 2581 0 - -# wall -Static 0x0452 (Hue=0x482) -3605 2582 0 - -# wall -Static 0x0453 (Hue=0x482) -3605 2581 0 - -# marble floor -Static 0x0496 (Hue=0x482) -3606 2582 5 - -# slate roof -Static 0x0596 -3680 2600 20 -3681 2600 17 - -# oven -StoneOvenEastAddon 0x092C -3656 2508 0 -3624 2548 0 -3624 2546 0 - -# oven -StoneOvenSouthAddon 0x0930 -3666 2639 0 -3653 2464 0 - -# fireplace -Static 0x095F -3741 2680 40 - -# fireplace -Static 0x0960 -3740 2680 40 - -# fireplace -StoneFireplaceSouthAddon 0x0961 -3650 2464 0 -3669 2640 0 - -# cauldron -Static 0x0974 -3736 2572 40 - -# candelabra -CandelabraStand 0x0A29 (Unlit) -3638 2550 0 - -# chest of drawers -Drawer 0x0A2C -3697 2472 0 -3738 2561 40 -3745 2680 40 -3605 2568 20 -3604 2568 20 -3610 2464 0 -3705 2584 20 - -# chest of drawers -Drawer 0x0A34 -3728 2634 40 -3632 2501 0 - -# chest of drawers -FancyDrawer 0x0A38 -3600 2505 0 -3608 2498 0 -3632 2544 0 - -# armoire -FancyArmoire 0x0A4D -3602 2504 0 -3609 2496 0 - -# armoire -Armoire 0x0A53 -3632 2497 0 -3696 2478 0 - -# bookcase -LibraryBookcase 0x0A97 -3629 2566 20 -3602 2568 20 -3619 2472 0 -3617 2472 0 -3609 2504 0 -3620 2472 0 -3599 2568 20 -3622 2475 0 - -# bookcase -LibraryBookcase 0x0A98 -3619 2475 0 -3621 2475 0 -3616 2472 0 -3630 2566 20 -3600 2568 20 -3634 2566 20 - -# bookcase -LibraryBookcase 0x0A99 -3608 2505 0 -3648 2473 0 -3648 2470 0 -3623 2567 20 -3626 2566 20 -3696 2473 0 -3632 2550 0 - -# bookcase -LibraryBookcase 0x0A9A -3626 2568 20 -3623 2565 20 -3632 2549 0 -3648 2476 0 -3648 2471 0 - -# bookcase -LibraryBookcase 0x0A9B -3622 2472 0 -3618 2475 0 -3620 2475 0 -3635 2566 20 -3601 2568 20 -3590 2568 20 - -# bookcase -LibraryBookcase 0x0A9C -3648 2475 0 -3648 2472 0 -3623 2568 20 -3623 2569 20 -3626 2567 20 -3623 2566 20 - -# lamp post -LampPost1 0x0B20 -3735 2640 40 -3720 2655 20 -3657 2521 0 -3657 2622 0 -3657 2654 0 -3657 2633 0 -3657 2478 0 -3646 2607 0 -3646 2625 0 -3651 2510 0 -3658 2568 0 -3658 2563 0 -3657 2545 0 -3678 2521 0 -3678 2489 0 -3614 2593 0 -3672 2633 0 -3669 2478 0 -3669 2545 0 -3711 2592 20 -3614 2480 0 -3743 2568 40 -3672 2510 0 -3645 2478 0 -3646 2534 0 -3646 2521 0 -3625 2510 0 -3694 2521 0 -3625 2489 0 -3616 2504 0 -3632 2536 0 -3646 2545 0 -3646 2582 0 -3615 2520 0 - -# candelabra -CandelabraStand 0x0B26 -3672 2542 0 -3614 2510 0 - -# counter -Static 0x0B3E -3590 2594 0 -3589 2594 0 - -# counter -Static 0x0B40 -3588 2594 0 -3591 2594 0 - -# wooden signpost -Static 0x0B98 -3666 2512 0 - -# red moongate -Static 0x0DDA (Hue=0x482; Light=Circle300) -3632 2566 0 -3632 2566 20 - -# crate -FillableLargeCrate 0x0E3C -3679 2593 0 -3624 2538 0 -3624 2537 0 -3671 2595 0 -3673 2590 0 -3678 2592 0 -3674 2588 0 -3679 2592 0 -3672 2596 0 -3674 2587 0 -3672 2595 0 -3673 2587 0 -3673 2589 0 -3671 2596 0 - -# crate -MediumCrate 0x0E3F -3673 2588 0 -3624 2536 0 -3675 2587 0 - -# metal chest -MetalGoldenChest 0x0E40 -3627 2618 4 -3595 2584 20 -3595 2583 20 - -# metal chest -FillableMetalGoldenChest 0x0E41 -3677 2587 -2 -3678 2587 -2 - -# wooden chest -WoodenChest 0x0E43 -3737 2561 40 -3730 2632 40 -3709 2584 20 - -# fire pit -Static 0x0FAC (Light=Circle225) -3704 2596 20 -3736 2572 40 - -# anvil -AnvilEastAddon 0x0FAF -3607 2599 0 - -# anvil -AnvilSouthAddon 0x0FB0 -3605 2598 0 -3602 2599 0 -3644 2618 0 -3644 2615 0 -3597 2603 0 -3593 2596 0 -3603 2603 0 - -# forge -SmallForgeAddon 0x0FB1 -3608 2599 0 -3592 2596 0 -3603 2604 0 -3644 2614 0 -3605 2597 0 -3602 2598 0 - -# spinning wheel -SpinningWheelEastAddon 0x1019 -3691 2485 0 - -# upright loom -LoomSouthAddon 0x1061 -3692 2482 0 - -# stone face -StoneFaceTrapNoDamage 0x10FD -3607 2581 0 -3604 2581 0 - -# magical sparkles -Static 0x1153 -3606 2582 0 -3607 2582 0 -3607 2583 0 -3607 2583 7 -3608 2582 15 - -# potted tree -Static 0x11C8 -3637 2496 0 - -# potted tree -Static 0x11C9 -3704 2584 20 -3608 2504 0 -3680 2477 0 -3633 2496 0 - -# flowerpot -Static 0x11CA -3728 2632 40 -3600 2504 0 - -# flowerpot -Static 0x11CB -3608 2501 7 - -# flour mill -FlourMillSouthAddon 0x192C -3629 2536 0 - -# bellows -LargeForgeEastAddon 0x1986 -3644 2619 0 -3596 2601 0 - -# New Haven Mine Teleporters -# Rope(0x14FA) teleporter -InteractionTeleporter 0x14FA (Name=a rope leading down;PointDest=(5953, 319, 0)) -5994 319 0 - -# Rope(0x14FA) teleporter -InteractionTeleporter 0x14FA (Name=a rope leading up;PointDest=(5994, 319, 0)) -5953 319 0 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Trammel/magincia.cfg b/Distribution/Data/Decoration/Trammel/magincia.cfg deleted file mode 100644 index a56958850..000000000 --- a/Distribution/Data/Decoration/Trammel/magincia.cfg +++ /dev/null @@ -1,9 +0,0 @@ -# metal signpost -Static 0x0BA0 -3778 2256 20 - -# lamp post -LampPost3 0xB24 -3758 2256 30 -3773 2233 30 -3793 2232 20 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Trammel/solen matriarch quest.cfg b/Distribution/Data/Decoration/Trammel/solen matriarch quest.cfg deleted file mode 100644 index bc611a547..000000000 --- a/Distribution/Data/Decoration/Trammel/solen matriarch quest.cfg +++ /dev/null @@ -1,3 +0,0 @@ -# Red Solen Matriarch -Spawner 0x1F13 (Spawn=RedSolenMatriarch; Count=1; HomeRange=14) -5776 1898 22 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Trammel/uzeraan turmoil quest.cfg b/Distribution/Data/Decoration/Trammel/uzeraan turmoil quest.cfg deleted file mode 100644 index d6562671d..000000000 --- a/Distribution/Data/Decoration/Trammel/uzeraan turmoil quest.cfg +++ /dev/null @@ -1,108 +0,0 @@ -# a magical teleporter -UzeraanTurmoilTeleporter 0x1822 -3597 2582 0 - -# metal chest -DaemonBloodChest 0x9AB -3456 2558 50 - -# Mansion guard -Spawner 0x1F13 (Spawn=MansionGuard; Count=1; HomeRange=0) -3585 2588 0 -3585 2586 0 -3603 2583 0 -3613 2586 0 -3613 2589 0 - -# Uzeraan -Spawner 0x1F13 (Spawn=Uzeraan; Count=1; HomeRange=0) -3595 2587 0 - -# Schmendrick -Spawner 0x1F13 (Spawn=Schmendrick; Count=1; HomeRange=0) -5211 1818 0 - -# Schmendrick apprentice corpse -Spawner 0x1F13 (Spawn=SchmendrickApprenticeCorpse; Count=1; HomeRange=15; MinDelay=0:10:0; MaxDelay=0:10:0) -5261 1831 0 - -# Schmendrick cave teleporter -Static 0x1822 -5260 1841 0 - -Teleporter 0x1BC3 (PointDest=(3613, 2592, 0)) -5260 1841 0 - -# Dryad -Spawner 0x1F13 (Spawn=Dryad; Count=1; HomeRange=2) -3555 2698 5 - -# fire -Static 0x19AB -5210 1817 0 -5211 1814 0 -5205 1818 0 - -# sparkle -Static 0x374A -5208 1817 0 - -# sparkle -Static 0x377A -5209 1815 0 - -# sparkle -Static 0x376A -5208 1815 0 - -# magical sparkles -Static 0x1153 -5207 1816 0 -5260 1842 0 -5261 1841 0 - -# death vortex -Static 0x3789 -5208 1815 0 - -# magical sparkles -Static 0x1156 -5261 1841 0 -5261 1842 0 - -# cannon south -Cannon 0x0 (CannonDirection=South) -3678 2768 33 -3675 2767 31 -3593 2810 50 - -# cannon west -Cannon 0x0 (CannonDirection=West) -3681 2776 39 -3683 2779 44 -3659 2790 47 -3705 2832 29 - -# cannon east -Cannon 0x0 (CannonDirection=East) -3662 2795 68 -3596 2807 50 - -# cannon north -Cannon 0x0 (CannonDirection=North) -3593 2804 50 -3702 2837 33 - -# cannon balls -Static 0xE74 -3706 2833 24 -3595 2808 49 -3594 2808 50 -3663 2793 67 -3661 2791 53 -3662 2793 67 -3676 2768 32 -3676 2767 31 -3682 2777 41 -3683 2777 42 -3681 2777 40 \ No newline at end of file diff --git a/Distribution/Data/Decoration/Trammel/yew.cfg b/Distribution/Data/Decoration/Trammel/yew.cfg deleted file mode 100644 index 1aeb57dd2..000000000 --- a/Distribution/Data/Decoration/Trammel/yew.cfg +++ /dev/null @@ -1,2247 +0,0 @@ -######### -# Doors # -######### - -# metal door -MetalDoor 0x0675 (Facing=WestCW) -319 791 20 -299 764 20 -312 783 20 -313 791 20 -356 839 20 -369 903 0 -369 867 0 - -# metal door -MetalDoor 0x0677 (Facing=EastCCW) -313 783 20 -357 839 20 -370 903 0 -370 867 0 - -# metal door -MetalDoor 0x067D (Facing=SouthCW) -289 771 20 -367 878 0 -367 878 20 -289 771 0 -327 793 20 -343 884 20 -343 885 0 -351 835 20 -371 871 0 -367 873 20 -367 873 0 -343 873 20 -343 873 0 - -# metal door -MetalDoor 0x067F (Facing=NorthCCW) -327 792 20 -351 834 20 - - -# barred metal door -BarredMetalDoor 0x0685 (Facing=WestCW) -262 769 -2 -262 769 20 -268 769 -2 -268 769 20 -274 769 -2 -274 769 20 -280 769 -2 -280 769 20 -286 769 -2 -286 769 20 - -# barred metal door -BarredMetalDoor 0x0689 (Facing=WestCCW) -262 773 -2 -262 773 20 -268 773 -2 -268 773 20 -274 773 -2 -274 773 20 -280 773 -2 -280 773 20 -286 773 -2 -286 773 20 - - -# wooden gate -DarkWoodGate 0x0866 (Facing=WestCW) -355 891 0 -666 951 0 -666 1191 0 -355 890 20 -562 1111 0 - -# wooden gate -DarkWoodGate 0x0868 (Facing=EastCCW) -356 891 0 -667 951 0 -667 1191 0 -356 890 20 -563 1111 0 - - -# stone wall -SecretStoneDoor1 0x00E8 (Facing=WestCW) -308 791 0 - -# stone wall -SecretStoneDoor1 0x00EA (Facing=EastCCW) -261 763 0 -262 779 0 -262 779 20 -267 763 0 -268 779 0 -268 779 20 -273 763 0 -274 779 0 -274 779 20 -279 763 0 -280 779 0 -280 779 20 -285 763 0 -286 779 0 -286 779 20 -291 777 20 - -# stone wall -SecretStoneDoor1 0x00EC (Facing=WestCCW) -261 763 20 -267 763 20 -273 763 20 -279 763 20 -285 763 20 - -# stone wall -SecretStoneDoor1 0x00F0 (Facing=SouthCW) -296 761 20 -301 762 0 - -# stone wall -SecretStoneDoor1 0x00F2 (Facing=NorthCCW) -301 761 0 - - -############ -# Standard # -############ - -# stone wall -Static 0x00C8 -309 791 0 - -# stone wall -Static 0x00C9 -564 1307 0 - -# patch -Static 0x02F1 -597 837 0 - -# patch -Static 0x02F2 -597 837 0 - -# cobblestones -Static 0x0515 -383 917 0 - -# cobblestones -Static 0x0516 -309 786 0 -309 787 0 - -# oven -StoneOvenEastAddon 0x092C -552 1217 0 - -# oven -StoneOvenSouthAddon 0x0930 -394 1216 0 -553 984 -2 -665 1000 0 -682 1200 0 - -# slab of bacon -Static 0x0976 -457 1141 6 -603 1187 6 - -# slab of bacon -Static 0x0977 -392 1218 6 -602 1184 10 -603 1184 6 - -# wheel of cheese -CheeseWheel 0x097E -452 1110 6 - -# basket -Basket 0x0990 -284 986 4 -416 1035 4 -656 1005 6 - -# tray -Static 0x0991 -392 1218 6 -539 1009 6 -603 1184 6 -642 844 4 -643 834 4 -654 938 6 - -# tray -Static 0x0992 -416 1037 4 -450 1117 6 -459 1141 6 -555 1221 6 -574 1123 6 -679 1202 6 - -# fruit basket -FruitBasket 0x0993 -421 1035 6 -642 833 4 -656 1004 6 - -# ceramic mug -CeramicMug 0x0995 -642 834 4 -642 837 4 -642 838 4 -642 840 4 -642 842 4 - -# ceramic mug -CeramicMug 0x0997 -400 1219 6 -452 1112 6 -555 1210 6 -599 1187 6 -624 1149 6 -643 836 4 -643 838 4 -643 840 4 -643 842 4 -643 844 4 -648 938 6 -648 1084 6 -677 1202 6 - -# bottle of liquor -BeverageBottle 0x099B (Content=Liquor) -261 774 0 -261 774 20 -262 766 0 -262 766 20 -267 774 0 -267 774 20 -268 766 0 -268 766 20 -273 774 0 -274 766 0 -274 766 20 -274 774 20 -279 774 0 -279 774 20 -280 766 0 -280 766 20 -285 774 0 -285 774 20 -286 766 0 -286 766 20 -324 1240 6 -398 1220 6 -400 1219 6 -420 1034 6 -450 963 6 -451 1112 6 -452 1112 6 -458 1135 6 -459 1133 6 -554 1212 6 -555 1210 6 -597 1188 6 -599 1187 6 -624 1147 6 -634 1040 6 -646 939 6 -648 938 6 -648 1084 6 -660 1003 6 -662 1002 6 -677 1202 6 -677 1203 6 -734 883 6 -736 882 6 - -# bottles of liquor -Static 0x099E -608 873 5 -608 876 0 -609 872 10 -611 872 0 -611 875 0 -613 875 5 -613 877 0 -615 872 0 -615 873 5 -615 875 0 -617 873 0 -617 874 0 -617 877 0 -619 876 0 -620 874 10 -621 874 0 - -# fork -Fork 0x09A3 -451 1111 6 -458 1134 6 -554 1211 6 -642 835 4 -642 837 4 -642 839 4 -642 841 4 -642 843 4 - -# fork -Fork 0x09A4 -399 1219 6 -598 1187 6 -647 938 6 -678 1202 6 - -# knife -Knife 0x09A5 -451 1111 6 -458 1134 6 -554 1211 6 -642 835 4 -642 837 4 -642 839 4 -642 841 4 -642 843 4 - -# knife -Knife 0x09A6 -399 1219 6 -535 1011 6 -598 1187 6 -647 938 6 -678 1202 6 - -# metal box -FillableMetalBox 0x09A8 -555 988 6 -562 1008 6 -565 960 6 - -# wooden box -WoodenBox 0x09AA -731 880 0 -739 880 0 - -# metal chest -FillableMetalChest 0x09AB (ContentType=Inn) -603 808 0 -603 816 0 -604 826 0 -607 826 0 -617 824 0 -619 808 0 -649 808 0 -653 824 0 -668 808 0 -668 816 0 - -# bushel -Basket 0x09AC -656 1006 6 - -# cooked bird -CookedBird 0x09B7 -642 844 4 -643 834 4 - -# cooked bird -CookedBird 0x09B8 -459 1141 6 -555 1221 6 -679 1202 6 - -# roast pig -RoastPig 0x09BB -281 984 4 - -# roast pig -RoastPig 0x09BC -392 1220 9 - -# silverware -Static 0x09BD -283 986 4 - -# silverware -Static 0x09BE -421 1034 6 -481 850 4 -483 850 4 -661 1002 6 -735 882 6 - -# sausage -Sausage 0x09C0 -603 1188 6 - -# sausage -Sausage 0x09C1 -392 1221 6 - -# ham -Ham 0x09C9 -604 1184 11 - -# ceramic mug -CeramicMug 0x09CA -324 1240 6 -398 1220 6 -451 1112 6 -554 1212 6 -597 1188 6 -634 1040 6 -646 939 6 -677 1203 6 - -# grape bunch -Grapes 0x09D1 -594 846 0 -594 858 0 -597 853 0 -600 841 0 -600 846 0 -600 857 0 -603 848 0 -603 860 0 -606 845 0 -606 858 0 -609 854 0 -610 883 6 -610 884 6 -610 885 6 -610 886 6 -610 887 6 -610 892 6 -611 892 6 -612 846 0 -612 856 0 -612 892 6 -613 892 6 -614 883 6 -614 884 6 -614 885 6 -614 886 6 -614 887 6 -615 842 0 -615 850 0 -615 858 0 -615 892 6 -616 892 6 -617 892 6 -618 883 6 -618 884 6 -618 885 6 -618 886 6 -618 887 6 -618 892 6 - -# ham -Ham 0x09D3 -603 1189 6 - -# silverware -Static 0x09D4 -284 987 4 -286 987 4 -420 1035 6 -451 963 6 -480 851 4 -482 851 4 -661 1003 6 -735 883 6 - -# silverware -Static 0x09D5 -287 986 4 -328 1061 4 - -# pitcher -Static 0x09D6 -480 851 4 -481 850 4 -482 851 4 -483 850 4 - -# plate -Plate 0x09D7 -283 986 4 -284 987 4 -286 987 4 -287 986 4 -323 1240 6 -328 1061 4 -399 1219 6 -399 1220 6 -420 1035 6 -421 1034 6 -451 963 6 -451 1111 6 -452 1111 6 -458 1134 6 -459 1134 6 -480 851 4 -481 850 4 -482 851 4 -483 850 4 -554 1211 6 -555 1211 6 -598 1187 6 -598 1188 6 -624 1148 6 -633 1040 6 -642 835 4 -642 837 4 -642 839 4 -642 841 4 -642 843 4 -643 835 4 -643 837 4 -643 839 4 -643 841 4 -643 843 4 -647 938 6 -647 939 6 -648 1085 6 -661 1002 6 -661 1003 6 -678 1202 6 -678 1203 6 -735 882 6 -735 883 6 - -# cake -Cake 0x09E9 -451 1117 6 -555 1212 6 - -# kettle -Static 0x09ED -397 1216 0 -449 1117 6 -458 1141 6 -553 1221 6 -555 986 6 -654 936 6 -685 1201 6 - -# milk -Pitcher 0x09F0 (Content=Milk) -642 836 4 -643 842 4 - -# cut of raw ribs -RawRibs 0x09F1 -460 1141 6 -528 1011 3 - -# fork -Fork 0x09F4 -323 1240 6 -399 1220 6 -573 1123 6 -598 1188 6 -633 1040 6 -647 939 6 -678 1203 6 - -# fork -Fork 0x09F5 -452 1111 6 -459 1134 6 -555 1211 6 -624 1148 6 -643 835 4 -643 837 4 -643 839 4 -643 841 4 -643 843 4 -648 1085 6 - -# knife -Knife 0x09F6 -323 1240 6 -399 1220 6 -598 1188 6 -633 1040 6 -647 939 6 -678 1203 6 - -# knife -Knife 0x09F7 -452 1111 6 -459 1134 6 -555 1211 6 -603 1188 6 -624 1148 6 -643 835 4 -643 837 4 -643 839 4 -643 841 4 -643 843 4 -648 1085 6 - -# spoon -Spoon 0x09F8 -323 1240 6 -399 1220 6 -598 1188 6 -633 1040 6 -647 939 6 -678 1203 6 - -# spoon -Spoon 0x09F9 -452 1111 6 -459 1134 6 -555 1211 6 -624 1148 6 -643 835 4 -643 837 4 -643 839 4 -643 841 4 -643 843 4 -648 1085 6 - -# candle -CandleLarge 0x0A26 -419 1034 6 -452 963 6 - -# candelabra -CandelabraStand 0x0A29 -282 989 0 - -# chest of drawers -Drawer 0x0A2C -331 1056 0 -333 1056 0 -392 1224 0 -426 1040 0 -449 1128 0 -457 960 0 -457 1112 0 -486 840 0 -595 1184 0 -625 1144 0 -637 1040 0 -648 944 0 -649 1080 0 -666 1008 0 -682 1208 0 -732 880 0 -738 880 0 - -# chest of drawers -FancyDrawer 0x0A30 -613 824 0 -665 808 0 -665 816 0 -669 824 0 - -# chest of drawers -Drawer 0x0A34 -320 1245 0 - -# chest of drawers -FancyDrawer 0x0A38 -336 883 20 -336 884 0 -480 841 0 -600 812 0 -600 820 0 -600 828 0 -616 811 0 -616 828 0 -648 811 0 -648 826 0 -656 828 0 - -# armoire -FancyArmoire 0x0A4D -609 824 0 -670 824 0 - -# armoire -Armoire 0x0A4F -280 976 0 -285 976 0 -394 1224 0 -453 1128 0 -461 960 0 -597 1184 0 -629 1144 0 -650 944 0 -653 1080 0 -670 1008 0 - -# armoire -FancyArmoire 0x0A51 -336 882 0 -336 882 20 -480 842 0 -600 811 0 -600 819 0 -600 827 0 -616 810 0 -616 829 0 -648 810 0 -648 827 0 -656 829 0 -664 813 0 -664 821 0 - -# armoire -Armoire 0x0A53 -320 1241 0 -328 1057 0 -456 1117 0 -560 1221 0 -632 1045 0 -680 1209 0 - -# folded sheet -Static 0x0A92 -529 960 2 -532 960 2 -535 960 2 -538 960 2 -541 960 2 - -# folded sheet -Static 0x0A93 -424 1043 2 -424 1045 2 - -# bookcase -LibraryBookcase 0x0A97 -291 976 0 -330 1240 0 -339 872 0 -339 872 20 -401 1216 0 -406 1216 0 -450 1104 0 -461 1128 0 -473 840 0 -556 1208 0 -568 960 0 -598 1184 0 -601 1184 0 -626 842 20 -628 1032 0 -630 816 20 -638 816 20 -641 936 0 -642 816 20 -642 1080 0 -644 1080 0 - -# bookcase -LibraryBookcase 0x0A98 -290 976 0 -292 976 0 -329 1240 0 -333 1240 0 -338 872 0 -338 872 20 -340 872 0 -340 872 20 -400 1216 0 -449 1104 0 -457 1128 0 -476 840 0 -477 840 0 -553 1208 0 -557 1208 0 -565 808 0 -569 960 0 -599 1184 0 -625 842 20 -625 1032 0 -631 816 20 -639 816 20 -641 848 0 -641 1080 0 -642 848 0 -642 936 0 -643 848 0 -643 1080 0 -644 848 0 -644 936 0 -645 848 0 - -# bookcase -LibraryBookcase 0x0A99 -320 1061 0 -448 1109 0 -456 1134 0 -528 968 0 -528 973 0 -560 968 0 -616 1146 0 -616 1148 0 -624 825 20 -624 838 0 -624 839 0 -624 840 0 -624 849 0 -624 850 0 -624 851 0 -624 851 20 -624 852 0 -624 852 20 -624 853 0 -624 853 20 -624 1033 0 -640 937 0 -640 941 0 -642 843 20 -642 844 20 -642 845 20 -642 846 20 -672 1201 0 -728 881 0 -728 882 0 -728 884 0 -728 885 0 - -# bookcase -LibraryBookcase 0x0A9A -320 1058 0 -320 1060 0 -336 884 20 -448 1110 0 -456 1129 0 -528 969 0 -528 972 0 -616 1147 0 -624 826 20 -624 843 0 -624 844 0 -624 845 0 -672 1202 0 -672 1204 0 - -# bookcase -LibraryBookcase 0x0A9B -289 976 0 -293 976 0 -332 1240 0 -337 872 0 -337 872 20 -341 872 0 -341 872 20 -405 1216 0 -452 1104 0 -453 1104 0 -474 840 0 -554 1208 0 -561 808 0 -563 808 0 -600 1184 0 -629 1032 0 -632 816 20 -640 816 20 -640 1080 0 -641 816 20 -643 842 20 -644 842 20 -645 842 20 -645 936 0 -645 1080 0 - -# bookcase -LibraryBookcase 0x0A9C -320 1057 0 -336 874 20 -448 1111 0 -456 1133 0 -560 969 0 -568 1121 0 -624 827 20 -624 833 0 -624 834 0 -624 835 0 -672 1205 0 - -# candle -CandleLarge 0x0B1A -280 981 4 -320 787 26 -322 1240 6 -328 1060 4 -328 1247 6 -356 834 26 -398 1219 6 -424 1040 6 -448 1106 6 -448 1128 6 -456 1112 6 -458 1133 6 -474 844 6 -480 840 5 -515 988 6 -539 1008 6 -554 1210 6 -555 984 6 -560 1216 6 -562 1012 6 -565 966 6 -597 1187 6 -606 814 6 -606 816 6 -614 824 6 -616 814 6 -616 824 6 -621 1146 6 -627 845 6 -632 1040 6 -634 1032 6 -640 1087 6 -646 938 6 -648 808 6 -648 824 6 -648 1086 6 -656 824 6 -660 1002 6 -664 808 6 -664 816 6 -664 1008 6 -679 1203 6 -728 880 6 -742 880 6 -460 965 2 -632 816 6 -635 816 26 -638 816 6 - -# candelabra -Candelabra 0x0B1D -292 980 4 - -# candelabra -CandelabraStand 0x0B26 -320 1048 0 -332 816 20 -336 872 0 -336 872 20 -344 816 20 -344 902 0 -344 902 20 -366 902 0 -366 902 20 -486 848 0 -542 960 0 -542 974 0 -624 842 20 -624 1032 0 -640 846 0 -642 842 20 -528 960 0 -528 967 0 -344 876 0 -344 876 20 -365 876 0 -365 876 20 - -# wooden bench -WoodenBench 0x0B2C -312 794 20 -312 795 20 -312 796 20 -312 797 20 - -# wooden bench -WoodenBench 0x0B2D -315 792 20 -316 792 20 -317 792 20 -348 880 0 -348 881 20 -348 882 0 -348 883 20 -348 884 0 -348 885 20 -348 886 0 -348 887 20 -348 888 0 -348 889 20 -348 890 0 -349 880 0 -349 881 20 -349 882 0 -349 883 20 -349 884 0 -349 885 20 -349 886 0 -349 887 20 -349 888 0 -349 889 20 -349 890 0 -350 880 0 -350 881 20 -350 882 0 -350 883 20 -350 884 0 -350 885 20 -350 886 0 -350 887 20 -350 888 0 -350 889 20 -350 890 0 -351 880 0 -351 881 20 -351 882 0 -351 883 20 -351 884 0 -351 885 20 -351 886 0 -351 887 20 -351 888 0 -351 889 20 -351 890 0 -352 880 0 -352 881 20 -352 882 0 -352 883 20 -352 884 0 -352 885 20 -352 886 0 -352 887 20 -352 888 0 -352 889 20 -352 890 0 -353 880 0 -353 881 20 -353 882 0 -353 883 20 -353 884 0 -353 885 20 -353 887 20 -353 888 0 -353 889 20 -353 890 0 -358 880 0 -358 881 20 -358 882 0 -358 883 20 -358 884 0 -358 885 20 -358 886 0 -358 887 20 -358 888 0 -358 889 20 -358 890 0 -359 880 0 -359 881 20 -359 882 0 -359 883 20 -359 884 0 -359 885 20 -359 886 0 -359 887 20 -359 888 0 -359 889 20 -359 890 0 -360 880 0 -360 881 20 -360 882 0 -360 883 20 -360 884 0 -360 885 20 -360 886 0 -360 887 20 -360 888 0 -360 889 20 -360 890 0 -361 880 0 -361 881 20 -361 882 0 -361 883 20 -361 884 0 -361 885 20 -361 886 0 -361 887 20 -361 888 0 -361 889 20 -361 890 0 -362 880 0 -362 881 20 -362 882 0 -362 883 20 -362 884 0 -362 885 20 -362 886 0 -362 887 20 -362 888 0 -362 889 20 -362 890 0 -363 880 0 -363 881 20 -363 882 0 -363 883 20 -363 884 0 -363 885 20 -363 886 0 -363 887 20 -363 888 0 -363 889 20 -363 890 0 - -# chair -FancyWoodenChairCushion 0x0B4E -282 986 0 - -# chair -FancyWoodenChairCushion 0x0B4F -475 849 0 -481 849 0 -483 849 0 - -# chair -FancyWoodenChairCushion 0x0B50 -284 988 0 -286 988 0 -480 852 0 -482 852 0 - -# chair -FancyWoodenChairCushion 0x0B51 -288 986 0 -644 851 0 - -# chair -WoodenChairCushion 0x0B52 -473 843 0 -529 970 0 -625 831 20 -625 836 20 -626 834 0 -626 839 0 -626 844 0 -626 851 0 -641 835 0 -641 837 0 -641 839 0 -641 841 0 -641 843 0 - -# chair -WoodenChairCushion 0x0B53 -291 978 0 -319 786 20 -355 833 20 -631 818 20 -640 818 20 - -# chair -WoodenChairCushion 0x0B54 -355 900 20 -355 901 0 -475 853 0 -636 817 20 - -# chair -WoodenChairCushion 0x0B55 -337 879 0 -337 879 20 -635 1034 0 -645 831 20 -645 835 0 -645 836 20 -645 837 0 -645 839 0 -645 841 0 -645 843 0 - -# chair -WoodenChair 0x0B56 -450 1111 0 -457 1134 0 -514 990 0 -553 1211 0 -561 1010 0 -563 963 0 - -# chair -WoodenChair 0x0B57 -329 1246 0 -350 892 20 -350 893 0 -352 892 20 -352 893 0 -359 892 20 -359 893 0 -361 892 20 -361 893 0 -399 1218 0 -421 1033 0 -534 972 0 -536 972 0 -537 1010 0 -563 810 0 -568 1011 6 -598 1186 0 -620 1145 0 -641 1086 0 -647 937 0 -661 1001 0 -678 1201 0 -735 881 0 - -# chair -WoodenChair 0x0B58 -449 1107 0 -453 1111 0 -460 1134 0 -556 1211 0 -571 964 0 -625 1148 0 -641 939 0 -641 1083 0 -649 1085 0 - -# chair -WoodenChair 0x0B59 -321 1056 0 -323 1241 0 -350 900 0 -350 900 20 -399 1221 0 -403 1217 0 -420 1036 0 -459 1129 0 -562 812 0 -564 812 0 -598 1189 0 -633 1041 0 -647 940 0 -661 1004 0 -678 1204 0 -735 884 0 - -# chair -BambooChair 0x0B5A -571 1011 6 -664 1003 0 - -# chair -BambooChair 0x0B5B -459 964 0 -567 1008 6 - -# chair -BambooChair 0x0B5C -451 964 0 -534 968 0 -536 968 0 - -# chair -BambooChair 0x0B5D -281 980 0 -329 1061 0 -541 962 0 -541 963 0 -669 1003 0 - -# foot stool -FootStool 0x0B5E -458 960 0 -531 960 0 -534 960 0 -537 960 0 -540 960 0 - -# bench -Static 0x0B5F -425 1035 0 -428 1035 0 - -# bench -Static 0x0B60 -425 1034 0 -428 1034 0 - -# bench -Static 0x0B65 -427 1036 0 -667 1004 0 - -# bench -Static 0x0B66 -426 1036 0 -666 1004 0 - -# wooden signpost -Static 0x0B98 -618 1152 0 -626 1040 0 - -# broken chair -Static 0x0C10 -562 1010 6 - -# barber scissors -Static 0x0DFC -322 1048 6 - -# bloody bandage -Static 0x0E20 -539 960 0 - -# clean bandage -Static 0x0E21 -330 1247 6 - -# bloody bandage -Static 0x0E22 -329 1251 0 -531 960 0 -641 1089 0 - -# bloody water -Static 0x0E23 -320 1051 0 -330 1250 0 -533 960 0 -539 961 0 - -# crystal ball -Static 0x0E2E (Light=Circle150) -627 834 6 - -# crate -LargeCrate 0x0E3C -308 784 0 -308 784 3 -308 785 0 -308 786 0 -309 784 0 -309 784 3 -309 788 1 -309 788 4 -310 784 0 -310 787 0 -310 787 3 -310 787 6 -310 788 0 -310 788 3 -310 789 0 -310 789 3 -310 789 6 -311 789 0 -311 789 3 -317 784 0 -317 784 3 -317 784 6 -317 784 9 -317 785 0 -317 785 3 -317 794 0 -317 794 3 -317 794 6 -317 795 0 -317 795 3 -317 795 6 -318 784 0 -318 784 3 -318 785 0 -318 794 0 -318 794 3 -318 794 6 -318 795 0 -318 795 3 -318 795 6 -656 1002 0 -656 1003 0 - -# crate -LargeCrate 0x0E3D -311 788 -23 -312 790 -23 - -# mill crate -FillableLargeCrate 0x0E3D (ContentType=Mill) -546 810 0 -546 810 3 -546 811 0 -547 810 0 -547 810 3 -547 811 0 -547 811 3 - -# crate -MediumCrate 0x0E3E -323 795 0 -323 795 3 -323 796 0 -324 795 0 -324 796 0 -324 796 3 -416 1033 0 -416 1033 3 -416 1034 0 -448 961 0 -448 961 3 -448 962 0 -544 812 0 -544 812 3 -544 813 0 -544 813 3 -544 813 6 - -# crate -MediumCrate 0x0E3F -417 1032 0 -417 1032 3 -449 960 0 -449 960 3 - -# wooden chest -WoodenChest 0x0E42 -424 1042 0 -461 966 0 -664 1014 0 - -# wooden chest -WoodenChest 0x0E43 -311 784 0 -324 1061 0 -482 840 0 - -# empty jars -Static 0x0E46 -324 1048 6 - -# full jars -Static 0x0E4B -536 973 6 - -# stump -Static 0x0E59 -637 1155 0 - -# barrel -Barrel 0x0E77 -312 792 0 -312 792 5 -312 792 10 -312 793 0 -312 793 5 -312 794 0 -313 792 0 -313 792 5 -313 793 0 -314 785 6 -314 792 0 -323 790 0 -323 790 5 -323 790 10 -323 791 0 -324 790 0 -324 790 5 -324 790 10 -324 791 0 -325 790 0 -325 790 5 -325 790 10 -325 791 0 -416 1032 0 -448 960 0 -448 960 5 -544 808 0 -544 808 5 -544 808 10 -544 809 0 -544 809 5 -545 808 0 -545 808 5 -549 808 0 -549 809 0 -549 812 0 -549 812 5 -549 813 0 -549 813 5 -550 808 0 -550 808 5 -550 809 0 -550 809 5 -550 812 0 -550 812 5 -550 813 0 -550 813 5 -608 872 0 -608 872 5 -608 872 10 -608 873 0 -609 872 0 -609 872 5 -609 873 0 -609 873 5 -609 892 0 -610 882 0 -610 888 0 -612 874 0 -612 874 5 -612 874 10 -613 873 0 -613 873 5 -613 873 10 -613 874 0 -613 874 5 -613 875 0 -614 873 0 -614 873 5 -614 874 0 -614 874 5 -614 882 0 -614 888 0 -614 892 0 -615 873 0 -618 888 0 -619 873 0 -619 892 0 -620 873 0 -620 873 5 -620 873 10 -620 874 0 -620 874 5 -621 873 0 -661 1008 0 -730 888 0 - -# metal chest -MetalChest 0x0E7C -260 766 0 -260 766 20 -260 774 20 -260 775 0 -266 766 0 -266 766 20 -266 774 20 -266 775 0 -272 766 0 -272 766 20 -272 774 20 -272 775 0 -278 766 0 -278 766 20 -278 774 20 -278 775 0 -283 774 40 -284 766 0 -284 766 20 -284 774 20 -284 775 0 - -# inn metal chest -FillableMetalChest 0x0E7C (ContentType=Inn) -656 826 0 -656 827 0 - -# crate -SmallCrate 0x0E7E -448 962 3 - -# strong box -FillableMetalBox 0x0E80 -512 988 6 - -# drum -Static 0x0E9C -627 821 20 - -# tambourine -Static 0x0E9D -627 823 20 - -# standing harp -Static 0x0EB1 -625 818 20 - -# lap harp -Static 0x0EB2 -627 818 20 - -# lute -Static 0x0EB4 -625 821 20 -625 823 20 - -# music stand -Static 0x0EB9 -625 819 20 -627 819 20 - -# music stand -Static 0x0EBC -624 821 20 -624 823 20 - -# sheet music -Static 0x0EC0 -624 821 20 -624 823 20 - -# cleaver -Static 0x0EC3 -281 984 4 -604 1184 11 - -# skinning knife -Static 0x0EC4 -602 1184 10 - -# clean bandage -Static 0x0EE9 -322 1048 6 -323 1048 6 -533 967 6 -535 967 6 -535 973 6 -536 967 6 -640 1084 6 -642 1087 6 -642 1092 0 - -# bottle -Static 0x0EFE -642 851 26 - -# bottle -Static 0x0EFF -642 852 26 - -# bottle -Static 0x0F00 -644 830 26 - -# bottle -Static 0x0F01 -642 850 26 - -# bottle -Static 0x0F03 -644 830 26 - -# Black Potion -Static 0x0F06 -644 835 26 -645 850 26 - -# Blue Potion -Static 0x0F08 -644 844 26 - -# Green Potion -Static 0x0F0A -642 853 26 - -# Red Potion -Static 0x0F0B -329 1254 6 -332 1254 6 -533 973 10 -534 973 9 -537 973 10 -640 1083 6 -640 1094 6 -644 846 26 - -# Yellow Potion -Static 0x0F0C -330 1254 6 -331 1254 6 -640 1082 6 -641 1094 6 -644 845 26 - -# Purple Potion -Static 0x0F0D -645 851 26 - -# empty bottle -Static 0x0F0E -644 837 26 -645 852 26 - -# arrows -Static 0x0F41 -616 1145 6 - -# crossbow -Static 0x0F4F -620 1146 6 - -# crossbow -Static 0x0F50 -616 1149 6 - -# easel with canvas -Static 0x0F68 -643 822 20 -643 825 20 -643 828 20 - -# Batwing -Static 0x0F78 -626 853 26 - -# Daemon Bone -Static 0x0F80 -624 845 26 - -# Pig Iron -Static 0x0F8A -624 846 26 -626 835 26 - -# Sulfurous Ash -# Nox Crystal -Static 0x0F8E -626 830 26 -626 852 26 - -# scissors -Scissors 0x0F9E -534 967 6 -535 973 6 - -# barrel -Static 0x0FAE -313 784 0 -313 784 7 -313 785 0 -313 785 7 -314 784 0 -314 784 7 -314 785 0 -314 786 0 -314 787 0 - -# book -Static 0x0FBD -280 980 4 -336 879 6 -336 879 26 -448 1107 6 -515 990 6 -530 970 6 -626 831 26 -626 836 26 -627 844 6 -627 851 6 -640 939 6 -643 851 6 -644 831 26 -644 836 26 - -# book -Static 0x0FBE -291 979 4 -319 787 26 -321 1055 6 -329 1247 6 -352 893 24 -352 894 4 -355 834 26 -355 898 26 -355 899 6 -359 893 24 -359 894 4 -403 1216 6 -459 1128 6 -474 842 6 -537 1011 6 -563 811 4 -636 816 26 -641 1087 6 - -# pen and ink -Static 0x0FBF -280 979 4 -290 979 4 -336 879 6 -336 879 26 -351 893 24 -351 894 4 -358 893 24 -358 894 4 -448 1107 6 -474 843 6 -515 990 6 -530 970 6 -536 1011 6 -564 810 4 -565 963 6 -626 831 26 -626 836 26 -627 844 6 -627 851 6 -640 939 6 -643 851 6 -644 831 26 -644 836 26 - -# pen and ink -Static 0x0FC0 -318 787 26 -320 1055 6 -329 1247 6 -354 834 26 -354 898 26 -355 899 6 -403 1216 6 -458 965 2 -459 1128 6 -636 816 26 -641 1087 6 - -# paints and brush -Static 0x0FC1 -643 826 20 -644 822 20 -644 827 20 - -# glass pitcher -Pitcher 0x0FF6 -643 842 4 - -# pewter mug -PewterMug 0x0FFF -419 1035 6 -450 963 6 -458 1135 6 - -# pewter mug -PewterMug 0x1000 -336 878 26 -336 880 6 -420 1034 6 -459 1133 6 -660 1003 6 -662 1002 6 -734 882 6 -736 883 6 - -# wash basin -Static 0x1008 -534 967 6 - -# archery butte -ArcheryButte 0x100A -560 972 0 - -# archery butte -ArcheryButte 0x100B -573 960 0 - -# hammer -Static 0x102A -563 966 6 - -# hammer -Static 0x102B -562 1009 6 -619 1146 6 - -# nails -Static 0x102E -562 1011 6 - -# nails -Static 0x102F -563 966 6 - -# saw -Static 0x1034 -622 1153 0 - -# saw -Static 0x1035 -616 1144 6 - -# sack of flour -Static 0x1039 -556 984 0 -557 984 0 - -# open sack of flour -Static 0x103A -544 810 0 -544 811 0 -544 817 0 -544 818 6 -544 819 6 -544 820 6 -544 823 0 -544 824 0 -544 826 6 -544 827 6 -545 821 0 -545 824 0 -545 828 0 -545 829 0 -546 808 0 -547 808 0 -548 808 0 -549 824 0 -550 816 0 -551 816 0 -552 814 0 -552 815 0 -554 814 6 -554 827 6 -554 828 0 -555 814 6 -555 827 6 -556 824 0 -556 825 0 -557 814 6 -557 815 0 -557 828 0 -558 814 0 -558 815 0 -560 816 0 -560 822 6 -562 821 0 -562 822 6 -563 821 0 -563 822 6 -565 816 0 - -# bread loaf -Static 0x103C -261 766 0 -261 766 20 -262 775 0 -262 775 20 -267 766 0 -267 766 20 -268 774 20 -268 775 0 -273 766 0 -273 766 20 -274 774 0 -274 775 20 -279 766 0 -279 766 20 -280 774 20 -280 775 0 -285 766 0 -285 766 20 -286 774 0 -286 774 20 - -# dough -Static 0x103D -554 988 6 -554 1221 6 -685 1202 6 - -# cookie mix -Static 0x103F -555 987 6 -556 1221 6 -685 1204 6 - -# rolling pin -Static 0x1043 -448 1117 6 -552 1221 6 -553 988 6 -685 1203 6 - -# clock -Clock 0x104C -631 1032 6 -632 1032 6 - -# clock frame -ClockFrame 0x104E -569 1008 6 -636 1032 6 - -# clock parts -ClockParts 0x104F -628 1035 8 - -# axle with gears -AxleGears 0x1051 -627 1035 6 - -# axle with gears -AxleGears 0x1052 -636 1032 8 - -# gears -Gears 0x1053 -626 1035 6 -637 1032 6 - -# sextant -Static 0x1057 -634 1034 7 - -# sextant -Static 0x1058 -629 1035 6 - -# sextant parts -SextantParts 0x1059 -625 1035 7 - -# sextant parts -SextantParts 0x105A -634 1033 6 - -# springs -Springs 0x105D -627 1035 8 -635 1032 8 - -# potted tree -PottedTree 0x11C8 -532 967 0 -532 973 0 - -# flowerpot -PottedPlant 0x11CA -328 1240 0 -448 1104 0 -534 1008 0 -538 967 0 -538 973 0 -552 1208 0 -568 1120 0 -640 936 0 -648 1080 0 -665 1008 0 -672 1200 0 -733 880 0 -737 880 0 - -# flowerpot -PottedPlant1 0x11CB -451 1110 6 -459 1135 9 -514 992 10 -530 972 6 -539 1011 9 -648 939 10 - -# flowerpot -PottedPlant2 0x11CC -562 966 9 -565 965 9 - -# bed -Static 0x11D2 -485 840 0 - -# bed -Static 0x11D3 -485 842 0 - -# bed -Static 0x11D4 -483 842 0 - -# bed -Static 0x11D5 -483 840 0 - -# altar -AbbatoirAddon 0x1216 -311 786 0 - -# teleporter -Teleporter 0x1BC3 (PointDest=(5750, 350, 5)) -311 786 0 - -# water barrel -Static 0x154D -618 882 0 - -#REMOVED WITH ML -> yew changed back to normal -# a glowing pod -#Static 0x1728 (Hue=0x5F; Name=a glowing pod) -#383 1009 28 -#383 1009 41 -#384 1008 32 -#384 1008 47 -#386 1005 28 -#386 1005 43 -#386 1006 28 -#565 969 28 -#565 969 41 -#566 968 32 -#566 968 47 -#568 965 28 -#568 965 43 -#568 966 28 -#648 913 28 -#648 913 41 -#649 912 32 -#649 912 47 -#651 909 28 -#651 909 43 -#651 910 28 - -# water -Static 0x1797 -463 1280 -5 -464 1280 -5 -465 1280 -5 -466 1280 -5 -467 1280 -5 -468 1280 -5 -469 1280 15 - -# water -Static 0x179A -469 1281 -5 -470 1281 -5 - -# alchemical symbol -Static 0x1822 -311 786 -24 - -# teleporter -Teleporter 0x1BC3 (PointDest=(314, 784, 0)) -311 786 -24 - -# flour mill -FlourMillSouthAddon 0x192C -550 820 -2 -552 820 -2 -554 820 -2 - -# shaft -Static 0x1BD4 -564 966 6 - -# boards -Static 0x1BD8 -623 1155 0 - -# logs -Static 0x1BE2 -616 1152 0 -617 1152 0 - -# Quarantine Area: No pets permitted beyond this point! -LocalizedSign 0x1F29 (LabelNumber=1016226) -315 786 -18 - -# Reactive Armor -Static 0x1F2D -624 841 0 -640 848 0 - -# Create Food -Static 0x1F2F -627 839 6 - -# Heal -Static 0x1F31 -624 837 0 -627 843 6 - -# Magic Untrap -Static 0x1F3A -624 832 0 - -# Protection -Static 0x1F3B -645 849 0 - -# Strength -Static 0x1F3C -625 848 0 - -# Arch Cure -Static 0x1F45 -627 852 6 - -# Curse -Static 0x1F47 -624 848 0 -643 853 0 - -# Dispel Field -Static 0x1F4E -627 850 6 - -# Mark -Static 0x1F59 -627 838 6 - -# Mass Dispel -Static 0x1F62 -627 835 6 - -# rock -Static 0x3426 -469 1280 -4 -470 1281 -4 - -# rock -Static 0x3427 -470 1280 -5 - -# rock -Static 0x3429 -469 1281 -4 - -#REMOVED WITH ML -> yew changed back to normal -# a glowing pod -#Static 0x3EE8 (Hue=0x5F; Name=a glowing pod) -#381 1008 57 -#381 1010 47 -#382 1007 65 -#383 1009 59 -#386 1004 39 -#386 1006 76 -#387 1004 53 -#563 968 57 -#563 970 47 -#564 967 65 -#565 969 59 -#568 964 39 -#568 966 76 -#569 964 53 -#646 912 57 -#646 914 47 -#647 911 65 -#648 913 59 -#651 908 39 -#651 910 76 -#652 908 53 \ No newline at end of file diff --git a/Distribution/Data/Spawns/post-uoml/felucca/Vendors.json b/Distribution/Data/Spawns/post-uoml/felucca/Vendors.json deleted file mode 100644 index 84104b52e..000000000 --- a/Distribution/Data/Spawns/post-uoml/felucca/Vendors.json +++ /dev/null @@ -1,552 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "3df0543a-373c-4673-a98b-8191686f4ab3", - "name": "Spawner (225)", - "location": [4571, 2303, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72828840-4db8-4607-9227-fcfd2f6ac819", - "name": "Spawner (225)", - "location": [4553, 2318, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e40c9ba-b486-47e2-98c3-1547ed17236f", - "name": "Spawner (225)", - "location": [4550, 2307, -2], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": -1, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "602fb6c4-16b8-42cc-ad4d-eaec24989698", - "name": "Spawner (225)", - "location": [4557, 2307, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "056fee00-19c9-459b-8062-bb8d32aa9684", - "name": "Spawner (225)", - "location": [4540, 2301, -1], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "957a0aac-b3b4-4565-a36c-80223d09f884", - "name": "Spawner (225)", - "location": [4547, 2321, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "bodysculptor", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e5204866-5351-4ea0-b2b3-5ebae2b5a70b", - "name": "Spawner (225)", - "location": [4551, 2334, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc335c32-274c-406a-af4d-359e4b36bc4b", - "name": "Spawner (225)", - "location": [4556, 2330, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e2a30c0b-02e7-4f98-9093-db9f2c69a338", - "name": "Spawner (225)", - "location": [4533, 2333, -2], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a6b874c9-ffc6-41c3-b57d-505e1cc0b127", - "name": "Spawner (225)", - "location": [4569, 2304, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "dockmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9174aac6-9b43-4a79-a29a-bfd85e66a4c4", - "name": "Spawner (225)", - "location": [4549, 2346, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5b6c1209-b817-4852-8a1c-d378ea9cb0b6", - "name": "Spawner (225)", - "location": [4562, 2349, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "hiresailor", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12dab98a-eac6-4729-9d04-42b0e16271a5", - "name": "Spawner (225)", - "location": [4570, 2400, -2], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 7, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 }, - { "name": "hiresailor", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c1330899-bfe5-4dd5-9add-8708c6564101", - "name": "Spawner (225)", - "location": [4551, 2327, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": -1, - "entries": [ - { "name": "FisherGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4dca1873-97db-40ae-9206-3da39bf12eb9", - "name": "Spawner (225)", - "location": [4530, 2382, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c5549c8-0ac4-48c5-8dcd-53fea6ab3fc1", - "name": "Spawner (225)", - "location": [4551, 2320, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "boatpainter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8f87e0c7-f32f-4c15-8fef-f35249144384", - "name": "Spawner (225)", - "location": [4573, 2364, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "91aad75f-c75f-4ac2-9cd0-78b44f1e7e99", - "name": "Spawner (225)", - "location": [4553, 2351, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f054eaef-7c05-4422-b92d-38de870a606f", - "name": "Spawner (225)", - "location": [4537, 2348, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0d40622f-69f2-4d5b-8375-40fa1e17f429", - "name": "Spawner (225)", - "location": [4549, 2301, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2a6c3d42-36b5-4f96-b477-ddbafbcb22da", - "name": "Spawner (225)", - "location": [4553, 2343, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "94b31286-98ac-4832-9cc9-f6b95e8a21d4", - "name": "Spawner (225)", - "location": [4544, 2299, -1], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aadd2ea6-a598-4805-b4dd-737fff405f6b", - "name": "Spawner (225)", - "location": [4561, 2328, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "90268f42-c87d-4ab2-8f88-1bd135f0a463", - "name": "Spawner (225)", - "location": [4551, 2381, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": -1, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "251b9d65-ab66-42b4-ad7f-6fff5e477b14", - "name": "Spawner (225)", - "location": [4552, 2349, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": -1, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3d6c13d4-d1b1-46e5-82ea-2aea918057ab", - "name": "Spawner (225)", - "location": [4552, 2390, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": -1, - "entries": [ - { "name": "hiresailor", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "35d48eae-3966-4f92-966e-e7f40e7be19b", - "name": "Spawner (225)", - "location": [4542, 2329, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Alchemist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a5f81c37-59df-4510-bac7-e4809bf4c71d", - "name": "Spawner (225)", - "location": [4551, 2323, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b40aaca3-893a-4d86-a3bc-a8dcfd929794", - "name": "Spawner (225)", - "location": [4564, 2298, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "643cc355-1279-47c8-a088-48cb02f214bf", - "name": "Spawner (225)", - "location": [4547, 2376, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "91ee98c3-bf4f-46b6-b844-c4539c8a91a7", - "name": "Spawner (225)", - "location": [4540, 2306, -1], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "Waiter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "173fb37f-69be-40b5-99f1-eeaade1956c3", - "name": "Spawner (225)", - "location": [4554, 2389, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f374a41-ce2d-4eb6-8bcd-5ecc9f87ba20", - "name": "Spawner (225)", - "location": [4534, 2349, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": -1, - "entries": [ - { "name": "treasurelevel1h", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3faeebac-5ea9-4262-bf9b-a6764358547b", - "name": "Spawner (225)", - "location": [4535, 2349, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": -1, - "entries": [ - { "name": "treasurelevel1h", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/post-uoml/ilshenar/Outdoors.json b/Distribution/Data/Spawns/post-uoml/ilshenar/Outdoors.json deleted file mode 100644 index d4d54d323..000000000 --- a/Distribution/Data/Spawns/post-uoml/ilshenar/Outdoors.json +++ /dev/null @@ -1,67 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "7431d589-5e24-4f05-b479-30dc17c7e942", - "name": "Spawner (306)", - "location": [1098, 698, -60], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "GolemController", "maxCount": 1, "probability": 100 }, - { "name": "Golem", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ed26f0f-de07-4412-bc99-6cee204f1f40", - "name": "Spawner (306)", - "location": [1072, 651, -60], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 6, - "entries": [ - { "name": "JukaWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d7d89534-d330-4b6a-a6b0-83187bf9ff54", - "name": "Spawner (306)", - "location": [1091, 702, -40], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "Golem", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e15d8287-9350-468d-8144-dd3baa906a53", - "name": "Spawner (306)", - "location": [1086, 702, -60], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "GolemController", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/post-uoml/malas/North.json b/Distribution/Data/Spawns/post-uoml/malas/North.json deleted file mode 100644 index e81a2a547..000000000 --- a/Distribution/Data/Spawns/post-uoml/malas/North.json +++ /dev/null @@ -1,105 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "b37c3d38-2d53-4d2d-a8aa-a2e4926a29c6", - "name": "Spawner (402)", - "location": [1119, 530, -90], - "map": "Malas", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 39, - "walkingRange": 60, - "entries": [ - { "name": "Bird", "maxCount": 10, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 10, "probability": 100 }, - { "name": "Hind", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e1ba3ada-d1fd-44fb-83b8-82e0e1fcf94f", - "name": "Spawner (402)", - "location": [1674, 659, -84], - "map": "Malas", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 120, - "entries": [ - { "name": "CrystalElemental", "maxCount": 3, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 3, "probability": 100 }, - { "name": "Bird", "maxCount": 3, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "099efd1a-520c-4e6b-bb39-552def69e2df", - "name": "Spawner (402)", - "location": [1434, 607, -89], - "map": "Malas", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 120, - "entries": [ - { "name": "CrystalElemental", "maxCount": 3, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 3, "probability": 100 }, - { "name": "Bird", "maxCount": 3, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c9c80a39-40db-4cb9-a3c7-243957ecdd39", - "name": "Spawner (402)", - "location": [1194, 638, -84], - "map": "Malas", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 120, - "entries": [ - { "name": "CrystalElemental", "maxCount": 4, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Hind", "maxCount": 3, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0335054c-d38b-4c5a-9fc6-c04c42ba9de1", - "name": "Spawner (402)", - "location": [920, 356, -85], - "map": "Malas", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 70, - "entries": [ - { "name": "CrystalElemental", "maxCount": 4, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Hind", "maxCount": 3, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/post-uoml/malas/South.json b/Distribution/Data/Spawns/post-uoml/malas/South.json deleted file mode 100644 index a5c303d5e..000000000 --- a/Distribution/Data/Spawns/post-uoml/malas/South.json +++ /dev/null @@ -1,803 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "27bdb175-d7c0-49c9-b389-b26fe028e58a", - "name": "Spawner (404)", - "location": [1920, 1124, -90], - "map": "Malas", - "count": 71, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 120, - "walkingRange": 140, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Ghoul", "maxCount": 15, "probability": 100 }, - { "name": "Ogre", "maxCount": 15, "probability": 100 }, - { "name": "Reaper", "maxCount": 15, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 15, "probability": 100 }, - { "name": "Harpy", "maxCount": 15, "probability": 100 }, - { "name": "EarthElemental", "maxCount": 10, "probability": 100 }, - { "name": "FireElemental", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "56c3146a-f634-4ee8-9dd8-65e7fb98f8e2", - "name": "Spawner (404)", - "location": [1920, 1124, -90], - "map": "Malas", - "count": 32, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 120, - "walkingRange": 140, - "entries": [ - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "Cougar", "maxCount": 5, "probability": 100 }, - { "name": "Panther", "maxCount": 5, "probability": 100 }, - { "name": "DireWolf", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "Bird", "maxCount": 5, "probability": 100 }, - { "name": "Eagle", "maxCount": 5, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 8, "probability": 100 }, - { "name": "Rabbit", "maxCount": 8, "probability": 100 }, - { "name": "Hind", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5286c49e-21e5-407a-a363-8ecf2ff5eafe", - "name": "Spawner (404)", - "location": [2266, 1218, -85], - "map": "Malas", - "count": 102, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 180, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Ghoul", "maxCount": 25, "probability": 100 }, - { "name": "Ogre", "maxCount": 25, "probability": 100 }, - { "name": "Reaper", "maxCount": 25, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 25, "probability": 100 }, - { "name": "Harpy", "maxCount": 25, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "695dcc16-4e4d-4b93-be25-05cf6ddf199c", - "name": "Spawner (404)", - "location": [2267, 1218, -85], - "map": "Malas", - "count": 32, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 180, - "entries": [ - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "Cougar", "maxCount": 5, "probability": 100 }, - { "name": "Panther", "maxCount": 5, "probability": 100 }, - { "name": "DireWolf", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "Bird", "maxCount": 5, "probability": 100 }, - { "name": "Eagle", "maxCount": 5, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 8, "probability": 100 }, - { "name": "Rabbit", "maxCount": 8, "probability": 100 }, - { "name": "Hind", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bb4e40ab-96e4-4061-85e9-8011b42ed020", - "name": "Spawner (404)", - "location": [2303, 1258, -86], - "map": "Malas", - "count": 26, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 70, - "walkingRange": 70, - "entries": [ - { "name": "Corpser", "maxCount": 6, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "FireElemental", "maxCount": 4, "probability": 100 }, - { "name": "Wraith", "maxCount": 4, "probability": 100 }, - { "name": "Zombie", "maxCount": 4, "probability": 100 }, - { "name": "Gorilla", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e41feda-8300-4fa4-ba72-6752d37486cd", - "name": "Spawner (404)", - "location": [2304, 1258, -86], - "map": "Malas", - "count": 21, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 70, - "walkingRange": 70, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Reaper", "maxCount": 4, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 4, "probability": 100 }, - { "name": "Troll", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b59baa2-7ce0-40a6-9c68-c6f2210f0869", - "name": "Spawner (404)", - "location": [1641, 1797, -110], - "map": "Malas", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "SandVortex", "maxCount": 1, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 }, - { "name": "Snake", "maxCount": 4, "probability": 100 }, - { "name": "DesertOstard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9aa39353-19ab-480a-9e96-6a7ba1485251", - "name": "Spawner (404)", - "location": [1899, 1609, -110], - "map": "Malas", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "SandVortex", "maxCount": 1, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 }, - { "name": "Snake", "maxCount": 4, "probability": 100 }, - { "name": "DesertOstard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6216b5d7-8c6f-420b-b615-54edf74cb173", - "name": "Spawner (404)", - "location": [1741, 1487, -110], - "map": "Malas", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "SandVortex", "maxCount": 1, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 }, - { "name": "Snake", "maxCount": 4, "probability": 100 }, - { "name": "DesertOstard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3f641570-9b47-44a3-859a-e9ab15dd4da8", - "name": "Spawner (404)", - "location": [1837, 1803, -110], - "map": "Malas", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "SandVortex", "maxCount": 1, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 }, - { "name": "Snake", "maxCount": 4, "probability": 100 }, - { "name": "DesertOstard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "18a04411-aa44-46c4-9476-a77365090afa", - "name": "Spawner (404)", - "location": [1823, 1799, -90], - "map": "Malas", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 1819, "y": 1795, "z": -90 }, - "end": { "x": 1827, "y": 1803, "z": -75 } - }, - "walkingRange": 15, - "entries": [ - { "name": "SkeletalKnight", "maxCount": 2, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 3, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "sphynx", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4a2b88ce-b146-439d-917c-3f056775012e", - "name": "Spawner (404)", - "location": [1821, 1798, -110], - "map": "Malas", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 1817, "y": 1794, "z": -110 }, - "end": { "x": 1825, "y": 1802, "z": -95 } - }, - "walkingRange": 15, - "entries": [ - { "name": "GiantRat", "maxCount": 4, "probability": 100 }, - { "name": "Mummy", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 3, "probability": 100 }, - { "name": "Skeleton", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d91c089c-551a-4333-adbb-4ff82e82908f", - "name": "Spawner (404)", - "location": [1466, 1418, -90], - "map": "Malas", - "count": 33, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 120, - "walkingRange": 150, - "entries": [ - { "name": "Hind", "maxCount": 10, "probability": 100 }, - { "name": "GreatHart", "maxCount": 10, "probability": 100 }, - { "name": "VampireBat", "maxCount": 10, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 10, "probability": 100 }, - { "name": "Treefellow", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "01e68ebc-8521-44bd-ada3-a96cf6dc7b8e", - "name": "Spawner (404)", - "location": [1477, 1241, -85], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 70, - "entries": [ - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "VampireBat", "maxCount": 3, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 }, - { "name": "Treefellow", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7a14417b-5b9c-4c46-978d-4f9aaf4ab2d8", - "name": "Spawner (404)", - "location": [1347, 1739, -110], - "map": "Malas", - "count": 11, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 130, - "walkingRange": 130, - "entries": [ - { "name": "Hind", "maxCount": 3, "probability": 100 }, - { "name": "GreatHart", "maxCount": 3, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 }, - { "name": "Sheep", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c5036af7-93ad-41b3-a29b-48b1e60393fe", - "name": "Spawner (404)", - "location": [1327, 1146, -90], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 35, - "walkingRange": 70, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d49d6f6-4054-4b02-a319-8be526aaefcf", - "name": "Spawner (404)", - "location": [1256, 1221, -90], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 35, - "walkingRange": 70, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa9e1655-d9ed-4fdc-99c9-ef04a9234b9b", - "name": "Spawner (404)", - "location": [1345, 1314, -85], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 70, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fad094bd-915f-49d1-a0c6-486029d25506", - "name": "Spawner (404)", - "location": [943, 1150, -90], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Brigand", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c2cdce00-aaf5-40cc-b1f5-28c0d1364eff", - "name": "Spawner (404)", - "location": [900, 1494, -90], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 26, - "walkingRange": 26, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c5657dd4-3bbc-4557-a5bb-9a111c7e6763", - "name": "Spawner (404)", - "location": [829, 1474, -85], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eb36fa8a-c49d-42b2-ac5a-246391bdb716", - "name": "Spawner (404)", - "location": [989, 1419, -82], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e9f2158f-8b22-46cd-94ce-924a22b6dd65", - "name": "Spawner (404)", - "location": [913, 1335, -90], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 36, - "walkingRange": 36, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "20e95aca-18d5-4862-a0cd-72e65f188dc4", - "name": "Spawner (404)", - "location": [881, 927, -90], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "Pixie", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "51a28e73-74fd-454b-8c02-5aeacd7f041b", - "name": "Spawner (404)", - "location": [882, 1000, -90], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 40, - "entries": [ - { "name": "Pixie", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "83ded31b-46a4-4d33-b340-abb593f01ea9", - "name": "Spawner (404)", - "location": [989, 1420, -82], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 40, - "entries": [ - { "name": "Pixie", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0109ed70-dc93-4c76-9647-ef3565315a1b", - "name": "Spawner (404)", - "location": [1455, 1445, -90], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "Pixie", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c3fa83a1-72e9-440b-9ddf-d8733e54e59f", - "name": "Spawner (404)", - "location": [1429, 1549, -110], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Pixie", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f18bf6f0-7dde-43f7-81f5-ac26393e48c0", - "name": "Spawner (404)", - "location": [1305, 1095, -90], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "Pixie", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b49f301b-9378-489a-b999-51785a3307e9", - "name": "Spawner (404)", - "location": [790, 948, -90], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 120, - "walkingRange": 140, - "entries": [ - { "name": "GreatHart", "maxCount": 3, "probability": 100 }, - { "name": "Hind", "maxCount": 3, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "74e793f9-ab88-4c51-b713-203fe3ec3828", - "name": "Spawner (404)", - "location": [766, 1364, -90], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 60, - "entries": [ - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d5aa4b2a-02bd-4fab-ad78-6e0a2cd7c575", - "name": "Spawner (404)", - "location": [656, 1431, -90], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 60, - "entries": [ - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ff590783-b876-429c-aaad-e6096a86ea7e", - "name": "Spawner (404)", - "location": [805, 1232, -90], - "map": "Malas", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 65, - "walkingRange": 75, - "entries": [ - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eeaacf1f-a83f-4ba0-86f3-1f39aff6a3ec", - "name": "Spawner (404)", - "location": [672, 1237, -90], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 60, - "entries": [ - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d0fe5086-d802-43d1-b62f-a81dbc603ca1", - "name": "Spawner (404)", - "location": [684, 1109, -90], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 60, - "entries": [ - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c30d468f-b35f-4aa5-a13f-773518810151", - "name": "Spawner (404)", - "location": [1079, 1440, -90], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 35, - "walkingRange": 50, - "entries": [ - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cf2df3ea-792b-4d9e-9723-b094b5654dcf", - "name": "Spawner (404)", - "location": [966, 1213, -90], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 60, - "entries": [ - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6651b803-1285-427b-93a5-c127957915bc", - "name": "Spawner (404)", - "location": [925, 1105, -90], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 60, - "entries": [ - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bfcc0baf-f539-440f-96b6-911679afc732", - "name": "Spawner (404)", - "location": [1049, 1332, -90], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 60, - "entries": [ - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "445e307b-72d4-4d2e-9284-14938e4dab15", - "name": "Spawner (404)", - "location": [1086, 1067, -90], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 60, - "entries": [ - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "375e8bd1-6823-442a-a125-2e2acf53edd9", - "name": "Spawner (404)", - "location": [1062, 988, -90], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 60, - "entries": [ - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 1, "probability": 100 }, - { "name": "VampireBat", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/post-uoml/malas/Vendors.json b/Distribution/Data/Spawns/post-uoml/malas/Vendors.json deleted file mode 100644 index 4efdc8afa..000000000 --- a/Distribution/Data/Spawns/post-uoml/malas/Vendors.json +++ /dev/null @@ -1,37 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "befc0201-8bec-432e-8ced-3ee5ceb57d09", - "name": "Spawner (405)", - "location": [1050, 1434, -85], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d8e03ce8-cd76-433e-af76-0c0767290705", - "name": "Spawner (405)", - "location": [1042, 1444, -90], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 6, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 }, - { "name": "Veterinarian", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/post-uoml/termur/Abyss.json b/Distribution/Data/Spawns/post-uoml/termur/Abyss.json deleted file mode 100644 index 237b4da35..000000000 --- a/Distribution/Data/Spawns/post-uoml/termur/Abyss.json +++ /dev/null @@ -1,420 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "35fb2ebe-b2e6-4a64-af3a-ce1eaacd9a54", - "name": "Spawner (601)", - "location": [795, 753, 53], - "map": "TerMur", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Hydra", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d0bc27a-c900-4d7f-8811-a52f386b6d0c", - "name": "Spawner (601)", - "location": [745, 739, 16], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "MaddeningHorror", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f7e9ab99-b970-4be1-881b-9e7ef1af0d01", - "name": "Spawner (601)", - "location": [749, 475, -17], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "SlasherOfVeils", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd5aea6e-c13b-40f4-949f-9f41eac96589", - "name": "Spawner (601)", - "location": [326, 159, 20], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "StygianDragon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5c81b759-1add-4e8a-b151-420aa778e236", - "name": "Spawner (601)", - "location": [716, 720, -11], - "map": "TerMur", - "count": 24, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Snake", "maxCount": 24, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 24, "probability": 100 }, - { "name": "CoralSnake", "maxCount": 24, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 24, "probability": 100 }, - { "name": "Coil", "maxCount": 24, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a02bf178-9eb0-48ff-ae18-d06958f798a8", - "name": "Spawner (601)", - "location": [992, 337, 9], - "map": "TerMur", - "count": 35, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "GreaterMongbat", "maxCount": 35, "probability": 100 }, - { "name": "Imp", "maxCount": 35, "probability": 100 }, - { "name": "Daemon", "maxCount": 35, "probability": 100 }, - { "name": "PitFiend", "maxCount": 35, "probability": 100 }, - { "name": "DevourerRenowned", "maxCount": 35, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3929df23-08d5-4650-89a1-6cb025fddbac", - "name": "Spawner (601)", - "location": [982, 491, -12], - "map": "TerMur", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 18, - "walkingRange": 18, - "entries": [ - { "name": "ClanChitterAssistant", "maxCount": 15, "probability": 100 }, - { "name": "ClanChitterTinkerer", "maxCount": 15, "probability": 100 }, - { "name": "RakktaviRenowned", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "941cbed7-bf9a-448d-ae6a-f741459f50d1", - "name": "Spawner (601)", - "location": [981, 491, -12], - "map": "TerMur", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 18, - "walkingRange": 18, - "entries": [ - { "name": "ClockworkScorpion", "maxCount": 16, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "517bfdd3-f625-4e1c-af4b-8467810e6e46", - "name": "Spawner (601)", - "location": [919, 502, -12], - "map": "TerMur", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "ClanRibbonSupplicant", "maxCount": 15, "probability": 100 }, - { "name": "ClanRibbonCourtier", "maxCount": 15, "probability": 100 }, - { "name": "VitaviRenowned", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "592811d2-8196-4006-a774-5658b4df3ecb", - "name": "Spawner (601)", - "location": [918, 502, -12], - "map": "TerMur", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "ClanRibbonPlagueRat", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ff19011-9cc1-4aaf-a795-1867c6667123", - "name": "Spawner (601)", - "location": [949, 555, -14], - "map": "TerMur", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "ClanScratchScrounger", "maxCount": 15, "probability": 100 }, - { "name": "ClanScratchHenchrat", "maxCount": 15, "probability": 100 }, - { "name": "TikitaviRenowned", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1b0b5739-68fc-4048-b2be-10da4dee13b8", - "name": "Spawner (601)", - "location": [950, 555, -14], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "ClanScratchSavageWolf", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c33dadb8-e340-4fc6-9944-627054cf96f6", - "name": "Spawner (601)", - "location": [974, 161, -11], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "FireAnt", "maxCount": 18, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 18, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 18, "probability": 100 }, - { "name": "FireGargoyle", "maxCount": 18, "probability": 100 }, - { "name": "Efreet", "maxCount": 18, "probability": 100 }, - { "name": "LavaElemental", "maxCount": 18, "probability": 100 }, - { "name": "FireDaemon", "maxCount": 18, "probability": 100 }, - { "name": "FireElementalRenowned", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dcc3ba35-0e14-48fe-8a1b-8a7e5b3e4c03", - "name": "Spawner (601)", - "location": [581, 815, -45], - "map": "TerMur", - "count": 30, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "EnslavedGrayGoblin", "maxCount": 30, "probability": 100 }, - { "name": "EnslavedGreenGoblin", "maxCount": 30, "probability": 100 }, - { "name": "EnslavedGoblinScout", "maxCount": 30, "probability": 100 }, - { "name": "EnslavedGoblinKeeper", "maxCount": 30, "probability": 100 }, - { "name": "EnslavedGreenGoblinAlchemist", "maxCount": 30, "probability": 100 }, - { "name": "EnslavedGoblinMage", "maxCount": 30, "probability": 100 }, - { "name": "GrayGoblinMageRenowned", "maxCount": 30, "probability": 100 }, - { "name": "GreenGoblinAlchemistRenowned", "maxCount": 30, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6dfe8446-6623-4133-8990-6d11813b2b0d", - "name": "Spawner (601)", - "location": [526, 766, -92], - "map": "TerMur", - "count": 25, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "LavaLizard", "maxCount": 25, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 25, "probability": 100 }, - { "name": "FireAnt", "maxCount": 25, "probability": 100 }, - { "name": "HellCat", "maxCount": 25, "probability": 100 }, - { "name": "LavaSerpent", "maxCount": 25, "probability": 100 }, - { "name": "HellHound", "maxCount": 25, "probability": 100 }, - { "name": "LavaElemental", "maxCount": 25, "probability": 100 }, - { "name": "FireDaemon", "maxCount": 25, "probability": 100 }, - { "name": "FireDaemonRenowned", "maxCount": 25, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d71c735-e0cb-414d-b687-10c1a4192856", - "name": "Spawner (601)", - "location": [536, 657, 8], - "map": "TerMur", - "count": 35, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 34, - "walkingRange": 34, - "entries": [ - { "name": "Skeleton", "maxCount": 35, "probability": 100 }, - { "name": "Wraith", "maxCount": 35, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 35, "probability": 100 }, - { "name": "WailingBanshee", "maxCount": 35, "probability": 100 }, - { "name": "SkeletalLich", "maxCount": 35, "probability": 100 }, - { "name": "RottingCorpse", "maxCount": 35, "probability": 100 }, - { "name": "AncientLichRenowned", "maxCount": 35, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "29d4421f-924d-47c3-abe5-45fe5e1be9a5", - "name": "Spawner (601)", - "location": [601, 905, -60], - "map": "TerMur", - "count": 38, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 35, - "walkingRange": 35, - "entries": [ - { "name": "LavaLizard", "maxCount": 38, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 38, "probability": 100 }, - { "name": "FireAnt", "maxCount": 38, "probability": 100 }, - { "name": "HellHound", "maxCount": 38, "probability": 100 }, - { "name": "LavaSerpent", "maxCount": 38, "probability": 100 }, - { "name": "LavaElemental", "maxCount": 38, "probability": 100 }, - { "name": "FireDaemon", "maxCount": 38, "probability": 100 }, - { "name": "FireDaemonRenowned", "maxCount": 38, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7dac51b3-7c0a-4f22-8652-7e29ba875fee", - "name": "Spawner (601)", - "location": [818, 927, -15], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Medusa", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c64053fc-272a-4fdd-9c6c-4f05a1ec02be", - "name": "Spawner (601)", - "location": [684, 579, -15], - "map": "TerMur", - "count": 32, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 35, - "walkingRange": 35, - "entries": [ - { "name": "CorrosiveSlime", "maxCount": 32, "probability": 100 }, - { "name": "AcidSlug", "maxCount": 32, "probability": 100 }, - { "name": "AcidElemental", "maxCount": 32, "probability": 100 }, - { "name": "InterredGrizzle", "maxCount": 32, "probability": 100 }, - { "name": "AcidElementalRenowned", "maxCount": 32, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a72aa352-96b2-4163-83c0-de180a8fb7e8", - "name": "Spawner (601)", - "location": [440, 708, 24], - "map": "TerMur", - "count": 30, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 35, - "walkingRange": 35, - "entries": [ - { "name": "Pixie", "maxCount": 30, "probability": 100 }, - { "name": "Wisp", "maxCount": 30, "probability": 100 }, - { "name": "DarkWisp", "maxCount": 30, "probability": 100 }, - { "name": "PixieRenowned", "maxCount": 30, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "875d5be5-9156-4e42-a41a-973aef764aee", - "name": "Spawner (601)", - "location": [674, 828, -109], - "map": "TerMur", - "count": 30, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 30, "probability": 100 }, - { "name": "PatchworkSkeleton", "maxCount": 30, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 30, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 30, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 30, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 30, "probability": 100 }, - { "name": "SkeletalLich", "maxCount": 30, "probability": 100 }, - { "name": "SkeletalDragonRenowned", "maxCount": 30, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "11551b29-0ee5-4fae-8d9b-2fd60465b032", - "name": "Spawner (601)", - "location": [887, 277, 3], - "map": "TerMur", - "count": 35, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "FairyDragon", "maxCount": 35, "probability": 100 }, - { "name": "Wyvern", "maxCount": 35, "probability": 100 }, - { "name": "ForgottenServant", "maxCount": 35, "probability": 100 }, - { "name": "WyvernRenowned", "maxCount": 35, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/post-uoml/termur/TerMur.json b/Distribution/Data/Spawns/post-uoml/termur/TerMur.json deleted file mode 100644 index 609bc2e94..000000000 --- a/Distribution/Data/Spawns/post-uoml/termur/TerMur.json +++ /dev/null @@ -1,1267 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "910e07be-fd79-4608-9990-5b860c14f95f", - "name": "Spawner (602)", - "location": [1109, 3744, -34], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "GiantBlackWidow", "maxCount": 18, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e93d2519-a992-406d-84db-c246d4c9e68c", - "name": "Spawner (602)", - "location": [1088, 3732, -43], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TrapdoorSpider", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5de9c1d3-274e-418f-8d1f-01357fa82fa4", - "name": "Spawner (602)", - "location": [1126, 3714, -43], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TrapdoorSpider", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "88ee3368-50a1-458c-9c99-8fb7ceddf079", - "name": "Spawner (602)", - "location": [1134, 3483, -42], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "ChickenLizard", "maxCount": 18, "probability": 100 }, - { "name": "GreaterMongbat", "maxCount": 18, "probability": 100 }, - { "name": "Mongbat", "maxCount": 18, "probability": 100 }, - { "name": "RuddyBoura", "maxCount": 18, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 18, "probability": 100 }, - { "name": "Slith", "maxCount": 18, "probability": 100 }, - { "name": "Bird", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd1b50db-06cc-4ab8-b1ae-7eb6d7ebeb03", - "name": "Spawner (602)", - "location": [1118, 3416, -42], - "map": "TerMur", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "ChickenLizard", "maxCount": 15, "probability": 100 }, - { "name": "GreaterMongbat", "maxCount": 15, "probability": 100 }, - { "name": "Mongbat", "maxCount": 15, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 15, "probability": 100 }, - { "name": "Slith", "maxCount": 15, "probability": 100 }, - { "name": "Bird", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "17ea295b-36bd-43e1-aa63-81d61bb7db98", - "name": "Spawner (602)", - "location": [1112, 3624, -45], - "map": "TerMur", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Rabbit", "maxCount": 15, "probability": 100 }, - { "name": "Bird", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "38fa4d5b-ab23-455a-9b32-3cfae24dacf1", - "name": "Spawner (602)", - "location": [1036, 3670, 0], - "map": "TerMur", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Skree", "maxCount": 8, "probability": 100 }, - { "name": "Snake", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "08c6d785-3e69-4343-a48e-54e876e09863", - "name": "Spawner (602)", - "location": [1012, 3652, -30], - "map": "TerMur", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Skree", "maxCount": 5, "probability": 100 }, - { "name": "Snake", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ae84b446-e1a6-4df6-84b7-487218c2ffc0", - "name": "Spawner (602)", - "location": [996, 3406, -43], - "map": "TerMur", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 19, "probability": 100 }, - { "name": "Horse", "maxCount": 19, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 19, "probability": 100 }, - { "name": "Rabbit", "maxCount": 19, "probability": 100 }, - { "name": "Mongbat", "maxCount": 19, "probability": 100 }, - { "name": "Rat", "maxCount": 19, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 19, "probability": 100 }, - { "name": "Snake", "maxCount": 19, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 19, "probability": 100 }, - { "name": "ChickenLizard", "maxCount": 19, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f6d1d4f5-6a84-430b-bbef-8b248d6b7c34", - "name": "Spawner (602)", - "location": [851, 3642, -43], - "map": "TerMur", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 19, "probability": 100 }, - { "name": "Horse", "maxCount": 19, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 19, "probability": 100 }, - { "name": "Rabbit", "maxCount": 19, "probability": 100 }, - { "name": "Mongbat", "maxCount": 19, "probability": 100 }, - { "name": "Rat", "maxCount": 19, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 19, "probability": 100 }, - { "name": "Snake", "maxCount": 19, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 19, "probability": 100 }, - { "name": "ChickenLizard", "maxCount": 19, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1faffedd-40e4-4dcf-b944-418dbd7f1300", - "name": "Spawner (602)", - "location": [934, 3564, -43], - "map": "TerMur", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 19, "probability": 100 }, - { "name": "Horse", "maxCount": 19, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 19, "probability": 100 }, - { "name": "Rabbit", "maxCount": 19, "probability": 100 }, - { "name": "Mongbat", "maxCount": 19, "probability": 100 }, - { "name": "Rat", "maxCount": 19, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 19, "probability": 100 }, - { "name": "Snake", "maxCount": 19, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 19, "probability": 100 }, - { "name": "ChickenLizard", "maxCount": 19, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f76c2cff-e0c9-4b37-a7f8-9463975f34ac", - "name": "Spawner (602)", - "location": [965, 3489, -43], - "map": "TerMur", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 19, "probability": 100 }, - { "name": "Horse", "maxCount": 19, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 19, "probability": 100 }, - { "name": "Rabbit", "maxCount": 19, "probability": 100 }, - { "name": "Mongbat", "maxCount": 19, "probability": 100 }, - { "name": "Rat", "maxCount": 19, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 19, "probability": 100 }, - { "name": "Snake", "maxCount": 19, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 19, "probability": 100 }, - { "name": "ChickenLizard", "maxCount": 19, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "56b271ca-0fcc-4ea4-9c2d-7b5aeec0d532", - "name": "Spawner (602)", - "location": [858, 3532, -43], - "map": "TerMur", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Rabbit", "maxCount": 6, "probability": 100 }, - { "name": "Bird", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3b6298d3-c9f3-40df-af03-20af1ed36ad5", - "name": "Spawner (602)", - "location": [981, 3318, -42], - "map": "TerMur", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 9, "probability": 100 }, - { "name": "Bird", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "869aeec5-52eb-4041-ab43-5d943d05055f", - "name": "Spawner (602)", - "location": [881, 3344, -43], - "map": "TerMur", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 9, "probability": 100 }, - { "name": "Bird", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "46785472-bc5c-4563-8a5b-2ea1c0f9f465", - "name": "Spawner (602)", - "location": [1073, 3322, -42], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "SewerRat", "maxCount": 18, "probability": 100 }, - { "name": "GreaterMongbat", "maxCount": 18, "probability": 100 }, - { "name": "Mongbat", "maxCount": 18, "probability": 100 }, - { "name": "RuddyBoura", "maxCount": 18, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 18, "probability": 100 }, - { "name": "Slith", "maxCount": 18, "probability": 100 }, - { "name": "ToxicSlith", "maxCount": 18, "probability": 100 }, - { "name": "Bird", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5f076796-65bf-4d41-88f3-78dacfab04b8", - "name": "Spawner (602)", - "location": [981, 3574, -43], - "map": "TerMur", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Rabbit", "maxCount": 6, "probability": 100 }, - { "name": "Bird", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "55507c03-3ae8-43ba-a2c5-7e8ecd7a3457", - "name": "Spawner (602)", - "location": [909, 3235, 38], - "map": "TerMur", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 19, "probability": 100 }, - { "name": "Rat", "maxCount": 19, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 19, "probability": 100 }, - { "name": "HighPlainsBoura", "maxCount": 19, "probability": 100 }, - { "name": "Hind", "maxCount": 19, "probability": 100 }, - { "name": "Horse", "maxCount": 19, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 19, "probability": 100 }, - { "name": "KepetchAmbusher", "maxCount": 19, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d62246c-b5a5-4a2a-8f8a-3a9d54387e8a", - "name": "Spawner (602)", - "location": [802, 3231, 40], - "map": "TerMur", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 19, "probability": 100 }, - { "name": "Rat", "maxCount": 19, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 19, "probability": 100 }, - { "name": "HighPlainsBoura", "maxCount": 19, "probability": 100 }, - { "name": "Hind", "maxCount": 19, "probability": 100 }, - { "name": "Horse", "maxCount": 19, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 19, "probability": 100 }, - { "name": "KepetchAmbusher", "maxCount": 19, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "572149ff-9542-42c1-92b9-99b71d8f2579", - "name": "Spawner (602)", - "location": [679, 3248, 38], - "map": "TerMur", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 16, "probability": 100 }, - { "name": "Rat", "maxCount": 16, "probability": 100 }, - { "name": "Hind", "maxCount": 16, "probability": 100 }, - { "name": "Horse", "maxCount": 16, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 16, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c05a8e56-f166-414e-babc-dcc1d14221c4", - "name": "Spawner (602)", - "location": [588, 3267, 37], - "map": "TerMur", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 19, "probability": 100 }, - { "name": "Rat", "maxCount": 19, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 19, "probability": 100 }, - { "name": "HighPlainsBoura", "maxCount": 19, "probability": 100 }, - { "name": "Hind", "maxCount": 19, "probability": 100 }, - { "name": "Horse", "maxCount": 19, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 19, "probability": 100 }, - { "name": "KepetchAmbusher", "maxCount": 19, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1a1cad72-ebdf-4491-a623-66d87bc45538", - "name": "Spawner (602)", - "location": [521, 3355, 38], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "ChickenLizard", "maxCount": 18, "probability": 100 }, - { "name": "Hind", "maxCount": 18, "probability": 100 }, - { "name": "Horse", "maxCount": 18, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 18, "probability": 100 }, - { "name": "Rabbit", "maxCount": 18, "probability": 100 }, - { "name": "Bird", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e23908dc-858c-4ec1-a41a-474fd7e9730d", - "name": "Spawner (602)", - "location": [511, 3273, 36], - "map": "TerMur", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Hind", "maxCount": 15, "probability": 100 }, - { "name": "Rabbit", "maxCount": 15, "probability": 100 }, - { "name": "Bird", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "955417f2-d918-4c43-93a6-346ca6fb4bbc", - "name": "Spawner (602)", - "location": [547, 3421, 37], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "ChickenLizard", "maxCount": 18, "probability": 100 }, - { "name": "Hind", "maxCount": 18, "probability": 100 }, - { "name": "Horse", "maxCount": 18, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 18, "probability": 100 }, - { "name": "Rabbit", "maxCount": 18, "probability": 100 }, - { "name": "Bird", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ebbbc910-1d0f-4180-8e7a-544d819906b8", - "name": "Spawner (602)", - "location": [571, 3506, 38], - "map": "TerMur", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Hind", "maxCount": 15, "probability": 100 }, - { "name": "Rabbit", "maxCount": 15, "probability": 100 }, - { "name": "Bird", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "153e658a-818b-4ed3-80d0-8b5f99193b6e", - "name": "Spawner (602)", - "location": [1169, 3338, -42], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "SewerRat", "maxCount": 18, "probability": 100 }, - { "name": "GreaterMongbat", "maxCount": 18, "probability": 100 }, - { "name": "Mongbat", "maxCount": 18, "probability": 100 }, - { "name": "RuddyBoura", "maxCount": 18, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 18, "probability": 100 }, - { "name": "Slith", "maxCount": 18, "probability": 100 }, - { "name": "Bird", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "18cef512-871f-4ff0-b21d-54e22e6197bc", - "name": "Spawner (602)", - "location": [689, 3711, -43], - "map": "TerMur", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 19, "probability": 100 }, - { "name": "Bird", "maxCount": 19, "probability": 100 }, - { "name": "Rat", "maxCount": 19, "probability": 100 }, - { "name": "SewerRat", "maxCount": 19, "probability": 100 }, - { "name": "Snake", "maxCount": 19, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8745bf7c-2b8b-45ae-b992-7de9c58d14fc", - "name": "Spawner (602)", - "location": [761, 3650, -43], - "map": "TerMur", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 19, "probability": 100 }, - { "name": "Bird", "maxCount": 19, "probability": 100 }, - { "name": "Rat", "maxCount": 19, "probability": 100 }, - { "name": "SewerRat", "maxCount": 19, "probability": 100 }, - { "name": "Snake", "maxCount": 19, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "97c2ed7b-69c7-43db-8ccb-8591ecd90316", - "name": "Spawner (602)", - "location": [616, 3684, -43], - "map": "TerMur", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Reaper", "maxCount": 10, "probability": 100 }, - { "name": "Rat", "maxCount": 10, "probability": 100 }, - { "name": "Bird", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "990f3875-b9e4-4060-8e14-7f2c4b9a69a2", - "name": "Spawner (602)", - "location": [668, 3831, -31], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Raptor", "maxCount": 18, "probability": 100 }, - { "name": "Bird", "maxCount": 18, "probability": 100 }, - { "name": "Rat", "maxCount": 18, "probability": 100 }, - { "name": "Mongbat", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0b5d810e-182e-4d7c-9a79-2dfb3ba8e5f3", - "name": "Spawner (602)", - "location": [680, 3788, -43], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TrapdoorSpider", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8151255d-cede-4c52-bacc-fc3a1a434c45", - "name": "Spawner (602)", - "location": [760, 3810, -42], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Horse", "maxCount": 18, "probability": 100 }, - { "name": "Mongbat", "maxCount": 18, "probability": 100 }, - { "name": "Raptor", "maxCount": 18, "probability": 100 }, - { "name": "Skree", "maxCount": 18, "probability": 100 }, - { "name": "Rat", "maxCount": 18, "probability": 100 }, - { "name": "Bird", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1017634b-fad7-41ee-a13c-ec15dc0e5ae9", - "name": "Spawner (602)", - "location": [826, 3762, -43], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Horse", "maxCount": 18, "probability": 100 }, - { "name": "Mongbat", "maxCount": 18, "probability": 100 }, - { "name": "Raptor", "maxCount": 18, "probability": 100 }, - { "name": "Skree", "maxCount": 18, "probability": 100 }, - { "name": "Rat", "maxCount": 18, "probability": 100 }, - { "name": "Bird", "maxCount": 18, "probability": 100 }, - { "name": "ToxicSlith", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e2817ac3-8c77-4901-af5f-d51f0ceb7f7d", - "name": "Spawner (602)", - "location": [795, 3827, -19], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TrapdoorSpider", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54228f45-e935-4df1-8d50-e15ec557d110", - "name": "Spawner (602)", - "location": [799, 3863, 48], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Horse", "maxCount": 18, "probability": 100 }, - { "name": "Mongbat", "maxCount": 18, "probability": 100 }, - { "name": "Raptor", "maxCount": 18, "probability": 100 }, - { "name": "Skree", "maxCount": 18, "probability": 100 }, - { "name": "Rat", "maxCount": 18, "probability": 100 }, - { "name": "Bird", "maxCount": 18, "probability": 100 }, - { "name": "ToxicSlith", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "91a9c0fa-51f3-4726-aeb1-25a03911fffa", - "name": "Spawner (602)", - "location": [763, 3991, -42], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "GreaterMongbat", "maxCount": 18, "probability": 100 }, - { "name": "Mongbat", "maxCount": 18, "probability": 100 }, - { "name": "Raptor", "maxCount": 18, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 18, "probability": 100 }, - { "name": "Bird", "maxCount": 18, "probability": 100 }, - { "name": "Rabbit", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "866bde45-dd02-4eef-b6c4-143bf3b6c31a", - "name": "Spawner (602)", - "location": [1129, 3163, -42], - "map": "TerMur", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "SewerRat", "maxCount": 7, "probability": 100 }, - { "name": "GreaterMongbat", "maxCount": 7, "probability": 100 }, - { "name": "Mongbat", "maxCount": 7, "probability": 100 }, - { "name": "Slith", "maxCount": 7, "probability": 100 }, - { "name": "Bird", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "08ce21d5-67cc-46c7-a827-68048f38e3ef", - "name": "Spawner (602)", - "location": [687, 3917, -43], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TrapdoorSpider", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "63140eed-b7f0-4ca9-87f5-5caeff3b6607", - "name": "Spawner (602)", - "location": [641, 3922, -43], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "GreaterMongbat", "maxCount": 18, "probability": 100 }, - { "name": "Mongbat", "maxCount": 18, "probability": 100 }, - { "name": "Raptor", "maxCount": 18, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 18, "probability": 100 }, - { "name": "Bird", "maxCount": 18, "probability": 100 }, - { "name": "Rabbit", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5216666c-6c47-4d72-9818-510a88ea6edc", - "name": "Spawner (602)", - "location": [1065, 2996, 74], - "map": "TerMur", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "CoralSnake", "maxCount": 16, "probability": 100 }, - { "name": "DesertOstard", "maxCount": 16, "probability": 100 }, - { "name": "KepetchAmbusher", "maxCount": 16, "probability": 100 }, - { "name": "SandVortex", "maxCount": 16, "probability": 100 }, - { "name": "Scorpion", "maxCount": 16, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "089d3262-1c31-4f80-aa13-d2d5383f0535", - "name": "Spawner (602)", - "location": [1099, 3010, 50], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "ToxicSlith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c1db00c8-9759-4f55-8ac4-f7557a6b9242", - "name": "Spawner (602)", - "location": [1053, 2971, 50], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "ToxicSlith", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a7437a00-ed2e-4acc-9375-b234ceffd92a", - "name": "Spawner (602)", - "location": [1062, 3026, 50], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "ToxicSlith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d0e61272-a938-4b64-8713-3bac2356f1c7", - "name": "Spawner (602)", - "location": [762, 3073, 105], - "map": "TerMur", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "Rabbit", "maxCount": 20, "probability": 100 }, - { "name": "Bird", "maxCount": 20, "probability": 100 }, - { "name": "RuddyBoura", "maxCount": 20, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 20, "probability": 100 }, - { "name": "Slith", "maxCount": 20, "probability": 100 }, - { "name": "StoneSlith", "maxCount": 20, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 20, "probability": 100 }, - { "name": "FeralTreefellow", "maxCount": 20, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "27b77304-78cf-43bd-9ea3-076c491369a4", - "name": "Spawner (602)", - "location": [917, 3088, 37], - "map": "TerMur", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "Rabbit", "maxCount": 20, "probability": 100 }, - { "name": "Bird", "maxCount": 20, "probability": 100 }, - { "name": "RuddyBoura", "maxCount": 20, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 20, "probability": 100 }, - { "name": "Slith", "maxCount": 20, "probability": 100 }, - { "name": "StoneSlith", "maxCount": 20, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 20, "probability": 100 }, - { "name": "FeralTreefellow", "maxCount": 20, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "150f4f85-b244-48a4-a46f-d5b3c56951c6", - "name": "Spawner (602)", - "location": [839, 3086, 83], - "map": "TerMur", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "Rabbit", "maxCount": 20, "probability": 100 }, - { "name": "Bird", "maxCount": 20, "probability": 100 }, - { "name": "RuddyBoura", "maxCount": 20, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 20, "probability": 100 }, - { "name": "Slith", "maxCount": 20, "probability": 100 }, - { "name": "StoneSlith", "maxCount": 20, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 20, "probability": 100 }, - { "name": "FeralTreefellow", "maxCount": 20, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9f18de9c-4862-4940-a2b2-ea02d78c2a69", - "name": "Spawner (602)", - "location": [817, 2960, 76], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "HighPlainsBoura", "maxCount": 18, "probability": 100 }, - { "name": "Horse", "maxCount": 18, "probability": 100 }, - { "name": "StoneSlith", "maxCount": 18, "probability": 100 }, - { "name": "Bird", "maxCount": 18, "probability": 100 }, - { "name": "Rabbit", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b7fcf89-dc47-4a59-8da2-bda0f810beeb", - "name": "Spawner (602)", - "location": [1106, 3138, -43], - "map": "TerMur", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "ToxicSlith", "maxCount": 4, "probability": 100 }, - { "name": "Slith", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "743c46bb-a95f-4a7b-8a7f-4c4c0473fe38", - "name": "Spawner (602)", - "location": [861, 2923, 38], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "HighPlainsBoura", "maxCount": 18, "probability": 100 }, - { "name": "Horse", "maxCount": 18, "probability": 100 }, - { "name": "StoneSlith", "maxCount": 18, "probability": 100 }, - { "name": "Bird", "maxCount": 18, "probability": 100 }, - { "name": "Rabbit", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "de473023-c4ad-43f6-b9bd-b84d281234e8", - "name": "Spawner (602)", - "location": [648, 3131, 38], - "map": "TerMur", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 55, - "walkingRange": 55, - "entries": [ - { "name": "Hind", "maxCount": 19, "probability": 100 }, - { "name": "Horse", "maxCount": 19, "probability": 100 }, - { "name": "Rat", "maxCount": 19, "probability": 100 }, - { "name": "Slith", "maxCount": 19, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 19, "probability": 100 }, - { "name": "Bird", "maxCount": 19, "probability": 100 }, - { "name": "Rabbit", "maxCount": 19, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7ad064f2-fb54-47c6-ba74-7d36d9425ea6", - "name": "Spawner (602)", - "location": [622, 3045, 35], - "map": "TerMur", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Bird", "maxCount": 15, "probability": 100 }, - { "name": "Eagle", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "10d3d73f-7f91-4eed-bd56-fc5805653892", - "name": "Spawner (602)", - "location": [685, 2901, 36], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "GiantRat", "maxCount": 18, "probability": 100 }, - { "name": "ToxicSlith", "maxCount": 18, "probability": 100 }, - { "name": "Rat", "maxCount": 18, "probability": 100 }, - { "name": "Bird", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f1c797af-4863-4b66-8169-795330712f08", - "name": "Spawner (602)", - "location": [562, 2942, 36], - "map": "TerMur", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Kepetch", "maxCount": 16, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 16, "probability": 100 }, - { "name": "Treefellow", "maxCount": 16, "probability": 100 }, - { "name": "Bird", "maxCount": 16, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc314f2e-f697-4a0b-8bb0-f7dd51c1ed2a", - "name": "Spawner (602)", - "location": [486, 3211, 38], - "map": "TerMur", - "count": 14, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 35, - "walkingRange": 35, - "entries": [ - { "name": "Hind", "maxCount": 14, "probability": 100 }, - { "name": "Bird", "maxCount": 14, "probability": 100 }, - { "name": "Rabbit", "maxCount": 14, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4182343a-a4c0-4bc5-b07a-2e71cb1d3d97", - "name": "Spawner (602)", - "location": [426, 3190, 38], - "map": "TerMur", - "count": 17, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Kepetch", "maxCount": 17, "probability": 100 }, - { "name": "Rat", "maxCount": 17, "probability": 100 }, - { "name": "Snake", "maxCount": 17, "probability": 100 }, - { "name": "StoneSlith", "maxCount": 17, "probability": 100 }, - { "name": "Bird", "maxCount": 17, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a340eb44-bdd5-4ae8-a316-570d801cc0d3", - "name": "Spawner (602)", - "location": [354, 3283, 57], - "map": "TerMur", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 9, "probability": 100 }, - { "name": "Rabbit", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f5ea0039-e107-461c-8091-21561b83f1d8", - "name": "Spawner (602)", - "location": [453, 3632, 37], - "map": "TerMur", - "count": 14, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "Bird", "maxCount": 14, "probability": 100 }, - { "name": "Rabbit", "maxCount": 14, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "80ecee75-df9e-462a-ac4c-695f0941b8fb", - "name": "Spawner (602)", - "location": [387, 3524, 38], - "map": "TerMur", - "count": 14, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 14, "probability": 100 }, - { "name": "Rabbit", "maxCount": 14, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0b95e3c9-d94c-478c-9179-0ee10faad038", - "name": "Spawner (602)", - "location": [1130, 3240, -42], - "map": "TerMur", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "SewerRat", "maxCount": 10, "probability": 100 }, - { "name": "GreaterMongbat", "maxCount": 10, "probability": 100 }, - { "name": "Mongbat", "maxCount": 10, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 10, "probability": 100 }, - { "name": "Slith", "maxCount": 10, "probability": 100 }, - { "name": "Bird", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6eff3e1c-0886-4c54-b7d6-0b01477deca7", - "name": "Spawner (602)", - "location": [1054, 3215, 38], - "map": "TerMur", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "SewerRat", "maxCount": 10, "probability": 100 }, - { "name": "GreaterMongbat", "maxCount": 10, "probability": 100 }, - { "name": "Mongbat", "maxCount": 10, "probability": 100 }, - { "name": "Bird", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b928e0bb-64e8-442d-bd4f-c058e9bde1c2", - "name": "Spawner (602)", - "location": [1057, 3167, 38], - "map": "TerMur", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "SewerRat", "maxCount": 15, "probability": 100 }, - { "name": "GreaterMongbat", "maxCount": 15, "probability": 100 }, - { "name": "Mongbat", "maxCount": 15, "probability": 100 }, - { "name": "Slith", "maxCount": 15, "probability": 100 }, - { "name": "Bird", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "979cdd74-3b3d-419b-9cf2-d7721332883d", - "name": "Spawner (602)", - "location": [1186, 3558, -42], - "map": "TerMur", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Hind", "maxCount": 5, "probability": 100 }, - { "name": "LowlandBoura", "maxCount": 5, "probability": 100 }, - { "name": "Horse", "maxCount": 5, "probability": 100 }, - { "name": "Snake", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4383a8fc-ec81-4ae6-b57e-f28ef51d26a1", - "name": "Spawner (602)", - "location": [35, 99, -5], - "map": "TerMur", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "UndeadGuardian", "maxCount": 10, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2841721d-dcb8-41ce-84ed-ec8fca926424", - "name": "Spawner (602)", - "location": [35, 159, 0], - "map": "TerMur", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "undeadguardian", "maxCount": 13, "probability": 100 }, - { "name": "gargoyleshade", "maxCount": 13, "probability": 100 }, - { "name": "putridundeadguardian", "maxCount": 13, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "600fd870-3e98-44cf-9650-3e5e80977bc5", - "name": "Spawner (602)", - "location": [143, 158, -20], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Niporailem", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/post-uoml/termur/Underworld.json b/Distribution/Data/Spawns/post-uoml/termur/Underworld.json deleted file mode 100644 index b22ff5a29..000000000 --- a/Distribution/Data/Spawns/post-uoml/termur/Underworld.json +++ /dev/null @@ -1,747 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "1cd4979b-aac9-4287-b8af-9a31bb5526bc", - "name": "Spawner (603)", - "location": [1127, 1202, -2], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": -1, - "entries": [ - { "name": "genericguard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "568aaef8-af43-44f6-8212-a50e96dc51d8", - "name": "Spawner (603)", - "location": [1130, 1202, -2], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": -1, - "entries": [ - { "name": "genericguard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c7124c0d-db07-4d72-92e4-ff8ebb54ce89", - "name": "Spawner (603)", - "location": [1128, 1165, -12], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "Garamon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "29ebc79d-9f58-4ab8-9017-44a71fe17440", - "name": "Spawner (603)", - "location": [1108, 1153, -22], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "gremlin", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81c4ea7e-4927-4bba-a31b-62ec12092f66", - "name": "Spawner (603)", - "location": [1110, 1169, -23], - "map": "TerMur", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 10, - "entries": [ - { "name": "Slime", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4eddff06-5db8-4a97-ad02-9284c3437410", - "name": "Spawner (603)", - "location": [1097, 1189, -38], - "map": "TerMur", - "count": 25, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 10, - "entries": [ - { "name": "acidslug", "maxCount": 25, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf730c77-6395-4ba6-80a4-8b004a7a78a1", - "name": "Spawner (603)", - "location": [1039, 1185, -56], - "map": "TerMur", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 16, - "walkingRange": 20, - "entries": [ - { "name": "bloodworm", "maxCount": 3, "probability": 100 }, - { "name": "rotworm", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f6324bc0-73ac-4936-805a-875b46164c54", - "name": "Spawner (603)", - "location": [1058, 1135, -37], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "rotworm", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dc88d319-4808-474a-8897-8bf076d951f9", - "name": "Spawner (603)", - "location": [1064, 1106, -65], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Kraken", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bcc44632-3114-4d86-86c5-a9b1e05a9c98", - "name": "Spawner (603)", - "location": [1153, 1187, -32], - "map": "TerMur", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 14, - "walkingRange": 20, - "entries": [ - { "name": "rotworm", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84dd7320-c5a2-4b62-a959-83b749d88285", - "name": "Spawner (603)", - "location": [1187, 1186, -40], - "map": "TerMur", - "count": 1, - "minDelay": "00:00:01", - "maxDelay": "00:00:01", - "team": 0, - "homeRange": 7, - "walkingRange": 20, - "entries": [ - { "name": "WaterElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd06c2cc-090f-47c9-98af-119591c20f30", - "name": "Spawner (603)", - "location": [1063, 1159, -42], - "map": "TerMur", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "rotworm", "maxCount": 3, "probability": 100 }, - { "name": "bloodworm", "maxCount": 1, "probability": 100 }, - { "name": "rotworm", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0784ac30-eae0-4d6e-8953-f2217416f2a8", - "name": "Spawner (603)", - "location": [1152, 1130, -42], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 20, - "entries": [ - { "name": "rotworm", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1485dfcd-1dea-412f-a8fe-06a3f6a076cb", - "name": "Spawner (603)", - "location": [1121, 1132, -42], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "FiddlingTobin", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fd834a4b-778b-4f9c-9a86-c92de20ff2fe", - "name": "Spawner (603)", - "location": [1150, 963, -43], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "NevilleBrightwhistle", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f94a912f-46d6-45b9-81c0-910a92f2aa87", - "name": "Spawner (603)", - "location": [1108, 1086, -60], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "tanglingroots", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0829e9d8-84e7-41d2-9587-2d61b117f473", - "name": "Spawner (603)", - "location": [1095, 1076, -71], - "map": "TerMur", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": -1, - "entries": [ - { "name": "tanglingroots", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "587467d9-8b59-4257-a242-9890ec058b00", - "name": "Spawner (603)", - "location": [1089, 1128, -42], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "Gretchen", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9e60f208-6e14-4d77-83f0-fb067d02e804", - "name": "Spawner (603)", - "location": [1104, 1128, -52], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "ElderDugan", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "66d7c6f5-eeb7-4b34-af75-c82d38330ee1", - "name": "Spawner (603)", - "location": [1135, 1132, -42], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "QuartermasterFlint", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2affc9d3-8b16-4c2e-947f-45d362a4a0f4", - "name": "Spawner (603)", - "location": [1015, 1118, -42], - "map": "TerMur", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 14, - "walkingRange": 25, - "entries": [ - { "name": "Shade", "maxCount": 8, "probability": 100 }, - { "name": "Spectre", "maxCount": 8, "probability": 100 }, - { "name": "Wraith", "maxCount": 8, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 8, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 8, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 4, "probability": 100 }, - { "name": "Skeleton", "maxCount": 4, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 4, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "382e2dee-6150-4d26-960b-c07b96638749", - "name": "Spawner (603)", - "location": [1022, 1087, -42], - "map": "TerMur", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 20, - "entries": [ - { "name": "Wraith", "maxCount": 3, "probability": 100 }, - { "name": "Shade", "maxCount": 3, "probability": 100 }, - { "name": "Spectre", "maxCount": 3, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 3, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 3, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 3, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 1, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d072d262-08f3-4da3-9dcc-3983fa81d186", - "name": "Spawner (603)", - "location": [1039, 1072, -32], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "GreaterPoisonElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9beef510-d580-44fc-95a6-d5ba9100cc34", - "name": "Spawner (603)", - "location": [1191, 1022, -42], - "map": "TerMur", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 16, - "walkingRange": 20, - "entries": [ - { "name": "GrayGoblin", "maxCount": 8, "probability": 100 }, - { "name": "GrayGoblinMage", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "afed6e34-b8ee-4c64-b7d1-1b66629ccb97", - "name": "Spawner (603)", - "location": [1177, 995, -27], - "map": "TerMur", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 15, - "entries": [ - { "name": "GrayGoblinKeeper", "maxCount": 2, "probability": 100 }, - { "name": "WolfSpider", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5caafbc5-1310-408c-8a26-ec00335494c2", - "name": "Spawner (603)", - "location": [1218, 1049, -42], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 20, - "entries": [ - { "name": "GrayGoblinMage", "maxCount": 2, "probability": 100 }, - { "name": "GrayGoblin", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a7f77781-8fcb-4aa0-b398-8f9b87b59eb2", - "name": "Spawner (603)", - "location": [1178, 971, -27], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "GrayGoblin", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6b2a7732-7ee9-480e-abd4-db501214cb05", - "name": "Spawner (603)", - "location": [1214, 1026, -22], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 15, - "entries": [ - { "name": "GrayGoblin", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b00555a0-97e8-4eb3-b609-2bb9bc5d21bd", - "name": "Spawner (603)", - "location": [1199, 1053, -42], - "map": "TerMur", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 20, - "entries": [ - { "name": "GrayGoblinMage", "maxCount": 3, "probability": 100 }, - { "name": "GrayGoblin", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "23b17a4f-d7e9-421c-8581-ba8eb8aff487", - "name": "Spawner (603)", - "location": [1204, 1041, -42], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "Jaacar", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "25d8cb74-d701-4e5a-9074-e7c20f7cff39", - "name": "Spawner (603)", - "location": [1189, 989, -27], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "Barreraak", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "95edace5-c3dc-4582-b559-1c3f9905f6f5", - "name": "Spawner (603)", - "location": [1208, 984, -1], - "map": "TerMur", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "wolfspider", "maxCount": 8, "probability": 100 }, - { "name": "GrayGoblin", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "975d89b2-f693-48c0-b88b-9796d8e39ee8", - "name": "Spawner (603)", - "location": [1217, 1074, -52], - "map": "TerMur", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Lich", "maxCount": 1, "probability": 100 }, - { "name": "Spectre", "maxCount": 5, "probability": 100 }, - { "name": "Shade", "maxCount": 5, "probability": 100 }, - { "name": "Wraith", "maxCount": 5, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "RottingCorpse", "maxCount": 7, "probability": 100 }, - { "name": "Mummy", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1b91d22a-24a2-4aee-88fa-36304f40dfdc", - "name": "Spawner (603)", - "location": [1053, 861, -32], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "NavreyNightEyes", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a37dcfad-6094-4074-8fc4-ead7d8dd889c", - "name": "Spawner (603)", - "location": [1094, 1002, -16], - "map": "TerMur", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "WolfSpider", "maxCount": 8, "probability": 100 }, - { "name": "SentinelSpider", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a3f2d8b-8ed7-43fe-977b-a082ad4fd243", - "name": "Spawner (603)", - "location": [1124, 1008, -43], - "map": "TerMur", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "WolfSpider", "maxCount": 9, "probability": 100 }, - { "name": "BloodElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "31bf6eb1-fe34-4d25-b7cc-d0f395b2370a", - "name": "Spawner (603)", - "location": [1147, 993, -41], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "IronBeetle", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "399bf1fe-0c47-4945-8c14-5ee8a1d3b6b3", - "name": "Spawner (603)", - "location": [1034, 1028, -43], - "map": "TerMur", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 10, - "entries": [ - { "name": "GreenGoblinAlchemist", "maxCount": 3, "probability": 100 }, - { "name": "GreenGoblin", "maxCount": 3, "probability": 100 }, - { "name": "GreenGoblinScout", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df3d7a25-190a-4f00-968c-a6def4cfa15e", - "name": "Spawner (603)", - "location": [1015, 1022, -43], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 10, - "entries": [ - { "name": "GreenGoblinAlchemist", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4bdd2d24-47f0-4678-b220-921df1e1c213", - "name": "Spawner (603)", - "location": [1014, 1000, -43], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "Xenrr", "maxCount": 1, "probability": 100 }, - { "name": "GreenGoblin", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b1225d9f-1777-4ceb-9e03-2566fb2dc314", - "name": "Spawner (603)", - "location": [1034, 1004, -43], - "map": "TerMur", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 15, - "entries": [ - { "name": "GreenGoblin", "maxCount": 3, "probability": 100 }, - { "name": "GreenGoblinAlchemist", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "af6a0287-46a1-490c-88ae-15172ec414f8", - "name": "Spawner (603)", - "location": [1024, 1018, -42], - "map": "TerMur", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "rotworm", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "332360f9-69c2-4c45-b36b-0325b7c6650e", - "name": "Spawner (603)", - "location": [1015, 976, -27], - "map": "TerMur", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 10, - "entries": [ - { "name": "Vernix", "maxCount": 1, "probability": 100 }, - { "name": "GreenGoblinAlchemist", "maxCount": 3, "probability": 100 }, - { "name": "GreenGoblin", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4bb2f7ea-9131-47be-83a6-0f13831e76b1", - "name": "Spawner (603)", - "location": [1044, 976, -30], - "map": "TerMur", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 17, - "walkingRange": 25, - "entries": [ - { "name": "GreenGoblinAlchemist", "maxCount": 12, "probability": 100 }, - { "name": "GreenGoblin", "maxCount": 12, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/post-uoml/termur/Vendors.json b/Distribution/Data/Spawns/post-uoml/termur/Vendors.json deleted file mode 100644 index 0133533d2..000000000 --- a/Distribution/Data/Spawns/post-uoml/termur/Vendors.json +++ /dev/null @@ -1,491 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "7bd2b3c7-3c39-40c5-9c3b-98b73d060c65", - "name": "Spawner (604)", - "location": [976, 3881, -42], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a80c5b72-e181-4266-8109-9c7a5eaf6a10", - "name": "Spawner (604)", - "location": [1010, 3883, -42], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "99c47ee2-bbb0-4d0b-9294-18104ebb0f6b", - "name": "Spawner (604)", - "location": [1013, 3913, -42], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6b95fe1b-1c63-479d-b481-1b4d4c929a79", - "name": "Spawner (604)", - "location": [977, 3909, -42], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 }, - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c632527-c639-469c-9ded-ca859e4a8859", - "name": "Spawner (604)", - "location": [943, 3924, -42], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b317c56d-c032-4e81-aa3a-78988500a740", - "name": "Spawner (604)", - "location": [1020, 3884, -42], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "556fdb4d-f7f2-4ba0-9d01-d94a76ee7a28", - "name": "Spawner (604)", - "location": [740, 3466, -19], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "65b19c79-0f40-4772-9037-1cad0769456d", - "name": "Spawner (604)", - "location": [772, 3467, -20], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fd3342ae-de6c-436e-964a-e410ba1f983b", - "name": "Spawner (604)", - "location": [773, 3478, -20], - "map": "TerMur", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Herbalist", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "CustomHairstylist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fcffbb1c-fb73-4c59-9257-52e1d6ebadb4", - "name": "Spawner (604)", - "location": [772, 3490, -20], - "map": "TerMur", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bb731ab1-950e-4e4b-8e55-6378eeb2c3b0", - "name": "Spawner (604)", - "location": [783, 3491, -20], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "36f1b1bc-0754-4605-929a-d7c8e030a80b", - "name": "Spawner (604)", - "location": [797, 3494, 0], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "28cda9f4-bbd1-451d-acb0-f568361a7d6f", - "name": "Spawner (604)", - "location": [805, 3491, -20], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0bd1f793-51e9-4dbe-ab5c-dbd452e85d8c", - "name": "Spawner (604)", - "location": [817, 3456, -10], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5f573458-bb63-4617-b2c4-c73762718dae", - "name": "Spawner (604)", - "location": [817, 3438, 0], - "map": "TerMur", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37378f9d-5e71-46a8-8d15-0b98d48a3d04", - "name": "Spawner (604)", - "location": [817, 3426, 0], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 }, - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2088913c-0ec7-4225-8f9d-1112e817542b", - "name": "Spawner (604)", - "location": [816, 3419, 0], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "094d18b0-4b1a-491d-ae33-2463d400904b", - "name": "Spawner (604)", - "location": [805, 3397, 0], - "map": "TerMur", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b9c41d27-d185-41dc-aa13-7258c018abc1", - "name": "Spawner (604)", - "location": [804, 3387, 0], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 }, - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "720f9c6d-c0e6-4f66-aca9-cca448a5d02d", - "name": "Spawner (604)", - "location": [851, 3404, -20], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0197b002-1c6d-45ac-8d7d-21706a854586", - "name": "Spawner (604)", - "location": [833, 3439, -20], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e2450a8-7aa3-434a-a144-dfc36f784d9e", - "name": "Spawner (604)", - "location": [843, 3439, -20], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f2b8fe59-6e8b-4db1-a20c-9663efe3b725", - "name": "Spawner (604)", - "location": [702, 3435, -20], - "map": "TerMur", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "59459615-255f-449a-b4ee-c6adf848c09a", - "name": "Spawner (604)", - "location": [727, 3425, -20], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fa9d60df-aa99-4934-bfab-35066f170481", - "name": "Spawner (604)", - "location": [715, 3446, -20], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Farmer", "maxCount": 1, "probability": 100 }, - { "name": "Farmer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "27644d88-d3d5-458f-902d-78b7b59eaf95", - "name": "Spawner (604)", - "location": [713, 3438, -20], - "map": "TerMur", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2a0e5133-2658-44f4-95ca-bcc5d68ddaeb", - "name": "Spawner (604)", - "location": [794, 3446, -10], - "map": "TerMur", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Farmer", "maxCount": 1, "probability": 100 }, - { "name": "Farmer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d91f1ff-12e5-4d75-aa5a-033ff00b9a24", - "name": "Spawner (604)", - "location": [779, 3431, -10], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a1ba61c1-0fc5-46a4-b7de-1350606fb0fc", - "name": "Spawner (604)", - "location": [842, 3453, -18], - "map": "TerMur", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/post-uoml/trammel/Outdoors.json b/Distribution/Data/Spawns/post-uoml/trammel/Outdoors.json deleted file mode 100644 index aa077d9ab..000000000 --- a/Distribution/Data/Spawns/post-uoml/trammel/Outdoors.json +++ /dev/null @@ -1,794 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "1af71e9c-8891-43d9-940a-bdbd94560583", - "name": "Spawner (113)", - "location": [3650, 2509, 0], - "map": "Trammel", - "count": 90, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "Zombie", "maxCount": 70, "probability": 100 }, - { "name": "Skeleton", "maxCount": 70, "probability": 100 }, - { "name": "spellbinder", "maxCount": 20, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f2443544-bfe4-460a-819c-17df28a96007", - "name": "Spawner (113)", - "location": [3598, 2450, 16], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "spellbinder", "maxCount": 4, "probability": 100 }, - { "name": "Zombie", "maxCount": 4, "probability": 100 }, - { "name": "Skeleton", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "04d3a2ac-5bcc-46c5-93a6-46a19856d317", - "name": "Spawner (113)", - "location": [3635, 2625, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 15, - "entries": [ - { "name": "Skeleton", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a77b05f7-790b-4ff2-9e9f-f2198d7ea8ac", - "name": "Spawner (113)", - "location": [3651, 2627, 0], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 15, - "entries": [ - { "name": "Skeleton", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c81666eb-207b-4b23-8d17-3e502b94e5b9", - "name": "Spawner (113)", - "location": [3625, 2594, 0], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 15, - "entries": [ - { "name": "Zombie", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa86f56c-710e-431a-8347-03d24de8ba35", - "name": "Spawner (113)", - "location": [3649, 2591, 0], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 15, - "entries": [ - { "name": "Zombie", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "02fb2a03-26a3-4fd6-b1b9-dcff4f1a81f1", - "name": "Spawner (113)", - "location": [3618, 2614, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "780ce0e0-1358-451d-a224-02a36e50ad15", - "name": "Spawner (113)", - "location": [3725, 2670, 35], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Sheep", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2a750344-a3b9-4cfe-bbe4-a036a2d382cd", - "name": "Spawner (113)", - "location": [3727, 2603, 40], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Sheep", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e4e819fc-7d1d-40df-9a17-4bcc44f6a600", - "name": "Spawner (113)", - "location": [3738, 2586, 40], - "map": "Trammel", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "Pumpkin", "maxCount": 40, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "58878acf-f253-4422-aa77-4cca67211798", - "name": "Spawner (113)", - "location": [3711, 2571, 20], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 6, - "entries": [ - { "name": "Pumpkin", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "527e71d1-6bd4-4382-b1ab-df6a7607d5b6", - "name": "Spawner (113)", - "location": [3738, 2610, 40], - "map": "Trammel", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "Pumpkin", "maxCount": 40, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4bb02df5-05ad-4772-b673-5d7a2e606453", - "name": "Spawner (113)", - "location": [3716, 2612, 20], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 6, - "entries": [ - { "name": "Pumpkin", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "62ae0cad-51cf-4c49-90d7-67cb6ec90215", - "name": "Spawner (113)", - "location": [3716, 2617, 20], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 6, - "entries": [ - { "name": "Pumpkin", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "70e55af3-0e24-4075-82ee-4eb6e666e36e", - "name": "Spawner (113)", - "location": [3716, 2624, 21], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 6, - "entries": [ - { "name": "Pumpkin", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9fdc6901-f1ec-4f1d-a8b5-4db1261dcf0b", - "name": "Spawner (113)", - "location": [3744, 2660, 40], - "map": "Trammel", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "Pumpkin", "maxCount": 50, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a6f9edee-6056-438d-a64d-6af232087c5f", - "name": "Spawner (113)", - "location": [3716, 2632, 20], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 6, - "entries": [ - { "name": "Pumpkin", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8c9f0ebe-5cb1-4b50-b72b-a4220150b88e", - "name": "Spawner (113)", - "location": [3751, 2704, 39], - "map": "Trammel", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 6, - "entries": [ - { "name": "Pumpkin", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9be72b3f-7a97-4f8f-b4e7-594502ff3222", - "name": "Spawner (113)", - "location": [3711, 2669, 20], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 6, - "entries": [ - { "name": "Pumpkin", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3866d15e-8c29-4c90-88b6-eb32df6ef598", - "name": "Spawner (113)", - "location": [3711, 2690, 20], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 6, - "entries": [ - { "name": "Pumpkin", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a2b0dc3d-9a2f-4614-bd7a-81f6ebb1dfe6", - "name": "Spawner (113)", - "location": [3711, 2679, 20], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 6, - "entries": [ - { "name": "Pumpkin", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5ea95508-0bcf-45cb-97f1-fa8c7a59d604", - "name": "Spawner (113)", - "location": [3772, 2771, 56], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 2, "probability": 100 }, - { "name": "Lizardman", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6527a09f-7352-45a1-929e-bce8398c09b9", - "name": "Spawner (113)", - "location": [3396, 2645, 48], - "map": "Trammel", - "count": 74, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Mongbat", "maxCount": 14, "probability": 100 }, - { "name": "Bogling", "maxCount": 14, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "Bull", "maxCount": 40, "probability": 100 }, - { "name": "Eagle", "maxCount": 40, "probability": 100 }, - { "name": "Hind", "maxCount": 40, "probability": 100 }, - { "name": "Bird", "maxCount": 40, "probability": 100 }, - { "name": "Llama", "maxCount": 40, "probability": 100 }, - { "name": "Goat", "maxCount": 40, "probability": 100 }, - { "name": "Gaman", "maxCount": 40, "probability": 100 }, - { "name": "GreatHart", "maxCount": 40, "probability": 100 }, - { "name": "Cougar", "maxCount": 5, "probability": 100 }, - { "name": "Panther", "maxCount": 5, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "Rabbit", "maxCount": 5, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "62925efa-f113-4201-a4f9-3a93e358e103", - "name": "Spawner (113)", - "location": [3742, 2520, 47], - "map": "Trammel", - "count": 56, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Mongbat", "maxCount": 12, "probability": 100 }, - { "name": "Bogling", "maxCount": 12, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 4, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 4, "probability": 100 }, - { "name": "Bull", "maxCount": 28, "probability": 100 }, - { "name": "Eagle", "maxCount": 28, "probability": 100 }, - { "name": "Hind", "maxCount": 28, "probability": 100 }, - { "name": "Bird", "maxCount": 28, "probability": 100 }, - { "name": "Llama", "maxCount": 28, "probability": 100 }, - { "name": "Goat", "maxCount": 28, "probability": 100 }, - { "name": "GreatHart", "maxCount": 28, "probability": 100 }, - { "name": "Cougar", "maxCount": 4, "probability": 100 }, - { "name": "Panther", "maxCount": 4, "probability": 100 }, - { "name": "BlackBear", "maxCount": 4, "probability": 100 }, - { "name": "BrownBear", "maxCount": 4, "probability": 100 }, - { "name": "Rabbit", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "caeaff80-1da6-4546-998a-f629d8b849be", - "name": "Spawner (113)", - "location": [3403, 2572, 21], - "map": "Trammel", - "count": 28, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Bogling", "maxCount": 6, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 2, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 14, "probability": 100 }, - { "name": "Eagle", "maxCount": 14, "probability": 100 }, - { "name": "Hind", "maxCount": 14, "probability": 100 }, - { "name": "Bird", "maxCount": 14, "probability": 100 }, - { "name": "Llama", "maxCount": 14, "probability": 100 }, - { "name": "Goat", "maxCount": 14, "probability": 100 }, - { "name": "GreatHart", "maxCount": 14, "probability": 100 }, - { "name": "Cougar", "maxCount": 2, "probability": 100 }, - { "name": "Panther", "maxCount": 2, "probability": 100 }, - { "name": "BlackBear", "maxCount": 2, "probability": 100 }, - { "name": "BrownBear", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fe0cce54-9a71-4c02-a1b7-e2dc495dd29e", - "name": "Spawner (113)", - "location": [3690, 2422, 40], - "map": "Trammel", - "count": 56, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 47, - "walkingRange": 50, - "entries": [ - { "name": "Mongbat", "maxCount": 12, "probability": 100 }, - { "name": "Bogling", "maxCount": 12, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 4, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 4, "probability": 100 }, - { "name": "Bull", "maxCount": 28, "probability": 100 }, - { "name": "Eagle", "maxCount": 28, "probability": 100 }, - { "name": "Hind", "maxCount": 28, "probability": 100 }, - { "name": "Bird", "maxCount": 28, "probability": 100 }, - { "name": "Llama", "maxCount": 28, "probability": 100 }, - { "name": "Goat", "maxCount": 28, "probability": 100 }, - { "name": "GreatHart", "maxCount": 28, "probability": 100 }, - { "name": "Cougar", "maxCount": 4, "probability": 100 }, - { "name": "Panther", "maxCount": 4, "probability": 100 }, - { "name": "BlackBear", "maxCount": 4, "probability": 100 }, - { "name": "BrownBear", "maxCount": 4, "probability": 100 }, - { "name": "Rabbit", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6cced58c-2759-4614-bc35-bdd0cc98d6cf", - "name": "Spawner (113)", - "location": [3615, 2410, 47], - "map": "Trammel", - "count": 17, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Bogling", "maxCount": 6, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 1, "probability": 100 }, - { "name": "Bull", "maxCount": 7, "probability": 100 }, - { "name": "Eagle", "maxCount": 7, "probability": 100 }, - { "name": "Hind", "maxCount": 7, "probability": 100 }, - { "name": "Bird", "maxCount": 7, "probability": 100 }, - { "name": "Llama", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "GreatHart", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "Panther", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "Rabbit", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d80a73e2-7862-4b9d-baba-a1dd20b132b1", - "name": "Spawner (113)", - "location": [3549, 2409, 16], - "map": "Trammel", - "count": 54, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Mongbat", "maxCount": 10, "probability": 100 }, - { "name": "Bogling", "maxCount": 10, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 4, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 4, "probability": 100 }, - { "name": "Bull", "maxCount": 28, "probability": 100 }, - { "name": "Eagle", "maxCount": 28, "probability": 100 }, - { "name": "Hind", "maxCount": 28, "probability": 100 }, - { "name": "Bird", "maxCount": 28, "probability": 100 }, - { "name": "Llama", "maxCount": 28, "probability": 100 }, - { "name": "Goat", "maxCount": 28, "probability": 100 }, - { "name": "GreatHart", "maxCount": 28, "probability": 100 }, - { "name": "Cougar", "maxCount": 4, "probability": 100 }, - { "name": "Panther", "maxCount": 4, "probability": 100 }, - { "name": "BlackBear", "maxCount": 4, "probability": 100 }, - { "name": "BrownBear", "maxCount": 4, "probability": 100 }, - { "name": "Rabbit", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa2bfefb-2642-4c4e-a7ae-0ed83dd451e5", - "name": "Spawner (113)", - "location": [3483, 2389, 17], - "map": "Trammel", - "count": 17, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Bogling", "maxCount": 6, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 1, "probability": 100 }, - { "name": "Bull", "maxCount": 7, "probability": 100 }, - { "name": "Eagle", "maxCount": 7, "probability": 100 }, - { "name": "Hind", "maxCount": 7, "probability": 100 }, - { "name": "Bird", "maxCount": 7, "probability": 100 }, - { "name": "Llama", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "GreatHart", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "Panther", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "Rabbit", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a94d5e4b-e59a-4138-9c9c-6e92f3495861", - "name": "Spawner (113)", - "location": [3575, 2523, 0], - "map": "Trammel", - "count": 28, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Bogling", "maxCount": 6, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 2, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 14, "probability": 100 }, - { "name": "Eagle", "maxCount": 14, "probability": 100 }, - { "name": "Hind", "maxCount": 14, "probability": 100 }, - { "name": "Bird", "maxCount": 14, "probability": 100 }, - { "name": "Llama", "maxCount": 14, "probability": 100 }, - { "name": "Goat", "maxCount": 14, "probability": 100 }, - { "name": "GreatHart", "maxCount": 14, "probability": 100 }, - { "name": "Cougar", "maxCount": 2, "probability": 100 }, - { "name": "Panther", "maxCount": 2, "probability": 100 }, - { "name": "BlackBear", "maxCount": 2, "probability": 100 }, - { "name": "BrownBear", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "754ae235-0db8-454e-afca-3ae1e96814ee", - "name": "Spawner (113)", - "location": [3524, 2459, 28], - "map": "Trammel", - "count": 17, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Bogling", "maxCount": 6, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 1, "probability": 100 }, - { "name": "Bull", "maxCount": 7, "probability": 100 }, - { "name": "Eagle", "maxCount": 7, "probability": 100 }, - { "name": "Hind", "maxCount": 7, "probability": 100 }, - { "name": "Bird", "maxCount": 7, "probability": 100 }, - { "name": "Llama", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "GreatHart", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "Panther", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "Rabbit", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c33dcd57-a372-45e6-a84e-5ec5be59961e", - "name": "Spawner (113)", - "location": [3482, 2459, 35], - "map": "Trammel", - "count": 17, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Bogling", "maxCount": 6, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 1, "probability": 100 }, - { "name": "Bull", "maxCount": 7, "probability": 100 }, - { "name": "Eagle", "maxCount": 7, "probability": 100 }, - { "name": "Hind", "maxCount": 7, "probability": 100 }, - { "name": "Bird", "maxCount": 7, "probability": 100 }, - { "name": "Llama", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "GreatHart", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "Panther", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "Rabbit", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d4654660-6f3b-4548-8237-95178ffc922d", - "name": "Spawner (113)", - "location": [3436, 2486, 27], - "map": "Trammel", - "count": 17, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Bogling", "maxCount": 6, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 1, "probability": 100 }, - { "name": "Bull", "maxCount": 7, "probability": 100 }, - { "name": "Eagle", "maxCount": 7, "probability": 100 }, - { "name": "Hind", "maxCount": 7, "probability": 100 }, - { "name": "Bird", "maxCount": 7, "probability": 100 }, - { "name": "Llama", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "GreatHart", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "Panther", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "Rabbit", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "49d1330e-77d3-4b7b-8e8d-0ca096a86687", - "name": "Spawner (113)", - "location": [3450, 2734, 49], - "map": "Trammel", - "count": 156, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 70, - "entries": [ - { "name": "Mongbat", "maxCount": 36, "probability": 100 }, - { "name": "Bogling", "maxCount": 36, "probability": 100 }, - { "name": "Ettin", "maxCount": 36, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 10, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 10, "probability": 100 }, - { "name": "Bull", "maxCount": 80, "probability": 100 }, - { "name": "Eagle", "maxCount": 80, "probability": 100 }, - { "name": "Hind", "maxCount": 80, "probability": 100 }, - { "name": "Bird", "maxCount": 80, "probability": 100 }, - { "name": "Llama", "maxCount": 80, "probability": 100 }, - { "name": "Goat", "maxCount": 80, "probability": 100 }, - { "name": "Gaman", "maxCount": 80, "probability": 100 }, - { "name": "GreatHart", "maxCount": 80, "probability": 100 }, - { "name": "Cougar", "maxCount": 10, "probability": 100 }, - { "name": "Panther", "maxCount": 10, "probability": 100 }, - { "name": "BlackBear", "maxCount": 10, "probability": 100 }, - { "name": "BrownBear", "maxCount": 10, "probability": 100 }, - { "name": "Rabbit", "maxCount": 10, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "855e3df1-166e-41c3-9e1e-08bbde898559", - "name": "Spawner (113)", - "location": [3700, 2699, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "BrigandCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eeb2089b-90c4-4415-92bd-f9ac17231245", - "name": "Spawner (113)", - "location": [3753, 2705, 40], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "BrigandCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aab3ef35-c62d-459e-bd83-d3c70189caa2", - "name": "Spawner (113)", - "location": [3764, 2662, 62], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 0, - "entries": [ - { "name": "BrigandCamp", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/post-uoml/trammel/TownsLife.json b/Distribution/Data/Spawns/post-uoml/trammel/TownsLife.json deleted file mode 100644 index 5390d1239..000000000 --- a/Distribution/Data/Spawns/post-uoml/trammel/TownsLife.json +++ /dev/null @@ -1,36 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "076e8845-e42b-434d-8df6-380aaf7a3383", - "name": "Spawner (122)", - "location": [3444, 2556, 30], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "Cat", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "af813f31-3e6a-4657-bd6d-640e0d74c328", - "name": "Spawner (122)", - "location": [3487, 2549, 16], - "map": "Trammel", - "count": 30, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Dog", "maxCount": 5, "probability": 100 }, - { "name": "Cat", "maxCount": 5, "probability": 100 }, - { "name": "Bird", "maxCount": 20, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/post-uoml/trammel/Vendors.json b/Distribution/Data/Spawns/post-uoml/trammel/Vendors.json deleted file mode 100644 index adc106250..000000000 --- a/Distribution/Data/Spawns/post-uoml/trammel/Vendors.json +++ /dev/null @@ -1,1528 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "3e236130-7110-4161-87f5-74862a376118", - "name": "Spawner (125)", - "location": [3484, 2570, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 2, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12f15214-6492-4a29-807b-5023bc6e8184", - "name": "Spawner (125)", - "location": [3470, 2519, 49], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 3, - "entries": [ - { "name": "HairStylist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2b817585-83c8-436a-85b8-a372532a32ec", - "name": "Spawner (125)", - "location": [3504, 2612, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "66a41153-b0cc-4f62-893b-172454cd1264", - "name": "Spawner (125)", - "location": [3495, 2590, 35], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9db0cd07-38eb-412a-a328-46ccf2dbf096", - "name": "Spawner (125)", - "location": [3496, 2547, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Weaver", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5f102f6a-04cc-4f48-b793-fc29c36b7ddb", - "name": "Spawner (125)", - "location": [3497, 2552, 20], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Tailor", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e2a7c76a-b207-45b3-aaea-82b9aed19261", - "name": "Spawner (125)", - "location": [3494, 2551, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a9ef5ff7-852a-4a9b-a9cb-da0b70e6c96f", - "name": "Spawner (125)", - "location": [3481, 2569, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 2, - "entries": [ - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3d96a45c-ad7a-40f8-98a0-5080ff9066e5", - "name": "Spawner (125)", - "location": [3481, 2575, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 2, - "entries": [ - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f713041b-8980-4839-84cb-232cb39f710a", - "name": "Spawner (125)", - "location": [3463, 2558, 35], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Healer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e76ec8dd-9238-46d2-82a6-5896e68b5431", - "name": "Spawner (125)", - "location": [3463, 2558, 36], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1c62a5b0-f9fc-45b4-b835-798259d544ff", - "name": "Spawner (125)", - "location": [3502, 2414, 55], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 6, - "entries": [ - { "name": "HolyMage", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5199f10b-7a24-4aab-89d8-4df0dcf757a7", - "name": "Spawner (125)", - "location": [3554, 2457, 15], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 6, - "entries": [ - { "name": "EvilWanderingHealer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "256f5e74-a005-417b-a6f4-373aa8eb9a90", - "name": "Spawner (125)", - "location": [3480, 2533, 38], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 2, - "entries": [ - { "name": "Merchant", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "569bab9d-7523-4d66-98db-676d0d82e87d", - "name": "Spawner (125)", - "location": [3412, 2602, 60], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Actor", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ee62671b-f06d-4aa3-b839-067d11051144", - "name": "Spawner (125)", - "location": [3527, 2516, 45], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 6, - "entries": [ - { "name": "Noble", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "270bc1dd-a0e1-4b40-86ff-22b3e81d61c7", - "name": "Spawner (125)", - "location": [3473, 2493, 72], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 6, - "entries": [ - { "name": "Noble", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "89b5e674-6760-48e7-9ad2-e7a2540238f3", - "name": "Spawner (125)", - "location": [3485, 2493, 52], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 6, - "entries": [ - { "name": "Noble", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "13eb1b0e-1058-441f-ac30-640842ba4aa2", - "name": "Spawner (125)", - "location": [3526, 2519, 25], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 6, - "entries": [ - { "name": "Noble", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cbdb06cc-55f7-4313-920d-4c2552280956", - "name": "Spawner (125)", - "location": [3470, 2539, 36], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 2, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "051c3bf5-86d1-4f51-925d-13ccab2021d4", - "name": "Spawner (125)", - "location": [3469, 2536, 41], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 2, - "entries": [ - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c10e754e-66c4-432f-98a1-55619df323f4", - "name": "Spawner (125)", - "location": [3526, 2536, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 2, - "entries": [ - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d67f1961-a220-4ac7-a977-ed9093b91d98", - "name": "Spawner (125)", - "location": [3471, 2539, 36], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 2, - "entries": [ - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f9642917-84a6-48d3-97ae-f31cdcabb985", - "name": "Spawner (125)", - "location": [3474, 2539, 31], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 2, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2bb40f0a-7b32-4553-8891-30384ec56ca1", - "name": "Spawner (125)", - "location": [3471, 2528, 48], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 3, - "entries": [ - { "name": "Scribe", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "edd6b474-4629-4bf8-8d7c-53f560993456", - "name": "Spawner (125)", - "location": [3461, 2566, 36], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 3, - "entries": [ - { "name": "Herbalist", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "95ed3464-8403-4c33-848f-2d419357f665", - "name": "Spawner (125)", - "location": [3470, 2519, 48], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 3, - "entries": [ - { "name": "Herbalist", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fa5d25d6-dfd2-4a5a-9025-7991f2c1e000", - "name": "Spawner (125)", - "location": [3527, 2576, 7], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "11a13313-6107-4c4b-a717-c200576fd994", - "name": "Spawner (125)", - "location": [3520, 2598, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Fisherman", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "18ac5e1e-c92f-4c96-8d6b-7d41fc01d559", - "name": "Spawner (125)", - "location": [3484, 2576, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 2, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e423e201-c07c-4c73-bb26-b98e4c5715d6", - "name": "Spawner (125)", - "location": [3458, 2524, 53], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9add9763-95a0-4a70-876e-fdb16a5e7f25", - "name": "Spawner (125)", - "location": [3458, 2528, 53], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "65655644-247b-45a8-b14c-5b2e3bc14f6b", - "name": "Spawner (125)", - "location": [3495, 2527, 27], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 3, - "entries": [ - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7023d532-54cc-4dec-b43c-5b3b9722854f", - "name": "Spawner (125)", - "location": [3450, 2569, 30], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 6, - "entries": [ - { "name": "Thief", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fcc1684f-45d4-4e9d-a8ef-f0a82a4a2dbf", - "name": "Spawner (125)", - "location": [3463, 2576, 35], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Baker", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dcd02218-4bb6-4737-a09d-1c1eb19ed14c", - "name": "Spawner (125)", - "location": [3461, 2566, 37], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Alchemist", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a3ee96bb-f740-41d8-ae43-d436a5d903fc", - "name": "Spawner (125)", - "location": [3445, 2552, 55], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 6, - "entries": [ - { "name": "Waiter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8e30685f-b29d-4f6a-8d31-df3910837e8e", - "name": "Spawner (125)", - "location": [3461, 2566, 35], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "HairStylist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37164f75-e494-499c-af9c-adcb4b9a3015", - "name": "Spawner (125)", - "location": [3443, 2552, 35], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 6, - "entries": [ - { "name": "Waiter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "43989367-6208-484f-ac87-7c0b97942598", - "name": "Spawner (125)", - "location": [3442, 2567, 53], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 6, - "entries": [ - { "name": "Waiter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd8f7bd5-2623-4712-bec2-b4109aeeb9ff", - "name": "Spawner (125)", - "location": [3505, 2518, 27], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 6, - "entries": [ - { "name": "Waiter", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "32b9ee94-88a7-4591-ad3c-898b09d9f053", - "name": "Spawner (125)", - "location": [3501, 2517, 27], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c18cb625-4b4e-495c-81f3-181e6d33f446", - "name": "Spawner (125)", - "location": [3497, 2518, 27], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Cook", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5ab3bb89-312e-441d-82d5-eadbd3c33832", - "name": "Spawner (125)", - "location": [3495, 2532, 27], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 3, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72e055e7-2dce-4946-9ff7-76c0a499f2cd", - "name": "Spawner (125)", - "location": [3495, 2530, 27], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 3, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e316b602-c0f5-4c25-8a61-a5b5e01443c7", - "name": "Spawner (125)", - "location": [3446, 2606, 32], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "LeatherWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da916a95-fb6c-4605-866d-ebf58f55ec49", - "name": "Spawner (125)", - "location": [3446, 2606, 31], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "79e04477-5ab1-4276-a4fe-c37385548e20", - "name": "Spawner (125)", - "location": [3446, 2606, 30], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f2e53c30-0994-4dc1-8e83-afa18e1fa5b3", - "name": "Spawner (125)", - "location": [3508, 2553, 20], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Jeweler", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "506a175a-b815-44fe-9adf-d0091ab5b9c3", - "name": "Spawner (125)", - "location": [3506, 2746, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Miner", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "398d0d16-59a2-4fa9-aaa1-5b86f083440a", - "name": "Spawner (125)", - "location": [3526, 2536, 21], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "IronWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc151c52-294e-421f-a1df-e8d8456dcadf", - "name": "Spawner (125)", - "location": [3481, 2506, 45], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 1, - "entries": [ - { "name": "BaseEscortable", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "94b1a002-db27-4710-b1b8-a959bb6de05e", - "name": "Spawner (125)", - "location": [3526, 2536, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Miner", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "42ac8da7-4ce3-45fd-9cb7-70bbc9309487", - "name": "Spawner (125)", - "location": [3434, 2568, 53], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 1, - "entries": [ - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "edf355a6-d296-4a99-b632-cd13dd932b08", - "name": "Spawner (125)", - "location": [3432, 2554, 44], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Vagabond", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "30b62d0b-446f-4577-bc8f-1614e1e579c9", - "name": "Spawner (125)", - "location": [3437, 2566, 53], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 2, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "044b2029-6882-4e73-90ff-e23baf6f6067", - "name": "Spawner (125)", - "location": [3555, 2698, 5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 2, - "entries": [ - { "name": "Dryad", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "70c30dc7-1d69-4bac-9767-3e4a869f3f0f", - "name": "Spawner (125)", - "location": [3545, 2563, 5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 1, - "entries": [ - { "name": "BaseEscortable", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b64ef097-7cb2-49fc-bcc3-8053602b0c5e", - "name": "Spawner (125)", - "location": [3471, 2589, 10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 1, - "entries": [ - { "name": "BaseEscortable", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6ac60b58-3ca7-48eb-b0ac-7d802fbce90a", - "name": "Spawner (125)", - "location": [3452, 2586, 30], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Peasant", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7985d6cc-5f78-4866-8d28-bb7d8c581bbb", - "name": "Spawner (125)", - "location": [3443, 2535, 36], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 2, - "entries": [ - { "name": "SeekerOfAdventure", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6b09d5ff-9d1f-4f66-8e7b-679a90cf9c45", - "name": "Spawner (125)", - "location": [4571, 2303, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7f8a090b-7884-48d5-8d54-7449899cf78a", - "name": "Spawner (125)", - "location": [4553, 2318, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d21124c-44cb-44f5-aa0b-d17142e60d1a", - "name": "Spawner (125)", - "location": [4550, 2307, -2], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": -1, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1e04c039-89e9-4788-bd06-789dbbb50b1d", - "name": "Spawner (125)", - "location": [4557, 2307, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e79907c6-57d3-4ed4-963d-bf9fc8574b09", - "name": "Spawner (125)", - "location": [4540, 2301, -1], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0675ef64-df55-4c32-848a-bf30be59538f", - "name": "Spawner (125)", - "location": [4547, 2321, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "bodysculptor", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e683aa9f-8b9b-46ff-9fe1-5fb145b44bd3", - "name": "Spawner (125)", - "location": [4551, 2334, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "22fe0b5c-8a8b-48ad-930e-ad36d4487727", - "name": "Spawner (125)", - "location": [4556, 2330, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "753fc723-5058-4e85-b358-258d02f585b5", - "name": "Spawner (125)", - "location": [4533, 2333, -2], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "48870208-fd28-4b37-b5bc-120a08bf0f7f", - "name": "Spawner (125)", - "location": [4569, 2304, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "dockmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98cfdac2-0e80-4e90-8670-899c3a3c9fc1", - "name": "Spawner (125)", - "location": [4549, 2346, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "995cf0a6-8a05-4bcd-8020-abc07be7e4ea", - "name": "Spawner (125)", - "location": [4562, 2349, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "hiresailor", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9139511d-30f8-43b2-897b-fa540e0c1c2f", - "name": "Spawner (125)", - "location": [4570, 2400, -2], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 7, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 }, - { "name": "hiresailor", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37402f51-4aeb-4a60-9992-3a80ef185ce3", - "name": "Spawner (125)", - "location": [4551, 2327, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": -1, - "entries": [ - { "name": "FisherGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0e6cf397-8099-46d5-ab34-5aee1bcf6c81", - "name": "Spawner (125)", - "location": [4530, 2382, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f760f138-6bb1-499f-adc2-65126b63c058", - "name": "Spawner (125)", - "location": [4551, 2320, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "boatpainter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "04680f57-809d-4c04-8672-16f9e9011dc2", - "name": "Spawner (125)", - "location": [4573, 2364, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd9a3f5c-4531-4083-8bd0-7c922b2a446f", - "name": "Spawner (125)", - "location": [4553, 2351, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b48da21e-223d-4e93-8062-6ce382e0ad9a", - "name": "Spawner (125)", - "location": [4537, 2348, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "846018e2-4ec0-4603-8b78-1804b234eebb", - "name": "Spawner (125)", - "location": [4549, 2301, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ab2385eb-4408-432c-99c2-a900f56e3a91", - "name": "Spawner (125)", - "location": [4553, 2343, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "612d1488-2e59-4ac4-9ad6-908c8110f2c5", - "name": "Spawner (125)", - "location": [4544, 2299, -1], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b783dc23-05a2-44a8-bc47-c414ad20c677", - "name": "Spawner (125)", - "location": [4561, 2328, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "88cc6da0-0d9c-4959-8b66-e7ad4249e7dd", - "name": "Spawner (125)", - "location": [4551, 2381, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": -1, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cb6d2672-e22b-400f-b6f6-6bb53a395307", - "name": "Spawner (125)", - "location": [4552, 2349, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": -1, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "80396670-c909-44f6-bee2-197dd3664069", - "name": "Spawner (125)", - "location": [4552, 2390, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": -1, - "entries": [ - { "name": "hiresailor", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b879011d-83c8-42d2-a425-fe79435eb34b", - "name": "Spawner (125)", - "location": [4542, 2329, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Alchemist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a93d6a97-80a5-4d4b-928e-4fe9036267eb", - "name": "Spawner (125)", - "location": [4551, 2323, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0d82601b-0709-48ab-a160-74b490782cd5", - "name": "Spawner (125)", - "location": [4564, 2298, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0a388236-c79c-4c56-8f47-de4d983680e8", - "name": "Spawner (125)", - "location": [4547, 2376, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ab1a8ed2-6b9a-4e3e-8d78-2facd28d9bc1", - "name": "Spawner (125)", - "location": [4540, 2306, -1], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": -1, - "entries": [ - { "name": "Waiter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dea5dc25-4b58-4f7f-a78b-f960a011a116", - "name": "Spawner (125)", - "location": [4554, 2389, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": -1, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c48ad7f6-9713-4ad9-bc2b-9929a1c7b491", - "name": "Spawner (125)", - "location": [4534, 2349, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": -1, - "entries": [ - { "name": "treasurelevel1h", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9a513bd0-41d7-4021-b7b7-54db4b4d5983", - "name": "Spawner (125)", - "location": [4535, 2349, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": -1, - "entries": [ - { "name": "treasurelevel1h", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/post-uoml/trammel/WildLife.json b/Distribution/Data/Spawns/post-uoml/trammel/WildLife.json deleted file mode 100644 index 129508795..000000000 --- a/Distribution/Data/Spawns/post-uoml/trammel/WildLife.json +++ /dev/null @@ -1,18 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "53f1207a-7347-4899-8c9d-020fdd199822", - "name": "Spawner (126)", - "location": [1651, 612, 22], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "TimberWolf", "maxCount": 3, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/BlightedGrove.json b/Distribution/Data/Spawns/shared/felucca/BlightedGrove.json deleted file mode 100644 index a7dca8fe5..000000000 --- a/Distribution/Data/Spawns/shared/felucca/BlightedGrove.json +++ /dev/null @@ -1,151 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "163c83bd-e63d-4654-8c0e-231486150f45", - "name": "Spawner (201)", - "location": [6540, 872, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "InsaneDryad", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "196961bc-de35-4e5c-9fbf-079ab5092d5f", - "name": "Spawner (201)", - "location": [6518, 879, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "InsaneDryad", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3bd66ec7-4d6b-46cb-8913-5c62344510c0", - "name": "Spawner (201)", - "location": [6507, 843, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Tangle", "maxCount": 8, "probability": 100 }, - { "name": "Bogling", "maxCount": 8, "probability": 100 }, - { "name": "Alligator", "maxCount": 8, "probability": 100 }, - { "name": "Reaper", "maxCount": 8, "probability": 100 }, - { "name": "Corpser", "maxCount": 8, "probability": 100 }, - { "name": "Changeling", "maxCount": 8, "probability": 100 }, - { "name": "WhippingVine", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "687f8c07-43c4-4724-8ede-078862373736", - "name": "Spawner (201)", - "location": [6535, 848, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Abscess", "maxCount": 4, "probability": 100 }, - { "name": "Hydra", "maxCount": 4, "probability": 100 }, - { "name": "BogThing", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9b045049-0b03-4f18-9148-b0bd1fa3600b", - "name": "Spawner (201)", - "location": [6489, 897, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "InsaneDryad", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c6dedce5-b3a9-4510-b8a4-4e1be285305c", - "name": "Spawner (201)", - "location": [6513, 871, 0], - "map": "Felucca", - "count": 17, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 35, - "walkingRange": 35, - "entries": [ - { "name": "GiantSerpent", "maxCount": 17, "probability": 100 }, - { "name": "GiantToad", "maxCount": 17, "probability": 100 }, - { "name": "Harpy", "maxCount": 17, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 17, "probability": 100 }, - { "name": "Snake", "maxCount": 17, "probability": 100 }, - { "name": "Bogling", "maxCount": 17, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d4583e64-cac2-49f5-bb09-86c9481e0147", - "name": "Spawner (201)", - "location": [6518, 870, 0], - "map": "Felucca", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Thrasher", "maxCount": 9, "probability": 100 }, - { "name": "SwampTentacle", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Bogling", "maxCount": 9, "probability": 100 }, - { "name": "Alligator", "maxCount": 9, "probability": 100 }, - { "name": "Coil", "maxCount": 9, "probability": 100 }, - { "name": "WhippingVine", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f708c05a-1da4-4452-8d8b-1965849d6e39", - "name": "Spawner (201)", - "location": [6585, 878, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Harpy", "maxCount": 7, "probability": 100 }, - { "name": "Saliva", "maxCount": 7, "probability": 100 }, - { "name": "Changeling", "maxCount": 7, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/BritainSewer.json b/Distribution/Data/Spawns/shared/felucca/BritainSewer.json deleted file mode 100644 index 1e3e4c45e..000000000 --- a/Distribution/Data/Spawns/shared/felucca/BritainSewer.json +++ /dev/null @@ -1,368 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "07b03a23-af40-4539-be8b-6834573838df", - "name": "Spawner (202)", - "location": [6065, 1459, 5], - "map": "Felucca", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "099f6832-75ef-4f46-91b2-0d64509897c2", - "name": "Spawner (202)", - "location": [6052, 1463, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "Alligator", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2fd77ead-e282-4216-aa6c-0273391bdd4e", - "name": "Spawner (202)", - "location": [6090, 1483, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "Alligator", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3237bbc2-29a2-488c-a918-d8db1f5e7f60", - "name": "Spawner (202)", - "location": [6087, 1443, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "Alligator", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "371c3545-e908-4d18-8dbb-3b86c422566a", - "name": "Spawner (202)", - "location": [6112, 1462, 5], - "map": "Felucca", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5da0bc6b-dfdb-47b8-a0df-0ff3eaf5c212", - "name": "Spawner (202)", - "location": [6048, 1487, 5], - "map": "Felucca", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "62ba5343-d337-495e-aaf4-9dfb4d46c8b3", - "name": "Spawner (202)", - "location": [6061, 1490, 5], - "map": "Felucca", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "75adb4cb-b0a7-44db-a5fe-d4e9b139ce7b", - "name": "Spawner (202)", - "location": [6059, 1438, 4], - "map": "Felucca", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "75e04bc3-078d-40c2-9ca8-d3a11a97965f", - "name": "Spawner (202)", - "location": [6108, 1471, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "Alligator", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "77bf6da3-ca32-446e-8d0b-239bb4520afd", - "name": "Spawner (202)", - "location": [6037, 1494, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "Alligator", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8674d509-c36a-4ab8-9399-6329f1379984", - "name": "Spawner (202)", - "location": [6091, 1491, 10], - "map": "Felucca", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a8680e6d-12db-4ef9-8107-9df6850893db", - "name": "Spawner (202)", - "location": [6115, 1491, -15], - "map": "Felucca", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a9a6ccfe-d9b7-40f3-bfa8-d00994214056", - "name": "Spawner (202)", - "location": [6039, 1438, 4], - "map": "Felucca", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aca1fcd4-cc2b-4472-ab6e-89e0322f9fec", - "name": "Spawner (202)", - "location": [6049, 1447, 4], - "map": "Felucca", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b8273eff-be93-4ab9-8642-c1e9a92ddbbc", - "name": "Spawner (202)", - "location": [6092, 1448, 5], - "map": "Felucca", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba6cecc1-f3c1-4e95-a624-ac4d5d668265", - "name": "Spawner (202)", - "location": [6034, 1467, 5], - "map": "Felucca", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c93d730a-8c5a-4580-8952-14008d80b395", - "name": "Spawner (202)", - "location": [6049, 1470, 5], - "map": "Felucca", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d0d1dbda-9b50-4646-9509-d5d32eb9f081", - "name": "Spawner (202)", - "location": [6041, 1486, 5], - "map": "Felucca", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da9f7dcc-c64d-4a72-ba8a-b5846258a093", - "name": "Spawner (202)", - "location": [6084, 1470, 5], - "map": "Felucca", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 1, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e8b1dc3e-cc13-4253-b228-12abe499061b", - "name": "Spawner (202)", - "location": [6077, 1492, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "Alligator", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ebace9c4-5941-4346-9ebf-6ca7ff7e33c5", - "name": "Spawner (202)", - "location": [6107, 1452, 25], - "map": "Felucca", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/Covetous.json b/Distribution/Data/Spawns/shared/felucca/Covetous.json deleted file mode 100644 index 633bfd777..000000000 --- a/Distribution/Data/Spawns/shared/felucca/Covetous.json +++ /dev/null @@ -1,803 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "04a59b8a-4697-4c8a-b057-a7846a5cfe97", - "name": "Spawner (203)", - "location": [5460, 1975, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "05c027e9-5cef-4b03-b4e2-b7f70c0f34cb", - "name": "Spawner (203)", - "location": [5469, 2019, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Slime", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "076ead03-f463-46d8-9eae-962520cb986f", - "name": "Spawner (203)", - "location": [5411, 1932, 0], - "map": "Felucca", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "081c0be6-7cd4-4ab6-95bd-b4a3ac8bc5eb", - "name": "Spawner (203)", - "location": [5436, 1972, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Corpser", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "11ad3aa3-a368-4ae4-834f-873a14b82a5c", - "name": "Spawner (203)", - "location": [2513, 862, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12837eff-77e0-423d-9308-aa8e4b92afc0", - "name": "Spawner (203)", - "location": [5388, 2012, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Gazer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "18614d1c-4026-4618-9066-f8369e353c0b", - "name": "Spawner (203)", - "location": [5593, 2017, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "HeadlessOne", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "18b6eb68-8acb-4269-8d51-e1e52df02f52", - "name": "Spawner (203)", - "location": [5596, 1903, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1d06af3f-76ac-4beb-b7bb-c65efeb63a2d", - "name": "Spawner (203)", - "location": [5393, 1921, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Corpser", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "21535b77-5477-4334-98a1-2fb854f492a2", - "name": "Spawner (203)", - "location": [5429, 1989, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Gazer", "maxCount": 2, "probability": 100 }, - { "name": "GazerLarva", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "44351b8c-77f3-4eca-b121-b692abfefe34", - "name": "Spawner (203)", - "location": [5498, 1998, 0], - "map": "Felucca", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "StoneHarpy", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "46c6bb22-25f4-44cc-a42a-15ec120268bb", - "name": "Spawner (203)", - "location": [5577, 2006, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "HeadlessOne", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "50cbf26b-8516-4000-869e-08fee55f37c8", - "name": "Spawner (203)", - "location": [5387, 1911, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "55ea4b3a-f7f0-4e41-8a13-4b839a657671", - "name": "Spawner (203)", - "location": [5457, 1971, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Gazer", "maxCount": 4, "probability": 100 }, - { "name": "GazerLarva", "maxCount": 2, "probability": 100 }, - { "name": "ElderGazer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "57532ad5-1402-49c2-ac15-8b40fbe30210", - "name": "Spawner (203)", - "location": [5474, 2035, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "DreadSpider", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5d292834-991e-49ac-b1f8-9b19816f6619", - "name": "Spawner (203)", - "location": [5448, 2027, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5e88cb7f-eff4-43c8-8137-ec7efbef249e", - "name": "Spawner (203)", - "location": [5503, 2002, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "610daa60-c1c5-4a85-be92-2bd7cec2d8d3", - "name": "Spawner (203)", - "location": [5445, 2030, -3], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "WaterElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6bef2f7e-e2ca-444e-a1a9-04f03ce7b12c", - "name": "Spawner (203)", - "location": [5579, 1859, 0], - "map": "Felucca", - "count": 11, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 11, - "walkingRange": 25, - "entries": [ - { "name": "Lich", "maxCount": 7, "probability": 100 }, - { "name": "Spectre", "maxCount": 3, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "78da4a22-a348-4c15-80c1-90a649a8551c", - "name": "Spawner (203)", - "location": [5615, 1838, 0], - "map": "Felucca", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 25, - "entries": [ - { "name": "BoneKnight", "maxCount": 3, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7b4252b3-0f5e-4af8-b8c7-6dc2352924f5", - "name": "Spawner (203)", - "location": [5453, 1905, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "HeadlessOne", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7b58b7a8-e6b5-4353-82b2-787c87a6469d", - "name": "Spawner (203)", - "location": [5425, 1992, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Corpser", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7b69d58b-9222-46b1-9833-4d9c5d73785e", - "name": "Spawner (203)", - "location": [5413, 2000, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7ea55605-a5c0-4993-a383-accfc14ac29a", - "name": "Spawner (203)", - "location": [5452, 1891, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "85fdc7f9-7c5b-4d42-ba34-f0470a3470c9", - "name": "Spawner (203)", - "location": [5472, 1877, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Harpy", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "87a1cb9f-e49a-407e-a015-f52c4449902b", - "name": "Spawner (203)", - "location": [5417, 1975, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Corpser", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9274c0ec-c477-4846-b170-b903efdbba05", - "name": "Spawner (203)", - "location": [2493, 883, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "938f10be-c2ce-4786-a151-5a946533d688", - "name": "Spawner (203)", - "location": [5443, 1918, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 30, - "entries": [ - { "name": "StoneHarpy", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a6cd9b62-1f5a-4c7b-81b8-4df8e73a1c88", - "name": "Spawner (203)", - "location": [2480, 863, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a733418d-d49e-4938-842b-cc7ffed4523a", - "name": "Spawner (203)", - "location": [5504, 1808, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 12, - "entries": [ - { "name": "RottingCorpse", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b1325960-b3f5-4e08-bf86-4971d893a03b", - "name": "Spawner (203)", - "location": [5558, 2025, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "HeadlessOne", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b661a309-8991-4fb9-9360-47dda815fae5", - "name": "Spawner (203)", - "location": [5617, 1861, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 25, - "entries": [ - { "name": "BoneKnight", "maxCount": 3, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd99f0d0-a90c-409b-be4c-91898afed157", - "name": "Spawner (203)", - "location": [5560, 1903, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c2ebc056-295d-46f8-9a00-5dde61c30859", - "name": "Spawner (203)", - "location": [5560, 1843, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 40, - "entries": [ - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c7a0ddb7-7ad8-4f5e-aa17-6d4cb62deebe", - "name": "Spawner (203)", - "location": [5440, 2023, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "DreadSpider", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ca2ebd92-7ae7-43ab-a1bd-7bf52783f77f", - "name": "Spawner (203)", - "location": [5461, 1818, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cb869b8b-507c-427b-879d-4fe7b790a3a2", - "name": "Spawner (203)", - "location": [5411, 1901, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gazer", "maxCount": 2, "probability": 100 }, - { "name": "GazerLarva", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cc9968d8-52b1-415b-b5c7-05129358b666", - "name": "Spawner (203)", - "location": [5560, 1876, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dcb4ea5c-002a-4589-be5c-f09de15f5d4e", - "name": "Spawner (203)", - "location": [5528, 1808, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "Zombie", "maxCount": 3, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd7e6d31-3034-4600-a6b9-ca42a8842c80", - "name": "Spawner (203)", - "location": [5400, 1937, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Corpser", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dede0e05-f13e-4e1f-bd7d-3a5ad86ae730", - "name": "Spawner (203)", - "location": [5473, 1991, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 9, - "walkingRange": 25, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "DreadSpider", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e0b760fb-d7aa-45d3-8bf9-48011b0cf4d5", - "name": "Spawner (203)", - "location": [5418, 1876, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "Gazer", "maxCount": 4, "probability": 100 }, - { "name": "GazerLarva", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e2c5902f-4e3a-413c-b938-f8e7bf3bef13", - "name": "Spawner (203)", - "location": [2456, 861, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e3bfaa0a-3984-451a-940c-3fd6890e0d94", - "name": "Spawner (203)", - "location": [5399, 1859, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f0fae8d5-a1e1-41f4-a0ec-4469b9ca6648", - "name": "Spawner (203)", - "location": [5603, 1875, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 25, - "entries": [ - { "name": "BoneKnight", "maxCount": 3, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f8fc4307-f4ce-4883-b41d-b8dca969991a", - "name": "Spawner (203)", - "location": [5452, 1799, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/Deceit.json b/Distribution/Data/Spawns/shared/felucca/Deceit.json deleted file mode 100644 index c7b146387..000000000 --- a/Distribution/Data/Spawns/shared/felucca/Deceit.json +++ /dev/null @@ -1,640 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "05d2885b-2b4d-4c4e-907e-2fdbe4d54e69", - "name": "Spawner (204)", - "location": [5212, 674, -20], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0b6e0a59-f918-4f77-8bc8-f5b5d944d3a5", - "name": "Spawner (204)", - "location": [5219, 573, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 3, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0be3858f-bd81-4a27-9a8d-3846c0df0603", - "name": "Spawner (204)", - "location": [5192, 695, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "19d96c26-d7f8-4209-9071-00e0117ed1d8", - "name": "Spawner (204)", - "location": [5163, 567, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 25, - "entries": [ - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1cbfae9c-7cc7-45cc-842f-0e75a158cd8a", - "name": "Spawner (204)", - "location": [5307, 546, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "25b2761d-dc06-443e-b979-049c7f50abf6", - "name": "Spawner (204)", - "location": [5267, 690, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 35, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 }, - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2a7f9024-7d0f-43a0-8721-52b6a3c27c8f", - "name": "Spawner (204)", - "location": [5307, 675, -20], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 2, "probability": 100 }, - { "name": "Lich", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "350cfc3c-1c89-463d-a93a-f2ab22149d19", - "name": "Spawner (204)", - "location": [5323, 571, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "35acdddb-eef4-4687-b6d7-6dea19535b71", - "name": "Spawner (204)", - "location": [5314, 748, -20], - "map": "Felucca", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 25, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 }, - { "name": "Lich", "maxCount": 3, "probability": 100 }, - { "name": "LichLord", "maxCount": 1, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3d25517a-5b90-4468-9e23-4041f88774e2", - "name": "Spawner (204)", - "location": [5299, 603, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "56939d4e-8a5d-47da-a117-e7f56ff6671b", - "name": "Spawner (204)", - "location": [5151, 718, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Lich", "maxCount": 3, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "684234a4-21ea-4f94-897b-e92d88a17ced", - "name": "Spawner (204)", - "location": [5219, 552, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 3, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7016863d-26dc-4d2e-beda-68031a966ebe", - "name": "Spawner (204)", - "location": [5318, 578, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "750ebeff-4327-4bf0-b285-8c6749530985", - "name": "Spawner (204)", - "location": [5190, 655, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "79dfd73d-ede7-44e2-8651-94cfe5f77314", - "name": "Spawner (204)", - "location": [5342, 582, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "BoneKnight", "maxCount": 4, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "818d1f8c-a5ba-4ef1-a823-2b04bca2f2e2", - "name": "Spawner (204)", - "location": [5320, 708, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8507dbe4-8220-4439-adbe-5ef6ebb0fec3", - "name": "Spawner (204)", - "location": [5186, 575, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 12, - "entries": [ - { "name": "WaterElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "88b5fff8-7124-4a19-83ad-465e8aaf072b", - "name": "Spawner (204)", - "location": [5150, 742, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 15, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 }, - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9862d38e-e12f-4e04-932f-0020f3121d9a", - "name": "Spawner (204)", - "location": [5145, 553, -40], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 35, - "entries": [ - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9b00a63e-cf2d-495b-8bd9-61cef122f168", - "name": "Spawner (204)", - "location": [5286, 542, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a2d6e670-8282-4b60-bd5f-933e45d3d7a8", - "name": "Spawner (204)", - "location": [5170, 678, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ab35ec53-2a16-4cdd-a2a1-f1b84922e36c", - "name": "Spawner (204)", - "location": [5147, 598, -50], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c69344fe-718b-4e69-83b8-d12141250707", - "name": "Spawner (204)", - "location": [5219, 734, -20], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Lich", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cacb456a-f52d-4168-9d59-8df80779a1d6", - "name": "Spawner (204)", - "location": [5183, 727, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cb79321c-1a80-4881-8961-1997174d0458", - "name": "Spawner (204)", - "location": [5212, 531, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d4857128-1876-473c-951f-418107fad15c", - "name": "Spawner (204)", - "location": [5327, 542, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d8ba7cc3-c1f6-4701-b684-850203cb9e37", - "name": "Spawner (204)", - "location": [5147, 579, -50], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d9f4d863-626f-480c-968a-9630e6a9a83d", - "name": "Spawner (204)", - "location": [5145, 622, -50], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dbb8562b-7557-4347-9faa-a5facf1ba1d4", - "name": "Spawner (204)", - "location": [5280, 675, 8], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "FireElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "edd28bb3-5aeb-487a-8571-9e4e4aea0783", - "name": "Spawner (204)", - "location": [5187, 603, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 18, - "walkingRange": 35, - "entries": [ - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "efc2564d-a6df-40a6-ad5e-6e6e81d066e9", - "name": "Spawner (204)", - "location": [5322, 626, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f2fc19bd-75c9-4f68-b59d-6efc65381167", - "name": "Spawner (204)", - "location": [5283, 583, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 2, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f5e81dcf-fa17-4d36-8aa1-e73496aad012", - "name": "Spawner (204)", - "location": [5139, 661, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f6b68da6-e7f9-4cb1-870c-079ebff4787b", - "name": "Spawner (204)", - "location": [5145, 618, -50], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fa668f86-9786-48bc-a676-5a879e77bee2", - "name": "Spawner (204)", - "location": [5295, 623, -5], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 10, - "entries": [ - { "name": "BoneMagi", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb409b68-fe6b-422f-bf2d-95c4a92f5e21", - "name": "Spawner (204)", - "location": [5187, 545, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/Despise.json b/Distribution/Data/Spawns/shared/felucca/Despise.json deleted file mode 100644 index b0aede9f3..000000000 --- a/Distribution/Data/Spawns/shared/felucca/Despise.json +++ /dev/null @@ -1,702 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "04207c29-fe38-4d43-a08d-8645a3a312e8", - "name": "Spawner (205)", - "location": [5441, 680, 20], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "EarthElemental", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "05844644-3d42-4021-bb28-8114d8f7f064", - "name": "Spawner (205)", - "location": [5420, 746, 5], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 18, - "walkingRange": 25, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "Ettin", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0a6bf903-a9a3-4252-a4a0-652d89fb9381", - "name": "Spawner (205)", - "location": [5528, 902, 30], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ogre", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "11e8cbb5-45dd-4109-8606-54eb9bada453", - "name": "Spawner (205)", - "location": [5460, 526, 60], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1855dd2e-81b1-4326-bc97-f3e50884e09a", - "name": "Spawner (205)", - "location": [5391, 905, 30], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1adcf3d5-536f-473d-af18-4ae23415ebba", - "name": "Spawner (205)", - "location": [5505, 747, 5], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 18, - "walkingRange": 25, - "entries": [ - { "name": "EarthElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "21b9e0f9-7627-4967-b7bf-5453be3e0266", - "name": "Spawner (205)", - "location": [5470, 860, 45], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Troll", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "310b722e-fe5d-4692-97c7-956d15b76472", - "name": "Spawner (205)", - "location": [5482, 791, 60], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Troll", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "38967322-06dc-48bc-bed1-6dd60661b1c0", - "name": "Spawner (205)", - "location": [5387, 697, 15], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "38fe4fe8-2f5d-441f-8f4b-8f679a955e96", - "name": "Spawner (205)", - "location": [5546, 888, 30], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3d6315d9-3968-4b92-b71a-99a12bab509e", - "name": "Spawner (205)", - "location": [5590, 871, 45], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 35, - "entries": [ - { "name": "Ogre", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "441cff6e-d90b-4a74-bd0a-b10165fd6eb4", - "name": "Spawner (205)", - "location": [5426, 943, 20], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4780e4d1-5a3a-4519-a8db-3cc6e77648c7", - "name": "Spawner (205)", - "location": [5398, 996, 5], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4d00942a-33e2-4714-8d03-9d6a40778772", - "name": "Spawner (205)", - "location": [5390, 587, 45], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "51d69140-0708-491e-9dbd-9c5d58349172", - "name": "Spawner (205)", - "location": [5504, 939, 20], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5c5b2844-5792-434b-9d9e-e5f607f32b6b", - "name": "Spawner (205)", - "location": [5439, 851, 45], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Troll", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6a01c304-d63d-4a59-8b00-d004329d1af7", - "name": "Spawner (205)", - "location": [5483, 711, 15], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6b94a3e0-7977-459b-bc5f-6c13ce0062ff", - "name": "Spawner (205)", - "location": [5405, 576, 61], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "70c7a94c-7535-432d-917a-640d0a6f47ff", - "name": "Spawner (205)", - "location": [5605, 799, 60], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "74032d64-a50f-4f99-ad45-3d9ad9f1d718", - "name": "Spawner (205)", - "location": [5410, 611, 45], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "74fc3f59-8ee2-4ee5-b246-ddf07c415ca5", - "name": "Spawner (205)", - "location": [5557, 828, 45], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7573ab39-270e-45f0-99db-4304837ef7bb", - "name": "Spawner (205)", - "location": [5487, 902, 30], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7c71f2a8-2d6b-40b8-8dca-9eca3aa54d47", - "name": "Spawner (205)", - "location": [5397, 995, 5], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7ec31075-3cef-4d6b-a20e-2c55540052fc", - "name": "Spawner (205)", - "location": [5391, 660, 20], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "831675ca-f594-4e7e-bd6f-b0f15ed60bf0", - "name": "Spawner (205)", - "location": [5504, 597, 45], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8e65ea3f-2bca-43cd-b6e2-916b8625d69b", - "name": "Spawner (205)", - "location": [5398, 995, 5], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93356ad6-8774-42cd-ab96-705c2d55e109", - "name": "Spawner (205)", - "location": [5604, 789, 60], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ogre", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9dbd8c5c-40d7-4908-8fbd-86cd1f149be0", - "name": "Spawner (205)", - "location": [5503, 529, 60], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9df386c1-05f8-4290-960b-8d0b6f0393ce", - "name": "Spawner (205)", - "location": [5593, 794, 60], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9e9bcade-4455-4c85-b7f2-4d9dc6e6c6f4", - "name": "Spawner (205)", - "location": [5394, 525, 65], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9f576fea-09aa-47fb-a3e4-a1b8369b650e", - "name": "Spawner (205)", - "location": [5386, 612, 45], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b328679f-d212-49e8-8900-af2cd1f77b04", - "name": "Spawner (205)", - "location": [5564, 821, 45], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b453194c-94e8-4d58-87cc-3870d6292247", - "name": "Spawner (205)", - "location": [5507, 656, 20], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba7fd9a9-bffc-4f04-8606-ae79b4bb830b", - "name": "Spawner (205)", - "location": [5411, 541, 60], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bb7fc3f7-d80d-44c5-8a63-743a970f5842", - "name": "Spawner (205)", - "location": [5385, 703, 15], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c045d499-1fe2-4afa-be89-e8e5f3c6f4f8", - "name": "Spawner (205)", - "location": [5475, 748, 5], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "EarthElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c739ce37-7e4b-4a3a-886b-4f45a049cde6", - "name": "Spawner (205)", - "location": [5558, 824, 45], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "OgreLord", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c99bb2a1-1690-4656-95d7-d61b0c5640c8", - "name": "Spawner (205)", - "location": [5490, 676, 20], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cb91b20f-4aee-45c7-b70b-de22c9adcdae", - "name": "Spawner (205)", - "location": [5471, 973, 15], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 18, - "walkingRange": 25, - "entries": [ - { "name": "Cyclops", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d58f315e-8fcf-4282-a4e4-5aaed9c19cd5", - "name": "Spawner (205)", - "location": [5532, 787, 60], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ogre", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f0922369-d73d-4c7e-a669-28812e0a0559", - "name": "Spawner (205)", - "location": [5435, 589, 47], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f8f62c01-5bf8-41dc-ac7a-37cc7a97134b", - "name": "Spawner (205)", - "location": [5426, 791, 60], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Troll", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb3ee679-fc60-4abb-b6b0-a809f77ca53b", - "name": "Spawner (205)", - "location": [5464, 600, 45], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/Destard.json b/Distribution/Data/Spawns/shared/felucca/Destard.json deleted file mode 100644 index 7559f0397..000000000 --- a/Distribution/Data/Spawns/shared/felucca/Destard.json +++ /dev/null @@ -1,481 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0fbce341-ca59-4ec4-a718-cc8f7b3ed34e", - "name": "Spawner (206)", - "location": [5247, 956, -40], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "171e7677-5e0b-4da4-8599-9c3c16200e7a", - "name": "Spawner (206)", - "location": [5141, 968, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "326c64f4-34d3-414d-a79c-c7bb9d441e96", - "name": "Spawner (206)", - "location": [5149, 907, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "Wyvern", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e318f8e-aec0-4b16-b435-43dc4fde4372", - "name": "Spawner (206)", - "location": [5241, 945, -40], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "48b37663-ddee-4f04-978d-35f4c085f785", - "name": "Spawner (206)", - "location": [5269, 811, 7], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4f8eb77e-64cb-4846-8c0f-0816f16c94b3", - "name": "Spawner (206)", - "location": [5352, 934, -5], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "WaterElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "506ce404-853e-4168-9b6b-1296d40c90e3", - "name": "Spawner (206)", - "location": [5183, 1007, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "59c245e9-e59f-4f6c-b3cb-2add65aba939", - "name": "Spawner (206)", - "location": [5203, 787, 5], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "WaterElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "79707431-23e6-4347-a89e-7bc970162938", - "name": "Spawner (206)", - "location": [5280, 955, -40], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7dfd256b-c903-4a4f-abf1-bdce7ff2217b", - "name": "Spawner (206)", - "location": [5284, 926, -40], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "831f9d08-398c-42b0-bc53-72e1c0685e34", - "name": "Spawner (206)", - "location": [5294, 842, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "WaterElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "87114b5e-ac9d-4d7f-90c1-c6db7a570c2f", - "name": "Spawner (206)", - "location": [5226, 826, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "889ccd57-8eda-4910-9790-2dc3bc80ca99", - "name": "Spawner (206)", - "location": [5214, 917, -40], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8b681dd7-a815-4513-85e6-901967f4e6ed", - "name": "Spawner (206)", - "location": [5143, 986, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "936bde4a-dce6-44bb-859c-81a3e1f0a87b", - "name": "Spawner (206)", - "location": [5307, 815, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9641ac5e-6eec-4f35-8536-226265c67ace", - "name": "Spawner (206)", - "location": [5205, 778, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ad446354-3f49-4c9d-ab1d-dea29378794e", - "name": "Spawner (206)", - "location": [5157, 997, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 50, - "entries": [ - { "name": "Wyvern", "maxCount": 3, "probability": 100 }, - { "name": "Wyvern", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b6125064-8514-4c32-953d-c28eca82fa4e", - "name": "Spawner (206)", - "location": [5229, 841, 1], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "be7b487d-c201-413a-94c8-8201dc3a1c4d", - "name": "Spawner (206)", - "location": [5141, 834, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "ShadowWyrm", "maxCount": 1, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d045c909-34f1-46a6-8d61-7275dc6e45c9", - "name": "Spawner (206)", - "location": [5317, 980, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d8aceeb2-7644-4b3d-96de-4e172f41abd6", - "name": "Spawner (206)", - "location": [5153, 842, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 4, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 4, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e2bea874-3646-4dec-8fc9-cbc0c67f2a0a", - "name": "Spawner (206)", - "location": [5250, 869, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e6703676-d851-4394-b09f-51286d5d85f2", - "name": "Spawner (206)", - "location": [5185, 1006, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 50, - "entries": [ - { "name": "AncientWyrm", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e8017d92-b455-4ab2-b484-f95b2957b3be", - "name": "Spawner (206)", - "location": [5209, 965, -40], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "edd4aa65-92a9-491c-97e8-d9906e31fbea", - "name": "Spawner (206)", - "location": [5169, 836, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Daemon", "maxCount": 2, "probability": 100 }, - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ef6d6675-0683-47e4-b236-bfc890a12227", - "name": "Spawner (206)", - "location": [5141, 915, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f2aa7cb3-ff27-4ea9-a2a4-fe62a0e78b76", - "name": "Spawner (206)", - "location": [5152, 869, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 50, - "entries": [ - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "ShadowWyrm", "maxCount": 1, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f5973fd2-89b7-405a-bdea-4b1f2fafa92d", - "name": "Spawner (206)", - "location": [5161, 940, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 50, - "entries": [ - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/FelCropsLS.json b/Distribution/Data/Spawns/shared/felucca/FelCropsLS.json deleted file mode 100644 index 32d164867..000000000 --- a/Distribution/Data/Spawns/shared/felucca/FelCropsLS.json +++ /dev/null @@ -1,338 +0,0 @@ -[ - { - "$type": "RegionSpawner", - "guid": "0c48edf9-a88e-45f1-9ba3-cd8c919aefbc", - "name": "Spawner", - "location": [823, 2274, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableCabbage", "maxCount": 6, "probability": 100 } - ], - "region": "A Cabbage Field in Skara Brae 2" - }, - { - "$type": "RegionSpawner", - "guid": "0c6481ab-3341-4113-ac1a-6523c19c881d", - "name": "Spawner", - "location": [1216, 1604, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableTurnip", "maxCount": 6, "probability": 100 } - ], - "region": "A Turnip Field in Britain 2" - }, - { - "$type": "RegionSpawner", - "guid": "2bf378f0-77ed-44cd-8dfb-181d068f401e", - "name": "Spawner", - "location": [843, 2352, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 6, "probability": 100 } - ], - "region": "A Wheatfield in Skara Brae 2" - }, - { - "$type": "RegionSpawner", - "guid": "3d7925bf-2642-4185-bc03-fa314fb75a7f", - "name": "Spawner", - "location": [675, 1179, 0], - "map": "Felucca", - "count": 10, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "Sheep", "maxCount": 10, "probability": 100 } - ], - "region": "A Field of Sheep in Yew 2" - }, - { - "$type": "RegionSpawner", - "guid": "425ac125-1597-41b4-9e6d-72b91801230b", - "name": "Spawner", - "location": [675, 939, 0], - "map": "Felucca", - "count": 10, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "Sheep", "maxCount": 10, "probability": 100 } - ], - "region": "A Field of Sheep in Yew 1" - }, - { - "$type": "RegionSpawner", - "guid": "427451dd-93fa-43c9-85c6-01536066c8cc", - "name": "Spawner", - "location": [823, 2254, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableCarrot", "maxCount": 6, "probability": 100 } - ], - "region": "A Carrot Field in Skara Brae" - }, - { - "$type": "RegionSpawner", - "guid": "4b4e3973-d836-4f7c-b9f7-5fb7d468da28", - "name": "Spawner", - "location": [4567, 1475, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableCotton", "maxCount": 8, "probability": 100 } - ], - "region": "A Cotton Field in Moonglow" - }, - { - "$type": "RegionSpawner", - "guid": "57da6436-6b16-4697-add5-f4b45776ccbc", - "name": "Spawner", - "location": [813, 2163, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 6, "probability": 100 } - ], - "region": "A Wheatfield in Skara Brae 1" - }, - { - "$type": "RegionSpawner", - "guid": "57f955bb-49e1-4a66-a214-4fbddf8d572b", - "name": "Spawner", - "location": [1231, 1723, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableOnion", "maxCount": 8, "probability": 100 } - ], - "region": "An Onion Field in Britain 1" - }, - { - "$type": "RegionSpawner", - "guid": "58b14343-2032-4507-a913-6b536507c2e5", - "name": "Spawner", - "location": [1199, 1823, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 8, "probability": 100 } - ], - "region": "A Wheatfield in Britain 2" - }, - { - "$type": "RegionSpawner", - "guid": "640fe3f8-9917-4dfa-986d-038923163add", - "name": "Spawner", - "location": [823, 2264, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableOnion", "maxCount": 6, "probability": 100 } - ], - "region": "An Onion Field in Skara Brae" - }, - { - "$type": "RegionSpawner", - "guid": "7b09d4b5-fe63-4f95-8525-3c970c513adc", - "name": "Spawner", - "location": [1232, 1604, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableCarrot", "maxCount": 6, "probability": 100 } - ], - "region": "A Carrot Field in Britain 2" - }, - { - "$type": "RegionSpawner", - "guid": "8536c19c-2036-495a-a3c5-e82c9f32f5ad", - "name": "Spawner", - "location": [1183, 1683, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableCabbage", "maxCount": 8, "probability": 100 } - ], - "region": "A Cabbage Field in Britain 1" - }, - { - "$type": "RegionSpawner", - "guid": "9805ef58-355f-4352-bfc4-43c6710ff409", - "name": "Spawner", - "location": [1215, 1723, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableCarrot", "maxCount": 8, "probability": 100 } - ], - "region": "A Carrot Field in Britain 1" - }, - { - "$type": "RegionSpawner", - "guid": "aed692cc-2dac-4c80-931b-35c73ca8d092", - "name": "Spawner", - "location": [571, 1099, 0], - "map": "Felucca", - "count": 10, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "Sheep", "maxCount": 10, "probability": 100 } - ], - "region": "A Farm in Yew" - }, - { - "$type": "RegionSpawner", - "guid": "b29b54ab-5ae3-4ce3-93ac-326f324a34f6", - "name": "Spawner", - "location": [1135, 1791, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 8, "probability": 100 } - ], - "region": "A Wheatfield in Britain 1" - }, - { - "$type": "RegionSpawner", - "guid": "bba64d97-11eb-4a87-b326-e41e3c9b355d", - "name": "Spawner", - "location": [375, 1191, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 6, "probability": 100 } - ], - "region": "A Wheatfield in Yew 2" - }, - { - "$type": "RegionSpawner", - "guid": "d8a2e54e-4951-468f-93c5-376460070cba", - "name": "Spawner", - "location": [1199, 1683, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableTurnip", "maxCount": 8, "probability": 100 } - ], - "region": "A Turnip Field in Britain 1" - }, - { - "$type": "RegionSpawner", - "guid": "e37b4d74-c87e-4102-8c87-8f80c728fe0c", - "name": "Spawner", - "location": [567, 1239, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 5, "probability": 100 } - ], - "region": "A Wheatfield in Yew 1" - }, - { - "$type": "RegionSpawner", - "guid": "e416e9fa-5a9a-426b-962e-50cdce64ca7f", - "name": "Spawner", - "location": [1152, 1576, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 8, "probability": 100 } - ], - "region": "A Wheatfield in Britain 5" - }, - { - "$type": "RegionSpawner", - "guid": "e6a4aede-5a76-473d-8331-4bb73701ea1a", - "name": "Spawner", - "location": [1120, 1624, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 8, "probability": 100 } - ], - "region": "A Wheatfield in Britain 4" - }, - { - "$type": "RegionSpawner", - "guid": "e7b34039-ec1f-43c8-b64f-d7462ce7ae9d", - "name": "Spawner", - "location": [823, 2355, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableCotton", "maxCount": 6, "probability": 100 } - ], - "region": "A Cotton Field in Skara Brae" - }, - { - "$type": "RegionSpawner", - "guid": "f4bccdc2-c663-4ccd-b7df-31656fa2ae09", - "name": "Spawner", - "location": [823, 2264, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableCabbage", "maxCount": 6, "probability": 100 } - ], - "region": "A Cabbage Field in Skara Brae 1" - }, - { - "$type": "RegionSpawner", - "guid": "f68b6bc8-f822-4c7a-9d01-37fad25bc95b", - "name": "Spawner", - "location": [1231, 1887, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 8, "probability": 100 } - ], - "region": "A Wheatfield in Britain 3" - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/Fire.json b/Distribution/Data/Spawns/shared/felucca/Fire.json deleted file mode 100644 index 12b6c7d33..000000000 --- a/Distribution/Data/Spawns/shared/felucca/Fire.json +++ /dev/null @@ -1,839 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "06b7ba24-826f-4130-b3fb-f367ac6e9a82", - "name": "Spawner (207)", - "location": [5835, 1304, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "FireElemental", "maxCount": 4, "probability": 100 }, - { "name": "Efreet", "maxCount": 1, "probability": 100 }, - { "name": "LavaSerpent", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "09685cb4-df4f-4bd2-98fd-4ca2f401d65b", - "name": "Spawner (207)", - "location": [5643, 1435, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 5, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "11550ec6-9ce8-4c50-a310-38383b51f230", - "name": "Spawner (207)", - "location": [5679, 1438, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1d357111-cd98-4c2d-ab92-ead67f9da0e9", - "name": "Spawner (207)", - "location": [5651, 1363, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 5648, "y": 1360, "z": 0 }, - "end": { "x": 5654, "y": 1366, "z": 15 } - }, - "walkingRange": 3, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 5, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1da36d4f-d8c9-4202-8ce0-b8456969fbe7", - "name": "Spawner (207)", - "location": [5733, 1433, 22], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "GiantRat", "maxCount": 1, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 1, "probability": 100 }, - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1e8b71e5-2c17-4c4d-b933-b887a9b830b4", - "name": "Spawner (207)", - "location": [5852, 1468, 1], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 30, - "entries": [ - { "name": "LavaSnake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1f24afdd-09b5-406c-90d6-c714c1811f4e", - "name": "Spawner (207)", - "location": [5859, 1387, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "LavaLizard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "23349d09-37ca-4f61-ba48-b1a593d90c6a", - "name": "Spawner (207)", - "location": [5643, 1435, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "25415970-01ad-463e-b9f0-053c077a209f", - "name": "Spawner (207)", - "location": [5732, 1297, -1], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 20, - "entries": [ - { "name": "HellHound", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2834e29b-b0b5-4f09-80ea-c0cc6cbdb5a6", - "name": "Spawner (207)", - "location": [5638, 1439, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 40, - "entries": [ - { "name": "EvilMageLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2e619be6-7384-415e-a23a-d7327b39a05e", - "name": "Spawner (207)", - "location": [5859, 1341, -1], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3a206916-74e5-44ec-8c78-bf01a8916f53", - "name": "Spawner (207)", - "location": [5731, 1379, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 7, - "entries": [ - { "name": "Lich", "maxCount": 3, "probability": 100 }, - { "name": "LichLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3bac45c2-6a16-4892-b25c-f6c02788a5f4", - "name": "Spawner (207)", - "location": [5723, 1291, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "FireElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "436c4d7e-5dac-4f1f-a6bf-397e2e768683", - "name": "Spawner (207)", - "location": [5717, 1333, 6], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "LavaLizard", "maxCount": 1, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4f164c53-9758-4970-91ab-c4de29e3bfc2", - "name": "Spawner (207)", - "location": [5836, 1364, 1], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "LavaSnake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "55d34b4f-fbf6-43a0-b8bb-5215ae74c2a6", - "name": "Spawner (207)", - "location": [5678, 1340, -2], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "HellHound", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5655a639-c25c-446b-9de9-30fb4d294143", - "name": "Spawner (207)", - "location": [5747, 1320, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "LavaSerpent", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5bb1395f-d446-42de-bcdf-d257d7ed953a", - "name": "Spawner (207)", - "location": [5667, 1315, 5], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 5647, "y": 1295, "z": -128 }, - "end": { "x": 5687, "y": 1335, "z": 20 } - }, - "walkingRange": 20, - "entries": [ - { "name": "Efreet", "maxCount": 2, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6569aa86-8a7e-4a7d-8b0b-f46badca59c2", - "name": "Spawner (207)", - "location": [5656, 1412, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 10, - "entries": [ - { "name": "EvilMageLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7b6bd2f4-2d4f-4144-ac9a-e34b9d2f88b1", - "name": "Spawner (207)", - "location": [5717, 1465, -2], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "FireElemental", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8524d599-a31d-4fb0-977e-0cff77d2d297", - "name": "Spawner (207)", - "location": [5790, 1451, 7], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 15, - "entries": [ - { "name": "Efreet", "maxCount": 1, "probability": 100 }, - { "name": "LavaSerpent", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 1, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "88f058cc-ebdb-48bd-908a-cbb49142fd11", - "name": "Spawner (207)", - "location": [5709, 1364, -1], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "HellHound", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8f08a4ce-78dd-48ca-81e4-1e6d4d35d15e", - "name": "Spawner (207)", - "location": [5714, 1465, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "90609dc2-cd78-4057-9b87-6023fc1fa263", - "name": "Spawner (207)", - "location": [5643, 1403, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9157324f-0d09-409e-8ace-f0c4dcb44683", - "name": "Spawner (207)", - "location": [5699, 1302, 1], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "934c223f-19e3-401c-aaf9-494c751d8c1c", - "name": "Spawner (207)", - "location": [5689, 1387, 1], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "EvilMageLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93908c67-1ffd-4196-bceb-b2ca2ec98e5d", - "name": "Spawner (207)", - "location": [5787, 1427, 17], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "LavaLizard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9df65008-f599-43d4-b788-df7138e37320", - "name": "Spawner (207)", - "location": [5693, 1415, 38], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Slime", "maxCount": 1, "probability": 100 }, - { "name": "GiantRat", "maxCount": 2, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a08f5c78-d35f-4755-a0f9-009660acb8c9", - "name": "Spawner (207)", - "location": [5680, 1438, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EvilMageLord", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a874fb64-451c-4f30-ab6f-e56a9eb71604", - "name": "Spawner (207)", - "location": [5787, 1386, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "HellCat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b4c87574-6489-4e20-8642-61051697b2e1", - "name": "Spawner (207)", - "location": [5852, 1468, 1], - "map": "Felucca", - "count": 17, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 30, - "entries": [ - { "name": "Lich", "maxCount": 4, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 6, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 6, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 3, "probability": 100 }, - { "name": "FireElemental", "maxCount": 2, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b8f9386a-456c-44ff-9baa-0b8234e0c0c4", - "name": "Spawner (207)", - "location": [5744, 1471, 2], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "FireElemental", "maxCount": 3, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bb0ec9be-567e-46d8-9045-c498fc51972d", - "name": "Spawner (207)", - "location": [5723, 1390, 2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "be64cf9e-3d3a-4e25-9162-50fa7a777f44", - "name": "Spawner (207)", - "location": [5722, 1390, 1], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c2f7684e-9246-4b09-b224-f993c15173b9", - "name": "Spawner (207)", - "location": [5650, 1434, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c3250304-df94-4c9d-8a15-e9efa6845b65", - "name": "Spawner (207)", - "location": [5679, 1439, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c60b60b7-79f5-4a77-b9af-c4a9b49d87f1", - "name": "Spawner (207)", - "location": [5651, 1408, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 3, - "entries": [ - { "name": "HellHound", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c701efc3-54d7-40d9-b3d0-909ded6a74d6", - "name": "Spawner (207)", - "location": [5651, 1418, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 3, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 }, - { "name": "EvilMageLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c729c34e-7162-442e-a0bc-0e8b1ca89720", - "name": "Spawner (207)", - "location": [5651, 1435, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 5, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ce7b5441-9c5e-4426-9ff8-09085c48f899", - "name": "Spawner (207)", - "location": [5818, 1379, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d009fa2f-ee2e-4adf-828d-917c991f5c8d", - "name": "Spawner (207)", - "location": [5809, 1332, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "LavaSnake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d00cb0e2-efb1-47c3-a65f-079f2677219c", - "name": "Spawner (207)", - "location": [5654, 1380, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d114e342-f07c-46b9-9164-43bafbd74988", - "name": "Spawner (207)", - "location": [5651, 1402, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 3, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d11e7abf-7396-4fa4-a7a1-8dd69b700907", - "name": "Spawner (207)", - "location": [5691, 1347, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "Daemon", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d77719be-10a6-40f5-97a0-95dc2e3137b4", - "name": "Spawner (207)", - "location": [5695, 1434, -1], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Slime", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d7e70c50-8b14-4153-b44f-a9f6764762f0", - "name": "Spawner (207)", - "location": [5650, 1419, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 5648, "y": 1417, "z": 22 }, - "end": { "x": 5652, "y": 1421, "z": 40 } - }, - "walkingRange": 5, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dfe6b8e9-4b85-4f76-a60f-47ae91fd38fa", - "name": "Spawner (207)", - "location": [5867, 1309, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "HellCat", "maxCount": 1, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e6a0e881-cdbe-4fe2-98dd-1d63debf8e1b", - "name": "Spawner (207)", - "location": [5647, 1439, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 15, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f17e6176-bbdd-4861-bd51-8aa58d4de7f9", - "name": "Spawner (207)", - "location": [5651, 1443, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 5, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f3828caa-6ea3-40b5-86a0-21808b5eb4ea", - "name": "Spawner (207)", - "location": [5715, 1465, -1], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/Graveyards.json b/Distribution/Data/Spawns/shared/felucca/Graveyards.json deleted file mode 100644 index 5d1bb99a3..000000000 --- a/Distribution/Data/Spawns/shared/felucca/Graveyards.json +++ /dev/null @@ -1,165 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "04856160-7e89-4672-a7d9-468b8634c3d6", - "name": "Spawner (208)", - "location": [4545, 1317, 8], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 4535, "y": 1307, "z": -128 }, - "end": { "x": 4555, "y": 1327, "z": 25 } - }, - "walkingRange": 20, - "entries": [ - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "14b45cdf-987e-4dff-9e9f-10e90e3662e6", - "name": "Spawner (208)", - "location": [2758, 867, 0], - "map": "Felucca", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 2738, "y": 847, "z": -128 }, - "end": { "x": 2778, "y": 887, "z": 15 } - }, - "walkingRange": 20, - "entries": [ - { "name": "Spectre", "maxCount": 2, "probability": 100 }, - { "name": "Wraith", "maxCount": 2, "probability": 100 }, - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "Zombie", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "43d53b7d-95f9-4332-8d22-33e5f5a1fcf6", - "name": "Spawner (208)", - "location": [722, 1119, 0], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Skeleton", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "47aa8449-5b66-401f-ac38-c5b6538627b6", - "name": "Spawner (208)", - "location": [4543, 1314, 8], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 4533, "y": 1304, "z": -128 }, - "end": { "x": 4553, "y": 1324, "z": 25 } - }, - "walkingRange": 20, - "entries": [ - { "name": "Lich", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "522530f4-50ea-4fbf-9119-b783bd955678", - "name": "Spawner (208)", - "location": [2438, 1100, 8], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 2428, "y": 1090, "z": -128 }, - "end": { "x": 2448, "y": 1110, "z": 30 } - }, - "walkingRange": 20, - "entries": [ - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Lich", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7dfee8fd-49f0-457d-a88c-f38c65bf2474", - "name": "Spawner (208)", - "location": [1369, 1475, 10], - "map": "Felucca", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Spectre", "maxCount": 2, "probability": 100 }, - { "name": "Wraith", "maxCount": 2, "probability": 100 }, - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "Zombie", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8bdfe6b3-df80-48b6-8d1e-8e052efde18b", - "name": "Spawner (208)", - "location": [3407, 2652, 48], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Zombie", "maxCount": 4, "probability": 100 }, - { "name": "Skeleton", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b3ba766a-4852-4c5e-adf1-0276e193317f", - "name": "Spawner (208)", - "location": [1285, 3731, 0], - "map": "Felucca", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 1275, "y": 3721, "z": -128 }, - "end": { "x": 1295, "y": 3741, "z": 15 } - }, - "walkingRange": 15, - "entries": [ - { "name": "Spectre", "maxCount": 2, "probability": 100 }, - { "name": "Wraith", "maxCount": 2, "probability": 100 }, - { "name": "Shade", "maxCount": 2, "probability": 100 }, - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "Zombie", "maxCount": 4, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/Hythloth.json b/Distribution/Data/Spawns/shared/felucca/Hythloth.json deleted file mode 100644 index 8f5b1a501..000000000 --- a/Distribution/Data/Spawns/shared/felucca/Hythloth.json +++ /dev/null @@ -1,1329 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "07267c9b-1455-47ec-885c-418388fe5df6", - "name": "Spawner (209)", - "location": [6125, 221, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0e5f0f20-5cc7-4e18-87d9-93736f1d71b7", - "name": "Spawner (209)", - "location": [6116, 86, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "FireGargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "15eda36a-c00b-49dc-bfe3-a50d92123c2f", - "name": "Spawner (209)", - "location": [5929, 77, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "225cdfdd-2f24-4c49-87ef-0448507da17f", - "name": "Spawner (209)", - "location": [5997, 145, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "26ac95c2-5558-4077-9998-c5beeb7e8046", - "name": "Spawner (209)", - "location": [5914, 195, 22], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2acf18bc-021c-4853-a78e-fa673dbdd76b", - "name": "Spawner (209)", - "location": [5967, 80, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 6, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "317df32a-2992-4f4a-b978-87eee963d561", - "name": "Spawner (209)", - "location": [5918, 235, 44], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Daemon", "maxCount": 2, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "32f0f7d1-6145-48d7-a6bb-6a3015964780", - "name": "Spawner (209)", - "location": [6124, 159, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3302304b-f8a4-4638-9218-4bc883fb2811", - "name": "Spawner (209)", - "location": [6099, 51, 22], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "33301994-da3d-4178-ae8c-f7db535784a0", - "name": "Spawner (209)", - "location": [5983, 169, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3421a293-1957-4a23-b050-910aaf9f211c", - "name": "Spawner (209)", - "location": [6033, 199, 22], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Daemon", "maxCount": 2, "probability": 100 }, - { "name": "StoneGargoyle", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "349a17a0-eeeb-4b70-bd73-277509e44ac1", - "name": "Spawner (209)", - "location": [6081, 44, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37cd9071-b0bb-41f1-93e1-ee50487edc74", - "name": "Spawner (209)", - "location": [6119, 219, 22], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Daemon", "maxCount": 2, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 2, "probability": 100 }, - { "name": "Gazer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "39726a71-b66c-4013-b625-b32a8ba2d721", - "name": "Spawner (209)", - "location": [6041, 230, 44], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3ba4ffaa-796e-4b04-a9d5-6884f33928ef", - "name": "Spawner (209)", - "location": [6064, 96, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3c0ee712-4025-43a7-9ec1-3821d758bfe5", - "name": "Spawner (209)", - "location": [6106, 67, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3ce75ae6-093f-4f10-b5c1-272a9776c2d2", - "name": "Spawner (209)", - "location": [5978, 185, 44], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "40e9cae3-14ce-4132-be18-0879d45cd22c", - "name": "Spawner (209)", - "location": [6086, 45, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4815a5f0-aca1-4f0e-88b5-ef8aa4df08c2", - "name": "Spawner (209)", - "location": [6033, 205, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4d5d1ad7-e8ec-4072-aaa5-60148b6b1633", - "name": "Spawner (209)", - "location": [5911, 55, 22], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "TreasureChestLevel1", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "50edd29c-ed4b-4321-a8d7-0b7561cc923b", - "name": "Spawner (209)", - "location": [6092, 187, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "53b614b7-1d3f-42dd-8be6-713057bcd618", - "name": "Spawner (209)", - "location": [6097, 36, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "53c930b6-9da5-4543-be7e-3fc576ef5dd2", - "name": "Spawner (209)", - "location": [5970, 80, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "55c08276-33f5-4a81-b29d-69f5c6fd6eb6", - "name": "Spawner (209)", - "location": [5954, 26, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "572ca10c-4892-4945-b7d4-2b9df1d51d13", - "name": "Spawner (209)", - "location": [6052, 156, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Daemon", "maxCount": 2, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 }, - { "name": "GazerLarva", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a00adac-4b86-4cde-8520-eb6b51d271ec", - "name": "Spawner (209)", - "location": [6060, 158, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5dfa30dc-1590-4e52-a339-0ead51e7dd8e", - "name": "Spawner (209)", - "location": [6113, 92, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5fdc3c1f-8471-405d-82f1-06f97369c994", - "name": "Spawner (209)", - "location": [5940, 107, 22], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6468fabe-a889-451f-abe7-932bee576a28", - "name": "Spawner (209)", - "location": [5958, 65, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "70564f6b-1725-414c-9ef4-d2402e6cfde8", - "name": "Spawner (209)", - "location": [6087, 186, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72a58090-313e-407c-88f3-4589706ce720", - "name": "Spawner (209)", - "location": [5948, 49, 22], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "73a4bf99-0ec3-40f5-b6c6-86abb6b5b574", - "name": "Spawner (209)", - "location": [5923, 48, 22], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "74881cf0-b5c7-4405-bcda-94b3d3baeb31", - "name": "Spawner (209)", - "location": [5995, 62, 22], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "FireGargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "74da3036-3d76-47ba-92ef-e2bf3b9e0ef4", - "name": "Spawner (209)", - "location": [5994, 96, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7672fa03-92ce-4855-90ae-66082355c179", - "name": "Spawner (209)", - "location": [6117, 81, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7a2d0ba5-68fe-4672-88da-ecc1a8978c02", - "name": "Spawner (209)", - "location": [6107, 70, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7b394cdd-416f-4d19-b797-2bfa1b7bcab6", - "name": "Spawner (209)", - "location": [5990, 36, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7b88586b-18c3-45a4-a6de-900e6ceaa864", - "name": "Spawner (209)", - "location": [6108, 66, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7f5c5979-7038-41ed-b055-2d022c8b06e5", - "name": "Spawner (209)", - "location": [6054, 45, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "Imp", "maxCount": 1, "probability": 100 }, - { "name": "StoneGargoyle", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "80419ca6-262a-4219-852b-bebc9d4ed947", - "name": "Spawner (209)", - "location": [5989, 25, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8193feec-c25b-484d-ae5e-ed08011bdd4f", - "name": "Spawner (209)", - "location": [5977, 49, 22], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "85e48021-924e-49bd-90e0-85b01b1021bc", - "name": "Spawner (209)", - "location": [5989, 186, 44], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ee96e4d-2c92-49fa-b01a-40e19ece56d3", - "name": "Spawner (209)", - "location": [6081, 83, 21], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "90cd0867-831d-46d8-8d07-8ae5d65b1e47", - "name": "Spawner (209)", - "location": [5956, 145, 22], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "92a7ffa1-3c11-424a-a7af-bbb2dc49ac08", - "name": "Spawner (209)", - "location": [6064, 96, 22], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Daemon", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 1, "probability": 100 }, - { "name": "Imp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "92be9f7c-c84e-453f-8dc9-fe0080e20789", - "name": "Spawner (209)", - "location": [5915, 91, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93fdf44f-9a95-4a11-b7c2-2d558ca2d437", - "name": "Spawner (209)", - "location": [6122, 170, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "ElderGazer", "maxCount": 1, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 }, - { "name": "GazerLarva", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9453078d-36c6-46c3-a5d7-7086780707b8", - "name": "Spawner (209)", - "location": [6041, 222, 44], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98d3590c-691c-41df-a0a5-9306c5fcb9f1", - "name": "Spawner (209)", - "location": [5985, 36, 22], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9bfd8f39-d27c-48e1-bfeb-0162f4881a2e", - "name": "Spawner (209)", - "location": [5986, 203, 44], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Gazer", "maxCount": 3, "probability": 100 }, - { "name": "GazerLarva", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a29d1eb0-e07b-4c26-99c9-27baf3edb014", - "name": "Spawner (209)", - "location": [5937, 65, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a2b3facc-dd13-4ecd-9a59-5d7cc88565a3", - "name": "Spawner (209)", - "location": [6108, 36, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a404b892-ba90-4ac7-be93-43460c5e53f0", - "name": "Spawner (209)", - "location": [5917, 93, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a7569f5b-dad0-419e-a784-af9b8bfc60b0", - "name": "Spawner (209)", - "location": [6086, 178, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 2, "probability": 100 }, - { "name": "Gazer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a782d10c-59bd-4bd3-8eb9-2a78719fd9b4", - "name": "Spawner (209)", - "location": [5970, 169, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ab5876e4-9cba-4a92-afbe-9030402dcbf3", - "name": "Spawner (209)", - "location": [5945, 175, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b0687b35-95d6-48e1-b075-55fd1faa5063", - "name": "Spawner (209)", - "location": [5926, 230, 44], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b06bc9bb-e877-4958-a427-4df43a0748b9", - "name": "Spawner (209)", - "location": [5981, 84, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b34b407a-7f63-4257-bdc1-78f3163a5f75", - "name": "Spawner (209)", - "location": [5954, 225, 22], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 4, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b3ea2162-f70f-40ba-92e0-0d1820c4f479", - "name": "Spawner (209)", - "location": [6046, 199, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b496ff0c-e786-4745-a5f2-15be500def57", - "name": "Spawner (209)", - "location": [5983, 25, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b90a3c30-9749-4223-9e81-9188a30c727d", - "name": "Spawner (209)", - "location": [5962, 217, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba8ccb47-e78a-441e-b626-7bd423077d3c", - "name": "Spawner (209)", - "location": [6058, 153, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c0b89eb0-7bc5-47b2-9ff6-32f16b236742", - "name": "Spawner (209)", - "location": [6058, 92, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c0c1350a-0f7f-4638-aa4f-04652af2a7da", - "name": "Spawner (209)", - "location": [5979, 26, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cc62bdf5-4b80-4d0f-b505-da1072a83a35", - "name": "Spawner (209)", - "location": [5946, 75, 22], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ccd087df-54f2-4696-bc15-a3be48470aa5", - "name": "Spawner (209)", - "location": [5918, 223, 44], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd40cd10-9531-4ccf-bdfe-c92c83bc3bc3", - "name": "Spawner (209)", - "location": [5945, 78, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d0d0c487-cfd5-4e29-a45d-f814967797fa", - "name": "Spawner (209)", - "location": [5917, 156, 22], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da0917f7-f30c-453c-b767-6f825428eb59", - "name": "Spawner (209)", - "location": [6107, 37, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "db6a7440-9c85-400f-9fbc-9ea9c8c69164", - "name": "Spawner (209)", - "location": [6121, 166, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd36a876-49a9-43df-b35a-a4ce32499d3d", - "name": "Spawner (209)", - "location": [6120, 229, 22], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "de879ff4-9c86-4eec-b48c-959301ff83f3", - "name": "Spawner (209)", - "location": [5972, 86, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e3d52e48-5710-4ba5-b239-e09a0cd5e872", - "name": "Spawner (209)", - "location": [5961, 169, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e4ef1d65-a740-496e-a5b4-f85312633052", - "name": "Spawner (209)", - "location": [5992, 146, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Daemon", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e5b8d01c-2293-42c4-8ed0-4fffcc1e0aff", - "name": "Spawner (209)", - "location": [6058, 193, 22], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e5f7287c-0731-4b03-b76e-0970507df18d", - "name": "Spawner (209)", - "location": [5966, 70, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e76e56fd-8b68-4535-b03d-4bed039daa55", - "name": "Spawner (209)", - "location": [5921, 81, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e978a387-2727-4c39-85c8-16b3c6f2969e", - "name": "Spawner (209)", - "location": [6094, 154, -22], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 1, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f67bfb20-8128-4699-936b-37a792b7086c", - "name": "Spawner (209)", - "location": [6084, 66, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb0d4918-8977-44d0-92d9-7e6267b62a7f", - "name": "Spawner (209)", - "location": [5992, 147, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/Ice.json b/Distribution/Data/Spawns/shared/felucca/Ice.json deleted file mode 100644 index 30723f477..000000000 --- a/Distribution/Data/Spawns/shared/felucca/Ice.json +++ /dev/null @@ -1,574 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "03498749-3218-4779-8864-b854b36c79f7", - "name": "Spawner (210)", - "location": [5839, 159, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "FrostOoze", "maxCount": 1, "probability": 100 }, - { "name": "FrostSpider", "maxCount": 1, "probability": 100 }, - { "name": "IceElemental", "maxCount": 1, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0614ccac-5ffc-4223-8348-cbb5a0f0cc2d", - "name": "Spawner (210)", - "location": [5785, 161, -6], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 18, - "walkingRange": 20, - "entries": [ - { "name": "FrostOoze", "maxCount": 1, "probability": 100 }, - { "name": "FrostSpider", "maxCount": 1, "probability": 100 }, - { "name": "IceElemental", "maxCount": 1, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1cf83838-f5d3-42f9-8390-f445a01ac889", - "name": "Spawner (210)", - "location": [5754, 211, -6], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "33003603-a1fc-43a4-b9d7-2408eb2e5e50", - "name": "Spawner (210)", - "location": [5848, 226, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3bf7b937-9eb6-45fc-81e6-d907910ca62a", - "name": "Spawner (210)", - "location": [5758, 139, 5], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3d3f7414-5249-4ee4-9602-c842af0da38c", - "name": "Spawner (210)", - "location": [5799, 188, -6], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "IceSerpent", "maxCount": 2, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 1, "probability": 100 }, - { "name": "FrostSpider", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "479095c0-02ab-4651-9edc-362d77a65a65", - "name": "Spawner (210)", - "location": [5763, 187, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4ab984eb-913e-4b21-a9b2-5242726ae03f", - "name": "Spawner (210)", - "location": [5731, 176, -5], - "map": "Felucca", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 35, - "entries": [ - { "name": "IceSerpent", "maxCount": 9, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 9, "probability": 100 }, - { "name": "IceElemental", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b8dd28c-f72f-45c5-afc4-84dc637c1e0a", - "name": "Spawner (210)", - "location": [5684, 181, -5], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "51445c30-3ef8-4c0e-95bc-b12e643e39ba", - "name": "Spawner (210)", - "location": [5669, 330, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "IceFiend", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "57c38552-9c17-4451-9e53-3a8d2048d2f6", - "name": "Spawner (210)", - "location": [5666, 331, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a62f325-4e00-49c3-8576-fdd9fcf330e5", - "name": "Spawner (210)", - "location": [5771, 224, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "ArcticOgreLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "61e8233d-f991-4429-9e4e-c7e0d24201d0", - "name": "Spawner (210)", - "location": [5757, 213, -7], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "IceSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 4, "probability": 100 }, - { "name": "IceElemental", "maxCount": 4, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72473a5f-3d9b-4f69-b3f9-0d266291468a", - "name": "Spawner (210)", - "location": [5824, 363, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7b080104-77b8-491b-b8f9-44cec8ecbb65", - "name": "Spawner (210)", - "location": [5680, 306, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "IceFiend", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "89792e6b-89bb-4c0a-8f45-259ab52f6844", - "name": "Spawner (210)", - "location": [5676, 331, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8aba961b-8ce4-49ba-9ec8-7861204815c4", - "name": "Spawner (210)", - "location": [5831, 358, -1], - "map": "Felucca", - "count": 24, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ratman", "maxCount": 12, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 7, "probability": 100 }, - { "name": "RatmanMage", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9b93a6e4-67e5-4d22-aa51-ff84ea98bb72", - "name": "Spawner (210)", - "location": [5751, 140, 10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a3c447a5-c7bb-4826-a5ae-81d8b3863130", - "name": "Spawner (210)", - "location": [5854, 227, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b8a2691a-996a-4c38-834f-897b972bfe2f", - "name": "Spawner (210)", - "location": [5867, 218, -4], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "FrostSpider", "maxCount": 1, "probability": 100 }, - { "name": "FrostOoze", "maxCount": 2, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b96eb341-ef4c-4b7e-ba01-6fb487be56a7", - "name": "Spawner (210)", - "location": [5721, 147, -1], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bca4ab21-15b1-4b04-b698-05d4f8df1f6c", - "name": "Spawner (210)", - "location": [5838, 355, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cb37f510-fff9-4c76-8c51-2d59ddd8f715", - "name": "Spawner (210)", - "location": [5683, 197, -4], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cdb2ea29-4ee5-48c3-9444-018c5003afbd", - "name": "Spawner (210)", - "location": [5837, 245, -5], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d31d21b1-8768-4d45-a962-182e67f5a5c0", - "name": "Spawner (210)", - "location": [5850, 219, -3], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "RatmanMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d5ca5e49-cbb2-4079-81f1-c8679fcecb46", - "name": "Spawner (210)", - "location": [5696, 303, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d7d771c1-605a-4253-965e-dec048f72502", - "name": "Spawner (210)", - "location": [5752, 144, 9], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "WhiteWyrm", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d8d3fc0f-231c-4d04-b0a3-7191cc4512b2", - "name": "Spawner (210)", - "location": [5681, 191, -6], - "map": "Felucca", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "IceSerpent", "maxCount": 3, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 4, "probability": 100 }, - { "name": "IceElemental", "maxCount": 4, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e111cb63-9804-4eac-96ad-290a0b963c8f", - "name": "Spawner (210)", - "location": [5814, 237, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "ArcticOgreLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e89bcb09-65c3-4474-bded-50e62ce3c153", - "name": "Spawner (210)", - "location": [5712, 145, -34], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ed18e76c-c568-42fe-9c98-8482c467ff61", - "name": "Spawner (210)", - "location": [5756, 203, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f2eb3f17-d5f4-4c58-a248-825e46a8a0f8", - "name": "Spawner (210)", - "location": [5772, 188, -3], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f522aee5-3ff7-427c-a3f1-31b162a65fbe", - "name": "Spawner (210)", - "location": [5682, 314, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fe1657a5-a11c-4fe6-9544-a7ed0d2059b2", - "name": "Spawner (210)", - "location": [5833, 242, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/Khaldun.json b/Distribution/Data/Spawns/shared/felucca/Khaldun.json deleted file mode 100644 index a87b03f1f..000000000 --- a/Distribution/Data/Spawns/shared/felucca/Khaldun.json +++ /dev/null @@ -1,754 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "013c84aa-40c1-44d8-b8e9-f6745b1c6b35", - "name": "Spawner (228)", - "location": [5475, 1402, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "SpectralArmour", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "04591799-f2f2-446c-beee-df4ef3a88f1b", - "name": "Spawner (228)", - "location": [5415, 1312, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "ShadowFiend", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0b253bce-6be4-4602-9ddc-0f0d03e9e788", - "name": "Spawner (228)", - "location": [5442, 1411, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f6b8570-c002-4a2f-b3ce-745882fe08eb", - "name": "Spawner (228)", - "location": [5491, 1370, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Skeleton", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12a4f785-0e30-4d1d-8bac-9030e34043f2", - "name": "Spawner (228)", - "location": [5505, 1316, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Cursed", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12feef7c-3ac2-4474-b767-c980db063b56", - "name": "Spawner (228)", - "location": [5499, 1411, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "ShadowFiend", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3c57a7a8-4376-47c4-bbd0-79c14dfa1e9d", - "name": "Spawner (228)", - "location": [5492, 1297, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "46062a97-dd3a-4ba6-9b9e-233ebf3bc148", - "name": "Spawner (228)", - "location": [5465, 1449, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "SkeletalMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b95ed14-7d77-47ec-b8f0-f8b9775cff31", - "name": "Spawner (228)", - "location": [5536, 1345, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "KhaldunZealot", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5e913247-f30e-4a61-8c3d-b00b42f70f36", - "name": "Spawner (228)", - "location": [5605, 1343, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 20, - "entries": [ - { "name": "HarrowerTentacles", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "66ab0f0e-6e24-4639-bce2-93bb86188979", - "name": "Spawner (228)", - "location": [5433, 1485, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Skeleton", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6738216d-c615-4f86-b8b0-433804be6d2e", - "name": "Spawner (228)", - "location": [5418, 1450, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Skeleton", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6c6e1194-471d-480d-9e8a-1dc63c0abbf3", - "name": "Spawner (228)", - "location": [5403, 1332, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Skeleton", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6e56c148-f415-4bfe-b722-8b4482b9b782", - "name": "Spawner (228)", - "location": [5521, 1397, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "ShadowFiend", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "71bad24b-147d-4001-b0c6-5d9a00c3ff95", - "name": "Spawner (228)", - "location": [5459, 1449, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "KhaldunSummoner", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7bfe01e3-1ba0-460e-b6e5-7a813bb616dc", - "name": "Spawner (228)", - "location": [5412, 1330, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "BoneKnight", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "86ef240b-47f8-4918-803a-f043dd0b2e4e", - "name": "Spawner (228)", - "location": [5400, 1397, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "KhaldunZealot", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "86fa9698-3b65-416e-b947-55eb169a65b8", - "name": "Spawner (228)", - "location": [5492, 1294, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "SkeletalKnight", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "89edcd60-e1d3-42d8-b992-03aaec09a0ef", - "name": "Spawner (228)", - "location": [5395, 1370, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Cursed", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ccf110d-809e-4016-ad67-06d151088844", - "name": "Spawner (228)", - "location": [5536, 1351, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "KhaldunSummoner", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "92f3597c-2d16-4f72-b8f0-c2e8e855b334", - "name": "Spawner (228)", - "location": [5569, 1306, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "ShadowFiend", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9d0c1a06-557d-4eec-83fe-6c6f1340e5a6", - "name": "Spawner (228)", - "location": [5415, 1331, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a22f7aa4-357d-4b0e-80bf-46363acc2b42", - "name": "Spawner (228)", - "location": [5549, 1324, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Cursed", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a541dc54-0708-4584-8df2-aa8cd9e41efb", - "name": "Spawner (228)", - "location": [5399, 1298, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "SkeletalKnight", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a6b68b32-e386-4456-ad05-125d9cba058f", - "name": "Spawner (228)", - "location": [5435, 1346, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "ShadowFiend", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a6e622ec-a297-4c44-89e4-17fc7b127588", - "name": "Spawner (228)", - "location": [5396, 1371, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a7c42c91-71d1-434e-97a2-6be2419da639", - "name": "Spawner (228)", - "location": [5425, 1451, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "afb085cd-4efa-47da-aec4-494463708012", - "name": "Spawner (228)", - "location": [5460, 1451, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "KhaldunZealot", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b647c6fc-c8cf-4ac4-8862-3f6a288ac886", - "name": "Spawner (228)", - "location": [5444, 1410, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "SkeletalKnight", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf42c575-292a-4cd2-babf-39233d4f540a", - "name": "Spawner (228)", - "location": [5458, 1445, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "AncientLich", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf7e1e29-9832-4df4-adc7-fa167afdbfa6", - "name": "Spawner (228)", - "location": [5402, 1430, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d1fa73c3-fc93-4630-a81c-eb272cd40185", - "name": "Spawner (228)", - "location": [5420, 1355, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "TavaraSewel", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d29cf8da-75e3-4e20-b1b8-51ecbde5942a", - "name": "Spawner (228)", - "location": [5483, 1446, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "ShadowFiend", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d37ef7a2-76ff-4c00-b104-059f764f76ff", - "name": "Spawner (228)", - "location": [5422, 1355, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d440099e-f38e-4f45-85ce-e0bbd4c50e7d", - "name": "Spawner (228)", - "location": [5485, 1434, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ddbab85a-3d5b-4417-b289-d7a95aeafff2", - "name": "Spawner (228)", - "location": [5549, 1332, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "AncientLich", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e1b1ac2b-578c-4fcd-8882-4e78047852f2", - "name": "Spawner (228)", - "location": [5539, 1301, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Cursed", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e34e42ae-4fba-428d-9460-8627acb32b8e", - "name": "Spawner (228)", - "location": [5400, 1428, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "KhaldunSummoner", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e568c255-b944-4f6d-a246-245d16aac43b", - "name": "Spawner (228)", - "location": [5452, 1366, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "GrimmochDrummel", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e6542e93-a203-4d2e-b2e6-0b93f695c863", - "name": "Spawner (228)", - "location": [5430, 1485, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "ShadowFiend", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e9d26f46-ca9e-4ef6-b946-1ad646d11bb7", - "name": "Spawner (228)", - "location": [5458, 1303, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "LysanderGathenwale", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eb722e41-4267-48cb-a817-1d0851c7895b", - "name": "Spawner (228)", - "location": [5425, 1484, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "BoneMagi", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ee38e2d0-0c75-483e-9503-03634907cab5", - "name": "Spawner (228)", - "location": [5404, 1431, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "ShadowFiend", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eec23c16-31c0-4bed-887b-e5fa15891696", - "name": "Spawner (228)", - "location": [5393, 1369, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "ShadowFiend", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f53982c9-8d7c-460b-becf-2653818a5939", - "name": "Spawner (228)", - "location": [5490, 1367, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "SpectralArmour", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb1469d0-67e5-44cc-868c-7879e3d04603", - "name": "Spawner (228)", - "location": [5525, 1296, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "ShadowFiend", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ff670d55-158a-40f9-b228-7ea17fd81559", - "name": "Spawner (228)", - "location": [5398, 1299, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "MorgBergen", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/LostLands.json b/Distribution/Data/Spawns/shared/felucca/LostLands.json deleted file mode 100644 index 97cabd097..000000000 --- a/Distribution/Data/Spawns/shared/felucca/LostLands.json +++ /dev/null @@ -1,3450 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0051ef48-a9fa-49be-8307-04ed26c3f8fc", - "name": "Spawner (211)", - "location": [5501, 2361, 27], - "map": "Felucca", - "count": 30, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 75, - "entries": [ - { "name": "IceSerpent", "maxCount": 4, "probability": 100 }, - { "name": "IceSnake", "maxCount": 8, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 4, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 5, "probability": 100 }, - { "name": "Walrus", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "00b71fd9-b553-4846-8cc6-5ceaf42ba4b3", - "name": "Spawner (211)", - "location": [5467, 3078, -3], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 2, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "048db5e6-adcb-4fec-91e7-3d12011d05b0", - "name": "Spawner (211)", - "location": [5347, 3449, 17], - "map": "Felucca", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Horse", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 4, "probability": 100 }, - { "name": "Hind", "maxCount": 16, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "04c56ada-2f70-4d20-a168-217066a7920d", - "name": "Spawner (211)", - "location": [5351, 2359, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 75, - "entries": [ - { "name": "PolarBear", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "04ebb8af-b6c7-488c-816c-b37805270c49", - "name": "Spawner (211)", - "location": [6022, 2874, 16], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "050b5b91-6840-4ec9-adca-c73658982e58", - "name": "Spawner (211)", - "location": [5918, 3975, 1], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "07a9c362-3e90-470f-8020-52320f19ef71", - "name": "Spawner (211)", - "location": [5724, 2949, 31], - "map": "Felucca", - "count": 44, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 65, - "walkingRange": 75, - "entries": [ - { "name": "HellHound", "maxCount": 8, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 8, "probability": 100 }, - { "name": "FireElemental", "maxCount": 10, "probability": 100 }, - { "name": "Efreet", "maxCount": 4, "probability": 100 }, - { "name": "HellCat", "maxCount": 6, "probability": 100 }, - { "name": "LavaSerpent", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "092875e2-4178-4845-97e9-1d70ab565933", - "name": "Spawner (211)", - "location": [5919, 3875, 16], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0e69642d-acde-40f0-bc27-0e07d9292977", - "name": "Spawner (211)", - "location": [5251, 3301, -2], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Llama", "maxCount": 2, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f0fa954-8f4e-4a76-aa93-5e5bf5cb1735", - "name": "Spawner (211)", - "location": [5711, 2494, 46], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Imp", "maxCount": 3, "probability": 100 }, - { "name": "Scorpion", "maxCount": 3, "probability": 100 }, - { "name": "DesertOstard", "maxCount": 1, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0fe27512-76eb-4830-939d-36ab2aafaa42", - "name": "Spawner (211)", - "location": [5722, 3776, 32], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12d2b037-bfa7-4ea1-9580-28e0623a2671", - "name": "Spawner (211)", - "location": [5697, 2626, -2], - "map": "Felucca", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 30, - "entries": [ - { "name": "Wyvern", "maxCount": 2, "probability": 100 }, - { "name": "Drake", "maxCount": 4, "probability": 100 }, - { "name": "Imp", "maxCount": 1, "probability": 100 }, - { "name": "Mongbat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "13efbe43-2edd-44f9-8282-5b3274f79912", - "name": "Spawner (211)", - "location": [5570, 3153, 14], - "map": "Felucca", - "count": 25, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 80, - "entries": [ - { "name": "Gorilla", "maxCount": 6, "probability": 100 }, - { "name": "Panther", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 1, "probability": 100 }, - { "name": "Mongbat", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "150865b5-2285-49ea-94d4-42554405d181", - "name": "Spawner (211)", - "location": [5201, 3162, 53], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Llama", "maxCount": 2, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "15908c1e-bc66-4149-9c00-c11fe35e5a17", - "name": "Spawner (211)", - "location": [6022, 3773, 18], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "15e3c862-5e27-47f3-ba4d-8a9ee45c3623", - "name": "Spawner (211)", - "location": [5251, 3301, -2], - "map": "Felucca", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 6, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 6, "probability": 100 }, - { "name": "BlackBear", "maxCount": 6, "probability": 100 }, - { "name": "Horse", "maxCount": 4, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 4, "probability": 100 }, - { "name": "Rabbit", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Cougar", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "18e0751c-cee9-4120-8873-04f87bfe4772", - "name": "Spawner (211)", - "location": [5478, 3587, 3], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1a30ea72-ec30-49a4-be3f-1f7a4a0217b2", - "name": "Spawner (211)", - "location": [5478, 3587, 3], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1d35c378-e89b-4bcc-9074-bd08850092de", - "name": "Spawner (211)", - "location": [5521, 3775, 8], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1eee493b-6795-4b24-b390-72c7cd5b2b9a", - "name": "Spawner (211)", - "location": [5394, 2530, 6], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Cyclops", "maxCount": 5, "probability": 100 }, - { "name": "Titan", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "20911691-e6c3-4c40-87d1-ee67a34d2669", - "name": "Spawner (211)", - "location": [5921, 3777, 28], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "21157414-21f7-4eb1-84e8-cb9ffb3b0b1b", - "name": "Spawner (211)", - "location": [5521, 3775, 8], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "21cba4e8-69f4-49b4-bdc2-1b5893001823", - "name": "Spawner (211)", - "location": [5623, 3875, 15], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "21f61927-4b6f-4b7d-8c37-4e0dbab8a750", - "name": "Spawner (211)", - "location": [5721, 3876, -3], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "224ddc6f-f8ea-4752-8209-4a8484eeca66", - "name": "Spawner (211)", - "location": [5521, 3875, -1], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "23eb1938-b1a7-400d-a9dd-12d6f514a3c5", - "name": "Spawner (211)", - "location": [5521, 3875, -1], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2694242b-1d3f-4dfc-96c0-892202e3b950", - "name": "Spawner (211)", - "location": [5721, 3675, 22], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "26b4a453-57c9-4bcf-b19b-a5caace69ace", - "name": "Spawner (211)", - "location": [5756, 3453, -2], - "map": "Felucca", - "count": 42, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 130, - "walkingRange": 130, - "entries": [ - { "name": "Gorilla", "maxCount": 10, "probability": 100 }, - { "name": "Panther", "maxCount": 10, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 2, "probability": 100 }, - { "name": "Mongbat", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "270bb58a-fbba-4af0-98b2-3cece2112336", - "name": "Spawner (211)", - "location": [5349, 3547, -1], - "map": "Felucca", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Horse", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 4, "probability": 100 }, - { "name": "Hind", "maxCount": 16, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "273c3edf-416a-4113-b68a-fe94b128b63d", - "name": "Spawner (211)", - "location": [5218, 3786, 1], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Mongbat", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "273dd9e4-983d-4029-8b2b-3e2ea1178a95", - "name": "Spawner (211)", - "location": [5351, 3401, 30], - "map": "Felucca", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 6, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 6, "probability": 100 }, - { "name": "BlackBear", "maxCount": 6, "probability": 100 }, - { "name": "Horse", "maxCount": 4, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 4, "probability": 100 }, - { "name": "Rabbit", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Cougar", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "27c7c466-0a83-4356-8b5d-7aab73b1dde1", - "name": "Spawner (211)", - "location": [6091, 2379, 25], - "map": "Felucca", - "count": 28, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 60, - "entries": [ - { "name": "IceSerpent", "maxCount": 6, "probability": 100 }, - { "name": "IceSnake", "maxCount": 10, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 3, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 3, "probability": 100 }, - { "name": "Walrus", "maxCount": 3, "probability": 100 }, - { "name": "PolarBear", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2a5e6b73-0af4-4461-96af-e980adc67771", - "name": "Spawner (211)", - "location": [5624, 3975, -3], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "30f49430-b98b-4da2-89b6-cfbf3f69182e", - "name": "Spawner (211)", - "location": [5820, 3675, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "33c93a22-4e4d-4b81-a122-0fc480c300a2", - "name": "Spawner (211)", - "location": [5200, 3895, 2], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "354f9453-76f6-4cc8-8255-873544d38355", - "name": "Spawner (211)", - "location": [5621, 3775, 2], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "35afdfbe-5809-4afe-bf7a-b2de7ef3e6a4", - "name": "Spawner (211)", - "location": [5624, 3975, -3], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3612f07e-f714-4ad8-bec2-e7bbca18b0ea", - "name": "Spawner (211)", - "location": [5371, 3820, -2], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Mongbat", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3781051c-c4bb-4e65-b4f5-5e09c44b9a31", - "name": "Spawner (211)", - "location": [5218, 3786, 1], - "map": "Felucca", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 20, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 20, "probability": 100 }, - { "name": "Bird", "maxCount": 15, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 }, - { "name": "Hind", "maxCount": 4, "probability": 100 }, - { "name": "Llama", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "38fd8a6b-4deb-4f8f-87be-70dcfd5b4055", - "name": "Spawner (211)", - "location": [5521, 3775, 8], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3a9fe475-26ea-4f9c-a73b-e33ab2674130", - "name": "Spawner (211)", - "location": [5820, 3775, 48], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3b2a1a28-2c30-483f-833c-1a9ad40bd153", - "name": "Spawner (211)", - "location": [5819, 3974, 16], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "413f3751-fb8f-4519-bc77-47bb4c6cb964", - "name": "Spawner (211)", - "location": [5520, 2890, 33], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "StoneGargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Wyvern", "maxCount": 4, "probability": 100 }, - { "name": "Mummy", "maxCount": 2, "probability": 100 }, - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "41d9a9e4-66be-4a71-a1ea-b8dec95e6258", - "name": "Spawner (211)", - "location": [5623, 3676, -3], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "421bbe19-6e35-4125-a521-0a5294553b06", - "name": "Spawner (211)", - "location": [5818, 3876, 18], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "42d4b8fa-99ad-412e-9df7-bd3f92c023ac", - "name": "Spawner (211)", - "location": [5721, 3675, 22], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "440d81ae-8e54-44db-b6de-909abe0e75b8", - "name": "Spawner (211)", - "location": [5432, 3079, -4], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 2, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4438dccc-cae8-4b97-8079-baee38c36b7a", - "name": "Spawner (211)", - "location": [5521, 3775, 8], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4bc10a0b-643a-434c-af08-7b789cfcd954", - "name": "Spawner (211)", - "location": [5250, 3401, 1], - "map": "Felucca", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 6, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 6, "probability": 100 }, - { "name": "BlackBear", "maxCount": 6, "probability": 100 }, - { "name": "Horse", "maxCount": 4, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 4, "probability": 100 }, - { "name": "Rabbit", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Cougar", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4c010aa0-3974-42d1-ace5-aefc3014eda1", - "name": "Spawner (211)", - "location": [5623, 3676, -3], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4c6585a9-e298-4753-a981-b77e13fec541", - "name": "Spawner (211)", - "location": [5967, 2370, 44], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 75, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4d1cecc3-832e-4898-ae75-bce89940fb02", - "name": "Spawner (211)", - "location": [5722, 3776, 32], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4d59b4f4-57c3-43ef-9fc2-0364e61a718c", - "name": "Spawner (211)", - "location": [5920, 3675, 12], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4da8db24-068c-406f-a561-6128621f78e6", - "name": "Spawner (211)", - "location": [6022, 3971, 17], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "507fcaa7-e8ed-4ce1-93db-f6f6d4bc5abc", - "name": "Spawner (211)", - "location": [5212, 3619, 0], - "map": "Felucca", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "SavageRider", "maxCount": 3, "probability": 100 }, - { "name": "Savage", "maxCount": 9, "probability": 100 }, - { "name": "SavageShaman", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "50aa6367-2c0f-475a-a0f7-81ee98f66244", - "name": "Spawner (211)", - "location": [5818, 3876, 18], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54cb046e-98e1-4971-8b9b-0b62d687c1ab", - "name": "Spawner (211)", - "location": [5250, 3449, 16], - "map": "Felucca", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Horse", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 4, "probability": 100 }, - { "name": "Hind", "maxCount": 16, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54cc6589-3bd8-4258-a88c-834c928a2257", - "name": "Spawner (211)", - "location": [5722, 3776, 32], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "55a13cb2-cc95-4d1b-8498-2babc070ce78", - "name": "Spawner (211)", - "location": [5918, 3975, 1], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5702bcbc-9e12-44b5-a382-d2a56acda20f", - "name": "Spawner (211)", - "location": [5623, 3875, 15], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5821f460-0bda-4984-8a75-10c711c09f64", - "name": "Spawner (211)", - "location": [5368, 3887, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Mongbat", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "585f8ed2-b655-4de7-b9c8-e937bd858d43", - "name": "Spawner (211)", - "location": [5721, 3876, -3], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a102eab-82dd-45ca-9071-d38e2d759ce6", - "name": "Spawner (211)", - "location": [5351, 3401, 30], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Llama", "maxCount": 2, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a31f2cf-8495-4789-b1d7-3a480f373f73", - "name": "Spawner (211)", - "location": [5721, 3975, 21], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5bc4fc91-8bea-4601-990a-f5bfac3d090e", - "name": "Spawner (211)", - "location": [5159, 3913, 1], - "map": "Felucca", - "count": 11, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 10, - "entries": [ - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 1, "probability": 100 }, - { "name": "Bull", "maxCount": 1, "probability": 100 }, - { "name": "Chicken", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5c677abc-6f32-45bb-a1cb-c0a826f8e95f", - "name": "Spawner (211)", - "location": [5728, 3209, -3], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "SwampDragon", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5d4a0fe3-6d82-42e1-83a8-8eea8de98aee", - "name": "Spawner (211)", - "location": [5523, 3676, 45], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "616334e1-53ea-49c0-8901-856c483a69e5", - "name": "Spawner (211)", - "location": [5920, 3675, 12], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "620213e0-2aad-4795-9d8a-1c326bb59212", - "name": "Spawner (211)", - "location": [6018, 3673, 18], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "62947b20-aa82-480c-887f-bbacd25e698f", - "name": "Spawner (211)", - "location": [5523, 3676, 45], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6488c8bb-5ced-4f2f-9f3a-6f80958d1ae6", - "name": "Spawner (211)", - "location": [5621, 3775, 2], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "64a11ac5-1b77-4d46-beed-78d63b227f89", - "name": "Spawner (211)", - "location": [5624, 3975, -3], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6686565b-fadf-4063-9125-c8fe0a138653", - "name": "Spawner (211)", - "location": [5478, 3587, 3], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "66e10caf-9bd5-4f1c-8e03-6c0b8ef97cda", - "name": "Spawner (211)", - "location": [6022, 3773, 18], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "673c07e2-de3f-4228-9c93-fcaa22aae807", - "name": "Spawner (211)", - "location": [5250, 3401, 1], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Llama", "maxCount": 2, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "675ac5d1-85b0-4fe0-89c3-011c4ee3be55", - "name": "Spawner (211)", - "location": [5520, 3939, 42], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "ForestOstard", "maxCount": 3, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6ad3a966-1fcf-45e8-b36a-f3f2c5cbd374", - "name": "Spawner (211)", - "location": [5371, 3820, -2], - "map": "Felucca", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 20, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 20, "probability": 100 }, - { "name": "Bird", "maxCount": 15, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 }, - { "name": "Hind", "maxCount": 4, "probability": 100 }, - { "name": "Llama", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6b8e8c6a-2fb2-443a-a5ac-6ba23572d23c", - "name": "Spawner (211)", - "location": [5624, 3975, -3], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6bd68fd6-cde9-45a8-8a99-8173b0e61e54", - "name": "Spawner (211)", - "location": [5173, 2368, 21], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "PolarBear", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6e1001c3-4e95-479b-a49a-850853fd7e59", - "name": "Spawner (211)", - "location": [5729, 2767, -1], - "map": "Felucca", - "count": 30, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 70, - "entries": [ - { "name": "Imp", "maxCount": 8, "probability": 100 }, - { "name": "Scorpion", "maxCount": 8, "probability": 100 }, - { "name": "DesertOstard", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 3, "probability": 100 }, - { "name": "StoneHarpy", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6ef79240-6f81-42f3-ae82-873af735b246", - "name": "Spawner (211)", - "location": [5351, 2359, 0], - "map": "Felucca", - "count": 29, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 75, - "entries": [ - { "name": "IceSerpent", "maxCount": 4, "probability": 100 }, - { "name": "IceSnake", "maxCount": 7, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 4, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 5, "probability": 100 }, - { "name": "Walrus", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6fae27d7-64f5-4e31-8a41-381a6344a96d", - "name": "Spawner (211)", - "location": [5863, 2470, 46], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Wyvern", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6ff7fdd5-e4c7-41ea-958f-8b030f8aca55", - "name": "Spawner (211)", - "location": [5523, 3676, 45], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "738a7321-91fd-4205-97a0-cb9ef78e5ad0", - "name": "Spawner (211)", - "location": [5820, 3775, 48], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "741769ff-9984-44cf-a8b0-bdc393beffc2", - "name": "Spawner (211)", - "location": [5820, 3675, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "76d30438-3240-4879-aae2-083e9eecfd1f", - "name": "Spawner (211)", - "location": [5724, 2949, 31], - "map": "Felucca", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 65, - "walkingRange": 75, - "entries": [ - { "name": "LavaSnake", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "775ba293-8e3a-4d62-bf10-7e002b3b2ec5", - "name": "Spawner (211)", - "location": [5918, 3975, 1], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "783e28bf-94fe-445d-b357-a4009b10eab0", - "name": "Spawner (211)", - "location": [5621, 3775, 2], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7a43ad68-7a8b-43f6-b8e4-2f5bce9b3c1e", - "name": "Spawner (211)", - "location": [5523, 3676, 45], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7a81959d-4cbc-487c-a41c-867dfa194ca0", - "name": "Spawner (211)", - "location": [5817, 2367, 42], - "map": "Felucca", - "count": 23, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 75, - "entries": [ - { "name": "IceSerpent", "maxCount": 6, "probability": 100 }, - { "name": "IceSnake", "maxCount": 3, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 3, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 3, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7c05974e-e051-411c-8e9d-991adc1b11d7", - "name": "Spawner (211)", - "location": [5368, 3887, 0], - "map": "Felucca", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 20, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 20, "probability": 100 }, - { "name": "Bird", "maxCount": 15, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 }, - { "name": "Hind", "maxCount": 4, "probability": 100 }, - { "name": "Llama", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "80c6a933-7596-4e44-9ecb-006e36b52a4c", - "name": "Spawner (211)", - "location": [5721, 3675, 22], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "833ac732-4f3f-4863-8b88-f1b52673d063", - "name": "Spawner (211)", - "location": [5784, 3951, 20], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 35, - "walkingRange": 35, - "entries": [ - { "name": "FrenziedOstard", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84a12c7e-b2f6-4713-8d14-5c768f38358b", - "name": "Spawner (211)", - "location": [5566, 3292, 4], - "map": "Felucca", - "count": 21, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 56, - "walkingRange": 62, - "entries": [ - { "name": "Gorilla", "maxCount": 5, "probability": 100 }, - { "name": "Panther", "maxCount": 5, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "872072bf-8139-497f-8338-76cc9b06d93e", - "name": "Spawner (211)", - "location": [5818, 3876, 18], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "88937169-f283-4c78-9d28-7f03ac03872c", - "name": "Spawner (211)", - "location": [5721, 3876, -3], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ac377e6-e430-4412-8fcd-8ed365924d58", - "name": "Spawner (211)", - "location": [6018, 3673, 18], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8bbb0aca-5066-44cc-80b6-2a6e4862d6df", - "name": "Spawner (211)", - "location": [5721, 3975, 21], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8be2f678-bffa-4aa1-acf4-d4e3d2cfd92d", - "name": "Spawner (211)", - "location": [5521, 3875, -1], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d68603f-69e3-4d13-b972-2648fa6e6f5b", - "name": "Spawner (211)", - "location": [5457, 2651, 45], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "StoneGargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Wyvern", "maxCount": 6, "probability": 100 }, - { "name": "Mummy", "maxCount": 4, "probability": 100 }, - { "name": "Ettin", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8e896c88-1cc3-4b00-a042-41b7daa309dc", - "name": "Spawner (211)", - "location": [5173, 2368, 21], - "map": "Felucca", - "count": 28, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "IceSerpent", "maxCount": 4, "probability": 100 }, - { "name": "IceSnake", "maxCount": 10, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 4, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 3, "probability": 100 }, - { "name": "Walrus", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "91259235-0484-4698-906e-bf63a077d599", - "name": "Spawner (211)", - "location": [5454, 3136, -60], - "map": "Felucca", - "count": 26, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "TerathanMatriarch", "maxCount": 2, "probability": 100 }, - { "name": "TerathanAvenger", "maxCount": 4, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 10, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93c70268-f78d-436e-b3c0-3dd39fbadad3", - "name": "Spawner (211)", - "location": [5819, 3974, 16], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "942c695f-f39f-4c28-8704-9714152cdefd", - "name": "Spawner (211)", - "location": [5921, 3777, 28], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "95f3b7c6-e49c-483f-8598-6a5c71f6e959", - "name": "Spawner (211)", - "location": [5623, 3676, -3], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9b991a2d-71f9-42d1-9d66-7a7a4d6ba42e", - "name": "Spawner (211)", - "location": [5478, 3587, 3], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9cf77fad-29ee-4dc8-a174-7adf1ba52831", - "name": "Spawner (211)", - "location": [6018, 3673, 18], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9d0907cc-7569-4001-9ef3-6c95a3273262", - "name": "Spawner (211)", - "location": [6018, 3673, 18], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9d472611-6a0e-4aca-ba28-e3b6f3e2bb1e", - "name": "Spawner (211)", - "location": [5623, 3676, -3], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9fcbab64-2922-4c73-b1a1-8c7304252e57", - "name": "Spawner (211)", - "location": [5967, 2370, 44], - "map": "Felucca", - "count": 26, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 75, - "entries": [ - { "name": "IceSerpent", "maxCount": 6, "probability": 100 }, - { "name": "IceSnake", "maxCount": 4, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 4, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a98d669c-759b-45b5-96ad-3a1153f38d9d", - "name": "Spawner (211)", - "location": [5820, 3675, 0], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa42da05-496c-43fd-8178-a7fdb9ebfe63", - "name": "Spawner (211)", - "location": [5919, 3875, 16], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ab1c20f0-33bf-4b17-9d3e-b4a1bf3a7dc9", - "name": "Spawner (211)", - "location": [5985, 3441, 17], - "map": "Felucca", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 90, - "entries": [ - { "name": "GiantToad", "maxCount": 8, "probability": 100 }, - { "name": "SwampDragon", "maxCount": 5, "probability": 100 }, - { "name": "GiantRat", "maxCount": 12, "probability": 100 }, - { "name": "Alligator", "maxCount": 12, "probability": 100 }, - { "name": "SewerRat", "maxCount": 11, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ae2d2521-6a54-46cc-8bd6-4e4ff10242e8", - "name": "Spawner (211)", - "location": [5918, 3975, 1], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b35c2359-f228-4ede-ab15-7677b251219d", - "name": "Spawner (211)", - "location": [5243, 3548, 14], - "map": "Felucca", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Horse", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 4, "probability": 100 }, - { "name": "Hind", "maxCount": 16, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b424a6e3-dd2b-4140-a335-fa3916397531", - "name": "Spawner (211)", - "location": [5466, 4005, -1], - "map": "Felucca", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 20, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 20, "probability": 100 }, - { "name": "Bird", "maxCount": 15, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 }, - { "name": "Hind", "maxCount": 4, "probability": 100 }, - { "name": "Llama", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b4562d6b-3ea3-46c0-9a75-d102a5da6fef", - "name": "Spawner (211)", - "location": [5721, 3975, 21], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b4f901b5-6562-4689-9d5a-3ad3e3ad8a3f", - "name": "Spawner (211)", - "location": [5919, 3875, 16], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b4fdfdb8-b446-4cad-a4d5-700f6e387112", - "name": "Spawner (211)", - "location": [5220, 3664, -1], - "map": "Felucca", - "count": 23, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 25, - "entries": [ - { "name": "BoneKnight", "maxCount": 3, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 3, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 3, "probability": 100 }, - { "name": "Skeleton", "maxCount": 6, "probability": 100 }, - { "name": "Wraith", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b532fb5d-8a9a-4ee4-8358-e7e2ef4095d9", - "name": "Spawner (211)", - "location": [5921, 3777, 28], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b5d11127-71e9-4521-88ae-739adb829541", - "name": "Spawner (211)", - "location": [5466, 4005, -1], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Mongbat", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b831bbb7-b063-4039-9d54-bdaf8c0a4cbf", - "name": "Spawner (211)", - "location": [5820, 3775, 48], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b9b9dd7d-c27f-48e4-99b3-23cd89fc19cb", - "name": "Spawner (211)", - "location": [6022, 3773, 18], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba775ba5-f4a7-462e-88f1-c9962147118a", - "name": "Spawner (211)", - "location": [5557, 2625, 0], - "map": "Felucca", - "count": 21, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 3, "probability": 100 }, - { "name": "Troll", "maxCount": 3, "probability": 100 }, - { "name": "Harpy", "maxCount": 6, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bc3fc7a6-6646-4c86-8830-883c67dd0938", - "name": "Spawner (211)", - "location": [6022, 3971, 17], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bdfb73eb-b35a-4701-afe9-0487da724239", - "name": "Spawner (211)", - "location": [5820, 3775, 48], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf46ef5b-0f23-4bd9-93ce-b6bf724fd816", - "name": "Spawner (211)", - "location": [5819, 3974, 16], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf8af0ff-9824-45cb-b254-bb762019c7ca", - "name": "Spawner (211)", - "location": [5818, 3876, 18], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c2962e5e-fa41-4e95-8870-66cf709d80c5", - "name": "Spawner (211)", - "location": [5623, 3875, 15], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c3108d12-e98e-4525-aea1-18bcdce8cb3f", - "name": "Spawner (211)", - "location": [5722, 3776, 32], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c3c7e0c0-82d2-4fa6-b8d8-ceb9131c811f", - "name": "Spawner (211)", - "location": [6022, 2874, 16], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c86b6986-06f2-4bfd-83a9-eb305dffd798", - "name": "Spawner (211)", - "location": [5985, 3441, 17], - "map": "Felucca", - "count": 36, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 90, - "entries": [ - { "name": "BullFrog", "maxCount": 15, "probability": 100 }, - { "name": "SwampTentacle", "maxCount": 5, "probability": 100 }, - { "name": "Bogling", "maxCount": 13, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c9cf3ac9-5078-48a6-8d1d-8a622fa60024", - "name": "Spawner (211)", - "location": [5580, 2885, 6], - "map": "Felucca", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Gazer", "maxCount": 3, "probability": 100 }, - { "name": "Reaper", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c9d49bec-96ad-41ab-8397-20f8cb54ab0f", - "name": "Spawner (211)", - "location": [6022, 3773, 18], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cc748df2-8d72-4078-a6a4-5a25406770a3", - "name": "Spawner (211)", - "location": [5729, 2767, -1], - "map": "Felucca", - "count": 14, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 70, - "entries": [ - { "name": "StoneGargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Wyvern", "maxCount": 3, "probability": 100 }, - { "name": "Mummy", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cc8c9793-e6fe-48b5-9b83-28d3178fa5a0", - "name": "Spawner (211)", - "location": [5367, 4003, 19], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Mongbat", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d03b6997-0732-409a-a2ec-f92413ac6a08", - "name": "Spawner (211)", - "location": [5440, 3292, -4], - "map": "Felucca", - "count": 21, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 56, - "walkingRange": 62, - "entries": [ - { "name": "Gorilla", "maxCount": 5, "probability": 100 }, - { "name": "Panther", "maxCount": 5, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d2665bd3-8dfc-4e5d-aa4b-0810ebf249a3", - "name": "Spawner (211)", - "location": [5920, 3675, 12], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d2e9a141-6f17-4844-bbfa-a8e9adacbc50", - "name": "Spawner (211)", - "location": [5490, 3071, 15], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 2, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d41bb4a9-6e4c-4959-88ce-0f7cc1e518c3", - "name": "Spawner (211)", - "location": [5194, 3885, -1], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 32, - "walkingRange": 45, - "entries": [ - { "name": "Bull", "maxCount": 10, "probability": 100 }, - { "name": "GreatHart", "maxCount": 6, "probability": 100 }, - { "name": "Cow", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d51c7215-68f4-4c9f-aa0c-c15f8c0555ed", - "name": "Spawner (211)", - "location": [5819, 3974, 16], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d7e46421-f97f-427e-885c-2e3092bbbb23", - "name": "Spawner (211)", - "location": [5621, 3775, 2], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d8ac67eb-7ed1-4f41-80de-549bc900fccd", - "name": "Spawner (211)", - "location": [5521, 3875, -1], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d8f34e41-4ecb-4747-8300-cabad11db9f6", - "name": "Spawner (211)", - "location": [5501, 2361, 27], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 75, - "entries": [ - { "name": "PolarBear", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "db44f2a2-5df8-4de6-94c9-cbe8f792f3e5", - "name": "Spawner (211)", - "location": [5446, 3074, 3], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 2, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dbad34f7-3dad-4a18-8143-dfae7052b6a8", - "name": "Spawner (211)", - "location": [5520, 2890, 33], - "map": "Felucca", - "count": 37, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Imp", "maxCount": 10, "probability": 100 }, - { "name": "Scorpion", "maxCount": 10, "probability": 100 }, - { "name": "DesertOstard", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 4, "probability": 100 }, - { "name": "StoneHarpy", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd202c62-aa55-4c9c-b3f6-1a0a6d44c32e", - "name": "Spawner (211)", - "location": [5367, 4003, 19], - "map": "Felucca", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 20, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 20, "probability": 100 }, - { "name": "Bird", "maxCount": 15, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 }, - { "name": "Hind", "maxCount": 4, "probability": 100 }, - { "name": "Llama", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e118382e-b3f3-4e8c-ae91-52fcb3eb6e79", - "name": "Spawner (211)", - "location": [5764, 2585, -4], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 75, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e14998fb-042e-4d70-809a-d5ac583494b0", - "name": "Spawner (211)", - "location": [5921, 3777, 28], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e1af1466-54a7-4db4-a6ba-d8867ab87512", - "name": "Spawner (211)", - "location": [5721, 3876, -3], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e6336daa-16af-48dd-ad9a-04b2aea717ca", - "name": "Spawner (211)", - "location": [5920, 3675, 12], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e646890b-dfcb-4572-bc2b-c4683711befa", - "name": "Spawner (211)", - "location": [6022, 2874, 16], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e64d60d3-0d19-4878-a69c-90548a99ef6e", - "name": "Spawner (211)", - "location": [5721, 3675, 22], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e79036f2-c56f-4467-8312-c95bf651af1c", - "name": "Spawner (211)", - "location": [5721, 3975, 21], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ed54effc-7e93-4d1e-be86-690a39878733", - "name": "Spawner (211)", - "location": [6022, 3971, 17], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ef9989f7-1231-48a7-b6ff-428d1df26bce", - "name": "Spawner (211)", - "location": [5838, 2651, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 75, - "entries": [ - { "name": "Imp", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Scorpion", "maxCount": 1, "probability": 100 }, - { "name": "StoneHarpy", "maxCount": 1, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f04320b3-02e3-457c-aa3d-85944e1987e1", - "name": "Spawner (211)", - "location": [5457, 2651, 45], - "map": "Felucca", - "count": 54, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Imp", "maxCount": 15, "probability": 100 }, - { "name": "Scorpion", "maxCount": 15, "probability": 100 }, - { "name": "DesertOstard", "maxCount": 6, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 6, "probability": 100 }, - { "name": "StoneHarpy", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f19e0ef2-66a2-48b9-a6df-83027370fd1d", - "name": "Spawner (211)", - "location": [5408, 3077, 16], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 2, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f31f301e-888f-4493-a562-b05219ff599d", - "name": "Spawner (211)", - "location": [6022, 3971, 17], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f56b7a46-f8e5-4e85-aa15-9f30cf0c409d", - "name": "Spawner (211)", - "location": [5711, 2494, 46], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f706d02f-df96-4378-8e75-697f931d9eeb", - "name": "Spawner (211)", - "location": [5817, 2367, 42], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 75, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f72695d4-8b46-4aef-acd3-39aedce54767", - "name": "Spawner (211)", - "location": [5820, 3675, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f8499d9a-396d-46a9-abba-b78ce9de9e74", - "name": "Spawner (211)", - "location": [6022, 2874, 16], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fa987bdc-474a-44da-91be-4b0bcd8cb807", - "name": "Spawner (211)", - "location": [5765, 2637, 39], - "map": "Felucca", - "count": 26, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 30, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 3, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 6, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 3, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 4, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fba20373-697a-475b-8db9-52501d460fce", - "name": "Spawner (211)", - "location": [5201, 3162, 53], - "map": "Felucca", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 6, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 6, "probability": 100 }, - { "name": "BlackBear", "maxCount": 6, "probability": 100 }, - { "name": "Horse", "maxCount": 4, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 4, "probability": 100 }, - { "name": "Rabbit", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Cougar", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fdc76541-5d27-4dcf-ab0e-fb96e4beb7e8", - "name": "Spawner (211)", - "location": [5623, 3875, 15], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fde4de4d-8369-49e1-944f-b76d4a2e42d2", - "name": "Spawner (211)", - "location": [5919, 3875, 16], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/OrcCaves.json b/Distribution/Data/Spawns/shared/felucca/OrcCaves.json deleted file mode 100644 index da3bf0e2d..000000000 --- a/Distribution/Data/Spawns/shared/felucca/OrcCaves.json +++ /dev/null @@ -1,322 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "01ae830b-c7f9-4857-8a6b-4bacca6758ad", - "name": "Spawner (212)", - "location": [5356, 1304, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 10, - "entries": [ - { "name": "OrcBomber", "maxCount": 1, "probability": 100 }, - { "name": "OrcCaptain", "maxCount": 1, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "03b59250-db54-481c-85f4-1d0b8b433252", - "name": "Spawner (212)", - "location": [5153, 1971, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Orc", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0e858157-adc4-4963-a34b-101fefb109d1", - "name": "Spawner (212)", - "location": [5308, 1372, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Noble", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1a6833ee-9e32-4900-ad6e-87926e8fb427", - "name": "Spawner (212)", - "location": [5316, 1332, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "GiantRat", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1bff583d-3643-4e60-9a44-e3dea6882a02", - "name": "Spawner (212)", - "location": [5308, 2005, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "OrcBrute", "maxCount": 1, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2d24f1f9-20ff-4ee1-8f31-8304e2e4822d", - "name": "Spawner (212)", - "location": [5310, 1969, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "OrcBomber", "maxCount": 2, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "40c5eacc-9b5d-49f4-b13d-c605a32f6816", - "name": "Spawner (212)", - "location": [5354, 1332, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "OrcCaptain", "maxCount": 1, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 1, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 1, "probability": 100 }, - { "name": "OrcBomber", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "471bb8b3-f768-4654-a3ae-9517ecc8dd45", - "name": "Spawner (212)", - "location": [5317, 1309, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "OrcishLord", "maxCount": 1, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 2, "probability": 100 }, - { "name": "OrcBomber", "maxCount": 1, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5145b262-72b3-4bf2-8a73-91efe509ce18", - "name": "Spawner (212)", - "location": [5144, 1960, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "OrcishLord", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "572a2fac-11c7-4583-837a-1b03eae15f85", - "name": "Spawner (212)", - "location": [5146, 1995, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Orc", "maxCount": 1, "probability": 100 }, - { "name": "OrcCaptain", "maxCount": 1, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "593ee3b4-df42-426d-8976-faced7cd2435", - "name": "Spawner (212)", - "location": [5302, 1355, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 12, - "entries": [ - { "name": "OrcishLord", "maxCount": 1, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "70960aad-63ab-4bc2-9784-0ae5db883fe1", - "name": "Spawner (212)", - "location": [5331, 1346, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "DireWolf", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81a40400-c93d-42f3-8f19-0e9492198a82", - "name": "Spawner (212)", - "location": [5292, 1316, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Corpser", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a1dbbaf6-03e3-42f2-ba42-35d88349fd0c", - "name": "Spawner (212)", - "location": [5153, 1961, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "DireWolf", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a70f186a-94a1-4f54-963f-5c039c7d4006", - "name": "Spawner (212)", - "location": [5348, 2011, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "OrcBomber", "maxCount": 1, "probability": 100 }, - { "name": "EarthElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d01dca90-9fac-438e-9660-a93e9df7fc58", - "name": "Spawner (212)", - "location": [5281, 2029, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d313d866-1199-45fc-a72c-018d146bbe8c", - "name": "Spawner (212)", - "location": [5300, 1314, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 10, - "entries": [ - { "name": "Orc", "maxCount": 3, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 1, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ee800978-f2bf-47e0-8e19-c7f5fe0b33bc", - "name": "Spawner (212)", - "location": [5332, 1365, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fe0be93b-5f45-40b0-9169-16df378c0e6e", - "name": "Spawner (212)", - "location": [5141, 1968, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "OrcCaptain", "maxCount": 3, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/Outdoors.json b/Distribution/Data/Spawns/shared/felucca/Outdoors.json deleted file mode 100644 index a472b5cfa..000000000 --- a/Distribution/Data/Spawns/shared/felucca/Outdoors.json +++ /dev/null @@ -1,8803 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "001a5320-820c-4300-96f9-676e428b55be", - "name": "Spawner (213)", - "location": [4066, 569, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "PolarBear", "maxCount": 8, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 8, "probability": 100 }, - { "name": "Walrus", "maxCount": 8, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "004df2b4-e99d-4946-8dec-4b088fa75ea3", - "name": "Spawner (213)", - "location": [809, 1615, 0], - "map": "Felucca", - "count": 6, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 6, "probability": 100 }, - { "name": "Ogre", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "004eb6c0-e616-488d-8331-baaca386890e", - "name": "Spawner (213)", - "location": [1231, 192, 6], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "005e6436-1cae-4ece-a97a-a95fae8949ce", - "name": "Spawner (213)", - "location": [899, 1851, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ghoul", "maxCount": 7, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "006eec8a-3a67-4461-9688-1d7d0bfa0f1d", - "name": "Spawner (213)", - "location": [1055, 1442, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 6, "probability": 100 }, - { "name": "Gazer", "maxCount": 6, "probability": 100 }, - { "name": "Harpy", "maxCount": 6, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 6, "probability": 100 }, - { "name": "Ogre", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "024c3335-3bed-4475-bbc8-cda05fca9d6e", - "name": "Spawner (213)", - "location": [4461, 3106, 0], - "map": "Felucca", - "count": 5, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "OrcishMage", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "02650c18-4ae6-4d51-affd-69bc2244fb28", - "name": "Spawner (213)", - "location": [1312, 613, 10], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "02e35c83-6913-4607-a063-677964db0928", - "name": "Spawner (213)", - "location": [839, 406, 0], - "map": "Felucca", - "count": 2, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "02ea296d-d8b7-4ecd-ba51-56469126e50b", - "name": "Spawner (213)", - "location": [2485, 191, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "03cdfce6-9d4a-4ce4-b09b-fccff27ba52e", - "name": "Spawner (213)", - "location": [2143, 3953, 3], - "map": "Felucca", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 8, "probability": 100 }, - { "name": "Snake", "maxCount": 8, "probability": 100 }, - { "name": "Wisp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "043c3e4b-4a7f-4cf4-b5f7-54064d1c0aeb", - "name": "Spawner (213)", - "location": [1015, 706, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "067a213b-da9a-43e9-baac-1c2628a6e58e", - "name": "Spawner (213)", - "location": [1226, 449, 1], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "06c5aa59-1beb-4100-abea-13c6d2079025", - "name": "Spawner (213)", - "location": [1001, 787, 0], - "map": "Felucca", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ghoul", "maxCount": 3, "probability": 100 }, - { "name": "Lich", "maxCount": 3, "probability": 100 }, - { "name": "LichLord", "maxCount": 3, "probability": 100 }, - { "name": "Skeleton", "maxCount": 5, "probability": 100 }, - { "name": "Zombie", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "070b08c1-489a-4446-a535-8ba4828a641b", - "name": "Spawner (213)", - "location": [1915, 2385, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "071f9e9b-26c7-4bc6-a5a0-7867a5049939", - "name": "Spawner (213)", - "location": [4493, 1364, 23], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "GiantSerpent", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Boar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0731f9aa-2216-4b25-97f1-bcfa2c54688d", - "name": "Spawner (213)", - "location": [1474, 1297, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "07aff726-fbd5-4a47-a768-3ec347652b7f", - "name": "Spawner (213)", - "location": [1749, 474, 6], - "map": "Felucca", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "08f49123-9ff1-456d-90ec-e5aa91908226", - "name": "Spawner (213)", - "location": [2549, 136, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "094d699e-d6ad-4322-b6eb-4a6883da6fe2", - "name": "Spawner (213)", - "location": [2177, 3034, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Spectre", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "09c20c39-441d-4c33-8089-aab62d941c8a", - "name": "Spawner (213)", - "location": [3382, 280, 9], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0bfb8c5f-2695-41d7-8978-7e1155117e57", - "name": "Spawner (213)", - "location": [1930, 864, -1], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0c68cb1c-7662-4ebc-a9e9-166ce2574f9e", - "name": "Spawner (213)", - "location": [4531, 1363, 23], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 15, - "entries": [ - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "Scorpion", "maxCount": 1, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0cd04146-09d2-4f8c-8faf-dc0e19d551a0", - "name": "Spawner (213)", - "location": [4153, 601, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0d4101a9-dd3b-4e5e-b95b-f538addb8324", - "name": "Spawner (213)", - "location": [4576, 3356, 0], - "map": "Felucca", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0e34837e-aee8-4001-872a-373502c74cdb", - "name": "Spawner (213)", - "location": [1969, 1409, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Gazer", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0e6a3af0-b37b-44d0-a920-d1ea5053f2b9", - "name": "Spawner (213)", - "location": [2963, 3617, 3], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 7, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Mongbat", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Snake", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0eca02f5-d149-4460-aed5-98695fa760be", - "name": "Spawner (213)", - "location": [3360, 218, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0edde836-7b37-4de8-8fc1-6336dac33b51", - "name": "Spawner (213)", - "location": [1191, 288, 11], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f01ea1e-7189-495d-b62f-53698c79b009", - "name": "Spawner (213)", - "location": [728, 1242, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f42e18d-e212-4379-868b-48f40b9aab76", - "name": "Spawner (213)", - "location": [1004, 1369, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 6, "probability": 100 }, - { "name": "Gazer", "maxCount": 6, "probability": 100 }, - { "name": "Harpy", "maxCount": 6, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 6, "probability": 100 }, - { "name": "Ogre", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f713474-29c7-4dff-865f-a57be332f44e", - "name": "Spawner (213)", - "location": [2345, 676, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Ghoul", "maxCount": 8, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "10667ef8-7144-444e-a63b-8bfe0ff5c55d", - "name": "Spawner (213)", - "location": [1067, 2117, 5], - "map": "Felucca", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "10a9fb84-e7e7-47b1-ac1d-0bdba65b7d5f", - "name": "Spawner (213)", - "location": [1640, 1431, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1171adb5-c351-4aff-a15b-96e90a53b975", - "name": "Spawner (213)", - "location": [3963, 508, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "11bc853d-5908-4b28-9578-8c556ee3d7e1", - "name": "Spawner (213)", - "location": [2354, 3503, 0], - "map": "Felucca", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 8, "probability": 100 }, - { "name": "Snake", "maxCount": 8, "probability": 100 }, - { "name": "Wisp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12281c4e-e6de-4abf-8313-db1b6895eaee", - "name": "Spawner (213)", - "location": [1200, 633, 6], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12609af5-f153-4afa-96da-970e1be4afd0", - "name": "Spawner (213)", - "location": [1445, 1365, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "132293a7-fc22-467d-b65d-6c6fa8609304", - "name": "Spawner (213)", - "location": [2079, 1018, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "13359902-1ded-4453-9330-765325c87e2b", - "name": "Spawner (213)", - "location": [1525, 2053, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "136fc430-d130-446c-bfd0-a0daf0d69e50", - "name": "Spawner (213)", - "location": [634, 1504, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Orc", "maxCount": 3, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 1, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "13d177ea-c83f-4d80-82a0-bbdaea29decf", - "name": "Spawner (213)", - "location": [2077, 2305, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "13d7ad11-9375-4baf-8a4e-27993057790e", - "name": "Spawner (213)", - "location": [844, 1235, 0], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "14080e7e-45ac-4e42-aa16-5c423a4563df", - "name": "Spawner (213)", - "location": [1037, 1325, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1501e046-7baa-43b3-8b46-a9b978b0460f", - "name": "Spawner (213)", - "location": [2171, 1356, 0], - "map": "Felucca", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "SavageShaman", "maxCount": 1, "probability": 100 }, - { "name": "Savage", "maxCount": 3, "probability": 100 }, - { "name": "SavageRider", "maxCount": 2, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 3, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "156f17d7-f242-4657-87fd-48b947ad6f65", - "name": "Spawner (213)", - "location": [741, 1838, 0], - "map": "Felucca", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "15b7f75c-58c0-4a76-9e29-97b123985326", - "name": "Spawner (213)", - "location": [1877, 1515, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1687b6e3-dbd1-4203-83e6-3b42459a20c5", - "name": "Spawner (213)", - "location": [1743, 589, 16], - "map": "Felucca", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "181514b8-e4b3-442a-920c-27b56e3df585", - "name": "Spawner (213)", - "location": [2503, 3593, 3], - "map": "Felucca", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 8, "probability": 100 }, - { "name": "Snake", "maxCount": 8, "probability": 100 }, - { "name": "Wisp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1824a86e-4c8d-48fd-900d-e70e7127667a", - "name": "Spawner (213)", - "location": [4455, 1434, 10], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TimberWolf", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1878494f-e3bd-44a8-9a78-e3c2de43cf0a", - "name": "Spawner (213)", - "location": [240, 1443, 0], - "map": "Felucca", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1973fede-bee5-4d12-9620-4ac08754278c", - "name": "Spawner (213)", - "location": [4596, 3607, 30], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 50, - "entries": [ - { "name": "Daemon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "198ec5be-f20d-4f44-a5c2-36c153751cb6", - "name": "Spawner (213)", - "location": [805, 483, 0], - "map": "Felucca", - "count": 2, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1a02a3c7-3e58-44d8-98e3-6abb2f2b099c", - "name": "Spawner (213)", - "location": [516, 1585, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 5, "probability": 100 }, - { "name": "DireWolf", "maxCount": 5, "probability": 100 }, - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Reaper", "maxCount": 5, "probability": 100 }, - { "name": "Skeleton", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1adc37c9-0eea-45ec-adf2-6825f0af9b46", - "name": "Spawner (213)", - "location": [1534, 1941, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1d296a28-acda-437c-82f8-b0dfb62be85d", - "name": "Spawner (213)", - "location": [4618, 3570, 30], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1d32dbb7-e905-45c1-b8fe-a73bfb6d5806", - "name": "Spawner (213)", - "location": [4571, 3572, 31], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1d35fcf9-851c-4b60-8c51-ccd62e38d1c2", - "name": "Spawner (213)", - "location": [1726, 1362, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1d5b7b60-a289-434e-be7a-e3f538e1d9d9", - "name": "Spawner (213)", - "location": [1361, 1392, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1ecc2c95-94e1-4859-bdae-5b6e9f6d6094", - "name": "Spawner (213)", - "location": [1956, 48, 4], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 5, "probability": 100 }, - { "name": "Gazer", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1f59609c-ffa6-4a3c-ae8f-92caf32391a1", - "name": "Spawner (213)", - "location": [4512, 1380, 23], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 10, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Jwilson", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1ff6bf9e-dcdf-4967-a32c-8b542a45ce6e", - "name": "Spawner (213)", - "location": [4013, 239, 1], - "map": "Felucca", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "215f7ae1-42f8-46a6-a35b-bebd67373a40", - "name": "Spawner (213)", - "location": [909, 1175, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "216f74af-209f-4943-ac78-cb2703ba7f06", - "name": "Spawner (213)", - "location": [1266, 1982, 0], - "map": "Felucca", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "21abb157-384a-4001-9ba6-743cd407fe3f", - "name": "Spawner (213)", - "location": [3459, 2655, 9], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Brigand", "maxCount": 3, "probability": 100 }, - { "name": "Harpy", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "Spectre", "maxCount": 3, "probability": 100 }, - { "name": "Troll", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "22a47de7-ed67-461f-830e-d7d395e638c4", - "name": "Spawner (213)", - "location": [1812, 3036, 5], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2319882c-d94a-4f58-97e7-6dca32e890e2", - "name": "Spawner (213)", - "location": [1244, 1374, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "23347175-c9e6-4776-a97c-04c85507e131", - "name": "Spawner (213)", - "location": [1990, 976, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "23af0fb5-5bba-41f3-8caa-1f8f5018f42f", - "name": "Spawner (213)", - "location": [1887, 591, 0], - "map": "Felucca", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "27b05c45-ec38-45db-b3ac-127bac6b8e99", - "name": "Spawner (213)", - "location": [1021, 1415, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 6, "probability": 100 }, - { "name": "Gazer", "maxCount": 6, "probability": 100 }, - { "name": "Harpy", "maxCount": 6, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 6, "probability": 100 }, - { "name": "Ogre", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "28724275-f05c-4b50-8e05-60aa69bb3e65", - "name": "Spawner (213)", - "location": [418, 1665, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 5, "probability": 100 }, - { "name": "DireWolf", "maxCount": 5, "probability": 100 }, - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Reaper", "maxCount": 5, "probability": 100 }, - { "name": "Skeleton", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "28d181e5-edb4-4d16-900d-b4a9b8a336f4", - "name": "Spawner (213)", - "location": [971, 1308, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "28dec03a-120b-40ca-a03e-482d3f2de528", - "name": "Spawner (213)", - "location": [1640, 1431, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2a64edbb-d1e3-4ec8-9cf3-7d8993ebbb7f", - "name": "Spawner (213)", - "location": [1416, 1992, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2b2e285f-e9ae-40a8-a1f8-95a8fe906e13", - "name": "Spawner (213)", - "location": [4552, 1447, 10], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2c079015-240e-4b1c-bf6f-9802277d8148", - "name": "Spawner (213)", - "location": [1849, 953, 7], - "map": "Felucca", - "count": 4, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "Ratman", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2c730966-efe7-4079-a56d-f836444b2b4d", - "name": "Spawner (213)", - "location": [4090, 325, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2ca9d939-38bc-404a-b3f6-04727259fb8b", - "name": "Spawner (213)", - "location": [2203, 1379, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2e0715c9-f838-4d37-be39-3c8a0f1e2580", - "name": "Spawner (213)", - "location": [1947, 912, -1], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2f215ba7-0215-4501-a61a-dfc7bf9d549d", - "name": "Spawner (213)", - "location": [805, 463, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "Ratman", "maxCount": 8, "probability": 100 }, - { "name": "Reaper", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2ff06e09-3cbe-48fe-99d3-4f5753b9dabc", - "name": "Spawner (213)", - "location": [2468, 144, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3177e9c8-ff1d-48b8-8280-3a66a202526b", - "name": "Spawner (213)", - "location": [617, 1326, 0], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "317f0495-b38f-4f35-90f3-05033507c676", - "name": "Spawner (213)", - "location": [4615, 1469, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "32260d9a-6ff8-417d-88e9-b08e0c04fa2c", - "name": "Spawner (213)", - "location": [1055, 1442, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "324e278d-d03c-4a19-9f7c-90983f0f7372", - "name": "Spawner (213)", - "location": [3173, 771, 0], - "map": "Felucca", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 5, "probability": 100 }, - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "33035953-5de9-4a8d-9f5e-05b56a5b7a87", - "name": "Spawner (213)", - "location": [1891, 226, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "33879016-b02f-4b25-bc21-dcbb882c5fff", - "name": "Spawner (213)", - "location": [1875, 906, 7], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "33c2dd22-28c7-4365-8d2a-61a1594edcc5", - "name": "Spawner (213)", - "location": [3619, 2814, 21], - "map": "Felucca", - "count": 17, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "HordeMinion", "maxCount": 17, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "34134639-abeb-476b-9cd6-c0ad81f3615f", - "name": "Spawner (213)", - "location": [1849, 2915, 30], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "343b53bd-40ed-499b-93cf-60b7c854e810", - "name": "Spawner (213)", - "location": [841, 344, 0], - "map": "Felucca", - "count": 2, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3467c2e3-9fc0-45ba-97b6-207bddb5beb9", - "name": "Spawner (213)", - "location": [1862, 1434, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "34d6cb84-92a2-4e06-a314-e54bddd11403", - "name": "Spawner (213)", - "location": [1866, 3040, 15], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "354c29c0-32e9-448f-b17c-ef47ef6f1c41", - "name": "Spawner (213)", - "location": [1967, 1296, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "362c3cc5-8548-43be-8fab-4d981cab5ed1", - "name": "Spawner (213)", - "location": [1877, 1515, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "381a50a4-7600-462c-b95e-9c79f96e610e", - "name": "Spawner (213)", - "location": [4613, 3272, 0], - "map": "Felucca", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "383c7654-67b0-4024-a455-f433ea40d522", - "name": "Spawner (213)", - "location": [423, 1595, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Gazer", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "386f438a-1ba3-4f0d-b7e8-b7b95789f518", - "name": "Spawner (213)", - "location": [1829, 874, -1], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "38809d23-8eee-4351-a9fd-337ee44ceb7c", - "name": "Spawner (213)", - "location": [1147, 3524, 0], - "map": "Felucca", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "Ratman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "399f4337-1564-4f34-b22c-5d1ec5b8a7ba", - "name": "Spawner (213)", - "location": [1898, 1265, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "39c6fca8-585d-419a-ad33-fdeecff5278e", - "name": "Spawner (213)", - "location": [1619, 2725, 10], - "map": "Felucca", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3a4bf08f-1f3d-438b-a995-b638b1cb09f2", - "name": "Spawner (213)", - "location": [2080, 400, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3b09d5b9-f1e1-4628-92bb-7592ee885f6c", - "name": "Spawner (213)", - "location": [2089, 3017, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3bdf6642-bec9-4d20-b880-37381726f5b9", - "name": "Spawner (213)", - "location": [1803, 2981, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3c8c991b-9b97-404c-8a16-b2501645d88a", - "name": "Spawner (213)", - "location": [1866, 938, -1], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3cdb18b5-9aa3-42bc-9978-136a1d1263aa", - "name": "Spawner (213)", - "location": [1944, 102, 4], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 5, "probability": 100 }, - { "name": "Gazer", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3f9d6f0d-92a3-4b72-a6aa-d8bfba12e7f7", - "name": "Spawner (213)", - "location": [1140, 2087, 0], - "map": "Felucca", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3ffe57e9-1807-40db-bbfc-3b9d7776d0f0", - "name": "Spawner (213)", - "location": [2146, 178, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "401fe491-1378-4d69-ae3e-4cbfbe471991", - "name": "Spawner (213)", - "location": [2369, 3430, 3], - "map": "Felucca", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 8, "probability": 100 }, - { "name": "Snake", "maxCount": 8, "probability": 100 }, - { "name": "Wisp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "409e129c-f95e-4a05-aff8-e2d577aede77", - "name": "Spawner (213)", - "location": [1325, 1071, 0], - "map": "Felucca", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Troll", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4124fe40-7dde-4264-8393-5f92e87bdd80", - "name": "Spawner (213)", - "location": [3446, 2741, 49], - "map": "Felucca", - "count": 7, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Brigand", "maxCount": 7, "probability": 100 }, - { "name": "Harpy", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Spectre", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "41bf401b-72da-46c0-b246-04c1fce86c37", - "name": "Spawner (213)", - "location": [2107, 358, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "41dd143d-0df5-41eb-a23e-bc65a7255c49", - "name": "Spawner (213)", - "location": [1862, 1434, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "41fe89de-bbed-4af2-ba54-2d33bb39a64d", - "name": "Spawner (213)", - "location": [1541, 1895, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "42663241-fc0a-4fcc-aaa8-8fd9ab4bb3a4", - "name": "Spawner (213)", - "location": [1435, 2261, 5], - "map": "Felucca", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "42a92b9b-a8ac-498c-b528-94ff6f10b775", - "name": "Spawner (213)", - "location": [634, 1462, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Orc", "maxCount": 3, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 1, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4337a9d3-98f2-4eec-9459-c10f70f60319", - "name": "Spawner (213)", - "location": [4455, 1358, 10], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TimberWolf", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "440f3392-8081-4185-b1d4-62ebb6e90b5b", - "name": "Spawner (213)", - "location": [837, 361, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "Ratman", "maxCount": 8, "probability": 100 }, - { "name": "Reaper", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "45008529-dc3f-4fcc-8810-520775c4e411", - "name": "Spawner (213)", - "location": [1915, 3050, 15], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "456e985f-4c8d-4f71-b998-d6efc19957f6", - "name": "Spawner (213)", - "location": [4493, 1364, 23], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "Horse", "maxCount": 1, "probability": 100 }, - { "name": "Rat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "460ad9dc-158f-4e2e-a988-b52dcfe37839", - "name": "Spawner (213)", - "location": [1060, 1375, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 6, "probability": 100 }, - { "name": "Gazer", "maxCount": 6, "probability": 100 }, - { "name": "Harpy", "maxCount": 6, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 6, "probability": 100 }, - { "name": "Ogre", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "46abf595-aaae-4e1c-85e6-8cb7b463409c", - "name": "Spawner (213)", - "location": [1162, 704, 6], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "47035c00-635d-410e-9208-3d07ee948ff6", - "name": "Spawner (213)", - "location": [1203, 502, 30], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "47242747-b6e8-49d1-82ff-e3ddede86281", - "name": "Spawner (213)", - "location": [4605, 1365, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "47fe6452-2b6d-486b-850c-86cb477c5e9c", - "name": "Spawner (213)", - "location": [840, 1063, 0], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "48847927-65aa-4abd-8423-86546faa0c80", - "name": "Spawner (213)", - "location": [1755, 1474, 0], - "map": "Felucca", - "count": 4, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gargoyle", "maxCount": 4, "probability": 100 }, - { "name": "Gazer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "49282da8-3f46-4b69-aab2-670dda1c7117", - "name": "Spawner (213)", - "location": [2966, 3591, 11], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 7, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Mongbat", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Snake", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "499d9dab-ec87-4739-8055-7ffd7a54cecf", - "name": "Spawner (213)", - "location": [848, 917, 0], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "49a48c0e-c34c-464b-b5b2-5374b434aab5", - "name": "Spawner (213)", - "location": [1021, 1415, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4a7b60db-3c30-449e-b20a-f85336dd5446", - "name": "Spawner (213)", - "location": [2044, 2323, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4a88078e-0413-44ec-add5-83f6d71d84a2", - "name": "Spawner (213)", - "location": [1004, 1369, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4ae1f335-1c4e-4be3-b495-209990644141", - "name": "Spawner (213)", - "location": [4595, 3570, 30], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 3, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b35e54f-77d1-4fe8-80d0-217df211d4e2", - "name": "Spawner (213)", - "location": [1042, 1920, 0], - "map": "Felucca", - "count": 9, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Lizardman", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Skeleton", "maxCount": 9, "probability": 100 }, - { "name": "Spectre", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4c9fe5d1-3732-466e-a113-3be9fbc93e4c", - "name": "Spawner (213)", - "location": [2659, 147, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4d68ece9-2d7e-4792-b92d-71424147068b", - "name": "Spawner (213)", - "location": [2184, 1376, 0], - "map": "Felucca", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "SavageShaman", "maxCount": 1, "probability": 100 }, - { "name": "Savage", "maxCount": 3, "probability": 100 }, - { "name": "SavageRider", "maxCount": 2, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 3, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4e653da6-2748-4c30-b242-e97125e5be12", - "name": "Spawner (213)", - "location": [3042, 3590, 5], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 7, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Mongbat", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Snake", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4f3369eb-d269-4cb8-b74a-96641125adb0", - "name": "Spawner (213)", - "location": [815, 1603, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Spectre", "maxCount": 5, "probability": 100 }, - { "name": "Zombie", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4f619a76-b1b8-43dd-83a3-e3303ec767c3", - "name": "Spawner (213)", - "location": [2058, 87, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4fbb2008-7fa3-4f3a-8694-2fab575d41df", - "name": "Spawner (213)", - "location": [2533, 240, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "50f349ae-dfc6-4c38-b241-9055670b9a37", - "name": "Spawner (213)", - "location": [1361, 522, 19], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "513b093a-a623-4073-b89c-44c8417c4c90", - "name": "Spawner (213)", - "location": [4504, 1458, 8], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TimberWolf", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "516fd39d-d4d2-4916-8c90-49902582100b", - "name": "Spawner (213)", - "location": [1222, 1418, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "519391cf-1cdd-424c-83c2-d646ea48343e", - "name": "Spawner (213)", - "location": [516, 1585, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Gazer", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "528a7172-954d-48e9-a482-391304d6cd59", - "name": "Spawner (213)", - "location": [2034, 46, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5349e354-eb19-4207-a2e0-831fda4d1850", - "name": "Spawner (213)", - "location": [480, 1641, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 5, "probability": 100 }, - { "name": "DireWolf", "maxCount": 5, "probability": 100 }, - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Reaper", "maxCount": 5, "probability": 100 }, - { "name": "Skeleton", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "53d1a2d3-250d-4eb4-bc6f-bba8133b27c1", - "name": "Spawner (213)", - "location": [232, 1350, 0], - "map": "Felucca", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5438491f-692d-4434-9731-0bd0e7cf96c0", - "name": "Spawner (213)", - "location": [1094, 3482, 0], - "map": "Felucca", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "Ratman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54caf961-eba0-450a-a510-b078d9011faa", - "name": "Spawner (213)", - "location": [2069, 1028, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "55af7b2a-3f27-4bf0-9d5e-bcedbdb3b76b", - "name": "Spawner (213)", - "location": [1089, 2033, 0], - "map": "Felucca", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "55ca4007-514b-4b20-89e5-408cccf0924a", - "name": "Spawner (213)", - "location": [1192, 958, 5], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5630cd94-517e-4ddf-856d-fe59b8d2fc7a", - "name": "Spawner (213)", - "location": [1184, 217, 27], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5685505d-66f4-42c3-96b4-f71b071b40af", - "name": "Spawner (213)", - "location": [189, 1344, 0], - "map": "Felucca", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "579f51aa-6bce-480c-98e0-b29d2c0fcdd1", - "name": "Spawner (213)", - "location": [955, 707, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 947, "y": 699, "z": -128 }, - "end": { "x": 963, "y": 715, "z": 15 } - }, - "walkingRange": 12, - "entries": [ - { "name": "Wraith", "maxCount": 4, "probability": 100 }, - { "name": "Shade", "maxCount": 4, "probability": 100 }, - { "name": "Spectre", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "57e9ff50-ef57-4bfe-bd82-399ec6db0def", - "name": "Spawner (213)", - "location": [1375, 1330, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "57f5c71c-e443-4f41-a4a0-dac167db544d", - "name": "Spawner (213)", - "location": [4519, 1358, 23], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 15, - "entries": [ - { "name": "Alligator", "maxCount": 1, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 }, - { "name": "Gorilla", "maxCount": 1, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 1, "probability": 100 }, - { "name": "GiantToad", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5821b10d-c56f-4f82-8a8c-576bde50184d", - "name": "Spawner (213)", - "location": [1947, 2294, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a5ccea8-791c-4a24-a5b8-1107fbd32673", - "name": "Spawner (213)", - "location": [1300, 607, 15], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5b7f6dd7-59c1-4ef1-8b7f-1e4b87c1f873", - "name": "Spawner (213)", - "location": [2429, 690, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Ghoul", "maxCount": 8, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5bd6347d-424f-4e25-80ce-a08fc96edc05", - "name": "Spawner (213)", - "location": [672, 1825, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ghoul", "maxCount": 7, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5bf4bb35-2ec4-4a39-92d3-68c249f5b09a", - "name": "Spawner (213)", - "location": [1759, 259, 21], - "map": "Felucca", - "count": 13, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "DireWolf", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 11, "probability": 100 }, - { "name": "Gazer", "maxCount": 11, "probability": 100 }, - { "name": "Harpy", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5c244d89-f413-49e1-abf4-70086903d0bd", - "name": "Spawner (213)", - "location": [1652, 1400, 0], - "map": "Felucca", - "count": 4, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gargoyle", "maxCount": 4, "probability": 100 }, - { "name": "Gazer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5c94feb2-ffa2-45f5-8392-bef88c324f87", - "name": "Spawner (213)", - "location": [821, 1938, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ghoul", "maxCount": 7, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5cfe198e-679e-4311-b464-825debc44f00", - "name": "Spawner (213)", - "location": [1491, 238, 22], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5d15df44-cca8-413c-aead-64e7fa9e6c7b", - "name": "Spawner (213)", - "location": [1867, 2962, 7], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5d2d0626-1d6c-4338-bb96-16281daaf313", - "name": "Spawner (213)", - "location": [541, 1645, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Gazer", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5d55517f-6927-4afd-b28c-123e332166ac", - "name": "Spawner (213)", - "location": [1635, 3253, 0], - "map": "Felucca", - "count": 60, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 10, "probability": 100 }, - { "name": "Gorilla", "maxCount": 10, "probability": 100 }, - { "name": "TropicalBird", "maxCount": 10, "probability": 100 }, - { "name": "WhippingVine", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5e287924-f6b6-4a1f-b718-d3a8ab42d3f3", - "name": "Spawner (213)", - "location": [2326, 656, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Ghoul", "maxCount": 8, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5ef1c873-6465-4e41-bc69-4b09c5a527b9", - "name": "Spawner (213)", - "location": [1804, 247, 0], - "map": "Felucca", - "count": 13, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "DireWolf", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 11, "probability": 100 }, - { "name": "Gazer", "maxCount": 11, "probability": 100 }, - { "name": "Harpy", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "60046b73-487d-41d2-aa57-a137e9b1dfe9", - "name": "Spawner (213)", - "location": [964, 365, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 10, "probability": 100 }, - { "name": "DireWolf", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 10, "probability": 100 }, - { "name": "Gazer", "maxCount": 10, "probability": 100 }, - { "name": "Harpy", "maxCount": 10, "probability": 100 }, - { "name": "Lizardman", "maxCount": 10, "probability": 100 }, - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "602665fa-b49a-4a81-8d2a-763665a13bb4", - "name": "Spawner (213)", - "location": [1626, 266, 16], - "map": "Felucca", - "count": 13, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "DireWolf", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 11, "probability": 100 }, - { "name": "Gazer", "maxCount": 11, "probability": 100 }, - { "name": "Harpy", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "602c87dc-2586-4281-805c-948364d6fcd7", - "name": "Spawner (213)", - "location": [1968, 2346, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "606d97e6-78a1-48c6-bece-8cfa117906cf", - "name": "Spawner (213)", - "location": [2621, 99, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "60caf162-33d5-4a0d-a754-04c8327bf10c", - "name": "Spawner (213)", - "location": [1636, 532, 22], - "map": "Felucca", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "615a5cba-d2f6-44dc-95a6-4cfa0b679aa4", - "name": "Spawner (213)", - "location": [2000, 141, 1], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6375273a-4a07-4c39-9a5c-5af034151feb", - "name": "Spawner (213)", - "location": [1387, 3109, 0], - "map": "Felucca", - "count": 60, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 10, "probability": 100 }, - { "name": "Gorilla", "maxCount": 10, "probability": 100 }, - { "name": "TropicalBird", "maxCount": 10, "probability": 100 }, - { "name": "WhippingVine", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "64615b94-7440-4c4b-873a-4b530cfd29e5", - "name": "Spawner (213)", - "location": [1130, 830, 9], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "647ff862-b266-4923-bdeb-78d411d4f0fd", - "name": "Spawner (213)", - "location": [854, 1686, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "Brigand", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "653465ba-f89c-4ecf-ac58-20f45a4b1055", - "name": "Spawner (213)", - "location": [1305, 1326, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "65846901-1333-4a0a-ab1d-85e2424e0b46", - "name": "Spawner (213)", - "location": [987, 725, 0], - "map": "Felucca", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ghoul", "maxCount": 3, "probability": 100 }, - { "name": "Lich", "maxCount": 3, "probability": 100 }, - { "name": "LichLord", "maxCount": 3, "probability": 100 }, - { "name": "Skeleton", "maxCount": 5, "probability": 100 }, - { "name": "Zombie", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "65c5883b-2663-411b-9820-28499977c4d8", - "name": "Spawner (213)", - "location": [892, 1963, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ghoul", "maxCount": 7, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6629f955-9f48-46ed-affe-6ef6bb823646", - "name": "Spawner (213)", - "location": [4480, 1439, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6779c53c-467b-424f-86a7-5007798c4b47", - "name": "Spawner (213)", - "location": [1970, 3052, 15], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "67ff897a-73a2-4138-a65e-266bc2553d42", - "name": "Spawner (213)", - "location": [659, 1318, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "68e27fa5-b64e-4298-bf75-1df29d3cf1e1", - "name": "Spawner (213)", - "location": [1912, 1302, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "68e9fc19-85e7-41d6-9791-d22fdad0e11b", - "name": "Spawner (213)", - "location": [1337, 293, 22], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "69d4b822-5483-487f-9578-8cb790fc9e49", - "name": "Spawner (213)", - "location": [541, 1645, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 5, "probability": 100 }, - { "name": "DireWolf", "maxCount": 5, "probability": 100 }, - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Reaper", "maxCount": 5, "probability": 100 }, - { "name": "Skeleton", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6a159a3d-7dc5-441f-917b-c58af12fed0d", - "name": "Spawner (213)", - "location": [736, 1938, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ghoul", "maxCount": 7, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6b364efa-4774-4c6a-afc7-a44d234328fb", - "name": "Spawner (213)", - "location": [1060, 1375, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6b782447-4c8b-4dbf-aad3-2d537084e961", - "name": "Spawner (213)", - "location": [1723, 683, 6], - "map": "Felucca", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6b8e488f-bcb3-4037-a201-fce494c31f3d", - "name": "Spawner (213)", - "location": [2520, 3983, 3], - "map": "Felucca", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 8, "probability": 100 }, - { "name": "Snake", "maxCount": 8, "probability": 100 }, - { "name": "Wisp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6bdf87d2-daea-4576-984d-5463bc82d5cd", - "name": "Spawner (213)", - "location": [1883, 827, -1], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d5c1996-6320-4d37-a6e2-527c3eef0be6", - "name": "Spawner (213)", - "location": [2095, 2352, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6dc07357-369f-413b-9acc-acf5540ea8cb", - "name": "Spawner (213)", - "location": [2115, 48, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6edd0c08-b27b-4bc3-a3bb-603b6359d3ac", - "name": "Spawner (213)", - "location": [1427, 2525, 0], - "map": "Felucca", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6f39acaf-9dac-46d6-aca4-54e66f4280ef", - "name": "Spawner (213)", - "location": [1166, 818, 5], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6f56546f-246a-491b-8b19-a8c668ea73fb", - "name": "Spawner (213)", - "location": [1898, 1265, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6fad7f26-0faf-4aa1-a25f-c050cc1e0143", - "name": "Spawner (213)", - "location": [4607, 3480, 29], - "map": "Felucca", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "70cee935-0141-46ca-a61d-693c873af487", - "name": "Spawner (213)", - "location": [798, 1935, 0], - "map": "Felucca", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "713534d6-6d42-4846-95e2-e43b5aaa340f", - "name": "Spawner (213)", - "location": [1939, 1310, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "714bf0dd-48b0-488e-ad59-432e8477b9d5", - "name": "Spawner (213)", - "location": [1475, 1958, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7211f788-6a3c-4d59-809d-dc4f5440e1f6", - "name": "Spawner (213)", - "location": [851, 495, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "Ratman", "maxCount": 8, "probability": 100 }, - { "name": "Reaper", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "731e7d09-59ed-48a4-b1d7-f2827a2d05e5", - "name": "Spawner (213)", - "location": [1504, 2007, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "74a9ed57-25f8-4fe2-8286-2696225764f3", - "name": "Spawner (213)", - "location": [1232, 2093, 0], - "map": "Felucca", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "75aa2658-e0f1-4003-93e6-28da55db063e", - "name": "Spawner (213)", - "location": [1651, 2413, 5], - "map": "Felucca", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "75c2c949-73c9-4a97-8688-79c5cbcf4cd8", - "name": "Spawner (213)", - "location": [423, 1595, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 5, "probability": 100 }, - { "name": "DireWolf", "maxCount": 5, "probability": 100 }, - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Reaper", "maxCount": 5, "probability": 100 }, - { "name": "Skeleton", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "769cc51f-efed-48b2-ba94-013f544fcb5a", - "name": "Spawner (213)", - "location": [3411, 2592, 44], - "map": "Felucca", - "count": 6, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Brigand", "maxCount": 6, "probability": 100 }, - { "name": "Harpy", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 6, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Spectre", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "76ef18b2-8642-45f5-99e0-e206048ed383", - "name": "Spawner (213)", - "location": [4511, 1394, 23], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "IceSerpent", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 1, "probability": 100 }, - { "name": "FrostOoze", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "77e4e362-a87a-46eb-ac22-87b392a705f6", - "name": "Spawner (213)", - "location": [1826, 2250, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "79dcafe6-4ca2-4715-ab2c-80951c18fad7", - "name": "Spawner (213)", - "location": [1000, 330, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 10, "probability": 100 }, - { "name": "DireWolf", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 10, "probability": 100 }, - { "name": "Gazer", "maxCount": 10, "probability": 100 }, - { "name": "Harpy", "maxCount": 10, "probability": 100 }, - { "name": "Lizardman", "maxCount": 10, "probability": 100 }, - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7a444146-d8d7-4ba6-af15-1a5f440826c9", - "name": "Spawner (213)", - "location": [4550, 1409, 8], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7b61ae14-8163-4511-97f7-bf81e83b4efe", - "name": "Spawner (213)", - "location": [757, 1401, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Lich", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7ba962b8-dc8a-44c3-9535-16f076cc14aa", - "name": "Spawner (213)", - "location": [3434, 316, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7bdd2249-7e2c-44b8-9ae3-0d4eb5f5f224", - "name": "Spawner (213)", - "location": [1980, 832, -1], - "map": "Felucca", - "count": 4, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "Ratman", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7d1ffadb-f06d-4166-b4e1-549f742c05f3", - "name": "Spawner (213)", - "location": [1037, 1325, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 6, "probability": 100 }, - { "name": "Gazer", "maxCount": 6, "probability": 100 }, - { "name": "Harpy", "maxCount": 6, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 6, "probability": 100 }, - { "name": "Ogre", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7d35912d-be04-44d1-97b2-f6a77882c755", - "name": "Spawner (213)", - "location": [1827, 3429, 10], - "map": "Felucca", - "count": 60, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 10, "probability": 100 }, - { "name": "Gorilla", "maxCount": 10, "probability": 100 }, - { "name": "TropicalBird", "maxCount": 10, "probability": 100 }, - { "name": "WhippingVine", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7e183556-fb83-4823-96e9-9dba1cc69dd9", - "name": "Spawner (213)", - "location": [1240, 1317, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7e9e81b9-071c-4b46-adf9-f3e39b7e73d1", - "name": "Spawner (213)", - "location": [2372, 210, 0], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 9, "probability": 100 }, - { "name": "Lizardman", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Skeleton", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 }, - { "name": "Zombie", "maxCount": 9, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "818950cd-6dbc-4e5d-8836-7c32103b28fa", - "name": "Spawner (213)", - "location": [4206, 471, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81aec24a-c7b8-46a7-a104-518c2bdd479c", - "name": "Spawner (213)", - "location": [1083, 783, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81cab405-c429-4e92-b73a-27f944780ae4", - "name": "Spawner (213)", - "location": [1833, 1245, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81e26950-3b2a-4d34-b8ea-e6bc4431a202", - "name": "Spawner (213)", - "location": [141, 1367, 0], - "map": "Felucca", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "82a86397-6318-4f4d-aad4-7f846018a9e0", - "name": "Spawner (213)", - "location": [2189, 298, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "83a2d33b-b85c-48a2-88d6-bf2e2e3a90b8", - "name": "Spawner (213)", - "location": [1915, 928, -1], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84565ecf-6dc3-4c85-a6d8-9959325383af", - "name": "Spawner (213)", - "location": [3440, 405, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8458a597-4941-4335-8537-6f89cd177920", - "name": "Spawner (213)", - "location": [1097, 970, 2], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84b2cd30-182a-4251-b95d-3904e80ee9ee", - "name": "Spawner (213)", - "location": [1064, 2488, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84e221a0-eef4-4399-a87e-385b21ee014d", - "name": "Spawner (213)", - "location": [3929, 235, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "850d750e-203e-44c3-8437-b0784ecdd1e8", - "name": "Spawner (213)", - "location": [1059, 2461, 0], - "map": "Felucca", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "85637171-e2f4-4170-b0a1-cb685aea8962", - "name": "Spawner (213)", - "location": [1180, 737, 1], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "85b3d37c-21b5-484e-841c-a2344d3a911b", - "name": "Spawner (213)", - "location": [1832, 517, 0], - "map": "Felucca", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "860745e5-2133-46bb-bf8b-b8cd1273b204", - "name": "Spawner (213)", - "location": [4658, 3376, 0], - "map": "Felucca", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "865c8dd1-b8f3-4fbb-8d00-d4188cb4b630", - "name": "Spawner (213)", - "location": [3013, 3591, 15], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 7, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Mongbat", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Snake", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "87b90902-f43c-4892-963c-c8b5a3097b5f", - "name": "Spawner (213)", - "location": [2155, 1370, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "87bb1dc1-dc09-44cf-b2cc-1b72e55ac804", - "name": "Spawner (213)", - "location": [3602, 2815, 28], - "map": "Felucca", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "87e84f7b-43c8-41fc-9891-000423b0afb8", - "name": "Spawner (213)", - "location": [1595, 3045, 0], - "map": "Felucca", - "count": 30, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 100, - "entries": [ - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 5, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 5, "probability": 100 }, - { "name": "Gorilla", "maxCount": 5, "probability": 100 }, - { "name": "TropicalBird", "maxCount": 5, "probability": 100 }, - { "name": "WhippingVine", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "88c9fa5d-b9ee-4060-8e14-24961c30cf76", - "name": "Spawner (213)", - "location": [823, 960, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "890ffbb5-4dab-44d2-b7b0-7d11528f7bb0", - "name": "Spawner (213)", - "location": [4729, 3485, 0], - "map": "Felucca", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8993ccc9-a37b-4023-8e61-5cb2ebd7e2da", - "name": "Spawner (213)", - "location": [2137, 271, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8a225256-b5b2-4e7a-8150-e4223df853a9", - "name": "Spawner (213)", - "location": [947, 418, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 10, "probability": 100 }, - { "name": "DireWolf", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 10, "probability": 100 }, - { "name": "Gazer", "maxCount": 10, "probability": 100 }, - { "name": "Harpy", "maxCount": 10, "probability": 100 }, - { "name": "Lizardman", "maxCount": 10, "probability": 100 }, - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8a406878-badb-424f-b754-f4ca946ecd46", - "name": "Spawner (213)", - "location": [1243, 2437, 5], - "map": "Felucca", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8aa3fee7-2653-4bb2-828b-c1952fa27afe", - "name": "Spawner (213)", - "location": [1284, 433, 6], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8af8ecde-099a-4fbe-9047-af0b8d3f383f", - "name": "Spawner (213)", - "location": [1383, 1949, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8bff60da-cfb3-4fb7-9f6a-b1b406597762", - "name": "Spawner (213)", - "location": [2067, 989, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8c3a3d09-11df-451e-b796-b0ec4fc0849f", - "name": "Spawner (213)", - "location": [849, 1262, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8c77216f-786f-4f37-b97d-3aebb21fe1a1", - "name": "Spawner (213)", - "location": [1479, 2094, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8cd055a5-7d48-4bc2-9909-37a3617c35d7", - "name": "Spawner (213)", - "location": [1908, 214, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d481b37-cf17-44b3-964e-3c5a49eb3273", - "name": "Spawner (213)", - "location": [1891, 2331, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d842bcc-2ef7-4842-a73a-0bbd654b6056", - "name": "Spawner (213)", - "location": [1131, 3415, 0], - "map": "Felucca", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "Ratman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8e1dfcc8-d717-4623-a37a-ded401bb0816", - "name": "Spawner (213)", - "location": [1812, 1314, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ed47473-6f84-449c-ab34-5d75e71d3335", - "name": "Spawner (213)", - "location": [2328, 67, 0], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 9, "probability": 100 }, - { "name": "Lizardman", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Skeleton", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 }, - { "name": "Zombie", "maxCount": 9, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8efd16fe-fa70-4bc3-ab54-988dd78cda62", - "name": "Spawner (213)", - "location": [1954, 2903, 30], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9169bc6c-ef7f-48ed-94aa-18469b88e35e", - "name": "Spawner (213)", - "location": [1965, 160, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "919eb0cd-ae28-41e9-8f0a-c27da48a14c1", - "name": "Spawner (213)", - "location": [579, 1305, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9237e86f-8498-4384-aa4d-0cddc7f78012", - "name": "Spawner (213)", - "location": [1946, 186, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9267b97a-6678-4f62-a2f3-099e8de35e35", - "name": "Spawner (213)", - "location": [1145, 2231, 20], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Daemon", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "929d7fd7-0b40-4937-a62c-86b180c63f66", - "name": "Spawner (213)", - "location": [2379, 654, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Ghoul", "maxCount": 8, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93f4c0ad-2380-488f-87a4-24d765cc9082", - "name": "Spawner (213)", - "location": [4566, 1359, 8], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "948f6864-11e8-41da-a67a-c7b6dcc2e9a1", - "name": "Spawner (213)", - "location": [1682, 252, 6], - "map": "Felucca", - "count": 13, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "DireWolf", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 11, "probability": 100 }, - { "name": "Gazer", "maxCount": 11, "probability": 100 }, - { "name": "Harpy", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "94f97606-ded4-4f36-9529-008c94c705be", - "name": "Spawner (213)", - "location": [1340, 1268, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "95c40856-e7b8-4d17-b7d4-9600c9f0670b", - "name": "Spawner (213)", - "location": [204, 1483, 0], - "map": "Felucca", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "96a38541-94a9-4607-adaa-1bd6347bf66a", - "name": "Spawner (213)", - "location": [974, 1186, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "96afa046-b31d-4bda-8839-026e8e3fd86f", - "name": "Spawner (213)", - "location": [1152, 3471, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "96b77dd9-7c8a-4a6b-b3a3-18fbbde09fdb", - "name": "Spawner (213)", - "location": [4595, 3574, 75], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 50, - "entries": [ - { "name": "Daemon", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9b3a4772-0805-44ff-b7bd-2ec95092ded2", - "name": "Spawner (213)", - "location": [2355, 179, 0], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 9, "probability": 100 }, - { "name": "Lizardman", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Skeleton", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 }, - { "name": "Zombie", "maxCount": 9, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c96876a-9456-4e48-b8e7-151973a5fe0f", - "name": "Spawner (213)", - "location": [1692, 1463, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9d026080-bc0b-4dff-a9aa-eb948024a256", - "name": "Spawner (213)", - "location": [1987, 822, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9df57404-f990-46d9-b66f-dfbbd3496caf", - "name": "Spawner (213)", - "location": [1986, 1463, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Gazer", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9e690a14-3014-4267-8fa9-87cc82f26077", - "name": "Spawner (213)", - "location": [1214, 617, 13], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9e804689-212a-45f1-b593-eda7f9efdd48", - "name": "Spawner (213)", - "location": [1276, 431, 16], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9f0ee982-f3db-44cb-93a5-b8d337332dde", - "name": "Spawner (213)", - "location": [1837, 2334, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a0e5df46-d8d1-4c20-b25a-34e315646b5c", - "name": "Spawner (213)", - "location": [1361, 275, 16], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a1a5cffa-a389-4f0d-866b-84416c3e8eac", - "name": "Spawner (213)", - "location": [2091, 3413, 0], - "map": "Felucca", - "count": 60, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 10, "probability": 100 }, - { "name": "Gorilla", "maxCount": 10, "probability": 100 }, - { "name": "TropicalBird", "maxCount": 10, "probability": 100 }, - { "name": "WhippingVine", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a1e173c7-f153-4d33-a8d8-056c97f97179", - "name": "Spawner (213)", - "location": [1122, 718, 1], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a1e53b99-22b0-4072-a3f5-d82f9ac90cf1", - "name": "Spawner (213)", - "location": [269, 1474, 0], - "map": "Felucca", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a26ea05c-1690-4f53-b10c-b44cc66607ed", - "name": "Spawner (213)", - "location": [1726, 1362, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a309b246-ca7e-4a68-b57e-5a50c9c7d0b1", - "name": "Spawner (213)", - "location": [1447, 2038, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a363c624-4c20-44dd-abb1-99a6f779c68b", - "name": "Spawner (213)", - "location": [2038, 1023, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a37f96c3-c51a-47b2-b472-2d4a495ed755", - "name": "Spawner (213)", - "location": [2319, 591, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Ghoul", "maxCount": 8, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a431c89a-9532-4cee-9ad2-843618cba4fd", - "name": "Spawner (213)", - "location": [1268, 774, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a43206c7-8096-4742-8975-2fe1e93a9c7a", - "name": "Spawner (213)", - "location": [2375, 725, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Ghoul", "maxCount": 8, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a4883925-84fb-4f21-9f3e-9a31ef9821cd", - "name": "Spawner (213)", - "location": [4264, 725, 1], - "map": "Felucca", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a608396f-9595-4436-b5a9-75a2947a948d", - "name": "Spawner (213)", - "location": [633, 1484, 0], - "map": "Felucca", - "count": 14, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcBomber", "maxCount": 1, "probability": 100 }, - { "name": "OrcCaptain", "maxCount": 1, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 2, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a610c3f7-9200-4609-bbec-1f8e9fa3d46b", - "name": "Spawner (213)", - "location": [2023, 1052, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a9bd52d6-d0bb-4999-8a8b-e5168463c718", - "name": "Spawner (213)", - "location": [2548, 1173, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a9fffefd-9314-4e62-b029-0b55d7a51418", - "name": "Spawner (213)", - "location": [3619, 2814, 21], - "map": "Felucca", - "count": 17, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Mongbat", "maxCount": 17, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa67c8fa-91bc-4db4-9db9-ce9ba0440401", - "name": "Spawner (213)", - "location": [3172, 700, 8], - "map": "Felucca", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 5, "probability": 100 }, - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aad6f620-4709-4f67-9a6f-305ad3aff10b", - "name": "Spawner (213)", - "location": [3322, 271, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ac2a868d-5ee3-40a2-b50a-ca2b98717487", - "name": "Spawner (213)", - "location": [4511, 1394, 23], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "FrostSpider", "maxCount": 1, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ad3ac281-793d-43a4-82ca-b7c04c4e3bbd", - "name": "Spawner (213)", - "location": [1838, 957, -1], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ad6a2169-b01e-47ab-a323-fab15c6fabb6", - "name": "Spawner (213)", - "location": [1029, 1969, 0], - "map": "Felucca", - "count": 9, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Lizardman", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Skeleton", "maxCount": 9, "probability": 100 }, - { "name": "Spectre", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "adc2a006-48b8-4997-bd27-a61a4a6f4135", - "name": "Spawner (213)", - "location": [2109, 109, 3], - "map": "Felucca", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ae2034e9-7884-4677-9137-68707037298d", - "name": "Spawner (213)", - "location": [1147, 1048, 5], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ae693c99-8cb9-438a-87fe-86b5d033aca3", - "name": "Spawner (213)", - "location": [1723, 252, 16], - "map": "Felucca", - "count": 13, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "DireWolf", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 11, "probability": 100 }, - { "name": "Gazer", "maxCount": 11, "probability": 100 }, - { "name": "Harpy", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ae89bef0-87ec-40c4-85cf-29f8e2a8aa9f", - "name": "Spawner (213)", - "location": [418, 1665, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Gazer", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aec49b53-770f-44dd-899a-3447bcf40650", - "name": "Spawner (213)", - "location": [868, 488, 0], - "map": "Felucca", - "count": 2, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aefc9ed6-d9e5-4094-97e8-cfcd27d232ee", - "name": "Spawner (213)", - "location": [3024, 3566, 15], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 7, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Mongbat", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Snake", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "af167225-49e3-4b16-89e9-d9ec5c1a7dcf", - "name": "Spawner (213)", - "location": [1872, 1347, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "af6f5396-9061-4a3f-9a80-74e737f07633", - "name": "Spawner (213)", - "location": [2093, 147, 3], - "map": "Felucca", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b3e704fd-0a49-4396-a196-b56afeea5ffc", - "name": "Spawner (213)", - "location": [1871, 1076, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b5988167-2735-4863-a380-20a2ab27f70c", - "name": "Spawner (213)", - "location": [2438, 3914, 0], - "map": "Felucca", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 8, "probability": 100 }, - { "name": "Snake", "maxCount": 8, "probability": 100 }, - { "name": "Wisp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b5ffd85a-c19d-49ed-812d-a3aa1f014a1a", - "name": "Spawner (213)", - "location": [1042, 1024, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b745f7ae-402e-4da9-b424-31712b0c8b4c", - "name": "Spawner (213)", - "location": [1872, 1347, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b80b4982-0838-4dc8-b433-d8158860b3f0", - "name": "Spawner (213)", - "location": [793, 1088, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b8292593-a88b-4eb5-8cb6-b028fc4baf7f", - "name": "Spawner (213)", - "location": [1911, 2934, 10], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b894e46c-2304-482f-a36e-b80e8ff7c26f", - "name": "Spawner (213)", - "location": [2428, 722, 8], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Ghoul", "maxCount": 8, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b8b50362-2413-4aff-9efe-90c40aefd329", - "name": "Spawner (213)", - "location": [4214, 655, 1], - "map": "Felucca", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b9436808-f34f-438e-8b11-31f6470faf91", - "name": "Spawner (213)", - "location": [1810, 647, 0], - "map": "Felucca", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b99597c2-8732-450d-a851-27fbef18abfa", - "name": "Spawner (213)", - "location": [1890, 2270, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bb22f21a-37bb-4e7a-b2a8-06db80a58e3a", - "name": "Spawner (213)", - "location": [1016, 821, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 10, - "entries": [ - { "name": "Lich", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bb340a5d-bc6e-4bf1-b384-5e3c4b1edf2b", - "name": "Spawner (213)", - "location": [4498, 1394, 23], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "DireWolf", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 1, "probability": 100 }, - { "name": "Rabbit", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "Panther", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Eagle", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bbbaf085-fb59-4fa5-a525-860584b9f84d", - "name": "Spawner (213)", - "location": [962, 692, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 5, - "entries": [ - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bc0604fa-8a01-4f09-bcce-86e207e4a514", - "name": "Spawner (213)", - "location": [1407, 1281, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bc9e19b0-3e29-4bab-b86f-980379e3a230", - "name": "Spawner (213)", - "location": [1799, 1394, 0], - "map": "Felucca", - "count": 4, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gargoyle", "maxCount": 4, "probability": 100 }, - { "name": "Gazer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd268637-d96f-4ec9-b6cc-a70144dc3165", - "name": "Spawner (213)", - "location": [1852, 841, -1], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd52d8c8-0b49-4626-94c2-55a0aba0d970", - "name": "Spawner (213)", - "location": [879, 1956, 0], - "map": "Felucca", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bdb6c75c-66db-4c72-aece-0d8bfe4ae4c1", - "name": "Spawner (213)", - "location": [2028, 987, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bdc7678b-7586-468a-8fd2-185a10a2190d", - "name": "Spawner (213)", - "location": [1017, 826, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "be52369b-69c9-435f-b280-bc04927624aa", - "name": "Spawner (213)", - "location": [608, 1702, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Wisp", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "be9fc521-2647-453c-8311-0129a0d79172", - "name": "Spawner (213)", - "location": [1894, 197, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bec45065-1a08-4933-96e5-e014ff2cad8e", - "name": "Spawner (213)", - "location": [960, 910, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf84bf7c-5e4e-4df0-841c-951a130df943", - "name": "Spawner (213)", - "location": [4494, 1426, 8], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TimberWolf", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bff6e844-976b-4433-9a12-653c267de42f", - "name": "Spawner (213)", - "location": [1300, 1481, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c037ed10-c9d1-48d9-9b78-238fae407643", - "name": "Spawner (213)", - "location": [4456, 1405, 8], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TimberWolf", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c067f57d-067c-4cfb-bf77-8d8c6cce1ae6", - "name": "Spawner (213)", - "location": [1216, 2259, 5], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Imp", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c119e387-73ae-4d7f-8104-a4eb9618a34b", - "name": "Spawner (213)", - "location": [1787, 1280, 0], - "map": "Felucca", - "count": 4, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gargoyle", "maxCount": 4, "probability": 100 }, - { "name": "Gazer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c14d9101-3d93-4198-98c9-1ba34b4b8a5b", - "name": "Spawner (213)", - "location": [2462, 725, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Ghoul", "maxCount": 8, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c158877f-aa51-4f38-9e0f-0b9792b6603c", - "name": "Spawner (213)", - "location": [4530, 1387, 23], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "GiantRat", "maxCount": 1, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Jwilson", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c25e54a0-e617-4cae-b5d0-0aeffa888d1a", - "name": "Spawner (213)", - "location": [1831, 449, 0], - "map": "Felucca", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c29f73f4-b7d1-4d83-ba23-d995a5c99085", - "name": "Spawner (213)", - "location": [1110, 2672, 0], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "HeadlessOne", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "OrcCaptain", "maxCount": 1, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 2, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c351d958-abbf-4a43-879d-486e488ed804", - "name": "Spawner (213)", - "location": [2138, 323, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c51a903d-62e2-4963-81f0-c6a4a2efb2d0", - "name": "Spawner (213)", - "location": [666, 1825, 0], - "map": "Felucca", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c5349db7-c725-494b-9350-8b108ef5a1a1", - "name": "Spawner (213)", - "location": [1797, 1393, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c53659a8-543b-485d-b470-e5ed6acdb52f", - "name": "Spawner (213)", - "location": [1869, 265, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c662fb39-3f09-4671-82f3-7aff006a304f", - "name": "Spawner (213)", - "location": [2549, 86, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c7b6e2b9-38c4-4b1b-b8b0-72f87b2f66a9", - "name": "Spawner (213)", - "location": [3928, 393, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c8211671-8686-48e8-ae56-66a5d815ecda", - "name": "Spawner (213)", - "location": [3379, 2693, 35], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Brigand", "maxCount": 3, "probability": 100 }, - { "name": "Harpy", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "Spectre", "maxCount": 3, "probability": 100 }, - { "name": "Troll", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c8bb9b2d-6144-4bc2-82c9-0479a8d336af", - "name": "Spawner (213)", - "location": [1304, 1413, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c8cec028-8686-4f1e-ae36-007c7074cf39", - "name": "Spawner (213)", - "location": [4612, 1418, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c9873f87-4f01-4e8d-920b-2834ee78aa98", - "name": "Spawner (213)", - "location": [1059, 1166, 5], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c9ae149f-f3a4-41a1-87bf-19c32f436d18", - "name": "Spawner (213)", - "location": [1873, 2426, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ca397470-069c-4a2e-8669-259cfa3a8b07", - "name": "Spawner (213)", - "location": [3920, 287, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cac38c89-0f20-4066-b946-6cd4876723ab", - "name": "Spawner (213)", - "location": [2048, 1066, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cada760c-ea76-4c03-a520-f54419dbb958", - "name": "Spawner (213)", - "location": [3327, 344, 4], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cb8b69ec-7762-4c73-82fa-cd4c6ab12311", - "name": "Spawner (213)", - "location": [1631, 650, 16], - "map": "Felucca", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cbf48240-08c5-4939-9f2b-ec6e972b25a9", - "name": "Spawner (213)", - "location": [3485, 2595, 12], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Brigand", "maxCount": 3, "probability": 100 }, - { "name": "Harpy", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "Spectre", "maxCount": 3, "probability": 100 }, - { "name": "Troll", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cc4f1b34-7c58-4161-9674-50b983dd4162", - "name": "Spawner (213)", - "location": [1833, 1245, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd655b49-23cd-410b-b7a4-8c959b5bd7d5", - "name": "Spawner (213)", - "location": [1013, 980, 0], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cdf5d19a-75c9-4b79-bcd1-4dcee392a090", - "name": "Spawner (213)", - "location": [1802, 1506, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ce5519e9-137c-4db7-b7a6-4dadcbdaa9ad", - "name": "Spawner (213)", - "location": [1530, 999, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cefea663-b05f-4d86-8d4a-b09f1358f866", - "name": "Spawner (213)", - "location": [229, 1419, 0], - "map": "Felucca", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cf7782fd-55ea-4b33-8cfd-6ace1c591fb1", - "name": "Spawner (213)", - "location": [2033, 74, 1], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d26b49c8-1b3f-425e-8f29-87b0ae3073f1", - "name": "Spawner (213)", - "location": [1072, 2195, 5], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Imp", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d3cd2585-5346-47a3-840c-3b4ccbdd34ab", - "name": "Spawner (213)", - "location": [821, 675, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d3d68f12-966b-42ab-aa8f-6b035d9fb485", - "name": "Spawner (213)", - "location": [1143, 180, 14], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d4c5eb40-bd81-4de8-ba47-459319c56d4f", - "name": "Spawner (213)", - "location": [1158, 3457, 0], - "map": "Felucca", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "Ratman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d532ee9e-fafc-4432-bc06-76cd59789b9c", - "name": "Spawner (213)", - "location": [1931, 3205, 0], - "map": "Felucca", - "count": 60, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 10, "probability": 100 }, - { "name": "Gorilla", "maxCount": 10, "probability": 100 }, - { "name": "TropicalBird", "maxCount": 10, "probability": 100 }, - { "name": "WhippingVine", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d55e8962-d269-430e-9b9e-3be35bc38f62", - "name": "Spawner (213)", - "location": [2589, 204, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d5e8e17c-a9b3-420d-b15c-c7ba5057c876", - "name": "Spawner (213)", - "location": [1180, 1354, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d6432a74-1126-4214-b9a0-6dec45594bd7", - "name": "Spawner (213)", - "location": [2103, 3371, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d6c0e2b6-b91d-4c81-a410-dc9eb6c05647", - "name": "Spawner (213)", - "location": [3382, 375, 4], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d76ec9df-9494-4cb4-af37-e257ae4ffdf4", - "name": "Spawner (213)", - "location": [2345, 112, 0], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 9, "probability": 100 }, - { "name": "Lizardman", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Skeleton", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 }, - { "name": "Zombie", "maxCount": 9, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d8535646-4ceb-4c18-8381-815cacb69db3", - "name": "Spawner (213)", - "location": [3462, 136, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d9276ac3-f4a9-4614-bcd5-ff08d76b1a27", - "name": "Spawner (213)", - "location": [1692, 1463, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d9802f03-9dbb-422c-91f0-6aba14af525e", - "name": "Spawner (213)", - "location": [1912, 1302, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da41ea67-2124-4dbe-9f22-66e678652e59", - "name": "Spawner (213)", - "location": [1435, 1917, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da43570c-3e93-4a98-847a-1480345bd5b2", - "name": "Spawner (213)", - "location": [1295, 328, 22], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "db1e8042-1bba-4828-8444-1bd0404753f5", - "name": "Spawner (213)", - "location": [2074, 3069, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dcd101fb-c10a-4fe2-a5b2-9e5d7ac965ca", - "name": "Spawner (213)", - "location": [3168, 629, 8], - "map": "Felucca", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 5, "probability": 100 }, - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd67249a-421d-4479-b771-3083f7d9e036", - "name": "Spawner (213)", - "location": [2035, 1018, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dddfb4b7-f386-46f5-a7da-7aa2b4ee0315", - "name": "Spawner (213)", - "location": [2034, 108, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "def51564-1874-418a-972b-13e052b9d80b", - "name": "Spawner (213)", - "location": [819, 1841, 0], - "map": "Felucca", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df065cb1-c48e-426b-a4df-f2ac9f1c585d", - "name": "Spawner (213)", - "location": [1042, 1394, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dfea35bb-7743-4f04-8ae3-17f91eddcc80", - "name": "Spawner (213)", - "location": [1922, 173, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e073944b-3ed8-4649-9a2e-861f8ed0f1d3", - "name": "Spawner (213)", - "location": [956, 452, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 10, "probability": 100 }, - { "name": "DireWolf", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 10, "probability": 100 }, - { "name": "Gazer", "maxCount": 10, "probability": 100 }, - { "name": "Harpy", "maxCount": 10, "probability": 100 }, - { "name": "Lizardman", "maxCount": 10, "probability": 100 }, - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e1955cb3-e55a-4c69-a173-60d937009596", - "name": "Spawner (213)", - "location": [2143, 3068, 20], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Spectre", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e260d7d5-b8e5-49da-97c3-0ea924088649", - "name": "Spawner (213)", - "location": [965, 757, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 960, "y": 752, "z": -128 }, - "end": { "x": 970, "y": 762, "z": 15 } - }, - "walkingRange": 10, - "entries": [ - { "name": "Skeleton", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e26d2e1a-806c-4929-9f9c-606e861532cc", - "name": "Spawner (213)", - "location": [1080, 1963, 0], - "map": "Felucca", - "count": 9, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Lizardman", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Skeleton", "maxCount": 9, "probability": 100 }, - { "name": "Spectre", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e2a94db5-73b3-4012-be1e-ac122f9ebed2", - "name": "Spawner (213)", - "location": [1797, 1393, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e2bf21be-ee5d-433d-bb96-ba564a604f03", - "name": "Spawner (213)", - "location": [278, 1355, 0], - "map": "Felucca", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e3895c37-a997-421f-a67e-808c23a3ebe3", - "name": "Spawner (213)", - "location": [1158, 2872, 0], - "map": "Felucca", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 130, - "walkingRange": 130, - "entries": [ - { "name": "AcidElemental", "maxCount": 24, "probability": 100 }, - { "name": "Alligator", "maxCount": 24, "probability": 100 }, - { "name": "BogThing", "maxCount": 24, "probability": 100 }, - { "name": "Bogling", "maxCount": 24, "probability": 100 }, - { "name": "Corpser", "maxCount": 24, "probability": 100 }, - { "name": "GiantRat", "maxCount": 24, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 24, "probability": 100 }, - { "name": "Lizardman", "maxCount": 23, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 23, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 23, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 23, "probability": 100 }, - { "name": "Ratman", "maxCount": 23, "probability": 100 }, - { "name": "SewerRat", "maxCount": 23, "probability": 100 }, - { "name": "Snake", "maxCount": 23, "probability": 100 }, - { "name": "Wisp", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e3b59c9a-cc31-461a-96da-58a9916f1b6f", - "name": "Spawner (213)", - "location": [4162, 395, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e3bc5021-baec-4097-8279-a50d34d8d905", - "name": "Spawner (213)", - "location": [2033, 936, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e410df9e-2140-4972-aaed-8e1366658bb4", - "name": "Spawner (213)", - "location": [1225, 1477, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e5cc15e9-9e9b-4787-8003-004bac948bcc", - "name": "Spawner (213)", - "location": [182, 1428, 0], - "map": "Felucca", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e783706f-f00b-4bc1-9833-b3cafa22425a", - "name": "Spawner (213)", - "location": [1141, 2959, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Savage", "maxCount": 2, "probability": 100 }, - { "name": "SavageRider", "maxCount": 1, "probability": 100 }, - { "name": "SavageShaman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e8501154-9dab-4c4c-a39f-b9628b3bbb76", - "name": "Spawner (213)", - "location": [3390, 259, 4], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e89c2bad-96b7-475d-a5a7-d759364bde62", - "name": "Spawner (213)", - "location": [2349, 722, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e9e020c2-1a4f-4a3f-9f91-4811c7f0ba13", - "name": "Spawner (213)", - "location": [1983, 1517, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Gazer", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e9e1a43f-932f-4501-861d-ab721a87d572", - "name": "Spawner (213)", - "location": [1812, 1314, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ea181e6f-6d69-462b-95a0-7c92a7a15736", - "name": "Spawner (213)", - "location": [1996, 73, 8], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 5, "probability": 100 }, - { "name": "Gazer", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eab22a55-6437-4024-a9e0-b351b03c0042", - "name": "Spawner (213)", - "location": [2540, 130, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eaf8f756-84ca-4a4b-8192-b12cbc585c06", - "name": "Spawner (213)", - "location": [3446, 213, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eb2156a6-745b-4c10-be4c-ebf1204d237f", - "name": "Spawner (213)", - "location": [2454, 248, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec21b7e4-dc3e-4852-a4b0-88bab20a85bc", - "name": "Spawner (213)", - "location": [2113, 221, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec24e1a4-87be-4d55-8565-38292ab737b6", - "name": "Spawner (213)", - "location": [2351, 148, 0], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 9, "probability": 100 }, - { "name": "Lizardman", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Skeleton", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 }, - { "name": "Zombie", "maxCount": 9, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec92432d-3a21-4e09-8b18-c40643973bb3", - "name": "Spawner (213)", - "location": [2077, 434, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ee6239d0-b83b-434d-831f-b5b533dfbb7d", - "name": "Spawner (213)", - "location": [1912, 1283, 0], - "map": "Felucca", - "count": 4, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gargoyle", "maxCount": 4, "probability": 100 }, - { "name": "Gazer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eed75f19-218d-4bfe-8312-953669844813", - "name": "Spawner (213)", - "location": [788, 1894, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ef1a52fa-ba6d-48c0-9817-03492eed0ad1", - "name": "Spawner (213)", - "location": [1993, 1030, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ef74d098-27d0-4c3d-8733-e2312c1b8de3", - "name": "Spawner (213)", - "location": [759, 1828, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ghoul", "maxCount": 7, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eff8645a-0a22-4a43-b54e-919edba83505", - "name": "Spawner (213)", - "location": [1841, 3000, 10], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f0797410-53f9-4af5-976e-332f8d4db4d8", - "name": "Spawner (213)", - "location": [1967, 1296, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f09c9e65-1864-434c-bc3f-d767fa80e788", - "name": "Spawner (213)", - "location": [1949, 824, -1], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f13df549-7ce0-4283-87e7-ef2971f81d03", - "name": "Spawner (213)", - "location": [1905, 883, -1], - "map": "Felucca", - "count": 4, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "Ratman", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f1779892-5c27-47db-aa94-a4d59bc1b1e9", - "name": "Spawner (213)", - "location": [1979, 885, -1], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f2e12985-afee-4b4d-8981-d50e99e1a1d6", - "name": "Spawner (213)", - "location": [3464, 2503, 49], - "map": "Felucca", - "count": 7, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Brigand", "maxCount": 7, "probability": 100 }, - { "name": "Harpy", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Spectre", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f3199ad8-a84a-4919-8353-b3950ebbd19f", - "name": "Spawner (213)", - "location": [893, 1861, 0], - "map": "Felucca", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f3330409-2d73-4dd3-88e5-449d92789a28", - "name": "Spawner (213)", - "location": [4500, 1382, 23], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "Cat", "maxCount": 1, "probability": 100 }, - { "name": "Chicken", "maxCount": 1, "probability": 100 }, - { "name": "Dog", "maxCount": 1, "probability": 100 }, - { "name": "Pig", "maxCount": 1, "probability": 100 }, - { "name": "Sheep", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f372a717-67d5-4f65-a903-6bf06a8107a4", - "name": "Spawner (213)", - "location": [4506, 1358, 23], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "DireWolf", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "Panther", "maxCount": 1, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f41e03cd-3997-4d0d-bb42-49adf8ae92e9", - "name": "Spawner (213)", - "location": [2013, 839, -1], - "map": "Felucca", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f490fa81-fb97-460f-bc0f-5ab6db6fa9e4", - "name": "Spawner (213)", - "location": [4485, 1387, 23], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 15, - "entries": [ - { "name": "Alligator", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "SwampTentacle", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f4f2c223-5517-4b4b-99f1-8fef5d1e4397", - "name": "Spawner (213)", - "location": [1215, 2195, 5], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Imp", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f63dafa0-bd09-499c-a34d-e3555d08fdc9", - "name": "Spawner (213)", - "location": [733, 1937, 0], - "map": "Felucca", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f69aa349-7dd7-4a24-945e-f75cd274cfba", - "name": "Spawner (213)", - "location": [1473, 229, 22], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f71bc29c-8c95-4531-8bdf-51f27e350b39", - "name": "Spawner (213)", - "location": [4512, 1372, 23], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 10, - "entries": [ - { "name": "RottingCorpse", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Slime", "maxCount": 1, "probability": 100 }, - { "name": "Snake", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f866bbb8-35ac-4ff7-a190-de8ad06b77e7", - "name": "Spawner (213)", - "location": [1070, 2256, 5], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Imp", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f886f7b8-60a5-45c0-bf80-05032137df23", - "name": "Spawner (213)", - "location": [1249, 2030, 0], - "map": "Felucca", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f9013421-1e07-4736-b861-4ae0e0eb5f1f", - "name": "Spawner (213)", - "location": [480, 1641, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Gazer", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f950f3e2-4656-41d1-a46d-6941b77d6ebf", - "name": "Spawner (213)", - "location": [2109, 2989, 30], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fa3003a8-2ab1-4b80-a6d4-eae803b8ba80", - "name": "Spawner (213)", - "location": [948, 703, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 946, "y": 701, "z": -128 }, - "end": { "x": 950, "y": 705, "z": 15 } - }, - "walkingRange": 5, - "entries": [ - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "faa69ada-cbbc-4c81-849d-ad4f66bb02ce", - "name": "Spawner (213)", - "location": [4057, 300, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fabc9f7f-e030-43da-adf3-7c8065e0eeec", - "name": "Spawner (213)", - "location": [2021, 2313, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "faea3534-a9c2-4dd8-af03-3f231ad976e3", - "name": "Spawner (213)", - "location": [3170, 672, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb66a7cc-2b6c-4930-90e6-f5bd2da4ec33", - "name": "Spawner (213)", - "location": [1166, 2958, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Savage", "maxCount": 2, "probability": 100 }, - { "name": "SavageRider", "maxCount": 1, "probability": 100 }, - { "name": "SavageShaman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fbfa536c-3e04-4609-953f-e77bb2a48bb4", - "name": "Spawner (213)", - "location": [157, 1487, 0], - "map": "Felucca", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc0d728c-fa4a-4913-8834-555178746625", - "name": "Spawner (213)", - "location": [4519, 3097, 0], - "map": "Felucca", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fd671a3d-e780-4f6f-993b-daa7dc80457b", - "name": "Spawner (213)", - "location": [1802, 1506, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fe3d76ed-5b62-4db7-b8bd-ab6778bdbcc1", - "name": "Spawner (213)", - "location": [2478, 100, 0], - "map": "Felucca", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fe612581-49b6-43f5-bc62-a245821a3041", - "name": "Spawner (213)", - "location": [971, 1308, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 6, "probability": 100 }, - { "name": "Gazer", "maxCount": 6, "probability": 100 }, - { "name": "Harpy", "maxCount": 6, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 6, "probability": 100 }, - { "name": "Ogre", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fe99c6b3-b023-46ff-8559-7c4b26728027", - "name": "Spawner (213)", - "location": [2033, 3041, 15], - "map": "Felucca", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ffe958cd-13e8-4caf-9694-af4cb65b8842", - "name": "Spawner (213)", - "location": [1038, 1149, 0], - "map": "Felucca", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/PaintedCaves.json b/Distribution/Data/Spawns/shared/felucca/PaintedCaves.json deleted file mode 100644 index 419a37945..000000000 --- a/Distribution/Data/Spawns/shared/felucca/PaintedCaves.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "2733b112-93bf-47cc-b071-02e87c3150ab", - "name": "Spawner (214)", - "location": [6279, 879, -1], - "map": "Felucca", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Cat", "maxCount": 6, "probability": 100 }, - { "name": "Dog", "maxCount": 6, "probability": 100 }, - { "name": "Rat", "maxCount": 6, "probability": 100 }, - { "name": "Cat", "maxCount": 1, "probability": 100 }, - { "name": "Dog", "maxCount": 1, "probability": 100 }, - { "name": "Rat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bc6475e8-885e-4e5e-bf83-49c3e408ac06", - "name": "Spawner (214)", - "location": [6275, 879, -2], - "map": "Felucca", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Troglodyte", "maxCount": 3, "probability": 100 }, - { "name": "Grobu", "maxCount": 3, "probability": 100 }, - { "name": "Lurg", "maxCount": 3, "probability": 100 }, - { "name": "GiantRat", "maxCount": 3, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/PalaceOfParoxysmus.json b/Distribution/Data/Spawns/shared/felucca/PalaceOfParoxysmus.json deleted file mode 100644 index a30e2596c..000000000 --- a/Distribution/Data/Spawns/shared/felucca/PalaceOfParoxysmus.json +++ /dev/null @@ -1,286 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "04a75e0b-4499-4fe6-8bd6-49e3dbf0d528", - "name": "Spawner (215)", - "location": [6416, 447, -40], - "map": "Felucca", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "PlagueBeast", "maxCount": 8, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 8, "probability": 100 }, - { "name": "AcidElemental", "maxCount": 7, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "04cc01ab-f7da-4992-8913-4db4ea63149e", - "name": "Spawner (215)", - "location": [6298, 395, 60], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "EarthElemental", "maxCount": 2, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3a0d9e92-6661-4ad8-a38e-dcf7516e05de", - "name": "Spawner (215)", - "location": [6354, 455, -40], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "PlagueBeast", "maxCount": 5, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 5, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 5, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a586bde-b6a0-4f4d-b147-1e1886aae735", - "name": "Spawner (215)", - "location": [6384, 580, -50], - "map": "Felucca", - "count": 31, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "InterredGrizzle", "maxCount": 4, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 4, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 3, "probability": 100 }, - { "name": "Balron", "maxCount": 9, "probability": 100 }, - { "name": "Succubus", "maxCount": 9, "probability": 100 }, - { "name": "Daemon", "maxCount": 9, "probability": 100 }, - { "name": "PlagueBeastLord", "maxCount": 11, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 11, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 11, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5ef37566-7b9c-47fb-a88c-d6c0177d92f3", - "name": "Spawner (215)", - "location": [6418, 358, -40], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "PlagueSpawn", "maxCount": 12, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 12, "probability": 100 }, - { "name": "AcidElemental", "maxCount": 12, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 12, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 12, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 2, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 2, "probability": 100 }, - { "name": "AcidElemental", "maxCount": 2, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 2, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "604b87ed-6718-4802-b1b6-f572ed7d9935", - "name": "Spawner (215)", - "location": [6295, 616, -50], - "map": "Felucca", - "count": 27, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Daemon", "maxCount": 6, "probability": 100 }, - { "name": "Succubus", "maxCount": 6, "probability": 100 }, - { "name": "InterredGrizzle", "maxCount": 6, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 6, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 6, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 6, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 3, "probability": 100 }, - { "name": "Putrefier", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeastLord", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "74269ae8-5e94-4496-ad04-611e81b14168", - "name": "Spawner (215)", - "location": [6404, 378, -40], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 18, - "walkingRange": 18, - "entries": [ - { "name": "AcidElemental", "maxCount": 2, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 2, "probability": 100 }, - { "name": "AcidElemental", "maxCount": 1, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c1149a5-ac2a-42e6-b6e2-296e6ca05602", - "name": "Spawner (215)", - "location": [6249, 352, 60], - "map": "Felucca", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "AcidElemental", "maxCount": 6, "probability": 100 }, - { "name": "EarthElemental", "maxCount": 6, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 6, "probability": 100 }, - { "name": "AcidElemental", "maxCount": 1, "probability": 100 }, - { "name": "EarthElemental", "maxCount": 1, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ad3fbc20-7914-4651-a7c1-994d9b88ed22", - "name": "Spawner (215)", - "location": [6466, 543, -50], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Balron", "maxCount": 6, "probability": 100 }, - { "name": "Succubus", "maxCount": 6, "probability": 100 }, - { "name": "Daemon", "maxCount": 6, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeastLord", "maxCount": 8, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 8, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 8, "probability": 100 }, - { "name": "InterredGrizzle", "maxCount": 5, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "af6ef316-bb00-417f-852c-14e9c98ca74c", - "name": "Spawner (215)", - "location": [6285, 353, 60], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "PoisonElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b7da2a27-b13e-4113-b8c8-e5f2e7ac2e3a", - "name": "Spawner (215)", - "location": [6292, 462, -50], - "map": "Felucca", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "ChaosDaemon", "maxCount": 7, "probability": 100 }, - { "name": "Moloch", "maxCount": 7, "probability": 100 }, - { "name": "Succubus", "maxCount": 7, "probability": 100 }, - { "name": "Daemon", "maxCount": 7, "probability": 100 }, - { "name": "Balron", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bbed003d-43d6-4690-b93e-763f42a4187f", - "name": "Spawner (215)", - "location": [6353, 400, 60], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d3ba2375-fc73-4996-9f54-3a09dc39c653", - "name": "Spawner (215)", - "location": [6319, 348, 60], - "map": "Felucca", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "EarthElemental", "maxCount": 5, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 5, "probability": 100 }, - { "name": "AcidElemental", "maxCount": 5, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 5, "probability": 100 }, - { "name": "EarthElemental", "maxCount": 1, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 1, "probability": 100 }, - { "name": "AcidElemental", "maxCount": 1, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e695b242-221c-49b5-853a-9e943afe8355", - "name": "Spawner (215)", - "location": [6328, 517, -50], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "PoisonElemental", "maxCount": 4, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/PrismOfLight.json b/Distribution/Data/Spawns/shared/felucca/PrismOfLight.json deleted file mode 100644 index e5e74a13a..000000000 --- a/Distribution/Data/Spawns/shared/felucca/PrismOfLight.json +++ /dev/null @@ -1,347 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "3ccfb405-2b18-4397-9d18-5b37302d62e4", - "name": "Spawner (216)", - "location": [6521, 139, -20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "49f09e2e-fb04-42a9-96e2-d930c04f729f", - "name": "Spawner (216)", - "location": [6530, 139, -20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4e01097c-b1f4-4d22-ad9b-dcd117eeaeec", - "name": "Spawner (216)", - "location": [6566, 120, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "CrystalVortex", "maxCount": 7, "probability": 100 }, - { "name": "IceElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "50809274-807a-49ee-b9f9-6c13693a56d0", - "name": "Spawner (216)", - "location": [6572, 89, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "CrystalHydra", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "539ddfd6-d1ad-4e3f-b9cf-414a6dc0553a", - "name": "Spawner (216)", - "location": [6509, 176, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "UnfrozenMummy", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6912561a-5610-4441-8c64-16f4bd9f73f8", - "name": "Spawner (216)", - "location": [6510, 171, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Protector", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84ae0146-70ef-44e4-9159-db9a045c14c9", - "name": "Spawner (216)", - "location": [6536, 79, -10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "CrystalDaemon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8f88efe1-68b8-478e-8166-b03984e956e1", - "name": "Spawner (216)", - "location": [6504, 181, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8fe6c0c3-9fcb-4725-b6b2-ee89df036d80", - "name": "Spawner (216)", - "location": [6532, 79, -10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "CrystalDaemon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93922052-811a-473e-b3b2-eddf5380829a", - "name": "Spawner (216)", - "location": [6475, 101, -44], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "ShadowWisp", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c7afc30-19c5-4034-a344-8b75e52b6b40", - "name": "Spawner (216)", - "location": [6547, 91, -10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "CrystalDaemon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9ce6b636-4bca-44d7-adf2-5ef841d08a61", - "name": "Spawner (216)", - "location": [6535, 179, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "CrystalWisp", "maxCount": 5, "probability": 100 }, - { "name": "CrystalLatticeSeeker", "maxCount": 5, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 5, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9dc74009-4df1-4872-874f-fcc908ec105b", - "name": "Spawner (216)", - "location": [6534, 178, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "CrystalWisp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "adf86a17-213e-408b-be55-3cb37b9a1a36", - "name": "Spawner (216)", - "location": [6502, 120, -10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 0, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b87b2fe5-b1dc-46b1-9c35-f1627c33ad04", - "name": "Spawner (216)", - "location": [6553, 157, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "CrystalLatticeSeeker", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c04125c7-bad1-4747-8e55-7664e9797a6d", - "name": "Spawner (216)", - "location": [6474, 74, -34], - "map": "Felucca", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Rat", "maxCount": 9, "probability": 100 }, - { "name": "IceSnake", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c66d4bde-6308-44bb-80fe-f6f0070beda7", - "name": "Spawner (216)", - "location": [6478, 174, 4], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Wisp", "maxCount": 6, "probability": 100 }, - { "name": "CrystalWisp", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e82c7115-8675-4d30-b321-c5e6a3b43ea0", - "name": "Spawner (216)", - "location": [6507, 151, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Protector", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ed613a4e-b19f-422e-943c-c94a29411ff8", - "name": "Spawner (216)", - "location": [6578, 183, 31], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Ferret", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f083b3bb-c6c8-4774-a9d7-65d6b2cfc831", - "name": "Spawner (216)", - "location": [6552, 155, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Wisp", "maxCount": 5, "probability": 100 }, - { "name": "CrystalWisp", "maxCount": 5, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 5, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f620b501-c242-4301-a813-b4d7a44e141f", - "name": "Spawner (216)", - "location": [6576, 91, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "CrystalSeaSerpent", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/Reagents.json b/Distribution/Data/Spawns/shared/felucca/Reagents.json deleted file mode 100644 index dddc04df8..000000000 --- a/Distribution/Data/Spawns/shared/felucca/Reagents.json +++ /dev/null @@ -1,1382 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0034e4c4-162c-4569-bd5d-9faef725ecd5", - "name": "Spawner (229)", - "location": [2054, 516, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "046e36ec-faf1-4f5f-8f8f-4cf50e2ba3ef", - "name": "Spawner (229)", - "location": [1938, 1408, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "065cdc7b-b2ce-4339-b45c-c96f4a734723", - "name": "Spawner (229)", - "location": [5618, 2744, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0b3ccf5f-b1e6-4cd7-a1f7-b4662fe4ff9a", - "name": "Spawner (229)", - "location": [1070, 2320, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0b82556d-2f5d-4fa0-b53e-fc95ed035b3f", - "name": "Spawner (229)", - "location": [1286, 504, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0d10ddc0-6866-4c69-945e-830fe9fa18c5", - "name": "Spawner (229)", - "location": [5674, 3120, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "11579f1f-1437-48f9-9061-a409f8468750", - "name": "Spawner (229)", - "location": [1566, 1140, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "16af2efe-3319-4812-9089-2fe793653f21", - "name": "Spawner (229)", - "location": [1114, 1416, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1853a130-1967-4711-bb38-522e045b5820", - "name": "Spawner (229)", - "location": [1514, 1584, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1bafedf2-97d4-484d-9ef3-4597666765ce", - "name": "Spawner (229)", - "location": [2854, 816, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "21879949-0b91-42cc-ad2d-7b616b27ad05", - "name": "Spawner (229)", - "location": [342, 1464, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2fe931f6-6f60-411c-a235-dcc4b9cb9fc2", - "name": "Spawner (229)", - "location": [1934, 2328, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "36a65d30-bbb1-4476-9336-302ca764c41b", - "name": "Spawner (229)", - "location": [1658, 236, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "39aee7f8-373f-4191-b349-f5c9bb367abd", - "name": "Spawner (229)", - "location": [2930, 3476, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3a6221c9-7105-4707-aaa1-8e9005016a6b", - "name": "Spawner (229)", - "location": [718, 1180, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3c91dce8-087c-4dff-96bf-6d2f32ff57b9", - "name": "Spawner (229)", - "location": [2750, 368, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3fe88456-6018-41e4-b9af-a129a1025651", - "name": "Spawner (229)", - "location": [3602, 2948, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "40ea761c-a1da-48b7-9663-0571df9a28cc", - "name": "Spawner (229)", - "location": [1078, 2772, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4144faa9-61d4-47fa-be5c-665e94989f9c", - "name": "Spawner (229)", - "location": [1466, 3032, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4394742a-5799-4d8c-9d29-11753415b5b5", - "name": "Spawner (229)", - "location": [1122, 3524, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "450db427-aea5-48a7-95f4-36f2e64d4aec", - "name": "Spawner (229)", - "location": [2374, 652, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "472b629a-65dc-4e26-a728-19a1dc715740", - "name": "Spawner (229)", - "location": [4590, 1448, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4f547881-9057-4530-bacd-f2d8b8d3918a", - "name": "Spawner (229)", - "location": [2522, 84, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "50c090e2-807c-4a99-a467-a0430a8cc232", - "name": "Spawner (229)", - "location": [2734, 2168, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "51190b84-1742-4bea-ab6e-9387c4ff0efa", - "name": "Spawner (229)", - "location": [4426, 1028, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54855ff6-f02b-4bc4-a803-455719541850", - "name": "Spawner (229)", - "location": [5934, 3436, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54bb9a76-f991-425d-9b3a-20310659b1dd", - "name": "Spawner (229)", - "location": [702, 1752, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "59cfb257-99a9-4a1d-9220-8aeb3712dd60", - "name": "Spawner (229)", - "location": [3538, 2536, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6813adda-8875-4603-9a78-57aab7688e56", - "name": "Spawner (229)", - "location": [5326, 2492, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6a796506-6692-420c-bc95-cd7fcf99d1b9", - "name": "Spawner (229)", - "location": [2062, 964, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7a28f716-9fa0-4686-ad8c-ca1e7ab1a9e3", - "name": "Spawner (229)", - "location": [1582, 2028, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7eaf59ab-e769-4772-aaa3-06d741e424ae", - "name": "Spawner (229)", - "location": [1490, 2472, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "821fbdbf-ae39-4073-adb0-17e2e9ee87aa", - "name": "Spawner (229)", - "location": [2082, 60, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8255d504-90e7-4ca3-a2bd-1cdfc72983f7", - "name": "Spawner (229)", - "location": [1846, 3260, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8553a096-7a8e-4f69-accf-401bfef947fb", - "name": "Spawner (229)", - "location": [5474, 3904, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "870cd346-44a3-45cd-b8f2-b65543021467", - "name": "Spawner (229)", - "location": [3198, 504, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8c69fc76-ecf7-4282-84c1-9fa5cecda213", - "name": "Spawner (229)", - "location": [2474, 3956, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "96d35be0-ba86-4f2e-8c27-2ef75a684c93", - "name": "Spawner (229)", - "location": [5926, 3888, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9b42e3cb-2224-4516-9fe2-165a19bcda3d", - "name": "Spawner (229)", - "location": [366, 900, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9f1da2ac-4a31-415d-99c6-76921de812b0", - "name": "Spawner (229)", - "location": [4282, 3700, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ab7cf0fc-e53d-4f1b-a6f6-7c9bc21df8df", - "name": "Spawner (229)", - "location": [1694, 688, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "abb85eaf-f92e-41a0-a6cf-8c0bfab71e30", - "name": "Spawner (229)", - "location": [642, 2216, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b0d2917b-3296-4811-bf68-c9eb6fac7f2b", - "name": "Spawner (229)", - "location": [5234, 3068, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b229c260-ee7d-4aab-bacf-3e974e2e8934", - "name": "Spawner (229)", - "location": [4166, 584, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b745dd5f-b8ef-4950-baef-569e80994036", - "name": "Spawner (229)", - "location": [2226, 3532, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b89e1c55-2a8a-4e42-aa92-5718f3699c0f", - "name": "Spawner (229)", - "location": [746, 636, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c012739f-6a97-413c-b2bd-249fd2b7e51f", - "name": "Spawner (229)", - "location": [1410, 3796, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c4d5ac68-9b53-488f-94bd-6e6d1dec3493", - "name": "Spawner (229)", - "location": [5462, 3452, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd38b465-2ed5-4634-ae0a-e8b2ab38c2d4", - "name": "Spawner (229)", - "location": [2490, 1096, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cdd876a8-1378-4ccd-8f12-9cdac9c3487a", - "name": "Spawner (229)", - "location": [4570, 3340, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d233e91c-82d3-4130-a747-2be35a3c7e55", - "name": "Spawner (229)", - "location": [1134, 964, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d276b701-845a-4648-ba54-fde4f1a7d725", - "name": "Spawner (229)", - "location": [3994, 328, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d3bf2b6e-3947-4a69-9600-04527ef88ff1", - "name": "Spawner (229)", - "location": [3130, 116, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dbc82493-6b0c-46a7-a243-e0cb875f4bcf", - "name": "Spawner (229)", - "location": [5966, 2456, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd4c385d-b00e-47ab-a6bc-f2cb490c9567", - "name": "Spawner (229)", - "location": [6042, 2916, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e0199ccf-a3a0-4888-9939-42b7a5ad553a", - "name": "Spawner (229)", - "location": [1150, 1876, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e17f7124-9255-4f70-94b4-c6716544873d", - "name": "Spawner (229)", - "location": [3674, 1216, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f229444f-13ea-4dba-aa0e-d0a4bd0887ee", - "name": "Spawner (229)", - "location": [1850, 2796, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f5544628-f982-40f3-b44a-f5db0507a62e", - "name": "Spawner (229)", - "location": [4710, 3796, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f55cc26e-f8f2-47cc-9af0-ccd026d9a18d", - "name": "Spawner (229)", - "location": [3714, 2152, 0], - "map": "Felucca", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/Sanctuary.json b/Distribution/Data/Spawns/shared/felucca/Sanctuary.json deleted file mode 100644 index 66279bb49..000000000 --- a/Distribution/Data/Spawns/shared/felucca/Sanctuary.json +++ /dev/null @@ -1,222 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "072beafe-a629-4c48-b5ff-b984254a5d46", - "name": "Spawner (217)", - "location": [6349, 89, -20], - "map": "Felucca", - "count": 30, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 70, - "walkingRange": 70, - "entries": [ - { "name": "Ratman", "maxCount": 18, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 18, "probability": 100 }, - { "name": "Chiikkaha", "maxCount": 18, "probability": 100 }, - { "name": "Titan", "maxCount": 18, "probability": 100 }, - { "name": "Cyclops", "maxCount": 18, "probability": 100 }, - { "name": "Rat", "maxCount": 18, "probability": 100 }, - { "name": "Ratman", "maxCount": 4, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 4, "probability": 100 }, - { "name": "Chiikkaha", "maxCount": 2, "probability": 100 }, - { "name": "Titan", "maxCount": 2, "probability": 100 }, - { "name": "Cyclops", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1511b1c9-952f-4b34-a527-40c8458fd839", - "name": "Spawner (217)", - "location": [6263, 118, -10], - "map": "Felucca", - "count": 24, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Chicken", "maxCount": 6, "probability": 100 }, - { "name": "Bird", "maxCount": 6, "probability": 100 }, - { "name": "Dog", "maxCount": 3, "probability": 100 }, - { "name": "Cat", "maxCount": 3, "probability": 100 }, - { "name": "Cow", "maxCount": 6, "probability": 100 }, - { "name": "Bull", "maxCount": 6, "probability": 100 }, - { "name": "Pig", "maxCount": 3, "probability": 100 }, - { "name": "Boar", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1be8d7aa-7b8d-48b2-a99e-7e8aadda47ae", - "name": "Spawner (217)", - "location": [6265, 48, -10], - "map": "Felucca", - "count": 53, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Szavetra", "maxCount": 22, "probability": 100 }, - { "name": "Imp", "maxCount": 22, "probability": 100 }, - { "name": "Titan", "maxCount": 22, "probability": 100 }, - { "name": "Snake", "maxCount": 22, "probability": 100 }, - { "name": "Ratman", "maxCount": 22, "probability": 100 }, - { "name": "Doppleganger", "maxCount": 22, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 22, "probability": 100 }, - { "name": "Cow", "maxCount": 18, "probability": 100 }, - { "name": "Bull", "maxCount": 18, "probability": 100 }, - { "name": "Chicken", "maxCount": 18, "probability": 100 }, - { "name": "Bird", "maxCount": 18, "probability": 100 }, - { "name": "Pig", "maxCount": 18, "probability": 100 }, - { "name": "Dog", "maxCount": 18, "probability": 100 }, - { "name": "Goat", "maxCount": 18, "probability": 100 }, - { "name": "Cat", "maxCount": 18, "probability": 100 }, - { "name": "Rat", "maxCount": 18, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "OrcCaptain", "maxCount": 9, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "OgreLord", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "36e62443-3909-4f76-b267-0ffe2138c841", - "name": "Spawner (217)", - "location": [6184, 29, 0], - "map": "Felucca", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Bird", "maxCount": 6, "probability": 100 }, - { "name": "Chicken", "maxCount": 6, "probability": 100 }, - { "name": "Rat", "maxCount": 6, "probability": 100 }, - { "name": "Dog", "maxCount": 6, "probability": 100 }, - { "name": "Doppleganger", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "584c49ef-3604-4c2a-a385-7fca422c604e", - "name": "Spawner (217)", - "location": [6187, 101, 0], - "map": "Felucca", - "count": 34, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Titan", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Doppleganger", "maxCount": 10, "probability": 100 }, - { "name": "MougGuur", "maxCount": 10, "probability": 100 }, - { "name": "Dog", "maxCount": 10, "probability": 100 }, - { "name": "Chicken", "maxCount": 10, "probability": 100 }, - { "name": "Rat", "maxCount": 10, "probability": 100 }, - { "name": "Cow", "maxCount": 10, "probability": 100 }, - { "name": "Bull", "maxCount": 10, "probability": 100 }, - { "name": "OrcBomber", "maxCount": 7, "probability": 100 }, - { "name": "OrcBrute", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Snake", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a03d9ae7-cc7d-41c7-83ad-fd30bdb1b5be", - "name": "Spawner (217)", - "location": [6189, 71, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "OgreLord", "maxCount": 8, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 8, "probability": 100 }, - { "name": "Ratman", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Cow", "maxCount": 4, "probability": 100 }, - { "name": "Bull", "maxCount": 4, "probability": 100 }, - { "name": "Pig", "maxCount": 4, "probability": 100 }, - { "name": "Chicken", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a976bf7f-b394-4429-92e9-b3dd47eae839", - "name": "Spawner (217)", - "location": [6191, 155, 0], - "map": "Felucca", - "count": 42, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Changeling", "maxCount": 18, "probability": 100 }, - { "name": "Ratman", "maxCount": 18, "probability": 100 }, - { "name": "Ettin", "maxCount": 18, "probability": 100 }, - { "name": "Titan", "maxCount": 18, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 18, "probability": 100 }, - { "name": "RatmanMage", "maxCount": 18, "probability": 100 }, - { "name": "Goat", "maxCount": 12, "probability": 100 }, - { "name": "Pig", "maxCount": 12, "probability": 100 }, - { "name": "Cow", "maxCount": 12, "probability": 100 }, - { "name": "Bull", "maxCount": 12, "probability": 100 }, - { "name": "Rat", "maxCount": 12, "probability": 100 }, - { "name": "GargoyleEnforcer", "maxCount": 9, "probability": 100 }, - { "name": "GargoyleDestroyer", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f96a5381-773a-4b5a-af6a-4cc8d2d08811", - "name": "Spawner (217)", - "location": [6168, 117, 0], - "map": "Felucca", - "count": 34, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ratman", "maxCount": 11, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 11, "probability": 100 }, - { "name": "RatmanMage", "maxCount": 11, "probability": 100 }, - { "name": "Changeling", "maxCount": 11, "probability": 100 }, - { "name": "Doppleganger", "maxCount": 11, "probability": 100 }, - { "name": "Dog", "maxCount": 9, "probability": 100 }, - { "name": "Chicken", "maxCount": 9, "probability": 100 }, - { "name": "Cat", "maxCount": 9, "probability": 100 }, - { "name": "Boar", "maxCount": 9, "probability": 100 }, - { "name": "Bird", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Titan", "maxCount": 3, "probability": 100 }, - { "name": "Cyclops", "maxCount": 3, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 5, "probability": 100 }, - { "name": "orcscout", "maxCount": 5, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/SeaLife.json b/Distribution/Data/Spawns/shared/felucca/SeaLife.json deleted file mode 100644 index 9c0983728..000000000 --- a/Distribution/Data/Spawns/shared/felucca/SeaLife.json +++ /dev/null @@ -1,2417 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0014d520-3474-4486-86ec-00a967fb2a5e", - "name": "Spawner (218)", - "location": [4896, 3215, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0071f2f5-305e-4819-b388-4ffbf15f7fb1", - "name": "Spawner (218)", - "location": [1792, 79, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "01985344-d2d2-4fa8-ab4c-c1e3bd4e1426", - "name": "Spawner (218)", - "location": [4896, 1519, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "01b29f02-2bec-4d96-8d9a-ccb1957acff3", - "name": "Spawner (218)", - "location": [2368, 2799, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "058ccec6-cf0a-4246-97d1-5397c1557502", - "name": "Spawner (218)", - "location": [3568, 3215, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "05f1490c-6e6c-4905-8d78-01f2367c5f58", - "name": "Spawner (218)", - "location": [4307, 3965, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0627e5fe-58d2-432f-9864-9d4bc05e187d", - "name": "Spawner (218)", - "location": [4904, 1127, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "07342ec8-7e6f-4d0c-877f-743f3143d265", - "name": "Spawner (218)", - "location": [3344, 3479, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "07ce9fc5-0714-4583-bd08-329c1997ed4d", - "name": "Spawner (218)", - "location": [147, 3213, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "08ccd285-5416-4099-8edf-371c61bccbd2", - "name": "Spawner (218)", - "location": [4112, 791, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0a9ddbf8-0673-47fa-b250-08395ca453af", - "name": "Spawner (218)", - "location": [544, 3719, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0c6c585b-1213-4135-bab3-6f15861f7aa0", - "name": "Spawner (218)", - "location": [4152, 3415, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f18cdfa-c425-4525-9056-54476d4bc98d", - "name": "Spawner (218)", - "location": [4731, 3997, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "10d5ae06-e475-4d16-93ca-a1deee44e78e", - "name": "Spawner (218)", - "location": [3560, 3871, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "17574264-babd-4f28-92ed-1fcb3f07ee28", - "name": "Spawner (218)", - "location": [496, 527, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "176e52b8-2ac0-496f-9647-fc42ea72ee8a", - "name": "Spawner (218)", - "location": [592, 223, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1bc905f9-1691-4a2b-afca-738e6b22fc47", - "name": "Spawner (218)", - "location": [4048, 63, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1d557f82-a5f6-46f1-b459-fb3096e5852c", - "name": "Spawner (218)", - "location": [840, 2863, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1e652609-1c8b-4f88-bd10-de2445856391", - "name": "Spawner (218)", - "location": [496, 1879, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1f070052-489a-4be0-90b1-a4ac42a0c367", - "name": "Spawner (218)", - "location": [3576, 823, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "201a3c66-f161-43f2-a6d0-0ca3597a6678", - "name": "Spawner (218)", - "location": [3968, 3895, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "20fdaa4f-d544-4a36-925b-cc0dfb565abc", - "name": "Spawner (218)", - "location": [4008, 2767, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "23ad7990-6434-4baa-8ced-32317059b195", - "name": "Spawner (218)", - "location": [208, 2503, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2910bc91-c850-493b-b157-d37b8a4dfde8", - "name": "Spawner (218)", - "location": [4192, 2975, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "296f03e2-d85d-4743-8fd2-0428b9390c89", - "name": "Spawner (218)", - "location": [2971, 1605, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2abdef39-47e2-4145-9dd5-9af7e078d53c", - "name": "Spawner (218)", - "location": [4032, 2039, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2d7cf932-ce8c-4a83-bd73-6371f3448072", - "name": "Spawner (218)", - "location": [1395, 3421, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2f2b2fca-8ffe-4bb5-95d3-94a5ee0b72a8", - "name": "Spawner (218)", - "location": [2608, 3295, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "319bf1d1-606a-4b25-be88-11da80afe4fd", - "name": "Spawner (218)", - "location": [2400, 2399, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "33e0f8af-c16e-4dc4-a240-5c0533ff3375", - "name": "Spawner (218)", - "location": [4392, 823, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "372bca4b-5296-48b9-9207-7782d129aa21", - "name": "Spawner (218)", - "location": [2931, 3245, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3867ead7-d062-44a3-a284-ba67c14b2b3b", - "name": "Spawner (218)", - "location": [139, 1173, -5], - "map": "Felucca", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 130, - "walkingRange": 130, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 13, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 13, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 13, "probability": 100 }, - { "name": "Kraken", "maxCount": 13, "probability": 100 }, - { "name": "Dolphin", "maxCount": 4, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "395aeb43-6d36-4856-b6f5-19790d555189", - "name": "Spawner (218)", - "location": [896, 3695, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3dcee48d-ec06-4315-9abc-ef03d4c03e4a", - "name": "Spawner (218)", - "location": [4888, 375, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e3b9e43-1b6c-407b-9c3f-325e87738c26", - "name": "Spawner (218)", - "location": [4864, 2831, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "445d35c5-b9a8-4269-ab27-c8b294156811", - "name": "Spawner (218)", - "location": [3891, 733, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "44c78479-90c2-44fe-92a8-23cb6de892fa", - "name": "Spawner (218)", - "location": [176, 3551, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "47efe73c-82a4-4117-b43b-e5d15136c149", - "name": "Spawner (218)", - "location": [3776, 3519, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4de0d475-b6de-4676-ae8c-715b17e0f44a", - "name": "Spawner (218)", - "location": [2952, 1239, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5114e22e-6538-4d21-b276-aa9a00a88a54", - "name": "Spawner (218)", - "location": [1187, 3885, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "52a8d52f-aec5-4ea8-8964-3a769c403cc2", - "name": "Spawner (218)", - "location": [1336, 79, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5491c069-ef4f-4b5c-bc5b-5913c4339f3f", - "name": "Spawner (218)", - "location": [491, 4013, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54d209e5-3a8c-476b-bc51-e3ebb3449c6c", - "name": "Spawner (218)", - "location": [2040, 3751, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54fc0bab-2105-444b-8155-804624544ffd", - "name": "Spawner (218)", - "location": [3992, 1447, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a7be8f4-75a8-495b-9ec7-18ca5a146566", - "name": "Spawner (218)", - "location": [979, 3997, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5b9bde41-61e8-486c-8893-f5de1e36bdf2", - "name": "Spawner (218)", - "location": [3603, 125, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5e50039d-cd33-4802-bc94-d472eb3fc521", - "name": "Spawner (218)", - "location": [3256, 1031, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5e5967d0-64f1-46b3-a8c9-c85e60e2498f", - "name": "Spawner (218)", - "location": [512, 2919, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5fe352af-61a0-464a-8ded-bd840ddc69c8", - "name": "Spawner (218)", - "location": [3168, 3871, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "60abd3c2-eba6-4e07-aae5-1d988ade2d99", - "name": "Spawner (218)", - "location": [4275, 1309, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "61eb0c80-5734-4aaa-8639-26c61907aa70", - "name": "Spawner (218)", - "location": [1866, 1798, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "667c9bca-f47b-4a12-b00e-55db4657cb46", - "name": "Spawner (218)", - "location": [1891, 3597, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "670934bb-5897-4cdd-bbd3-1c90df939a21", - "name": "Spawner (218)", - "location": [4352, 215, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "696ab0e9-99f4-49ca-b79c-4d87f37fa250", - "name": "Spawner (218)", - "location": [4016, 1031, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6c993910-33aa-4227-b37d-e3cdec1ed456", - "name": "Spawner (218)", - "location": [480, 3351, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "760de2a1-81b0-44b0-a936-749b378086cf", - "name": "Spawner (218)", - "location": [3408, 1407, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "79aefaf1-568d-41d2-bed6-bd670ecce526", - "name": "Spawner (218)", - "location": [4624, 2199, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7e4ba525-1583-4aed-a7b7-783f37239a5a", - "name": "Spawner (218)", - "location": [1720, 3879, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "817895c6-8683-41e6-b08d-01a5ff038f94", - "name": "Spawner (218)", - "location": [2320, 4007, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "85204ae4-6b37-4f1e-9490-c081e806e26f", - "name": "Spawner (218)", - "location": [3088, 2759, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8964dcc7-930d-44fb-85a8-f2f85e4fc458", - "name": "Spawner (218)", - "location": [4984, 3567, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "89971651-6235-411e-b939-9d42fa08539a", - "name": "Spawner (218)", - "location": [4896, 2119, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8a301447-cfe7-45e3-b30a-b9573379b108", - "name": "Spawner (218)", - "location": [2291, 3181, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8faaf35e-e1d9-4bf5-8ddb-403d6628dc91", - "name": "Spawner (218)", - "location": [2392, 2031, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8fb38b44-6776-4902-a7ec-ad918c7d58cc", - "name": "Spawner (218)", - "location": [3008, 1895, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8fe15958-527f-4480-98d6-6d8c9e2653cd", - "name": "Spawner (218)", - "location": [4232, 1655, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "956a87d3-17ff-4f04-9165-ac12e0954594", - "name": "Spawner (218)", - "location": [824, 3287, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "96ea0189-bdc2-40de-8660-f07b8f3c6d51", - "name": "Spawner (218)", - "location": [2227, 3533, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9703d8ff-da28-4ea8-9071-d9f9a4c6d836", - "name": "Spawner (218)", - "location": [3616, 1807, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9b0dcb48-2f80-4503-8f25-ddbc29221473", - "name": "Spawner (218)", - "location": [3984, 2423, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9be3514d-643b-4008-b316-aa0f47902fe8", - "name": "Spawner (218)", - "location": [2744, 2567, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a3c1a4b2-df5b-4492-a0c5-0e9e5a0c399f", - "name": "Spawner (218)", - "location": [4912, 2471, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a408764b-0975-45e6-87dc-031e05747605", - "name": "Spawner (218)", - "location": [4995, 1829, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a4a476f6-ad25-4619-a34e-285bffea1f55", - "name": "Spawner (218)", - "location": [3520, 2263, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a5a6b13c-50d2-4aa4-ba70-9b2abb9841b6", - "name": "Spawner (218)", - "location": [931, 141, -5], - "map": "Felucca", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 130, - "walkingRange": 130, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 13, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 13, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 13, "probability": 100 }, - { "name": "Kraken", "maxCount": 13, "probability": 100 }, - { "name": "Dolphin", "maxCount": 4, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a798b4a7-f027-4e9f-86d0-a93f721ee033", - "name": "Spawner (218)", - "location": [2208, 1703, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a88ec077-c435-47e0-92b3-548e27f2e603", - "name": "Spawner (218)", - "location": [4363, 1981, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a8e4212a-a3d5-4e62-937a-3118350ea07d", - "name": "Spawner (218)", - "location": [731, 3989, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa54f319-d255-4aea-b782-d505cce89754", - "name": "Spawner (218)", - "location": [3328, 2063, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "add4463a-f94f-45b8-8504-98007a319caf", - "name": "Spawner (218)", - "location": [2072, 2527, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b096bc10-2a6c-42a6-bd3c-1835e6ba57e3", - "name": "Spawner (218)", - "location": [3176, 2383, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b3e6d001-7ec1-48c0-a243-df5a177d56a7", - "name": "Spawner (218)", - "location": [4283, 2221, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b90733e7-882e-42a3-ab1c-852611eec585", - "name": "Spawner (218)", - "location": [4600, 1751, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bdd432ee-e61f-4df2-ab8b-d1296838dd90", - "name": "Spawner (218)", - "location": [2008, 4007, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bea968d2-ac27-494b-b59f-a3ed10e48402", - "name": "Spawner (218)", - "location": [200, 3879, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c02a7e0f-a448-45c3-b8e8-532f0441089d", - "name": "Spawner (218)", - "location": [3267, 1717, -5], - "map": "Felucca", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 130, - "walkingRange": 130, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 13, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 13, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 13, "probability": 100 }, - { "name": "Kraken", "maxCount": 13, "probability": 100 }, - { "name": "Dolphin", "maxCount": 4, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c0738ba5-30cc-4819-9f84-3df391ddb250", - "name": "Spawner (218)", - "location": [107, 909, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c3938e64-993f-45c6-886e-dcdde4e43ee9", - "name": "Spawner (218)", - "location": [600, 2511, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c86a16f5-01d1-4a6b-8967-6e35ba6d4f30", - "name": "Spawner (218)", - "location": [192, 2895, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd863ac3-ff02-4719-a235-9f8403f1f6b9", - "name": "Spawner (218)", - "location": [4400, 2527, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d01dce21-9d3a-4b51-85ce-e4589e03776f", - "name": "Spawner (218)", - "location": [200, 2103, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d2bdb1a3-d96b-4a44-95e7-099f39ff38cc", - "name": "Spawner (218)", - "location": [2395, 1405, -5], - "map": "Felucca", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 130, - "walkingRange": 130, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 13, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 13, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 13, "probability": 100 }, - { "name": "Kraken", "maxCount": 13, "probability": 100 }, - { "name": "Dolphin", "maxCount": 4, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d45f2c8d-d661-4a91-bc0a-b04f901b64b2", - "name": "Spawner (218)", - "location": [5003, 101, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d8eb15e7-f507-4850-a1fd-9bc9f1ce1e07", - "name": "Spawner (218)", - "location": [2768, 3847, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d98fd38f-c4f3-4933-9ea3-53a81c886e8f", - "name": "Spawner (218)", - "location": [3888, 3167, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da152e88-97ad-4c9e-b27d-c4d4385e8455", - "name": "Spawner (218)", - "location": [3931, 1757, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df48afce-46f8-4d69-bae7-b843e1185554", - "name": "Spawner (218)", - "location": [2752, 1455, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df7a4d12-8fbd-4547-8f92-bb4dfc720ac2", - "name": "Spawner (218)", - "location": [3811, 109, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e131f5dc-1b9d-480e-b759-85af56822993", - "name": "Spawner (218)", - "location": [3123, 1485, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e19fdd70-0246-43dd-bde0-a65e5324f684", - "name": "Spawner (218)", - "location": [200, 559, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e35061d7-cfbd-4383-b75b-065c37982be4", - "name": "Spawner (218)", - "location": [3672, 1535, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e5bd5536-fac7-43f2-a074-01d548139c56", - "name": "Spawner (218)", - "location": [184, 191, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e602a618-789c-4b14-84d6-fc4eba7fff99", - "name": "Spawner (218)", - "location": [3688, 439, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e6115838-1fe9-4d50-845e-758c36abdccb", - "name": "Spawner (218)", - "location": [4512, 583, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e6f4428d-db11-4d83-837f-4b92a3bee9e8", - "name": "Spawner (218)", - "location": [2792, 2951, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec7aedaf-b518-4f7e-9d05-b864db54eac2", - "name": "Spawner (218)", - "location": [4955, 3997, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec9b98b4-d409-4aaf-823c-a5cf9503f461", - "name": "Spawner (218)", - "location": [2624, 1775, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ef767a86-1b77-4ddb-a52b-d4c6599b42c0", - "name": "Spawner (218)", - "location": [168, 1743, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f61ab42b-c23e-462f-980d-ea4d236f4796", - "name": "Spawner (218)", - "location": [4667, 109, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fac96160-fbae-4833-8946-e315521ffb8e", - "name": "Spawner (218)", - "location": [4904, 759, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb98801b-da33-4aab-b21a-8f4f0df5ee8c", - "name": "Spawner (218)", - "location": [3240, 3151, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc7ef1ce-76f7-4239-b044-7f30a4c32a42", - "name": "Spawner (218)", - "location": [1580, 75, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fd9175ae-f576-4ffd-bae8-2710ae3e07e1", - "name": "Spawner (218)", - "location": [2288, 3767, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fe2bf6f9-ab40-4e8d-b7e9-ef01688462cb", - "name": "Spawner (218)", - "location": [4536, 2847, -5], - "map": "Felucca", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fec6b06d-982d-45b5-aa46-a6334f5ece5e", - "name": "Spawner (218)", - "location": [4992, 3791, -5], - "map": "Felucca", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/Shame.json b/Distribution/Data/Spawns/shared/felucca/Shame.json deleted file mode 100644 index a820332a0..000000000 --- a/Distribution/Data/Spawns/shared/felucca/Shame.json +++ /dev/null @@ -1,1865 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "00b4ffd2-c3fe-42e0-b913-9dc7f244bad1", - "name": "Spawner (219)", - "location": [5595, 147, 10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "06a27dea-d6cf-4668-aaf5-11b92f37dac2", - "name": "Spawner (219)", - "location": [5403, 235, 10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "099f8534-bad4-4baa-a701-6f52e856b767", - "name": "Spawner (219)", - "location": [5615, 18, 10], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "DullCopperElemental", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0acf386b-aab2-42da-9852-bbab5e17235c", - "name": "Spawner (219)", - "location": [5649, 101, 10], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0b0f079f-a068-4b35-9c6a-13a2a0eefa41", - "name": "Spawner (219)", - "location": [5394, 230, 10], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "11f83b98-6f66-43cd-bc2d-c8435a753629", - "name": "Spawner (219)", - "location": [5390, 145, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1333be8f-f542-4131-a842-f5419ea6690b", - "name": "Spawner (219)", - "location": [5405, 200, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "13410a04-955c-4e3b-b88a-c59e17ec343c", - "name": "Spawner (219)", - "location": [5708, 43, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Kraken", "maxCount": 1, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "16036a13-721a-447b-ae6b-a5df60d9c9ad", - "name": "Spawner (219)", - "location": [5717, 60, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "17349861-3ab6-4103-bd27-07d40be823d0", - "name": "Spawner (219)", - "location": [5817, 83, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1bb3ab96-96dd-47df-8e4b-c788960b039f", - "name": "Spawner (219)", - "location": [5817, 78, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1c97ea8d-413a-4925-8507-6c004a16ccd6", - "name": "Spawner (219)", - "location": [5536, 119, -5], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2284227d-bd9b-4b23-99c7-e96eaeacb970", - "name": "Spawner (219)", - "location": [5553, 146, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "22b4ddba-b4dc-46ba-b8ca-ee5c6ab5538b", - "name": "Spawner (219)", - "location": [5445, 12, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "24bb9e8a-3124-4984-89be-39ff6cdd3e34", - "name": "Spawner (219)", - "location": [5615, 173, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "25a4f4e6-8d5b-4e50-87c5-65961ef02649", - "name": "Spawner (219)", - "location": [5412, 200, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 1, "probability": 100 }, - { "name": "Scorpion", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "27ef1488-f84c-4729-a3fc-6ad074a90495", - "name": "Spawner (219)", - "location": [5557, 222, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Kraken", "maxCount": 2, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "28a61b6b-d21f-4610-aaf2-98f0714ee469", - "name": "Spawner (219)", - "location": [5412, 164, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "EarthElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "29921605-0cc3-4a0f-8fcb-d5088c40eb8b", - "name": "Spawner (219)", - "location": [5412, 201, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "EarthElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2e200a23-7f5e-4b50-b15b-72543331cbdd", - "name": "Spawner (219)", - "location": [5733, 91, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2e980b6d-486f-45a7-ad54-477a816dda3a", - "name": "Spawner (219)", - "location": [5527, 210, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "DullCopperElemental", "maxCount": 4, "probability": 100 }, - { "name": "FireElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "33b7379d-d169-43b4-a75a-2c550fb45d2e", - "name": "Spawner (219)", - "location": [5711, 97, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Kraken", "maxCount": 1, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 1, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "340a9686-1ac8-47ea-9052-31167add0da8", - "name": "Spawner (219)", - "location": [5605, 202, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3498612c-357d-42f3-a1fc-89ee565569d2", - "name": "Spawner (219)", - "location": [5437, 11, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "36e8b3e2-c177-4b5f-a9b8-e21ac99d93e5", - "name": "Spawner (219)", - "location": [5572, 113, 5], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37cbc800-73b6-4348-a6ed-f19dea8ff7f7", - "name": "Spawner (219)", - "location": [5549, 60, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "38198440-cbb9-4ddb-8808-59977415fa28", - "name": "Spawner (219)", - "location": [5717, 58, 5], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3962bad0-4c7f-4fed-b4f2-e69020569bcc", - "name": "Spawner (219)", - "location": [5410, 170, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3986c149-5d04-4234-9194-25d9ad0daeef", - "name": "Spawner (219)", - "location": [5698, 57, 5], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3a545713-a7cb-4e80-b41f-9eccfb8d5f35", - "name": "Spawner (219)", - "location": [5730, 90, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3bc0b686-d31e-4ed6-b1bc-6236301c0d04", - "name": "Spawner (219)", - "location": [5661, 16, -10], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "FireElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3cf4908c-dbae-4cb8-b48f-fdf387ecc501", - "name": "Spawner (219)", - "location": [5571, 158, -10], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3f6e1f05-7dcb-4952-8342-2c6386f057e5", - "name": "Spawner (219)", - "location": [5468, 109, 35], - "map": "Felucca", - "count": 26, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 6, "probability": 100 }, - { "name": "Scorpion", "maxCount": 20, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "49a30e76-7efb-42df-a85b-f40fd1546cee", - "name": "Spawner (219)", - "location": [5448, 33, -10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "49dbe727-8641-49ac-8372-a3f2f8fa5cf7", - "name": "Spawner (219)", - "location": [5608, 190, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4a851206-2957-4090-931d-54ed78cea448", - "name": "Spawner (219)", - "location": [5474, 139, 20], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b71965f-2829-4d76-8b31-9c6d55aa7b11", - "name": "Spawner (219)", - "location": [5545, 153, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4bbcb759-e08d-45a9-b7c2-76855e283b0f", - "name": "Spawner (219)", - "location": [5456, 143, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4be1fbed-a047-4092-9ed8-e5ee308123de", - "name": "Spawner (219)", - "location": [5406, 177, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4fe7e9e3-3d65-433f-9c20-584fa7647e12", - "name": "Spawner (219)", - "location": [5439, 137, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5036ca70-e3f4-4e5e-989e-cddf68363ace", - "name": "Spawner (219)", - "location": [5595, 82, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Kraken", "maxCount": 1, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5073e41f-2bd8-4e2b-a73a-e7ecf76a92c5", - "name": "Spawner (219)", - "location": [5568, 36, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54cfd78d-c062-45de-9691-fc08b8225353", - "name": "Spawner (219)", - "location": [5425, 58, 10], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 7, "probability": 100 }, - { "name": "Scorpion", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "56bcaa4f-deef-4ca3-983e-461ab73c81ca", - "name": "Spawner (219)", - "location": [5818, 80, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "ElderGazer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "56eb182b-e842-46da-b44c-cee5290561ac", - "name": "Spawner (219)", - "location": [5684, 117, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "BloodElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "584599e2-fdf8-423b-b7b7-9e6e2cdcf45b", - "name": "Spawner (219)", - "location": [5723, 77, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a80cf5e-c29f-46d5-83e4-c622fbeba8ad", - "name": "Spawner (219)", - "location": [5441, 187, 0], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 5426, "y": 172, "z": 0 }, - "end": { "x": 5456, "y": 202, "z": 43 } - }, - "walkingRange": 30, - "entries": [ - { "name": "EvilMage", "maxCount": 5, "probability": 100 }, - { "name": "EvilMageLord", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5cf37618-77d8-450d-b847-3ee1f14efcc1", - "name": "Spawner (219)", - "location": [5546, 118, -5], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5d5036ac-c3f2-48f0-8183-daca945d0523", - "name": "Spawner (219)", - "location": [5398, 148, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "61800760-7e33-48a1-970a-5c1c973e7398", - "name": "Spawner (219)", - "location": [5468, 106, 35], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "62098bc9-596a-4f31-80a0-74190ea65a91", - "name": "Spawner (219)", - "location": [5405, 185, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "622a0111-2226-43de-bea6-a6e50b1a1a67", - "name": "Spawner (219)", - "location": [5730, 93, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "63e94588-f42b-42a6-a046-a9d4fe7a62b8", - "name": "Spawner (219)", - "location": [5701, 60, 5], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "663e5aa7-2204-42a6-8b47-b4a5cdd8382e", - "name": "Spawner (219)", - "location": [5492, 56, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6786e744-3a8a-4d00-8bec-213325b489b6", - "name": "Spawner (219)", - "location": [5715, 61, 5], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "694e60e0-1db8-457f-b48c-d11372471f5f", - "name": "Spawner (219)", - "location": [5828, 42, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Kraken", "maxCount": 1, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6b367539-626c-44b0-a97e-8795ee947c6e", - "name": "Spawner (219)", - "location": [5616, 184, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "70127b13-674d-4def-86fe-bc5b90a6e88e", - "name": "Spawner (219)", - "location": [5723, 73, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72cfdb5a-89de-4277-9de9-66e2c36e48fc", - "name": "Spawner (219)", - "location": [5392, 10, 30], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72d5ae48-41aa-478e-b063-23a3840b3255", - "name": "Spawner (219)", - "location": [5421, 117, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "746760c5-2c14-4d2c-80fe-9c1afe9a2692", - "name": "Spawner (219)", - "location": [5603, 116, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "DullCopperElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7540f782-bcf5-4a5f-b2e6-ba385859a340", - "name": "Spawner (219)", - "location": [5505, 180, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "ElderGazer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7aaac8e3-5868-41ec-b4ae-fea008e39ba5", - "name": "Spawner (219)", - "location": [5575, 16, 10], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7b10ba4a-f6a2-4164-827a-c7f98da29341", - "name": "Spawner (219)", - "location": [5477, 183, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7f5f240f-d211-412b-b76d-eec1723c79fd", - "name": "Spawner (219)", - "location": [5474, 20, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "811e333f-7aa9-481f-9edf-8c61e6f984a5", - "name": "Spawner (219)", - "location": [5493, 51, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "86dc2f0d-baf0-4acc-8b9f-62a1bbbcca31", - "name": "Spawner (219)", - "location": [5593, 141, 10], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 2, "probability": 100 }, - { "name": "FireElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d894292-aaba-4fd7-834a-68aea0d50e0a", - "name": "Spawner (219)", - "location": [5404, 93, 10], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "90a2b066-3a4d-4627-bcd8-649434051203", - "name": "Spawner (219)", - "location": [5594, 139, 10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "91118d48-78d5-4fce-a97d-bd662a0bb903", - "name": "Spawner (219)", - "location": [5715, 58, 2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9303d7b0-a873-47f4-b4e3-1d70d547e4b1", - "name": "Spawner (219)", - "location": [5443, 36, -10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9a246364-18c8-46c3-9fac-17025f9ab620", - "name": "Spawner (219)", - "location": [5399, 11, 30], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9add65b7-3729-4ab6-be5f-53fc13b3fbcb", - "name": "Spawner (219)", - "location": [5475, 190, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9b58940a-490b-4c30-8b87-69ff988cacd6", - "name": "Spawner (219)", - "location": [5570, 118, 5], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a01e8912-3b82-4214-a8b7-13c598cb23e0", - "name": "Spawner (219)", - "location": [5701, 58, 2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a0c7b16e-fe26-4e43-ab3a-789041878480", - "name": "Spawner (219)", - "location": [5469, 211, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Kraken", "maxCount": 1, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 1, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a3d232dd-36fe-40f3-90b3-8e40d23c75e5", - "name": "Spawner (219)", - "location": [5606, 25, 10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a40b89dc-77a6-4b5a-9f53-c7c6b75fe44b", - "name": "Spawner (219)", - "location": [5415, 189, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a59d8de3-e39e-4d3e-84dd-b76c900d4f1f", - "name": "Spawner (219)", - "location": [5845, 57, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a7f36503-7139-4ef4-adef-0cc2889d0e90", - "name": "Spawner (219)", - "location": [5620, 21, 10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a980490d-cb4e-43dc-ad4f-1cd8c1f8846a", - "name": "Spawner (219)", - "location": [5804, 12, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b0e7336b-58cf-43d5-bb4c-d91d0d696b72", - "name": "Spawner (219)", - "location": [5725, 78, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b1bc56ef-b214-4b53-b49b-fe725b9d4d9f", - "name": "Spawner (219)", - "location": [5733, 93, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b27e56f7-9157-4b01-8ddd-0aec26e185df", - "name": "Spawner (219)", - "location": [5416, 59, -15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b283b315-485a-422a-a822-446e200a0080", - "name": "Spawner (219)", - "location": [5434, 100, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b907c1ba-e6aa-4ec8-81a2-8ebc40131a7a", - "name": "Spawner (219)", - "location": [5477, 67, 20], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b9c97892-db29-41e5-9478-0f6d9e28e8f7", - "name": "Spawner (219)", - "location": [5434, 89, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba178ecf-0529-4540-9edd-710d6deb748b", - "name": "Spawner (219)", - "location": [5468, 100, 35], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bdfae837-0641-4ad9-ac46-23113dbe07e0", - "name": "Spawner (219)", - "location": [5875, 44, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bffaf353-dbe8-44a7-9468-acd13b4430b7", - "name": "Spawner (219)", - "location": [5752, 44, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Kraken", "maxCount": 1, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 1, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c164e1f3-3128-4087-a1f5-ffcc45e5e300", - "name": "Spawner (219)", - "location": [5819, 50, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 }, - { "name": "EvilMageLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c23758c7-2a5d-4607-b09e-de24fed379ee", - "name": "Spawner (219)", - "location": [5760, 99, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 2, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "Scorpion", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c2a61736-5a76-4421-8178-deea7aabc615", - "name": "Spawner (219)", - "location": [5394, 11, 30], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c2eb38b8-d316-4f83-95f5-4c5dc6b43113", - "name": "Spawner (219)", - "location": [5400, 45, 30], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c327247c-da8a-412c-9e92-d960c1b91ec2", - "name": "Spawner (219)", - "location": [5546, 113, -5], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c3b25137-7ec8-4274-8af1-7a30f4cfaef3", - "name": "Spawner (219)", - "location": [5721, 12, 10], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "BloodElemental", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ca52e3b4-b46b-49ec-96ca-132c5ff0b4d6", - "name": "Spawner (219)", - "location": [5577, 194, 0], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "EvilMage", "maxCount": 5, "probability": 100 }, - { "name": "EvilMageLord", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cad7fb39-f2aa-4f55-9899-64967860d07e", - "name": "Spawner (219)", - "location": [5404, 43, 30], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cc00b741-ad6a-46f6-8398-62ad6e66700a", - "name": "Spawner (219)", - "location": [5856, 107, 10], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "FireElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ceb6c395-5f88-41cd-8d10-8a6dd7683cce", - "name": "Spawner (219)", - "location": [5594, 182, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Kraken", "maxCount": 1, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 1, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d1898122-15d6-4523-a6e6-84ae0cda8c6a", - "name": "Spawner (219)", - "location": [5603, 93, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "DullCopperElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d1eed89e-ef04-4d60-812d-fea412921d76", - "name": "Spawner (219)", - "location": [5549, 79, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "Kraken", "maxCount": 1, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d4a17766-a790-4a7b-a7d2-22d095feb615", - "name": "Spawner (219)", - "location": [5456, 157, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d6921911-2c96-4f33-96e9-d40efa57561c", - "name": "Spawner (219)", - "location": [5387, 41, 20], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "Scorpion", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d92657cf-0eff-4aa3-8d6b-b11164fe85f2", - "name": "Spawner (219)", - "location": [5604, 166, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da26e6d2-e197-479f-a3a0-2f3cd436539c", - "name": "Spawner (219)", - "location": [5724, 118, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 2, "probability": 100 }, - { "name": "FireElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ddce5aba-7b2b-4d1f-b055-d242db0509c1", - "name": "Spawner (219)", - "location": [5402, 58, -20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e468b283-ac85-4c27-a6e8-462a971f007c", - "name": "Spawner (219)", - "location": [5699, 61, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f11035e3-c112-444e-9227-79c2254265b0", - "name": "Spawner (219)", - "location": [5432, 158, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f14bf474-ef89-4f01-b3a7-0ec8aaf1f35a", - "name": "Spawner (219)", - "location": [5727, 72, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f1a6bec6-dc10-4658-bceb-bd9ecf6970cf", - "name": "Spawner (219)", - "location": [5411, 163, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 1, "probability": 100 }, - { "name": "Scorpion", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f21c56d6-5653-4bec-95de-58b70a981ff0", - "name": "Spawner (219)", - "location": [5423, 112, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb19bd5b-21cf-475e-bd85-4c990c2d6596", - "name": "Spawner (219)", - "location": [5474, 176, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc63948f-de6d-43de-a205-6e11d44249f1", - "name": "Spawner (219)", - "location": [5396, 226, 10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/SolenHive.json b/Distribution/Data/Spawns/shared/felucca/SolenHive.json deleted file mode 100644 index 3a6d5704f..000000000 --- a/Distribution/Data/Spawns/shared/felucca/SolenHive.json +++ /dev/null @@ -1,679 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "00f9e4a9-d9a7-4d44-aecc-c2bb20a79c9c", - "name": "Spawner (220)", - "location": [5920, 1842, 1], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "022918a5-aa50-4cf1-b286-bae8de9c9537", - "name": "Spawner (220)", - "location": [5884, 1920, -15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "AntLion", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "04a12d97-707d-4bc9-ad99-b32f0e88e158", - "name": "Spawner (220)", - "location": [5671, 1979, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "BlackSolenWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0876305c-d6ce-46ff-bb97-e34d5fb772a9", - "name": "Spawner (220)", - "location": [5798, 1963, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 35, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0b57c719-bf1c-4cbe-ac70-5aaabda64779", - "name": "Spawner (220)", - "location": [5681, 1886, 2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 50, - "entries": [ - { "name": "BlackSolenWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0cda81be-bbe3-4312-af53-dcf5b33a1be8", - "name": "Spawner (220)", - "location": [5699, 1921, 2], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "BlackSolenWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "164e28e4-c77f-450f-916a-493904e79d9b", - "name": "Spawner (220)", - "location": [3218, 502, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "RedSolenInfiltratorQueen", "maxCount": 1, "probability": 100 }, - { "name": "RedSolenInfiltratorWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "292f941a-a9c4-4ec2-8957-0252fe7be988", - "name": "Spawner (220)", - "location": [5673, 1846, 1], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 20, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "308e3de7-9304-466e-9cc0-e71367242d75", - "name": "Spawner (220)", - "location": [5815, 1881, 2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 20, - "entries": [ - { "name": "BlackSolenWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "315f85b8-ba97-4ca0-b2c4-92b7cd539c5b", - "name": "Spawner (220)", - "location": [5847, 1819, 1], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "39cbbb5e-744c-4179-8646-fb1290698ad1", - "name": "Spawner (220)", - "location": [5829, 1798, 1], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3bdddcd1-a470-49d7-bc08-41a4e9049e3d", - "name": "Spawner (220)", - "location": [5767, 1962, 2], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 50, - "entries": [ - { "name": "DreadSpider", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "40a36fd0-161f-42c1-9cca-9db682d9c50e", - "name": "Spawner (220)", - "location": [5703, 1991, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 35, - "entries": [ - { "name": "BlackSolenWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "451c7289-0639-4054-879d-fd66e27e866c", - "name": "Spawner (220)", - "location": [5912, 1800, 1], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "487e7cad-478d-4ffb-b109-fe2f398f2980", - "name": "Spawner (220)", - "location": [5825, 1968, 4], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4adcd151-0741-4ae0-88ef-f4b01523826c", - "name": "Spawner (220)", - "location": [5838, 2019, 3], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4e878d51-e601-4e8c-b034-fcc572f4a840", - "name": "Spawner (220)", - "location": [5693, 1834, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 20, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4fc74f26-5c3b-4122-8a88-9581e5d02e5a", - "name": "Spawner (220)", - "location": [5910, 1991, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "616e54a8-e1fd-4877-8f77-92f3361b266e", - "name": "Spawner (220)", - "location": [5722, 1820, 5], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6f5ddf7f-8608-44e9-841d-b1b6248e54bf", - "name": "Spawner (220)", - "location": [5736, 1939, 7], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "BlackSolenQueen", "maxCount": 1, "probability": 100 }, - { "name": "BlackSolenWorker", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "76303de9-d601-4f18-b341-ed8741315132", - "name": "Spawner (220)", - "location": [1940, 3261, 1], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "RedSolenInfiltratorQueen", "maxCount": 1, "probability": 100 }, - { "name": "RedSolenInfiltratorWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7841012e-e50b-44c7-80e5-9f0901304abd", - "name": "Spawner (220)", - "location": [5704, 1807, 4], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 20, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "818ebcff-8a3d-4e6d-a8ac-fbd782899100", - "name": "Spawner (220)", - "location": [5799, 1857, 5], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "BlackSolenWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81d29a4d-f337-46b8-971f-402bce72c1a3", - "name": "Spawner (220)", - "location": [5709, 1874, 1], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 50, - "entries": [ - { "name": "BlackSolenWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8bfb6db7-bd95-4b69-9274-330a3806885b", - "name": "Spawner (220)", - "location": [5782, 2021, -11], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "AntLion", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "92c760f1-55bf-44cd-b51f-b3425595c3f4", - "name": "Spawner (220)", - "location": [5776, 2019, 2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c112ab3-aaed-483c-a895-12d56c3da76c", - "name": "Spawner (220)", - "location": [5831, 1910, 3], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Beetle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9fccb18d-7d55-428d-9a0e-6975b0f2f213", - "name": "Spawner (220)", - "location": [5837, 1992, -2], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Beetle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a130822d-7738-4410-a154-7860ca71cba2", - "name": "Spawner (220)", - "location": [5887, 1840, -18], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "AntLion", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a2fd7f95-2496-4594-9ed9-ab55fa31d08f", - "name": "Spawner (220)", - "location": [5707, 1843, -15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "AntLion", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "abaf512d-5839-439d-964e-888303a40d48", - "name": "Spawner (220)", - "location": [5782, 1793, 1], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "BlackSolenWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b280605e-0ebe-492d-a0c0-f57d1e05e5a4", - "name": "Spawner (220)", - "location": [5665, 1868, 11], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "AntLion", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c02ed532-4fdd-4e4a-83c4-f2f8a0e025e1", - "name": "Spawner (220)", - "location": [5873, 1798, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 2, "probability": 100 }, - { "name": "BlackSolenQueen", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c1cfb2f5-31c9-4686-8478-7e23db2e9ab0", - "name": "Spawner (220)", - "location": [5856, 2018, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c6783361-a68d-4811-a162-86af961cf503", - "name": "Spawner (220)", - "location": [5670, 1807, 4], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 30, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d1b08137-55ba-4356-8927-30febaac045b", - "name": "Spawner (220)", - "location": [1361, 894, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 8, - "entries": [ - { "name": "RedSolenInfiltratorQueen", "maxCount": 1, "probability": 100 }, - { "name": "RedSolenInfiltratorWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d94b6b1f-efd6-427f-aa69-88b326e256fd", - "name": "Spawner (220)", - "location": [5876, 2018, 3], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e5998826-a85a-4fff-81d0-382fa35bf4ae", - "name": "Spawner (220)", - "location": [5863, 1958, 2], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "BlackSolenWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e82f829e-9f6f-494c-afe4-98c2cb4f1e33", - "name": "Spawner (220)", - "location": [5855, 1932, 3], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "BlackSolenWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f7c24d72-6e8d-4e78-9cd2-fd6bf7e427e3", - "name": "Spawner (220)", - "location": [5718, 2024, 4], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "BlackSolenWorker", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f9cdf3b9-37a7-456b-a24a-a9fc19153cda", - "name": "Spawner (220)", - "location": [5748, 1923, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 20, - "entries": [ - { "name": "BlackSolenWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fe17cd01-9207-4132-b25a-b23b6d0a21cd", - "name": "Spawner (220)", - "location": [5756, 1857, 4], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 50, - "entries": [ - { "name": "BlackSolenWarrior", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/TerathanKeep.json b/Distribution/Data/Spawns/shared/felucca/TerathanKeep.json deleted file mode 100644 index 873518a6b..000000000 --- a/Distribution/Data/Spawns/shared/felucca/TerathanKeep.json +++ /dev/null @@ -1,646 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "05f81bd1-8432-458d-973a-85449805e567", - "name": "Spawner (221)", - "location": [5163, 1585, -15], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0c8d7085-680b-49cf-a8c3-be20a79f94be", - "name": "Spawner (221)", - "location": [5161, 1584, -15], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0e911183-4be3-4c7d-878b-a7b4d97d8f14", - "name": "Spawner (221)", - "location": [5201, 1566, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "140da661-2c38-4502-a8d3-a093fb672c3e", - "name": "Spawner (221)", - "location": [5363, 1709, -75], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "14d9a777-99d2-4e2a-92e4-98eb9ed2cc2a", - "name": "Spawner (221)", - "location": [5342, 1552, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1613210d-f099-406c-8dad-b3e6c4978ea4", - "name": "Spawner (221)", - "location": [5134, 1625, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "19a3a2ba-4466-440e-9eb8-69c30087faf0", - "name": "Spawner (221)", - "location": [5160, 1586, -15], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "56ff9b13-646b-4f60-be0b-b5aaa730d17d", - "name": "Spawner (221)", - "location": [5336, 1708, -70], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "578848ef-81b8-4528-b3e5-7819296f1441", - "name": "Spawner (221)", - "location": [5200, 1568, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a472619-a1fd-43b6-8ed3-876689a8b7a4", - "name": "Spawner (221)", - "location": [5343, 1551, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "628166d6-c981-4d20-bee3-f9e68ca672e4", - "name": "Spawner (221)", - "location": [5345, 1551, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6b1ed67b-dcfd-41a6-9b27-9f815db3e48f", - "name": "Spawner (221)", - "location": [5200, 1565, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6db88e49-590f-4fc9-9ff2-484c0caba22d", - "name": "Spawner (221)", - "location": [5342, 1553, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7045923d-0e54-48e2-8c61-25f4e748bb62", - "name": "Spawner (221)", - "location": [5176, 1702, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "78eb98fb-eb53-4956-919c-9b075b3a02ad", - "name": "Spawner (221)", - "location": [5348, 1552, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "877895b3-0048-42fa-943b-4246c6d0dbd1", - "name": "Spawner (221)", - "location": [5176, 1701, 2], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8cddc6ca-33de-411d-9d6d-03f61c427acc", - "name": "Spawner (221)", - "location": [5335, 1707, -70], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "97e91add-b1d5-48e6-ae53-6dd25cb088bc", - "name": "Spawner (221)", - "location": [5270, 1695, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c464287-4f2e-40c2-b6cd-7110d89097eb", - "name": "Spawner (221)", - "location": [5132, 1624, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a720dbb7-0f4e-45c8-9bac-c9b76e028c02", - "name": "Spawner (221)", - "location": [5132, 1623, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ada2362f-c030-42f1-86ce-5d983ff64a38", - "name": "Spawner (221)", - "location": [5346, 1756, -125], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "adcadb01-80d3-40a1-acf8-6a7493aeef84", - "name": "Spawner (221)", - "location": [5271, 1693, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b1a245ac-73e5-4f51-a9b0-72a7e0aeb999", - "name": "Spawner (221)", - "location": [5177, 1700, 1], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b3b5c6cf-915f-427b-97b1-89d49bdc440a", - "name": "Spawner (221)", - "location": [5297, 1565, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ce1ce8c5-583f-4f67-84b6-126bc30487ff", - "name": "Spawner (221)", - "location": [5334, 1613, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d3a73b6d-ffa1-4448-9308-6431b4f51d4b", - "name": "Spawner (221)", - "location": [5345, 1757, -125], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d6b68ad4-a9c2-4982-9477-31a7cb202a69", - "name": "Spawner (221)", - "location": [5334, 1614, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da8f850f-a715-4ae6-9c10-47db89b3d732", - "name": "Spawner (221)", - "location": [5344, 1757, -125], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dfb3c171-67af-4dea-8b11-1d49762b2fb2", - "name": "Spawner (221)", - "location": [5335, 1615, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ebca1c72-604f-4cba-b019-c5de4a5b55c8", - "name": "Spawner (221)", - "location": [5365, 1707, -71], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec99841b-c28c-4b7c-a4d3-15f2753a4184", - "name": "Spawner (221)", - "location": [5296, 1561, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f9a936c9-3c10-4029-a46d-dbbdb5494b48", - "name": "Spawner (221)", - "location": [5335, 1706, -70], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fbc340d4-cf84-410e-9764-5987bdacc4fc", - "name": "Spawner (221)", - "location": [5270, 1694, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fee1141d-1c6e-479e-9cfc-d92fed242b0a", - "name": "Spawner (221)", - "location": [5296, 1562, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/TownsLife.json b/Distribution/Data/Spawns/shared/felucca/TownsLife.json deleted file mode 100644 index 28182ee4a..000000000 --- a/Distribution/Data/Spawns/shared/felucca/TownsLife.json +++ /dev/null @@ -1,1204 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "004f420b-8d77-487d-9864-cc4879439ee5", - "name": "Spawner (222)", - "location": [1183, 3607, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Chicken", "maxCount": 5, "probability": 100 }, - { "name": "Cow", "maxCount": 5, "probability": 100 }, - { "name": "Sheep", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "016fd8f8-82f3-4109-9246-336705000145", - "name": "Spawner (222)", - "location": [675, 939, 0], - "map": "Felucca", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Sheep", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "05602f83-caa0-4822-b699-f4427d787aee", - "name": "Spawner (222)", - "location": [2566, 622, 0], - "map": "Felucca", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 3, "probability": 100 }, - { "name": "Cat", "maxCount": 3, "probability": 100 }, - { "name": "Dog", "maxCount": 3, "probability": 100 }, - { "name": "Rat", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0a13d9f3-e379-4e9d-887f-2be3ed304042", - "name": "Spawner (222)", - "location": [1435, 4000, 0], - "map": "Felucca", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 }, - { "name": "Cat", "maxCount": 5, "probability": 100 }, - { "name": "Dog", "maxCount": 5, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0a813be3-6c2d-4a5e-a5a2-d7fd2e90abdf", - "name": "Spawner (222)", - "location": [1400, 3775, 0], - "map": "Felucca", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Bird", "maxCount": 10, "probability": 100 }, - { "name": "Cat", "maxCount": 10, "probability": 100 }, - { "name": "Dog", "maxCount": 10, "probability": 100 }, - { "name": "Rat", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0aa73630-f7ee-48c5-b61a-24b0d6a44941", - "name": "Spawner (222)", - "location": [7002, 382, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0b4c7ad8-a59f-4328-8630-817246fd7cd1", - "name": "Spawner (222)", - "location": [1550, 1658, 26], - "map": "Felucca", - "count": 60, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 120, - "walkingRange": 120, - "entries": [ - { "name": "Bird", "maxCount": 15, "probability": 100 }, - { "name": "Cat", "maxCount": 15, "probability": 100 }, - { "name": "Dog", "maxCount": 15, "probability": 100 }, - { "name": "Rat", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0e4fee28-b3d1-42c8-8f95-4103c53f31e1", - "name": "Spawner (222)", - "location": [830, 2353, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Chicken", "maxCount": 3, "probability": 100 }, - { "name": "Sheep", "maxCount": 3, "probability": 100 }, - { "name": "Cow", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "107a8d24-1749-4236-a32a-e1e0c286360e", - "name": "Spawner (222)", - "location": [536, 962, 0], - "map": "Felucca", - "count": 80, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 160, - "walkingRange": 160, - "entries": [ - { "name": "Bird", "maxCount": 20, "probability": 100 }, - { "name": "Cat", "maxCount": 20, "probability": 100 }, - { "name": "Dog", "maxCount": 20, "probability": 100 }, - { "name": "Rat", "maxCount": 20, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "11532176-a402-41bb-801d-b2f4fedff8ce", - "name": "Spawner (222)", - "location": [1185, 1632, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Chicken", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "13543563-3b10-42fa-9e48-94856ed4b3c8", - "name": "Spawner (222)", - "location": [5133, 150, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Daemon", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1ad9e818-3743-43df-8834-2bef8d35d69f", - "name": "Spawner (222)", - "location": [1216, 1823, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Chicken", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1c30b2f9-fd07-4a84-9d98-21a9e0bf814e", - "name": "Spawner (222)", - "location": [7063, 410, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "21be647c-e373-43a4-90c9-f24eeafafeda", - "name": "Spawner (222)", - "location": [2242, 1197, 0], - "map": "Felucca", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Cat", "maxCount": 4, "probability": 100 }, - { "name": "Dog", "maxCount": 4, "probability": 100 }, - { "name": "Rat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "22cd06b3-f02b-44f8-80cf-60c95ee4fcc4", - "name": "Spawner (222)", - "location": [1319, 1821, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "Cow", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "270c974f-1266-4c2e-80f1-d883e392c8c3", - "name": "Spawner (222)", - "location": [560, 1239, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Chicken", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2db897d0-401a-4efe-8f40-ed186c60d376", - "name": "Spawner (222)", - "location": [1127, 3583, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Chicken", "maxCount": 5, "probability": 100 }, - { "name": "Cow", "maxCount": 5, "probability": 100 }, - { "name": "Sheep", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2e1c6a6c-b2b4-4946-ad62-a319330cef19", - "name": "Spawner (222)", - "location": [1319, 1810, 0], - "map": "Felucca", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "Cow", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2ed2bfa6-08b9-4b93-bd1c-aa67f2ebde6a", - "name": "Spawner (222)", - "location": [3726, 2647, 0], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Chicken", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "34b6ad1f-4ab4-4eea-a295-36e62593cecf", - "name": "Spawner (222)", - "location": [7044, 429, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3c8b3124-16ab-436f-9687-7ecf1c533563", - "name": "Spawner (222)", - "location": [7036, 409, 12], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "Bird", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "425dfc37-404d-455d-8bf7-23a3f9857cad", - "name": "Spawner (222)", - "location": [5255, 4000, 37], - "map": "Felucca", - "count": 24, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Bird", "maxCount": 6, "probability": 100 }, - { "name": "Cat", "maxCount": 6, "probability": 100 }, - { "name": "Dog", "maxCount": 6, "probability": 100 }, - { "name": "Rat", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "472a9125-a41e-4796-9eb5-63fff737a52a", - "name": "Spawner (222)", - "location": [2687, 2218, 0], - "map": "Felucca", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Cat", "maxCount": 4, "probability": 100 }, - { "name": "Dog", "maxCount": 4, "probability": 100 }, - { "name": "Rat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "48afa381-95b4-4fca-98be-b6ff50b46106", - "name": "Spawner (222)", - "location": [1154, 3639, 0], - "map": "Felucca", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Cat", "maxCount": 4, "probability": 100 }, - { "name": "Dog", "maxCount": 4, "probability": 100 }, - { "name": "Rat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "490ddc6d-d111-427d-b5cf-8e9f510d191f", - "name": "Spawner (222)", - "location": [2223, 1151, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Chicken", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4c4303ac-98c9-41ae-a4ed-a286510232a9", - "name": "Spawner (222)", - "location": [4634, 1302, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Chicken", "maxCount": 5, "probability": 100 }, - { "name": "Cow", "maxCount": 5, "probability": 100 }, - { "name": "Sheep", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "53d267c1-a427-4e36-be80-7a5cb96f4669", - "name": "Spawner (222)", - "location": [7081, 381, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "Bird", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "60755e38-7c07-4745-a61e-bd21ddfa841a", - "name": "Spawner (222)", - "location": [3714, 2205, 20], - "map": "Felucca", - "count": 24, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 6, "probability": 100 }, - { "name": "Cat", "maxCount": 6, "probability": 100 }, - { "name": "Dog", "maxCount": 6, "probability": 100 }, - { "name": "Rat", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6434f6cc-a8b9-4667-a3e7-5109384d6c75", - "name": "Spawner (222)", - "location": [1340, 1790, 15], - "map": "Felucca", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 }, - { "name": "Cat", "maxCount": 5, "probability": 100 }, - { "name": "Dog", "maxCount": 5, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "65aa9d17-8718-4d62-9dea-53f965b6a798", - "name": "Spawner (222)", - "location": [7052, 386, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6826cac3-d751-442e-9712-e56579d34015", - "name": "Spawner (222)", - "location": [1339, 1788, 15], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Chicken", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6f6053e2-9f9b-4e29-b3f6-f4675c82e68b", - "name": "Spawner (222)", - "location": [7007, 360, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "76958af8-18c3-4fcc-8624-be8ccfac900e", - "name": "Spawner (222)", - "location": [4422, 1451, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Chicken", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "79c882ff-dab2-497a-9534-d3971b71734c", - "name": "Spawner (222)", - "location": [7007, 382, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7e7d8786-aeec-4481-acf8-7c65d6afa71c", - "name": "Spawner (222)", - "location": [3699, 1238, 0], - "map": "Felucca", - "count": 72, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 160, - "walkingRange": 160, - "entries": [ - { "name": "Bird", "maxCount": 18, "probability": 100 }, - { "name": "Cat", "maxCount": 18, "probability": 100 }, - { "name": "Dog", "maxCount": 18, "probability": 100 }, - { "name": "Rat", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7ebf2c6a-3ecf-4da8-84dc-d0fe5bb38264", - "name": "Spawner (222)", - "location": [2682, 2118, 0], - "map": "Felucca", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 }, - { "name": "Cat", "maxCount": 5, "probability": 100 }, - { "name": "Dog", "maxCount": 5, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "832487b1-6929-4cfd-bf10-8f8901a6af24", - "name": "Spawner (222)", - "location": [7087, 382, 1], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "88b89736-19fe-4265-a878-ae30fb1aa685", - "name": "Spawner (222)", - "location": [1937, 2760, 10], - "map": "Felucca", - "count": 48, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 120, - "walkingRange": 120, - "entries": [ - { "name": "Bird", "maxCount": 12, "probability": 100 }, - { "name": "Cat", "maxCount": 12, "probability": 100 }, - { "name": "Dog", "maxCount": 12, "probability": 100 }, - { "name": "Rat", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ff8d2d7-f679-42d4-b616-7e3006e18695", - "name": "Spawner (222)", - "location": [2904, 906, 0], - "map": "Felucca", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Bird", "maxCount": 10, "probability": 100 }, - { "name": "Cat", "maxCount": 10, "probability": 100 }, - { "name": "Dog", "maxCount": 10, "probability": 100 }, - { "name": "Rat", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9132b08c-8598-4130-9779-b2eeaf3b0df0", - "name": "Spawner (222)", - "location": [688, 1007, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Chicken", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "91ddce58-c241-4606-81e8-1d08cfb7de58", - "name": "Spawner (222)", - "location": [5164, 205, 15], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "LichLord", "maxCount": 1, "probability": 100 }, - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "96704675-d8b7-4772-9d44-1f334fa1d5bd", - "name": "Spawner (222)", - "location": [2972, 3436, 15], - "map": "Felucca", - "count": 48, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Bird", "maxCount": 12, "probability": 100 }, - { "name": "Cat", "maxCount": 12, "probability": 100 }, - { "name": "Dog", "maxCount": 12, "probability": 100 }, - { "name": "Rat", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "97b2dcc3-dbbf-4bf5-89a2-47a112b9e4af", - "name": "Spawner (222)", - "location": [5249, 228, 15], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a5704357-3d9e-4895-ba9b-1148f0440001", - "name": "Spawner (222)", - "location": [2939, 746, 2], - "map": "Felucca", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Bird", "maxCount": 10, "probability": 100 }, - { "name": "Cat", "maxCount": 10, "probability": 100 }, - { "name": "Dog", "maxCount": 10, "probability": 100 }, - { "name": "Rat", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a8636c7c-90b3-4c44-8a8d-739728e3b44b", - "name": "Spawner (222)", - "location": [608, 2195, 0], - "map": "Felucca", - "count": 32, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 70, - "walkingRange": 70, - "entries": [ - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "Cat", "maxCount": 8, "probability": 100 }, - { "name": "Dog", "maxCount": 8, "probability": 100 }, - { "name": "Rat", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a8a3de25-676d-4d86-9400-9a656c62dec1", - "name": "Spawner (222)", - "location": [4438, 1115, 0], - "map": "Felucca", - "count": 48, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 70, - "walkingRange": 70, - "entries": [ - { "name": "Bird", "maxCount": 12, "probability": 100 }, - { "name": "Cat", "maxCount": 12, "probability": 100 }, - { "name": "Dog", "maxCount": 12, "probability": 100 }, - { "name": "Rat", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a8c66161-cf43-47a9-a3a3-c5dcbfa4fbd9", - "name": "Spawner (222)", - "location": [382, 1192, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Chicken", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b09a16a0-6abb-420c-8995-24671b9183c6", - "name": "Spawner (222)", - "location": [5726, 3211, -2], - "map": "Felucca", - "count": 48, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Bird", "maxCount": 12, "probability": 100 }, - { "name": "Cat", "maxCount": 12, "probability": 100 }, - { "name": "Dog", "maxCount": 12, "probability": 100 }, - { "name": "Rat", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b3d3fb31-99cc-4fa9-a5a3-0dd641081add", - "name": "Spawner (222)", - "location": [3717, 2111, 20], - "map": "Felucca", - "count": 24, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 6, "probability": 100 }, - { "name": "Cat", "maxCount": 6, "probability": 100 }, - { "name": "Dog", "maxCount": 6, "probability": 100 }, - { "name": "Rat", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba72b0e5-a33d-437d-9028-5c4b71eea90c", - "name": "Spawner (222)", - "location": [818, 2269, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Chicken", "maxCount": 3, "probability": 100 }, - { "name": "Sheep", "maxCount": 3, "probability": 100 }, - { "name": "Cow", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf55508a-adf0-4dca-9e67-37c947b28064", - "name": "Spawner (222)", - "location": [6986, 384, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c73dd6cb-2264-4b89-829e-717f741a58b0", - "name": "Spawner (222)", - "location": [1217, 1825, 0], - "map": "Felucca", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 }, - { "name": "Cat", "maxCount": 5, "probability": 100 }, - { "name": "Dog", "maxCount": 5, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cb2d9013-b557-43c3-ab94-f69c92c68a89", - "name": "Spawner (222)", - "location": [7033, 385, 0], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd07faea-cb76-402c-a145-cc4ca8277359", - "name": "Spawner (222)", - "location": [3652, 2511, 0], - "map": "Felucca", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Cat", "maxCount": 4, "probability": 100 }, - { "name": "Dog", "maxCount": 4, "probability": 100 }, - { "name": "Rat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d1f89bea-7fed-494e-a03a-ebb7cc8fa3d2", - "name": "Spawner (222)", - "location": [4567, 1476, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "Chicken", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d233e758-f2b9-4f55-8e65-1441e452f34e", - "name": "Spawner (222)", - "location": [6992, 345, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d287da59-9954-4e44-b743-f859fdc73d1c", - "name": "Spawner (222)", - "location": [7032, 411, 7], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d4aab4aa-ae2e-4686-b282-39e05a6e0855", - "name": "Spawner (222)", - "location": [7035, 387, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d53c7e28-e23d-48e5-a3cf-8cdd942ad988", - "name": "Spawner (222)", - "location": [7048, 424, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d8016c7e-7b98-4c9b-b7ae-4247f0e578d4", - "name": "Spawner (222)", - "location": [6999, 352, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "Bird", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d9f8f4ae-ed8f-4888-88ba-14e7e0ab54e1", - "name": "Spawner (222)", - "location": [2472, 434, 15], - "map": "Felucca", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 }, - { "name": "Cat", "maxCount": 5, "probability": 100 }, - { "name": "Dog", "maxCount": 5, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da82a0d4-2ddc-44cf-9f7e-227dbb1a0bdc", - "name": "Spawner (222)", - "location": [7047, 382, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dcfdc32c-876a-4432-97ec-9d733f76578f", - "name": "Spawner (222)", - "location": [5267, 4012, 40], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Chicken", "maxCount": 5, "probability": 100 }, - { "name": "Sheep", "maxCount": 5, "probability": 100 }, - { "name": "Cow", "maxCount": 5, "probability": 100 }, - { "name": "Bull", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e1129f66-8c08-407c-bcfa-56010a3a4519", - "name": "Spawner (222)", - "location": [676, 1178, 0], - "map": "Felucca", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Sheep", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e7061f73-946b-4058-be40-de5593cbd075", - "name": "Spawner (222)", - "location": [813, 2164, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Chicken", "maxCount": 3, "probability": 100 }, - { "name": "Sheep", "maxCount": 3, "probability": 100 }, - { "name": "Cow", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec2ab142-9d54-4cd1-9fd9-5918ddc5593f", - "name": "Spawner (222)", - "location": [3674, 2624, 0], - "map": "Felucca", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Bird", "maxCount": 10, "probability": 100 }, - { "name": "Cat", "maxCount": 10, "probability": 100 }, - { "name": "Dog", "maxCount": 10, "probability": 100 }, - { "name": "Rat", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f392c11b-1a43-4647-952c-99783a72e0fd", - "name": "Spawner (222)", - "location": [2481, 542, 0], - "map": "Felucca", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 70, - "walkingRange": 70, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 }, - { "name": "Cat", "maxCount": 5, "probability": 100 }, - { "name": "Dog", "maxCount": 5, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f7e85f44-f68b-419a-859a-6c11cd6cabb6", - "name": "Spawner (222)", - "location": [570, 1099, 0], - "map": "Felucca", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Sheep", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f9528415-54f7-4b5b-9390-d0cc6e9ffb1f", - "name": "Spawner (222)", - "location": [1186, 1633, 0], - "map": "Felucca", - "count": 28, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Bird", "maxCount": 7, "probability": 100 }, - { "name": "Cat", "maxCount": 7, "probability": 100 }, - { "name": "Dog", "maxCount": 7, "probability": 100 }, - { "name": "Rat", "maxCount": 7, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/TownsPeople.json b/Distribution/Data/Spawns/shared/felucca/TownsPeople.json deleted file mode 100644 index dc3ff19b3..000000000 --- a/Distribution/Data/Spawns/shared/felucca/TownsPeople.json +++ /dev/null @@ -1,819 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "01057a94-5e22-4609-8162-aa947144da30", - "name": "Spawner (223)", - "location": [7031, 409, 7], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Alelle", "maxCount": 1, "probability": 100 }, - { "name": "Daelas", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "017be0ee-b224-4daf-9626-6bcb46a4b433", - "name": "Spawner (223)", - "location": [3815, 1217, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f1fbc08-b932-424b-956a-f78082db8525", - "name": "Spawner (223)", - "location": [627, 864, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f9c22dd-0738-4b96-b652-3171ed867cbd", - "name": "Spawner (223)", - "location": [1829, 2811, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1d916eb1-ed25-4d3b-a9cd-995e97630ed8", - "name": "Spawner (223)", - "location": [1662, 1611, 19], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "23e949aa-940a-4b5a-9ce9-762db82b58a6", - "name": "Spawner (223)", - "location": [2884, 692, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 2, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "259cc674-14e4-4fe2-b8fa-10af4610ffbc", - "name": "Spawner (223)", - "location": [4398, 1049, -2], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "34e31c96-47b7-4760-8446-d0a1f816d315", - "name": "Spawner (223)", - "location": [3652, 2619, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "380cd112-1791-4b59-8910-9ec257750d3e", - "name": "Spawner (223)", - "location": [2068, 2854, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "409f20ec-24eb-4ac4-9768-ee6467476f0c", - "name": "Spawner (223)", - "location": [1421, 1698, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "478d5bf8-5043-4d76-9a45-802677f0c30f", - "name": "Spawner (223)", - "location": [7010, 363, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "athialon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4de7c0e5-3203-4a68-a2d6-8e78652191fc", - "name": "Spawner (223)", - "location": [4451, 1153, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5ed933bb-802f-444d-855d-c499926302ab", - "name": "Spawner (223)", - "location": [1813, 2834, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6301492f-d4ed-4f24-afb2-cbbedb68afe6", - "name": "Spawner (223)", - "location": [3645, 2661, -2], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "63416791-9505-4a1e-ab72-91c9438612df", - "name": "Spawner (223)", - "location": [1483, 1760, -2], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "70250667-d0b4-488e-95e3-c660bcab2428", - "name": "Spawner (223)", - "location": [2254, 1207, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "710c1e19-1ae1-4131-99c6-184cb4636f03", - "name": "Spawner (223)", - "location": [3041, 827, -3], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81cb310e-ae13-4fca-bd6e-3bb693d0ef0a", - "name": "Spawner (223)", - "location": [1400, 1623, 28], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 1, - "entries": [ - { "name": "OrderGuard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84f9a05f-e99b-4ece-9156-1978b789c47f", - "name": "Spawner (223)", - "location": [3721, 2161, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8517bfc1-8190-42fb-bfec-f5a0a03488cc", - "name": "Spawner (223)", - "location": [5685, 3148, -4], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "87354a42-802a-4607-92e9-cd39a5bac46d", - "name": "Spawner (223)", - "location": [3749, 1404, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "892bd9fc-6385-46b9-9c20-dd9eeb4dcdc8", - "name": "Spawner (223)", - "location": [7082, 367, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Olaeni", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d5e0ca7-10d5-4475-9aa3-23bdc96210de", - "name": "Spawner (223)", - "location": [7053, 338, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 6, - "entries": [ - { "name": "aneen", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8e6761b5-a94e-4a95-90da-c08d5966aeb5", - "name": "Spawner (223)", - "location": [7063, 350, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Bolaevin", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9119d23e-0857-4d0c-a03e-c345aafdd7fe", - "name": "Spawner (223)", - "location": [1399, 3743, -21], - "map": "Felucca", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "HireBard", "maxCount": 5, "probability": 100 }, - { "name": "HireBardArcher", "maxCount": 5, "probability": 100 }, - { "name": "HireBeggar", "maxCount": 5, "probability": 100 }, - { "name": "HireFighter", "maxCount": 5, "probability": 100 }, - { "name": "HireMage", "maxCount": 5, "probability": 100 }, - { "name": "HireRanger", "maxCount": 5, "probability": 100 }, - { "name": "HireRangerArcher", "maxCount": 5, "probability": 100 }, - { "name": "HireSailor", "maxCount": 5, "probability": 100 }, - { "name": "HireThief", "maxCount": 5, "probability": 100 }, - { "name": "HirePaladin", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "92425d73-e98b-46d3-b391-77582cda9302", - "name": "Spawner (223)", - "location": [2891, 3474, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9522412c-95ef-4067-9b3c-fd814717f9b4", - "name": "Spawner (223)", - "location": [1372, 3916, -2], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c4d2d6b-56e8-4473-959d-9cc9199c11e1", - "name": "Spawner (223)", - "location": [2515, 557, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a39b544b-76ab-424d-9f6d-a91cd55e3ed6", - "name": "Spawner (223)", - "location": [3674, 2291, -2], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a65b533b-cb58-4d72-8c9b-5375a7e7ad02", - "name": "Spawner (223)", - "location": [2895, 686, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aac6fef9-46e2-44b2-9297-cd812c3b2c7b", - "name": "Spawner (223)", - "location": [2994, 3451, 16], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "adee85c7-830f-4ef1-8539-77b5006da4f9", - "name": "Spawner (223)", - "location": [2874, 692, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b4bb5474-dfc9-46a7-ba0d-9b117110cb0b", - "name": "Spawner (223)", - "location": [5290, 3987, 37], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b902cab2-6165-44ca-b583-814d9d3849a0", - "name": "Spawner (223)", - "location": [1400, 1628, 28], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 1, - "entries": [ - { "name": "OrderGuard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b9f512c6-5b66-4f2a-9a03-6c0c99d7863f", - "name": "Spawner (223)", - "location": [7090, 387, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Aluniol", "maxCount": 1, "probability": 100 }, - { "name": "Rebinil", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba1a481e-d5da-4445-af80-eee525b3e3c9", - "name": "Spawner (223)", - "location": [3773, 1308, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bba7781a-c2fd-486f-8bfa-587c809347d5", - "name": "Spawner (223)", - "location": [573, 2246, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c5d53f85-e6b8-4791-a77e-d241fab79d05", - "name": "Spawner (223)", - "location": [1914, 2687, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c7251678-03dd-4030-8316-2529b932fecb", - "name": "Spawner (223)", - "location": [7048, 382, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "abbein", "maxCount": 1, "probability": 100 }, - { "name": "taellia", "maxCount": 1, "probability": 100 }, - { "name": "vicaie", "maxCount": 1, "probability": 100 }, - { "name": "mallew", "maxCount": 1, "probability": 100 }, - { "name": "jothan", "maxCount": 1, "probability": 100 }, - { "name": "alethanian", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c9a63304-f0da-4144-9982-f8ce6d4c1914", - "name": "Spawner (223)", - "location": [6989, 342, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Tyeelor", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cb794f47-6ae2-4f92-809d-27c34fbd0b7b", - "name": "Spawner (223)", - "location": [1126, 3688, -2], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d95bb2d0-7f44-4ff3-9c87-93d0ba887e86", - "name": "Spawner (223)", - "location": [631, 883, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e134aa6f-68a5-48c8-819f-64e2806f8877", - "name": "Spawner (223)", - "location": [2875, 675, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e284edef-ae7d-4ed1-8620-441dfb4618c9", - "name": "Spawner (223)", - "location": [1521, 1457, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 1, - "entries": [ - { "name": "ChaosGuard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e97a4cd6-1170-4ab3-abf2-58b0c8e241bd", - "name": "Spawner (223)", - "location": [1525, 1457, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 1, - "entries": [ - { "name": "ChaosGuard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ee30f8c4-8c52-4aaf-a974-2e4df4d0e28e", - "name": "Spawner (223)", - "location": [673, 2235, -3], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ee365839-216c-4690-89cc-f5d83845f669", - "name": "Spawner (223)", - "location": [1330, 3778, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fa72d822-a3e5-43f5-9eb6-f800b3e49553", - "name": "Spawner (223)", - "location": [603, 2141, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/TrinsicPassage.json b/Distribution/Data/Spawns/shared/felucca/TrinsicPassage.json deleted file mode 100644 index 944c38b7e..000000000 --- a/Distribution/Data/Spawns/shared/felucca/TrinsicPassage.json +++ /dev/null @@ -1,119 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "047a7695-7bd9-46ad-852d-f84b2895b843", - "name": "Spawner (224)", - "location": [5912, 1326, 0], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "DreadSpider", "maxCount": 2, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 1, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37ea1620-9487-40df-8035-e76b2443a7b2", - "name": "Spawner (224)", - "location": [5915, 1302, 2], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8190243a-f39d-48b2-9df3-9b00b6e418d4", - "name": "Spawner (224)", - "location": [5956, 1310, -2], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "DreadSpider", "maxCount": 2, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 1, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c0481877-f573-4c00-af1f-c1f5873f4bbb", - "name": "Spawner (224)", - "location": [5940, 1356, -2], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "DreadSpider", "maxCount": 2, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 1, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c08391fb-b609-4c8d-be85-2d3986f1639a", - "name": "Spawner (224)", - "location": [5976, 1387, -22], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "DreadSpider", "maxCount": 2, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 1, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d661a6de-3520-464f-994f-77ff738ff5bd", - "name": "Spawner (224)", - "location": [5999, 1327, 10], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "DreadSpider", "maxCount": 2, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 1, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/Vendors.json b/Distribution/Data/Spawns/shared/felucca/Vendors.json deleted file mode 100644 index ed769fcf9..000000000 --- a/Distribution/Data/Spawns/shared/felucca/Vendors.json +++ /dev/null @@ -1,5488 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "00c709c3-bd1f-464f-9851-6222d10bf35b", - "name": "Spawner (225)", - "location": [5215, 117, 1], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Herbalist", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "CustomHairstylist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "01605fa2-174e-473c-b83b-7b2edb42c693", - "name": "Spawner (225)", - "location": [5726, 3243, 16], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 }, - { "name": "Tinker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "017536ca-0a2b-45c1-90a2-e6279f1a2e79", - "name": "Spawner (225)", - "location": [587, 2146, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "01e09394-d02b-4fad-9ee9-511454e49140", - "name": "Spawner (225)", - "location": [1981, 2838, 15], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "02c8aec2-f3b8-4626-9127-c3685d861a3b", - "name": "Spawner (225)", - "location": [1897, 2805, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "03132a28-66bf-4d70-ad03-efc8590f21fe", - "name": "Spawner (225)", - "location": [564, 1011, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "039694fe-6a0b-41bf-a561-1391dfb2cb14", - "name": "Spawner (225)", - "location": [4484, 1064, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "03bc089d-0286-40d7-a5e1-dc425e0c8f53", - "name": "Spawner (225)", - "location": [1372, 3908, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "048d0dc3-9b09-4997-825b-e316da48d60f", - "name": "Spawner (225)", - "location": [1990, 2889, 5], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "04c6be93-3c01-460a-9035-cc4a78774b5c", - "name": "Spawner (225)", - "location": [4401, 1165, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "053c4263-9e79-4067-ab30-8576df3e9b00", - "name": "Spawner (225)", - "location": [1456, 3850, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "058219b9-095c-409b-87b0-ffff99c4e0c9", - "name": "Spawner (225)", - "location": [650, 2178, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "05a68019-c07b-428f-8e99-90f5ace263b1", - "name": "Spawner (225)", - "location": [2438, 410, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "05b65869-ea89-4ac6-9233-aef3768a2796", - "name": "Spawner (225)", - "location": [1939, 2739, 10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "WarriorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "06054f54-b0fa-4f88-9306-92972f4dcca4", - "name": "Spawner (225)", - "location": [1498, 1659, 27], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Herbalist", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "CustomHairstylist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "064da568-3987-4ae8-90b0-592f6e49acd3", - "name": "Spawner (225)", - "location": [2026, 2845, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "098512b2-9b9c-4dd1-95aa-631d5c79c220", - "name": "Spawner (225)", - "location": [1418, 1547, 30], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0caf1231-8fd1-4873-b525-29c1b9a4751c", - "name": "Spawner (225)", - "location": [5351, 56, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0d922542-dbaa-45a6-b70f-491621ed4509", - "name": "Spawner (225)", - "location": [5191, 3989, 37], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0df23a73-3ee4-4f00-87ce-576069c5ce66", - "name": "Spawner (225)", - "location": [1451, 1679, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f3b0c94-b2e2-4c22-99d5-c559758a9043", - "name": "Spawner (225)", - "location": [1422, 1654, 10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1002eb76-82f2-4dc6-863b-8c1720c1294c", - "name": "Spawner (225)", - "location": [1388, 1655, 30], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "10283e6b-f2de-47b8-b6c8-21ee93bbbaf7", - "name": "Spawner (225)", - "location": [1431, 1612, 20], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 }, - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "134687d6-0adb-4dac-a522-1bf22a1c76c7", - "name": "Spawner (225)", - "location": [3774, 1265, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "13a55ac1-98b8-4c8e-ae53-5408dc9aa8bb", - "name": "Spawner (225)", - "location": [2731, 2192, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1411c07d-db5c-45db-aef9-5ca1c7f9c769", - "name": "Spawner (225)", - "location": [3729, 1258, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "14284f7f-ef5e-4dff-a0aa-bf84616d15a8", - "name": "Spawner (225)", - "location": [2715, 2098, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "143a413e-2a69-4e60-a5b2-892becd26dac", - "name": "Spawner (225)", - "location": [1485, 1550, 30], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "147578da-6cae-4d44-ad6e-3b01f3e2d670", - "name": "Spawner (225)", - "location": [2841, 907, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "WarriorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "15b48a52-8c02-438e-bd97-aae13dada523", - "name": "Spawner (225)", - "location": [1935, 2796, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "16fdba4a-b4ce-4017-9f6d-6b535ae8350a", - "name": "Spawner (225)", - "location": [2526, 375, 23], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "173141ce-120f-451c-8d7e-781b07e8482a", - "name": "Spawner (225)", - "location": [553, 985, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "19957abb-f841-4c9a-b52a-ac8c19cd0ab0", - "name": "Spawner (225)", - "location": [3674, 2289, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "19fad4db-4751-4907-8561-8ef0a0d22959", - "name": "Spawner (225)", - "location": [3629, 2608, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1aa3d9a8-9ace-49cb-969e-6a4350b5ba08", - "name": "Spawner (225)", - "location": [2216, 1192, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1bf5b7f8-c166-419f-87f5-199254245758", - "name": "Spawner (225)", - "location": [529, 1008, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1d6a16c9-b172-40da-9573-4c979fa74ab3", - "name": "Spawner (225)", - "location": [1438, 1761, -2], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 10, - "entries": [ - { "name": "hiresailor", "maxCount": 1, "probability": 100 }, - { "name": "Fisherman", "maxCount": 1, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "21ea5650-c7b3-48d0-b78b-1195290b17f8", - "name": "Spawner (225)", - "location": [3018, 3426, 15], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "22117025-4e5b-4bc6-a65c-3803cea02917", - "name": "Spawner (225)", - "location": [1510, 1543, 25], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "22214376-1f4d-4e5a-a3c5-0041c4302fa3", - "name": "Spawner (225)", - "location": [620, 2218, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "22666a8e-0c05-4ebd-b93e-92411a48d9c9", - "name": "Spawner (225)", - "location": [3672, 2654, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2325bd37-aa70-467d-a132-c77447fa333d", - "name": "Spawner (225)", - "location": [2963, 813, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "FisherGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "24029208-9dc1-44d6-829c-f60e05b7089e", - "name": "Spawner (225)", - "location": [630, 2194, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "25c1334d-8fb1-442a-9315-f549ed3c5254", - "name": "Spawner (225)", - "location": [2256, 1181, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "267e1e11-d6b0-44cb-a161-c8c3b962d1af", - "name": "Spawner (225)", - "location": [3778, 1172, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2761adf7-e265-438a-a2a8-284e00c4b605", - "name": "Spawner (225)", - "location": [2890, 651, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "279cfcf8-24e9-4390-a4e2-a507e02e89ef", - "name": "Spawner (225)", - "location": [3673, 2614, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "27f0fb46-5d81-4688-8e10-7cdebe46fc32", - "name": "Spawner (225)", - "location": [4481, 1085, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 }, - { "name": "Farmer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "298aca7b-3047-4808-8b9e-e972a0bc4b08", - "name": "Spawner (225)", - "location": [1228, 1572, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 10, - "entries": [ - { "name": "Farmer", "maxCount": 1, "probability": 100 }, - { "name": "Rancher", "maxCount": 1, "probability": 100 }, - { "name": "hirepeasant", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2be191ab-063f-49a5-8ecc-71c7b52e05b2", - "name": "Spawner (225)", - "location": [602, 2180, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2ce77da7-68d6-4c82-a3f4-8fdc1161ab7f", - "name": "Spawner (225)", - "location": [1813, 2825, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2d2440ab-0e7c-4fa1-a078-688127e2feb5", - "name": "Spawner (225)", - "location": [1852, 2831, 10], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2dc8250b-995a-4eae-a615-2c7b0037fd64", - "name": "Spawner (225)", - "location": [1434, 1717, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Merchant", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2dd708a7-fa32-46ad-a558-56d4464a6442", - "name": "Spawner (225)", - "location": [1395, 3705, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2eac5045-fa01-46a1-aab1-19d09c2bd246", - "name": "Spawner (225)", - "location": [1455, 1557, 30], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bard", "maxCount": 1, "probability": 100 }, - { "name": "BardGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2ffb4f73-598f-47b4-b4e9-e40c7a7ab424", - "name": "Spawner (225)", - "location": [1150, 1619, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 10, - "entries": [ - { "name": "Farmer", "maxCount": 1, "probability": 100 }, - { "name": "Rancher", "maxCount": 1, "probability": 100 }, - { "name": "hirepeasant", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3037b09f-4d00-4b90-b77f-4a9c77d446bd", - "name": "Spawner (225)", - "location": [2972, 3425, 15], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "30a5dc4e-3f06-4dd4-b3aa-d66d55905b62", - "name": "Spawner (225)", - "location": [1620, 1586, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "31475343-bb81-44f0-9ece-86234032a185", - "name": "Spawner (225)", - "location": [3031, 3350, 35], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "WarriorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "31cbfeeb-3e9c-440e-a424-2524ca287d1b", - "name": "Spawner (225)", - "location": [2033, 2801, 10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "32955c0b-65f3-4a59-ad71-de6854ec16b9", - "name": "Spawner (225)", - "location": [2478, 427, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "WarriorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3327ba9f-5ab2-4203-81c3-10ed191fe8a8", - "name": "Spawner (225)", - "location": [1304, 1826, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "Peasant", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "333fe588-e295-4247-b8c6-c0b492f161cc", - "name": "Spawner (225)", - "location": [3699, 2163, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "347d6ccf-8681-4dc3-b6be-0b0edecb9d03", - "name": "Spawner (225)", - "location": [1498, 1691, 20], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "34a7b4b8-cdad-46e2-b1c7-5aebe2fa41d1", - "name": "Spawner (225)", - "location": [578, 2227, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "35225c44-2e25-43d6-a2f3-82ef04806cbd", - "name": "Spawner (225)", - "location": [1427, 1726, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "hirebard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3535310b-bd5f-4938-92a8-07969bc0cdf5", - "name": "Spawner (225)", - "location": [1494, 1715, 6], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "358552dd-07fb-4fc4-ad49-366f4cbd7105", - "name": "Spawner (225)", - "location": [517, 986, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 }, - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37ea3966-1157-4d85-a26e-1a9f3008dd75", - "name": "Spawner (225)", - "location": [2707, 2178, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 }, - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3825dd92-a301-4bf0-9d73-c29fdc1b0043", - "name": "Spawner (225)", - "location": [1435, 3820, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "38a24240-c538-40cf-93a6-65e6c31455c5", - "name": "Spawner (225)", - "location": [643, 1083, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "390c60c0-4fd2-43b8-a9a2-5c194dc235a7", - "name": "Spawner (225)", - "location": [3667, 2252, 20], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "39db05f3-b04e-4ff7-911c-49a9cd081aa5", - "name": "Spawner (225)", - "location": [3755, 2227, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3a125d56-a7a0-4e00-a7c6-b0f7fea301a3", - "name": "Spawner (225)", - "location": [2835, 805, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3b4c2e06-e89a-484e-9afe-d1c285a46db6", - "name": "Spawner (225)", - "location": [1467, 1686, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3b6c12ad-854f-409f-a281-f04dce59330f", - "name": "Spawner (225)", - "location": [1419, 3859, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3ef25d3d-9926-4bcb-b14e-b043e23982af", - "name": "Spawner (225)", - "location": [1437, 3750, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "FisherGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3f935f7e-4454-44fa-9222-58e667345c4d", - "name": "Spawner (225)", - "location": [5714, 3202, 12], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "CustomHairstylist", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "Herbalist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3fa1e658-1d2d-4d6b-8b45-49c4e941c223", - "name": "Spawner (225)", - "location": [1470, 1578, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bowyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3ff08692-d784-4f17-8291-8249aaf2dc6e", - "name": "Spawner (225)", - "location": [2450, 428, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "41bac877-ca53-4a5f-aa2d-12de82f8b3f4", - "name": "Spawner (225)", - "location": [3036, 3464, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "41d788c5-5cc4-4cd1-9110-67560560dade", - "name": "Spawner (225)", - "location": [2860, 999, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 }, - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "42f7a139-1c12-457b-bfd7-5f50fc33a57e", - "name": "Spawner (225)", - "location": [1349, 1778, 15], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 }, - { "name": "Blacksmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4381baac-5e70-48a1-bacb-99ff2a41663a", - "name": "Spawner (225)", - "location": [1585, 1591, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "43be54dd-c46c-4d7b-819e-a792890ff138", - "name": "Spawner (225)", - "location": [4471, 1156, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "43cb9a14-49b9-4f88-885d-d98eef7479b9", - "name": "Spawner (225)", - "location": [2882, 723, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4427c2d2-613b-4859-a8e0-c14df5bd0f52", - "name": "Spawner (225)", - "location": [1425, 3981, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4437c2af-dd86-4295-9b55-3d45746cd99a", - "name": "Spawner (225)", - "location": [3545, 1178, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4493f83f-d73b-4691-b01e-cda4b8046621", - "name": "Spawner (225)", - "location": [4440, 1162, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "44c610bd-fae7-481c-9174-9a3e34068786", - "name": "Spawner (225)", - "location": [2659, 2194, 4], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "ThiefGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "453d3fec-1f00-4ae4-9633-5c71510d64f8", - "name": "Spawner (225)", - "location": [2450, 428, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "456fbee0-848e-4ea7-b528-a7124166beb7", - "name": "Spawner (225)", - "location": [1316, 1747, 10], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "hirefighter", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "46c5c4a0-48d4-4e36-88ae-cbf18533e56b", - "name": "Spawner (225)", - "location": [3647, 2681, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4723e0e9-a7e0-4657-9e74-0610afdf5a24", - "name": "Spawner (225)", - "location": [2920, 856, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "472774c8-7b94-461a-a9e1-4d3004062592", - "name": "Spawner (225)", - "location": [5662, 3150, 13], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "47601b12-bda9-4dab-92db-13ba9022ebaf", - "name": "Spawner (225)", - "location": [3667, 2586, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4a3ad267-fe69-4133-8021-6a46265945e8", - "name": "Spawner (225)", - "location": [2906, 3485, 10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4cc10b14-a086-4781-84ff-f656af24f44e", - "name": "Spawner (225)", - "location": [3665, 2140, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MinerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4d7d6dc0-179c-41c3-88c3-26d47e2b66a8", - "name": "Spawner (225)", - "location": [2954, 705, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Beekeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4d903014-9897-4a01-8ca1-4dcddadaf629", - "name": "Spawner (225)", - "location": [2072, 2856, -3], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4dd996e0-2cf5-4d04-8b3b-3264c0bed46a", - "name": "Spawner (225)", - "location": [2918, 672, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "50c3d9c7-0a08-46b4-af3c-9ef791c012ee", - "name": "Spawner (225)", - "location": [1405, 1810, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "51487317-ca09-48ac-a372-7acae8ca4ca4", - "name": "Spawner (225)", - "location": [4395, 1137, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "51c50c2c-1ad2-4b38-bfd3-e3680b82624e", - "name": "Spawner (225)", - "location": [1452, 3747, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5382e8d9-4883-46b4-9f57-f7eedea8f0b3", - "name": "Spawner (225)", - "location": [5242, 180, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "546c63ee-9eca-4c1c-8405-108d7eb1df12", - "name": "Spawner (225)", - "location": [1409, 1590, 42], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "553b4277-f7f3-44a0-8d8a-b1cf97b10152", - "name": "Spawner (225)", - "location": [5839, 3256, 2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "56b03849-fb73-4883-8368-9f0a01df0403", - "name": "Spawner (225)", - "location": [3708, 2649, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "56c50bc0-b5de-45d5-b9ed-3da67c3efe73", - "name": "Spawner (225)", - "location": [3051, 3367, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bowyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "56c75ca9-bdbc-4709-bfae-6bb56308f2da", - "name": "Spawner (225)", - "location": [1362, 1825, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 12, - "entries": [ - { "name": "Artist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "591c4553-36ec-4e20-8f04-1b7d2f056c7a", - "name": "Spawner (225)", - "location": [5671, 3287, 11], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "59707794-b18e-4101-9c64-f28940881270", - "name": "Spawner (225)", - "location": [3740, 1197, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "BardGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "59739d59-4955-4749-b91e-0dc56587d9d4", - "name": "Spawner (225)", - "location": [1650, 1608, 20], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "59b02f45-35c8-4b36-a55b-431fbb8d3254", - "name": "Spawner (225)", - "location": [1149, 1547, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Farmer", "maxCount": 1, "probability": 100 }, - { "name": "Rancher", "maxCount": 1, "probability": 100 }, - { "name": "hirepeasant", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5b3d26b3-c709-4ed0-bd77-a257a8ca84e2", - "name": "Spawner (225)", - "location": [3720, 2126, 20], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 }, - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5cc88170-da30-4eb5-a8c7-19e8f29caa86", - "name": "Spawner (225)", - "location": [3734, 2149, 20], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5d2fdc26-5ecb-44f8-a59f-a04aa21f7f29", - "name": "Spawner (225)", - "location": [1897, 2684, 10], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5e19650f-6ec9-4170-8aed-3ff6cb384366", - "name": "Spawner (225)", - "location": [5306, 37, 40], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5f377cf6-2581-4b00-95ac-e8804ab76415", - "name": "Spawner (225)", - "location": [5775, 3161, 14], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5f707815-9566-4210-a8e6-51f5affda55b", - "name": "Spawner (225)", - "location": [3058, 3400, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "WarriorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5f865ca2-1ac4-4612-9079-18dd99f2f42d", - "name": "Spawner (225)", - "location": [1512, 3989, -3], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5fec0502-6f90-4e48-b0ef-fd58b3c8ab5e", - "name": "Spawner (225)", - "location": [2513, 477, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Architect", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "60ff9933-37fb-44e0-8794-2dfc53969609", - "name": "Spawner (225)", - "location": [3009, 3455, 15], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6101131e-6247-4e30-b693-0c7a26b09cec", - "name": "Spawner (225)", - "location": [2526, 546, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "612b7282-50f3-48c0-8172-4d6ed40f47ff", - "name": "Spawner (225)", - "location": [2987, 777, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "61506934-e743-4d80-8c62-daf3fa9c6648", - "name": "Spawner (225)", - "location": [2905, 3517, 10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "61bb7c02-bbc3-497f-9d42-bc82a6378c3a", - "name": "Spawner (225)", - "location": [5225, 4000, 38], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "62ab8dc9-0f3e-411a-aba1-d2449a7d882c", - "name": "Spawner (225)", - "location": [2245, 1231, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "64afa061-436e-4816-acc8-b4b932a2f31f", - "name": "Spawner (225)", - "location": [3764, 1317, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6602517d-493c-41c3-8bfb-2738aa2a2dcd", - "name": "Spawner (225)", - "location": [1386, 3825, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 }, - { "name": "Farmer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "667b1e85-dea9-4c92-a796-9c8fe4958ac0", - "name": "Spawner (225)", - "location": [1477, 1741, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "hiresailor", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "66bba18a-084f-4657-909d-a2c7e06e4e49", - "name": "Spawner (225)", - "location": [3017, 761, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 }, - { "name": "Farmer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "676fa552-31ef-4384-8dd1-e68d0d434f0c", - "name": "Spawner (225)", - "location": [2995, 815, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "67acd17b-db93-4bb1-9f67-f4c9015a1888", - "name": "Spawner (225)", - "location": [1295, 1773, 10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "BrideGroom", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6908fde5-9dd0-4385-8202-d07d88bfba2c", - "name": "Spawner (225)", - "location": [5737, 3222, 11], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 }, - { "name": "Healer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "69144e2b-49b0-4027-ad34-f12811dae9a9", - "name": "Spawner (225)", - "location": [1454, 4003, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6bae0089-ee4c-4961-9b8b-a04cb40f3fff", - "name": "Spawner (225)", - "location": [1387, 3771, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6bbc2f39-f8bf-4ff8-8cce-8128c08ae64b", - "name": "Spawner (225)", - "location": [2940, 3410, 1], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6c826160-cc14-4c24-91ac-8fac400a9d4c", - "name": "Spawner (225)", - "location": [4409, 1111, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Herbalist", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "CustomHairstylist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d74a89d-c5fa-49d6-8a1b-a52aa1484f5e", - "name": "Spawner (225)", - "location": [2627, 2100, 10], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6f32b48f-e661-4e16-a5c6-1755a1c77e57", - "name": "Spawner (225)", - "location": [2975, 3353, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6fa80ffa-14af-4633-9e2f-fcc64b96c946", - "name": "Spawner (225)", - "location": [2840, 885, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6fb8b91e-1bb9-4d0a-8ffe-ddfb552cabf5", - "name": "Spawner (225)", - "location": [610, 810, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "701c4bc8-b92a-4d2e-9f31-bb0e73157bc7", - "name": "Spawner (225)", - "location": [3731, 1320, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "74bc4555-d00a-4214-bb20-9c37ddffa4d6", - "name": "Spawner (225)", - "location": [4448, 1090, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "757854f4-8a3a-48bf-a288-3cf416c80b0c", - "name": "Spawner (225)", - "location": [659, 2141, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "75b0732c-4590-4031-88c0-2ad4750e7445", - "name": "Spawner (225)", - "location": [2634, 2083, 10], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "778b3fd0-9f0f-4e70-9923-917b2b268fd1", - "name": "Spawner (225)", - "location": [3661, 2183, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "77ea211d-a375-4f9f-a2ff-31a864070728", - "name": "Spawner (225)", - "location": [5236, 142, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7aa8ce1b-2fda-4a02-a725-62342dc96905", - "name": "Spawner (225)", - "location": [1547, 1659, 26], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7acbc3b8-8176-40ce-8d76-848b7ce1bedc", - "name": "Spawner (225)", - "location": [3665, 2531, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "BardGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7b2c31b7-20c9-46b8-9cd1-6b624a505c01", - "name": "Spawner (225)", - "location": [1880, 2802, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7cbf932d-ba9f-4a37-8ff3-068952fcbe6c", - "name": "Spawner (225)", - "location": [3013, 3353, 15], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Herbalist", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "CustomHairstylist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7d4728bf-f926-42cc-b670-37b8c74e5dbb", - "name": "Spawner (225)", - "location": [1935, 2766, 10], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7d4cb40b-fc42-4aac-8aaa-29f5c98a2e2e", - "name": "Spawner (225)", - "location": [1602, 1712, 20], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7ff0fc47-17c9-4073-a0e0-d1c7520cf9bb", - "name": "Spawner (225)", - "location": [1341, 1733, 20], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "WarriorGuildmaster", "maxCount": 1, "probability": 100 }, - { "name": "hirefighter", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8018ee5a-2f60-4dad-8ac7-8678c56000ac", - "name": "Spawner (225)", - "location": [1190, 1707, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 8, - "entries": [ - { "name": "Farmer", "maxCount": 1, "probability": 100 }, - { "name": "Rancher", "maxCount": 1, "probability": 100 }, - { "name": "hirepeasant", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8080d16f-4ee6-4d7b-b017-cebc7113ce25", - "name": "Spawner (225)", - "location": [5746, 3200, 16], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "80a970ea-b163-4589-a626-c0fc6f875350", - "name": "Spawner (225)", - "location": [2997, 3428, 15], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81f52dcd-ccb6-470c-a58a-9141b90be9c3", - "name": "Spawner (225)", - "location": [5669, 3131, 14], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Minter", "maxCount": 1, "probability": 100 }, - { "name": "Banker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81f5c4b0-e089-4a51-b311-56a700b2845d", - "name": "Spawner (225)", - "location": [1449, 1723, 6], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "82487046-2e78-49ae-ba4b-0a79b8247eb5", - "name": "Spawner (225)", - "location": [1450, 1617, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "825d89ed-d1f3-45e5-b7c0-0b86434ec759", - "name": "Spawner (225)", - "location": [1822, 2739, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8521a0ed-ffd6-430e-9cd6-b1e9dc43713f", - "name": "Spawner (225)", - "location": [1364, 3732, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "86011460-6b38-45da-8706-cbfad5250fe0", - "name": "Spawner (225)", - "location": [2962, 885, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "87de110f-213d-4275-b7f0-82e7991742ff", - "name": "Spawner (225)", - "location": [1481, 1584, 20], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "87f9a58b-fa94-4899-b3de-e2e344641494", - "name": "Spawner (225)", - "location": [5731, 3192, 9], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "Mage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8883ad81-f99d-4ccb-8d1d-65ada7848c65", - "name": "Spawner (225)", - "location": [3769, 1218, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "88bafb3d-aa60-4138-8d7d-2e7c9e733efd", - "name": "Spawner (225)", - "location": [1430, 1597, 20], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8972d5d6-a75e-4dcb-85f4-565dd1a644e6", - "name": "Spawner (225)", - "location": [1388, 1588, 30], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "89aa4fc3-f834-4499-bbc6-ac47b395ce13", - "name": "Spawner (225)", - "location": [2475, 397, 15], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8b6efd78-0c41-4bd1-b51c-35e870f89a5c", - "name": "Spawner (225)", - "location": [562, 2148, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "RangerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8be1dd4d-eda1-42c7-a107-8f523ec06814", - "name": "Spawner (225)", - "location": [2002, 2721, 30], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d40d06e-44aa-40b5-8e01-5f965c00bb67", - "name": "Spawner (225)", - "location": [611, 2157, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 }, - { "name": "Farmer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8de04b9c-7762-426e-b7c6-79b531837288", - "name": "Spawner (225)", - "location": [586, 2170, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8e62476e-5f70-49e7-ae16-f8ed9ddd4c53", - "name": "Spawner (225)", - "location": [4394, 1083, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ed2be48-c634-4ef3-82a4-c335d9b2e8f4", - "name": "Spawner (225)", - "location": [1475, 3865, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8f7e0a08-6898-4aaa-b655-e58bb3c88042", - "name": "Spawner (225)", - "location": [4545, 860, 30], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8fb2794d-96c6-4293-bfd6-4a24e772dbd2", - "name": "Spawner (225)", - "location": [4392, 1117, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "902148e8-f197-478a-95e5-25e0f3227606", - "name": "Spawner (225)", - "location": [2461, 457, 15], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 }, - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9027faa4-bbd1-4feb-8ba7-59f0c4b9c0be", - "name": "Spawner (225)", - "location": [2424, 555, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bard", "maxCount": 1, "probability": 100 }, - { "name": "BardGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "912580fa-084c-4ad0-ae90-e3dec3330cad", - "name": "Spawner (225)", - "location": [3628, 2541, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9240f638-d05a-4e70-93bc-8be1c163e508", - "name": "Spawner (225)", - "location": [1427, 1716, 20], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "95195876-4c1c-422a-962e-31ce7ea8e3f8", - "name": "Spawner (225)", - "location": [2503, 552, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "95936f14-8718-4f24-9236-d5e92d4fcc41", - "name": "Spawner (225)", - "location": [1846, 2715, 10], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "95b1c31c-4fb0-46b2-8b18-8d4a8f7aaeb7", - "name": "Spawner (225)", - "location": [5805, 3300, 11], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 }, - { "name": "Armorer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "96956b69-4920-400c-8ca9-6effd0202fa5", - "name": "Spawner (225)", - "location": [5161, 32, 17], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9808a90b-2ba1-4951-a011-a5ca40a24c8b", - "name": "Spawner (225)", - "location": [3632, 2595, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98952a90-a316-4809-a85f-d5840e2f6716", - "name": "Spawner (225)", - "location": [5300, 90, 15], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98d30ebe-3d65-4427-a8cb-84ce8b3a9f27", - "name": "Spawner (225)", - "location": [1895, 2653, 10], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "992f2215-28dd-466b-aa19-25b5d0089c1a", - "name": "Spawner (225)", - "location": [3612, 2466, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "997c3a7c-c590-4bd7-a2a7-f3b839ad0fd6", - "name": "Spawner (225)", - "location": [2505, 432, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MinerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "99dbe037-b50c-43b1-b490-94940fbe4cf9", - "name": "Spawner (225)", - "location": [3695, 2511, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9a8fd99e-04b8-4dba-9350-410c0db296b0", - "name": "Spawner (225)", - "location": [2455, 487, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MinerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9ac62908-35f4-43c6-a40a-dba3a693666f", - "name": "Spawner (225)", - "location": [1547, 1768, 10], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9acf583a-2654-4f9c-8be4-11f121aa97ab", - "name": "Spawner (225)", - "location": [5234, 4025, 37], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9b84b5ea-61db-496c-9804-f90ecae123bc", - "name": "Spawner (225)", - "location": [1848, 2680, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9d559c33-8b55-426e-8ebc-e767487c32f0", - "name": "Spawner (225)", - "location": [4416, 1085, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9dbabd5d-fd49-490f-86f1-e07e76420332", - "name": "Spawner (225)", - "location": [5296, 3978, 37], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9e7b7d17-aaa1-45c9-85f5-48f0e5c7f6cc", - "name": "Spawner (225)", - "location": [2019, 2748, 30], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "WarriorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9f79dae4-98e1-489e-9f04-b11d20f34897", - "name": "Spawner (225)", - "location": [5218, 175, 5], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a027a96b-cea5-4bfb-b048-2d7fcda9edd7", - "name": "Spawner (225)", - "location": [2901, 908, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a14b366d-e223-4ef7-9715-298df09962b1", - "name": "Spawner (225)", - "location": [2992, 844, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Herbalist", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "CustomHairstylist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a1b458a3-908e-42c6-8e88-9f9a013f098c", - "name": "Spawner (225)", - "location": [5263, 129, 20], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a28db63a-c3b0-44e8-a446-7d33f63c081e", - "name": "Spawner (225)", - "location": [1354, 3754, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a3d9a50a-d415-4249-a6e0-c4c6cbe4d6de", - "name": "Spawner (225)", - "location": [3687, 2227, 20], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a4163176-dab9-4a56-83ea-e97cd802579e", - "name": "Spawner (225)", - "location": [5203, 86, 5], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a48c8b3d-d87d-4036-846f-e54593690566", - "name": "Spawner (225)", - "location": [1362, 1574, 30], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a4e55c2b-7487-4425-b114-f517851ddaab", - "name": "Spawner (225)", - "location": [3554, 1202, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a76b7074-3933-477d-849a-99833d78d89a", - "name": "Spawner (225)", - "location": [5219, 4012, 37], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a9450d4e-81d6-4963-9afd-fd2da7c143eb", - "name": "Spawner (225)", - "location": [5752, 3272, 16], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "Tailor", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ab871081-1d9a-4195-b251-88bd12201f99", - "name": "Spawner (225)", - "location": [1504, 3693, -3], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ab9d83de-4639-45e3-be08-04a7536fc2be", - "name": "Spawner (225)", - "location": [2883, 3502, 10], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ac519e78-a9e7-4c70-b9e2-ec7ed9d6fbf7", - "name": "Spawner (225)", - "location": [1590, 1654, 10], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "acbb59a0-32ac-4add-9b8b-479cf4be15a3", - "name": "Spawner (225)", - "location": [5275, 3977, 37], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ad38d744-523e-425d-995c-6e954c9dbcc8", - "name": "Spawner (225)", - "location": [2917, 798, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ad85e0e4-4493-4c09-8fa7-61e108db38ab", - "name": "Spawner (225)", - "location": [2752, 2155, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "adb68e3c-d5a4-45f0-9f22-afa40bd604c6", - "name": "Spawner (225)", - "location": [1650, 1642, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "add1a992-7c4e-419d-9342-29642aac96af", - "name": "Spawner (225)", - "location": [5297, 4007, 40], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aedc8ecd-8443-4c79-a7ab-05da8844c493", - "name": "Spawner (225)", - "location": [540, 966, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "af2d2a82-247d-4cba-a657-6fb4e2b798f4", - "name": "Spawner (225)", - "location": [656, 2235, -3], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "af98980d-fb5a-44a9-961a-b32c6295132d", - "name": "Spawner (225)", - "location": [4417, 1064, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "afe473da-540a-477d-ad3b-233b8e7e4a89", - "name": "Spawner (225)", - "location": [1637, 1693, 37], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b060374a-df96-4f0b-a861-d2f50c651018", - "name": "Spawner (225)", - "location": [1436, 1752, 14], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "HarborMaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b1a005b4-d2a1-4b4d-a4e9-ca5adfda51ac", - "name": "Spawner (225)", - "location": [2940, 3500, 10], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 }, - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b1af2e4f-16db-41d7-a4ae-fcce5350d51f", - "name": "Spawner (225)", - "location": [2865, 852, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b201992b-e843-4249-82a4-2122cc01f090", - "name": "Spawner (225)", - "location": [5736, 3263, 15], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Cobbler", "maxCount": 1, "probability": 100 }, - { "name": "Provisioner", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b37905b7-bed7-4376-bead-f9b7bdba21c7", - "name": "Spawner (225)", - "location": [1450, 4026, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b4d83000-0cd1-4bca-bcfd-4f5c3e7fa942", - "name": "Spawner (225)", - "location": [1458, 1525, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b4ea855b-be4f-46f8-9b3a-6bac5d6a1c5a", - "name": "Spawner (225)", - "location": [5691, 3209, 11], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "Carpenter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b5a5d0c9-fa97-4709-9804-097f6bb733ce", - "name": "Spawner (225)", - "location": [3636, 2565, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b9ebd4f7-d90e-4664-be98-a53c91926c79", - "name": "Spawner (225)", - "location": [1231, 1714, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "hirepeasant", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba190817-c467-4702-83f4-f13272bd748a", - "name": "Spawner (225)", - "location": [5148, 60, 25], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bacf79a8-939c-416a-b7f3-56f5c4b4f247", - "name": "Spawner (225)", - "location": [601, 2235, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bbe4e681-6b3d-4ecd-912c-d3fca9eba8d2", - "name": "Spawner (225)", - "location": [2577, 599, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bcc5e683-0c16-470d-ac15-e9a597e0e1b6", - "name": "Spawner (225)", - "location": [4392, 1068, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd54442b-2a68-421a-b113-f38a66849e77", - "name": "Spawner (225)", - "location": [1447, 1647, 10], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bdb81c0f-d54b-4054-91a3-485614472f6f", - "name": "Spawner (225)", - "location": [3610, 2577, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bea16b73-7772-41e1-868e-7a6de8007a93", - "name": "Spawner (225)", - "location": [5154, 97, 5], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bedd9806-6e44-4d6b-98e2-e776ed3fb16b", - "name": "Spawner (225)", - "location": [3007, 3408, 15], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf5b64a0-83e5-4959-851a-990e7173c143", - "name": "Spawner (225)", - "location": [1441, 3719, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c0024932-683f-457b-b4ca-fe0e60d8b42c", - "name": "Spawner (225)", - "location": [5805, 3270, 11], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mapmaker", "maxCount": 1, "probability": 100 }, - { "name": "Shipwright", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c0166342-30ea-4fb2-b95d-387c4a5ebc39", - "name": "Spawner (225)", - "location": [3012, 780, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 }, - { "name": "Farmer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c02625b1-ced5-4100-8c61-2820fbcaf129", - "name": "Spawner (225)", - "location": [1911, 2805, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c1a128fa-7b72-403f-9bb3-14a4f26d2c99", - "name": "Spawner (225)", - "location": [1351, 1816, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "EscortableMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c2efce74-1331-43af-9713-6b1c75fb6225", - "name": "Spawner (225)", - "location": [570, 969, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bowyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c351eb79-682e-4e9c-a193-0e5434f44634", - "name": "Spawner (225)", - "location": [2998, 760, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c55470a0-bfa8-4290-8ec0-c0c642e251e0", - "name": "Spawner (225)", - "location": [1243, 1699, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Farmer", "maxCount": 1, "probability": 100 }, - { "name": "Rancher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c55b75f2-c734-40c2-b4a7-43a5218bf9e5", - "name": "Spawner (225)", - "location": [3003, 3355, 15], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c688221a-a1d6-4c2c-80e2-5d1bd06c6c81", - "name": "Spawner (225)", - "location": [3666, 2235, 20], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c778c01a-96fe-49fe-af2c-6788ccfb36d0", - "name": "Spawner (225)", - "location": [1416, 1754, 10], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c8e0eaa2-df1d-478d-9ae1-85bc28647027", - "name": "Spawner (225)", - "location": [2855, 734, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MinerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ca51a670-1297-4de7-b01a-ed82119ceb90", - "name": "Spawner (225)", - "location": [554, 2178, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cab9dba3-559b-4ff0-9d85-2b134c813ca5", - "name": "Spawner (225)", - "location": [1417, 1578, 30], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MinerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "caff4a2a-380d-4672-b915-74bd60aab37e", - "name": "Spawner (225)", - "location": [3546, 1185, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cc0b834c-14d8-4b2d-937a-fc4dcf6d6220", - "name": "Spawner (225)", - "location": [1991, 2867, 20], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 }, - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cc4349ab-4016-43e9-8f41-f09733d7c0d4", - "name": "Spawner (225)", - "location": [1850, 2796, -8], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cc8af24a-c3f4-4029-b238-a76b951d104e", - "name": "Spawner (225)", - "location": [2680, 2238, 2], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd42cc6c-c177-4292-b22f-8e150bc833d7", - "name": "Spawner (225)", - "location": [1452, 3770, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ce01eeba-f0ab-459c-8c0c-f998f5caaf30", - "name": "Spawner (225)", - "location": [2737, 2250, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ced5124a-83f8-4d38-926b-ba8372a19275", - "name": "Spawner (225)", - "location": [1296, 1759, 10], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cf06d28e-ba5f-47dd-85ad-f49dddb548ef", - "name": "Spawner (225)", - "location": [4406, 1038, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cfc4ea82-efcb-455c-b01a-482e43313f65", - "name": "Spawner (225)", - "location": [1317, 3773, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cfcb2873-b661-44a8-b500-8cab42fefcf1", - "name": "Spawner (225)", - "location": [2880, 3472, 15], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d14b9830-d3cc-4717-af11-51f9bdd77aef", - "name": "Spawner (225)", - "location": [3545, 1178, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d19e8b0e-5ee0-4e21-b092-b4f5de33cb69", - "name": "Spawner (225)", - "location": [3683, 2252, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "FisherGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d3757ec1-febf-4562-9ae6-62181a418b8a", - "name": "Spawner (225)", - "location": [1425, 1690, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d3f60ee0-06c4-4e53-81d8-0abbbc0383a3", - "name": "Spawner (225)", - "location": [3034, 827, -3], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d66334a0-15b9-4362-8afc-0bb44e1a9f1c", - "name": "Spawner (225)", - "location": [1844, 2735, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d6634bfd-e77d-4595-b836-4ef3ff685e5a", - "name": "Spawner (225)", - "location": [2522, 524, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 }, - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d673deb5-d4ef-4f50-8b5b-9b55a00bd7b3", - "name": "Spawner (225)", - "location": [1360, 3815, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d75fe7bf-4215-402e-9d5c-24bd7a8801bb", - "name": "Spawner (225)", - "location": [535, 867, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d8996375-dc5d-4fd9-a1bf-9931c0a1fe58", - "name": "Spawner (225)", - "location": [570, 2121, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d9ab6c79-9b10-49f4-ae60-78022c502dff", - "name": "Spawner (225)", - "location": [1447, 3981, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d9af91c7-daae-47de-958d-0169069fabde", - "name": "Spawner (225)", - "location": [2881, 684, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d9bfb07a-33e5-41c1-8e89-40a429ef8d7c", - "name": "Spawner (225)", - "location": [2967, 3408, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da1bd33e-e6d5-4311-8177-9443fe6c1c63", - "name": "Spawner (225)", - "location": [1685, 2985, 0], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 1675, "y": 2975, "z": 0 }, - "end": { "x": 1695, "y": 2995, "z": 35 } - }, - "walkingRange": 20, - "entries": [ - { "name": "Herbalist", "maxCount": 2, "probability": 100 }, - { "name": "Mage", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dab5532c-bfaa-4e06-b2e9-9181a087402a", - "name": "Spawner (225)", - "location": [650, 2161, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dbea519d-d3d7-4287-9bd2-3231430294d8", - "name": "Spawner (225)", - "location": [2899, 790, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 }, - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dc9225d4-8e01-4c04-ac86-0de58d5e6efc", - "name": "Spawner (225)", - "location": [2709, 2130, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd2e9db5-e5b2-4195-9587-76654566de99", - "name": "Spawner (225)", - "location": [2986, 637, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "de27e5cc-f1d9-45b2-ab09-e09b520dcd28", - "name": "Spawner (225)", - "location": [3683, 2171, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dea7fe8f-3b6f-4679-9650-4cee301d7b71", - "name": "Spawner (225)", - "location": [4416, 1133, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Herbalist", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "CustomHairstylist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df027fa7-1a26-4c66-a7da-13e67012c84f", - "name": "Spawner (225)", - "location": [2011, 2804, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e0834f2e-139b-4b00-b68a-b46b66301b5c", - "name": "Spawner (225)", - "location": [2216, 1167, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e16bd6c9-e916-4616-9273-c5c3d1ab0115", - "name": "Spawner (225)", - "location": [631, 1034, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e1fc3ffc-4245-429f-a3cb-7e3d46a150bc", - "name": "Spawner (225)", - "location": [4458, 1060, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e363885b-3519-4ff2-b737-f7da5a04aab4", - "name": "Spawner (225)", - "location": [3546, 1194, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bowyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e4959103-c32c-4f31-8668-3d02188253eb", - "name": "Spawner (225)", - "location": [582, 2186, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e51c1b00-e54a-4e00-837e-e0d86f596722", - "name": "Spawner (225)", - "location": [1416, 3779, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e558f44a-c896-4b7a-ac0e-d45a0c1672b3", - "name": "Spawner (225)", - "location": [3602, 2615, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 }, - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e59444cb-2d90-4137-85bc-e4e15e18e6a9", - "name": "Spawner (225)", - "location": [1493, 1616, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e65f0cdb-3a59-43a5-9e14-6088e448dd92", - "name": "Spawner (225)", - "location": [2471, 564, 5], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e6689d71-5784-4c9c-a0ed-90bcdde2eb2b", - "name": "Spawner (225)", - "location": [5698, 3282, 15], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e677e3f4-5885-4dfe-baeb-ebe4650a94be", - "name": "Spawner (225)", - "location": [2992, 3451, 16], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e6abb0c5-a18d-4f82-bcf8-77c5d00edf24", - "name": "Spawner (225)", - "location": [1470, 1765, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e9b34f6d-b58d-4106-85d0-c38fa2cd608d", - "name": "Spawner (225)", - "location": [1355, 1754, 20], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 14, - "entries": [ - { "name": "OrderGuard", "maxCount": 1, "probability": 100 }, - { "name": "hirefighter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eb3be177-f027-491b-85d2-099a52c52d14", - "name": "Spawner (225)", - "location": [1442, 3802, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ebf29920-68ce-4aee-8a6d-84c0576c4c0d", - "name": "Spawner (225)", - "location": [3727, 2224, 20], - "map": "Felucca", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec68d28f-8601-4346-a801-0d1ff604d008", - "name": "Spawner (225)", - "location": [1474, 1597, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MerchantGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec953969-18e0-4b71-949e-3b37f5a97c1d", - "name": "Spawner (225)", - "location": [3703, 2249, 20], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MerchantGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ed469ec1-25ae-4d8c-ab82-32d94428571c", - "name": "Spawner (225)", - "location": [3632, 2640, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eef4c3f5-0a7b-49da-a496-5f20882af7ad", - "name": "Spawner (225)", - "location": [1482, 1761, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ef0e9deb-1a5f-4e48-86db-18c1bb206530", - "name": "Spawner (225)", - "location": [2961, 621, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ef1db5ca-06dd-4a31-bfce-5bb4c75a1df8", - "name": "Spawner (225)", - "location": [5197, 4060, 37], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ef25c059-a51f-4e6d-80f6-a39eb60c9c27", - "name": "Spawner (225)", - "location": [624, 1145, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bowyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ef4209ee-affa-476d-a190-9121f8cd3e18", - "name": "Spawner (225)", - "location": [1125, 3687, -2], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f10e0fef-f74c-41c5-857f-00d429c69d60", - "name": "Spawner (225)", - "location": [2513, 477, 15], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f19cc32a-4597-4070-8e43-f322ce4aa618", - "name": "Spawner (225)", - "location": [592, 2277, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f22df3f4-b9f0-4cf5-b444-c01f001f01bb", - "name": "Spawner (225)", - "location": [3699, 2218, 20], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f29e3b5a-eb24-477a-adb1-3d1c7cfda113", - "name": "Spawner (225)", - "location": [1469, 1668, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f32b1627-e330-440e-b8da-982a8b308935", - "name": "Spawner (225)", - "location": [1356, 3780, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f439eb85-35d6-487c-884f-a7a71716748f", - "name": "Spawner (225)", - "location": [652, 820, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f4d6fd78-de3c-47bf-aa20-3e784327e814", - "name": "Spawner (225)", - "location": [3700, 1214, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 0, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f5037c29-a88d-4d7c-bfd0-7a98d12e3b81", - "name": "Spawner (225)", - "location": [1404, 3802, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 }, - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f769d5d8-1f95-4671-be31-0082fd16c61c", - "name": "Spawner (225)", - "location": [1471, 1611, 20], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f8fb6522-0e64-4dd6-8ef2-d6d5c9dcc3b5", - "name": "Spawner (225)", - "location": [1333, 1808, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "escortablewanderinghealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f98a9a64-b87c-4f79-ad89-f1fbe0854cfc", - "name": "Spawner (225)", - "location": [2533, 572, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "faaed6d7-6878-44d7-a893-1c0d12dc9e0e", - "name": "Spawner (225)", - "location": [3555, 1171, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc7a6537-745e-4573-8b1f-611e5de6b834", - "name": "Spawner (225)", - "location": [590, 2205, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bowyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fd5e6859-407b-4ec2-bee4-88f1b88f0fbb", - "name": "Spawner (225)", - "location": [1306, 1804, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 6, - "entries": [ - { "name": "OrderGuard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fd956d04-c3b5-4033-99c9-d3ce4f16fbf6", - "name": "Spawner (225)", - "location": [3008, 3389, 15], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fe70d7f3-4e67-44ab-9be0-c714538b3db2", - "name": "Spawner (225)", - "location": [627, 2163, 0], - "map": "Felucca", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ff657041-f430-4a17-9995-279fdbb05ff1", - "name": "Spawner (225)", - "location": [5347, 76, 25], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ff67542d-65a0-4592-9df9-856ee2d1e834", - "name": "Spawner (225)", - "location": [2861, 812, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bowyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ff79ff29-6a36-42e4-9017-beb51a60290e", - "name": "Spawner (225)", - "location": [2782, 969, 0], - "map": "Felucca", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/WildLife.json b/Distribution/Data/Spawns/shared/felucca/WildLife.json deleted file mode 100644 index 20d7c945b..000000000 --- a/Distribution/Data/Spawns/shared/felucca/WildLife.json +++ /dev/null @@ -1,6088 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "01728819-da08-4e42-9763-39cdf14b7707", - "name": "Spawner (226)", - "location": [846, 1071, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "02a348ee-7285-4741-b23e-61a6ef88a7c0", - "name": "Spawner (226)", - "location": [2512, 1066, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "03ab5a78-b854-4676-bad5-4a37e96c1529", - "name": "Spawner (226)", - "location": [1315, 2192, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "04263280-45f5-494d-9d8d-d36726bde577", - "name": "Spawner (226)", - "location": [1695, 809, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "05fcd31c-d53e-417b-8798-65d1e7c2b5de", - "name": "Spawner (226)", - "location": [1666, 1290, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "09d26956-a96f-4cce-b0e9-37f5bc2afffa", - "name": "Spawner (226)", - "location": [2188, 1986, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0acdd078-559c-40e8-bc74-2490d5c85d71", - "name": "Spawner (226)", - "location": [1087, 2401, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0e87997b-c05c-429a-a632-a9076a5afd84", - "name": "Spawner (226)", - "location": [1582, 2722, 5], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "11834407-82df-4241-bf81-5ea9687c955a", - "name": "Spawner (226)", - "location": [4510, 1262, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1230cda9-3dbe-4268-8e2f-cf765dccd339", - "name": "Spawner (226)", - "location": [4692, 3494, 1], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12eea555-de46-4ae2-ad79-fb7b8a3f9053", - "name": "Spawner (226)", - "location": [1798, 1471, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "14c3e5bd-aae9-410c-9d47-19ead3ef7c10", - "name": "Spawner (226)", - "location": [1867, 1244, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "15fc7f5b-6386-400e-9490-2d3fbfebf96d", - "name": "Spawner (226)", - "location": [887, 1223, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1616a270-482b-465c-b9a8-f8103ba729b4", - "name": "Spawner (226)", - "location": [2735, 417, 15], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "18abaf3e-2dd3-4f3c-afcd-21feb5e65b44", - "name": "Spawner (226)", - "location": [2367, 748, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "18bb4b32-dbcd-416e-aae6-547bb1b13fb1", - "name": "Spawner (226)", - "location": [1387, 2023, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1956dff5-b7f6-477e-8fb2-5fd6840f0c8e", - "name": "Spawner (226)", - "location": [725, 1483, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1a1a9dd9-0073-47da-8ea9-f7b932cad724", - "name": "Spawner (226)", - "location": [1459, 1963, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1ef9fd31-972f-43c0-aa33-ed94fab149c2", - "name": "Spawner (226)", - "location": [782, 1156, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "21609f91-35f1-483c-9d4f-970c07c7499b", - "name": "Spawner (226)", - "location": [2672, 814, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2248238d-727b-42d6-a39b-267d253d3c1e", - "name": "Spawner (226)", - "location": [1172, 974, 2], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "226ea014-96c5-4281-8c3c-6a1742392ac9", - "name": "Spawner (226)", - "location": [951, 542, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "23cb3cb9-b698-4de3-a49f-bd3ed42cac7c", - "name": "Spawner (226)", - "location": [1229, 1655, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "260110a5-7142-4fb3-b18b-002b831bc2fa", - "name": "Spawner (226)", - "location": [895, 830, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "27a803b9-9e76-4bcd-8d3f-d55d65c8b721", - "name": "Spawner (226)", - "location": [1527, 2609, 5], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "29780577-caca-4fcc-8586-0d7d9f9ea4fc", - "name": "Spawner (226)", - "location": [1426, 2615, 10], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2a7a1122-3dd4-49c7-b8f4-d0a47d53a32e", - "name": "Spawner (226)", - "location": [4336, 1130, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2a91ed63-e48f-4b5c-8f67-68e1b0519944", - "name": "Spawner (226)", - "location": [2654, 2286, 9], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2b1d8e55-62da-4a75-a626-bc24e0415a5e", - "name": "Spawner (226)", - "location": [1715, 2307, 5], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2ba37ae4-8aa1-4631-a39e-4d727282f435", - "name": "Spawner (226)", - "location": [1602, 2426, 5], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2c3aaabb-253c-4de4-bc92-3ae604a8213e", - "name": "Spawner (226)", - "location": [4612, 3424, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2d6b8996-a8c3-4110-9973-14084c70d0b9", - "name": "Spawner (226)", - "location": [2338, 989, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2d7e7d28-893b-406a-8f44-b8fc3c7e55af", - "name": "Spawner (226)", - "location": [3555, 2525, 13], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2e2f4cce-2302-427b-8a93-ca5c43466bfc", - "name": "Spawner (226)", - "location": [1173, 2103, 2], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2f61bc16-a435-4de0-9aaa-223f3930c57c", - "name": "Spawner (226)", - "location": [4384, 1218, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2f638b8b-dd33-49f6-8bbf-c7e638a912fe", - "name": "Spawner (226)", - "location": [1222, 2378, 5], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "345821d1-8277-47c0-8b9f-a722e65dd2e7", - "name": "Spawner (226)", - "location": [4632, 1164, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "35bbcb04-b782-4975-90b0-fe6118462b3e", - "name": "Spawner (226)", - "location": [977, 1638, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3713dbd8-18ac-4d4f-b278-5375fc33a7eb", - "name": "Spawner (226)", - "location": [3546, 2812, 13], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "374ade5f-0b52-4d90-9695-394ffa268943", - "name": "Spawner (226)", - "location": [1011, 1945, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3864b7b7-57d3-43ac-9105-d330ba4b32c9", - "name": "Spawner (226)", - "location": [1092, 1010, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3a58ab96-dff2-424c-9486-829b5e1d0df8", - "name": "Spawner (226)", - "location": [1699, 2560, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3a81fadc-a778-41a9-aea0-76fe8ec168cf", - "name": "Spawner (226)", - "location": [3654, 2866, 61], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e4e5017-002b-4c43-b113-3ae91958fee4", - "name": "Spawner (226)", - "location": [1724, 2781, 5], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3ef19957-7ff2-4d70-8ada-ad57fcbda8a7", - "name": "Spawner (226)", - "location": [2888, 391, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3fa4af6f-bbc5-4dd0-b6df-20f4c7971725", - "name": "Spawner (226)", - "location": [2786, 2282, 13], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3fe6b62d-c81a-4440-a608-26c0b40a8f08", - "name": "Spawner (226)", - "location": [1498, 2040, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3fe8f267-3962-4c07-a7dd-23dc702c4830", - "name": "Spawner (226)", - "location": [2814, 492, 15], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "438632c6-7114-4c25-9ab4-ec3a0883720d", - "name": "Spawner (226)", - "location": [559, 2081, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "441009bc-1c05-4252-bac0-4dfd6d1b57a6", - "name": "Spawner (226)", - "location": [940, 1028, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "450d4409-e114-42c1-84a7-9cd9e0c5f69e", - "name": "Spawner (226)", - "location": [485, 1398, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "476014f7-4611-401d-bfc1-b5ca816ddd7d", - "name": "Spawner (226)", - "location": [851, 1770, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "47c42859-f7e9-4eac-bc14-7ca42eba61b9", - "name": "Spawner (226)", - "location": [1958, 1305, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4954f31e-56af-4be6-82de-5d909a232b8f", - "name": "Spawner (226)", - "location": [1563, 2277, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4be9e0ff-5157-493c-90c2-9c1a1a45e3b1", - "name": "Spawner (226)", - "location": [4590, 1326, 8], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4c42f7ec-a06f-492b-b19a-4c887a2057b2", - "name": "Spawner (226)", - "location": [3392, 424, 9], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4e149dd8-9b15-43fb-9b8e-c7fd5974db3e", - "name": "Spawner (226)", - "location": [1865, 1379, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4e211be3-6af6-4035-a6f0-72704f498f6d", - "name": "Spawner (226)", - "location": [1894, 2942, 19], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4fcd2029-3cf4-442c-8977-e3f21a4fb8f5", - "name": "Spawner (226)", - "location": [4544, 1128, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "51fc697b-edf6-413f-acda-11c084092eb7", - "name": "Spawner (226)", - "location": [2946, 2168, 44], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54a0d275-e0fe-4565-bc4b-a36330991e7a", - "name": "Spawner (226)", - "location": [3506, 2477, 28], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "576c5f8a-deef-4600-aabc-b0494de12d9c", - "name": "Spawner (226)", - "location": [1057, 765, 1], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "579099c7-42d6-4f8c-843c-a0c993cc3430", - "name": "Spawner (226)", - "location": [1222, 2499, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "58861404-11fe-4f82-b962-70196d0d5ff6", - "name": "Spawner (226)", - "location": [4446, 3706, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5b654652-e5e1-4cbb-8404-e2760b2f180f", - "name": "Spawner (226)", - "location": [1634, 2645, 5], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5de7027a-07d5-405f-aba7-ffa1edb10d69", - "name": "Spawner (226)", - "location": [1709, 1992, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5f0a0d30-52e5-4e38-9853-06806f9bf957", - "name": "Spawner (226)", - "location": [1503, 2207, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6193d4d1-91f8-4237-b7eb-28d1217335bc", - "name": "Spawner (226)", - "location": [2495, 978, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "622a57d0-5378-4a17-aee9-2203afc201ce", - "name": "Spawner (226)", - "location": [1388, 784, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "63a8dea7-3158-4ccf-8312-d60bab954514", - "name": "Spawner (226)", - "location": [999, 1839, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "63a9ae0f-6d62-4169-8494-e14fe4fa8539", - "name": "Spawner (226)", - "location": [3650, 2080, 21], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6499e448-465f-440e-8425-d8866179eb24", - "name": "Spawner (226)", - "location": [1152, 812, 5], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "689f30bd-7852-427e-8327-332dcfc9cbc3", - "name": "Spawner (226)", - "location": [2583, 993, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "69f2606e-f9c8-4110-8031-ed1889e5985d", - "name": "Spawner (226)", - "location": [3449, 2737, 49], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6aab7562-4d73-4806-b582-f8c32251e4fd", - "name": "Spawner (226)", - "location": [2643, 728, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6adc698e-936e-4d69-8870-13a39fb1baa5", - "name": "Spawner (226)", - "location": [1334, 2311, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6b573305-001f-487c-9dc0-8411bb238161", - "name": "Spawner (226)", - "location": [2418, 999, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6bb381bc-3862-4e05-84e8-2e13c62451b8", - "name": "Spawner (226)", - "location": [2748, 660, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d98da32-7abe-4c6e-bbed-71e5a727f5a9", - "name": "Spawner (226)", - "location": [2668, 1020, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6f79d72b-455f-483f-b33f-eec6d1c50bc2", - "name": "Spawner (226)", - "location": [805, 576, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "710644f8-df91-4fe2-948a-376700d3afcd", - "name": "Spawner (226)", - "location": [4560, 3504, 2], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "717379e5-9754-4a5f-8083-2a7042b9b403", - "name": "Spawner (226)", - "location": [3172, 664, 8], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7305a62d-7a0b-4d9e-88e4-a2d3b0d25462", - "name": "Spawner (226)", - "location": [805, 1570, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "76aadaf7-2302-4077-96f3-e6d122b18000", - "name": "Spawner (226)", - "location": [748, 669, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "76f11cc1-4ca0-4357-a659-026ea69ae181", - "name": "Spawner (226)", - "location": [3206, 366, 9], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "79cda4aa-4199-4530-afd9-a41ce93c93b5", - "name": "Spawner (226)", - "location": [876, 1639, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7bd58b24-3bf1-48b8-9d6f-d8ff61a2e2c4", - "name": "Spawner (226)", - "location": [2864, 150, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7dc555e2-daca-49fe-bde0-a49d5e3eaa51", - "name": "Spawner (226)", - "location": [3607, 2417, 45], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7f279f10-c41b-43f4-97ee-66aa3cda4c07", - "name": "Spawner (226)", - "location": [1545, 813, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7f778ca1-e3e1-411e-8029-e62ad6783492", - "name": "Spawner (226)", - "location": [1650, 2796, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "821ef012-218a-4691-882b-799f3eef1307", - "name": "Spawner (226)", - "location": [802, 1280, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "833a7019-688c-4996-93af-a5cdc6501324", - "name": "Spawner (226)", - "location": [3718, 2736, 38], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8464904f-68c6-4900-a548-1ee24a9605f2", - "name": "Spawner (226)", - "location": [4540, 1454, 8], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84f26198-6d50-4e80-a0fb-5f47b0a200b0", - "name": "Spawner (226)", - "location": [3452, 2563, 32], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "85b70538-e38a-4e69-b0c9-fe1774848e03", - "name": "Spawner (226)", - "location": [4326, 1046, 8], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "87498c2d-dbda-448c-8822-993811da1899", - "name": "Spawner (226)", - "location": [1628, 2334, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "88c34d44-6f28-4353-bdea-ed04a0bf415a", - "name": "Spawner (226)", - "location": [1824, 3027, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "892408a1-3f82-4854-ba77-7f37a15582a1", - "name": "Spawner (226)", - "location": [1932, 3125, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8b45e7a5-6dad-4ddf-9d4e-75953242e058", - "name": "Spawner (226)", - "location": [958, 2074, 1], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8b8e890c-1f24-4b07-b0a8-3c0160b64932", - "name": "Spawner (226)", - "location": [1973, 751, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8bf5c14b-8f9c-4fa5-96fb-0b8521ffb0b2", - "name": "Spawner (226)", - "location": [883, 2129, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8f29ae6e-ad1a-4e16-9ce6-5ddeec18003f", - "name": "Spawner (226)", - "location": [1769, 1330, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "90a10ef6-dca6-4f41-9f9a-3ac84050e227", - "name": "Spawner (226)", - "location": [4592, 1424, 3], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9228d1aa-d550-4239-a8d1-df8c69125d44", - "name": "Spawner (226)", - "location": [2416, 1172, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9252566d-4ebe-4f24-84da-fd9b05dd8694", - "name": "Spawner (226)", - "location": [974, 374, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "92ff3311-a6f6-47a8-8069-9738fb0264d6", - "name": "Spawner (226)", - "location": [1024, 1244, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93f49e99-b7cc-427f-a04e-93aa82f9e20a", - "name": "Spawner (226)", - "location": [1526, 960, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "94f6e27d-8653-4b55-86d0-cc131a38aa4b", - "name": "Spawner (226)", - "location": [1017, 1726, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9a232c41-76f0-4175-bb91-8dfcc2dfd800", - "name": "Spawner (226)", - "location": [623, 1328, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9ace0130-cad4-4d06-956a-f8a1fbd4c88f", - "name": "Spawner (226)", - "location": [3429, 2650, 43], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9f4ab748-bee7-48f9-820b-230e2b2c2f65", - "name": "Spawner (226)", - "location": [4470, 1430, 8], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9fe7ab6c-c783-431b-b05e-65f5ccb275cb", - "name": "Spawner (226)", - "location": [4448, 1334, 3], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a0a3a37e-6c7f-4636-9680-fed8a5144063", - "name": "Spawner (226)", - "location": [1268, 2018, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a1fd0dfb-3904-4170-b3a9-e85c2aef2021", - "name": "Spawner (226)", - "location": [2085, 658, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a2de2354-f225-4181-a7ce-bd709041b5fa", - "name": "Spawner (226)", - "location": [464, 2059, 8], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a54dc067-1553-42d8-9c2b-d4029bd44f24", - "name": "Spawner (226)", - "location": [764, 822, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a96f7041-620d-4f55-8856-106b2d8ecb5a", - "name": "Spawner (226)", - "location": [1047, 1071, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "acb8201d-8566-4625-ac64-54c9b24ec285", - "name": "Spawner (226)", - "location": [3394, 628, 5], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ace2e1ec-f2fe-48b9-8cdd-1cf2482169ea", - "name": "Spawner (226)", - "location": [398, 1305, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "adaf3214-a59c-4c6b-86b8-466ce4e53018", - "name": "Spawner (226)", - "location": [3608, 2140, 79], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "adcf2529-b297-4c4e-b1b9-8319df439c20", - "name": "Spawner (226)", - "location": [2513, 782, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b214fa51-5b5f-466a-8c69-02bfb22af5c7", - "name": "Spawner (226)", - "location": [1486, 1301, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b40de864-46c6-49c8-9be6-7ee491a8c7f6", - "name": "Spawner (226)", - "location": [4468, 1006, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b4a6db11-d166-4762-869e-9d2a74168a90", - "name": "Spawner (226)", - "location": [1018, 629, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b67aaf83-665d-4d9d-95e4-af3072de86cc", - "name": "Spawner (226)", - "location": [919, 1718, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b6895418-072d-48b0-92f8-cf2eb6b9d085", - "name": "Spawner (226)", - "location": [1505, 2445, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b8106158-5efa-4600-8c35-ee6a1178c0b3", - "name": "Spawner (226)", - "location": [937, 743, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b814727e-e122-4a40-af91-bfa4632efc20", - "name": "Spawner (226)", - "location": [2554, 1142, 5], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b9d1f842-8619-4a7f-93ec-2125ef399296", - "name": "Spawner (226)", - "location": [1020, 1360, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba4b69f8-15fe-4ca3-9c03-9a9551510113", - "name": "Spawner (226)", - "location": [890, 657, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba6fdb72-4770-4b79-96d9-2f8ea6cbf65a", - "name": "Spawner (226)", - "location": [3662, 2802, 51], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bb35b29d-953d-4d35-88f9-becfbcd3c6d6", - "name": "Spawner (226)", - "location": [1728, 691, 6], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bb5eb63b-330a-4d9b-9e78-a22466bf7a50", - "name": "Spawner (226)", - "location": [3596, 2804, 51], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bcd487fc-33c6-47ea-b8ab-ba10f86db14f", - "name": "Spawner (226)", - "location": [3292, 570, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd99393a-7ba7-49cd-8d52-b36eda439249", - "name": "Spawner (226)", - "location": [4478, 3218, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "be547090-d9da-4bc6-89bc-4dc712ef42af", - "name": "Spawner (226)", - "location": [210, 1447, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c0632e64-37a8-4ea1-9c44-189db60d2285", - "name": "Spawner (226)", - "location": [1231, 1462, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c0f15020-27c0-4fd5-ab31-9055a7578081", - "name": "Spawner (226)", - "location": [4526, 986, 10], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c2ec7572-57d8-4788-878c-8b9b0ac1f6a3", - "name": "Spawner (226)", - "location": [727, 1394, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c4140697-856a-4860-ab7d-30180de15320", - "name": "Spawner (226)", - "location": [2765, 754, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c67ab1cc-072c-4579-9c12-beb4b562aaac", - "name": "Spawner (226)", - "location": [2914, 547, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c7aee851-a76e-47a0-a0c6-e55ee5d71208", - "name": "Spawner (226)", - "location": [1011, 896, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c88821a4-e46f-4867-9994-f1583d90db1c", - "name": "Spawner (226)", - "location": [1439, 2104, 5], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cb3efa23-3330-4812-aa08-ee1a5d9b6b61", - "name": "Spawner (226)", - "location": [1351, 1359, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d1921647-6d81-41cc-8956-618e06170bad", - "name": "Spawner (226)", - "location": [1063, 541, 16], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d3badeb6-8bf0-41a6-b6e0-6c77ad3c6ba8", - "name": "Spawner (226)", - "location": [2074, 1972, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d44d4945-508a-4a08-a281-8ed15b4c0d6b", - "name": "Spawner (226)", - "location": [964, 2214, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d4ca5a94-fee0-447a-bed4-4bf70b4a7a8f", - "name": "Spawner (226)", - "location": [3092, 542, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d720e7e8-da12-4afe-b297-164dcaa76804", - "name": "Spawner (226)", - "location": [2289, 917, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d906a602-3187-4a61-84f3-ef94a6371a4f", - "name": "Spawner (226)", - "location": [916, 1159, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d9dd37bd-c5f8-4525-b3b8-b06585d7ddaf", - "name": "Spawner (226)", - "location": [2122, 2108, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dc6aeac6-caef-47bd-9f88-91e5852f81fd", - "name": "Spawner (226)", - "location": [1727, 2702, 5], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dc8cd7ae-3f79-400b-b3b6-3e3c630f6198", - "name": "Spawner (226)", - "location": [1631, 640, 22], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df86c69d-e7c3-40e3-b819-8d425587d46b", - "name": "Spawner (226)", - "location": [993, 1130, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e030b63a-f358-4458-adf2-34e91b171761", - "name": "Spawner (226)", - "location": [4682, 3662, 77], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e0caa10e-e991-444f-94e5-66eca46e3520", - "name": "Spawner (226)", - "location": [1070, 2069, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e12e7bc4-f8df-4f78-bd8e-84ccec108eec", - "name": "Spawner (226)", - "location": [1857, 600, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e5355f9c-f463-4132-9204-550d80ed45c5", - "name": "Spawner (226)", - "location": [2744, 2014, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e68886a7-ef39-46d9-ac84-bbc0f201c5a1", - "name": "Spawner (226)", - "location": [2669, 922, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e80aa0d0-bfd3-42cd-b3e7-3f341aaed7a4", - "name": "Spawner (226)", - "location": [1884, 735, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e8375f72-dc08-4ec1-92ae-4eab98618ceb", - "name": "Spawner (226)", - "location": [3232, 510, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e93c6ddc-5771-42f2-8e50-fc5ca03b13fd", - "name": "Spawner (226)", - "location": [855, 934, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e9a18ee1-4484-4c93-8fb9-7a996468639e", - "name": "Spawner (226)", - "location": [1377, 1911, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ebd28e0c-ea07-4ec1-b767-1ab08f5d8a0a", - "name": "Spawner (226)", - "location": [968, 2476, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "edaec946-a62e-487f-82af-b30ccc8f0ccf", - "name": "Spawner (226)", - "location": [1725, 1447, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f1017559-b6f9-44fc-b632-30a61d15f505", - "name": "Spawner (226)", - "location": [994, 2361, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f2d5617a-b4c1-43dc-bed5-1258240f91b2", - "name": "Spawner (226)", - "location": [771, 1013, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f40f3fdb-8bf3-41c7-b8c4-4375c91c4c94", - "name": "Spawner (226)", - "location": [2998, 3590, 15], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f44df805-ac2e-4331-b14f-2ddcee0e34c6", - "name": "Spawner (226)", - "location": [2814, 3500, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f4e006fc-cd03-4c67-9622-2b5d4199a265", - "name": "Spawner (226)", - "location": [1531, 2351, 5], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f5cfeda8-987a-4c07-a165-dace4a70402d", - "name": "Spawner (226)", - "location": [689, 753, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f64e4426-d22e-4091-bb29-227354ba124a", - "name": "Spawner (226)", - "location": [2688, 524, 11], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f6f3201e-4f38-486d-b797-81a09db9f3bf", - "name": "Spawner (226)", - "location": [1612, 2526, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f7ac9eaa-2936-48d1-a3a7-e7de0d1e9293", - "name": "Spawner (226)", - "location": [834, 751, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f8585600-951d-4c74-9533-db771d36d4e8", - "name": "Spawner (226)", - "location": [3736, 2512, 35], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fcdb223f-fd95-481f-82a7-b8f7d29ebfed", - "name": "Spawner (226)", - "location": [1802, 495, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fd418550-6b49-45a5-9c4a-6896b7fc2a6d", - "name": "Spawner (226)", - "location": [1005, 2647, 0], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ff3449e7-8000-450f-bfb5-af18d60aced2", - "name": "Spawner (226)", - "location": [1722, 2435, 10], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fff42bf6-596f-4059-943f-bf76af7660b8", - "name": "Spawner (226)", - "location": [3076, 150, 1], - "map": "Felucca", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/felucca/Wrong.json b/Distribution/Data/Spawns/shared/felucca/Wrong.json deleted file mode 100644 index 6f7253813..000000000 --- a/Distribution/Data/Spawns/shared/felucca/Wrong.json +++ /dev/null @@ -1,163 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "29168b55-1571-4743-9178-01314586cbe5", - "name": "Spawner (227)", - "location": [5819, 591, 0], - "map": "Felucca", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "JukaWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "346ff700-516b-4788-85a2-9ee7146726f9", - "name": "Spawner (227)", - "location": [5659, 563, 20], - "map": "Felucca", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "Brigand", "maxCount": 4, "probability": 100 }, - { "name": "JukaLord", "maxCount": 1, "probability": 100 }, - { "name": "JukaMage", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3ce378dd-3952-4fac-a5fe-ad12a7b09f20", - "name": "Spawner (227)", - "location": [5690, 534, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 30, - "entries": [ - { "name": "JukaLord", "maxCount": 1, "probability": 100 }, - { "name": "JukaMage", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "419487ab-4c4b-4726-8f93-0cd1b49aed0d", - "name": "Spawner (227)", - "location": [5808, 588, 12], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "JukaLord", "maxCount": 1, "probability": 100 }, - { "name": "JukaMage", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "41bd23d3-0a22-41fd-a2d2-5d6d809b2018", - "name": "Spawner (227)", - "location": [5828, 530, 0], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 30, - "entries": [ - { "name": "JukaLord", "maxCount": 1, "probability": 100 }, - { "name": "JukaMage", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "63285a8f-9f0d-4966-9f0e-a7fa33fe3a45", - "name": "Spawner (227)", - "location": [5857, 586, 15], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 30, - "entries": [ - { "name": "JukaLord", "maxCount": 1, "probability": 100 }, - { "name": "JukaMage", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84d09a21-c001-44ed-9c8a-2e7791fa4b1e", - "name": "Spawner (227)", - "location": [5792, 544, 10], - "map": "Felucca", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 30, - "entries": [ - { "name": "GolemController", "maxCount": 4, "probability": 100 }, - { "name": "Golem", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "87ed7838-1bc6-4987-bd1e-0cc16bd54f32", - "name": "Spawner (227)", - "location": [5724, 561, 20], - "map": "Felucca", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 30, - "entries": [ - { "name": "Golem", "maxCount": 1, "probability": 100 }, - { "name": "JukaLord", "maxCount": 1, "probability": 100 }, - { "name": "JukaMage", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dfb2dd7e-c751-49e6-9059-25b892efce67", - "name": "Spawner (227)", - "location": [5857, 562, 15], - "map": "Felucca", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 30, - "entries": [ - { "name": "JukaLord", "maxCount": 1, "probability": 100 }, - { "name": "JukaMage", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 3, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/ilshenar/Ancientlair.json b/Distribution/Data/Spawns/shared/ilshenar/Ancientlair.json deleted file mode 100644 index 48884cf58..000000000 --- a/Distribution/Data/Spawns/shared/ilshenar/Ancientlair.json +++ /dev/null @@ -1,103 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "113fa6c7-b58a-48eb-8cd8-18332e92e22e", - "name": "Spawner (301)", - "location": [79, 687, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "60859b12-15e4-4d3f-bbc6-b48c940c4080", - "name": "Spawner (301)", - "location": [54, 718, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6c0fa0c8-c4fb-4c89-a310-528a89dc22e9", - "name": "Spawner (301)", - "location": [115, 716, -28], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "FireElemental", "maxCount": 3, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9f1df533-f0b6-4d42-8c80-ebf852a0830b", - "name": "Spawner (301)", - "location": [131, 78, 0], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cbb2e5a6-ad0e-4bf3-b53d-528756994f1b", - "name": "Spawner (301)", - "location": [50, 689, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:10:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 15, - "entries": [ - { "name": "AncientWyrm", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fdfe8209-e586-454c-aa1e-fdabf9b43125", - "name": "Spawner (301)", - "location": [82, 718, -28], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "FireElemental", "maxCount": 2, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/ilshenar/Ankh.json b/Distribution/Data/Spawns/shared/ilshenar/Ankh.json deleted file mode 100644 index 8a9eba8ac..000000000 --- a/Distribution/Data/Spawns/shared/ilshenar/Ankh.json +++ /dev/null @@ -1,489 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "01be3c7a-f159-4721-aa38-5861f526d3b8", - "name": "Spawner (302)", - "location": [45, 905, -29], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "FireElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1146a823-b233-4508-89f4-802dc5f67112", - "name": "Spawner (302)", - "location": [66, 1171, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12ed93c0-e81b-4de2-afe6-0c5c34975a41", - "name": "Spawner (302)", - "location": [49, 846, -30], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "PoisonElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "192e009f-b329-47a3-b290-cd1af4504db6", - "name": "Spawner (302)", - "location": [148, 953, -29], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Kirin", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "250608fe-f32f-472e-a726-d5e1e3924160", - "name": "Spawner (302)", - "location": [15, 1503, -27], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "Imp", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2de1d85a-a211-4c0d-8cdb-3820a2f4cde3", - "name": "Spawner (302)", - "location": [62, 1446, -28], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "EvilMage", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "32d38b45-94a0-429d-b06d-da2941222110", - "name": "Spawner (302)", - "location": [39, 1491, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Daemon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "40c9f7b2-9ce5-4c7c-ba9c-d78cbd9a7eab", - "name": "Spawner (302)", - "location": [131, 1331, -28], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "LichLord", "maxCount": 1, "probability": 100 }, - { "name": "RottingCorpse", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5644d83b-87a0-46aa-a23d-5166d9d4f2f7", - "name": "Spawner (302)", - "location": [55, 1303, -28], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 2, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5c977889-217c-4562-bc51-d549a3ce616d", - "name": "Spawner (302)", - "location": [29, 1016, -27], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 35, - "entries": [ - { "name": "Drake", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "675f68f6-58e7-4a9c-adef-31aa0ecdbc00", - "name": "Spawner (302)", - "location": [86, 1447, -28], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 15, - "entries": [ - { "name": "Mummy", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6fa3458d-ad0c-4ec0-a058-1d831df7b112", - "name": "Spawner (302)", - "location": [71, 1521, -28], - "map": "Ilshenar", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 40, - "entries": [ - { "name": "HellHound", "maxCount": 2, "probability": 100 }, - { "name": "Imp", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "94a6eb04-35cb-49c0-8697-ac3caf736e1a", - "name": "Spawner (302)", - "location": [124, 1435, -16], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "SkeletalMage", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "94b96b34-65e4-4af5-a3cd-56c2c8e8478f", - "name": "Spawner (302)", - "location": [473, 1552, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "SerpentineDragon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9a01a01c-2e9f-46ad-b9a9-0d1af7d3b211", - "name": "Spawner (302)", - "location": [102, 959, -43], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "PoisonElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9bca331b-b283-436c-b46b-446d69e18593", - "name": "Spawner (302)", - "location": [108, 1110, -27], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9debe6c0-b766-4c9a-94c7-2f4db1d1a7fd", - "name": "Spawner (302)", - "location": [34, 1462, -28], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "BloodElemental", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a474135e-6997-45bf-a865-77ca9c5c854b", - "name": "Spawner (302)", - "location": [29, 1009, -27], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 35, - "entries": [ - { "name": "Dragon", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b88fa850-e3c3-468e-b8e4-afc1430e5ad6", - "name": "Spawner (302)", - "location": [87, 1051, -29], - "map": "Ilshenar", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 35, - "entries": [ - { "name": "EarthElemental", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c37e0854-914d-46a7-850f-4b8072add151", - "name": "Spawner (302)", - "location": [87, 1471, -22], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "EvilMage", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c5dbed97-1066-4bcc-8b21-cffeb33843ad", - "name": "Spawner (302)", - "location": [99, 1158, -23], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "AcidElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cb063844-675e-4177-9da9-7e3c1d2704af", - "name": "Spawner (302)", - "location": [63, 1471, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "EvilMage", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e3b4ec7a-974a-42ef-b9be-80b93317c858", - "name": "Spawner (302)", - "location": [129, 1530, -28], - "map": "Ilshenar", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 40, - "entries": [ - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 2, "probability": 100 }, - { "name": "RatmanMage", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e4279b1a-4375-4a93-9ed5-df2a8f9ade4a", - "name": "Spawner (302)", - "location": [438, 1552, -28], - "map": "Ilshenar", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Pixie", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e73b0e45-8071-4f7a-8126-d3b05a6ac95e", - "name": "Spawner (302)", - "location": [114, 908, -26], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "EarthElemental", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e87e63f3-2c4e-4a95-ad84-7cae33a9071b", - "name": "Spawner (302)", - "location": [31, 1410, -28], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 11, - "entries": [ - { "name": "SkeletalKnight", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ed586ce9-3e23-403c-b92a-013f2e88fb3c", - "name": "Spawner (302)", - "location": [107, 1390, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f444295e-dedd-4070-8386-54b35d4ac4bb", - "name": "Spawner (302)", - "location": [451, 1552, -27], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Wisp", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc88bc1a-1266-4ae7-ad00-50ecb32896ff", - "name": "Spawner (302)", - "location": [124, 1436, -16], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 15, - "entries": [ - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fd6c1c50-ee38-412c-8957-3f74936e8020", - "name": "Spawner (302)", - "location": [132, 1332, -28], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Zombie", "maxCount": 4, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/ilshenar/Blood.json b/Distribution/Data/Spawns/shared/ilshenar/Blood.json deleted file mode 100644 index 8ad44ab88..000000000 --- a/Distribution/Data/Spawns/shared/ilshenar/Blood.json +++ /dev/null @@ -1,291 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "1a119f51-d328-4a35-bda3-d63ca1d2f3f0", - "name": "Spawner (303)", - "location": [2051, 837, -28], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 15, - "entries": [ - { "name": "Imp", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1e39d497-d9f3-48ba-8c6a-af1bf7a9ba3d", - "name": "Spawner (303)", - "location": [2145, 911, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1f6a7fef-6d82-4d17-8505-0927a56a3302", - "name": "Spawner (303)", - "location": [2083, 911, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2dbb818a-3f08-4752-bfb0-414d433fa5d3", - "name": "Spawner (303)", - "location": [2146, 951, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Daemon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2e60ce70-cd00-4d8d-82fb-0733b5b06c32", - "name": "Spawner (303)", - "location": [2090, 868, -14], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 15, - "entries": [ - { "name": "HellCat", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2eada9f7-16d7-4d0e-9418-9e013208bf4f", - "name": "Spawner (303)", - "location": [2170, 920, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 32, - "entries": [ - { "name": "BloodElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3a8ab857-7a3d-4cd4-9466-567fd9d0b3ea", - "name": "Spawner (303)", - "location": [2113, 1017, -28], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "Succubus", "maxCount": 2, "probability": 100 }, - { "name": "HellCat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "49e5b4ac-570c-43eb-85cc-8c113c5bea7b", - "name": "Spawner (303)", - "location": [2138, 868, -14], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "BloodElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7d083d0d-b124-4567-96ec-6a35ac8cbc06", - "name": "Spawner (303)", - "location": [2177, 858, -28], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 15, - "entries": [ - { "name": "Imp", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7f72864a-7c9b-41ce-abda-a205be287234", - "name": "Spawner (303)", - "location": [2058, 907, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "BloodElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8540d8e1-53c7-416b-b611-94127a44d56c", - "name": "Spawner (303)", - "location": [2050, 859, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 15, - "entries": [ - { "name": "HellCat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8b88f31e-d1c6-4a32-b719-2062d630872f", - "name": "Spawner (303)", - "location": [2083, 951, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Daemon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a670a008-155a-4420-ab3c-e15e3e951f83", - "name": "Spawner (303)", - "location": [2115, 917, -23], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ac12b1c2-8db2-4664-91db-7381d677eb02", - "name": "Spawner (303)", - "location": [2114, 951, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Daemon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b36243ef-5201-4922-972a-8e0dd78ffe11", - "name": "Spawner (303)", - "location": [2114, 846, -28], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "Imp", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b73a5bca-9065-495e-8801-7b776732c00b", - "name": "Spawner (303)", - "location": [2138, 868, -14], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 15, - "entries": [ - { "name": "Imp", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d08b49a2-1291-4d12-a97f-50aee1c289ff", - "name": "Spawner (303)", - "location": [2058, 932, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "BloodElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d0c57916-16d8-4135-ba77-c43c93947a9d", - "name": "Spawner (303)", - "location": [2177, 836, -28], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 15, - "entries": [ - { "name": "Imp", "maxCount": 4, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/ilshenar/Exodus.json b/Distribution/Data/Spawns/shared/ilshenar/Exodus.json deleted file mode 100644 index 7476c42b9..000000000 --- a/Distribution/Data/Spawns/shared/ilshenar/Exodus.json +++ /dev/null @@ -1,366 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "1156d090-d270-4d2c-99b5-d9801dc4b411", - "name": "Spawner (304)", - "location": [1932, 196, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "GolemController", "maxCount": 2, "probability": 100 }, - { "name": "Golem", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "21934889-6573-468b-b7e9-40d090d3e9e3", - "name": "Spawner (304)", - "location": [1995, 67, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "GolemController", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "224edb01-38bc-4e79-abee-c1754f857c1a", - "name": "Spawner (304)", - "location": [2063, 183, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "GargoyleEnforcer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2704244a-7822-45bf-bc70-120c145fc097", - "name": "Spawner (304)", - "location": [1979, 192, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "ExodusOverseer", "maxCount": 2, "probability": 100 }, - { "name": "ExodusMinion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2cddb981-ac94-4967-9c20-2cc3de1a52c9", - "name": "Spawner (304)", - "location": [1980, 39, -28], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "ExodusOverseer", "maxCount": 3, "probability": 100 }, - { "name": "ExodusMinion", "maxCount": 3, "probability": 100 }, - { "name": "GolemController", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "35394aa1-6039-446f-b247-51d9f7926f6c", - "name": "Spawner (304)", - "location": [1894, 116, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "GolemController", "maxCount": 2, "probability": 100 }, - { "name": "ExodusOverseer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3a54ee30-73d0-4f81-8889-ace39a951514", - "name": "Spawner (304)", - "location": [2032, 184, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "GargoyleEnforcer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "412a318b-d693-413c-86e6-92996375f16e", - "name": "Spawner (304)", - "location": [1896, 72, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "GargoyleDestroyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "75b1d8fc-c98d-42c5-9445-12024a38f167", - "name": "Spawner (304)", - "location": [1895, 160, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "GargoyleDestroyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8c609c03-ea54-4cb3-8e79-ae67bbe813a8", - "name": "Spawner (304)", - "location": [2044, 87, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "ExodusMinion", "maxCount": 2, "probability": 100 }, - { "name": "Golem", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8e098781-936b-42cc-adfa-806111b9a9f2", - "name": "Spawner (304)", - "location": [1980, 116, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "EnslavedGargoyle", "maxCount": 2, "probability": 100 }, - { "name": "GolemController", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "918f3735-8e70-42c3-a633-2fe03730f22d", - "name": "Spawner (304)", - "location": [1932, 164, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "GolemController", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98c1814f-9347-402a-93aa-0d3fad5ca8e5", - "name": "Spawner (304)", - "location": [2071, 116, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "GolemController", "maxCount": 2, "probability": 100 }, - { "name": "ExodusOverseer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a2ff6be0-f521-42fa-8cda-0ca0436133d6", - "name": "Spawner (304)", - "location": [2044, 143, -28], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "GolemController", "maxCount": 3, "probability": 100 }, - { "name": "Golem", "maxCount": 3, "probability": 100 }, - { "name": "ExodusMinion", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a35646cf-0460-48d2-a4ea-5e9cc33ad9ab", - "name": "Spawner (304)", - "location": [1964, 164, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "GolemController", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b44ae0e1-0a06-4385-b550-c72c58b6b41f", - "name": "Spawner (304)", - "location": [1931, 67, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "GolemController", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c6d64523-ac82-4ad3-9f39-f2d80731a5a3", - "name": "Spawner (304)", - "location": [1932, 35, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "GolemController", "maxCount": 2, "probability": 100 }, - { "name": "Golem", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d39e9374-f30b-488c-8a12-5f3a6315f391", - "name": "Spawner (304)", - "location": [1939, 116, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "ExodusMinion", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dddffe92-2c45-4677-9690-2e782e597530", - "name": "Spawner (304)", - "location": [2058, 163, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "GargoyleEnforcer", "maxCount": 2, "probability": 100 }, - { "name": "GargoyleDestroyer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e3d9b4cc-ec56-4fed-a26c-330d2bd4edac", - "name": "Spawner (304)", - "location": [2031, 48, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "GargoyleEnforcer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f226735c-6233-4aba-989b-d6f90cd48e2f", - "name": "Spawner (304)", - "location": [2038, 67, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "GargoyleDestroyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f7bef168-af9c-4bc5-9928-348891d481c0", - "name": "Spawner (304)", - "location": [1996, 164, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "GolemController", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/ilshenar/Mushroom.json b/Distribution/Data/Spawns/shared/ilshenar/Mushroom.json deleted file mode 100644 index f7ccfa7b4..000000000 --- a/Distribution/Data/Spawns/shared/ilshenar/Mushroom.json +++ /dev/null @@ -1,66 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "3e3f2805-df30-4d29-abdd-e8a53002b1d2", - "name": "Spawner (305)", - "location": [1415, 1498, -27], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:02:00", - "maxDelay": "00:05:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "MushroomTrap", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "46803838-2abe-45af-8c77-4deccf2e99d7", - "name": "Spawner (305)", - "location": [1444, 1519, -28], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:02:00", - "maxDelay": "00:05:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MushroomTrap", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e7588959-6148-4bf7-a0b1-829b3dca6e1b", - "name": "Spawner (305)", - "location": [1464, 1495, -28], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:02:00", - "maxDelay": "00:05:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MushroomTrap", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f5a9bc72-4489-4b3a-83ee-7c476d4c9396", - "name": "Spawner (305)", - "location": [1441, 1532, -28], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:02:00", - "maxDelay": "00:05:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MushroomTrap", "maxCount": 4, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/ilshenar/Outdoors.json b/Distribution/Data/Spawns/shared/ilshenar/Outdoors.json deleted file mode 100644 index 94b543589..000000000 --- a/Distribution/Data/Spawns/shared/ilshenar/Outdoors.json +++ /dev/null @@ -1,3356 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0094215e-9411-4fa1-a091-dbfd46540289", - "name": "Spawner (306)", - "location": [853, 762, -80], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 17, - "walkingRange": 17, - "entries": [ - { "name": "Quagmire", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "01b06a3d-d447-4ada-aa1e-c0ed77f20988", - "name": "Spawner (306)", - "location": [630, 828, -55], - "map": "Ilshenar", - "count": 25, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 85, - "walkingRange": 110, - "entries": [ - { "name": "TropicalBird", "maxCount": 7, "probability": 100 }, - { "name": "Boar", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 4, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 4, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 4, "probability": 100 }, - { "name": "Gorilla", "maxCount": 4, "probability": 100 }, - { "name": "Panther", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "04bb184e-3ba8-40ea-90db-59479a0e21a2", - "name": "Spawner (306)", - "location": [1070, 750, -80], - "map": "Ilshenar", - "count": 14, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "SewerRat", "maxCount": 4, "probability": 100 }, - { "name": "Corpser", "maxCount": 2, "probability": 100 }, - { "name": "Bogling", "maxCount": 2, "probability": 100 }, - { "name": "GiantRat", "maxCount": 2, "probability": 100 }, - { "name": "Alligator", "maxCount": 2, "probability": 100 }, - { "name": "Mongbat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "05ea0169-d712-439a-bbbc-decb66204c70", - "name": "Spawner (306)", - "location": [879, 781, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "ChaosDaemon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0608e0a7-41e3-416a-b283-c4c7548ff433", - "name": "Spawner (306)", - "location": [681, 1125, -73], - "map": "Ilshenar", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 65, - "entries": [ - { "name": "TropicalBird", "maxCount": 4, "probability": 100 }, - { "name": "Boar", "maxCount": 2, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 }, - { "name": "Gorilla", "maxCount": 2, "probability": 100 }, - { "name": "Panther", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0636eb85-29c6-4f6c-b3fa-56930c3ab4b0", - "name": "Spawner (306)", - "location": [1083, 664, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "JukaLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "08173e6f-aebd-4ba2-85ae-6b9390f2d26c", - "name": "Spawner (306)", - "location": [1504, 878, 10], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "GiantSpider", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "089d463b-27b6-4f55-84f7-e72bb08fcb58", - "name": "Spawner (306)", - "location": [742, 440, -59], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Lich", "maxCount": 1, "probability": 100 }, - { "name": "LichLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "08c9e8fa-503a-4590-ae93-498397e9f798", - "name": "Spawner (306)", - "location": [646, 1209, -93], - "map": "Ilshenar", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 50, - "entries": [ - { "name": "TropicalBird", "maxCount": 4, "probability": 100 }, - { "name": "Boar", "maxCount": 2, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 }, - { "name": "Gorilla", "maxCount": 2, "probability": 100 }, - { "name": "Panther", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "09d2520c-8083-4cd9-ac10-7e8c67cbb01b", - "name": "Spawner (306)", - "location": [638, 555, -75], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Wyvern", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0ab9d3c1-154c-4ceb-9fcc-cb2142950550", - "name": "Spawner (306)", - "location": [783, 448, -47], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Lich", "maxCount": 1, "probability": 100 }, - { "name": "LichLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0b49d91f-2e00-4a51-bfe4-887dc0648c2f", - "name": "Spawner (306)", - "location": [370, 264, -52], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Wyvern", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "DreadSpider", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0b4c3c4c-418e-46f7-be0f-d39d51e8843a", - "name": "Spawner (306)", - "location": [397, 958, -80], - "map": "Ilshenar", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 70, - "entries": [ - { "name": "TropicalBird", "maxCount": 4, "probability": 100 }, - { "name": "Boar", "maxCount": 2, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 }, - { "name": "Gorilla", "maxCount": 2, "probability": 100 }, - { "name": "Panther", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0bc9fdae-c152-4e2e-a117-f7664d7a7f30", - "name": "Spawner (306)", - "location": [1135, 743, -80], - "map": "Ilshenar", - "count": 14, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "SewerRat", "maxCount": 4, "probability": 100 }, - { "name": "Corpser", "maxCount": 2, "probability": 100 }, - { "name": "Bogling", "maxCount": 2, "probability": 100 }, - { "name": "GiantRat", "maxCount": 2, "probability": 100 }, - { "name": "Alligator", "maxCount": 2, "probability": 100 }, - { "name": "Mongbat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0c2ea734-6dea-4648-8c9d-37a5e91eea2b", - "name": "Spawner (306)", - "location": [489, 488, -62], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "ElderGazer", "maxCount": 1, "probability": 100 }, - { "name": "Gazer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0d513dab-cb9d-42bc-8e86-ffd715ffc3e5", - "name": "Spawner (306)", - "location": [514, 1225, -66], - "map": "Ilshenar", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "TropicalBird", "maxCount": 4, "probability": 100 }, - { "name": "Boar", "maxCount": 1, "probability": 100 }, - { "name": "Snake", "maxCount": 2, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 2, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 1, "probability": 100 }, - { "name": "Gorilla", "maxCount": 1, "probability": 100 }, - { "name": "Panther", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "11402edf-4c62-4179-a86a-1f49db2c8b4d", - "name": "Spawner (306)", - "location": [295, 1348, -26], - "map": "Ilshenar", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Lizardman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "126847de-2d7c-49ce-baba-7939b13f5751", - "name": "Spawner (306)", - "location": [1084, 675, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 15, - "entries": [ - { "name": "JukaMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "135c1626-1ac5-4fe6-970c-3bf9d19f588c", - "name": "Spawner (306)", - "location": [1519, 1019, -6], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 0, - "entries": [ - { "name": "HealerCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "13bc99c3-a51d-4ca0-b6bc-4c5698870ad0", - "name": "Spawner (306)", - "location": [964, 456, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "EarthElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "14c41ba9-6903-43dc-bfb0-30b6c10df12f", - "name": "Spawner (306)", - "location": [1592, 1191, -20], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Unicorn", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "16b1d51f-a63a-402c-baf0-fccb22964b64", - "name": "Spawner (306)", - "location": [1160, 681, -80], - "map": "Ilshenar", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "SewerRat", "maxCount": 4, "probability": 100 }, - { "name": "Corpser", "maxCount": 2, "probability": 100 }, - { "name": "Bogling", "maxCount": 1, "probability": 100 }, - { "name": "GiantRat", "maxCount": 2, "probability": 100 }, - { "name": "Alligator", "maxCount": 2, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "16fb0dfe-0333-467f-a29e-395067847379", - "name": "Spawner (306)", - "location": [748, 492, -64], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "ElderGazer", "maxCount": 1, "probability": 100 }, - { "name": "Gazer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1a3d283e-539d-4a54-8f31-ccfba1a1712e", - "name": "Spawner (306)", - "location": [756, 208, -40], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Cyclops", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1abdf777-6592-4e3e-8ce2-9863e7975f8d", - "name": "Spawner (306)", - "location": [1445, 384, 22], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Troll", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1bbb08b1-5a8f-49fa-923e-9e1a7c1a2758", - "name": "Spawner (306)", - "location": [1070, 750, -80], - "map": "Ilshenar", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Lizardman", "maxCount": 4, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 2, "probability": 100 }, - { "name": "AcidElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1bf4cbee-2835-4c1e-aa54-49f61260836e", - "name": "Spawner (306)", - "location": [1070, 639, -79], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "JukaLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1d561eeb-d2ca-49c5-9abd-02b48dd5d7b4", - "name": "Spawner (306)", - "location": [964, 638, -80], - "map": "Ilshenar", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 50, - "entries": [ - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "EarthElemental", "maxCount": 5, "probability": 100 }, - { "name": "Scorpion", "maxCount": 5, "probability": 100 }, - { "name": "SandVortex", "maxCount": 5, "probability": 100 }, - { "name": "Ridgeback", "maxCount": 1, "probability": 100 }, - { "name": "Efreet", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1df0bbb8-c293-4d0b-8ddc-080926fa4246", - "name": "Spawner (306)", - "location": [1352, 667, 111], - "map": "Ilshenar", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 22, - "walkingRange": 22, - "entries": [ - { "name": "FrostTroll", "maxCount": 3, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 2, "probability": 100 }, - { "name": "IceElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1e5b54c0-d694-4a14-ade1-0da78a1829b8", - "name": "Spawner (306)", - "location": [1319, 560, -4], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Gargoyle", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1e695260-4946-433b-91c3-0e67eb3434ef", - "name": "Spawner (306)", - "location": [733, 1238, -68], - "map": "Ilshenar", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 65, - "entries": [ - { "name": "TropicalBird", "maxCount": 4, "probability": 100 }, - { "name": "Boar", "maxCount": 2, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 }, - { "name": "Gorilla", "maxCount": 2, "probability": 100 }, - { "name": "Panther", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2078f000-de9a-492b-a35f-fa4a8cdff17c", - "name": "Spawner (306)", - "location": [1097, 702, -79], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 7, - "entries": [ - { "name": "GolemController", "maxCount": 1, "probability": 100 }, - { "name": "Golem", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "209ff492-213a-4e4f-bc0f-e00be14de63a", - "name": "Spawner (306)", - "location": [1160, 681, -80], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "20d82817-a691-4340-b341-3aadd53f0471", - "name": "Spawner (306)", - "location": [1442, 576, -11], - "map": "Ilshenar", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Skeleton", "maxCount": 5, "probability": 100 }, - { "name": "Shade", "maxCount": 6, "probability": 100 }, - { "name": "Spectre", "maxCount": 6, "probability": 100 }, - { "name": "Wraith", "maxCount": 6, "probability": 100 }, - { "name": "Ghoul", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "251d70b0-01cd-4817-b072-1dd7dd5ba417", - "name": "Spawner (306)", - "location": [366, 881, -73], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "Lich", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "286d344f-fbf6-4cea-bd98-66a6ae098622", - "name": "Spawner (306)", - "location": [567, 807, -74], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 0, - "entries": [ - { "name": "MageCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2877d30d-dff4-449d-927f-2c30146d5060", - "name": "Spawner (306)", - "location": [445, 318, -64], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2ba57b1c-8c9a-4b21-9d44-44a36804e6c5", - "name": "Spawner (306)", - "location": [1421, 517, 1], - "map": "Ilshenar", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Orc", "maxCount": 3, "probability": 100 }, - { "name": "OrcCaptain", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2f26425c-ee86-48f4-84e8-96c85410fdf7", - "name": "Spawner (306)", - "location": [354, 1140, -52], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Shade", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2f2b8727-6b0d-4ce1-97f5-6893895a89bd", - "name": "Spawner (306)", - "location": [1090, 646, -60], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 10, - "entries": [ - { "name": "Betrayer", "maxCount": 1, "probability": 100 }, - { "name": "JukaLord", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "33d32b88-b234-4f29-911b-db8f5008fe7d", - "name": "Spawner (306)", - "location": [664, 665, -35], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 654, "y": 655, "z": -128 }, - "end": { "x": 674, "y": 675, "z": -20 } - }, - "walkingRange": 10, - "entries": [ - { "name": "RatmanMage", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3585e152-9781-42d6-8524-88edff5ca30e", - "name": "Spawner (306)", - "location": [1372, 623, 111], - "map": "Ilshenar", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 30, - "entries": [ - { "name": "FrostTroll", "maxCount": 4, "probability": 100 }, - { "name": "IceElemental", "maxCount": 1, "probability": 100 }, - { "name": "IceSerpent", "maxCount": 2, "probability": 100 }, - { "name": "FrostSpider", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "370cf0c4-a6d5-4940-b3bc-5e911aad3b67", - "name": "Spawner (306)", - "location": [353, 1140, -54], - "map": "Ilshenar", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Spectre", "maxCount": 3, "probability": 100 }, - { "name": "Shade", "maxCount": 3, "probability": 100 }, - { "name": "Wraith", "maxCount": 3, "probability": 100 }, - { "name": "Ghoul", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37253fe5-959b-45cf-88ab-8b6551fbbab7", - "name": "Spawner (306)", - "location": [1088, 661, -60], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 9, - "walkingRange": 10, - "entries": [ - { "name": "JukaMage", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 1, "probability": 100 }, - { "name": "Juggernaut", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3845912b-63e1-42e8-8574-63bf5c8f3401", - "name": "Spawner (306)", - "location": [739, 264, -54], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 35, - "walkingRange": 35, - "entries": [ - { "name": "Cyclops", "maxCount": 1, "probability": 100 }, - { "name": "Titan", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3846e700-72a4-4d94-84e5-06b5d9b044c5", - "name": "Spawner (306)", - "location": [978, 471, -80], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Imp", "maxCount": 1, "probability": 100 }, - { "name": "GolemController", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "38b098ef-adb7-4187-9c46-2266659838b7", - "name": "Spawner (306)", - "location": [325, 893, -72], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Lich", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "38b2eaed-8ee0-4992-bc2d-b0b916e515b2", - "name": "Spawner (306)", - "location": [1571, 253, 14], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Imp", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e4a4532-780a-4b55-ac97-e1dc5f3f816a", - "name": "Spawner (306)", - "location": [1000, 272, 56], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 975, "y": 247, "z": -128 }, - "end": { "x": 1025, "y": 297, "z": 95 } - }, - "walkingRange": 25, - "entries": [ - { "name": "LichLord", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 3, "probability": 100 }, - { "name": "Spectre", "maxCount": 3, "probability": 100 }, - { "name": "Wraith", "maxCount": 3, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 }, - { "name": "Ghoul", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "40d88f7b-2b85-4fb5-a207-7ce74ecf3f3a", - "name": "Spawner (306)", - "location": [1805, 469, -9], - "map": "Ilshenar", - "count": 14, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "EarthElemental", "maxCount": 3, "probability": 100 }, - { "name": "Scorpion", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "413d50ce-9d24-4ed3-ae07-77b1fe16f29a", - "name": "Spawner (306)", - "location": [1041, 272, 56], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 1016, "y": 247, "z": -128 }, - "end": { "x": 1066, "y": 297, "z": 95 } - }, - "walkingRange": 25, - "entries": [ - { "name": "Lich", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 3, "probability": 100 }, - { "name": "Spectre", "maxCount": 3, "probability": 100 }, - { "name": "Wraith", "maxCount": 3, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 }, - { "name": "Ghoul", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "42dd61c7-6bec-4781-b24e-6db7864b72a4", - "name": "Spawner (306)", - "location": [941, 471, -38], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "Imp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4345b3d1-292e-4c01-af9c-e4abe339b8c5", - "name": "Spawner (306)", - "location": [330, 881, -73], - "map": "Ilshenar", - "count": 17, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 }, - { "name": "Spectre", "maxCount": 5, "probability": 100 }, - { "name": "Shade", "maxCount": 5, "probability": 100 }, - { "name": "Wraith", "maxCount": 5, "probability": 100 }, - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 2, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 2, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 4, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "44dd1dfd-d45f-41a4-a7bb-bd44c257a4f3", - "name": "Spawner (306)", - "location": [447, 425, -60], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "462ee8dd-f60c-438e-90a7-0bd1b7b2f137", - "name": "Spawner (306)", - "location": [223, 1360, -15], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "AncientWyrm", "maxCount": 1, "probability": 100 }, - { "name": "Wyvern", "maxCount": 2, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "48fa1520-858d-40ea-b7f0-a1d47fb0ebbc", - "name": "Spawner (306)", - "location": [963, 1028, -31], - "map": "Ilshenar", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 40, - "entries": [ - { "name": "Reaper", "maxCount": 2, "probability": 100 }, - { "name": "Mongbat", "maxCount": 4, "probability": 100 }, - { "name": "Imp", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "49a3f002-3ed6-4e08-b8de-d6ffa7dae59f", - "name": "Spawner (306)", - "location": [1733, 1161, -5], - "map": "Ilshenar", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Skeleton", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4d8998df-e3b7-41c8-9e15-7147a530e05c", - "name": "Spawner (306)", - "location": [430, 1176, -68], - "map": "Ilshenar", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "SwampTentacle", "maxCount": 4, "probability": 100 }, - { "name": "GiantToad", "maxCount": 12, "probability": 100 }, - { "name": "Alligator", "maxCount": 14, "probability": 100 }, - { "name": "Reaper", "maxCount": 4, "probability": 100 }, - { "name": "Corpser", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4f9a9db0-6b48-4134-be58-16590bbcd28d", - "name": "Spawner (306)", - "location": [1107, 627, -59], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 7, - "entries": [ - { "name": "JukaMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "50392cce-759c-41f2-8ceb-926f00d1a455", - "name": "Spawner (306)", - "location": [1135, 743, -80], - "map": "Ilshenar", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Lizardman", "maxCount": 4, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 2, "probability": 100 }, - { "name": "AcidElemental", "maxCount": 1, "probability": 100 }, - { "name": "BogThing", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5056885c-d7a0-4cff-9e18-b2edb0f507fe", - "name": "Spawner (306)", - "location": [377, 340, -14], - "map": "Ilshenar", - "count": 35, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 150, - "entries": [ - { "name": "TropicalBird", "maxCount": 9, "probability": 100 }, - { "name": "Boar", "maxCount": 5, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 5, "probability": 100 }, - { "name": "Gorilla", "maxCount": 5, "probability": 100 }, - { "name": "Panther", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "51c640e7-ecaf-4949-8de8-37b31daaa1b8", - "name": "Spawner (306)", - "location": [588, 674, -60], - "map": "Ilshenar", - "count": 25, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 75, - "walkingRange": 100, - "entries": [ - { "name": "TropicalBird", "maxCount": 7, "probability": 100 }, - { "name": "Boar", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 4, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 4, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 4, "probability": 100 }, - { "name": "Gorilla", "maxCount": 4, "probability": 100 }, - { "name": "Panther", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "53db67c5-be50-4250-bdaa-14d7684f9ee2", - "name": "Spawner (306)", - "location": [1183, 1287, -30], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "Zombie", "maxCount": 3, "probability": 100 }, - { "name": "Ghoul", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "58561047-30f5-4a7d-9aa9-6430566a554a", - "name": "Spawner (306)", - "location": [1852, 484, -13], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "StoneGargoyle", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a3db698-ab8a-4794-b798-79dcb81d2229", - "name": "Spawner (306)", - "location": [1358, 498, 3], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 0, - "entries": [ - { "name": "HealerCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5c8e9fc9-aef3-4248-aa1d-829108d3f59b", - "name": "Spawner (306)", - "location": [664, 668, 5], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 657, "y": 661, "z": 5 }, - "end": { "x": 671, "y": 675, "z": 20 } - }, - "walkingRange": 10, - "entries": [ - { "name": "RatmanMage", "maxCount": 1, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5ce8e092-abb1-4db0-ad42-c3cb2d4ab28d", - "name": "Spawner (306)", - "location": [350, 1204, -38], - "map": "Ilshenar", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "SwampTentacle", "maxCount": 2, "probability": 100 }, - { "name": "GiantToad", "maxCount": 5, "probability": 100 }, - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "Reaper", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5d4c8c7a-0513-4f06-b84e-85896cd5c5c9", - "name": "Spawner (306)", - "location": [987, 791, -80], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "603df694-0c2b-450a-8c18-64b6dbbcbacf", - "name": "Spawner (306)", - "location": [605, 973, -82], - "map": "Ilshenar", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 65, - "entries": [ - { "name": "TropicalBird", "maxCount": 4, "probability": 100 }, - { "name": "Boar", "maxCount": 2, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 }, - { "name": "Gorilla", "maxCount": 2, "probability": 100 }, - { "name": "Panther", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "60e90560-1527-4f63-b097-6a4ec6c38f8e", - "name": "Spawner (306)", - "location": [648, 1321, -57], - "map": "Ilshenar", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Wisp", "maxCount": 2, "probability": 100 }, - { "name": "Imp", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "628ed55b-7593-471e-8676-3a017e26ea43", - "name": "Spawner (306)", - "location": [1400, 687, 32], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Harpy", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "63b04be0-c512-4985-b0b2-30ba0b282d84", - "name": "Spawner (306)", - "location": [275, 453, -53], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6428c823-54f9-4675-9bb9-8c5d4b0a5db0", - "name": "Spawner (306)", - "location": [485, 891, -82], - "map": "Ilshenar", - "count": 14, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "RatmanMage", "maxCount": 1, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 2, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 2, "probability": 100 }, - { "name": "Slime", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "649e26f7-54c4-42ce-a8f4-7a755cc361f3", - "name": "Spawner (306)", - "location": [783, 448, -47], - "map": "Ilshenar", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 }, - { "name": "Shade", "maxCount": 4, "probability": 100 }, - { "name": "Spectre", "maxCount": 4, "probability": 100 }, - { "name": "Wraith", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 2, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 2, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 2, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6633838e-e038-4494-a3b9-2b7cb570c675", - "name": "Spawner (306)", - "location": [511, 545, -60], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 25, - "entries": [ - { "name": "Brigand", "maxCount": 4, "probability": 100 }, - { "name": "EvilMage", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "697f7eba-a9f6-4703-800a-44b754370384", - "name": "Spawner (306)", - "location": [930, 519, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 15, - "entries": [ - { "name": "Imp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6a0bfc1f-d6f8-47a2-9551-62bdea09f4d5", - "name": "Spawner (306)", - "location": [703, 984, -68], - "map": "Ilshenar", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 65, - "entries": [ - { "name": "TropicalBird", "maxCount": 4, "probability": 100 }, - { "name": "Boar", "maxCount": 2, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 }, - { "name": "Gorilla", "maxCount": 2, "probability": 100 }, - { "name": "Panther", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6a7e29f4-5aa1-4106-94df-76d248d282f4", - "name": "Spawner (306)", - "location": [1075, 628, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 7, - "entries": [ - { "name": "JukaMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6e75609b-a0f2-4f77-8ea2-63bdbb1b24a8", - "name": "Spawner (306)", - "location": [1000, 272, 56], - "map": "Ilshenar", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 975, "y": 247, "z": -128 }, - "end": { "x": 1025, "y": 297, "z": 95 } - }, - "walkingRange": 25, - "entries": [ - { "name": "DreadSpider", "maxCount": 1, "probability": 100 }, - { "name": "StoneGargoyle", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 1, "probability": 100 }, - { "name": "ElderGazer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6f341a81-ed10-448a-8986-9b6fe3f7f42e", - "name": "Spawner (306)", - "location": [664, 665, -15], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 657, "y": 658, "z": -15 }, - "end": { "x": 671, "y": 672, "z": 0 } - }, - "walkingRange": 10, - "entries": [ - { "name": "RatmanArcher", "maxCount": 2, "probability": 100 }, - { "name": "Ratman", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7431d589-5e24-4f05-b479-30dc17c7e942", - "name": "Spawner (306)", - "location": [1098, 698, -60], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "GolemController", "maxCount": 1, "probability": 100 }, - { "name": "Golem", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "749fd6cf-bc7c-476e-b125-e980ab8d540e", - "name": "Spawner (306)", - "location": [468, 874, -80], - "map": "Ilshenar", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 50, - "entries": [ - { "name": "TropicalBird", "maxCount": 4, "probability": 100 }, - { "name": "Boar", "maxCount": 2, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 }, - { "name": "Gorilla", "maxCount": 2, "probability": 100 }, - { "name": "Panther", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7513fe51-3c38-4bdd-9462-71b8442352ae", - "name": "Spawner (306)", - "location": [821, 758, -80], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 17, - "walkingRange": 17, - "entries": [ - { "name": "ChaosDaemon", "maxCount": 1, "probability": 100 }, - { "name": "Moloch", "maxCount": 1, "probability": 100 }, - { "name": "Doppleganger", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7566467d-86a1-4e77-8d7e-cd2c876f4af2", - "name": "Spawner (306)", - "location": [1585, 990, 20], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 10, - "entries": [ - { "name": "GiantRat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "757b03a1-ee65-4fa4-8465-cffc7754f9af", - "name": "Spawner (306)", - "location": [946, 430, -80], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Gargoyle", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "76827ffe-c3f1-4bcf-84fc-b3e2bc796c2e", - "name": "Spawner (306)", - "location": [981, 470, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "EarthElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "78364853-0fe1-4bc7-b3e9-2c8cb742514c", - "name": "Spawner (306)", - "location": [1059, 675, -79], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "JukaWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "798e730a-c923-4159-abf5-0c1492331a67", - "name": "Spawner (306)", - "location": [1747, 1221, -1], - "map": "Ilshenar", - "count": 11, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 4, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 4, "probability": 100 }, - { "name": "Imp", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7c2b6978-ce19-490d-8d71-7ed2aa368bfd", - "name": "Spawner (306)", - "location": [1480, 1207, -18], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Unicorn", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7d92c3d5-24c0-4caa-b732-0acaa35b5a4b", - "name": "Spawner (306)", - "location": [1400, 572, -13], - "map": "Ilshenar", - "count": 11, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 }, - { "name": "Shade", "maxCount": 4, "probability": 100 }, - { "name": "Spectre", "maxCount": 4, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 }, - { "name": "Efreet", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7de1e641-1ffc-4161-b38f-a3730aeab3a2", - "name": "Spawner (306)", - "location": [1275, 401, -1], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 35, - "walkingRange": 40, - "entries": [ - { "name": "Drake", "maxCount": 2, "probability": 100 }, - { "name": "Harpy", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8148df05-3fd6-4b7e-a052-bc8830e173e5", - "name": "Spawner (306)", - "location": [338, 863, -72], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "LichLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "827416b4-3e01-4d6a-9901-2b0cdc57ef3b", - "name": "Spawner (306)", - "location": [460, 469, -49], - "map": "Ilshenar", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 75, - "entries": [ - { "name": "TropicalBird", "maxCount": 5, "probability": 100 }, - { "name": "Boar", "maxCount": 2, "probability": 100 }, - { "name": "Snake", "maxCount": 5, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 5, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 3, "probability": 100 }, - { "name": "Gorilla", "maxCount": 3, "probability": 100 }, - { "name": "Panther", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "82d08b20-2c54-4d66-b165-832eb2d9eefd", - "name": "Spawner (306)", - "location": [1828, 601, 38], - "map": "Ilshenar", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Wyvern", "maxCount": 2, "probability": 100 }, - { "name": "Mummy", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "82fd9f36-5fca-4deb-bbdf-7fe85fba6344", - "name": "Spawner (306)", - "location": [1775, 530, 66], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "85ff24c5-747c-429c-ac5b-288a259572f4", - "name": "Spawner (306)", - "location": [1092, 628, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 7, - "entries": [ - { "name": "JukaWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "87acf4d6-d8a3-4302-82e7-da7e4bc8b040", - "name": "Spawner (306)", - "location": [1083, 628, -60], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 15, - "entries": [ - { "name": "JukaWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "88063e8a-ea72-4a69-945a-274e4cd2f6a2", - "name": "Spawner (306)", - "location": [1530, 667, -14], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 15, - "entries": [ - { "name": "EarthElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8a38f9e6-156d-4af4-a732-eceae98cb9c1", - "name": "Spawner (306)", - "location": [778, 264, -38], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 35, - "walkingRange": 35, - "entries": [ - { "name": "Cyclops", "maxCount": 1, "probability": 100 }, - { "name": "Titan", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ccefff3-a611-4d68-856d-c55d3f0f1c68", - "name": "Spawner (306)", - "location": [1496, 280, -10], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Imp", "maxCount": 3, "probability": 100 }, - { "name": "Daemon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ed26f0f-de07-4412-bc99-6cee204f1f40", - "name": "Spawner (306)", - "location": [1072, 651, -60], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 6, - "entries": [ - { "name": "JukaWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9066bb92-197e-4a1d-bc36-61ead0f50a79", - "name": "Spawner (306)", - "location": [1060, 659, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 7, - "entries": [ - { "name": "JukaWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "91bf1d10-57ae-4e79-a7db-66b06c5e1320", - "name": "Spawner (306)", - "location": [913, 935, -34], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "WaterElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "91d2b43c-a0fe-4613-8cc3-cf9d67f3e5ca", - "name": "Spawner (306)", - "location": [973, 460, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "LavaLizard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "92d313e6-e98e-4803-b61b-faea999cd89f", - "name": "Spawner (306)", - "location": [1083, 651, -40], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Juggernaut", "maxCount": 3, "probability": 100 }, - { "name": "Golem", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9320cae4-3837-4cb8-8ef7-9238f5ca2eae", - "name": "Spawner (306)", - "location": [1237, 473, -4], - "map": "Ilshenar", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 1, "probability": 100 }, - { "name": "RatmanMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93695f7d-f83a-4797-a125-6ff28e94c368", - "name": "Spawner (306)", - "location": [902, 1308, -71], - "map": "Ilshenar", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 35, - "walkingRange": 40, - "entries": [ - { "name": "Titan", "maxCount": 2, "probability": 100 }, - { "name": "Cyclops", "maxCount": 4, "probability": 100 }, - { "name": "Ettin", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "99def11e-ee3f-440e-bafb-2a0b3c89d0c9", - "name": "Spawner (306)", - "location": [1772, 67, -28], - "map": "Ilshenar", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 25, - "entries": [ - { "name": "MeerWarrior", "maxCount": 3, "probability": 100 }, - { "name": "MeerMage", "maxCount": 2, "probability": 100 }, - { "name": "MeerCaptain", "maxCount": 2, "probability": 100 }, - { "name": "MeerEternal", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9a9045a4-e6a0-4c29-85af-6f0f497b6c21", - "name": "Spawner (306)", - "location": [1186, 1223, -20], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 0, - "entries": [ - { "name": "BankerCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9addf88a-7b37-49e1-aadc-5779d6eb586d", - "name": "Spawner (306)", - "location": [858, 799, -80], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 17, - "walkingRange": 17, - "entries": [ - { "name": "ChaosDaemon", "maxCount": 2, "probability": 100 }, - { "name": "Moloch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c699c4f-00f9-4e38-b62a-b94f5cfbcffb", - "name": "Spawner (306)", - "location": [1316, 633, 106], - "map": "Ilshenar", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "FrostTroll", "maxCount": 2, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 1, "probability": 100 }, - { "name": "IceElemental", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9cdf8453-6a90-4b5b-baf9-9698ab361f4a", - "name": "Spawner (306)", - "location": [1416, 317, 74], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "AncientWyrm", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a037d753-db69-4c16-8c67-4c1405a4aa0f", - "name": "Spawner (306)", - "location": [564, 1142, -99], - "map": "Ilshenar", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 45, - "walkingRange": 65, - "entries": [ - { "name": "TropicalBird", "maxCount": 4, "probability": 100 }, - { "name": "Boar", "maxCount": 2, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 }, - { "name": "Gorilla", "maxCount": 2, "probability": 100 }, - { "name": "Panther", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a1b1ec95-54f3-4f98-a891-4dfd576a0ac6", - "name": "Spawner (306)", - "location": [1700, 546, 5], - "map": "Ilshenar", - "count": 14, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 14, "probability": 100 }, - { "name": "Scorpion", "maxCount": 14, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a2ffa9ab-3ee2-4cea-8a60-b1c14c51a703", - "name": "Spawner (306)", - "location": [409, 264, -44], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Wyvern", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "DreadSpider", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a4f9334f-bdb9-411b-b848-4b41043b7a5c", - "name": "Spawner (306)", - "location": [1464, 241, 2], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Ettin", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a6753c19-0c02-4974-8f9a-ec93fb28116e", - "name": "Spawner (306)", - "location": [1087, 698, -80], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 7, - "entries": [ - { "name": "GolemController", "maxCount": 1, "probability": 100 }, - { "name": "Golem", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa6761b5-dd89-4700-8c1c-7fafcefcb035", - "name": "Spawner (306)", - "location": [1318, 1246, -13], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 50, - "entries": [ - { "name": "Pixie", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aabcb1f9-f76a-49db-a0f2-617e9abd2d66", - "name": "Spawner (306)", - "location": [605, 1061, -84], - "map": "Ilshenar", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 45, - "walkingRange": 55, - "entries": [ - { "name": "TropicalBird", "maxCount": 4, "probability": 100 }, - { "name": "Boar", "maxCount": 2, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 }, - { "name": "Gorilla", "maxCount": 2, "probability": 100 }, - { "name": "Panther", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "abd36839-1bf9-4879-b41e-6857521a0a28", - "name": "Spawner (306)", - "location": [742, 440, -59], - "map": "Ilshenar", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 }, - { "name": "Shade", "maxCount": 4, "probability": 100 }, - { "name": "Spectre", "maxCount": 4, "probability": 100 }, - { "name": "Wraith", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 2, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 2, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 2, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "abe02eba-8c77-43a4-b81a-88b366c1bbbb", - "name": "Spawner (306)", - "location": [400, 1334, -37], - "map": "Ilshenar", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 70, - "walkingRange": 70, - "entries": [ - { "name": "SwampTentacle", "maxCount": 5, "probability": 100 }, - { "name": "GiantToad", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Alligator", "maxCount": 0, "probability": 100 }, - { "name": "Reaper", "maxCount": 0, "probability": 100 }, - { "name": "Corpser", "maxCount": 0, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ac49b12d-1a92-429d-9434-b88fe0ae6bcb", - "name": "Spawner (306)", - "location": [565, 343, -77], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Wyvern", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ace0f33f-dea2-40b1-a1d8-5d8404cdc903", - "name": "Spawner (306)", - "location": [1070, 650, -79], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 7, - "entries": [ - { "name": "JukaMage", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ae1cec6c-8c74-4b4b-849f-f482df430969", - "name": "Spawner (306)", - "location": [1129, 1236, -4], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "Brigand", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b0a1a3db-b946-47b0-9be9-26093c01cbef", - "name": "Spawner (306)", - "location": [855, 464, -2], - "map": "Ilshenar", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Skeleton", "maxCount": 6, "probability": 100 }, - { "name": "Wraith", "maxCount": 2, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 4, "probability": 100 }, - { "name": "Zombie", "maxCount": 3, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 3, "probability": 100 }, - { "name": "Wyvern", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b158181c-8e65-42d1-ad74-5f8755e9e21e", - "name": "Spawner (306)", - "location": [1503, 239, -7], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Ettin", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b30f735e-cc37-4cae-b3a2-4bd44bf5441e", - "name": "Spawner (306)", - "location": [1083, 638, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "JukaWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b4fbf340-bb61-47b8-8e2f-ac6ed604214a", - "name": "Spawner (306)", - "location": [1060, 643, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 7, - "entries": [ - { "name": "JukaWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b70b8b97-55cc-4666-b5c0-5088913de58d", - "name": "Spawner (306)", - "location": [644, 819, -44], - "map": "Ilshenar", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 25, - "entries": [ - { "name": "RatmanMage", "maxCount": 3, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b7a6b349-9426-4332-8fca-238370a60f3b", - "name": "Spawner (306)", - "location": [1803, 66, -28], - "map": "Ilshenar", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 25, - "entries": [ - { "name": "MeerWarrior", "maxCount": 4, "probability": 100 }, - { "name": "MeerMage", "maxCount": 2, "probability": 100 }, - { "name": "MeerCaptain", "maxCount": 1, "probability": 100 }, - { "name": "MeerEternal", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b9bbfa6b-b223-4fb1-828c-100ca2ceb176", - "name": "Spawner (306)", - "location": [487, 890, -82], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Jwilson", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bb3daf66-4926-47b9-9113-9bf6e30303f3", - "name": "Spawner (306)", - "location": [1763, 344, 52], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bb89d203-e35e-4b3c-87a0-83ac03e2822f", - "name": "Spawner (306)", - "location": [960, 524, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 15, - "entries": [ - { "name": "EarthElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bc7cac1d-5957-4d5f-b459-c7379c118384", - "name": "Spawner (306)", - "location": [350, 1441, 17], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Imp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd8c40d5-7d9f-46f2-86f9-ab58c0ec5d31", - "name": "Spawner (306)", - "location": [935, 1159, 13], - "map": "Ilshenar", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 40, - "entries": [ - { "name": "HeadlessOne", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Imp", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bfef4953-b3bc-4ea4-a2f6-0d9885c7a2da", - "name": "Spawner (306)", - "location": [1534, 631, -14], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 15, - "entries": [ - { "name": "EarthElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c02c8708-ba44-46e1-9373-c0cce877084f", - "name": "Spawner (306)", - "location": [1647, 602, -14], - "map": "Ilshenar", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "DesertOstard", "maxCount": 5, "probability": 100 }, - { "name": "StoneHarpy", "maxCount": 1, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 2, "probability": 100 }, - { "name": "Efreet", "maxCount": 1, "probability": 100 }, - { "name": "LichLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c1f641e7-bd1c-4706-bc21-1af65e71bbee", - "name": "Spawner (306)", - "location": [1249, 957, -14], - "map": "Ilshenar", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Pixie", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c2679185-4de7-41dd-a304-27da19abffb2", - "name": "Spawner (306)", - "location": [911, 502, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 15, - "entries": [ - { "name": "EarthElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c2927de7-9e4a-4874-bcb4-857d20ce731b", - "name": "Spawner (306)", - "location": [808, 781, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "GolemController", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c3a2fccf-7467-45b6-8c92-b18ec3463312", - "name": "Spawner (306)", - "location": [1674, 1074, 32], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "EvilMageLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c565a927-decf-4326-8213-bcd7efb5fc21", - "name": "Spawner (306)", - "location": [1480, 1207, -18], - "map": "Ilshenar", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 70, - "walkingRange": 70, - "entries": [ - { "name": "Pixie", "maxCount": 5, "probability": 100 }, - { "name": "Horse", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c6da5392-5d37-43f5-8c50-0331d0bc4190", - "name": "Spawner (306)", - "location": [445, 366, -66], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c73818ae-1121-46ae-972e-b60e6a670889", - "name": "Spawner (306)", - "location": [1856, 517, -14], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Brigand", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ca1241f9-a5d2-432f-a4f5-23505d765970", - "name": "Spawner (306)", - "location": [685, 340, -64], - "map": "Ilshenar", - "count": 60, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 125, - "walkingRange": 170, - "entries": [ - { "name": "TropicalBird", "maxCount": 15, "probability": 100 }, - { "name": "Boar", "maxCount": 9, "probability": 100 }, - { "name": "Snake", "maxCount": 9, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 9, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 9, "probability": 100 }, - { "name": "Gorilla", "maxCount": 9, "probability": 100 }, - { "name": "Panther", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cadd8d7c-9d3a-4121-83ae-e2613840894a", - "name": "Spawner (306)", - "location": [302, 1580, -29], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Lizardman", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cae7914f-420c-4bd4-a325-604479484886", - "name": "Spawner (306)", - "location": [325, 1576, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 15, - "entries": [ - { "name": "Lizardman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "caf251aa-ecef-47a2-9671-c040818d4ea6", - "name": "Spawner (306)", - "location": [1095, 638, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "JukaMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cbb2778d-3936-46ea-97eb-f93214859600", - "name": "Spawner (306)", - "location": [1678, 971, 10], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Harpy", "maxCount": 3, "probability": 100 }, - { "name": "StoneHarpy", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cc71a047-fd22-43e8-96bb-953581239b63", - "name": "Spawner (306)", - "location": [822, 1324, -80], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Ettin", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ccbd8610-d346-4117-a518-9df86604bde4", - "name": "Spawner (306)", - "location": [1084, 652, -20], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "GolemController", "maxCount": 2, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd17296a-77d8-4eef-9e9d-c042d03c928b", - "name": "Spawner (306)", - "location": [1088, 637, -60], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "JukaMage", "maxCount": 2, "probability": 100 }, - { "name": "JukaLord", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cebde1e6-ed55-4160-87b6-acf8934a3778", - "name": "Spawner (306)", - "location": [1580, 538, -14], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 7, - "entries": [ - { "name": "Ratman", "maxCount": 2, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 1, "probability": 100 }, - { "name": "RatmanMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cfb042de-f9a6-49a0-a18d-7ff3067c9c0a", - "name": "Spawner (306)", - "location": [291, 1313, -25], - "map": "Ilshenar", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Lizardman", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d12c9543-0c01-47e6-b619-4cdddaba9f1b", - "name": "Spawner (306)", - "location": [1817, 976, -28], - "map": "Ilshenar", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 45, - "walkingRange": 45, - "entries": [ - { "name": "DreadSpider", "maxCount": 7, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 13, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d26042c9-0119-45e9-a006-0a59d84f338b", - "name": "Spawner (306)", - "location": [278, 1440, 15], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Efreet", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d4fa9bb9-65f4-4e28-a0df-c30a910b37bc", - "name": "Spawner (306)", - "location": [438, 1431, 15], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "FireElemental", "maxCount": 2, "probability": 100 }, - { "name": "AirElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d5cf478e-ed02-4bfb-943c-7b22d9d28b1b", - "name": "Spawner (306)", - "location": [1041, 272, 56], - "map": "Ilshenar", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "DreadSpider", "maxCount": 2, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 1, "probability": 100 }, - { "name": "StoneGargoyle", "maxCount": 1, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d6260f64-4918-4f57-a202-75c21906ebb9", - "name": "Spawner (306)", - "location": [449, 264, -57], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Wyvern", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "DreadSpider", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d7d89534-d330-4b6a-a6b0-83187bf9ff54", - "name": "Spawner (306)", - "location": [1091, 702, -40], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "Golem", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d977c28c-0fde-46fb-ae30-07c36d70f077", - "name": "Spawner (306)", - "location": [722, 1354, -61], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 4, "probability": 100 }, - { "name": "Gazer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da3f6bf3-177d-4280-bc57-e0f5b0adb651", - "name": "Spawner (306)", - "location": [938, 453, -80], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da798d63-b7b0-484f-a345-8f4849216de3", - "name": "Spawner (306)", - "location": [1580, 554, -13], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 7, - "entries": [ - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 1, "probability": 100 }, - { "name": "RatmanMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dc6d3f64-16bf-4643-af4d-d4806ec1fc80", - "name": "Spawner (306)", - "location": [1083, 675, -60], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 15, - "entries": [ - { "name": "Betrayer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd6a1f71-e45b-40c9-ac4c-75cb8a7c2ae3", - "name": "Spawner (306)", - "location": [1360, 888, -21], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 40, - "entries": [ - { "name": "Troll", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ddb61039-cb35-4e01-92f4-fa49f273db3e", - "name": "Spawner (306)", - "location": [961, 924, -37], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 0, - "entries": [ - { "name": "BankerCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e13fea92-e3ac-4e7d-bf3a-05d99b66b057", - "name": "Spawner (306)", - "location": [1083, 968, -38], - "map": "Ilshenar", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "WanderingHealer", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e15d8287-9350-468d-8144-dd3baa906a53", - "name": "Spawner (306)", - "location": [1086, 702, -60], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "GolemController", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e1700d3c-9672-4e00-951d-feb0e20c80db", - "name": "Spawner (306)", - "location": [652, 555, -72], - "map": "Ilshenar", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 75, - "entries": [ - { "name": "TropicalBird", "maxCount": 5, "probability": 100 }, - { "name": "Boar", "maxCount": 2, "probability": 100 }, - { "name": "Snake", "maxCount": 5, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 5, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 3, "probability": 100 }, - { "name": "Gorilla", "maxCount": 3, "probability": 100 }, - { "name": "Panther", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e3410cc2-aabd-4257-ade9-6866bb429349", - "name": "Spawner (306)", - "location": [385, 421, -62], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e4773cbb-3189-4e17-9f1d-5f0828466171", - "name": "Spawner (306)", - "location": [821, 802, -80], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 17, - "walkingRange": 17, - "entries": [ - { "name": "Quagmire", "maxCount": 1, "probability": 100 }, - { "name": "Doppleganger", "maxCount": 1, "probability": 100 }, - { "name": "ArcaneDaemon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e671ad18-2aa3-4188-8cbb-71fc3edcf9fb", - "name": "Spawner (306)", - "location": [963, 456, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "ExodusOverseer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e733d3be-2373-466b-a904-c90c1f87156c", - "name": "Spawner (306)", - "location": [314, 1436, 16], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Imp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eaa928d7-cdd8-47cf-97b8-ff8daa37c6f7", - "name": "Spawner (306)", - "location": [1436, 960, -22], - "map": "Ilshenar", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "GiantSpider", "maxCount": 5, "probability": 100 }, - { "name": "DreadSpider", "maxCount": 2, "probability": 100 }, - { "name": "Reaper", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eac70a7f-7a65-43b1-9292-599632f696ae", - "name": "Spawner (306)", - "location": [1445, 681, -1], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec64bd53-d037-42d7-941a-aa2a0da52ce7", - "name": "Spawner (306)", - "location": [1095, 664, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "JukaWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "efa8acca-e72d-4672-882b-c27f2506ed03", - "name": "Spawner (306)", - "location": [1060, 652, -40], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 15, - "entries": [ - { "name": "Betrayer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f1220ee4-7be3-40f0-b7eb-11e681dea5ae", - "name": "Spawner (306)", - "location": [907, 780, -80], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f5b5861e-4eb1-4ea6-8013-e04ecf78d1d2", - "name": "Spawner (306)", - "location": [830, 1206, -70], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 0, - "entries": [ - { "name": "MageCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f683a2f2-fab0-4a35-aeed-1d50b9dcf273", - "name": "Spawner (306)", - "location": [1059, 1153, -24], - "map": "Ilshenar", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "RatmanMage", "maxCount": 2, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 2, "probability": 100 }, - { "name": "Ratman", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fab56f4a-1933-48ac-adb6-d1771228cb00", - "name": "Spawner (306)", - "location": [1083, 651, -40], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Betrayer", "maxCount": 1, "probability": 100 }, - { "name": "GolemController", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb21b810-7b2c-4fd3-9a87-4dfe0671bb1d", - "name": "Spawner (306)", - "location": [1592, 1191, -20], - "map": "Ilshenar", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 70, - "walkingRange": 70, - "entries": [ - { "name": "Pixie", "maxCount": 5, "probability": 100 }, - { "name": "Horse", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb648bc8-9c84-4454-9770-4d21d69c0774", - "name": "Spawner (306)", - "location": [1534, 600, -14], - "map": "Ilshenar", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Shade", "maxCount": 7, "probability": 100 }, - { "name": "Spectre", "maxCount": 7, "probability": 100 }, - { "name": "Wraith", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 5, "probability": 100 }, - { "name": "Ghoul", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fbd4d134-ec9e-4642-be28-e1b392df4d52", - "name": "Spawner (306)", - "location": [1717, 606, 17], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 0, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fbf30316-ff51-4001-84f3-d63501306a7f", - "name": "Spawner (306)", - "location": [1319, 1331, -14], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Sheep", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fca9b079-0c6f-4836-9860-39e260c7896d", - "name": "Spawner (306)", - "location": [1790, 435, -10], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 25, - "entries": [ - { "name": "EarthElemental", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fda17c85-19c4-4c90-b848-0c1c135ac5e2", - "name": "Spawner (306)", - "location": [1593, 602, 7], - "map": "Ilshenar", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "DesertOstard", "maxCount": 5, "probability": 100 }, - { "name": "StoneHarpy", "maxCount": 2, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 }, - { "name": "Efreet", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ff667187-7d72-4573-aa08-064bbe619989", - "name": "Spawner (306)", - "location": [878, 527, -77], - "map": "Ilshenar", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Lich", "maxCount": 1, "probability": 100 }, - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 4, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/ilshenar/Ratmancave.json b/Distribution/Data/Spawns/shared/ilshenar/Ratmancave.json deleted file mode 100644 index ee725d9c3..000000000 --- a/Distribution/Data/Spawns/shared/ilshenar/Ratmancave.json +++ /dev/null @@ -1,89 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0182a6f9-bdde-4ca6-95c8-a7c146b1a0e1", - "name": "Spawner (307)", - "location": [1224, 1494, -28], - "map": "Ilshenar", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "SkeletalKnight", "maxCount": 5, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 5, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2694470a-4c93-488c-96a3-87938993d306", - "name": "Spawner (307)", - "location": [1171, 1511, -68], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "46e1d6c5-ebe2-4575-beeb-3e35754caef7", - "name": "Spawner (307)", - "location": [1310, 1519, -28], - "map": "Ilshenar", - "count": 21, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "RatmanMage", "maxCount": 7, "probability": 100 }, - { "name": "EarthElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a96346f4-9aca-4dd6-b1ff-e823d8741a19", - "name": "Spawner (307)", - "location": [1224, 1524, -28], - "map": "Ilshenar", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "SkeletalKnight", "maxCount": 5, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 5, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c6766cd8-89ac-4169-a2d9-8216a74369a4", - "name": "Spawner (307)", - "location": [1181, 1512, -68], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "SkeletalDragon", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/ilshenar/Rock.json b/Distribution/Data/Spawns/shared/ilshenar/Rock.json deleted file mode 100644 index 48c11c660..000000000 --- a/Distribution/Data/Spawns/shared/ilshenar/Rock.json +++ /dev/null @@ -1,235 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "027c989e-9d77-4dfd-85d8-b7c83f722bde", - "name": "Spawner (308)", - "location": [2094, 56, -32], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "Executioner", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "148839f1-8a5b-44bd-b6f5-3b310de5c951", - "name": "Spawner (308)", - "location": [2155, 24, -32], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "PoisonElemental", "maxCount": 2, "probability": 100 }, - { "name": "LichLord", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "151afe47-a4c7-42d9-999b-6be7ab8ed901", - "name": "Spawner (308)", - "location": [2125, 137, -32], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "Lich", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2481376c-f54f-453e-aa09-b0ae25a2da13", - "name": "Spawner (308)", - "location": [2188, 310, -7], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "Wraith", "maxCount": 3, "probability": 100 }, - { "name": "Zombie", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3a6c8beb-1840-4e1a-b55e-b44158315f59", - "name": "Spawner (308)", - "location": [2138, 97, -27], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "ElderGazer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4f5851f5-110c-4155-91a4-5d6715b52c2f", - "name": "Spawner (308)", - "location": [2183, 85, -32], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 }, - { "name": "EvilMageLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5c78812b-3143-4ab4-a3e2-950a74181fb1", - "name": "Spawner (308)", - "location": [2185, 168, -32], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d9c7f2b-dc74-4ca3-9396-fb2a38fa2d80", - "name": "Spawner (308)", - "location": [2207, 113, -27], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "StoneGargoyle", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d713f41-daf3-40c4-9d90-bbf4befb1b08", - "name": "Spawner (308)", - "location": [2229, 143, -32], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "EvilMage", "maxCount": 2, "probability": 100 }, - { "name": "Executioner", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "92ee0621-2fc1-434c-a2d8-11b9359e01bc", - "name": "Spawner (308)", - "location": [2124, 96, -32], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 15, - "entries": [ - { "name": "PoisonElemental", "maxCount": 2, "probability": 100 }, - { "name": "Lich", "maxCount": 2, "probability": 100 }, - { "name": "LichLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93052936-70f8-43b4-a20c-d68adab714c6", - "name": "Spawner (308)", - "location": [2220, 75, -27], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "AcidElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bdba50d6-07c1-40ad-ba33-ac67631712cc", - "name": "Spawner (308)", - "location": [2154, 163, -27], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "Lich", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f8cc122d-1672-4b14-a6bf-4dcc6178efdc", - "name": "Spawner (308)", - "location": [2127, 29, -32], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "HellHound", "maxCount": 1, "probability": 100 }, - { "name": "LichLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc19f651-1312-4542-80df-b9f2362974da", - "name": "Spawner (308)", - "location": [2125, 165, -32], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "EvilMage", "maxCount": 2, "probability": 100 }, - { "name": "Executioner", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/ilshenar/Sorcerers.json b/Distribution/Data/Spawns/shared/ilshenar/Sorcerers.json deleted file mode 100644 index 1533d49a4..000000000 --- a/Distribution/Data/Spawns/shared/ilshenar/Sorcerers.json +++ /dev/null @@ -1,538 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "091c33d5-ee75-471b-aafc-78ea45d3dd66", - "name": "Spawner (309)", - "location": [336, 48, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 10, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "10f6b4be-fd86-480d-b285-d00f0f55b59c", - "name": "Spawner (309)", - "location": [155, 21, -28], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Balron", "maxCount": 2, "probability": 100 }, - { "name": "ElderGazer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1fb85d78-33ef-42c5-8145-e0af0ec5bd33", - "name": "Spawner (309)", - "location": [336, 37, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 10, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "20ea3ede-9733-4b69-a2a9-44312ad782df", - "name": "Spawner (309)", - "location": [254, 20, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "BloodElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "271dd12c-8c89-4962-8766-27c6e23ab039", - "name": "Spawner (309)", - "location": [427, 95, -28], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "27540523-3186-413d-99da-3fd4ef5be98f", - "name": "Spawner (309)", - "location": [281, 20, -28], - "map": "Ilshenar", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "ElderGazer", "maxCount": 1, "probability": 100 }, - { "name": "Gazer", "maxCount": 4, "probability": 100 }, - { "name": "GazerLarva", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "29b9ab63-8072-4a0e-b8b2-cbdbe54a74c6", - "name": "Spawner (309)", - "location": [462, 16, -28], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 15, - "entries": [ - { "name": "HeadlessOne", "maxCount": 2, "probability": 100 }, - { "name": "Mongbat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37598c17-946c-4a0a-8e86-20d1329e4bca", - "name": "Spawner (309)", - "location": [133, 114, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 25, - "entries": [ - { "name": "BoneKnight", "maxCount": 1, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3aad6c47-815b-4713-93f2-c57156aded30", - "name": "Spawner (309)", - "location": [305, 20, -28], - "map": "Ilshenar", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "DullCopperElemental", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "492af6a5-b034-4a8b-aa7b-923b906321e2", - "name": "Spawner (309)", - "location": [133, 114, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "BloodElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5bceb873-73d8-4326-8ec1-46bb48c65d60", - "name": "Spawner (309)", - "location": [214, 67, -28], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 40, - "entries": [ - { "name": "Imp", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5e285fc0-52a0-4f23-ad8f-bc7e90b2fcec", - "name": "Spawner (309)", - "location": [455, 70, -28], - "map": "Ilshenar", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 10, - "entries": [ - { "name": "AcidElemental", "maxCount": 5, "probability": 100 }, - { "name": "FireElemental", "maxCount": 5, "probability": 100 }, - { "name": "BloodElemental", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6433de3a-a4f6-4d51-9249-0dc37a3fe107", - "name": "Spawner (309)", - "location": [394, 69, -28], - "map": "Ilshenar", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Shade", "maxCount": 2, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "65f92121-fb34-4f86-9722-4ee64ec64b61", - "name": "Spawner (309)", - "location": [109, 44, -28], - "map": "Ilshenar", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "BoneMagi", "maxCount": 4, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 4, "probability": 100 }, - { "name": "Mummy", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72c10d82-2c9a-489b-8bad-28dac3e794c9", - "name": "Spawner (309)", - "location": [447, 19, -28], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "StoneGargoyle", "maxCount": 1, "probability": 100 }, - { "name": "Lich", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "73b4ab03-1cab-4034-a3c0-9b8ba61d3600", - "name": "Spawner (309)", - "location": [160, 59, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "BloodElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "73efa56f-434e-4fc0-8822-c028c9a83e6c", - "name": "Spawner (309)", - "location": [431, 16, -28], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 15, - "entries": [ - { "name": "HeadlessOne", "maxCount": 2, "probability": 100 }, - { "name": "Mongbat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "807fd985-4f3a-4d1f-a7be-942294f1d782", - "name": "Spawner (309)", - "location": [238, 48, -28], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 10, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Daemon", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "818d30b9-0568-4e69-9b00-a8567e0f63b4", - "name": "Spawner (309)", - "location": [143, 70, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EvilMageLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "846a8862-f62b-4814-856b-88a6f9cb0a27", - "name": "Spawner (309)", - "location": [350, 42, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "BloodElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "86f27a56-95cc-49ed-8483-38c07cd31de2", - "name": "Spawner (309)", - "location": [462, 16, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 15, - "entries": [ - { "name": "EarthElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "94e38cf9-78c0-498b-927d-f7151001f811", - "name": "Spawner (309)", - "location": [67, 70, -28], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "LichLord", "maxCount": 2, "probability": 100 }, - { "name": "Mummy", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "99674640-e132-4cdd-a69e-1607e28dc5f3", - "name": "Spawner (309)", - "location": [310, 92, -13], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "LichLord", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9ce0e4a2-0318-4e8d-83a6-48933b302425", - "name": "Spawner (309)", - "location": [336, 42, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 15, - "entries": [ - { "name": "Lich", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9cebea0f-1699-45af-a9b1-0d79d99d290e", - "name": "Spawner (309)", - "location": [383, 29, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "BloodElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a1b6deba-e340-4851-bba7-4f5ad2d03353", - "name": "Spawner (309)", - "location": [146, 83, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "BloodElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a304cb5f-12b3-401a-96d3-104ee9f33544", - "name": "Spawner (309)", - "location": [311, 91, -13], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "PoisonElemental", "maxCount": 1, "probability": 100 }, - { "name": "BloodElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b6f7c48e-faa6-44a6-b59f-d0b47313a4f6", - "name": "Spawner (309)", - "location": [278, 53, -28], - "map": "Ilshenar", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "HellHound", "maxCount": 6, "probability": 100 }, - { "name": "BloodElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd576d60-5525-4ee3-b85f-8439e6dd38fd", - "name": "Spawner (309)", - "location": [160, 9, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 5, - "entries": [ - { "name": "Efreet", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bed076f5-fb2b-4342-9423-6a3228cc1978", - "name": "Spawner (309)", - "location": [262, 84, -28], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 }, - { "name": "EvilMage", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f4631bce-3338-4d0e-88c9-9faa4ba968ef", - "name": "Spawner (309)", - "location": [262, 84, -28], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 }, - { "name": "DreadSpider", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc22ceb7-01e2-4389-a356-ffc788071f0f", - "name": "Spawner (309)", - "location": [427, 67, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/ilshenar/Spectre.json b/Distribution/Data/Spawns/shared/ilshenar/Spectre.json deleted file mode 100644 index 234036f77..000000000 --- a/Distribution/Data/Spawns/shared/ilshenar/Spectre.json +++ /dev/null @@ -1,23 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "70e1e800-e6dc-4f5c-a610-269930e6c327", - "name": "Spawner (310)", - "location": [1981, 1059, -28], - "map": "Ilshenar", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "Shade", "maxCount": 2, "probability": 100 }, - { "name": "Spectre", "maxCount": 2, "probability": 100 }, - { "name": "Wraith", "maxCount": 2, "probability": 100 }, - { "name": "Ghoul", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/ilshenar/Towns.json b/Distribution/Data/Spawns/shared/ilshenar/Towns.json deleted file mode 100644 index ac7d0eb99..000000000 --- a/Distribution/Data/Spawns/shared/ilshenar/Towns.json +++ /dev/null @@ -1,677 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "04236803-3dc7-426b-8a8d-d927b1bd0086", - "name": "Spawner (311)", - "location": [1279, 781, -80], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Ridgeback", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "063240fa-7f32-4bad-b79e-bf9c8ca7b9b9", - "name": "Spawner (311)", - "location": [1108, 492, -80], - "map": "Ilshenar", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "DireWolf", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "149dfca3-652c-4777-b005-a0cc95f30d9d", - "name": "Spawner (311)", - "location": [1517, 541, 11], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "165f16c6-b66f-474a-aed6-0d6c2ee57123", - "name": "Spawner (311)", - "location": [1715, 228, 78], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "StoneHarpy", "maxCount": 3, "probability": 100 }, - { "name": "StoneGargoyle", "maxCount": 2, "probability": 100 }, - { "name": "Balron", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "17243bc5-68af-437f-bb95-963913a05306", - "name": "Spawner (311)", - "location": [1191, 696, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "SavageRider", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1b101011-42fa-41b1-b15c-f15fdcaaf6ec", - "name": "Spawner (311)", - "location": [1517, 558, 5], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 35, - "entries": [ - { "name": "Skeleton", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1e1dd613-72d1-4715-b899-1086679533ab", - "name": "Spawner (311)", - "location": [1665, 244, 93], - "map": "Ilshenar", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "EarthElemental", "maxCount": 3, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1e2bfa6b-abe9-4dcd-b996-bc4dcdd17f9f", - "name": "Spawner (311)", - "location": [1234, 760, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "SavageShaman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1f0236b1-b26e-4572-b03a-d53d94ab1a6a", - "name": "Spawner (311)", - "location": [1110, 542, -77], - "map": "Ilshenar", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "DireWolf", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "26a0cc2e-3dfc-49d7-9274-d993fc0371db", - "name": "Spawner (311)", - "location": [1292, 755, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Savage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "34ad74fe-d7eb-4427-8c7e-e7658bd63156", - "name": "Spawner (311)", - "location": [1363, 1046, -13], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "EtherealWarrior", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "38614de6-1ed9-41a0-b30b-59ae8191316f", - "name": "Spawner (311)", - "location": [1213, 719, -80], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Savage", "maxCount": 3, "probability": 100 }, - { "name": "SavageRider", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3bfd2dc7-d6d7-4604-858f-246ed9b25d35", - "name": "Spawner (311)", - "location": [1203, 762, -80], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Savage", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4befab4e-1b1a-4290-ae76-6c176b48a18a", - "name": "Spawner (311)", - "location": [1046, 517, -80], - "map": "Ilshenar", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "SavageRider", "maxCount": 3, "probability": 100 }, - { "name": "Savage", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "56b2d766-8057-4400-913f-6c10a5155f98", - "name": "Spawner (311)", - "location": [1251, 703, -80], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Savage", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "59ae00b4-1b69-42de-8faa-670350014ad7", - "name": "Spawner (311)", - "location": [1116, 527, -80], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Savage", "maxCount": 1, "probability": 100 }, - { "name": "SavageRidgeback", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a5f79c6-3813-428e-a5fe-00893d247556", - "name": "Spawner (311)", - "location": [1161, 668, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Savage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5f1d23bd-e6c8-422e-b69e-a88d61fa61c0", - "name": "Spawner (311)", - "location": [1243, 732, -80], - "map": "Ilshenar", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Savage", "maxCount": 1, "probability": 100 }, - { "name": "SavageShaman", "maxCount": 3, "probability": 100 }, - { "name": "SavageRider", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "64e33b76-ba88-4906-a91f-4b56dea52a81", - "name": "Spawner (311)", - "location": [1181, 691, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Savage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6ac6b235-2d7c-4058-bc8d-d7f73cd17d5a", - "name": "Spawner (311)", - "location": [817, 1065, -30], - "map": "Ilshenar", - "count": 26, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 70, - "entries": [ - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "OgreLord", "maxCount": 2, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "RatmanMage", "maxCount": 5, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6c8f4381-39be-4530-bfc3-1478035c1aa5", - "name": "Spawner (311)", - "location": [1108, 492, -80], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Bird", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72ce5891-f2dd-4a3c-8019-199928c49dcc", - "name": "Spawner (311)", - "location": [1231, 694, -80], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Savage", "maxCount": 2, "probability": 100 }, - { "name": "SavageShaman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7f13f3fa-2330-4dd5-9985-164d8e240659", - "name": "Spawner (311)", - "location": [1180, 1188, -25], - "map": "Ilshenar", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Snake", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "824d3710-eb67-4f27-8917-6debd7c8e2ca", - "name": "Spawner (311)", - "location": [1517, 552, 10], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "Spectre", "maxCount": 6, "probability": 100 }, - { "name": "Shade", "maxCount": 6, "probability": 100 }, - { "name": "Wraith", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "86ff8b56-5d0c-4218-80d4-749414e3f568", - "name": "Spawner (311)", - "location": [1191, 696, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 7, - "entries": [ - { "name": "Savage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "88f2279d-e351-4611-8255-206a456394d6", - "name": "Spawner (311)", - "location": [1110, 542, -77], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Bird", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "917aa704-acc1-49ce-81c6-401f0604b260", - "name": "Spawner (311)", - "location": [1274, 728, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Savage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93476fd0-4859-4358-90ab-4371f8c1ac40", - "name": "Spawner (311)", - "location": [1181, 1189, -25], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "GiantSerpent", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9b71629a-ede8-4fba-bd86-63a895c4c422", - "name": "Spawner (311)", - "location": [1214, 744, -80], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Savage", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9d3ed0a0-e458-4fa9-bc94-008304706893", - "name": "Spawner (311)", - "location": [1516, 557, 4], - "map": "Ilshenar", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 35, - "entries": [ - { "name": "Ghoul", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9fce7b2d-3671-4d8e-bf22-19c10ec5709f", - "name": "Spawner (311)", - "location": [1280, 770, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "Savage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c4c688bb-cf62-4b3d-84bd-2633333c0242", - "name": "Spawner (311)", - "location": [1517, 552, 10], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "SkeletalKnight", "maxCount": 3, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 3, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 3, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c671596f-69b6-45df-a106-b8fce71aa156", - "name": "Spawner (311)", - "location": [1517, 541, 61], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "LichLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e0710f4e-9d44-4e1e-be0d-3f560d5f52c6", - "name": "Spawner (311)", - "location": [1643, 310, 48], - "map": "Ilshenar", - "count": 21, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Phoenix", "maxCount": 2, "probability": 100 }, - { "name": "FireElemental", "maxCount": 4, "probability": 100 }, - { "name": "HellHound", "maxCount": 5, "probability": 100 }, - { "name": "LavaSerpent", "maxCount": 4, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 4, "probability": 100 }, - { "name": "Daemon", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eb0f7637-62d3-483f-835e-248e48ffdc44", - "name": "Spawner (311)", - "location": [1187, 685, -80], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Savage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ed8774de-7f1f-4f40-bb03-0ff9e7d1ff31", - "name": "Spawner (311)", - "location": [1262, 758, -80], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Savage", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ef56cf38-1547-41ad-adc4-ba72aa156f87", - "name": "Spawner (311)", - "location": [1127, 1112, -34], - "map": "Ilshenar", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 35, - "entries": [ - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f216ee7b-bb49-415a-aace-924f1778e3cc", - "name": "Spawner (311)", - "location": [1643, 310, 48], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Succubus", "maxCount": 2, "probability": 100 }, - { "name": "Efreet", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb0b433c-9d26-4a0f-b9a0-4ddb16ea1904", - "name": "Spawner (311)", - "location": [1046, 517, -80], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 10, - "entries": [ - { "name": "SavageShaman", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb1de953-cfdd-46d6-aab9-68cbdfe60780", - "name": "Spawner (311)", - "location": [1203, 1138, -25], - "map": "Ilshenar", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 55, - "entries": [ - { "name": "MeerWarrior", "maxCount": 16, "probability": 100 }, - { "name": "MeerCaptain", "maxCount": 16, "probability": 100 }, - { "name": "MeerMage", "maxCount": 16, "probability": 100 }, - { "name": "MeerEternal", "maxCount": 16, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/ilshenar/TwistedWeald.json b/Distribution/Data/Spawns/shared/ilshenar/TwistedWeald.json deleted file mode 100644 index e7844b8a4..000000000 --- a/Distribution/Data/Spawns/shared/ilshenar/TwistedWeald.json +++ /dev/null @@ -1,241 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "418a0be2-0604-4ff8-b39d-1fb570fa7b7e", - "name": "Spawner (314)", - "location": [2177, 1210, -60], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "LadyLissith", "maxCount": 2, "probability": 100 }, - { "name": "LadySabrix", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "46dc7fc7-d062-4be9-8134-f960352fbca3", - "name": "Spawner (314)", - "location": [2171, 1181, -44], - "map": "Ilshenar", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "CuSidhe", "maxCount": 8, "probability": 100 }, - { "name": "DryadA", "maxCount": 8, "probability": 100 }, - { "name": "Changeling", "maxCount": 8, "probability": 100 }, - { "name": "Satyr", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a47595b-b894-4d45-b35d-5714de0c8c51", - "name": "Spawner (314)", - "location": [2206, 1220, -8], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "CuSidhe", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5cb54b29-10c4-448f-a036-5ba23dcb350a", - "name": "Spawner (314)", - "location": [2224, 1218, 13], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Swoop", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "68b1853c-f9bd-4bd1-852f-dcc9977a3049", - "name": "Spawner (314)", - "location": [2167, 1266, -60], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Malefic", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6eee069d-8662-415f-bdcc-78975f1a54ae", - "name": "Spawner (314)", - "location": [2207, 1180, -36], - "map": "Ilshenar", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "CuSidhe", "maxCount": 12, "probability": 100 }, - { "name": "Dryada", "maxCount": 12, "probability": 100 }, - { "name": "Changeling", "maxCount": 12, "probability": 100 }, - { "name": "Satyr", "maxCount": 12, "probability": 100 }, - { "name": "DireWolf", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "76ef21c0-5e48-410e-84f5-57023fa7efb4", - "name": "Spawner (314)", - "location": [2137, 1216, -60], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Silk", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7e991368-4fad-4e2b-af3b-88d360b88627", - "name": "Spawner (314)", - "location": [2157, 1206, -60], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Virulent", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "852fa8b9-931f-493c-9ee0-200a3f229110", - "name": "Spawner (314)", - "location": [2163, 1189, -48], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Changeling", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa8d4c55-b124-40ae-a0db-31b873c7a549", - "name": "Spawner (314)", - "location": [2134, 1174, -46], - "map": "Ilshenar", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Gnaw", "maxCount": 5, "probability": 100 }, - { "name": "DireWolf", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b5b1118b-161e-43fb-80dd-f890dec2be53", - "name": "Spawner (314)", - "location": [2177, 1229, -60], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "GiantBlackWidow", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd6dab60-126f-4877-b9dd-f786cbfad49b", - "name": "Spawner (314)", - "location": [2138, 1212, -60], - "map": "Ilshenar", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Quagmire", "maxCount": 8, "probability": 100 }, - { "name": "WhippingVine", "maxCount": 8, "probability": 100 }, - { "name": "Irk", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eea8e238-78e9-4d84-a91b-95360f6f2fd6", - "name": "Spawner (314)", - "location": [2170, 1247, -60], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Malefic", "maxCount": 4, "probability": 100 }, - { "name": "Virulent", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fe2db064-ee88-4f04-8c49-b3d7a56fd9a2", - "name": "Spawner (314)", - "location": [2159, 1223, -60], - "map": "Ilshenar", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Corpser", "maxCount": 5, "probability": 100 }, - { "name": "Spite", "maxCount": 5, "probability": 100 }, - { "name": "Guile", "maxCount": 5, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/ilshenar/Vendors.json b/Distribution/Data/Spawns/shared/ilshenar/Vendors.json deleted file mode 100644 index e54f7c4dc..000000000 --- a/Distribution/Data/Spawns/shared/ilshenar/Vendors.json +++ /dev/null @@ -1,800 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0457d1c2-1736-4b97-96be-0625a8a08c91", - "name": "Spawner (312)", - "location": [1497, 614, -14], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "07dcfcfd-1f11-4fe7-8cc5-d1981fb1e74f", - "name": "Spawner (312)", - "location": [868, 657, -40], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12d3edd5-4ebb-41a7-82ff-2d2ab3c4adef", - "name": "Spawner (312)", - "location": [1318, 1328, -14], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "14094381-ef68-4f89-b700-0d824d8968b2", - "name": "Spawner (312)", - "location": [1261, 582, -18], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "20c754a1-ce9b-4068-89ae-b50d95a64c82", - "name": "Spawner (312)", - "location": [854, 680, -40], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2b7c425b-7a52-414a-a76a-cb0734c3165c", - "name": "Spawner (312)", - "location": [1388, 428, -23], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "GypsyAnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2d27bf3f-df46-48bb-a611-a0f17e8d1051", - "name": "Spawner (312)", - "location": [1226, 554, -12], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "GypsyBanker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "305ecea0-47a1-4561-bf25-5d879a152003", - "name": "Spawner (312)", - "location": [859, 698, -40], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "32050353-d0d9-4b06-afee-a65fae031a98", - "name": "Spawner (312)", - "location": [896, 610, -40], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "33de0f8c-f6ba-4e9b-a09b-dc36c96db2ea", - "name": "Spawner (312)", - "location": [1394, 441, 13], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "FortuneTeller", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37693d18-5f7b-4461-b8a3-49202500e8da", - "name": "Spawner (312)", - "location": [1235, 543, -15], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "FortuneTeller", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3ba1aca3-914a-4c73-91b0-12e42056659e", - "name": "Spawner (312)", - "location": [1499, 619, -19], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4d6ef24f-8252-459b-a03b-d6fdaeb96597", - "name": "Spawner (312)", - "location": [872, 586, -40], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4e5b8807-7ced-4f40-ae49-c4507b82fb78", - "name": "Spawner (312)", - "location": [1253, 588, -19], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 }, - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5053b0d7-ca6f-4156-bb35-28f937b1db6b", - "name": "Spawner (312)", - "location": [824, 602, -40], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "52da389e-73f7-493e-b830-88dc0c4525f4", - "name": "Spawner (312)", - "location": [1598, 539, -19], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5568a6cc-21a3-4550-9cc2-3ad836c7983b", - "name": "Spawner (312)", - "location": [1600, 552, -16], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5d0135b3-074b-49ae-b850-25281059b466", - "name": "Spawner (312)", - "location": [575, 537, -69], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6670bd00-6ae7-43fd-a102-f77c877c6107", - "name": "Spawner (312)", - "location": [1518, 619, -19], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "68189f98-29d3-49e2-a415-c57862584b26", - "name": "Spawner (312)", - "location": [1628, 548, -11], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "69fd06d1-04cb-457e-bbd9-e02475f6c4a8", - "name": "Spawner (312)", - "location": [896, 610, -40], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6ce1b420-27ed-4adf-9ba2-0eeb9b0600fe", - "name": "Spawner (312)", - "location": [826, 679, -40], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "724e9d36-13e4-4abc-ac60-18aa45fd712f", - "name": "Spawner (312)", - "location": [792, 665, 0], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "751c4f29-04b6-4c50-b914-591862159429", - "name": "Spawner (312)", - "location": [808, 586, -40], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7c9b9466-17bc-4285-8c04-294fa9b2b885", - "name": "Spawner (312)", - "location": [1400, 434, -11], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "GypsyMaiden", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81fc796d-04ed-48fb-a783-ad6ce619b116", - "name": "Spawner (312)", - "location": [808, 697, -40], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "826d7ee8-c78b-47ea-9ead-b30014afbe4d", - "name": "Spawner (312)", - "location": [791, 618, 0], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "StoneCrafter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84e30990-a039-4283-9bf3-00d8e70489de", - "name": "Spawner (312)", - "location": [840, 707, 0], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93dc7896-715b-44ad-b6e5-01a37dd42f81", - "name": "Spawner (312)", - "location": [1405, 439, 2], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "GypsyBanker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9a08c2d8-b7b6-4b2f-b550-008e42f3a68b", - "name": "Spawner (312)", - "location": [855, 603, -40], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c4eb8ed-3851-4ff2-80a6-a0c6f6c3f948", - "name": "Spawner (312)", - "location": [774, 1144, -30], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9fffcfc7-2091-4013-b643-205c9567c311", - "name": "Spawner (312)", - "location": [1505, 611, -19], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b40eb968-c112-4c66-a331-b96a7d08622b", - "name": "Spawner (312)", - "location": [1514, 611, -14], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b523ffff-8496-40a1-b051-f2e81e74263c", - "name": "Spawner (312)", - "location": [1610, 556, -19], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba48a4cb-841e-4be5-8ef9-1f06970d1829", - "name": "Spawner (312)", - "location": [1093, 955, -38], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bae2beb6-304b-4002-b459-680d881199e5", - "name": "Spawner (312)", - "location": [1566, 1049, -8], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bce87417-e533-491a-8a6a-734227db69db", - "name": "Spawner (312)", - "location": [1225, 563, -18], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "GypsyAnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c8e54c5c-c4fb-4aa2-8da2-40d6c7c23d72", - "name": "Spawner (312)", - "location": [1605, 541, -13], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ce3b9e5a-5028-4768-86ca-ebc7591eb49d", - "name": "Spawner (312)", - "location": [840, 571, 0], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Glassblower", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d10ff188-6468-434f-b032-dc92db16a183", - "name": "Spawner (312)", - "location": [284, 536, -24], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d3f80bac-4411-4382-8781-582340ff4f03", - "name": "Spawner (312)", - "location": [1620, 554, -20], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "de233679-dda4-4826-be6f-66a66bc3ed0c", - "name": "Spawner (312)", - "location": [869, 625, -40], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e9c58794-1e68-4a12-8e96-fe9695224e36", - "name": "Spawner (312)", - "location": [1364, 1051, -13], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ee8d0d83-c586-49d8-8de2-038e1d6f2848", - "name": "Spawner (312)", - "location": [682, 297, -41], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f38481b6-0a95-44e0-af74-8cc94195e282", - "name": "Spawner (312)", - "location": [369, 1432, 15], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f4a51238-7658-469e-9ff3-eec8ba035f95", - "name": "Spawner (312)", - "location": [665, 665, -35], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fd5a6f5e-87cf-40c3-bbf6-d42f59e8f730", - "name": "Spawner (312)", - "location": [766, 641, 0], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 }, - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ff91a9cc-14c5-4a0d-a138-20f24c30cee0", - "name": "Spawner (312)", - "location": [1407, 428, -8], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "FortuneTeller", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/ilshenar/Wisp.json b/Distribution/Data/Spawns/shared/ilshenar/Wisp.json deleted file mode 100644 index df59cec46..000000000 --- a/Distribution/Data/Spawns/shared/ilshenar/Wisp.json +++ /dev/null @@ -1,352 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0d68da82-d86a-4c40-8085-174a01c65f55", - "name": "Spawner (313)", - "location": [775, 1479, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Balron", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0fe99fe0-a203-4563-994b-5e02d70f1b3f", - "name": "Spawner (313)", - "location": [888, 1568, -28], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 }, - { "name": "EvilMageLord", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "14b1989d-ec45-42db-af1b-92f49023b981", - "name": "Spawner (313)", - "location": [891, 1537, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 10, - "entries": [ - { "name": "RottingCorpse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2ef49b9b-97d6-431a-946d-ffd2f1615697", - "name": "Spawner (313)", - "location": [855, 1566, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 10, - "entries": [ - { "name": "Shade", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "33185d9f-afa2-43d7-a7aa-7d221c1a309a", - "name": "Spawner (313)", - "location": [964, 1554, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 10, - "entries": [ - { "name": "LichLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b9e3103-e83e-48a4-88b3-c72acbe5e173", - "name": "Spawner (313)", - "location": [936, 1559, -22], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "516473d8-b5d1-4924-ad74-556649f98470", - "name": "Spawner (313)", - "location": [939, 1492, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "Imp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "530dcd87-a132-4cdb-a9c9-0f78758e4ad0", - "name": "Spawner (313)", - "location": [962, 1480, -28], - "map": "Ilshenar", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Wraith", "maxCount": 4, "probability": 100 }, - { "name": "Spectre", "maxCount": 4, "probability": 100 }, - { "name": "Shade", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5ce9d857-549d-4bf0-8e70-2dd6902c4ccf", - "name": "Spawner (313)", - "location": [775, 1480, -28], - "map": "Ilshenar", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Imp", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "649b7645-25f8-4c0c-ac2d-896e558b2767", - "name": "Spawner (313)", - "location": [776, 1480, -28], - "map": "Ilshenar", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 9, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 9, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 6, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "67d46705-d56a-4098-bafb-ede2658118a8", - "name": "Spawner (313)", - "location": [855, 1567, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 6, - "entries": [ - { "name": "SkeletalMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6cf2cd79-9f0f-4f25-af2b-333a9317171f", - "name": "Spawner (313)", - "location": [827, 1479, -28], - "map": "Ilshenar", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Shade", "maxCount": 2, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 2, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "74498688-9c91-4ea3-8abd-adcd2beb3b8d", - "name": "Spawner (313)", - "location": [959, 1530, -28], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 10, - "entries": [ - { "name": "Lich", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 0, "probability": 100 }, - { "name": "Spectre", "maxCount": 0, "probability": 100 }, - { "name": "Shade", "maxCount": 0, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "79272788-c6c6-4216-84e0-985b942af71b", - "name": "Spawner (313)", - "location": [871, 1531, -28], - "map": "Ilshenar", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 10, - "entries": [ - { "name": "EvilMage", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a90852cd-b672-4c4f-83bb-99dcc861ead0", - "name": "Spawner (313)", - "location": [851, 1498, -28], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 20, - "entries": [ - { "name": "RottingCorpse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "add779de-8361-4edb-b214-900500ca81f0", - "name": "Spawner (313)", - "location": [888, 1471, -28], - "map": "Ilshenar", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 20, - "entries": [ - { "name": "Shade", "maxCount": 3, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 3, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ae956108-5118-4793-94d7-ac885617030f", - "name": "Spawner (313)", - "location": [681, 1535, -28], - "map": "Ilshenar", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 60, - "entries": [ - { "name": "Wisp", "maxCount": 20, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b19163ea-9376-48e7-9bf7-b0a6a2e75d38", - "name": "Spawner (313)", - "location": [1000, 1512, 0], - "map": "Ilshenar", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Titan", "maxCount": 2, "probability": 100 }, - { "name": "Cyclops", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "be42e727-e04f-47a2-b07c-49046fdafcb9", - "name": "Spawner (313)", - "location": [939, 1531, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f4f8aa84-982a-4bd5-a708-9724d8598dd7", - "name": "Spawner (313)", - "location": [901, 1507, 2], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "EvilMageLord", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc4fedc9-9489-4385-bf85-9ec569081f4a", - "name": "Spawner (313)", - "location": [961, 1502, -28], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 10, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/malas/Bedlam.json b/Distribution/Data/Spawns/shared/malas/Bedlam.json deleted file mode 100644 index 2180f341e..000000000 --- a/Distribution/Data/Spawns/shared/malas/Bedlam.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "8c2124f4-e175-4198-8cf8-9cf64804fc22", - "name": "Spawner (408)", - "location": [98, 1656, 0], - "map": "Malas", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "GoreFiend", "maxCount": 4, "probability": 100 }, - { "name": "PatchworkSkeleton", "maxCount": 4, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 6, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 6, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 6, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 6, "probability": 100 }, - { "name": "Zombie", "maxCount": 4, "probability": 100 }, - { "name": "Skeleton", "maxCount": 4, "probability": 100 }, - { "name": "RottingCorpse", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eaa69fa3-4076-4fc5-950a-fe175713bbd3", - "name": "Spawner (408)", - "location": [104, 1655, 0], - "map": "Malas", - "count": 1, - "minDelay": "00:15:00", - "maxDelay": "00:30:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "RedDeath", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/malas/Citadel.json b/Distribution/Data/Spawns/shared/malas/Citadel.json deleted file mode 100644 index 3fe03ac03..000000000 --- a/Distribution/Data/Spawns/shared/malas/Citadel.json +++ /dev/null @@ -1,263 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "114d80f2-07e6-49e3-9418-6e7c30291028", - "name": "Spawner (406)", - "location": [142, 1921, 0], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "tigersclawthief", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "15b169f9-fe9e-4ef7-973b-cb0619b9937d", - "name": "Spawner (406)", - "location": [82, 1875, 0], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "serpentsfangassassin", "maxCount": 4, "probability": 100 }, - { "name": "eliteninjawarrior", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "17abd9d2-3b7a-44ec-a724-57c202236788", - "name": "Spawner (406)", - "location": [179, 1869, 0], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "serpentsfangassassin", "maxCount": 4, "probability": 100 }, - { "name": "tigersclawthief", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "28535caf-b979-4745-8a87-e62691d7cb11", - "name": "Spawner (406)", - "location": [145, 1898, 0], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "serpentsfangassassin", "maxCount": 3, "probability": 100 }, - { "name": "tigersclawthief", "maxCount": 3, "probability": 100 }, - { "name": "eliteninjawarrior", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2d629e57-63db-4610-b6d2-cf3bfd34f0b0", - "name": "Spawner (406)", - "location": [181, 1883, 0], - "map": "Malas", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "serpentsfangassassin", "maxCount": 8, "probability": 100 }, - { "name": "tigersclawthief", "maxCount": 8, "probability": 100 }, - { "name": "dragonsflamemage", "maxCount": 8, "probability": 100 }, - { "name": "eliteninjawarrior", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "347e85d2-c752-4abf-86c7-bda2a2051033", - "name": "Spawner (406)", - "location": [183, 1961, 0], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "dragonsflamemage", "maxCount": 2, "probability": 100 }, - { "name": "serpentsfangassassin", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "364cc553-16d0-428d-bf97-061c3ddfd120", - "name": "Spawner (406)", - "location": [170, 1974, 0], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "serpentsfangassassin", "maxCount": 3, "probability": 100 }, - { "name": "serpentsfanghighexecutioner", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "435ce67b-aad4-4ed0-b621-73ab4b6b0042", - "name": "Spawner (406)", - "location": [81, 1892, 0], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "eliteninjawarrior", "maxCount": 4, "probability": 100 }, - { "name": "serpentsfangassassin", "maxCount": 4, "probability": 100 }, - { "name": "dragonsflamemage", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4854c18d-7bf2-4f8c-a69f-7679204b6d7d", - "name": "Spawner (406)", - "location": [155, 1869, 0], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "serpentsfangassassin", "maxCount": 4, "probability": 100 }, - { "name": "dragonsflamemage", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "50c87975-6021-46cb-bbe1-58c45ba776b7", - "name": "Spawner (406)", - "location": [77, 1883, 0], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "dragonsflamemage", "maxCount": 4, "probability": 100 }, - { "name": "eliteninjawarrior", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "856c181e-183a-4231-acc8-5146301c56c6", - "name": "Spawner (406)", - "location": [185, 1920, 0], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "magedragonsflamemage", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9f02ef97-7699-4a65-8cd6-615aa50cc318", - "name": "Spawner (406)", - "location": [139, 1868, 0], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "serpentsfangassassin", "maxCount": 7, "probability": 100 }, - { "name": "tigersclawthief", "maxCount": 7, "probability": 100 }, - { "name": "magedragonsflamemage", "maxCount": 7, "probability": 100 }, - { "name": "dragonsflamemage", "maxCount": 7, "probability": 100 }, - { "name": "eliteninjawarrior", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b5fed5a1-35db-4f09-b4b6-8017146a8bf3", - "name": "Spawner (406)", - "location": [174, 1900, 0], - "map": "Malas", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "serpentsfangassassin", "maxCount": 5, "probability": 100 }, - { "name": "dragonsflamemage", "maxCount": 5, "probability": 100 }, - { "name": "eliteninjawarrior", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dccae74d-bafa-40ff-9984-7a2a0af5d8de", - "name": "Spawner (406)", - "location": [140, 1974, 0], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "magedragonsflamemage", "maxCount": 2, "probability": 100 }, - { "name": "serpentsfangassassin", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb6ee275-c5c2-4780-9180-76e3a4ac1a97", - "name": "Spawner (406)", - "location": [134, 1947, 0], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "magedragonsflamemage", "maxCount": 2, "probability": 100 }, - { "name": "dragonsflamemage", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/malas/Doom.json b/Distribution/Data/Spawns/shared/malas/Doom.json deleted file mode 100644 index 3db6e02a8..000000000 --- a/Distribution/Data/Spawns/shared/malas/Doom.json +++ /dev/null @@ -1,772 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0bb98d0c-0614-431b-a6ce-c30718f447c8", - "name": "Spawner (401)", - "location": [447, 25, -1], - "map": "Malas", - "count": 6, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Skeleton", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0e708303-8a2d-4207-bdc3-d7f732e04efe", - "name": "Spawner (401)", - "location": [496, 75, 0], - "map": "Malas", - "count": 3, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "PatchworkSkeleton", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1210b304-4b1a-47be-a503-9f490764d069", - "name": "Spawner (401)", - "location": [287, 81, -1], - "map": "Malas", - "count": 6, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Skeleton", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "13e0051b-bff0-4826-9e89-73ea9ec64e7a", - "name": "Spawner (401)", - "location": [320, 207, -1], - "map": "Malas", - "count": 2, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "182c0603-13fa-414f-849c-dcbde31a739a", - "name": "Spawner (401)", - "location": [479, 168, -1], - "map": "Malas", - "count": 4, - "minDelay": "00:02:00", - "maxDelay": "00:03:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Devourer", "maxCount": 3, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "20977621-9e81-4c25-b802-19fa12fc3633", - "name": "Spawner (401)", - "location": [323, 90, -1], - "map": "Malas", - "count": 9, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 }, - { "name": "PatchworkSkeleton", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "218aaa26-c02b-4605-8c79-c9879523ea0b", - "name": "Spawner (401)", - "location": [356, 40, -1], - "map": "Malas", - "count": 6, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "VampireBat", "maxCount": 4, "probability": 100 }, - { "name": "Skeleton", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "298afdb1-74fb-4668-9bc2-5f625a61caed", - "name": "Spawner (401)", - "location": [478, 206, -1], - "map": "Malas", - "count": 2, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "RottingCorpse", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2a98c34c-cb3d-4d28-8c12-1a3cf7cc58ad", - "name": "Spawner (401)", - "location": [330, 136, 0], - "map": "Malas", - "count": 2, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2be25342-c032-406a-af47-8eb5994c0875", - "name": "Spawner (401)", - "location": [427, 256, -1], - "map": "Malas", - "count": 2, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "RottingCorpse", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "32a2e0d8-8246-42ff-8e13-c15b51a9f73f", - "name": "Spawner (401)", - "location": [470, 30, -2], - "map": "Malas", - "count": 6, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "PatchworkSkeleton", "maxCount": 4, "probability": 100 }, - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "42bbf95d-6b39-4df6-a4f4-7a8d385b49ef", - "name": "Spawner (401)", - "location": [442, 205, -1], - "map": "Malas", - "count": 1, - "minDelay": "00:20:00", - "maxDelay": "00:40:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BoneDemon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "48538f93-9afa-44c9-baab-b1c3612bdde5", - "name": "Spawner (401)", - "location": [356, 234, -1], - "map": "Malas", - "count": 3, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Devourer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5110399b-8443-448e-a68c-f59ac2303716", - "name": "Spawner (401)", - "location": [441, 78, -1], - "map": "Malas", - "count": 6, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PatchworkSkeleton", "maxCount": 4, "probability": 100 }, - { "name": "RottingCorpse", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "55898d74-f2cf-4c30-953e-e5f3d9a3b5bf", - "name": "Spawner (401)", - "location": [278, 233, 0], - "map": "Malas", - "count": 4, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PatchworkSkeleton", "maxCount": 2, "probability": 100 }, - { "name": "VampireBat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "59819649-f460-4934-ba36-a89a98aa13f2", - "name": "Spawner (401)", - "location": [320, 114, -1], - "map": "Malas", - "count": 7, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 35, - "walkingRange": 35, - "entries": [ - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "59d35721-49b5-4ff9-9c91-fad1b3d4b953", - "name": "Spawner (401)", - "location": [395, 33, -1], - "map": "Malas", - "count": 4, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "VampireBat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5bc9de9b-c7d7-4152-9fd1-19e57598100e", - "name": "Spawner (401)", - "location": [320, 114, -1], - "map": "Malas", - "count": 3, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Mummy", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5c28d40c-81f7-428d-b661-6e272aeabf3d", - "name": "Spawner (401)", - "location": [480, 227, -1], - "map": "Malas", - "count": 2, - "minDelay": "00:03:00", - "maxDelay": "00:05:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "613d79a6-10e0-4465-9937-142ee7e701b0", - "name": "Spawner (401)", - "location": [289, 154, 5], - "map": "Malas", - "count": 1, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "LichLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "646d5241-162f-477e-a05c-17ba7eb95a83", - "name": "Spawner (401)", - "location": [379, 147, -1], - "map": "Malas", - "count": 20, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "PatchworkSkeleton", "maxCount": 10, "probability": 100 }, - { "name": "VampireBat", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6492e163-beb3-4abc-a674-921cbf5ba5df", - "name": "Spawner (401)", - "location": [356, 234, -1], - "map": "Malas", - "count": 3, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Skeleton", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "693a953a-75cf-43df-9708-b781c8a04439", - "name": "Spawner (401)", - "location": [325, 172, -1], - "map": "Malas", - "count": 6, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 35, - "walkingRange": 35, - "entries": [ - { "name": "PatchworkSkeleton", "maxCount": 3, "probability": 100 }, - { "name": "VampireBat", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "74182f58-a286-4576-9615-f92bbd4e7b71", - "name": "Spawner (401)", - "location": [378, 236, -1], - "map": "Malas", - "count": 2, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Devourer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "92450262-dc59-4666-b8bd-233fa481ddcb", - "name": "Spawner (401)", - "location": [400, 174, -1], - "map": "Malas", - "count": 1, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Lich", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93ce2586-d403-49a2-acbb-034ef0ee797a", - "name": "Spawner (401)", - "location": [278, 233, 0], - "map": "Malas", - "count": 3, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 35, - "walkingRange": 35, - "entries": [ - { "name": "Devourer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "968ff190-b606-41f5-8cf0-36e15d3fd7d4", - "name": "Spawner (401)", - "location": [382, 82, -1], - "map": "Malas", - "count": 6, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "VampireBat", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9e641eb9-2f8a-41ae-afb9-24a4b5879a0a", - "name": "Spawner (401)", - "location": [305, 28, 0], - "map": "Malas", - "count": 4, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Gibberling", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a1434ffe-19f2-4076-b1ce-28e59dc9f627", - "name": "Spawner (401)", - "location": [496, 75, 0], - "map": "Malas", - "count": 4, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "VampireBat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a42b1d2c-dcd4-4d43-aada-f5707a5f9e9f", - "name": "Spawner (401)", - "location": [468, 141, -1], - "map": "Malas", - "count": 2, - "minDelay": "00:01:00", - "maxDelay": "00:03:00", - "team": 0, - "homeRange": 6, - "walkingRange": 6, - "entries": [ - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a81f4ff2-ee77-4e1f-968d-335a0ecbe7b9", - "name": "Spawner (401)", - "location": [427, 256, -1], - "map": "Malas", - "count": 4, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "LichLord", "maxCount": 1, "probability": 100 }, - { "name": "RestlessSoul", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b0f74ae9-9e85-4525-9903-6e69c2f818e4", - "name": "Spawner (401)", - "location": [309, 15, 0], - "map": "Malas", - "count": 7, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 2, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bbfc66e4-a4fd-486a-960e-5cb7c64c2e72", - "name": "Spawner (401)", - "location": [456, 48, -1], - "map": "Malas", - "count": 12, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "FleshGolem", "maxCount": 6, "probability": 100 }, - { "name": "Devourer", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c2ca4b73-4847-47ab-83de-c3f0abb570a9", - "name": "Spawner (401)", - "location": [493, 202, -1], - "map": "Malas", - "count": 6, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "Skeleton", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c85f6fd0-ad43-4e05-a43e-b49002b7f22c", - "name": "Spawner (401)", - "location": [372, 201, -1], - "map": "Malas", - "count": 4, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cf26832d-8e20-4277-8491-91461dd2995e", - "name": "Spawner (401)", - "location": [487, 118, -1], - "map": "Malas", - "count": 5, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "Mummy", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d03c82ab-0be4-4818-8708-14afba5d8eee", - "name": "Spawner (401)", - "location": [366, 13, -1], - "map": "Malas", - "count": 3, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Lich", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d5daa218-49a1-446c-a871-a7ebc77cacf9", - "name": "Spawner (401)", - "location": [480, 227, -1], - "map": "Malas", - "count": 3, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Skeleton", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d8a6cfe1-0e71-423a-94e9-4ad92ef8d73d", - "name": "Spawner (401)", - "location": [330, 136, 0], - "map": "Malas", - "count": 1, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "LichLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d99b3aa7-013c-4dd9-8258-ec68e91e6bf5", - "name": "Spawner (401)", - "location": [443, 128, -1], - "map": "Malas", - "count": 16, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "PatchworkSkeleton", "maxCount": 7, "probability": 100 }, - { "name": "VampireBat", "maxCount": 7, "probability": 100 }, - { "name": "RottingCorpse", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dcade1a7-1652-4eb7-a550-d9ed7a7449ac", - "name": "Spawner (401)", - "location": [442, 205, -1], - "map": "Malas", - "count": 11, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PatchworkSkeleton", "maxCount": 6, "probability": 100 }, - { "name": "VampireBat", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e12bb836-80f3-4ce1-b068-9d2485922b0f", - "name": "Spawner (401)", - "location": [290, 28, 0], - "map": "Malas", - "count": 4, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "GoreFiend", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e764f652-de2c-420f-8419-7d29a2d6cd9c", - "name": "Spawner (401)", - "location": [287, 81, -1], - "map": "Malas", - "count": 8, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "VampireBat", "maxCount": 6, "probability": 100 }, - { "name": "RottingCorpse", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f20c08f3-28e9-47a3-b24e-b31370ce2c18", - "name": "Spawner (401)", - "location": [447, 25, -1], - "map": "Malas", - "count": 2, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f909d2a4-b3bf-4d0c-b07c-f36839c99209", - "name": "Spawner (401)", - "location": [479, 168, -1], - "map": "Malas", - "count": 5, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Skeleton", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f9c8b1af-1ea5-466d-90a1-e956f8c8de31", - "name": "Spawner (401)", - "location": [266, 26, 0], - "map": "Malas", - "count": 2, - "minDelay": "00:01:00", - "maxDelay": "00:02:00", - "team": 0, - "homeRange": 5, - "walkingRange": 8, - "entries": [ - { "name": "LichLord", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ff72dd04-bba5-4a6f-8899-d851b4c1fe88", - "name": "Spawner (401)", - "location": [480, 227, -1], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "LichLord", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/malas/Labyrinth.json b/Distribution/Data/Spawns/shared/malas/Labyrinth.json deleted file mode 100644 index d65dd5491..000000000 --- a/Distribution/Data/Spawns/shared/malas/Labyrinth.json +++ /dev/null @@ -1,303 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0b34e749-7a4e-4dc8-8b84-6d6444d80525", - "name": "Spawner (407)", - "location": [335, 1920, 0], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Miasma", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3ba58850-4bed-4935-8a37-e0c703f3b768", - "name": "Spawner (407)", - "location": [366, 1928, 0], - "map": "Malas", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Drake", "maxCount": 4, "probability": 100 }, - { "name": "AirElemental", "maxCount": 4, "probability": 100 }, - { "name": "Rat", "maxCount": 4, "probability": 100 }, - { "name": "Snake", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3d9f4f90-3f61-4dc1-9715-0d614c34c99c", - "name": "Spawner (407)", - "location": [382, 1913, 0], - "map": "Malas", - "count": 0, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Meraktus", "maxCount": 0, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "46f54372-6b9c-4e33-9f35-99fc01204b59", - "name": "Spawner (407)", - "location": [427, 1923, 5], - "map": "Malas", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "MinotaurCaptain", "maxCount": 6, "probability": 100 }, - { "name": "Minotaur", "maxCount": 6, "probability": 100 }, - { "name": "MinotaurScout", "maxCount": 6, "probability": 100 }, - { "name": "Rat", "maxCount": 4, "probability": 100 }, - { "name": "TropicalBird", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4a9e68d9-d730-402c-96cc-979f6d08fcfa", - "name": "Spawner (407)", - "location": [357, 1898, 5], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Rend", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "50f241e9-15cf-4561-9a1c-0fe8522d01cd", - "name": "Spawner (407)", - "location": [415, 1897, 5], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Pyre", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "613eb20c-bb8e-4f16-8561-bd839851b463", - "name": "Spawner (407)", - "location": [390, 1883, 0], - "map": "Malas", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Eagle", "maxCount": 8, "probability": 100 }, - { "name": "Cat", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "TropicalBird", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a451b30c-88b8-411d-99b6-3a66cdfd0cd5", - "name": "Spawner (407)", - "location": [355, 1918, 0], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Reptalon", "maxCount": 6, "probability": 100 }, - { "name": "Minotaur", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aaca3ab0-5ea8-4af5-ac5f-c037d41b00fa", - "name": "Spawner (407)", - "location": [347, 1888, 5], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "flurry", "maxCount": 4, "probability": 100 }, - { "name": "grim", "maxCount": 4, "probability": 100 }, - { "name": "mistral", "maxCount": 4, "probability": 100 }, - { "name": "tempest", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "af7b61de-563e-4559-9905-d5113f0e7c02", - "name": "Spawner (407)", - "location": [392, 1917, 0], - "map": "Malas", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "MinotaurScout", "maxCount": 11, "probability": 100 }, - { "name": "Minotaur", "maxCount": 11, "probability": 100 }, - { "name": "MinotaurCaptain", "maxCount": 11, "probability": 100 }, - { "name": "Squirrel", "maxCount": 9, "probability": 100 }, - { "name": "TropicalBird", "maxCount": 9, "probability": 100 }, - { "name": "Bird", "maxCount": 9, "probability": 100 }, - { "name": "Cat", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b8196e8f-9f8f-4362-b188-6bb06dbfea9d", - "name": "Spawner (407)", - "location": [336, 1891, 0], - "map": "Malas", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "Minotaur", "maxCount": 5, "probability": 100 }, - { "name": "MinotaurScout", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b9da636f-3e98-4924-a7da-8ac3d0141e5f", - "name": "Spawner (407)", - "location": [1742, 990, -84], - "map": "Malas", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "Scorpion", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c1e202ec-c6ba-4c76-8a26-29767ae27907", - "name": "Spawner (407)", - "location": [346, 1910, 0], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "TropicalBird", "maxCount": 6, "probability": 100 }, - { "name": "Bird", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ebe544f9-9a54-4822-bb37-ee11ba1059db", - "name": "Spawner (407)", - "location": [384, 1932, 10], - "map": "Malas", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Minotaur", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eea9dc24-23e1-4198-8dbc-b22bddb5a71c", - "name": "Spawner (407)", - "location": [1740, 990, -80], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ef581668-95b6-4e1b-b43f-06e805e2e646", - "name": "Spawner (407)", - "location": [348, 1948, 0], - "map": "Malas", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "TropicalBird", "maxCount": 12, "probability": 100 }, - { "name": "Eagle", "maxCount": 12, "probability": 100 }, - { "name": "Rat", "maxCount": 12, "probability": 100 }, - { "name": "Bird", "maxCount": 12, "probability": 100 }, - { "name": "MinotaurScout", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f5972024-9852-4b8d-96a2-bf1afc05c588", - "name": "Spawner (407)", - "location": [346, 1959, 0], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Squirrel", "maxCount": 4, "probability": 100 }, - { "name": "Rat", "maxCount": 4, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/malas/North.json b/Distribution/Data/Spawns/shared/malas/North.json deleted file mode 100644 index 662d7b71a..000000000 --- a/Distribution/Data/Spawns/shared/malas/North.json +++ /dev/null @@ -1,349 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0c628980-8a6f-45e1-bdc8-ed7ea16765fd", - "name": "Spawner (402)", - "location": [2205, 145, -90], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Unicorn", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "135a20a6-0885-4a61-9a55-a01593f3e874", - "name": "Spawner (402)", - "location": [1482, 347, -50], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 60, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2db6869c-b590-4f82-a5eb-edb7afdd18e4", - "name": "Spawner (402)", - "location": [1274, 300, -50], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2efda65d-ebc3-4251-b6a3-356d42cca581", - "name": "Spawner (402)", - "location": [2291, 295, -90], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "GoreFiend", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "41a269ac-0492-4a16-bbc3-449c7efa9ef9", - "name": "Spawner (402)", - "location": [2121, 597, -50], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "63d80004-20f7-48d8-bcc8-639a8d83c099", - "name": "Spawner (402)", - "location": [766, 114, -90], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "67b52f00-d808-4db4-91ca-9313330d0b40", - "name": "Spawner (402)", - "location": [1710, 403, -50], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 40, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6ef4d890-5038-4d39-977c-5eb15448543a", - "name": "Spawner (402)", - "location": [1659, 112, -80], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a1e3857a-952a-47c2-9311-d6bcc3806c45", - "name": "Spawner (402)", - "location": [1980, 660, -50], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a7be1139-619a-4d84-a98a-8ea04c550827", - "name": "Spawner (402)", - "location": [1869, 480, -50], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "abaa8a2d-9997-4bff-b033-a9dfa78d46f9", - "name": "Spawner (402)", - "location": [2030, 500, -50], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 70, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b48ebb7a-8bfc-4c48-a0ab-f82ca41e38ac", - "name": "Spawner (402)", - "location": [1381, 340, -50], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b85a0fee-612e-4bd9-8489-28fbcdc60ef5", - "name": "Spawner (402)", - "location": [1137, 223, -50], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 40, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "be2f76e8-a03b-42b9-b39c-c641f03ee091", - "name": "Spawner (402)", - "location": [1206, 191, -50], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 40, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dec6f03f-a79d-414a-8b8b-c46af723371a", - "name": "Spawner (402)", - "location": [1587, 386, -50], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e2af6c55-d320-4255-a85f-c694f8d9886b", - "name": "Spawner (402)", - "location": [2233, 555, -90], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e3f940e1-3225-416f-a9ba-717b28fb944a", - "name": "Spawner (402)", - "location": [1023, 192, -50], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/malas/OrcForts.json b/Distribution/Data/Spawns/shared/malas/OrcForts.json deleted file mode 100644 index 3197730a0..000000000 --- a/Distribution/Data/Spawns/shared/malas/OrcForts.json +++ /dev/null @@ -1,182 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0cb005f6-2405-41d4-b9b6-9ad8c75a6851", - "name": "Spawner (403)", - "location": [1372, 1225, -90], - "map": "Malas", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:15:00", - "team": 0, - "homeRange": 20, - "walkingRange": 40, - "entries": [ - { "name": "OrcBrute", "maxCount": 1, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 2, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 2, "probability": 100 }, - { "name": "OrcBomber", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2abcbbd3-3842-46f6-95f1-41b743bb7083", - "name": "Spawner (403)", - "location": [1364, 596, -86], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:15:00", - "team": 0, - "homeRange": 4, - "walkingRange": 15, - "entries": [ - { "name": "Orc", "maxCount": 2, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 1, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "415080ef-9b67-4529-8651-f82d4e0fba5c", - "name": "Spawner (403)", - "location": [1205, 700, -88], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:15:00", - "team": 0, - "homeRange": 4, - "walkingRange": 20, - "entries": [ - { "name": "Orc", "maxCount": 2, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 1, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "778c0ad2-e39e-4c61-9b1c-e45b6a9b554e", - "name": "Spawner (403)", - "location": [1257, 1326, -90], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:15:00", - "team": 0, - "homeRange": 4, - "walkingRange": 15, - "entries": [ - { "name": "Orc", "maxCount": 2, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 1, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9a42ced3-e2d2-4d65-bb78-3903a4092c9f", - "name": "Spawner (403)", - "location": [1343, 1196, -90], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:15:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b187d6bd-fe00-43c8-906d-f18ee330f432", - "name": "Spawner (403)", - "location": [911, 194, -79], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:15:00", - "team": 0, - "homeRange": 4, - "walkingRange": 15, - "entries": [ - { "name": "Orc", "maxCount": 2, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 1, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c4a2ba68-4d62-480c-a9a9-b893f56a1a5d", - "name": "Spawner (403)", - "location": [1598, 1819, -110], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:15:00", - "team": 0, - "homeRange": 4, - "walkingRange": 15, - "entries": [ - { "name": "Orc", "maxCount": 2, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 1, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c93264b1-19bd-47d9-ae8d-261e8d36fc30", - "name": "Spawner (403)", - "location": [1665, 356, -50], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:15:00", - "team": 0, - "homeRange": 4, - "walkingRange": 25, - "entries": [ - { "name": "Orc", "maxCount": 2, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 1, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ea44d8fe-27b9-4650-9c22-fed0630e5cc3", - "name": "Spawner (403)", - "location": [1322, 1225, -90], - "map": "Malas", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:15:00", - "team": 0, - "homeRange": 20, - "walkingRange": 40, - "entries": [ - { "name": "OrcBrute", "maxCount": 1, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 2, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 2, "probability": 100 }, - { "name": "OrcBomber", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f4837b68-40f5-42db-b907-f4fe65248cf9", - "name": "Spawner (403)", - "location": [1343, 1248, -90], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:15:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/malas/South.json b/Distribution/Data/Spawns/shared/malas/South.json deleted file mode 100644 index f00b0d527..000000000 --- a/Distribution/Data/Spawns/shared/malas/South.json +++ /dev/null @@ -1,22 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "6bbb82e4-b0d1-4a23-a9da-5d35911ce762", - "name": "Spawner (404)", - "location": [2231, 1605, -95], - "map": "Malas", - "count": 33, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 160, - "walkingRange": 160, - "entries": [ - { "name": "Mongbat", "maxCount": 7, "probability": 100 }, - { "name": "SandVortex", "maxCount": 6, "probability": 100 }, - { "name": "Scorpion", "maxCount": 7, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 }, - { "name": "Spectre", "maxCount": 7, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/malas/Vendors.json b/Distribution/Data/Spawns/shared/malas/Vendors.json deleted file mode 100644 index 6e9b73e8d..000000000 --- a/Distribution/Data/Spawns/shared/malas/Vendors.json +++ /dev/null @@ -1,484 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0d9c6323-7da9-4e12-861a-76fd30b3e3dc", - "name": "Spawner (405)", - "location": [950, 520, -55], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0db7d5e9-beaa-43a2-ac46-2802ac962fcb", - "name": "Spawner (405)", - "location": [2068, 1372, -75], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3d301c77-1ade-4823-b2ff-f1d4e0ed2bf0", - "name": "Spawner (405)", - "location": [1029, 520, -55], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3d69c950-70d4-48c5-8729-be8848330c1a", - "name": "Spawner (405)", - "location": [2045, 1397, -90], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3dcbbc92-14ac-4798-8753-41aa3b6b2450", - "name": "Spawner (405)", - "location": [2023, 1379, -80], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54deea77-bc1e-446b-8274-ea23bddb369e", - "name": "Spawner (405)", - "location": [989, 527, -50], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "55fab330-6d2a-4823-a666-3dfa33dceeb6", - "name": "Spawner (405)", - "location": [1977, 1365, -80], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72a7f47d-d4cb-4530-9ba6-3878482279b2", - "name": "Spawner (405)", - "location": [2078, 1327, -80], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 }, - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "79aa68b8-d2bd-4a4d-ad84-422588aeaaff", - "name": "Spawner (405)", - "location": [1016, 514, -70], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "KeeperOfChivalry", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7a10d380-53e3-48c9-9c5b-07a3c215032a", - "name": "Spawner (405)", - "location": [1027, 494, -70], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7bd799ab-c7fb-446e-b6cb-580d1fe2f7fb", - "name": "Spawner (405)", - "location": [976, 512, -50], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81e4af4e-3310-4864-8517-a032d487716f", - "name": "Spawner (405)", - "location": [1992, 1315, -90], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ed338dc-51c1-40b3-a91a-7ebd8d91131b", - "name": "Spawner (405)", - "location": [2060, 1283, -80], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9347985d-23a4-4044-9a5c-79939c9f7df0", - "name": "Spawner (405)", - "location": [2037, 1311, -85], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "99cde945-5b9c-4cff-924f-a59142bcbdb9", - "name": "Spawner (405)", - "location": [989, 520, -50], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9ad9f47f-17bc-4790-9a84-1e9aee66478f", - "name": "Spawner (405)", - "location": [2011, 1326, -80], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a0c83d13-2354-494f-9535-d4e587cc7a6b", - "name": "Spawner (405)", - "location": [2025, 1387, -80], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Herbalist", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "CustomHairstylist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a263ccfc-65e1-4181-93b6-6e1c7914f5b8", - "name": "Spawner (405)", - "location": [2048, 1343, -85], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a4200c02-8035-48bc-b79d-8b45225ffd4f", - "name": "Spawner (405)", - "location": [1004, 527, -50], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "HolyMage", "maxCount": 1, "probability": 100 }, - { "name": "Herbalist", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "CustomHairstylist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b4f71d7e-8c76-47db-a1c1-b81c4484741b", - "name": "Spawner (405)", - "location": [2027, 1353, -90], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b7226aea-9fd0-4079-8e21-70a7a443d0b2", - "name": "Spawner (405)", - "location": [1056, 1434, -85], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c1bda852-fee4-45ee-aa79-630980bc44e9", - "name": "Spawner (405)", - "location": [1003, 512, -50], - "map": "Malas", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 }, - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 }, - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d6de9f30-1ee9-4914-853c-be075bd119ce", - "name": "Spawner (405)", - "location": [2083, 1322, -80], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df531ac9-d2b0-48ae-bc19-dc043d6af3de", - "name": "Spawner (405)", - "location": [993, 511, -50], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 }, - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e08eb38c-0b25-4387-8999-f9d8a0a877aa", - "name": "Spawner (405)", - "location": [961, 517, -70], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "KeeperOfChivalry", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eb50b13f-dd98-42c1-bfa0-2599bdc85de3", - "name": "Spawner (405)", - "location": [2066, 1282, -80], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 }, - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f62df843-74a7-4bb0-a101-53d1dc4cb806", - "name": "Spawner (405)", - "location": [976, 527, -50], - "map": "Malas", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 }, - { "name": "Tanner", "maxCount": 1, "probability": 100 }, - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fa9dbd50-e0ca-4206-a197-0fe85a349900", - "name": "Spawner (405)", - "location": [2017, 1356, -90], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/tokuno/FanDancersDojo.json b/Distribution/Data/Spawns/shared/tokuno/FanDancersDojo.json deleted file mode 100644 index c0fb9438d..000000000 --- a/Distribution/Data/Spawns/shared/tokuno/FanDancersDojo.json +++ /dev/null @@ -1,364 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "005c0fd4-1893-489e-9a09-14c53b246567", - "name": "Spawner (501)", - "location": [96, 540, -1], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "FanDancer", "maxCount": 1, "probability": 100 }, - { "name": "Ronin", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "016a082b-0696-40c3-815b-c3dbef373d50", - "name": "Spawner (501)", - "location": [173, 615, -1], - "map": "Malas", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "HordeMinion", "maxCount": 2, "probability": 100 }, - { "name": "FanDancer", "maxCount": 2, "probability": 100 }, - { "name": "Oni", "maxCount": 2, "probability": 100 }, - { "name": "Daemon", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "06d87817-7b93-45c4-9696-35c26ca4218d", - "name": "Spawner (501)", - "location": [120, 415, -1], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "HordeMinion", "maxCount": 2, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12d3edf5-87f3-4fb4-9ca5-8462b94a81d8", - "name": "Spawner (501)", - "location": [134, 651, -1], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "FanDancer", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "183ea3fc-7ed8-4f54-bd05-513be50f48d6", - "name": "Spawner (501)", - "location": [79, 521, -1], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "HeadlessOne", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1a384aa9-3d4c-4df7-82df-58e658f4bf5f", - "name": "Spawner (501)", - "location": [147, 646, -1], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "HeadlessOne", "maxCount": 2, "probability": 100 }, - { "name": "FanDancer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "24b2ba02-2289-4cb3-a957-e3ec7629c0b1", - "name": "Spawner (501)", - "location": [64, 488, -1], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Daemon", "maxCount": 2, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 2, "probability": 100 }, - { "name": "HordeMinion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "42b06210-4cd3-49d6-a5d1-74e5ab0cc77a", - "name": "Spawner (501)", - "location": [977, 218, 23], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "FanDancer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "47256f4f-b709-4c19-866b-2d7bdd896fd6", - "name": "Spawner (501)", - "location": [78, 546, -1], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Daemon", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 2, "probability": 100 }, - { "name": "Succubus", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "477ff85e-e7ac-4a85-a99f-75d1b3e9eb74", - "name": "Spawner (501)", - "location": [110, 649, -1], - "map": "Malas", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "FanDancer", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 }, - { "name": "Balron", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4849d20d-77fc-4f0d-a513-a352a5849467", - "name": "Spawner (501)", - "location": [123, 387, -1], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "HeadlessOne", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "624d9055-be69-4b42-9aa8-f8876a6c3cbf", - "name": "Spawner (501)", - "location": [88, 332, -1], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "FanDancer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "66d98c69-5788-471a-b93c-d82e252471b2", - "name": "Spawner (501)", - "location": [110, 540, -1], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Daemon", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 2, "probability": 100 }, - { "name": "Succubus", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "752b7dfa-4f8c-4bb6-875e-2f18385881b5", - "name": "Spawner (501)", - "location": [111, 352, -1], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "HordeMinion", "maxCount": 2, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9a661087-c1ec-4503-9451-8873a8c24bd9", - "name": "Spawner (501)", - "location": [175, 660, -1], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "HordeMinion", "maxCount": 3, "probability": 100 }, - { "name": "HellCat", "maxCount": 2, "probability": 100 }, - { "name": "Balron", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a4392a5c-8729-40c2-bd31-4b145cba2f1a", - "name": "Spawner (501)", - "location": [106, 685, -1], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "HellHound", "maxCount": 1, "probability": 100 }, - { "name": "Succubus", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd077bc0-b36c-41b4-9e4c-e3f067d6846e", - "name": "Spawner (501)", - "location": [99, 387, -1], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "HeadlessOne", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cdd374da-1e88-4389-ac42-a6c63ba30d0b", - "name": "Spawner (501)", - "location": [97, 467, -1], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "HordeMinion", "maxCount": 2, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Succubus", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e3fd2f65-4f1e-4af5-8cab-26493d9c5350", - "name": "Spawner (501)", - "location": [142, 692, -1], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "FanDancer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f093fd90-d7b6-48a7-b5f3-c2524f4ca2ca", - "name": "Spawner (501)", - "location": [100, 499, -1], - "map": "Malas", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Daemon", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f3743807-ec35-485a-82b5-f3cd3ba27bc0", - "name": "Spawner (501)", - "location": [70, 376, -1], - "map": "Malas", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 30, - "entries": [ - { "name": "FanDancer", "maxCount": 3, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 3, "probability": 100 }, - { "name": "HordeMinion", "maxCount": 3, "probability": 100 }, - { "name": "Daemon", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/tokuno/Outdoors.json b/Distribution/Data/Spawns/shared/tokuno/Outdoors.json deleted file mode 100644 index 5e3698049..000000000 --- a/Distribution/Data/Spawns/shared/tokuno/Outdoors.json +++ /dev/null @@ -1,3539 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "005a9ed1-16b4-49a2-8f12-ee718ea97d4d", - "name": "Spawner (502)", - "location": [212, 646, 31], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BoneMagi", "maxCount": 8, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 8, "probability": 100 }, - { "name": "RevenantLion", "maxCount": 8, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 8, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "01d0fd73-f752-4375-9fa8-46a112f9cf01", - "name": "Spawner (502)", - "location": [1036, 366, 7], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ronin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "02267402-1f6a-40ba-82fc-1b3bec08fcd6", - "name": "Spawner (502)", - "location": [248, 525, 41], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 6, "probability": 100 }, - { "name": "Kappa", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "038fac93-3c13-44ef-aba9-491c8ad45a2b", - "name": "Spawner (502)", - "location": [518, 477, 32], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BakeKitsune", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "05dffa7d-7472-4317-82f0-35e8d6c53fc8", - "name": "Spawner (502)", - "location": [374, 820, 34], - "map": "Tokuno", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "RaiJu", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "07e15b51-9db0-4924-8c8e-5626e94a0eec", - "name": "Spawner (502)", - "location": [185, 1046, 10], - "map": "Tokuno", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 12, "probability": 100 }, - { "name": "Lizardman", "maxCount": 12, "probability": 100 }, - { "name": "SwampTentacle", "maxCount": 12, "probability": 100 }, - { "name": "DeathwatchBeetle", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0a66af15-e45e-41be-a474-91e6ff754ae5", - "name": "Spawner (502)", - "location": [980, 278, 30], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ronin", "maxCount": 4, "probability": 100 }, - { "name": "FanDancer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0af3775d-7a5c-458c-920d-9147d2490ac4", - "name": "Spawner (502)", - "location": [356, 722, 54], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "YomotsuWarrior", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0c8687ee-6ffe-4243-81ba-5938dc3c80c3", - "name": "Spawner (502)", - "location": [192, 1014, 10], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "SwampTentacle", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0eef3fac-cdf6-4f36-bfca-b979d8f936af", - "name": "Spawner (502)", - "location": [540, 343, 8], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TsukiWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f013060-e752-4f42-972f-9b5638b67aa4", - "name": "Spawner (502)", - "location": [1062, 564, 22], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "Reaper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "10592fab-f09a-450d-999b-b35b30fe5cb0", - "name": "Spawner (502)", - "location": [932, 364, 3], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 8, "probability": 100 }, - { "name": "DeathwatchBeetleHatchling", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1382b18e-ee1d-4364-8fe0-604a01e29711", - "name": "Spawner (502)", - "location": [210, 1085, 10], - "map": "Tokuno", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 12, "probability": 100 }, - { "name": "Lizardman", "maxCount": 12, "probability": 100 }, - { "name": "SwampTentacle", "maxCount": 12, "probability": 100 }, - { "name": "DeathwatchBeetle", "maxCount": 12, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "149dab9c-9eba-43fc-922d-6f0c001552a4", - "name": "Spawner (502)", - "location": [472, 433, 27], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "TsukiWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "150fd272-8a8e-4313-9751-5b5e9a7b9c74", - "name": "Spawner (502)", - "location": [1258, 531, 31], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Reaper", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1763036e-1279-413f-93f8-447989b5b34c", - "name": "Spawner (502)", - "location": [181, 588, 45], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Ronin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "18a2424f-1bd0-4745-b96d-07275a0b28cd", - "name": "Spawner (502)", - "location": [1282, 898, 12], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Oni", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "19703e47-77ae-4ee1-97ba-199e119d633d", - "name": "Spawner (502)", - "location": [760, 941, 37], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 }, - { "name": "DeathwatchBeetle", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "19a680ca-e843-4941-8443-572b8299cccf", - "name": "Spawner (502)", - "location": [1076, 864, 56], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 4, "probability": 100 }, - { "name": "GiantBlackWidow", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "19d3293a-39da-428f-b8f0-64d1aa2ca711", - "name": "Spawner (502)", - "location": [180, 586, 45], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BoneMagi", "maxCount": 8, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 8, "probability": 100 }, - { "name": "RevenantLion", "maxCount": 8, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 8, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "19e63dc7-82b4-4a67-94e4-5f016bf5be36", - "name": "Spawner (502)", - "location": [1034, 293, 21], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ronin", "maxCount": 4, "probability": 100 }, - { "name": "FanDancer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1a53a4f7-a748-48c5-b72c-40315e1b6cc8", - "name": "Spawner (502)", - "location": [874, 971, 45], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1a9c5dc9-b415-4da6-83f1-eab7300e39bf", - "name": "Spawner (502)", - "location": [358, 396, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Ronin", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1d54520b-6357-4a09-a9dd-024c82a9dc3d", - "name": "Spawner (502)", - "location": [662, 495, 28], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BakeKitsune", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1dc1ab31-c521-4fdd-8248-fcf3c97717c6", - "name": "Spawner (502)", - "location": [1016, 292, 30], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ronin", "maxCount": 4, "probability": 100 }, - { "name": "FanDancer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1eabd7ef-f919-48c9-a2d9-bd0953eca101", - "name": "Spawner (502)", - "location": [962, 203, 23], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ronin", "maxCount": 4, "probability": 100 }, - { "name": "FanDancer", "maxCount": 4, "probability": 100 }, - { "name": "EliteNinja", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1f22b0f9-3a7d-4520-935a-7d3e965708d4", - "name": "Spawner (502)", - "location": [588, 1012, 62], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1f388571-783f-4271-ad85-19979804caed", - "name": "Spawner (502)", - "location": [643, 540, 24], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BakeKitsune", "maxCount": 4, "probability": 100 }, - { "name": "HellCat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "22d610e3-5455-4ad6-ba5a-0894e1a78d2e", - "name": "Spawner (502)", - "location": [1055, 887, 38], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "243f4da3-3b86-46e7-afd0-66b9e67a506e", - "name": "Spawner (502)", - "location": [709, 877, 18], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "26a8d09d-b64b-40ab-a798-4df18a9b37a9", - "name": "Spawner (502)", - "location": [789, 276, 56], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "RuneBeetle", "maxCount": 4, "probability": 100 }, - { "name": "EvilMage", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "270fa492-ee22-44dd-9f22-b83bcd5ce6eb", - "name": "Spawner (502)", - "location": [649, 409, 36], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "RaiJu", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2a2f5196-88ac-4cc7-9f02-d08890632f18", - "name": "Spawner (502)", - "location": [914, 55, 36], - "map": "Tokuno", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "IceElemental", "maxCount": 2, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 2, "probability": 100 }, - { "name": "IceSerpent", "maxCount": 2, "probability": 100 }, - { "name": "LadyOfTheSnow", "maxCount": 2, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2c226f07-9334-453c-b888-63f6f7bffeb4", - "name": "Spawner (502)", - "location": [680, 956, 44], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Skeleton", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2cb5338d-2c87-40b8-bd7a-f6ed6162ecc8", - "name": "Spawner (502)", - "location": [798, 377, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "RuneBeetle", "maxCount": 4, "probability": 100 }, - { "name": "EvilMage", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2e030c4f-6f79-41b9-add4-785e95c7d016", - "name": "Spawner (502)", - "location": [1172, 535, 23], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Reaper", "maxCount": 4, "probability": 100 }, - { "name": "KazeKemono", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2facb999-7cc7-4e29-9a29-d77bb5a2d6fa", - "name": "Spawner (502)", - "location": [1345, 881, 13], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2fb8bd06-f301-46d7-bc73-b79ea25bc9a7", - "name": "Spawner (502)", - "location": [899, 271, 34], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ronin", "maxCount": 4, "probability": 100 }, - { "name": "EvilMage", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "318bacdf-f3b3-4619-95b6-dc8ce45e2f67", - "name": "Spawner (502)", - "location": [415, 351, 28], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Ronin", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "31ab5811-6361-44eb-9bda-c31fb4444295", - "name": "Spawner (502)", - "location": [232, 1116, 10], - "map": "Tokuno", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 12, "probability": 100 }, - { "name": "Lizardman", "maxCount": 12, "probability": 100 }, - { "name": "SwampTentacle", "maxCount": 12, "probability": 100 }, - { "name": "DeathwatchBeetle", "maxCount": 12, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "31e9bebd-7db7-46c5-a143-e540ca8ccd98", - "name": "Spawner (502)", - "location": [326, 454, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Ronin", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3247cd95-f365-49a5-8a8d-efa7b29def12", - "name": "Spawner (502)", - "location": [700, 826, 36], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Orc", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3416dcdb-aebf-4f59-8158-bd16a36d460c", - "name": "Spawner (502)", - "location": [976, 144, 35], - "map": "Tokuno", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "IceElemental", "maxCount": 2, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 2, "probability": 100 }, - { "name": "IceSerpent", "maxCount": 2, "probability": 100 }, - { "name": "LadyOfTheSnow", "maxCount": 2, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "34706834-7851-4da5-928a-c74d6b0c84c3", - "name": "Spawner (502)", - "location": [258, 709, 41], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "YomotsuWarrior", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37a35bdc-a33a-47ec-b7d3-e520093ebe29", - "name": "Spawner (502)", - "location": [951, 409, 9], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 8, "probability": 100 }, - { "name": "DeathwatchBeetleHatchling", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3946cdc1-9fcf-40fd-91ab-2f52f6c97592", - "name": "Spawner (502)", - "location": [873, 326, 37], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "RuneBeetle", "maxCount": 4, "probability": 100 }, - { "name": "EvilMage", "maxCount": 4, "probability": 100 }, - { "name": "EvilMageLord", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3a1bebc3-fa84-492d-9b65-7a1e95a18fe1", - "name": "Spawner (502)", - "location": [1336, 810, 9], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EliteNinja", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3c541073-7877-418c-af03-7864f952a710", - "name": "Spawner (502)", - "location": [938, 722, 10], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "KazeKemono", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3cc7a85a-0c2e-4368-8912-0c52aef08729", - "name": "Spawner (502)", - "location": [601, 930, 32], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "SkeletalMage", "maxCount": 4, "probability": 100 }, - { "name": "DeathwatchBeetle", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3cfcea02-60a9-463b-a5a3-67bae5267235", - "name": "Spawner (502)", - "location": [1181, 484, 22], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TsukiWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e4489f8-0e90-420b-a546-8628a6b39871", - "name": "Spawner (502)", - "location": [926, 145, 49], - "map": "Tokuno", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "IceElemental", "maxCount": 2, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 2, "probability": 100 }, - { "name": "IceSerpent", "maxCount": 2, "probability": 100 }, - { "name": "LadyOfTheSnow", "maxCount": 2, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3f8ba73c-44f5-41b9-affa-72a4bf38bee9", - "name": "Spawner (502)", - "location": [948, 247, 19], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ronin", "maxCount": 4, "probability": 100 }, - { "name": "FanDancer", "maxCount": 4, "probability": 100 }, - { "name": "EliteNinja", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "402e05e6-7371-4469-ab9b-32ac67e0dbf0", - "name": "Spawner (502)", - "location": [1291, 695, 19], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "LesserHiryu", "maxCount": 2, "probability": 100 }, - { "name": "RevenantLion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "414e159b-efdc-4c32-be33-60f677efc824", - "name": "Spawner (502)", - "location": [1105, 855, 50], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 4, "probability": 100 }, - { "name": "GiantBlackWidow", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4354759f-5548-41f0-acb1-fbc9c7a9694a", - "name": "Spawner (502)", - "location": [892, 652, 17], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "KazeKemono", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "435eff18-25d3-4e71-849c-6e8c69c05c9f", - "name": "Spawner (502)", - "location": [841, 326, 32], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "RuneBeetle", "maxCount": 6, "probability": 100 }, - { "name": "EvilMage", "maxCount": 6, "probability": 100 }, - { "name": "EvilMageLord", "maxCount": 6, "probability": 100 }, - { "name": "FanDancer", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "436deca6-7510-45d7-84b4-9d5749246ca3", - "name": "Spawner (502)", - "location": [527, 393, 53], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 8, "probability": 100 }, - { "name": "TsukiWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4526aff8-ef6d-4c5b-b1ea-0754687af7bb", - "name": "Spawner (502)", - "location": [570, 840, 0], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4540125e-93b0-4491-bdee-fd09145a4a6c", - "name": "Spawner (502)", - "location": [524, 934, 19], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4615040f-530b-4719-bd2f-2a201281cd44", - "name": "Spawner (502)", - "location": [1214, 531, 28], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TsukiWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "462cc023-8496-4574-8963-5577ce18642d", - "name": "Spawner (502)", - "location": [683, 857, 31], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Orc", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "46e8f0bc-a094-423d-bd18-23a05efa801d", - "name": "Spawner (502)", - "location": [979, 477, 2], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 8, "probability": 100 }, - { "name": "DeathwatchBeetleHatchling", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "47a5ecc2-c805-4edf-a622-3f9cc0655911", - "name": "Spawner (502)", - "location": [861, 335, 37], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Kappa", "maxCount": 4, "probability": 100 }, - { "name": "Ronin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "47a74e20-3a5b-43ee-b381-d945b34ddc8a", - "name": "Spawner (502)", - "location": [1293, 864, -1], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "LesserHiryu", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "497466b2-aa4f-4a36-b431-53c89e5c6afe", - "name": "Spawner (502)", - "location": [1064, 1029, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 8, "probability": 100 }, - { "name": "DeathwatchBeetle", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4980823a-bcbe-431e-8ad2-594bf7e28aaf", - "name": "Spawner (502)", - "location": [907, 394, 10], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 8, "probability": 100 }, - { "name": "DeathwatchBeetleHatchling", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4c61fe6f-8b81-40ed-acef-188199111f3c", - "name": "Spawner (502)", - "location": [983, 448, -1], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 8, "probability": 100 }, - { "name": "DeathwatchBeetleHatchling", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4dfbc791-7f39-44f7-99e9-4558e98c5055", - "name": "Spawner (502)", - "location": [407, 399, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Ronin", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4f48b4b8-cd8e-48fd-815b-04539b2e7295", - "name": "Spawner (502)", - "location": [323, 374, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Ronin", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "516cda7d-9e69-4aba-9e5d-9fded4599601", - "name": "Spawner (502)", - "location": [425, 443, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Ronin", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "52415a9d-22d9-4e34-af5a-f5f995a08d02", - "name": "Spawner (502)", - "location": [157, 685, 25], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BoneMagi", "maxCount": 8, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 8, "probability": 100 }, - { "name": "RevenantLion", "maxCount": 8, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 8, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "55d6194b-1117-472c-b276-543f6234d504", - "name": "Spawner (502)", - "location": [571, 550, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BakeKitsune", "maxCount": 8, "probability": 100 }, - { "name": "KazeKemono", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5865a64e-b788-493a-9334-43fcec0bab98", - "name": "Spawner (502)", - "location": [221, 968, 34], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5906f708-87ed-4315-9849-69799e96a1fe", - "name": "Spawner (502)", - "location": [499, 530, 32], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "LesserHiryu", "maxCount": 6, "probability": 100 }, - { "name": "KazeKemono", "maxCount": 6, "probability": 100 }, - { "name": "Oni", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "59600e4f-219e-4f5b-baa3-6714be5b9f7e", - "name": "Spawner (502)", - "location": [1058, 799, 13], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5b5ace63-c337-4f3b-b82b-7901942fb71a", - "name": "Spawner (502)", - "location": [1144, 667, 70], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "HellHound", "maxCount": 4, "probability": 100 }, - { "name": "FireElemental", "maxCount": 4, "probability": 100 }, - { "name": "LavaSerpent", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5bf51fd3-f2c9-49f3-b680-549db2d662fe", - "name": "Spawner (502)", - "location": [535, 918, 14], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5da7254b-6b8b-4ad4-b253-e9a3f8b84350", - "name": "Spawner (502)", - "location": [840, 714, 16], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "KazeKemono", "maxCount": 8, "probability": 100 }, - { "name": "EliteNinja", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "60281adb-b53d-4daf-9ce8-84c89c800e56", - "name": "Spawner (502)", - "location": [526, 556, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BakeKitsune", "maxCount": 8, "probability": 100 }, - { "name": "HellCat", "maxCount": 8, "probability": 100 }, - { "name": "KazeKemono", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "602fd66a-e62a-4963-a028-bbdc0d8f9401", - "name": "Spawner (502)", - "location": [951, 467, 12], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 8, "probability": 100 }, - { "name": "DeathwatchBeetleHatchling", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "61f7f65b-b91f-4e51-8551-e72d045d225f", - "name": "Spawner (502)", - "location": [261, 1186, 20], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "62fb0bce-3f04-4d27-9341-14e8e9ea6497", - "name": "Spawner (502)", - "location": [1150, 1072, 14], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 8, "probability": 100 }, - { "name": "Kappa", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "63477a04-4f55-4c09-b594-0031d9d4e25d", - "name": "Spawner (502)", - "location": [947, 103, 46], - "map": "Tokuno", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "IceElemental", "maxCount": 2, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 2, "probability": 100 }, - { "name": "IceSerpent", "maxCount": 2, "probability": 100 }, - { "name": "LadyOfTheSnow", "maxCount": 2, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "65bb731d-dfb2-4eeb-9858-03d58c785b2a", - "name": "Spawner (502)", - "location": [285, 1156, 13], - "map": "Tokuno", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 12, "probability": 100 }, - { "name": "Lizardman", "maxCount": 12, "probability": 100 }, - { "name": "SwampTentacle", "maxCount": 12, "probability": 100 }, - { "name": "DeathwatchBeetle", "maxCount": 12, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "65e659e7-d71c-472d-9552-755fd0b7d187", - "name": "Spawner (502)", - "location": [883, 604, 39], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Hiryu", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "67b16a8e-dbf3-46f2-8c1c-89f4601d9f56", - "name": "Spawner (502)", - "location": [968, 753, 3], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TsukiWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "67cd30f3-8ec3-4cbb-91b5-a2074fab67f4", - "name": "Spawner (502)", - "location": [667, 943, 43], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 }, - { "name": "DeathwatchBeetle", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "692aae7e-d475-458e-8d26-a15b280edd8f", - "name": "Spawner (502)", - "location": [722, 916, 40], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6bc3be1f-048d-44a1-99d1-416c753c9468", - "name": "Spawner (502)", - "location": [582, 505, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BakeKitsune", "maxCount": 8, "probability": 100 }, - { "name": "HellCat", "maxCount": 8, "probability": 100 }, - { "name": "KazeKemono", "maxCount": 8, "probability": 100 }, - { "name": "HellHound", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6c79a8c2-cbae-49ae-87ca-3f32e5c1eda0", - "name": "Spawner (502)", - "location": [1084, 464, 15], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Yamandon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6f788eb2-7306-4b06-9368-c6ff57e09ff7", - "name": "Spawner (502)", - "location": [1008, 246, 37], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ronin", "maxCount": 4, "probability": 100 }, - { "name": "FanDancer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6f7d75f4-e71b-474c-8711-00345b91e83d", - "name": "Spawner (502)", - "location": [1214, 652, 90], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "HellHound", "maxCount": 4, "probability": 100 }, - { "name": "FireElemental", "maxCount": 4, "probability": 100 }, - { "name": "LavaSerpent", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7043408d-2dc5-4c52-b192-2e95d93195c5", - "name": "Spawner (502)", - "location": [1321, 847, 13], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EliteNinja", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7142d685-eb27-4e84-92cb-4344d63d739e", - "name": "Spawner (502)", - "location": [948, 522, 7], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ronin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "73714dcc-c107-4e57-98e3-800002a6ba8b", - "name": "Spawner (502)", - "location": [251, 1074, 10], - "map": "Tokuno", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 12, "probability": 100 }, - { "name": "Lizardman", "maxCount": 12, "probability": 100 }, - { "name": "SwampTentacle", "maxCount": 12, "probability": 100 }, - { "name": "DeathwatchBeetle", "maxCount": 12, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "73b7620d-f5f9-4fdb-9379-831522388d84", - "name": "Spawner (502)", - "location": [737, 853, 35], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "742dfb62-1a8b-4abe-89d2-2aa5b3eccd8c", - "name": "Spawner (502)", - "location": [246, 768, 55], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 6, "probability": 100 }, - { "name": "YomotsuWarrior", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7537f1f7-5755-4e45-ba02-7f4a79ccb98b", - "name": "Spawner (502)", - "location": [644, 1005, 55], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 }, - { "name": "DeathwatchBeetle", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "76c890d5-23df-453d-bb6b-d1e6789384c3", - "name": "Spawner (502)", - "location": [819, 944, 22], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "OrcCaptain", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "796af405-0888-48d6-945b-2da6c9f5578d", - "name": "Spawner (502)", - "location": [493, 378, 45], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 8, "probability": 100 }, - { "name": "TsukiWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7ddcace7-c82a-4f05-9855-3c4c413e4602", - "name": "Spawner (502)", - "location": [1042, 559, 22], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "Reaper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7ebea3a2-31d2-4ff1-b858-42ce1945f701", - "name": "Spawner (502)", - "location": [1120, 1099, 25], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 8, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 8, "probability": 100 }, - { "name": "RevenantLion", "maxCount": 8, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7f962e07-3668-48c6-889e-d2afab115c85", - "name": "Spawner (502)", - "location": [273, 606, 7], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7fdc0616-9830-43aa-9d9c-a51bda258191", - "name": "Spawner (502)", - "location": [1006, 857, 15], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 4, "probability": 100 }, - { "name": "GiantBlackWidow", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "818696a6-799b-49c6-855a-0b4efd4dcfda", - "name": "Spawner (502)", - "location": [916, 225, 23], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ronin", "maxCount": 4, "probability": 100 }, - { "name": "FanDancer", "maxCount": 4, "probability": 100 }, - { "name": "EliteNinja", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84d7c14d-faf3-4902-a569-f1426b2f16c3", - "name": "Spawner (502)", - "location": [200, 803, 62], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "YomotsuWarrior", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "86222a57-5629-47c3-8a8d-977853e8081c", - "name": "Spawner (502)", - "location": [792, 920, 31], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "866db38c-6643-486a-973b-ed4eb3855e05", - "name": "Spawner (502)", - "location": [999, 580, 14], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "KazeKemono", "maxCount": 4, "probability": 100 }, - { "name": "TsukiWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "896fbcbf-72c3-4280-bc24-c65df790c56e", - "name": "Spawner (502)", - "location": [725, 246, 36], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "RuneBeetle", "maxCount": 4, "probability": 100 }, - { "name": "EvilMage", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ac2fd03-8350-4d2a-8c44-a2a7a126356e", - "name": "Spawner (502)", - "location": [819, 208, 38], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "RuneBeetle", "maxCount": 4, "probability": 100 }, - { "name": "EvilMage", "maxCount": 4, "probability": 100 }, - { "name": "FanDancer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8dcd72ef-b063-43c7-ae83-84dd5d2389c2", - "name": "Spawner (502)", - "location": [638, 866, 23], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 }, - { "name": "DeathwatchBeetle", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8e531f0c-3c40-4567-bc25-d433936fcf2a", - "name": "Spawner (502)", - "location": [123, 647, 36], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BoneMagi", "maxCount": 8, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 8, "probability": 100 }, - { "name": "RevenantLion", "maxCount": 8, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 8, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8e7895e4-b062-48a8-bf1e-11bd423cf49f", - "name": "Spawner (502)", - "location": [1146, 516, 21], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TsukiWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8fb6a683-1f7b-4364-9538-2db139f0288e", - "name": "Spawner (502)", - "location": [729, 934, 42], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "904d1a0d-b3b7-43b4-b37f-5c8a61bffbdb", - "name": "Spawner (502)", - "location": [803, 961, 14], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "90b5cbd2-ec33-4b76-ab24-9b3dace6724b", - "name": "Spawner (502)", - "location": [824, 280, 33], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "RuneBeetle", "maxCount": 4, "probability": 100 }, - { "name": "EvilMage", "maxCount": 4, "probability": 100 }, - { "name": "FanDancer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "91372a1f-eb92-49f7-b7ae-25c8fb221855", - "name": "Spawner (502)", - "location": [1051, 473, 7], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "TsukiWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "919574b9-7243-4843-94d0-cb4f5b4d0f1b", - "name": "Spawner (502)", - "location": [594, 362, 22], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TsukiWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93a819a9-3b0f-40bd-b923-20ed865b6d0f", - "name": "Spawner (502)", - "location": [208, 641, 36], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Ronin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9412516d-cb2a-4ea7-a03d-9ea7354b5437", - "name": "Spawner (502)", - "location": [879, 128, 44], - "map": "Tokuno", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "IceElemental", "maxCount": 2, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 2, "probability": 100 }, - { "name": "IceSerpent", "maxCount": 2, "probability": 100 }, - { "name": "LadyOfTheSnow", "maxCount": 2, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 }, - { "name": "Walrus", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9723d0f8-bdca-4e26-a59c-750042c787a3", - "name": "Spawner (502)", - "location": [666, 896, 28], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 }, - { "name": "DeathwatchBeetle", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "97c87b67-b804-4135-8bbf-80e2e1595bf2", - "name": "Spawner (502)", - "location": [992, 383, 5], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 8, "probability": 100 }, - { "name": "DeathwatchBeetleHatchling", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "97ce7efd-4bea-4256-aec4-dde1404c559b", - "name": "Spawner (502)", - "location": [1196, 507, 26], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Reaper", "maxCount": 4, "probability": 100 }, - { "name": "KazeKemono", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98e06265-c66b-426c-87f1-fa8bcfbfbd18", - "name": "Spawner (502)", - "location": [892, 391, 14], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 8, "probability": 100 }, - { "name": "DeathwatchBeetleHatchling", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98f4d240-c7db-4d14-ad8b-9b8fdb381d82", - "name": "Spawner (502)", - "location": [528, 552, 32], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "LesserHiryu", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "990e1da9-704d-4e3d-b1a6-9180cea7dabe", - "name": "Spawner (502)", - "location": [771, 979, 29], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "997db593-15d5-4963-9659-0a372b565d86", - "name": "Spawner (502)", - "location": [533, 991, 53], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "99dd39c0-83e8-4f4d-a661-eb6bee0601b3", - "name": "Spawner (502)", - "location": [159, 688, 24], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Ronin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9b5e2d60-bf93-418d-a447-fa42e903a4e4", - "name": "Spawner (502)", - "location": [190, 856, 52], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "YomotsuWarrior", "maxCount": 6, "probability": 100 }, - { "name": "KazeKemono", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9cc378fc-7158-4e04-83ad-895160e6d1ec", - "name": "Spawner (502)", - "location": [918, 439, 14], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 8, "probability": 100 }, - { "name": "DeathwatchBeetleHatchling", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9d0a3d34-a633-4d61-9d84-b2df29ae7051", - "name": "Spawner (502)", - "location": [192, 770, 56], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Mongbat", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9d0b815f-1f4b-499f-9c0d-4cfc20a62983", - "name": "Spawner (502)", - "location": [248, 928, 36], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "YomotsuWarrior", "maxCount": 6, "probability": 100 }, - { "name": "KazeKemono", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9ed6e580-23db-415f-a93d-4a1841495166", - "name": "Spawner (502)", - "location": [668, 986, 46], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "OrcCaptain", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a25ae4f2-e3d4-4c6c-ae56-10c00f828436", - "name": "Spawner (502)", - "location": [566, 430, 35], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TsukiWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a2b02241-de57-4e42-908a-d89b90ae45d3", - "name": "Spawner (502)", - "location": [725, 823, 24], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a30ef889-c94e-4870-a1c7-6bc38738919d", - "name": "Spawner (502)", - "location": [1012, 631, 11], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "LesserHiryu", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a4c44311-a4b2-4bc4-8533-2723551964b5", - "name": "Spawner (502)", - "location": [765, 189, 42], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "RuneBeetle", "maxCount": 4, "probability": 100 }, - { "name": "EvilMage", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a5228c3d-ef03-46e5-9d44-8b2e223eef4d", - "name": "Spawner (502)", - "location": [1176, 701, 72], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "HellHound", "maxCount": 4, "probability": 100 }, - { "name": "FireElemental", "maxCount": 4, "probability": 100 }, - { "name": "LavaSerpent", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a5316c66-ce00-4cd1-9151-7508e8d0b6e8", - "name": "Spawner (502)", - "location": [1134, 705, 72], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "HellHound", "maxCount": 4, "probability": 100 }, - { "name": "FireElemental", "maxCount": 4, "probability": 100 }, - { "name": "LavaSerpent", "maxCount": 4, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a5616fa0-d8b0-4711-bab9-34bacc355ed0", - "name": "Spawner (502)", - "location": [124, 646, 37], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Ronin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a83437ce-696c-4d66-93e7-90777f276afb", - "name": "Spawner (502)", - "location": [360, 466, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Ronin", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a8390df1-8ea6-42e6-9d13-e09159f03a0e", - "name": "Spawner (502)", - "location": [1344, 774, 19], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "LesserHiryu", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a8f16a28-29cc-41c2-a79e-be9e10a32363", - "name": "Spawner (502)", - "location": [1377, 882, 21], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "LavaSerpent", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa3b9c76-9b9c-44f7-94cf-43c7b90277a7", - "name": "Spawner (502)", - "location": [769, 152, 12], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "RuneBeetle", "maxCount": 4, "probability": 100 }, - { "name": "EvilMage", "maxCount": 4, "probability": 100 }, - { "name": "EvilMageLord", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa9544d7-3f07-4e3f-b2e1-0a37763cd99b", - "name": "Spawner (502)", - "location": [384, 460, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ace8cee6-59ca-4e3c-90a7-1285a1758f14", - "name": "Spawner (502)", - "location": [1184, 616, 19], - "map": "Tokuno", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "LavaSerpent", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "adafc69d-7044-4319-8e4a-6e729aabfba0", - "name": "Spawner (502)", - "location": [773, 229, 64], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "RuneBeetle", "maxCount": 4, "probability": 100 }, - { "name": "EvilMage", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ae8aaaa8-249c-4994-b84d-c27860c04b12", - "name": "Spawner (502)", - "location": [201, 731, 30], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "YomotsuWarrior", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b0318874-b52d-4005-aaf0-540bce7fc3e9", - "name": "Spawner (502)", - "location": [1247, 791, 6], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "LesserHiryu", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b2ac0fff-06ad-438a-a365-0bb7ad3502a6", - "name": "Spawner (502)", - "location": [562, 984, 43], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 }, - { "name": "DeathwatchBeetle", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b332005a-d3b2-4d5a-a527-6858e5197c0b", - "name": "Spawner (502)", - "location": [819, 902, 27], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "OrcCaptain", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b4421adb-275f-4462-95dc-2d8bcd981471", - "name": "Spawner (502)", - "location": [1184, 837, 36], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "LesserHiryu", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b4bf88f4-306f-49f5-a2ab-ef5412ede34e", - "name": "Spawner (502)", - "location": [517, 513, 32], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BakeKitsune", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b504e238-76e5-4634-a3cc-deb3b3ce3db2", - "name": "Spawner (502)", - "location": [997, 407, -2], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 8, "probability": 100 }, - { "name": "DeathwatchBeetleHatchling", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b6be5e10-9a08-4766-beb3-e9a445d4ae57", - "name": "Spawner (502)", - "location": [208, 936, 43], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b818a6a6-2295-402a-912f-a3c7b680d71a", - "name": "Spawner (502)", - "location": [1062, 469, 8], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DireWolf", "maxCount": 4, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bbf25923-04a3-4b44-9e43-6199ea5a5dd1", - "name": "Spawner (502)", - "location": [1321, 619, 38], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "RevenantLion", "maxCount": 8, "probability": 100 }, - { "name": "BoneKnight", "maxCount": 8, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 8, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 8, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bc472613-2b05-41aa-af9a-db4ef9e40fd0", - "name": "Spawner (502)", - "location": [284, 423, 31], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Ronin", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd996179-baa6-48a6-b065-5371b0592cfd", - "name": "Spawner (502)", - "location": [688, 979, 44], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "OrcCaptain", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c0f9cdb5-34f3-470e-9080-e375959d95e1", - "name": "Spawner (502)", - "location": [1285, 573, 30], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TsukiWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c1966d23-2f5c-4a49-bc2c-b18756f292c3", - "name": "Spawner (502)", - "location": [186, 534, 41], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Ronin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c1afa53a-2806-4717-9ce7-04b6ac4afeab", - "name": "Spawner (502)", - "location": [907, 292, 19], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "RuneBeetle", "maxCount": 4, "probability": 100 }, - { "name": "Ronin", "maxCount": 4, "probability": 100 }, - { "name": "FanDancer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c1c5f957-9c22-4839-9b22-1be66ab4a078", - "name": "Spawner (502)", - "location": [742, 1012, 33], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c2d2e12f-2919-4097-81b2-69c88f8d4f63", - "name": "Spawner (502)", - "location": [526, 889, 11], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c41c2c47-c049-41b3-b4cf-b48cc130a9e0", - "name": "Spawner (502)", - "location": [619, 981, 45], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 }, - { "name": "DeathwatchBeetle", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c80f169f-7335-426e-a51c-ca1771920137", - "name": "Spawner (502)", - "location": [502, 553, 32], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Oni", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cabd6472-2187-4078-85e1-437ab1d2d0b8", - "name": "Spawner (502)", - "location": [243, 1031, 13], - "map": "Tokuno", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 12, "probability": 100 }, - { "name": "Lizardman", "maxCount": 12, "probability": 100 }, - { "name": "SwampTentacle", "maxCount": 12, "probability": 100 }, - { "name": "DeathwatchBeetle", "maxCount": 12, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cb28888e-536f-4588-87ed-32e0151c3557", - "name": "Spawner (502)", - "location": [1052, 976, 26], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 8, "probability": 100 }, - { "name": "DeathwatchBeetle", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cba2353c-6c72-4abe-b04e-5dbc6fc24027", - "name": "Spawner (502)", - "location": [454, 374, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 8, "probability": 100 }, - { "name": "TsukiWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd76c01b-91e2-4a35-b2d2-c30a7ddfe78a", - "name": "Spawner (502)", - "location": [931, 833, 23], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ceff3a89-0382-4aa9-b03d-e5935edcafe7", - "name": "Spawner (502)", - "location": [612, 888, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 }, - { "name": "Shade", "maxCount": 4, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 4, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cfdb9550-70ee-48ef-a165-4dd2b82a5ace", - "name": "Spawner (502)", - "location": [1092, 980, 33], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d0734d58-9c91-45c2-8b51-69d73217e9d7", - "name": "Spawner (502)", - "location": [526, 299, 26], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Yamandon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d3042275-6dc0-4a32-b09f-01d26bbb2c29", - "name": "Spawner (502)", - "location": [1197, 813, 27], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Hiryu", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d344dbc9-d8ce-4502-bd9d-09be8e5e1286", - "name": "Spawner (502)", - "location": [472, 336, 38], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TsukiWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d34f4cf7-eecf-4074-82e9-065d8aa94c1a", - "name": "Spawner (502)", - "location": [265, 406, 22], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "EliteNinja", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d393499a-3788-4887-b582-2903c0ae3c16", - "name": "Spawner (502)", - "location": [980, 815, 15], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 4, "probability": 100 }, - { "name": "GiantBlackWidow", "maxCount": 4, "probability": 100 }, - { "name": "DreadSpider", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d3d6ff67-6800-4108-9039-071f96f48955", - "name": "Spawner (502)", - "location": [1092, 563, 22], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TsukiWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d46fba23-4a24-4736-8701-daa96189ff9f", - "name": "Spawner (502)", - "location": [1343, 654, 35], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "LesserHiryu", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d7641cb5-bb06-4d5a-9b9d-24413ae09e8c", - "name": "Spawner (502)", - "location": [853, 386, 19], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Kappa", "maxCount": 4, "probability": 100 }, - { "name": "Ronin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d935aa73-025f-4c79-92df-f46b642cda74", - "name": "Spawner (502)", - "location": [921, 593, 20], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "MountainGoat", "maxCount": 4, "probability": 100 }, - { "name": "Sheep", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "db468eba-47a3-46c1-b47a-c2179f0b2a5f", - "name": "Spawner (502)", - "location": [1215, 1086, 25], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ddecebbf-fc04-45ad-9eea-328790b80fc0", - "name": "Spawner (502)", - "location": [715, 831, 36], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Orc", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "de26b10f-8b26-4f72-92aa-058a19600dd2", - "name": "Spawner (502)", - "location": [771, 824, 16], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "deb29408-0b0a-4bbe-bfee-962353f80e94", - "name": "Spawner (502)", - "location": [581, 953, 33], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 }, - { "name": "Shade", "maxCount": 4, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 4, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "defa7e90-33db-45c3-8ef7-6f5b153bf4cd", - "name": "Spawner (502)", - "location": [511, 956, 27], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e2ab6de1-7751-4971-b901-3fb6f9ad2a2c", - "name": "Spawner (502)", - "location": [554, 476, 32], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BakeKitsune", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e396724d-7481-4cb6-9302-77ed6dfb8b98", - "name": "Spawner (502)", - "location": [206, 891, 56], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e5ec5310-19bc-428f-92d3-b6e972280758", - "name": "Spawner (502)", - "location": [1086, 910, 61], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Kappa", "maxCount": 4, "probability": 100 }, - { "name": "EliteNinja", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e60bef67-7439-47c5-950a-4d6ba75f9456", - "name": "Spawner (502)", - "location": [930, 405, 11], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 8, "probability": 100 }, - { "name": "DeathwatchBeetleHatchling", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e6108ac2-0a40-4c99-a006-ee8b9d3950b9", - "name": "Spawner (502)", - "location": [418, 463, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e6218636-c822-4e08-9b7c-1355ccae6ccf", - "name": "Spawner (502)", - "location": [615, 556, 37], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BakeKitsune", "maxCount": 8, "probability": 100 }, - { "name": "HellCat", "maxCount": 8, "probability": 100 }, - { "name": "KazeKemono", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e84fef60-0b86-48d0-8e63-b754a89b1579", - "name": "Spawner (502)", - "location": [677, 446, 31], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "RevenantLion", "maxCount": 4, "probability": 100 }, - { "name": "BakeKitsune", "maxCount": 4, "probability": 100 }, - { "name": "Oni", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e8727ee4-86b2-4ac0-bff7-bd503904199f", - "name": "Spawner (502)", - "location": [637, 357, 32], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "RevenantLion", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e9149d3f-2c41-4774-9758-1f8f71b1598e", - "name": "Spawner (502)", - "location": [1311, 776, 10], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Hiryu", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e9314780-e6f4-4589-a64b-cd470dc5bb32", - "name": "Spawner (502)", - "location": [1021, 802, 0], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 4, "probability": 100 }, - { "name": "GiantBlackWidow", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e9bf85cd-f6ef-4207-852e-0c8128711512", - "name": "Spawner (502)", - "location": [927, 451, 14], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 8, "probability": 100 }, - { "name": "DeathwatchBeetleHatchling", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e9f063b7-3bd6-4490-804e-1dcedcd98cc0", - "name": "Spawner (502)", - "location": [198, 924, 42], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "YomotsuWarrior", "maxCount": 6, "probability": 100 }, - { "name": "KazeKemono", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eb40a1dc-8905-430d-a5b6-180d5629d0a2", - "name": "Spawner (502)", - "location": [294, 748, 55], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "YomotsuWarrior", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eb58e0a4-29a4-4f28-a54b-226136752d59", - "name": "Spawner (502)", - "location": [770, 875, 30], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec646b02-cb01-4fba-b336-7d617095b3d3", - "name": "Spawner (502)", - "location": [166, 583, 49], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Yamandon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ed3f775c-f53d-46b2-8a53-bc325a2cb088", - "name": "Spawner (502)", - "location": [794, 890, 31], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "DeathwatchBeetleHatchling", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ee8bcfb4-c8aa-46d8-a29c-3350388df282", - "name": "Spawner (502)", - "location": [573, 933, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 }, - { "name": "Shade", "maxCount": 4, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 4, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f1fa14d5-38a8-41b5-8deb-d256e37f49d7", - "name": "Spawner (502)", - "location": [1354, 700, 33], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EliteNinja", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f314eaf0-1752-4943-82f0-89288cf6b903", - "name": "Spawner (502)", - "location": [932, 685, 12], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "KazeKemono", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f9bbad6f-cb96-4a0d-90dd-5711a4b19ec7", - "name": "Spawner (502)", - "location": [1086, 452, 14], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "DeathwatchBeetle", "maxCount": 4, "probability": 100 }, - { "name": "RuneBeetle", "maxCount": 4, "probability": 100 }, - { "name": "Lizardman", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fa991041-da28-4f4e-980c-8034ec03aa57", - "name": "Spawner (502)", - "location": [1105, 753, 44], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "HellCat", "maxCount": 4, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb71c80f-279b-4f05-8037-e53f05fef9f4", - "name": "Spawner (502)", - "location": [289, 477, 32], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "EliteNinja", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/tokuno/TownsLife.json b/Distribution/Data/Spawns/shared/tokuno/TownsLife.json deleted file mode 100644 index 95e18ac99..000000000 --- a/Distribution/Data/Spawns/shared/tokuno/TownsLife.json +++ /dev/null @@ -1,522 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "03f1632a-1fc5-4132-92a7-288b4baf9ae9", - "name": "Spawner (503)", - "location": [744, 1347, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Sheep", "maxCount": 1, "probability": 100 }, - { "name": "Dog", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Rat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "217af4ba-df3f-4134-b360-8f8f921e8a01", - "name": "Spawner (503)", - "location": [721, 1274, 25], - "map": "Tokuno", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Dog", "maxCount": 1, "probability": 100 }, - { "name": "Cat", "maxCount": 1, "probability": 100 }, - { "name": "Rat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "366108fc-b366-4620-b8bb-4d04014d40b7", - "name": "Spawner (503)", - "location": [625, 1317, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 2, "probability": 100 }, - { "name": "Goat", "maxCount": 1, "probability": 100 }, - { "name": "Rabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3cc46920-b82d-4c3b-b622-611f7b416b66", - "name": "Spawner (503)", - "location": [803, 1338, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3eced8bf-e4d6-484b-ae5f-6519e827a787", - "name": "Spawner (503)", - "location": [679, 1224, 25], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "40d3a681-f9b5-4866-b6c2-93aa8d211660", - "name": "Spawner (503)", - "location": [834, 1351, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "40d40ab7-a774-4443-8225-790b81878d3a", - "name": "Spawner (503)", - "location": [768, 1192, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Cat", "maxCount": 1, "probability": 100 }, - { "name": "Dog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "42f392a2-faec-48fe-b8fa-44c394ce4f31", - "name": "Spawner (503)", - "location": [844, 1318, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Crane", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 }, - { "name": "Dog", "maxCount": 1, "probability": 100 }, - { "name": "Pig", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4400a7f9-33b7-4f12-993e-6370e8422577", - "name": "Spawner (503)", - "location": [812, 1222, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Cat", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "59135bf6-67a7-42db-ae76-2d9d53ee8d6b", - "name": "Spawner (503)", - "location": [628, 1310, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a5e3558-be1a-49cc-a5cc-201c160e6c7b", - "name": "Spawner (503)", - "location": [711, 1322, 25], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Dog", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Crane", "maxCount": 2, "probability": 100 }, - { "name": "Sheep", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "63828858-74cb-4daa-a2e3-d79928cd539d", - "name": "Spawner (503)", - "location": [630, 1225, 25], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 3, "probability": 100 }, - { "name": "Crane", "maxCount": 3, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "660e512a-833e-42d2-b13d-8d9aee2b8e68", - "name": "Spawner (503)", - "location": [667, 1343, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Rabbit", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "787cabab-33ea-4938-a32d-5f3443af22c4", - "name": "Spawner (503)", - "location": [712, 1238, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Cat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7c22ce54-d85a-48c0-8388-25f26d1c7904", - "name": "Spawner (503)", - "location": [756, 1236, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Dog", "maxCount": 1, "probability": 100 }, - { "name": "Cat", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Rat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8065872f-41df-44a9-b382-d5d16e9f31da", - "name": "Spawner (503)", - "location": [683, 1231, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ca277a3-a47d-4c33-8470-60d67d1fb2c7", - "name": "Spawner (503)", - "location": [628, 1272, 25], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 3, "probability": 100 }, - { "name": "Cat", "maxCount": 3, "probability": 100 }, - { "name": "Dog", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "962520ff-e7ec-4187-b385-5550af5428cb", - "name": "Spawner (503)", - "location": [844, 1198, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Dog", "maxCount": 1, "probability": 100 }, - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Rabbit", "maxCount": 1, "probability": 100 }, - { "name": "Horse", "maxCount": 1, "probability": 100 }, - { "name": "Pig", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9780bf47-bc15-4bdd-8dc6-0a5ec2abddea", - "name": "Spawner (503)", - "location": [740, 1284, 25], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9bf1fbe7-640a-44fe-89c5-b8771032d64b", - "name": "Spawner (503)", - "location": [807, 1287, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Dog", "maxCount": 1, "probability": 100 }, - { "name": "Cat", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ae3ea0e1-e260-4f24-a0f2-7a617cbe7bbe", - "name": "Spawner (503)", - "location": [713, 1351, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 693, "y": 1331, "z": -128 }, - "end": { "x": 733, "y": 1371, "z": 40 } - }, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 2, "probability": 100 }, - { "name": "Cat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c7bce2da-6a6c-4d0f-9c79-70c5a2895962", - "name": "Spawner (503)", - "location": [853, 1287, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Sheep", "maxCount": 1, "probability": 100 }, - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Dog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cb8699ff-ca4c-44b1-9dd8-422e6e31fbbf", - "name": "Spawner (503)", - "location": [636, 1331, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "Pig", "maxCount": 1, "probability": 100 }, - { "name": "Crane", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d9dd4287-6d11-4e50-b4b1-834c431ee60b", - "name": "Spawner (503)", - "location": [710, 1350, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 690, "y": 1330, "z": -128 }, - "end": { "x": 730, "y": 1370, "z": 40 } - }, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dbffb36b-2e05-4968-96f6-c8f53ddeb50a", - "name": "Spawner (503)", - "location": [706, 1208, 25], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df568bbb-9e8c-4594-a32b-85dd93540f10", - "name": "Spawner (503)", - "location": [770, 1344, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Goat", "maxCount": 1, "probability": 100 }, - { "name": "Pig", "maxCount": 1, "probability": 100 }, - { "name": "Horse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e828c6c6-2867-4d26-a77a-ab581c4a7dcc", - "name": "Spawner (503)", - "location": [843, 1247, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Sheep", "maxCount": 2, "probability": 100 }, - { "name": "Pig", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f3688f98-8e8b-4100-8952-4f90020ab8ae", - "name": "Spawner (503)", - "location": [857, 1166, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Sheep", "maxCount": 1, "probability": 100 }, - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Dog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f4d88eea-fd00-4029-bf05-960a4a03a082", - "name": "Spawner (503)", - "location": [690, 1288, 25], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Dog", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "Cat", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/tokuno/Vendors.json b/Distribution/Data/Spawns/shared/tokuno/Vendors.json deleted file mode 100644 index 4521e62a4..000000000 --- a/Distribution/Data/Spawns/shared/tokuno/Vendors.json +++ /dev/null @@ -1,761 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "03112703-010a-4495-90de-3dceafabf6bb", - "name": "Spawner (504)", - "location": [502, 589, 24], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0360875a-9408-4f4a-a42c-200f359baccb", - "name": "Spawner (504)", - "location": [756, 1302, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1159a610-a01a-4cac-841f-ca37fcf2ab21", - "name": "Spawner (504)", - "location": [1177, 985, 38], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "117e79c9-e92c-4094-89af-ceef02b6d875", - "name": "Spawner (504)", - "location": [724, 1297, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "11f9b7fa-b1ea-4a93-848a-5339c852afa5", - "name": "Spawner (504)", - "location": [695, 1297, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1457ebfc-398e-415e-b091-20427af4fb70", - "name": "Spawner (504)", - "location": [691, 1264, 47], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "152e7156-8c9c-4aae-a560-7972868cbc57", - "name": "Spawner (504)", - "location": [789, 1278, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "15590b9b-8815-4906-8e9e-d08a54b6a2f1", - "name": "Spawner (504)", - "location": [773, 1248, 26], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "16523597-999a-4504-aa59-7b01c881978d", - "name": "Spawner (504)", - "location": [689, 1255, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1990cbea-3f71-44da-aec2-0af4e07e3618", - "name": "Spawner (504)", - "location": [702, 1298, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Alchemist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1b386724-c26f-4714-80b3-edaaa46b3ab4", - "name": "Spawner (504)", - "location": [683, 1298, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Herbalist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1bef801b-5ac8-4cde-a3bd-71fff904d997", - "name": "Spawner (504)", - "location": [679, 1207, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 0, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1f9e3288-f988-4ea3-95e8-251aa38d064c", - "name": "Spawner (504)", - "location": [692, 1213, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "21467215-aae1-4e1c-bf72-1137b91b71eb", - "name": "Spawner (504)", - "location": [730, 1282, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "294130b1-fd5a-4cef-9c68-a5491f5e59c6", - "name": "Spawner (504)", - "location": [226, 786, 57], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "30f1eaf5-633e-494a-aadb-2997f3e8d0a4", - "name": "Spawner (504)", - "location": [735, 1256, 30], - "map": "Tokuno", - "count": 30, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 80, - "entries": [ - { "name": "Noble", "maxCount": 10, "probability": 100 }, - { "name": "Peasant", "maxCount": 10, "probability": 100 }, - { "name": "hirebeggar", "maxCount": 10, "probability": 100 }, - { "name": "Samurai", "maxCount": 10, "probability": 100 }, - { "name": "Ninja", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "33f10364-0097-42d5-95b1-c3f73750fda0", - "name": "Spawner (504)", - "location": [720, 1213, 45], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3df1960a-2e81-4997-ab85-3f1062065c7d", - "name": "Spawner (504)", - "location": [763, 247, 71], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "448a5e8c-0682-488b-ba85-4a457ed8329c", - "name": "Spawner (504)", - "location": [742, 1304, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4830fbdc-9c83-4e22-af7a-cd868807eb9c", - "name": "Spawner (504)", - "location": [297, 637, 15], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "57f4d4ba-3841-4d12-bec6-37b059c49840", - "name": "Spawner (504)", - "location": [248, 1089, 10], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5ada367e-0bcb-487e-9e44-ef259bfec2c7", - "name": "Spawner (504)", - "location": [781, 1219, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "67fe5dc9-67d2-4e5f-afab-03691f497fed", - "name": "Spawner (504)", - "location": [661, 1209, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "698d030e-cf3f-40fd-be6e-4a92866dbfb1", - "name": "Spawner (504)", - "location": [668, 1254, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "BardGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7dad1cc2-dfab-490e-915f-8d00ed39f14c", - "name": "Spawner (504)", - "location": [749, 1303, 25], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "80122c8e-85c4-41a7-a347-d8c0074e6031", - "name": "Spawner (504)", - "location": [371, 431, 32], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "840e2e09-7a7e-43cc-a5d0-a5be3d4e00d6", - "name": "Spawner (504)", - "location": [669, 1266, 47], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "876d5b73-9f59-4446-8144-dd997bf93916", - "name": "Spawner (504)", - "location": [1152, 936, 65], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8c714386-6b61-4f4e-9eec-f75cd78010a6", - "name": "Spawner (504)", - "location": [732, 1256, 30], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 0, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "901b6857-11f1-4c9f-bb1f-1399406dc3b6", - "name": "Spawner (504)", - "location": [399, 549, 15], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "95447e64-a9d3-45ca-81c7-318441ca97d4", - "name": "Spawner (504)", - "location": [1111, 495, 18], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "97d04faf-bf2f-4085-bdb9-2a6538c4a97a", - "name": "Spawner (504)", - "location": [720, 1211, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a4b62432-203b-4b3e-894c-651e62d68567", - "name": "Spawner (504)", - "location": [739, 1223, 45], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "af820fc2-57d8-4b19-9a54-9bb57f9736cb", - "name": "Spawner (504)", - "location": [1221, 494, 27], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b4b940cb-17ef-4234-842c-2bdcbd7827f0", - "name": "Spawner (504)", - "location": [779, 1259, 26], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b5b2efe1-d96b-4d37-ac13-ec6251ad23f9", - "name": "Spawner (504)", - "location": [895, 519, 53], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b65649fc-1b3a-4124-b063-0f0e7b35d3d2", - "name": "Spawner (504)", - "location": [979, 238, 21], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bdc0117b-2e5b-458b-90ca-0f3bfa5489e8", - "name": "Spawner (504)", - "location": [703, 1262, 25], - "map": "Tokuno", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 10, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 }, - { "name": "Butcher", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cfc1714e-8851-4cf8-a9a5-bb1d4d9236b0", - "name": "Spawner (504)", - "location": [558, 534, 32], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d001030a-99d7-4146-83f9-b5e1aff453b0", - "name": "Spawner (504)", - "location": [729, 1249, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d64f79d1-bb69-4aab-8099-04cc92244b60", - "name": "Spawner (504)", - "location": [806, 1308, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dc6b9648-9165-491e-87b2-f5950d8e38ad", - "name": "Spawner (504)", - "location": [744, 1210, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Weaver", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e081b4f9-5c48-4808-82e7-f8bb95309a19", - "name": "Spawner (504)", - "location": [744, 1219, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f44766ae-31e3-46fa-94ce-869a53621012", - "name": "Spawner (504)", - "location": [662, 1210, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f50b6789-7be4-43f0-a1be-c53e85a6997b", - "name": "Spawner (504)", - "location": [675, 1265, 25], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Bard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f6481ae3-b345-40ab-aaa2-2eea59aee211", - "name": "Spawner (504)", - "location": [781, 1301, 26], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "Bowyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb70140d-b0d9-41c7-9975-c8136c4ee686", - "name": "Spawner (504)", - "location": [1166, 802, 27], - "map": "Tokuno", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/tokuno/WildLife.json b/Distribution/Data/Spawns/shared/tokuno/WildLife.json deleted file mode 100644 index c19c8a14e..000000000 --- a/Distribution/Data/Spawns/shared/tokuno/WildLife.json +++ /dev/null @@ -1,3254 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "025966e3-5dff-48d2-8101-47bb942642d1", - "name": "Spawner (505)", - "location": [612, 857, 15], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "07015515-1c9d-4bfd-9199-5a8eeccce91a", - "name": "Spawner (505)", - "location": [580, 1170, 25], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Llama", "maxCount": 8, "probability": 100 }, - { "name": "Rabbit", "maxCount": 8, "probability": 100 }, - { "name": "Dog", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "073bd67c-3055-4bf5-8879-4bca7908de15", - "name": "Spawner (505)", - "location": [874, 971, 45], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0773f05d-07e5-426e-a2e1-85c61ed07de5", - "name": "Spawner (505)", - "location": [472, 336, 38], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 8, "probability": 100 }, - { "name": "Crane", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "09a9d3ff-55d0-4e8c-9fe7-d8458206ec1b", - "name": "Spawner (505)", - "location": [418, 463, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "Mongbat", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "BrownBear", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 }, - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0a15f08c-dfd3-4184-8b1e-e37833f41bc2", - "name": "Spawner (505)", - "location": [856, 324, 37], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0a5ac06e-23f0-40c6-a1f4-9961465b6ddc", - "name": "Spawner (505)", - "location": [1176, 701, 72], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "MountainGoat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0c1322bf-5ebb-464a-99e8-c137e14ff1d4", - "name": "Spawner (505)", - "location": [1011, 509, 26], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "BrownBear", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0c20bc6c-30d5-4b2d-97e3-0db6146a7226", - "name": "Spawner (505)", - "location": [883, 1121, 19], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 }, - { "name": "Rat", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f2ecc77-7a9d-483c-b2d2-28b021b69767", - "name": "Spawner (505)", - "location": [381, 511, 22], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Gaman", "maxCount": 2, "probability": 100 }, - { "name": "BrownBear", "maxCount": 2, "probability": 100 }, - { "name": "BlackBear", "maxCount": 2, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "109decf7-c5fa-4839-ab48-51d6e1a0a984", - "name": "Spawner (505)", - "location": [988, 335, 17], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "10d55af6-cce8-498b-9c29-4e2713f79d9b", - "name": "Spawner (505)", - "location": [1091, 897, 69], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Dog", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Cat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1155a3a8-591d-47ed-9672-30b5d0d10e5f", - "name": "Spawner (505)", - "location": [572, 1211, 25], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Goat", "maxCount": 8, "probability": 100 }, - { "name": "Sheep", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "Rabbit", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "11f32a2d-41af-40ea-b076-14452d79a9c9", - "name": "Spawner (505)", - "location": [1092, 1024, 34], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12723266-85ed-413a-bab7-c825593b42bb", - "name": "Spawner (505)", - "location": [504, 1042, 24], - "map": "Tokuno", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "15fd3cea-416b-449a-925f-c571ada88282", - "name": "Spawner (505)", - "location": [600, 1198, 25], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Goat", "maxCount": 8, "probability": 100 }, - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "Rabbit", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1882a00b-e0b5-44b2-9a53-ad4faabbd6d8", - "name": "Spawner (505)", - "location": [596, 1289, 21], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "Crane", "maxCount": 8, "probability": 100 }, - { "name": "Pig", "maxCount": 8, "probability": 100 }, - { "name": "Goat", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1a38a3b3-ecad-4c71-b4af-6a862e5f1e38", - "name": "Spawner (505)", - "location": [724, 831, 34], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1c39d957-43f3-4e45-9fca-0f82fcd80baf", - "name": "Spawner (505)", - "location": [1074, 806, 23], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 }, - { "name": "BrownBear", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1d903bb8-480f-4d62-b957-ae627809d9d5", - "name": "Spawner (505)", - "location": [190, 856, 52], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "208e7ae6-ff8a-4482-aad8-88fac46e3821", - "name": "Spawner (505)", - "location": [887, 1072, 20], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2112cd3e-2459-4ced-b190-dc6ce7d36d3a", - "name": "Spawner (505)", - "location": [916, 1120, 17], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 }, - { "name": "Pig", "maxCount": 4, "probability": 100 }, - { "name": "Dog", "maxCount": 4, "probability": 100 }, - { "name": "Cat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "221b2448-0059-4522-8cdc-c1f0ea38145a", - "name": "Spawner (505)", - "location": [907, 1143, 11], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 }, - { "name": "Dog", "maxCount": 4, "probability": 100 }, - { "name": "Cat", "maxCount": 4, "probability": 100 }, - { "name": "Sheep", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "259e2b9a-187b-4009-8e43-277c10cff6b5", - "name": "Spawner (505)", - "location": [210, 1085, 10], - "map": "Tokuno", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 12, "probability": 100 }, - { "name": "Rat", "maxCount": 12, "probability": 100 }, - { "name": "Bird", "maxCount": 12, "probability": 100 }, - { "name": "GiantRat", "maxCount": 12, "probability": 100 }, - { "name": "BullFrog", "maxCount": 12, "probability": 100 }, - { "name": "GiantToad", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2be2ad47-84cf-4567-abe9-a0eea8a95ee4", - "name": "Spawner (505)", - "location": [232, 1116, 10], - "map": "Tokuno", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 12, "probability": 100 }, - { "name": "Rat", "maxCount": 12, "probability": 100 }, - { "name": "Bird", "maxCount": 12, "probability": 100 }, - { "name": "GiantRat", "maxCount": 12, "probability": 100 }, - { "name": "BullFrog", "maxCount": 12, "probability": 100 }, - { "name": "GiantToad", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2c461fc3-195d-4f3e-961b-c46b24a68048", - "name": "Spawner (505)", - "location": [307, 572, 33], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Cat", "maxCount": 1, "probability": 100 }, - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "Dog", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2d1b64ad-e246-4c2f-b1b1-e2b25c6e53e2", - "name": "Spawner (505)", - "location": [1144, 667, 70], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "MountainGoat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2d8b101e-4530-4396-98db-3b3f0a0e6a23", - "name": "Spawner (505)", - "location": [775, 1127, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "RidableLlama", "maxCount": 4, "probability": 100 }, - { "name": "BlackBear", "maxCount": 4, "probability": 100 }, - { "name": "BrownBear", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2dfdc1dd-5220-4169-86e7-4342c692e2f6", - "name": "Spawner (505)", - "location": [192, 1014, 10], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 8, "probability": 100 }, - { "name": "Rat", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2e0d9671-9a22-41db-98ef-754e21134ec4", - "name": "Spawner (505)", - "location": [770, 875, 30], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "32ba9655-ba7d-4112-9e6a-3f36b34102bd", - "name": "Spawner (505)", - "location": [1122, 501, 19], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "BrownBear", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "35aa8796-06bb-4243-840f-44d4ce68b110", - "name": "Spawner (505)", - "location": [1181, 547, 23], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "BrownBear", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "365b6b36-18ef-4ad8-8a0a-896cfdd1ba1b", - "name": "Spawner (505)", - "location": [1133, 1036, 31], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Dog", "maxCount": 4, "probability": 100 }, - { "name": "Cat", "maxCount": 4, "probability": 100 }, - { "name": "Horse", "maxCount": 4, "probability": 100 }, - { "name": "Crane", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3692b482-e864-4cc3-92f2-02bbbf69c448", - "name": "Spawner (505)", - "location": [534, 1189, 25], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "Horse", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "377c039b-1370-49ed-ac1f-b5453a0f98ae", - "name": "Spawner (505)", - "location": [722, 916, 40], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 6, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3c6b8543-bd53-4cf8-ac52-a20347b89cad", - "name": "Spawner (505)", - "location": [1088, 980, 30], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 }, - { "name": "Dog", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3dc8cf0c-106b-49a9-92aa-82758885387d", - "name": "Spawner (505)", - "location": [443, 402, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "BrownBear", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 }, - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e0c0300-cb5b-4a45-a97a-12b40100f047", - "name": "Spawner (505)", - "location": [1039, 952, 24], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e8d2eac-e0f8-484a-8316-ecb5720962ef", - "name": "Spawner (505)", - "location": [454, 374, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 8, "probability": 100 }, - { "name": "Crane", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "40d60aa8-583e-474f-a59f-8b86a0233014", - "name": "Spawner (505)", - "location": [206, 891, 56], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "DireWolf", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "Horse", "maxCount": 1, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "44acca90-d356-438d-9a80-a27d07ecac27", - "name": "Spawner (505)", - "location": [251, 1074, 10], - "map": "Tokuno", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 12, "probability": 100 }, - { "name": "Rat", "maxCount": 12, "probability": 100 }, - { "name": "Bird", "maxCount": 12, "probability": 100 }, - { "name": "GiantRat", "maxCount": 12, "probability": 100 }, - { "name": "BullFrog", "maxCount": 12, "probability": 100 }, - { "name": "GiantToad", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "47507391-0312-43b8-a52f-1da5ef65d134", - "name": "Spawner (505)", - "location": [685, 891, 22], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4943e08b-e268-4035-a091-6f3d05e5aab1", - "name": "Spawner (505)", - "location": [285, 1156, 13], - "map": "Tokuno", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 12, "probability": 100 }, - { "name": "Rat", "maxCount": 12, "probability": 100 }, - { "name": "Bird", "maxCount": 12, "probability": 100 }, - { "name": "GiantRat", "maxCount": 12, "probability": 100 }, - { "name": "BullFrog", "maxCount": 12, "probability": 100 }, - { "name": "GiantToad", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "49dc8190-fb53-4f7a-85c1-4bb0645f7da8", - "name": "Spawner (505)", - "location": [1139, 999, 48], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Dog", "maxCount": 4, "probability": 100 }, - { "name": "Cat", "maxCount": 4, "probability": 100 }, - { "name": "Horse", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b8f1c02-d05a-4bc9-a013-57e201cca765", - "name": "Spawner (505)", - "location": [960, 293, 29], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4c7e0f56-72ac-454c-9392-b00a2ca81ff0", - "name": "Spawner (505)", - "location": [683, 857, 31], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "JackRabbit", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "503c5b72-b18c-4f8e-bf90-9b161a77db25", - "name": "Spawner (505)", - "location": [364, 565, 15], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 3, "probability": 100 }, - { "name": "Dog", "maxCount": 3, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "504e34ec-555a-4638-aa23-440d042f355a", - "name": "Spawner (505)", - "location": [833, 908, 15], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "512c0d13-c23a-4f39-9dd1-584f708660fb", - "name": "Spawner (505)", - "location": [561, 1101, 33], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "Pig", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "52b4ffec-21bb-4847-ae83-65f2001d581d", - "name": "Spawner (505)", - "location": [1345, 775, 19], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "53507cb5-dd64-4105-8f65-3535910989ea", - "name": "Spawner (505)", - "location": [905, 331, 8], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "536320cb-cd64-4a9b-9f44-6b2c3a6b4770", - "name": "Spawner (505)", - "location": [1255, 866, 12], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54b64e89-5437-4c61-81ee-2adc677a3195", - "name": "Spawner (505)", - "location": [1230, 822, 21], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 }, - { "name": "Horse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "55ccd405-6e56-4289-a671-c1521f8b1b4e", - "name": "Spawner (505)", - "location": [956, 705, 16], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "BrownBear", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "581859e8-1196-47e2-bc24-1359c385fecb", - "name": "Spawner (505)", - "location": [857, 376, 25], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a91c9b1-2c2c-4e5d-b3ab-98b110013172", - "name": "Spawner (505)", - "location": [566, 1287, 22], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "Crane", "maxCount": 8, "probability": 100 }, - { "name": "Rabbit", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5b1a526f-836a-4c63-a353-066cf22828bf", - "name": "Spawner (505)", - "location": [771, 824, 16], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5ded03e2-db27-4a82-88ec-7274d5521db0", - "name": "Spawner (505)", - "location": [1230, 895, 22], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 }, - { "name": "Horse", "maxCount": 1, "probability": 100 }, - { "name": "Dog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5f1c63ab-a484-4556-88c2-2f513b6a73ff", - "name": "Spawner (505)", - "location": [273, 606, 7], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 2, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "Horse", "maxCount": 1, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5f4e6a55-2723-4d2e-b192-a8881e2b7c96", - "name": "Spawner (505)", - "location": [356, 403, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "BrownBear", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 }, - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5fddebe2-5f66-4157-a95e-50f1d376ab67", - "name": "Spawner (505)", - "location": [644, 1142, 28], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DireWolf", "maxCount": 6, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 6, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "614d3af0-78c4-4099-9a35-0add14ce3e3f", - "name": "Spawner (505)", - "location": [1197, 851, 32], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 }, - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "Horse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6177f745-08f2-4d37-a5ae-2f2e3129b903", - "name": "Spawner (505)", - "location": [629, 510, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "MountainGoat", "maxCount": 1, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "62196314-f7e7-42e8-a131-db562b52bee0", - "name": "Spawner (505)", - "location": [879, 1038, 16], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Gaman", "maxCount": 4, "probability": 100 }, - { "name": "Goat", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "651e3dfe-31b6-4a95-9110-5861aac65171", - "name": "Spawner (505)", - "location": [1101, 832, 37], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 }, - { "name": "BrownBear", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "65473288-20d0-40f6-9da4-ab3c1213c9e1", - "name": "Spawner (505)", - "location": [563, 1133, 43], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6b0b9c5e-f925-4f24-97f9-d9c9915d8d8f", - "name": "Spawner (505)", - "location": [687, 439, 26], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Sheep", "maxCount": 8, "probability": 100 }, - { "name": "MountainGoat", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "Crane", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d84bf13-4790-4286-a8dd-ad78174f533a", - "name": "Spawner (505)", - "location": [771, 228, 63], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6ef86062-ac38-4916-ae0c-8e9b7f02b400", - "name": "Spawner (505)", - "location": [565, 447, 31], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Sheep", "maxCount": 8, "probability": 100 }, - { "name": "MountainGoat", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6f71ccad-9194-41b5-8af2-819e8d5ff14e", - "name": "Spawner (505)", - "location": [419, 529, 15], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 8, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "783c5a65-45be-49b2-978e-839ee3d8ad42", - "name": "Spawner (505)", - "location": [746, 814, 16], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7b655fa8-4c47-4101-8a05-e138b0eb8e14", - "name": "Spawner (505)", - "location": [934, 1233, 19], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7b7eb7c3-f465-4f75-b739-52557290bd17", - "name": "Spawner (505)", - "location": [1177, 1002, 34], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7bbee32e-82df-4a88-b864-dda360fed83e", - "name": "Spawner (505)", - "location": [143, 131, 0], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7c2e0be2-cc73-4518-9c76-3e960cf286b6", - "name": "Spawner (505)", - "location": [547, 1240, 25], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "Dog", "maxCount": 8, "probability": 100 }, - { "name": "Cat", "maxCount": 8, "probability": 100 }, - { "name": "Rabbit", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7c67a873-1b6e-422d-bce9-5cc93722eecc", - "name": "Spawner (505)", - "location": [243, 1031, 13], - "map": "Tokuno", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 12, "probability": 100 }, - { "name": "Rat", "maxCount": 12, "probability": 100 }, - { "name": "Bird", "maxCount": 12, "probability": 100 }, - { "name": "GiantRat", "maxCount": 12, "probability": 100 }, - { "name": "BullFrog", "maxCount": 12, "probability": 100 }, - { "name": "GiantToad", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7d5217d9-a132-4859-ba9e-af45db26bc7a", - "name": "Spawner (505)", - "location": [146, 109, 0], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Cat", "maxCount": 1, "probability": 100 }, - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "Dog", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7f3e95c9-608e-4e32-95fa-5830bd9f5372", - "name": "Spawner (505)", - "location": [942, 1170, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 }, - { "name": "Cat", "maxCount": 4, "probability": 100 }, - { "name": "Sheep", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7faed2d6-3375-4d3d-a635-921e06255853", - "name": "Spawner (505)", - "location": [525, 1263, 24], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 8, "probability": 100 }, - { "name": "Rabbit", "maxCount": 8, "probability": 100 }, - { "name": "Horse", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "811da3e8-b320-416d-936e-505e490d503e", - "name": "Spawner (505)", - "location": [955, 828, 27], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81e3bdc8-9415-461f-b1ab-91824c47f65e", - "name": "Spawner (505)", - "location": [812, 218, 41], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "83a06690-beab-4182-a040-4466d61e8bd3", - "name": "Spawner (505)", - "location": [550, 1092, 25], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8406e7c2-5200-4cc1-b87e-0455f0b66efc", - "name": "Spawner (505)", - "location": [1062, 469, 8], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DireWolf", "maxCount": 4, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84e49574-5215-480c-93e0-98a4320678a1", - "name": "Spawner (505)", - "location": [221, 968, 34], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 2, "probability": 100 }, - { "name": "DireWolf", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84e8cdc1-226f-4a5c-9732-628e95c380a8", - "name": "Spawner (505)", - "location": [889, 516, 47], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "MountainGoat", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Sheep", "maxCount": 4, "probability": 100 }, - { "name": "Llama", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "855c2b06-17c2-452b-bbd6-bd081a79a64b", - "name": "Spawner (505)", - "location": [533, 991, 53], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8651cb79-bd9b-4294-aedb-a4ca96bae64a", - "name": "Spawner (505)", - "location": [356, 705, 50], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "DireWolf", "maxCount": 1, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Llama", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8835e0c4-4f91-493e-a9a5-474c0e5db0b6", - "name": "Spawner (505)", - "location": [1299, 814, 9], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8be2d00c-c9fb-4563-bf7e-619326a17121", - "name": "Spawner (505)", - "location": [1133, 957, 64], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Dog", "maxCount": 4, "probability": 100 }, - { "name": "Cat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d149ddd-a7b8-4045-9b98-144298a83710", - "name": "Spawner (505)", - "location": [1207, 1037, 25], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Crane", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d3dd1fa-c7a9-4de7-b7c2-9ab56d5118b8", - "name": "Spawner (505)", - "location": [526, 889, 11], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d629be0-95e5-4dec-bb25-5cfdc8339993", - "name": "Spawner (505)", - "location": [518, 329, 15], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8dfd0e1e-dc0e-45a9-bea3-622dde6659d4", - "name": "Spawner (505)", - "location": [967, 755, 3], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "BrownBear", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ec9ed72-e359-46ad-afa1-10a09818b0bb", - "name": "Spawner (505)", - "location": [1312, 704, 21], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8edf5c3c-7085-4c94-8e30-7a5d41e355fd", - "name": "Spawner (505)", - "location": [998, 656, 11], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "BrownBear", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8f58b5f2-f80e-458b-9eaf-a8042b0c8c61", - "name": "Spawner (505)", - "location": [1235, 506, 28], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "BrownBear", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9306a516-f374-4a37-8188-8ba412962f12", - "name": "Spawner (505)", - "location": [1263, 754, -1], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93f967ad-747c-4a5b-b39c-4693af13a61e", - "name": "Spawner (505)", - "location": [1027, 562, 29], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "BrownBear", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "974b9a03-2f13-4f89-9c95-02da87ffde75", - "name": "Spawner (505)", - "location": [635, 966, 44], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98e287de-8406-4373-8955-829652114180", - "name": "Spawner (505)", - "location": [1056, 904, 23], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c207158-3448-4593-bd8a-390f278dc088", - "name": "Spawner (505)", - "location": [727, 1071, 39], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Horse", "maxCount": 6, "probability": 100 }, - { "name": "Dog", "maxCount": 6, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c444b27-ab3c-4376-aa20-5f39a9623573", - "name": "Spawner (505)", - "location": [1311, 777, 9], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c58ae7c-5335-4da7-88f4-e0f4d9de498e", - "name": "Spawner (505)", - "location": [497, 453, 17], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9e7d1a09-96fd-4d52-a8c7-26be104f1050", - "name": "Spawner (505)", - "location": [823, 279, 33], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9fefec2c-5373-4ac5-8c36-400eff03d46d", - "name": "Spawner (505)", - "location": [1227, 1082, 24], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 }, - { "name": "Horse", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a1330307-1cab-42c3-9047-d07dcdb05571", - "name": "Spawner (505)", - "location": [404, 592, 26], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 2, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "BrownBear", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a23effc8-f42c-4893-a20a-0813bf1bd503", - "name": "Spawner (505)", - "location": [558, 862, 6], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a335efbd-4bde-4687-afaa-b44445efea4e", - "name": "Spawner (505)", - "location": [1134, 705, 72], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "MountainGoat", "maxCount": 4, "probability": 100 }, - { "name": "Llama", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a39a0058-8f78-43a4-9028-f509c65ffa7e", - "name": "Spawner (505)", - "location": [623, 551, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "MountainGoat", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a3eb5fcc-51b8-4116-8762-6fd6758595b4", - "name": "Spawner (505)", - "location": [567, 1160, 25], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Rabbit", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a445a5be-f116-48cf-a9bc-0b083796ba9e", - "name": "Spawner (505)", - "location": [1198, 941, 36], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a5adf0ce-96eb-410d-9052-57b63b4fa2e6", - "name": "Spawner (505)", - "location": [913, 1055, 19], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 }, - { "name": "Rat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a63fd209-3706-4242-8004-48d9b24e87f7", - "name": "Spawner (505)", - "location": [377, 635, 50], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "DireWolf", "maxCount": 1, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Llama", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a730d8a0-de99-42bc-8c4b-06bbb07de2bd", - "name": "Spawner (505)", - "location": [243, 563, 42], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Crane", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a7e0bbcc-6499-4720-8db9-edc7b5ab8b35", - "name": "Spawner (505)", - "location": [1258, 531, 31], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Bird", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a81ef6e2-3c78-41f6-a98b-c6e169a3e67c", - "name": "Spawner (505)", - "location": [911, 1025, 16], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Crane", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aaba65e1-c0ef-4788-9167-b7cddede3aa5", - "name": "Spawner (505)", - "location": [502, 532, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "MountainGoat", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aac6e8bc-1ab7-4b96-a84a-0f4fcc720cd0", - "name": "Spawner (505)", - "location": [861, 335, 37], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aadcbe2d-6fca-4527-a5ac-6ce004224916", - "name": "Spawner (505)", - "location": [1052, 1030, 24], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ad0e593d-294e-4bd2-aa48-91a130447bc2", - "name": "Spawner (505)", - "location": [921, 593, 20], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "MountainGoat", "maxCount": 4, "probability": 100 }, - { "name": "Sheep", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aebda4c6-8377-4938-a945-4da8600bb792", - "name": "Spawner (505)", - "location": [1265, 927, 19], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Dog", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b8ae605c-db83-4c3c-9c6b-3ca1ecac20fb", - "name": "Spawner (505)", - "location": [591, 1010, 58], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b96c9765-f852-40d2-b621-ecf427dffa93", - "name": "Spawner (505)", - "location": [887, 1286, 13], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Goat", "maxCount": 4, "probability": 100 }, - { "name": "Rat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba085b7c-aa9a-4138-b480-6dd562a9bb52", - "name": "Spawner (505)", - "location": [1028, 818, 13], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bbb6df60-7185-44d4-87d4-7ba60d7bd95b", - "name": "Spawner (505)", - "location": [192, 770, 56], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "Horse", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bcbabf9f-03b8-427a-895f-06d963e636f7", - "name": "Spawner (505)", - "location": [1105, 539, 22], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "BrownBear", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bccad70b-6bc6-4f7d-b2c8-510036a4b9bc", - "name": "Spawner (505)", - "location": [656, 411, 33], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Sheep", "maxCount": 8, "probability": 100 }, - { "name": "MountainGoat", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bcfae829-1bba-48df-96e4-90bcf0664ad1", - "name": "Spawner (505)", - "location": [792, 920, 31], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "JackRabbit", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "be2a0d5d-dd14-422c-89c2-4885993f8776", - "name": "Spawner (505)", - "location": [566, 430, 35], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "Sheep", "maxCount": 8, "probability": 100 }, - { "name": "Gaman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bed998a1-f2a1-46dc-a006-a4e4f49e7b51", - "name": "Spawner (505)", - "location": [955, 391, 4], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c091a0bd-f518-4132-9879-039057bc949b", - "name": "Spawner (505)", - "location": [58, 104, 0], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "DireWolf", "maxCount": 1, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Llama", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c10dca38-deb2-48a7-87f4-487e862ede2f", - "name": "Spawner (505)", - "location": [785, 303, 41], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c2b38eeb-aff3-40aa-a028-09b3b7ad2196", - "name": "Spawner (505)", - "location": [1074, 529, 22], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "BrownBear", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c6024e89-5dcf-4bbb-8a3c-7ecdc07fecd2", - "name": "Spawner (505)", - "location": [949, 589, 7], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "BrownBear", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ca287a73-5914-4d4f-a338-9db48f48e9b9", - "name": "Spawner (505)", - "location": [1008, 260, 36], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd53dbe3-1a65-4629-8fbd-fe54f458741b", - "name": "Spawner (505)", - "location": [710, 1115, 41], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "GreyWolf", "maxCount": 6, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd7c3147-b193-4867-9912-9e8cf19ccde5", - "name": "Spawner (505)", - "location": [901, 264, 31], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ced8bd2c-f463-445a-ad5b-90a5b43e0aa6", - "name": "Spawner (505)", - "location": [1289, 843, 4], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d4ebe134-af3c-4210-b8c6-687f6d4d7859", - "name": "Spawner (505)", - "location": [1184, 616, 19], - "map": "Tokuno", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MountainGoat", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d612093e-9a8c-4400-ac9f-7e7db6183ed9", - "name": "Spawner (505)", - "location": [868, 660, 7], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Bird", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d65b2115-acc5-4d5b-9f25-4fe8b7fc3d92", - "name": "Spawner (505)", - "location": [493, 378, 45], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 8, "probability": 100 }, - { "name": "Crane", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d848d73f-350b-4b9a-8e5f-896386d076bb", - "name": "Spawner (505)", - "location": [1178, 1076, 19], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d88e96d0-39ff-46fe-86be-9b06a791891f", - "name": "Spawner (505)", - "location": [459, 483, 21], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d8978752-311f-4eef-86ff-3a85cf17c09d", - "name": "Spawner (505)", - "location": [1021, 297, 28], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d97602d0-7bee-4c1b-ab0c-be5b52de898c", - "name": "Spawner (505)", - "location": [551, 544, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "MountainGoat", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dacf4f2f-fe97-46a9-9dd9-48b3eed8ba3c", - "name": "Spawner (505)", - "location": [505, 474, 31], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Sheep", "maxCount": 3, "probability": 100 }, - { "name": "Bird", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 2, "probability": 100 }, - { "name": "BrownBear", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dc8e7cfd-1a8c-4f6a-ad02-a571e65e8222", - "name": "Spawner (505)", - "location": [862, 490, 54], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Sheep", "maxCount": 4, "probability": 100 }, - { "name": "MountainGoat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dcf2c166-cc37-459d-9ce7-be185248d6bb", - "name": "Spawner (505)", - "location": [208, 936, 43], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "DireWolf", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "Horse", "maxCount": 1, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd3a1f7e-e3da-4c36-8195-3aa7b42d299a", - "name": "Spawner (505)", - "location": [939, 1199, 22], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df75557f-0588-4342-8138-89d5a4c76e36", - "name": "Spawner (505)", - "location": [884, 1152, 29], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Sheep", "maxCount": 4, "probability": 100 }, - { "name": "Pig", "maxCount": 4, "probability": 100 }, - { "name": "Rabbit", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e1a61bd2-63af-4d3d-beaf-ffa0f49bd279", - "name": "Spawner (505)", - "location": [527, 393, 53], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e1b8a9d9-eb0c-4de4-aa22-f8ebe4e6cd65", - "name": "Spawner (505)", - "location": [261, 1186, 20], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e22936fe-88bf-42b6-8563-b4d85f37af0d", - "name": "Spawner (505)", - "location": [1377, 882, 21], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "Llama", "maxCount": 2, "probability": 100 }, - { "name": "MountainGoat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e42281b9-4fde-4a3e-8d04-a01f8459d320", - "name": "Spawner (505)", - "location": [1255, 804, 5], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Horse", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e6b48855-1dec-4cfc-8630-055f969403df", - "name": "Spawner (505)", - "location": [702, 419, 18], - "map": "Tokuno", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Crane", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e89bf8f1-8463-4d29-89f0-89965fd42d44", - "name": "Spawner (505)", - "location": [941, 206, 17], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e9c32da2-2d36-45a6-9808-94bb89477d71", - "name": "Spawner (505)", - "location": [1065, 708, 17], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "MountainGoat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec7098d8-a0eb-43da-8b23-43032cb8b93a", - "name": "Spawner (505)", - "location": [324, 664, 29], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "DireWolf", "maxCount": 1, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Llama", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "edc05e21-90b2-4bf2-9539-929f0b217be7", - "name": "Spawner (505)", - "location": [794, 890, 31], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f0ecf0a7-871d-4d75-8fbb-487dbe7ef934", - "name": "Spawner (505)", - "location": [327, 604, 15], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "Cat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f21407d4-22ef-4284-94cb-ec01f21513c8", - "name": "Spawner (505)", - "location": [680, 987, 47], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f5b24c6b-5308-461b-a977-f9bc646b451d", - "name": "Spawner (505)", - "location": [185, 1046, 10], - "map": "Tokuno", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Crane", "maxCount": 12, "probability": 100 }, - { "name": "Rat", "maxCount": 12, "probability": 100 }, - { "name": "Bird", "maxCount": 12, "probability": 100 }, - { "name": "GiantRat", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f72385df-b6f1-4ecf-a2cd-6b712deb7068", - "name": "Spawner (505)", - "location": [288, 652, 15], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Gaman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f7998dee-c474-49e9-8833-279d375db898", - "name": "Spawner (505)", - "location": [1141, 894, 57], - "map": "Tokuno", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gaman", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 }, - { "name": "Horse", "maxCount": 1, "probability": 100 }, - { "name": "Cat", "maxCount": 1, "probability": 100 }, - { "name": "Dog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f9552423-f109-40b1-a654-5e44bfd7e688", - "name": "Spawner (505)", - "location": [793, 368, 31], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb021200-15d6-43f6-9d1f-92c5da81b194", - "name": "Spawner (505)", - "location": [384, 460, 32], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "Mongbat", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "BrownBear", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 }, - { "name": "Horse", "maxCount": 8, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb4ff5b1-2124-4bce-8b53-3b48dcf0af29", - "name": "Spawner (505)", - "location": [911, 643, 15], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "RidableLlama", "maxCount": 8, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "BrownBear", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "BlackBear", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Llama", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc35baac-54c5-442a-9808-686341d564e4", - "name": "Spawner (505)", - "location": [837, 1075, 16], - "map": "Tokuno", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Crane", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc5b8bce-6c63-4d77-97ac-7661248770fc", - "name": "Spawner (505)", - "location": [1307, 559, 31], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 40, - "entries": [ - { "name": "TimberWolf", "maxCount": 8, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fd5426bf-46f4-494f-9818-bd66d8b8f4f9", - "name": "Spawner (505)", - "location": [524, 1054, 18], - "map": "Tokuno", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fdfab629-3712-4720-bfb3-3d06b510f089", - "name": "Spawner (505)", - "location": [935, 521, 16], - "map": "Tokuno", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 3, "probability": 100 }, - { "name": "Sheep", "maxCount": 3, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/tokuno/YomutsoMines.json b/Distribution/Data/Spawns/shared/tokuno/YomutsoMines.json deleted file mode 100644 index 50b8c9314..000000000 --- a/Distribution/Data/Spawns/shared/tokuno/YomutsoMines.json +++ /dev/null @@ -1,170 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "115246e3-d444-4ad4-ad93-ba5f98ade944", - "name": "Spawner (506)", - "location": [71, 29, -1], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 2, "probability": 100 }, - { "name": "DullCopperElemental", "maxCount": 2, "probability": 100 }, - { "name": "YomotsuWarrior", "maxCount": 1, "probability": 100 }, - { "name": "YomotsuPriest", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6561df12-d971-4504-9a84-fba65d6e3339", - "name": "Spawner (506)", - "location": [111, 20, -1], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 1, "probability": 100 }, - { "name": "DullCopperElemental", "maxCount": 1, "probability": 100 }, - { "name": "YomotsuWarrior", "maxCount": 2, "probability": 100 }, - { "name": "YomotsuPriest", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "694ea01f-680b-4054-9f13-bf9e7317a6d8", - "name": "Spawner (506)", - "location": [107, 23, -1], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "FireBeetle", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "922f0ff6-6efc-4787-aab1-32b8c41831ab", - "name": "Spawner (506)", - "location": [54, 67, -1], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 1, "probability": 100 }, - { "name": "DullCopperElemental", "maxCount": 1, "probability": 100 }, - { "name": "YomotsuWarrior", "maxCount": 2, "probability": 100 }, - { "name": "YomotsuPriest", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9cbd85a7-68f8-401d-a8c3-b2a220b2e431", - "name": "Spawner (506)", - "location": [16, 56, -1], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 2, "probability": 100 }, - { "name": "DullCopperElemental", "maxCount": 2, "probability": 100 }, - { "name": "YomotsuWarrior", "maxCount": 1, "probability": 100 }, - { "name": "YomotsuPriest", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a0525c92-565a-4b15-b6b0-61c6be263ae7", - "name": "Spawner (506)", - "location": [102, 84, -1], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 1, "probability": 100 }, - { "name": "DullCopperElemental", "maxCount": 1, "probability": 100 }, - { "name": "YomotsuWarrior", "maxCount": 2, "probability": 100 }, - { "name": "YomotsuPriest", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba3f54b0-b977-476e-be97-2ad5ba39dc19", - "name": "Spawner (506)", - "location": [83, 114, -1], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 2, "probability": 100 }, - { "name": "DullCopperElemental", "maxCount": 2, "probability": 100 }, - { "name": "YomotsuWarrior", "maxCount": 1, "probability": 100 }, - { "name": "YomotsuPriest", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dc1fe934-3641-4ddd-8b6c-207ccf0861ef", - "name": "Spawner (506)", - "location": [116, 61, -1], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 2, "probability": 100 }, - { "name": "DullCopperElemental", "maxCount": 2, "probability": 100 }, - { "name": "YomotsuWarrior", "maxCount": 1, "probability": 100 }, - { "name": "YomotsuPriest", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ee2e7f73-a95f-40e6-8493-80dbe4c2ea65", - "name": "Spawner (506)", - "location": [25, 19, -1], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 1, "probability": 100 }, - { "name": "DullCopperElemental", "maxCount": 1, "probability": 100 }, - { "name": "YomotsuWarrior", "maxCount": 2, "probability": 100 }, - { "name": "YomotsuPriest", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/BlightedGrove.json b/Distribution/Data/Spawns/shared/trammel/BlightedGrove.json deleted file mode 100644 index c4eb637ae..000000000 --- a/Distribution/Data/Spawns/shared/trammel/BlightedGrove.json +++ /dev/null @@ -1,151 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "025ff0bc-ff5b-4175-b963-1e393ee70543", - "name": "Spawner (101)", - "location": [6535, 848, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Abscess", "maxCount": 4, "probability": 100 }, - { "name": "Hydra", "maxCount": 4, "probability": 100 }, - { "name": "BogThing", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "04ebab40-c487-455f-8bea-211ae849bf2a", - "name": "Spawner (101)", - "location": [6518, 879, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "InsaneDryad", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3dbad35b-a4c0-4d6d-b1d7-ad4cb792da01", - "name": "Spawner (101)", - "location": [6489, 897, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "InsaneDryad", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "43cff389-a041-49a6-89fb-cd5111466e70", - "name": "Spawner (101)", - "location": [6518, 870, 0], - "map": "Trammel", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Thrasher", "maxCount": 9, "probability": 100 }, - { "name": "SwampTentacle", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Bogling", "maxCount": 9, "probability": 100 }, - { "name": "Alligator", "maxCount": 9, "probability": 100 }, - { "name": "Coil", "maxCount": 9, "probability": 100 }, - { "name": "WhippingVine", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "713c3e56-33d2-430c-b182-364da7607c83", - "name": "Spawner (101)", - "location": [6513, 871, 0], - "map": "Trammel", - "count": 17, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 35, - "walkingRange": 35, - "entries": [ - { "name": "GiantSerpent", "maxCount": 17, "probability": 100 }, - { "name": "GiantToad", "maxCount": 17, "probability": 100 }, - { "name": "Harpy", "maxCount": 17, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 17, "probability": 100 }, - { "name": "Snake", "maxCount": 17, "probability": 100 }, - { "name": "Bogling", "maxCount": 17, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b04cfa39-6091-49da-bdba-1b737c266a0a", - "name": "Spawner (101)", - "location": [6507, 843, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Tangle", "maxCount": 8, "probability": 100 }, - { "name": "Bogling", "maxCount": 8, "probability": 100 }, - { "name": "Alligator", "maxCount": 8, "probability": 100 }, - { "name": "Reaper", "maxCount": 8, "probability": 100 }, - { "name": "Corpser", "maxCount": 8, "probability": 100 }, - { "name": "Changeling", "maxCount": 8, "probability": 100 }, - { "name": "WhippingVine", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c6215ac8-c0e3-4c83-9394-984deb29c773", - "name": "Spawner (101)", - "location": [6585, 878, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Harpy", "maxCount": 7, "probability": 100 }, - { "name": "Saliva", "maxCount": 7, "probability": 100 }, - { "name": "Changeling", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e840761f-1c5b-45f2-ba91-2a273e9739c2", - "name": "Spawner (101)", - "location": [6540, 872, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "InsaneDryad", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/BritainSewer.json b/Distribution/Data/Spawns/shared/trammel/BritainSewer.json deleted file mode 100644 index fd7621ba0..000000000 --- a/Distribution/Data/Spawns/shared/trammel/BritainSewer.json +++ /dev/null @@ -1,368 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "16798caa-188d-4b2d-8494-c3b56cbaa4c7", - "name": "Spawner (102)", - "location": [6049, 1470, 5], - "map": "Trammel", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1fb937a2-b8d8-4796-8f7e-62dc86db4541", - "name": "Spawner (102)", - "location": [6052, 1463, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "Alligator", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2059e438-3ea0-4553-9d80-2c4b3e179956", - "name": "Spawner (102)", - "location": [6092, 1448, 5], - "map": "Trammel", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "308b2558-7402-46d1-a300-11eb22feaf0b", - "name": "Spawner (102)", - "location": [6049, 1447, 4], - "map": "Trammel", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "31142c48-f400-4b04-a235-4df3d184432a", - "name": "Spawner (102)", - "location": [6115, 1491, -15], - "map": "Trammel", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "424591d5-810a-4248-b002-51d2d993b09e", - "name": "Spawner (102)", - "location": [6108, 1471, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "Alligator", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4502169a-d510-4779-a2d4-7ecff61c32a1", - "name": "Spawner (102)", - "location": [6091, 1491, 10], - "map": "Trammel", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "551ba232-804a-48e2-a289-048ac2c5952c", - "name": "Spawner (102)", - "location": [6087, 1443, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "Alligator", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5873288f-b3d0-4ffc-b937-1a938b0ab0a3", - "name": "Spawner (102)", - "location": [6039, 1438, 4], - "map": "Trammel", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5e47e277-8d43-46c0-b43a-a15ce3623ceb", - "name": "Spawner (102)", - "location": [6112, 1462, 5], - "map": "Trammel", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "639f6230-75e9-4633-8e2b-cfd6f35f4fdc", - "name": "Spawner (102)", - "location": [6077, 1492, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "Alligator", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "70842ac5-c2f9-490b-8fca-603396002f94", - "name": "Spawner (102)", - "location": [6048, 1487, 5], - "map": "Trammel", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "73483117-862e-472d-b856-13fbe0f2cb04", - "name": "Spawner (102)", - "location": [6065, 1459, 5], - "map": "Trammel", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "80883952-a77b-466d-b01e-f810fca42c11", - "name": "Spawner (102)", - "location": [6090, 1483, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "Alligator", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "82cbfa7a-4ea4-476b-ac8c-a3963746fffd", - "name": "Spawner (102)", - "location": [6061, 1490, 5], - "map": "Trammel", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bda24adb-c409-4c12-a0c0-8aacd36ab3d9", - "name": "Spawner (102)", - "location": [6034, 1467, 5], - "map": "Trammel", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cb41f5b8-add1-42be-8bbe-48b76f9a4dd9", - "name": "Spawner (102)", - "location": [6107, 1452, 25], - "map": "Trammel", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd1b022d-98d5-4f06-aac1-7751d2416304", - "name": "Spawner (102)", - "location": [6059, 1438, 4], - "map": "Trammel", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e40a3f76-4701-425c-a806-06cb36504593", - "name": "Spawner (102)", - "location": [6037, 1494, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "Alligator", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e5f0bff7-c610-4923-8c17-b32a00911628", - "name": "Spawner (102)", - "location": [6041, 1486, 5], - "map": "Trammel", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 2, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ed8f2188-17cd-4235-86d8-54d62209ef93", - "name": "Spawner (102)", - "location": [6084, 1470, 5], - "map": "Trammel", - "count": 3, - "minDelay": "00:00:00", - "maxDelay": "00:01:00", - "team": 0, - "homeRange": 1, - "walkingRange": 15, - "entries": [ - { "name": "SewerRat", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/Covetous.json b/Distribution/Data/Spawns/shared/trammel/Covetous.json deleted file mode 100644 index 450299122..000000000 --- a/Distribution/Data/Spawns/shared/trammel/Covetous.json +++ /dev/null @@ -1,803 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "03fd7675-5b18-4bd1-b886-549fff24a24e", - "name": "Spawner (103)", - "location": [2513, 862, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "156f3558-d5ea-4117-bcdb-f6f2f2ff25bd", - "name": "Spawner (103)", - "location": [5399, 1859, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "15e19e7f-7de5-412c-873e-e38fd7f4c99d", - "name": "Spawner (103)", - "location": [5528, 1808, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "Zombie", "maxCount": 3, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "16f79bca-0bcf-4440-a5df-ac2a73ece818", - "name": "Spawner (103)", - "location": [5411, 1932, 0], - "map": "Trammel", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1b287d2c-4992-4071-a577-23a460b7af73", - "name": "Spawner (103)", - "location": [5560, 1843, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 40, - "entries": [ - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1fc3857a-ad6d-467c-9feb-df23f3192492", - "name": "Spawner (103)", - "location": [5460, 1975, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "22bd9b72-f463-431e-bd87-17e25e1c077f", - "name": "Spawner (103)", - "location": [5473, 1991, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 9, - "walkingRange": 25, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "DreadSpider", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "234f3c85-84fb-4f3d-bb0e-c90cc95c16b0", - "name": "Spawner (103)", - "location": [5472, 1877, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Harpy", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2e2d21b4-67af-4720-b7ff-d8aa07544362", - "name": "Spawner (103)", - "location": [5445, 2030, -3], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "WaterElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2e3bb584-e75f-47d2-b3ca-9926aef55326", - "name": "Spawner (103)", - "location": [5448, 2027, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "368ab9e9-2c6c-4cc2-9418-8d978ddaea67", - "name": "Spawner (103)", - "location": [5474, 2035, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "DreadSpider", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3828dfe6-a240-4615-bf09-4fd7eccd4b90", - "name": "Spawner (103)", - "location": [5452, 1891, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "41f90fd5-f4fe-47f3-b05f-4e00f83dd415", - "name": "Spawner (103)", - "location": [5453, 1905, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "HeadlessOne", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "43148509-fa06-41d1-9ae9-f6cbf2b9cd63", - "name": "Spawner (103)", - "location": [5560, 1876, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "437c19eb-a47b-4477-88f2-90e3f8171a94", - "name": "Spawner (103)", - "location": [2493, 883, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4755ff86-849d-443e-aaf9-4da5a523f28c", - "name": "Spawner (103)", - "location": [5387, 1911, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "49d2dedd-e659-40b1-8faa-92ec79d5ebc6", - "name": "Spawner (103)", - "location": [5413, 2000, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4d0223bc-6ca5-4794-ae48-16a6969f44e3", - "name": "Spawner (103)", - "location": [5461, 1818, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "58e61f09-1d8e-4eb0-bdee-18678d4d7ca4", - "name": "Spawner (103)", - "location": [5503, 2002, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5cb18cd8-da7a-414d-9f4d-f9b20709b796", - "name": "Spawner (103)", - "location": [5443, 1918, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 30, - "entries": [ - { "name": "StoneHarpy", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "60678191-e2a8-48ee-9dc7-56ff237b3ddb", - "name": "Spawner (103)", - "location": [5579, 1859, 0], - "map": "Trammel", - "count": 11, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 11, - "walkingRange": 25, - "entries": [ - { "name": "Lich", "maxCount": 7, "probability": 100 }, - { "name": "Spectre", "maxCount": 3, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6e4df3f9-6915-4733-9efb-f999f6725e3e", - "name": "Spawner (103)", - "location": [5457, 1971, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Gazer", "maxCount": 4, "probability": 100 }, - { "name": "GazerLarva", "maxCount": 2, "probability": 100 }, - { "name": "ElderGazer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6e763f3e-fd66-40af-9c05-e3bd8604b646", - "name": "Spawner (103)", - "location": [5452, 1799, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "792c60a4-bf05-4088-a0f1-295a8cbcc26d", - "name": "Spawner (103)", - "location": [5596, 1903, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7a96822d-8531-469e-b32b-42ca4c914e5c", - "name": "Spawner (103)", - "location": [5615, 1838, 0], - "map": "Trammel", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 25, - "entries": [ - { "name": "BoneKnight", "maxCount": 3, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7d782c02-bb11-4a7b-a864-c6aa0d9372b6", - "name": "Spawner (103)", - "location": [5429, 1989, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Gazer", "maxCount": 2, "probability": 100 }, - { "name": "GazerLarva", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "807182c4-b6fd-4053-a8a3-14b83dff0d1e", - "name": "Spawner (103)", - "location": [2456, 861, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "824e3fe5-d203-4b2c-82b1-4c6af496a131", - "name": "Spawner (103)", - "location": [5417, 1975, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Corpser", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84ba2d57-7801-4461-8ed9-c7d45c95f473", - "name": "Spawner (103)", - "location": [5400, 1937, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Corpser", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8a7ef603-1a81-4834-afba-20cbe04710ba", - "name": "Spawner (103)", - "location": [5560, 1903, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "94f3b7ec-a856-4779-8ad6-0f90895790a0", - "name": "Spawner (103)", - "location": [5617, 1861, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 25, - "entries": [ - { "name": "BoneKnight", "maxCount": 3, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a1bc2e58-de79-4851-9b49-119ff6a2609a", - "name": "Spawner (103)", - "location": [5603, 1875, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 25, - "entries": [ - { "name": "BoneKnight", "maxCount": 3, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a827c58c-f729-41d8-a600-7e85d4fa2fb5", - "name": "Spawner (103)", - "location": [5504, 1808, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 12, - "entries": [ - { "name": "RottingCorpse", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "af277400-a7ad-4048-bdb1-fdcc10b20756", - "name": "Spawner (103)", - "location": [5393, 1921, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Corpser", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b005fb7e-e674-496d-89f1-ee8d3b8961e0", - "name": "Spawner (103)", - "location": [5440, 2023, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "DreadSpider", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b180d203-9331-4077-86a1-5cec055f0fc8", - "name": "Spawner (103)", - "location": [5593, 2017, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "HeadlessOne", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bc45c254-4539-4c60-a37f-2711c2e2ddec", - "name": "Spawner (103)", - "location": [5418, 1876, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "Gazer", "maxCount": 4, "probability": 100 }, - { "name": "GazerLarva", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "be80b563-6951-4564-869e-e64efe2b116a", - "name": "Spawner (103)", - "location": [5411, 1901, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gazer", "maxCount": 2, "probability": 100 }, - { "name": "GazerLarva", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ca031256-07f4-4a12-8303-54c2c2606afc", - "name": "Spawner (103)", - "location": [5436, 1972, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Corpser", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cdffe875-e196-4511-b07b-bafe2547279b", - "name": "Spawner (103)", - "location": [5469, 2019, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Slime", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d56c22bc-e344-47d6-ae5f-d65acdea6940", - "name": "Spawner (103)", - "location": [5498, 1998, 0], - "map": "Trammel", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "StoneHarpy", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "de81051f-f31d-4254-b09b-3a629e29f763", - "name": "Spawner (103)", - "location": [2480, 863, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df30762f-98e0-4753-97ef-d2e548612633", - "name": "Spawner (103)", - "location": [5558, 2025, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "HeadlessOne", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec453c02-9ef8-40bb-8e12-06c74c0ce96e", - "name": "Spawner (103)", - "location": [5577, 2006, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "HeadlessOne", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc2ab61a-331b-4b29-8639-552cb33a9a7b", - "name": "Spawner (103)", - "location": [5388, 2012, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Gazer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fce765ed-6ec5-45ae-94e6-762879f661a9", - "name": "Spawner (103)", - "location": [5425, 1992, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Corpser", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/Deceit.json b/Distribution/Data/Spawns/shared/trammel/Deceit.json deleted file mode 100644 index d470122c6..000000000 --- a/Distribution/Data/Spawns/shared/trammel/Deceit.json +++ /dev/null @@ -1,640 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "20f986bd-7976-415c-bf34-2df8bde4025e", - "name": "Spawner (104)", - "location": [5150, 742, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 15, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 }, - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "28f3eccc-1c12-4576-ae46-e9cfb11fb19f", - "name": "Spawner (104)", - "location": [5163, 567, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 25, - "entries": [ - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3dfec3c5-2cc6-4908-b975-51182b394218", - "name": "Spawner (104)", - "location": [5286, 542, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4563aa47-639e-47f3-a301-c430a6e1777a", - "name": "Spawner (104)", - "location": [5187, 603, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 18, - "walkingRange": 35, - "entries": [ - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "462bded2-9162-4b79-a1a3-7d35a889f899", - "name": "Spawner (104)", - "location": [5147, 579, -50], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4afcb2a6-cecf-4d42-a449-de7e061ccd6c", - "name": "Spawner (104)", - "location": [5190, 655, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4fb75ec8-f949-4480-b573-064a299b34c0", - "name": "Spawner (104)", - "location": [5327, 542, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5018fced-3b89-4654-88ac-143ceed1e566", - "name": "Spawner (104)", - "location": [5212, 531, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "564f98cb-f8fe-43dd-a180-9da4652a4f1e", - "name": "Spawner (104)", - "location": [5342, 582, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "BoneKnight", "maxCount": 4, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "591e02f3-9855-42a6-ae25-d11d0fbe788b", - "name": "Spawner (104)", - "location": [5323, 571, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5b1e99f8-bde4-41f5-a76d-78b9dca9844c", - "name": "Spawner (104)", - "location": [5145, 618, -50], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5c3582a8-fa9c-4839-aff6-82457f87f023", - "name": "Spawner (104)", - "location": [5145, 622, -50], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5da72c5b-46fd-4a13-962f-3accc945f462", - "name": "Spawner (104)", - "location": [5147, 598, -50], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6006bae6-ddb4-4c35-9c38-c1378f71e584", - "name": "Spawner (104)", - "location": [5267, 690, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 35, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 }, - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6ac0a6d7-ac00-48c9-bb46-827c103b44ef", - "name": "Spawner (104)", - "location": [5283, 583, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 2, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7038def8-3dd9-481a-aff9-b344e58e0122", - "name": "Spawner (104)", - "location": [5151, 718, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Lich", "maxCount": 3, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7a2d79d7-d842-4977-8449-5d7735e73c6f", - "name": "Spawner (104)", - "location": [5280, 675, 8], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "FireElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7f6975e8-9689-441b-b484-e0c803cf29db", - "name": "Spawner (104)", - "location": [5170, 678, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8a63e78b-f33d-4502-9760-81c36f272658", - "name": "Spawner (104)", - "location": [5299, 603, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8f579b88-cb8e-4c17-b795-fd4d1d3d69d2", - "name": "Spawner (104)", - "location": [5320, 708, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "94066b8f-d45a-4273-b649-ab593fbe55e8", - "name": "Spawner (104)", - "location": [5186, 575, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 12, - "entries": [ - { "name": "WaterElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9f4cf647-abba-4181-aa0a-b477d21800c4", - "name": "Spawner (104)", - "location": [5322, 626, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a3e5c4ff-6bd0-4380-aebd-47ee3c1c1421", - "name": "Spawner (104)", - "location": [5314, 748, -20], - "map": "Trammel", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 25, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 }, - { "name": "Lich", "maxCount": 3, "probability": 100 }, - { "name": "LichLord", "maxCount": 1, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a44b5c06-0cda-4edc-8468-fa4a00a52b1e", - "name": "Spawner (104)", - "location": [5295, 623, -5], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 10, - "entries": [ - { "name": "BoneMagi", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b094c982-2cfd-42ff-ab54-b175a134de30", - "name": "Spawner (104)", - "location": [5318, 578, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b0cf1788-6671-41ad-aa47-4e8287fbac5e", - "name": "Spawner (104)", - "location": [5212, 674, -20], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b83d71f9-6539-4a90-a43a-4feb8ee48678", - "name": "Spawner (104)", - "location": [5145, 553, -40], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 35, - "entries": [ - { "name": "Skeleton", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf4c7226-e5d1-4d90-b70c-cc4d3ad472cb", - "name": "Spawner (104)", - "location": [5307, 675, -20], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 2, "probability": 100 }, - { "name": "Lich", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd67b487-cfbb-436c-9623-b05e87602698", - "name": "Spawner (104)", - "location": [5219, 734, -20], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Lich", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d2d34809-99ba-41b9-9f74-ed1a65248ca0", - "name": "Spawner (104)", - "location": [5139, 661, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d729f42a-87ef-4a42-8a3b-b65ae177ab40", - "name": "Spawner (104)", - "location": [5219, 552, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 3, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d846b9eb-23d3-4b86-8a61-20331e2cf8db", - "name": "Spawner (104)", - "location": [5307, 546, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f2dac00d-2532-4fc4-8ae2-bde51687b3e1", - "name": "Spawner (104)", - "location": [5219, 573, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Ghoul", "maxCount": 3, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f3f74896-465e-4cc7-bb83-63d508157390", - "name": "Spawner (104)", - "location": [5183, 727, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f4c26861-33c2-4f4b-af35-62f556e385cb", - "name": "Spawner (104)", - "location": [5187, 545, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 25, - "entries": [ - { "name": "Skeleton", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f6f496d1-7f72-4e0a-be1f-e8249bc31633", - "name": "Spawner (104)", - "location": [5192, 695, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/Despise.json b/Distribution/Data/Spawns/shared/trammel/Despise.json deleted file mode 100644 index ef181ac5d..000000000 --- a/Distribution/Data/Spawns/shared/trammel/Despise.json +++ /dev/null @@ -1,702 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0c1a2c73-e451-4e78-8fff-e320bb67ea7d", - "name": "Spawner (105)", - "location": [5420, 746, 5], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 18, - "walkingRange": 25, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "Ettin", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0c46651c-0760-476e-8ebe-d51ca00006bf", - "name": "Spawner (105)", - "location": [5426, 791, 60], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Troll", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0de2bfd4-ccb8-4e8c-88b7-e234eb2f5122", - "name": "Spawner (105)", - "location": [5483, 711, 15], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "193bc157-aeb6-4e74-88e4-11e980858cec", - "name": "Spawner (105)", - "location": [5564, 821, 45], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1eb2840b-690f-4f10-80d0-00a7e8d22a07", - "name": "Spawner (105)", - "location": [5475, 748, 5], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "EarthElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "20ae1a8a-90cd-4046-819f-f7eae50c6b24", - "name": "Spawner (105)", - "location": [5405, 576, 61], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "20f0fb49-eaea-4b6b-a14d-0868d204ceaf", - "name": "Spawner (105)", - "location": [5441, 680, 20], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "EarthElemental", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "25b5c0ec-29bf-4618-b857-9e68e23fa088", - "name": "Spawner (105)", - "location": [5398, 996, 5], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2fbd19bb-2caa-494d-ac09-70784915cc6e", - "name": "Spawner (105)", - "location": [5590, 871, 45], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 35, - "entries": [ - { "name": "Ogre", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "306d0efd-88fc-4880-a46d-d2f9e5b04ec7", - "name": "Spawner (105)", - "location": [5487, 902, 30], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "312b70e0-4afc-411d-8f1a-d902ea0f9e16", - "name": "Spawner (105)", - "location": [5504, 597, 45], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "36aa83bc-3e2a-42f8-bdeb-0ee9cb004a64", - "name": "Spawner (105)", - "location": [5490, 676, 20], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "39d6eab1-27c8-4f51-b3d7-4befdbd17478", - "name": "Spawner (105)", - "location": [5410, 611, 45], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e8b1378-fe18-4c3b-9e86-5b35a30a1c6f", - "name": "Spawner (105)", - "location": [5482, 791, 60], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Troll", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "41a2d01b-14a5-4b87-a4fc-85053f7ae31a", - "name": "Spawner (105)", - "location": [5460, 526, 60], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "462a3304-fa2a-4473-99f4-438e9f55886e", - "name": "Spawner (105)", - "location": [5439, 851, 45], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Troll", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4f3cb4cd-569f-4ad1-9343-e7fe4eb4775a", - "name": "Spawner (105)", - "location": [5464, 600, 45], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5329add2-7d3f-4884-8b4c-61dd7b78d29b", - "name": "Spawner (105)", - "location": [5593, 794, 60], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5e82bdcb-378c-4879-af67-03ecc96f3ff0", - "name": "Spawner (105)", - "location": [5391, 905, 30], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "60ec080d-a3a9-44a8-b00c-e1d1bb81818f", - "name": "Spawner (105)", - "location": [5394, 525, 65], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "68d435c5-668c-4af0-a9fd-5e9c3e2002d0", - "name": "Spawner (105)", - "location": [5532, 787, 60], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ogre", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6c3fc410-6d7c-4e7e-80fb-62d05f146e28", - "name": "Spawner (105)", - "location": [5503, 529, 60], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6eb7ccc4-5d54-4e56-b637-4726b2606957", - "name": "Spawner (105)", - "location": [5386, 612, 45], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "77392dd3-f72b-43fa-b5b4-9ce81858fe4f", - "name": "Spawner (105)", - "location": [5411, 541, 60], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ecf5903-3e52-48af-8a3e-3deececd5314", - "name": "Spawner (105)", - "location": [5546, 888, 30], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "90882c2e-a2b4-4c37-905e-b87f5ed61a60", - "name": "Spawner (105)", - "location": [5390, 587, 45], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9a3db886-d50c-4e9c-b241-c3a0c5ee9e98", - "name": "Spawner (105)", - "location": [5470, 860, 45], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Troll", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9ed82ee8-dd07-43ef-a454-a1dd5e964fa7", - "name": "Spawner (105)", - "location": [5507, 656, 20], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9fcd5ea5-3722-49ef-8d15-8c6f86f1d10c", - "name": "Spawner (105)", - "location": [5505, 747, 5], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 18, - "walkingRange": 25, - "entries": [ - { "name": "EarthElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ac09482f-cf78-4b67-849e-81d969044806", - "name": "Spawner (105)", - "location": [5385, 703, 15], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b7c5f3ca-e60d-4623-b31c-86583932aa77", - "name": "Spawner (105)", - "location": [5426, 943, 20], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cab315f4-6eaf-4772-a991-c2f4ee6c5284", - "name": "Spawner (105)", - "location": [5471, 973, 15], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 18, - "walkingRange": 25, - "entries": [ - { "name": "Cyclops", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd736cc2-c0d3-4259-bbe2-949af88f94e7", - "name": "Spawner (105)", - "location": [5504, 939, 20], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cf63c3f7-751e-498b-bc4f-3e185280593b", - "name": "Spawner (105)", - "location": [5557, 828, 45], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d35770ae-714d-4f38-b2ea-ce1e4320a82e", - "name": "Spawner (105)", - "location": [5387, 697, 15], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d710fdd3-1600-4436-a76b-7062ab33aa72", - "name": "Spawner (105)", - "location": [5391, 660, 20], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d88f3a9b-067f-48cc-ba7f-636f89d9445e", - "name": "Spawner (105)", - "location": [5605, 799, 60], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "de0083f1-6b11-411b-8875-f94bbd11846b", - "name": "Spawner (105)", - "location": [5558, 824, 45], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "OgreLord", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e6a67238-55d8-4735-8ac3-7efcc25d3193", - "name": "Spawner (105)", - "location": [5604, 789, 60], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ogre", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e6b0982f-8c36-4bc7-be61-f5fb371fd66f", - "name": "Spawner (105)", - "location": [5528, 902, 30], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ogre", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e9e70e19-7819-454d-8641-1fab82224c65", - "name": "Spawner (105)", - "location": [5397, 995, 5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f9357ebd-0256-47bb-b849-2add953fab65", - "name": "Spawner (105)", - "location": [5398, 995, 5], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ff5edaf2-353f-4e22-8d77-75ba2cb489be", - "name": "Spawner (105)", - "location": [5435, 589, 47], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/Destard.json b/Distribution/Data/Spawns/shared/trammel/Destard.json deleted file mode 100644 index a4f48b6a4..000000000 --- a/Distribution/Data/Spawns/shared/trammel/Destard.json +++ /dev/null @@ -1,481 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "01f5635b-645f-43a3-b8e1-de505a9805f4", - "name": "Spawner (106)", - "location": [5269, 811, 7], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "039faa13-d838-4ccf-8790-13500ac30d28", - "name": "Spawner (106)", - "location": [5141, 834, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "ShadowWyrm", "maxCount": 1, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f5e5a38-ef2b-4e49-8574-b5349c21dd06", - "name": "Spawner (106)", - "location": [5352, 934, -5], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "WaterElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "22700190-506d-4f55-be3b-4ecf63f097a1", - "name": "Spawner (106)", - "location": [5152, 869, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 50, - "entries": [ - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "ShadowWyrm", "maxCount": 1, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2d985bfc-95b3-40be-8a3e-f1919da38b19", - "name": "Spawner (106)", - "location": [5209, 965, -40], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "31627f88-cd2c-42f2-8aa2-df019970100f", - "name": "Spawner (106)", - "location": [5294, 842, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "WaterElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "34426acb-8319-4eb6-8760-d0acb86670f9", - "name": "Spawner (106)", - "location": [5247, 956, -40], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "45519d94-93ec-4b71-9fcd-0693de58f4e8", - "name": "Spawner (106)", - "location": [5229, 841, 1], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4a321325-9193-4861-a25e-c6f075636a07", - "name": "Spawner (106)", - "location": [5241, 945, -40], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4dea2c35-b11b-43cd-9916-6ee8d03105c7", - "name": "Spawner (106)", - "location": [5153, 842, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 4, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 4, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "58412982-34fe-41e4-9c85-cd0d5691d62c", - "name": "Spawner (106)", - "location": [5143, 986, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "68815cec-f528-4033-be41-04c6d75415e1", - "name": "Spawner (106)", - "location": [5161, 940, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 50, - "entries": [ - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "699dfc8f-e891-4978-9c73-a74cb1762849", - "name": "Spawner (106)", - "location": [5185, 1006, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 50, - "entries": [ - { "name": "AncientWyrm", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6b05c0d4-7c45-4d29-9f15-adbb0b12686f", - "name": "Spawner (106)", - "location": [5141, 915, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "73ef3d35-2c97-40c0-8c9d-f949bedf4bf0", - "name": "Spawner (106)", - "location": [5169, 836, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Daemon", "maxCount": 2, "probability": 100 }, - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "89faa9ac-5c83-4145-a239-0f1bbc3088a6", - "name": "Spawner (106)", - "location": [5226, 826, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8a097ab1-3372-4f64-bb50-b18470eed97f", - "name": "Spawner (106)", - "location": [5250, 869, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "95541af6-6526-41ad-8329-a9819a3a1f8d", - "name": "Spawner (106)", - "location": [5284, 926, -40], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9f0b2731-3658-43bd-9fe4-3bca1a7c5212", - "name": "Spawner (106)", - "location": [5317, 980, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b2eb4c30-1f29-4ef5-b80a-851c68af76f9", - "name": "Spawner (106)", - "location": [5157, 997, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 50, - "entries": [ - { "name": "Wyvern", "maxCount": 3, "probability": 100 }, - { "name": "Wyvern", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b705ea99-1d95-42ff-8287-fb6588d0ed24", - "name": "Spawner (106)", - "location": [5149, 907, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "Wyvern", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cde84676-d0c3-44e7-8be3-9335dc9c5b1b", - "name": "Spawner (106)", - "location": [5203, 787, 5], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "WaterElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d6da5d02-55ae-4e14-8aec-e02b2e7cf188", - "name": "Spawner (106)", - "location": [5307, 815, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da94b96f-7cbc-4016-91b5-6ec3df649e23", - "name": "Spawner (106)", - "location": [5214, 917, -40], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "db505150-0a76-44ac-8b27-841ef6b87321", - "name": "Spawner (106)", - "location": [5183, 1007, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "def6615c-5bbd-4b7c-ab81-4dc4327c97d8", - "name": "Spawner (106)", - "location": [5205, 778, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb1e3f19-4276-4b1f-b87f-0b4e38ebd70b", - "name": "Spawner (106)", - "location": [5141, 968, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fce8877c-f374-4e24-9d3f-65205427600e", - "name": "Spawner (106)", - "location": [5280, 955, -40], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/Fire.json b/Distribution/Data/Spawns/shared/trammel/Fire.json deleted file mode 100644 index b2133ff89..000000000 --- a/Distribution/Data/Spawns/shared/trammel/Fire.json +++ /dev/null @@ -1,836 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0077d996-0107-433c-868d-32757f57d4ec", - "name": "Spawner (107)", - "location": [5722, 1390, 1], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "017e2ed5-fb4e-4776-9c76-cff6f836f32d", - "name": "Spawner (107)", - "location": [5787, 1386, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "HellCat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "06eeaf2c-c00f-42fa-8c42-539a81928818", - "name": "Spawner (107)", - "location": [5656, 1412, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 10, - "entries": [ - { "name": "EvilMageLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "07e0ca08-16a9-4ea3-9349-bc11d1d86995", - "name": "Spawner (107)", - "location": [5717, 1333, 6], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "LavaLizard", "maxCount": 1, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0eb73fc0-e467-4792-ad60-4d3102e26915", - "name": "Spawner (107)", - "location": [5693, 1415, 38], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Slime", "maxCount": 1, "probability": 100 }, - { "name": "GiantRat", "maxCount": 2, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "193c201f-41f0-4dad-a2d7-0bcf80e30199", - "name": "Spawner (107)", - "location": [5867, 1309, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "HellCat", "maxCount": 1, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "19c7452e-c000-43d9-97f9-7e969d89bda8", - "name": "Spawner (107)", - "location": [5638, 1439, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 40, - "entries": [ - { "name": "EvilMageLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1f8ce435-dfce-4ebc-ac13-34516a8067a7", - "name": "Spawner (107)", - "location": [5731, 1379, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 7, - "entries": [ - { "name": "Lich", "maxCount": 3, "probability": 100 }, - { "name": "LichLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "20407dd7-05e5-4af7-8771-bcf92a833e0d", - "name": "Spawner (107)", - "location": [5859, 1341, -1], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "263d2d5e-da10-4537-ac29-3010728ca3b4", - "name": "Spawner (107)", - "location": [5699, 1302, 1], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2a2291bc-7a04-4d90-be90-c9541aec5498", - "name": "Spawner (107)", - "location": [5678, 1340, -2], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "HellHound", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3a2c62cd-5e59-4da4-a2ce-9a0c5c93febd", - "name": "Spawner (107)", - "location": [5643, 1403, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3c4823a0-17b4-43bc-8033-ee7cde4874fd", - "name": "Spawner (107)", - "location": [5654, 1380, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3dd210f5-6903-45b5-874a-1213f20378aa", - "name": "Spawner (107)", - "location": [5667, 1315, 5], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 5647, "y": 1295, "z": -128 }, - "end": { "x": 5687, "y": 1335, "z": 20 } - }, - "walkingRange": 20, - "entries": [ - { "name": "Efreet", "maxCount": 2, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3f1fa8e4-0461-43c5-915d-1f8d6243c984", - "name": "Spawner (107)", - "location": [5651, 1443, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 5, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "40fc9fd2-ec56-4328-ba07-79287c997be5", - "name": "Spawner (107)", - "location": [5714, 1465, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "456851f3-5839-4c42-b5e2-5bebcb146b2b", - "name": "Spawner (107)", - "location": [5643, 1435, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b7d444d-5a83-4a4a-9f9b-f268080c00c6", - "name": "Spawner (107)", - "location": [5647, 1439, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 15, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "56b8cca4-7325-4d9f-ae81-dfbe47bf02b5", - "name": "Spawner (107)", - "location": [5852, 1468, 1], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 30, - "entries": [ - { "name": "LavaSnake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "580578d9-a4f1-4054-8d68-ca645c60d4c4", - "name": "Spawner (107)", - "location": [5650, 1419, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 5, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "63aa9c1a-6933-4ee4-bbf5-fbaed82df249", - "name": "Spawner (107)", - "location": [5689, 1387, 1], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "EvilMageLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "641ecc65-2a7a-4d79-8d6d-09064de015b9", - "name": "Spawner (107)", - "location": [5691, 1347, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "Daemon", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6ac34bad-d1e3-4d92-b379-d07ad3e49439", - "name": "Spawner (107)", - "location": [5818, 1379, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6e37e3a4-0e7e-474f-8f47-762a96993d74", - "name": "Spawner (107)", - "location": [5679, 1438, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72406438-fb9d-4ffb-8daa-a290a93efba5", - "name": "Spawner (107)", - "location": [5835, 1304, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "FireElemental", "maxCount": 4, "probability": 100 }, - { "name": "Efreet", "maxCount": 1, "probability": 100 }, - { "name": "LavaSerpent", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7e6d1ab1-e613-416e-98c1-943cfdc638ea", - "name": "Spawner (107)", - "location": [5680, 1438, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EvilMageLord", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "82c4dd19-052a-4f08-a8d7-540d994eee6e", - "name": "Spawner (107)", - "location": [5723, 1291, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "FireElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "835ef9b2-6755-46e7-bf92-e2004cd6b3f9", - "name": "Spawner (107)", - "location": [5809, 1332, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "LavaSnake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "849224e3-2e29-427b-80eb-0a151e93e199", - "name": "Spawner (107)", - "location": [5651, 1408, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 3, - "entries": [ - { "name": "HellHound", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "85f5476d-1709-4dc9-b429-dadbc4f40506", - "name": "Spawner (107)", - "location": [5715, 1465, -1], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9253307c-4dbe-44bb-9e7f-7177e491daf7", - "name": "Spawner (107)", - "location": [5717, 1465, -2], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "FireElemental", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93d283d5-a55c-47a8-b022-cb2807cd6864", - "name": "Spawner (107)", - "location": [5790, 1451, 7], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 15, - "entries": [ - { "name": "Efreet", "maxCount": 1, "probability": 100 }, - { "name": "LavaSerpent", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 1, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a3a036ef-e0c6-4c5c-9573-2117548224e9", - "name": "Spawner (107)", - "location": [5744, 1471, 2], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "FireElemental", "maxCount": 3, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a5f9ec55-e754-40f7-a83c-dfd7b78efc93", - "name": "Spawner (107)", - "location": [5651, 1435, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 5, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ab04e5e0-3592-4288-b924-ac2f2b78aac7", - "name": "Spawner (107)", - "location": [5650, 1434, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c15a4f6b-9710-4def-b8d0-09c117d33575", - "name": "Spawner (107)", - "location": [5651, 1418, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 3, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 }, - { "name": "EvilMageLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c474fe51-44fd-4dc4-8a50-2a35fb00bfe8", - "name": "Spawner (107)", - "location": [5733, 1433, 22], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "GiantRat", "maxCount": 1, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 1, "probability": 100 }, - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c4aa67ce-4174-42c6-a18c-54d72771a68e", - "name": "Spawner (107)", - "location": [5643, 1435, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 5, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c6978e2b-eb18-46b6-8809-1dba551a5efc", - "name": "Spawner (107)", - "location": [5651, 1363, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 5648, "y": 1360, "z": 0 }, - "end": { "x": 5654, "y": 1366, "z": 15 } - }, - "walkingRange": 3, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 5, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c7d55c1f-b262-4f11-a264-c731516e29a4", - "name": "Spawner (107)", - "location": [5859, 1387, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "LavaLizard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c8ed6c9a-fa12-4cd8-8a14-e3eb1f07154a", - "name": "Spawner (107)", - "location": [5836, 1364, 1], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "LavaSnake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cf42e1f4-a588-42f6-a9ec-f25f181ca6ae", - "name": "Spawner (107)", - "location": [5852, 1468, 1], - "map": "Trammel", - "count": 17, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 30, - "entries": [ - { "name": "Lich", "maxCount": 4, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 6, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 6, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 3, "probability": 100 }, - { "name": "FireElemental", "maxCount": 2, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d402bb06-3c2f-4151-bd55-a97f1459aa8c", - "name": "Spawner (107)", - "location": [5787, 1427, 17], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "LavaLizard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df5837df-c256-4851-9863-5c9338442d8e", - "name": "Spawner (107)", - "location": [5732, 1297, -1], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 20, - "entries": [ - { "name": "HellHound", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df760fe6-6df1-45ac-a3c2-0f27637dd457", - "name": "Spawner (107)", - "location": [5695, 1434, -1], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Slime", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e56c3640-05b4-407f-b362-11a83dfc9670", - "name": "Spawner (107)", - "location": [5651, 1402, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 3, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eb42506a-19bf-470c-a4b6-4e96d6ede07f", - "name": "Spawner (107)", - "location": [5747, 1320, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "LavaSerpent", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f3c05932-b64d-45a7-aaf0-98bae95935e7", - "name": "Spawner (107)", - "location": [5709, 1364, -1], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "HellHound", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f8a27029-7a4d-4bc6-99c7-1e691e0e6c45", - "name": "Spawner (107)", - "location": [5679, 1439, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc9a02b7-3d5f-4609-b586-907c4ca497ee", - "name": "Spawner (107)", - "location": [5723, 1390, 2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 7, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/Graveyards.json b/Distribution/Data/Spawns/shared/trammel/Graveyards.json deleted file mode 100644 index 1ef15a683..000000000 --- a/Distribution/Data/Spawns/shared/trammel/Graveyards.json +++ /dev/null @@ -1,146 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "003c2e17-0f7e-4af8-9b25-de6ccc4c6e24", - "name": "Spawner (108)", - "location": [4545, 1317, 8], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 4535, "y": 1307, "z": -128 }, - "end": { "x": 4555, "y": 1327, "z": 25 } - }, - "walkingRange": 20, - "entries": [ - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "18ac21c4-da65-4449-997e-6e3952e53d46", - "name": "Spawner (108)", - "location": [722, 1119, 0], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Skeleton", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1b1194dd-0699-4c9e-9cbe-1332a477a90d", - "name": "Spawner (108)", - "location": [1369, 1475, 10], - "map": "Trammel", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Spectre", "maxCount": 2, "probability": 100 }, - { "name": "Wraith", "maxCount": 2, "probability": 100 }, - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "Zombie", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "69dd4fe9-7f47-466e-b290-963f9bf240d8", - "name": "Spawner (108)", - "location": [2758, 867, 0], - "map": "Trammel", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 2738, "y": 847, "z": -128 }, - "end": { "x": 2778, "y": 887, "z": 15 } - }, - "walkingRange": 20, - "entries": [ - { "name": "Spectre", "maxCount": 2, "probability": 100 }, - { "name": "Wraith", "maxCount": 2, "probability": 100 }, - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "Zombie", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eb0eb81f-7aea-4162-bf8d-1a0e614ecbcd", - "name": "Spawner (108)", - "location": [2438, 1100, 8], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 2428, "y": 1090, "z": -128 }, - "end": { "x": 2448, "y": 1110, "z": 30 } - }, - "walkingRange": 20, - "entries": [ - { "name": "Spectre", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Lich", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f40bd4f4-6ff1-40ba-84c3-296ade50ab51", - "name": "Spawner (108)", - "location": [1285, 3731, 0], - "map": "Trammel", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 1275, "y": 3721, "z": -128 }, - "end": { "x": 1295, "y": 3741, "z": 15 } - }, - "walkingRange": 15, - "entries": [ - { "name": "Spectre", "maxCount": 2, "probability": 100 }, - { "name": "Wraith", "maxCount": 2, "probability": 100 }, - { "name": "Shade", "maxCount": 2, "probability": 100 }, - { "name": "Skeleton", "maxCount": 3, "probability": 100 }, - { "name": "Zombie", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fd6f9733-1638-485e-a3fd-3d6f9550591e", - "name": "Spawner (108)", - "location": [3407, 2652, 48], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Zombie", "maxCount": 4, "probability": 100 }, - { "name": "Skeleton", "maxCount": 4, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/Hythloth.json b/Distribution/Data/Spawns/shared/trammel/Hythloth.json deleted file mode 100644 index 2a68d5114..000000000 --- a/Distribution/Data/Spawns/shared/trammel/Hythloth.json +++ /dev/null @@ -1,1329 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "04d3a931-3af8-4863-8989-58f6d1cae959", - "name": "Spawner (109)", - "location": [5966, 70, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0d2d46b6-5b3a-4668-b064-34d8035b7854", - "name": "Spawner (109)", - "location": [5962, 217, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "132536ba-9f7b-47a7-bf31-be4487936235", - "name": "Spawner (109)", - "location": [6033, 199, 22], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Daemon", "maxCount": 2, "probability": 100 }, - { "name": "StoneGargoyle", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "159531c4-89e0-48c6-ac04-b4d67b078cae", - "name": "Spawner (109)", - "location": [5945, 78, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "176b940f-621c-490e-baee-3c2816004e14", - "name": "Spawner (109)", - "location": [5954, 225, 22], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 4, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "177607bb-ea2f-484c-8e06-262edf56f6d6", - "name": "Spawner (109)", - "location": [6108, 36, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "185cd08c-716f-4255-a8aa-b9e2dbe06e44", - "name": "Spawner (109)", - "location": [6124, 159, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1deb5cae-7cab-4b3b-91ef-a933a9836369", - "name": "Spawner (109)", - "location": [6033, 205, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2179be82-2867-4f8e-b797-4102cc967c4c", - "name": "Spawner (109)", - "location": [5915, 91, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "23a59d14-b35b-4776-9e39-c2b32a16262d", - "name": "Spawner (109)", - "location": [6108, 66, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "23ec32d7-3f5f-4d4c-b89c-2449ba45aa6e", - "name": "Spawner (109)", - "location": [6052, 156, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Daemon", "maxCount": 2, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 }, - { "name": "GazerLarva", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "276dda12-6154-456f-9cc9-ac111160fcb0", - "name": "Spawner (109)", - "location": [5923, 48, 22], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2f802063-b694-457e-8662-8c56600b28d1", - "name": "Spawner (109)", - "location": [6058, 153, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "350f7c02-4640-4932-89b6-2f4c4c4bc1b2", - "name": "Spawner (109)", - "location": [5918, 235, 44], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Daemon", "maxCount": 2, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "35fc4240-bcd9-4335-b930-b2140d486cc2", - "name": "Spawner (109)", - "location": [5978, 185, 44], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "36a58f71-fb57-48db-b111-d17ec727d1aa", - "name": "Spawner (109)", - "location": [6081, 44, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3da1531b-38a3-42f5-a69e-1f7a1aa2cb89", - "name": "Spawner (109)", - "location": [6097, 36, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e2dd9b5-5fc4-4308-9ae0-a8817d4fac63", - "name": "Spawner (109)", - "location": [6125, 221, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3f509b00-f24b-4d5a-b609-ec88fe0e025d", - "name": "Spawner (109)", - "location": [5981, 84, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4244ac16-86b4-4f39-aa2a-7474103986f5", - "name": "Spawner (109)", - "location": [5940, 107, 22], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "443e9b08-9415-41e4-8e4e-07c813d1f687", - "name": "Spawner (109)", - "location": [6086, 178, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 2, "probability": 100 }, - { "name": "Gazer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4653daba-0405-4fb3-b89c-b712cf560782", - "name": "Spawner (109)", - "location": [6041, 230, 44], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b63bde3-f24f-407e-9d11-0eb2c04305b3", - "name": "Spawner (109)", - "location": [5918, 223, 44], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "52f85430-2e62-4e62-b548-46c1a184cf9e", - "name": "Spawner (109)", - "location": [5970, 169, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "545e00c0-3dfb-485b-9f32-dc003ad34c1c", - "name": "Spawner (109)", - "location": [5929, 77, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a2b323b-7048-480c-bd22-b8c557dd7571", - "name": "Spawner (109)", - "location": [5917, 93, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a73a11a-55be-42d7-b6d4-9db6b6e0762f", - "name": "Spawner (109)", - "location": [6094, 154, -22], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 1, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5b6e1b73-46ac-46b3-b416-c1a4b5e147f1", - "name": "Spawner (109)", - "location": [5921, 81, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5d613a12-4519-421f-afd7-dfe2d8dfc2ed", - "name": "Spawner (109)", - "location": [6099, 51, 22], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6524efb1-e7c2-47e4-91ad-393224529ad8", - "name": "Spawner (109)", - "location": [6060, 158, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6598121a-66ed-4839-b985-cca9e8cb789f", - "name": "Spawner (109)", - "location": [5967, 80, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 6, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6638a784-d1d4-4ceb-b913-0d19c3876bd1", - "name": "Spawner (109)", - "location": [6046, 199, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72de652f-c027-4100-ab8b-43e229bc527b", - "name": "Spawner (109)", - "location": [5997, 145, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "75f93255-3c6f-47dc-b862-3d4a61bf454a", - "name": "Spawner (109)", - "location": [6064, 96, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "760cb112-5308-4e18-9fd5-2e7dabc74fb5", - "name": "Spawner (109)", - "location": [5989, 186, 44], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "76399213-8099-47d2-b5e5-6f12d7e3ffde", - "name": "Spawner (109)", - "location": [6106, 67, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "772b0b8b-373b-4859-aeb9-46d2958b0cd8", - "name": "Spawner (109)", - "location": [5946, 75, 22], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "798fd763-c76c-4656-86c3-988524cd12b6", - "name": "Spawner (109)", - "location": [5961, 169, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7bd13d82-5c43-47a4-9610-882a8dbb5800", - "name": "Spawner (109)", - "location": [5956, 145, 22], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7d5def22-5137-48d5-ba95-54fb10dae441", - "name": "Spawner (109)", - "location": [6113, 92, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7e0d9ef3-4a24-44f4-bf1f-cc2c98ef3fa6", - "name": "Spawner (109)", - "location": [5979, 26, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8254a266-263f-4f5f-b8ac-7646b42b484a", - "name": "Spawner (109)", - "location": [6054, 45, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "Imp", "maxCount": 1, "probability": 100 }, - { "name": "StoneGargoyle", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84e31077-87fd-482c-ad78-6c7a8857b572", - "name": "Spawner (109)", - "location": [6116, 86, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "FireGargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "88c01a9f-467c-4183-9e4a-ef7c47b8e5ce", - "name": "Spawner (109)", - "location": [5926, 230, 44], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8afc042c-474c-4b81-bcc8-c05eb2d8f24e", - "name": "Spawner (109)", - "location": [5954, 26, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d2957c0-20a9-43d6-8bc9-f1c46585f525", - "name": "Spawner (109)", - "location": [5937, 65, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8eeb526f-8a8e-40ab-9f37-79d211549bef", - "name": "Spawner (109)", - "location": [6086, 45, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "92736344-898e-4a70-aa23-229c2b92024e", - "name": "Spawner (109)", - "location": [5970, 80, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9339a8f1-6dd9-444e-a105-3fda18569885", - "name": "Spawner (109)", - "location": [6041, 222, 44], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93525eb9-32ec-49c8-8565-e9a1728d098b", - "name": "Spawner (109)", - "location": [5985, 36, 22], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "94814adf-f077-409f-bd7d-84ca6a68e389", - "name": "Spawner (109)", - "location": [5994, 96, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "969dad27-c44e-43c2-8456-a94c292253e1", - "name": "Spawner (109)", - "location": [5958, 65, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9e850a41-0f8a-4411-94e0-7c6df352f6fc", - "name": "Spawner (109)", - "location": [5983, 25, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a6d37bb4-cfe5-4a9c-a35b-c8d8a11b8ab7", - "name": "Spawner (109)", - "location": [5989, 25, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a8ce27ea-3cc0-49b9-afd4-6f404432bec5", - "name": "Spawner (109)", - "location": [6117, 81, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ab1c29a8-d843-4ba3-84b9-b5ef0ef2f524", - "name": "Spawner (109)", - "location": [6064, 96, 22], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Daemon", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 1, "probability": 100 }, - { "name": "Imp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ad9f1c34-b053-4f75-bcca-67b8d0749726", - "name": "Spawner (109)", - "location": [5972, 86, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b0f29c64-4887-41c8-ab48-463a37a2f599", - "name": "Spawner (109)", - "location": [6081, 83, 21], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b3501f38-bdac-418b-969f-4e0e9f7d9c42", - "name": "Spawner (109)", - "location": [6121, 166, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b538b4b4-eba9-4854-9c66-411d622b3ed8", - "name": "Spawner (109)", - "location": [6107, 70, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b8db6fca-406c-4fcd-951d-5108bb4ed3d2", - "name": "Spawner (109)", - "location": [5995, 62, 22], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "FireGargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bdf775bc-e899-44df-b7aa-36759f438e22", - "name": "Spawner (109)", - "location": [6058, 92, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf3d2161-79d8-402f-9e07-26ebcab8fdc2", - "name": "Spawner (109)", - "location": [5911, 55, 22], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "TreasureChestLevel1", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c0b1509d-4dd2-4b7a-bd21-84c8c93347aa", - "name": "Spawner (109)", - "location": [5948, 49, 22], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c84dd874-d913-4a50-b681-ebe45af83d6a", - "name": "Spawner (109)", - "location": [5986, 203, 44], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "Gazer", "maxCount": 3, "probability": 100 }, - { "name": "GazerLarva", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cb68f3ce-29a6-47ea-ad5d-c74a7bfe7ad0", - "name": "Spawner (109)", - "location": [5983, 169, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d182489e-af6b-449d-a4d9-fd345ee98ce1", - "name": "Spawner (109)", - "location": [5990, 36, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d3e6e31a-5547-47b2-afaa-f7f64512bdb7", - "name": "Spawner (109)", - "location": [6107, 37, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d56d6379-f8d7-4adc-bd09-0bdb75059548", - "name": "Spawner (109)", - "location": [5914, 195, 22], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d5b56fe5-edf3-4e8a-933c-692ff3bc752c", - "name": "Spawner (109)", - "location": [6120, 229, 22], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df4026a4-516d-4f35-bbdd-10fb253627c1", - "name": "Spawner (109)", - "location": [6122, 170, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "ElderGazer", "maxCount": 1, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 }, - { "name": "GazerLarva", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e141c079-d2a8-43ad-a226-1cb79f87cc7d", - "name": "Spawner (109)", - "location": [6092, 187, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e59bd560-153a-46a4-b083-8d4278b0ef2c", - "name": "Spawner (109)", - "location": [6087, 186, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e94b0430-2565-4cdd-a7df-f87d3cb61887", - "name": "Spawner (109)", - "location": [6084, 66, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f2fcd059-3b7c-4855-a406-c419a3b46036", - "name": "Spawner (109)", - "location": [5992, 147, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f80c3502-c704-4632-ae0d-322f3f7ff388", - "name": "Spawner (109)", - "location": [5917, 156, 22], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f90467c3-88f7-43eb-81c2-fa882c5b62a9", - "name": "Spawner (109)", - "location": [5992, 146, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Daemon", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f9a143ac-b466-4e8f-a283-146f9cba767f", - "name": "Spawner (109)", - "location": [6119, 219, 22], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Daemon", "maxCount": 2, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 2, "probability": 100 }, - { "name": "Gazer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fab57726-33f0-45bb-9aa3-28650b92d61b", - "name": "Spawner (109)", - "location": [6058, 193, 22], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fdf36d81-05fc-4c57-8b01-09f8de27484f", - "name": "Spawner (109)", - "location": [5945, 175, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "HellHound", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ff350d79-2434-441a-85e9-254afcdafe5a", - "name": "Spawner (109)", - "location": [5977, 49, 22], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Imp", "maxCount": 1, "probability": 100 }, - { "name": "HellHound", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/Ice.json b/Distribution/Data/Spawns/shared/trammel/Ice.json deleted file mode 100644 index e3f4e5a5a..000000000 --- a/Distribution/Data/Spawns/shared/trammel/Ice.json +++ /dev/null @@ -1,574 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "03886f2b-1e0e-48fd-8b92-35a1a60a95c5", - "name": "Spawner (110)", - "location": [5837, 245, -5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "106c22c9-9d01-43a0-8983-bea255146fd5", - "name": "Spawner (110)", - "location": [5833, 242, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "308a4f85-5d3f-4f44-af64-371951608f97", - "name": "Spawner (110)", - "location": [5785, 161, -6], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 18, - "walkingRange": 20, - "entries": [ - { "name": "FrostOoze", "maxCount": 1, "probability": 100 }, - { "name": "FrostSpider", "maxCount": 1, "probability": 100 }, - { "name": "IceElemental", "maxCount": 1, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3cfd9a1b-000a-430f-b44c-e64720d69237", - "name": "Spawner (110)", - "location": [5772, 188, -3], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3def478d-d193-49d2-96e0-b36023034db7", - "name": "Spawner (110)", - "location": [5752, 144, 9], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "WhiteWyrm", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3ec99717-4da8-4d7c-9fb2-dd9ba4c845bc", - "name": "Spawner (110)", - "location": [5731, 176, -5], - "map": "Trammel", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 35, - "entries": [ - { "name": "IceSerpent", "maxCount": 9, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 9, "probability": 100 }, - { "name": "IceElemental", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3f420eb7-724d-47e0-89fa-1e844feee72c", - "name": "Spawner (110)", - "location": [5666, 331, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4133a659-4bcb-4b38-a3fe-097866c8aa4e", - "name": "Spawner (110)", - "location": [5680, 306, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "IceFiend", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "44394753-6925-4e7f-95d0-d1998f5bb036", - "name": "Spawner (110)", - "location": [5831, 358, -1], - "map": "Trammel", - "count": 24, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Ratman", "maxCount": 12, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 7, "probability": 100 }, - { "name": "RatmanMage", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "49c552fa-1934-405a-8d30-4fb7db89313f", - "name": "Spawner (110)", - "location": [5839, 159, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "FrostOoze", "maxCount": 1, "probability": 100 }, - { "name": "FrostSpider", "maxCount": 1, "probability": 100 }, - { "name": "IceElemental", "maxCount": 1, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4df74fc7-0443-4fdc-a6ad-57d9a4d6bc7f", - "name": "Spawner (110)", - "location": [5684, 181, -5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6502c7e1-5c7a-43b7-a0de-33f73f78e6a3", - "name": "Spawner (110)", - "location": [5838, 355, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "66e9c531-1fee-42e4-910a-cdf71b212b95", - "name": "Spawner (110)", - "location": [5754, 211, -6], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "722d603b-dddb-4b71-88c4-9e965918d6e9", - "name": "Spawner (110)", - "location": [5763, 187, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "76706bc3-f4c4-4040-b206-650aa04e041d", - "name": "Spawner (110)", - "location": [5824, 363, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7ebb7a60-b45f-469c-ad0b-86490c855be1", - "name": "Spawner (110)", - "location": [5756, 203, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84103371-1387-4ebe-af6a-91faf5d3a5f2", - "name": "Spawner (110)", - "location": [5850, 219, -3], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "RatmanMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8855a9a7-aed4-4c54-94da-a94024783d51", - "name": "Spawner (110)", - "location": [5854, 227, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9456469a-1f9f-43a1-9c7b-639ca4e367f3", - "name": "Spawner (110)", - "location": [5712, 145, -34], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "947f998d-a84b-49c8-8619-852fff3e5295", - "name": "Spawner (110)", - "location": [5669, 330, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "IceFiend", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9cbfc951-e954-4e8d-b1af-cf9457216b53", - "name": "Spawner (110)", - "location": [5799, 188, -6], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "IceSerpent", "maxCount": 2, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 1, "probability": 100 }, - { "name": "FrostSpider", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9f689286-dcc8-44ac-9d6b-c34c002d5ff5", - "name": "Spawner (110)", - "location": [5682, 314, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a6faf1f3-65fa-47a8-a597-1bd61d7dc350", - "name": "Spawner (110)", - "location": [5757, 213, -7], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "IceSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 4, "probability": 100 }, - { "name": "IceElemental", "maxCount": 4, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a74f4f2c-7906-46c3-bd5f-8ce30e43417c", - "name": "Spawner (110)", - "location": [5867, 218, -4], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "FrostSpider", "maxCount": 1, "probability": 100 }, - { "name": "FrostOoze", "maxCount": 2, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a9adcc2c-c67d-4f0d-8241-7aa8d73d0fdd", - "name": "Spawner (110)", - "location": [5681, 191, -6], - "map": "Trammel", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "IceSerpent", "maxCount": 3, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 4, "probability": 100 }, - { "name": "IceElemental", "maxCount": 4, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ada3263b-aece-4dee-a69b-fe3ef96a3550", - "name": "Spawner (110)", - "location": [5814, 237, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "ArcticOgreLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b4e94abe-5829-4d51-acb5-e112d8b33ce1", - "name": "Spawner (110)", - "location": [5676, 331, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b5f90c32-64bd-4524-bfc6-84716f186595", - "name": "Spawner (110)", - "location": [5683, 197, -4], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b69a34f7-3ff9-4b19-b38e-817c98a7c93f", - "name": "Spawner (110)", - "location": [5848, 226, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bc1b0fa0-397d-400e-a8a1-46c6980d3ed7", - "name": "Spawner (110)", - "location": [5751, 140, 10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c1a3b5ae-9c59-488f-8d7f-24d25e0c7673", - "name": "Spawner (110)", - "location": [5758, 139, 5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ca52ec08-1f4f-400a-ab1f-9e05892dbdd2", - "name": "Spawner (110)", - "location": [5696, 303, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dee07fb6-4dcc-43d5-bd0a-706c36801e8d", - "name": "Spawner (110)", - "location": [5771, 224, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "ArcticOgreLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f7a22de1-cc80-4060-aa02-9728d7e241a0", - "name": "Spawner (110)", - "location": [5721, 147, -1], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/LostLands.json b/Distribution/Data/Spawns/shared/trammel/LostLands.json deleted file mode 100644 index a65542792..000000000 --- a/Distribution/Data/Spawns/shared/trammel/LostLands.json +++ /dev/null @@ -1,3450 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "020cf0fc-c7b4-4735-b113-a5f076bfd189", - "name": "Spawner (111)", - "location": [5251, 3301, -2], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Llama", "maxCount": 2, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "034a2452-0f15-48f2-9bc3-3a1fc3deed2e", - "name": "Spawner (111)", - "location": [5250, 3401, 1], - "map": "Trammel", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 6, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 6, "probability": 100 }, - { "name": "BlackBear", "maxCount": 6, "probability": 100 }, - { "name": "Horse", "maxCount": 4, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 4, "probability": 100 }, - { "name": "Rabbit", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Cougar", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "036ad518-7a5a-4805-9d06-6deb52839f4f", - "name": "Spawner (111)", - "location": [5623, 3875, 15], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "03829553-0468-42d4-b617-02116bca3200", - "name": "Spawner (111)", - "location": [5918, 3975, 1], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "057290d8-05ed-4d10-8b1b-b6ff72396554", - "name": "Spawner (111)", - "location": [5863, 2470, 46], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Wyvern", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "05f8720b-51de-4359-96c4-edee763473a8", - "name": "Spawner (111)", - "location": [5820, 3675, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "07bf9106-e8c2-4f1c-8d4b-1344e90624a3", - "name": "Spawner (111)", - "location": [5838, 2651, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 75, - "entries": [ - { "name": "Imp", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Scorpion", "maxCount": 1, "probability": 100 }, - { "name": "StoneHarpy", "maxCount": 1, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "09c49d83-9516-43f4-b947-545a44f71516", - "name": "Spawner (111)", - "location": [5523, 3676, 45], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0a34689d-a46f-4d99-a9d3-96eb175dcf83", - "name": "Spawner (111)", - "location": [5820, 3775, 48], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0ae04c79-0948-4ebf-a7e8-2241db34b661", - "name": "Spawner (111)", - "location": [5251, 3301, -2], - "map": "Trammel", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 6, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 6, "probability": 100 }, - { "name": "BlackBear", "maxCount": 6, "probability": 100 }, - { "name": "Horse", "maxCount": 4, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 4, "probability": 100 }, - { "name": "Rabbit", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Cougar", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0eea03f4-90bc-445e-b9d2-a5c563620af3", - "name": "Spawner (111)", - "location": [5729, 2767, -1], - "map": "Trammel", - "count": 30, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 70, - "entries": [ - { "name": "Imp", "maxCount": 8, "probability": 100 }, - { "name": "Scorpion", "maxCount": 8, "probability": 100 }, - { "name": "DesertOstard", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 3, "probability": 100 }, - { "name": "StoneHarpy", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0eeef349-4bf3-414a-8a66-b0a1de50f17c", - "name": "Spawner (111)", - "location": [5624, 3975, -3], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "11d43b66-9a30-4c18-801b-a93222314461", - "name": "Spawner (111)", - "location": [5919, 3875, 16], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12b8818a-8be6-47c4-bdc6-27a68420bc60", - "name": "Spawner (111)", - "location": [5921, 3777, 28], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12cb6fcd-2072-4003-885b-76821f1993cf", - "name": "Spawner (111)", - "location": [5728, 3209, -3], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "SwampDragon", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1315e61d-169b-47e9-9281-395b54cd4fbb", - "name": "Spawner (111)", - "location": [5218, 3786, 1], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Mongbat", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1524f465-d2dd-4315-b98f-e54e03000f27", - "name": "Spawner (111)", - "location": [5721, 3876, -3], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "162b114a-bf25-4054-8124-1ed834e586b1", - "name": "Spawner (111)", - "location": [5521, 3875, -1], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "17dfff61-8b8f-400c-b93a-1e15c55b42db", - "name": "Spawner (111)", - "location": [5756, 3453, -2], - "map": "Trammel", - "count": 42, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 130, - "walkingRange": 130, - "entries": [ - { "name": "Gorilla", "maxCount": 10, "probability": 100 }, - { "name": "Panther", "maxCount": 10, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 2, "probability": 100 }, - { "name": "Mongbat", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "17e80af9-7b12-4515-99af-8a61e7ba5d44", - "name": "Spawner (111)", - "location": [5201, 3162, 53], - "map": "Trammel", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 6, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 6, "probability": 100 }, - { "name": "BlackBear", "maxCount": 6, "probability": 100 }, - { "name": "Horse", "maxCount": 4, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 4, "probability": 100 }, - { "name": "Rabbit", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Cougar", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1f5d2b74-9714-4a11-8f0d-b88413e22556", - "name": "Spawner (111)", - "location": [6022, 2874, 16], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1f9f0921-b571-4713-b9e0-b61ea7b54b01", - "name": "Spawner (111)", - "location": [5765, 2637, 39], - "map": "Trammel", - "count": 26, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 30, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 3, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 6, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 3, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 4, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2071c33b-72f7-4fb4-b2b3-923940d3ab47", - "name": "Spawner (111)", - "location": [5557, 2625, 0], - "map": "Trammel", - "count": 21, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 3, "probability": 100 }, - { "name": "Troll", "maxCount": 3, "probability": 100 }, - { "name": "Harpy", "maxCount": 6, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "20ee3b9f-9776-4cf4-aee9-faa751edca21", - "name": "Spawner (111)", - "location": [5817, 2367, 42], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 75, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "218c75c8-acf3-4239-b72e-4ac850c8918a", - "name": "Spawner (111)", - "location": [5243, 3548, 14], - "map": "Trammel", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Horse", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 4, "probability": 100 }, - { "name": "Hind", "maxCount": 16, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "227477e6-a891-4b3e-b43b-305c6b6541f4", - "name": "Spawner (111)", - "location": [5523, 3676, 45], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "230b1817-c355-4413-a899-3d1dcd5087c9", - "name": "Spawner (111)", - "location": [5173, 2368, 21], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "PolarBear", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "27ac5355-03f9-44a1-9d04-78db0e9b9d25", - "name": "Spawner (111)", - "location": [6022, 3971, 17], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "28a1961d-3ff6-4890-a603-c5fb5512eb3e", - "name": "Spawner (111)", - "location": [5920, 3675, 12], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2b1377f8-2453-4797-8f16-121a5da7dd1d", - "name": "Spawner (111)", - "location": [5918, 3975, 1], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2b552925-08cd-4be2-b96f-85701200ab9a", - "name": "Spawner (111)", - "location": [5918, 3975, 1], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2c914773-48a0-4129-ae65-87ee6707e4f7", - "name": "Spawner (111)", - "location": [5819, 3974, 16], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "318ff931-f450-4626-b97f-13af5c0e41e3", - "name": "Spawner (111)", - "location": [5721, 3876, -3], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "34888307-f095-4c8b-afe0-e5f3c45c5a24", - "name": "Spawner (111)", - "location": [5820, 3675, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37ba19f6-eb60-4539-8f17-b87529148607", - "name": "Spawner (111)", - "location": [5921, 3777, 28], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37c219c7-139b-4604-acd9-34e10d961cd9", - "name": "Spawner (111)", - "location": [5920, 3675, 12], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3b32813c-00d7-479a-b5e5-1570dd11e90e", - "name": "Spawner (111)", - "location": [5349, 3547, -1], - "map": "Trammel", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Horse", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 4, "probability": 100 }, - { "name": "Hind", "maxCount": 16, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3bb22e15-16d5-4f29-b41a-051fa2a5bf56", - "name": "Spawner (111)", - "location": [5820, 3775, 48], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "40332222-33e9-4df1-bf72-15f818f2c5f2", - "name": "Spawner (111)", - "location": [5432, 3079, -4], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 2, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4306a87f-e65c-43ba-96d2-276065502e18", - "name": "Spawner (111)", - "location": [5721, 3975, 21], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "46191d14-a2b4-4995-b761-4d91195932b0", - "name": "Spawner (111)", - "location": [5466, 4005, -1], - "map": "Trammel", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 20, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 20, "probability": 100 }, - { "name": "Bird", "maxCount": 15, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 }, - { "name": "Hind", "maxCount": 4, "probability": 100 }, - { "name": "Llama", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "48e240ce-cc40-4668-8ea9-a1238cc8f812", - "name": "Spawner (111)", - "location": [5697, 2626, -2], - "map": "Trammel", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 30, - "entries": [ - { "name": "Wyvern", "maxCount": 2, "probability": 100 }, - { "name": "Drake", "maxCount": 4, "probability": 100 }, - { "name": "Imp", "maxCount": 1, "probability": 100 }, - { "name": "Mongbat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b7e25a1-2cca-4a59-823e-ec421274efc1", - "name": "Spawner (111)", - "location": [5566, 3292, 4], - "map": "Trammel", - "count": 21, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 56, - "walkingRange": 62, - "entries": [ - { "name": "Gorilla", "maxCount": 5, "probability": 100 }, - { "name": "Panther", "maxCount": 5, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4be24872-6eab-4638-85db-fca18bf64762", - "name": "Spawner (111)", - "location": [5921, 3777, 28], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "502dd43b-fe21-4851-83cc-0479b0fd3f99", - "name": "Spawner (111)", - "location": [5921, 3777, 28], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "50ccc29d-4ee3-4606-b7e2-c03156afb9ba", - "name": "Spawner (111)", - "location": [5721, 3675, 22], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "521f89eb-db58-4e5c-8633-f435c40ab6eb", - "name": "Spawner (111)", - "location": [5724, 2949, 31], - "map": "Trammel", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 65, - "walkingRange": 75, - "entries": [ - { "name": "LavaSnake", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "527e7c9f-a712-4fb2-956f-cb48ed793b21", - "name": "Spawner (111)", - "location": [5394, 2530, 6], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "Cyclops", "maxCount": 5, "probability": 100 }, - { "name": "Titan", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "53071c27-4eb5-4101-b20f-0008810bf616", - "name": "Spawner (111)", - "location": [5621, 3775, 2], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54dcd3be-256f-48ca-900d-f585ae0a721a", - "name": "Spawner (111)", - "location": [5722, 3776, 32], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "562a1a95-4a94-4fde-8bca-5e7f53561a76", - "name": "Spawner (111)", - "location": [5711, 2494, 46], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "57a3231a-5b0e-45dd-bcfc-3340878eb9cf", - "name": "Spawner (111)", - "location": [5784, 3951, 20], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 35, - "walkingRange": 35, - "entries": [ - { "name": "FrenziedOstard", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5812b2ff-56e7-47ee-937f-040e60498ca1", - "name": "Spawner (111)", - "location": [5624, 3975, -3], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a51c39e-d65f-4ae3-bef0-7b35a7b6f278", - "name": "Spawner (111)", - "location": [5724, 2949, 31], - "map": "Trammel", - "count": 44, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 65, - "walkingRange": 75, - "entries": [ - { "name": "HellHound", "maxCount": 8, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 8, "probability": 100 }, - { "name": "FireElemental", "maxCount": 10, "probability": 100 }, - { "name": "Efreet", "maxCount": 4, "probability": 100 }, - { "name": "HellCat", "maxCount": 6, "probability": 100 }, - { "name": "LavaSerpent", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5b655971-59b1-4016-b9d2-c2d4c2a11e50", - "name": "Spawner (111)", - "location": [5621, 3775, 2], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5e007014-f2b1-4454-8fc7-66065189e313", - "name": "Spawner (111)", - "location": [5819, 3974, 16], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5f584b25-d87b-49e8-94ae-0405a3d3cc45", - "name": "Spawner (111)", - "location": [6018, 3673, 18], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6087c54a-11de-4326-8ec5-cd5b5cde47a4", - "name": "Spawner (111)", - "location": [5623, 3875, 15], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "65753d38-25f4-4282-9dab-3fa55cba90f4", - "name": "Spawner (111)", - "location": [5721, 3876, -3], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "68e6f042-92f2-45a9-ae8d-0752b3b4b944", - "name": "Spawner (111)", - "location": [5623, 3875, 15], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6b13fd88-7eec-4422-9b79-bd314a1bba2f", - "name": "Spawner (111)", - "location": [5347, 3449, 17], - "map": "Trammel", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Horse", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 4, "probability": 100 }, - { "name": "Hind", "maxCount": 16, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6bb402f0-2399-410d-ac65-eed098e522ca", - "name": "Spawner (111)", - "location": [5721, 3876, -3], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6e6ba9f1-8c4c-4142-b251-141d2ea7a7f0", - "name": "Spawner (111)", - "location": [5722, 3776, 32], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6f64b0f6-5882-4551-9a27-ca031288fbae", - "name": "Spawner (111)", - "location": [5159, 3913, 1], - "map": "Trammel", - "count": 11, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 10, - "entries": [ - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 1, "probability": 100 }, - { "name": "Bull", "maxCount": 1, "probability": 100 }, - { "name": "Chicken", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6f6ce1e0-6056-4ae7-b976-ea650d4a0a9c", - "name": "Spawner (111)", - "location": [6022, 3773, 18], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7181d30e-02d5-4a40-9d4a-d856732d05e9", - "name": "Spawner (111)", - "location": [5624, 3975, -3], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "723998f0-08d5-4124-84d3-df5401888a32", - "name": "Spawner (111)", - "location": [5368, 3887, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Mongbat", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72d79fc1-9984-4107-9c30-f4dc77c2976f", - "name": "Spawner (111)", - "location": [6018, 3673, 18], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "78272d11-7b2e-4e49-b533-9f82138558d1", - "name": "Spawner (111)", - "location": [5623, 3676, -3], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "79cc7028-11d1-49df-b0a5-75066e5a6559", - "name": "Spawner (111)", - "location": [5521, 3775, 8], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "79f39847-4344-4381-8b37-8eaa8c2ffef7", - "name": "Spawner (111)", - "location": [5722, 3776, 32], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7aa1e207-3ea8-4aca-b0dc-a0a585466eed", - "name": "Spawner (111)", - "location": [5521, 3775, 8], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7dca1dbd-9eb3-4a64-b276-02d6205baf2a", - "name": "Spawner (111)", - "location": [5478, 3587, 3], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7e42b948-0bd7-4f93-8303-2d7723a1bb1d", - "name": "Spawner (111)", - "location": [5820, 3775, 48], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7ff8cd5c-784b-4c77-b20a-de86c8fafa76", - "name": "Spawner (111)", - "location": [5250, 3401, 1], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Llama", "maxCount": 2, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "832c6d54-6e88-4e70-ba0f-9731b9ecc3cc", - "name": "Spawner (111)", - "location": [5521, 3875, -1], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84c8a1d7-5dfd-4115-a610-95e853d19ff8", - "name": "Spawner (111)", - "location": [5580, 2885, 6], - "map": "Trammel", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Gazer", "maxCount": 3, "probability": 100 }, - { "name": "Reaper", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84c9128d-15f3-4670-ab03-a6472bb66f26", - "name": "Spawner (111)", - "location": [5919, 3875, 16], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "86e1ffa4-247e-40e8-9b24-069df5468fc4", - "name": "Spawner (111)", - "location": [5623, 3676, -3], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "894ddf46-b0fd-43c4-8fc0-a2bf626e2a53", - "name": "Spawner (111)", - "location": [5173, 2368, 21], - "map": "Trammel", - "count": 28, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 50, - "entries": [ - { "name": "IceSerpent", "maxCount": 4, "probability": 100 }, - { "name": "IceSnake", "maxCount": 10, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 4, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 3, "probability": 100 }, - { "name": "Walrus", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "896be635-414c-4750-8e26-742fea9d795c", - "name": "Spawner (111)", - "location": [5623, 3875, 15], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ad6c839-2bd5-4b9e-8ce6-3e55b1d2de83", - "name": "Spawner (111)", - "location": [6022, 2874, 16], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8add37de-2b09-4215-9568-e8586520f1ce", - "name": "Spawner (111)", - "location": [5820, 3675, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8b4617e7-da4a-42b4-9f4b-7d2e5e1fad7f", - "name": "Spawner (111)", - "location": [5454, 3136, -60], - "map": "Trammel", - "count": 26, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "TerathanMatriarch", "maxCount": 2, "probability": 100 }, - { "name": "TerathanAvenger", "maxCount": 4, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 10, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8bfa4c3d-f412-4707-a48f-e358295e31e1", - "name": "Spawner (111)", - "location": [5218, 3786, 1], - "map": "Trammel", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 20, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 20, "probability": 100 }, - { "name": "Bird", "maxCount": 15, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 }, - { "name": "Hind", "maxCount": 4, "probability": 100 }, - { "name": "Llama", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8c3d2529-fd5d-4c3a-8071-4df7504d621e", - "name": "Spawner (111)", - "location": [5817, 2367, 42], - "map": "Trammel", - "count": 23, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 75, - "entries": [ - { "name": "IceSerpent", "maxCount": 6, "probability": 100 }, - { "name": "IceSnake", "maxCount": 3, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 3, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 3, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8cdfed0c-8b67-4041-9923-82af57871539", - "name": "Spawner (111)", - "location": [5351, 3401, 30], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Llama", "maxCount": 2, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d4b41e7-0405-43b3-babf-4855aa1222aa", - "name": "Spawner (111)", - "location": [6022, 2874, 16], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8df84079-fd67-48ff-85d2-c2aab5b08d89", - "name": "Spawner (111)", - "location": [5570, 3153, 14], - "map": "Trammel", - "count": 25, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 80, - "entries": [ - { "name": "Gorilla", "maxCount": 6, "probability": 100 }, - { "name": "Panther", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 1, "probability": 100 }, - { "name": "Mongbat", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8efa8f7f-e693-4967-86be-e19bb93893c0", - "name": "Spawner (111)", - "location": [5351, 2359, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 75, - "entries": [ - { "name": "PolarBear", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8fce4e75-131b-4255-b270-41bcaf47d4b4", - "name": "Spawner (111)", - "location": [5721, 3675, 22], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "917b5953-f939-46c0-863e-17a1ca293dd8", - "name": "Spawner (111)", - "location": [5478, 3587, 3], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "94b422df-ea7d-4c7f-816f-1f89ad5c9e21", - "name": "Spawner (111)", - "location": [5478, 3587, 3], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "94ea8ab3-3e9d-4d64-8c52-c9a96347b234", - "name": "Spawner (111)", - "location": [5201, 3162, 53], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Llama", "maxCount": 2, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98af7987-041e-4589-aa4a-259b5faf9057", - "name": "Spawner (111)", - "location": [6022, 3773, 18], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9a5e4485-6df8-4fae-9288-90ac1e3a871d", - "name": "Spawner (111)", - "location": [5523, 3676, 45], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9e2ede8e-0dab-4f8e-b6c2-e84626c0acb3", - "name": "Spawner (111)", - "location": [5194, 3885, -1], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 32, - "walkingRange": 45, - "entries": [ - { "name": "Bull", "maxCount": 10, "probability": 100 }, - { "name": "GreatHart", "maxCount": 6, "probability": 100 }, - { "name": "Cow", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9e889357-16df-4213-bc1e-e19a942f58ad", - "name": "Spawner (111)", - "location": [5818, 3876, 18], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a02dc119-74bf-4864-92ab-94c29aefc6be", - "name": "Spawner (111)", - "location": [5490, 3071, 15], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 2, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a268bfc5-82da-4d3a-aac5-ca114f7f2c9a", - "name": "Spawner (111)", - "location": [5920, 3675, 12], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a2e8331c-2368-4014-ba4c-afa7e63c86e3", - "name": "Spawner (111)", - "location": [5820, 3675, 0], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a43ee478-1a1b-4c04-85b9-0c9fe436e7db", - "name": "Spawner (111)", - "location": [5521, 3875, -1], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a49e3c21-9ea2-426f-a94d-f36324e96751", - "name": "Spawner (111)", - "location": [5351, 3401, 30], - "map": "Trammel", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 6, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 6, "probability": 100 }, - { "name": "BlackBear", "maxCount": 6, "probability": 100 }, - { "name": "Horse", "maxCount": 4, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 4, "probability": 100 }, - { "name": "Rabbit", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Cougar", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a5dd609e-9369-4d3c-b3e0-2d74ce2d204a", - "name": "Spawner (111)", - "location": [5919, 3875, 16], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a91547bb-7e0f-4518-92f8-dbaadb86bdfb", - "name": "Spawner (111)", - "location": [5819, 3974, 16], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa220a4b-57d9-4b63-b224-bd411a926045", - "name": "Spawner (111)", - "location": [5220, 3664, -1], - "map": "Trammel", - "count": 23, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 25, - "entries": [ - { "name": "BoneKnight", "maxCount": 3, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 3, "probability": 100 }, - { "name": "BoneMagi", "maxCount": 3, "probability": 100 }, - { "name": "Skeleton", "maxCount": 6, "probability": 100 }, - { "name": "Wraith", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa8093ad-4207-4986-9724-1fae5cf6e257", - "name": "Spawner (111)", - "location": [5501, 2361, 27], - "map": "Trammel", - "count": 30, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 75, - "entries": [ - { "name": "IceSerpent", "maxCount": 4, "probability": 100 }, - { "name": "IceSnake", "maxCount": 8, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 4, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 5, "probability": 100 }, - { "name": "Walrus", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa842995-ea24-4be7-9594-6632e33971c3", - "name": "Spawner (111)", - "location": [5967, 2370, 44], - "map": "Trammel", - "count": 26, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 75, - "entries": [ - { "name": "IceSerpent", "maxCount": 6, "probability": 100 }, - { "name": "IceSnake", "maxCount": 4, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 4, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "abd01cf8-e978-4a3b-9368-8004894052df", - "name": "Spawner (111)", - "location": [5729, 2767, -1], - "map": "Trammel", - "count": 14, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 70, - "entries": [ - { "name": "StoneGargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Wyvern", "maxCount": 3, "probability": 100 }, - { "name": "Mummy", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "abe4fbf3-2c4d-4e8d-be6c-d1fda9d7bab6", - "name": "Spawner (111)", - "location": [5367, 4003, 19], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Mongbat", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ad3477fd-221f-4a59-ba0d-e120e09a9146", - "name": "Spawner (111)", - "location": [5721, 3975, 21], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "afb0dc5f-fdc5-441a-a5dc-288767a16e69", - "name": "Spawner (111)", - "location": [6022, 3773, 18], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b0213ce1-2ab9-4aa0-899c-8a9c5aed26f7", - "name": "Spawner (111)", - "location": [5523, 3676, 45], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b100d6ba-9d60-4454-9657-4b4b5a84b528", - "name": "Spawner (111)", - "location": [5918, 3975, 1], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b3d1dec7-ad92-4678-926f-6addcb325ebc", - "name": "Spawner (111)", - "location": [5967, 2370, 44], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 75, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b5a3d231-4dca-41de-92e9-8f8eb2e23cf9", - "name": "Spawner (111)", - "location": [5351, 2359, 0], - "map": "Trammel", - "count": 29, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 75, - "entries": [ - { "name": "IceSerpent", "maxCount": 4, "probability": 100 }, - { "name": "IceSnake", "maxCount": 7, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 4, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 5, "probability": 100 }, - { "name": "Walrus", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b606b627-c425-445c-9bc1-0e8e0a502c0d", - "name": "Spawner (111)", - "location": [5446, 3074, 3], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 2, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b614a58d-1a96-4cc1-b136-30bc2ee50291", - "name": "Spawner (111)", - "location": [5721, 3675, 22], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b7087528-b615-4aba-8544-e4904472600f", - "name": "Spawner (111)", - "location": [5818, 3876, 18], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b7df3e65-2706-4ad9-89e4-20e50c6f83ba", - "name": "Spawner (111)", - "location": [5764, 2585, -4], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 75, - "entries": [ - { "name": "Imp", "maxCount": 2, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b9afd457-3945-403c-a0de-fb2b0ab73b8e", - "name": "Spawner (111)", - "location": [5819, 3974, 16], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b9dfdd93-a5e2-4db4-b98c-9da90a65101f", - "name": "Spawner (111)", - "location": [5985, 3441, 17], - "map": "Trammel", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 90, - "entries": [ - { "name": "GiantToad", "maxCount": 8, "probability": 100 }, - { "name": "SwampDragon", "maxCount": 5, "probability": 100 }, - { "name": "GiantRat", "maxCount": 12, "probability": 100 }, - { "name": "Alligator", "maxCount": 12, "probability": 100 }, - { "name": "SewerRat", "maxCount": 11, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bbd8cc70-dbcc-477c-bbe3-9865e30453da", - "name": "Spawner (111)", - "location": [5521, 3775, 8], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf87c030-7319-45ba-bf07-e086dda7f7f3", - "name": "Spawner (111)", - "location": [5985, 3441, 17], - "map": "Trammel", - "count": 36, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 90, - "entries": [ - { "name": "BullFrog", "maxCount": 15, "probability": 100 }, - { "name": "SwampTentacle", "maxCount": 5, "probability": 100 }, - { "name": "Bogling", "maxCount": 13, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c07ac1f6-f0bd-483f-ac86-db1e8cc1914f", - "name": "Spawner (111)", - "location": [5623, 3676, -3], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c142b48f-bf5a-4953-9af2-8f72be636600", - "name": "Spawner (111)", - "location": [6091, 2379, 25], - "map": "Trammel", - "count": 28, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 60, - "entries": [ - { "name": "IceSerpent", "maxCount": 6, "probability": 100 }, - { "name": "IceSnake", "maxCount": 10, "probability": 100 }, - { "name": "SnowElemental", "maxCount": 3, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 3, "probability": 100 }, - { "name": "Walrus", "maxCount": 3, "probability": 100 }, - { "name": "PolarBear", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c339abe3-345c-4881-aa87-f0c360517450", - "name": "Spawner (111)", - "location": [5624, 3975, -3], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c4ea0559-6a74-406b-a53a-aa0aa9338d4d", - "name": "Spawner (111)", - "location": [5478, 3587, 3], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c6882bff-77fb-4555-8369-c948185411a3", - "name": "Spawner (111)", - "location": [5467, 3078, -3], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 2, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c8d068d0-cdb5-4976-a3af-bff4443a1e0c", - "name": "Spawner (111)", - "location": [5440, 3292, -4], - "map": "Trammel", - "count": 21, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 56, - "walkingRange": 62, - "entries": [ - { "name": "Gorilla", "maxCount": 5, "probability": 100 }, - { "name": "Panther", "maxCount": 5, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "caf23365-239f-47ea-a5df-e469a64d10f9", - "name": "Spawner (111)", - "location": [5371, 3820, -2], - "map": "Trammel", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 20, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 20, "probability": 100 }, - { "name": "Bird", "maxCount": 15, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 }, - { "name": "Hind", "maxCount": 4, "probability": 100 }, - { "name": "Llama", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cbf0e551-7d26-4227-b14e-9ae59fbfafd1", - "name": "Spawner (111)", - "location": [6022, 3971, 17], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ce64bca0-53f1-4f9a-a4ff-2da36a7bdcb6", - "name": "Spawner (111)", - "location": [5621, 3775, 2], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cefa6e21-5391-467f-818c-5da5eb3ab833", - "name": "Spawner (111)", - "location": [5457, 2651, 45], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "StoneGargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Wyvern", "maxCount": 6, "probability": 100 }, - { "name": "Mummy", "maxCount": 4, "probability": 100 }, - { "name": "Ettin", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d055b36c-22ea-42c2-b862-493a9a0ba34e", - "name": "Spawner (111)", - "location": [5621, 3775, 2], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d0844af0-b9fd-4500-8751-8d4e0f913ee2", - "name": "Spawner (111)", - "location": [6022, 3971, 17], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d463133b-6448-4ead-95a3-6cbfe8ce50cd", - "name": "Spawner (111)", - "location": [6022, 2874, 16], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d5989a1c-98df-44fd-8c77-1fecf310a3d2", - "name": "Spawner (111)", - "location": [5367, 4003, 19], - "map": "Trammel", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 20, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 20, "probability": 100 }, - { "name": "Bird", "maxCount": 15, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 }, - { "name": "Hind", "maxCount": 4, "probability": 100 }, - { "name": "Llama", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d89f6fd3-bc3e-4d39-a5b2-6d0b186d2a44", - "name": "Spawner (111)", - "location": [5820, 3775, 48], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d9cb57aa-0183-4149-af6b-a47499a2ff72", - "name": "Spawner (111)", - "location": [5250, 3449, 16], - "map": "Trammel", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Horse", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 4, "probability": 100 }, - { "name": "Hind", "maxCount": 16, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "db56d1fb-cd8c-4a7d-a029-1170f3bd78dc", - "name": "Spawner (111)", - "location": [5721, 3675, 22], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "db7d0ea8-885d-460c-95dc-08a5870b6b32", - "name": "Spawner (111)", - "location": [5371, 3820, -2], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Mongbat", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd4ffdc9-a292-4a4b-a765-1f3a1ec0e9c4", - "name": "Spawner (111)", - "location": [5623, 3676, -3], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd535de1-dc4b-46a9-9018-feedf4c80edb", - "name": "Spawner (111)", - "location": [5200, 3895, 2], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df38e40e-4233-447c-9faa-0eda376e975d", - "name": "Spawner (111)", - "location": [5521, 3775, 8], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e1308141-2a7f-45ea-8514-38453ba30742", - "name": "Spawner (111)", - "location": [5520, 3939, 42], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "ForestOstard", "maxCount": 3, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e23f7c11-dffc-4ba8-bae8-af7acae97635", - "name": "Spawner (111)", - "location": [5818, 3876, 18], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e30e600c-0ae2-4521-8721-ec8a952f47b4", - "name": "Spawner (111)", - "location": [6018, 3673, 18], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e44775de-291a-43dd-9103-11c3a2063c7c", - "name": "Spawner (111)", - "location": [5408, 3077, 16], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 2, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e58b638c-9203-4d48-925a-0129f612fae4", - "name": "Spawner (111)", - "location": [5466, 4005, -1], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Mongbat", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e64232f7-0ccb-4c81-9a36-0c96fdd8e00a", - "name": "Spawner (111)", - "location": [5721, 3975, 21], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e6f3017b-f7d2-4957-8de4-c415f99c7a6c", - "name": "Spawner (111)", - "location": [6018, 3673, 18], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ea9eae49-ae57-49b2-8a41-c956d8e8aafe", - "name": "Spawner (111)", - "location": [5521, 3875, -1], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rat", "maxCount": 1, "probability": 100 }, - { "name": "Ratman", "maxCount": 1, "probability": 100 }, - { "name": "Reaper", "maxCount": 1, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ebb689ed-d6b6-4395-b26b-ef1fecd26093", - "name": "Spawner (111)", - "location": [6022, 3971, 17], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec1caee7-0d96-49ac-8b1f-f759b03efdf8", - "name": "Spawner (111)", - "location": [5818, 3876, 18], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 1, "probability": 100 }, - { "name": "ForestOstard", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec56459e-8667-4086-8068-699bbe693b8d", - "name": "Spawner (111)", - "location": [5520, 2890, 33], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "StoneGargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Wyvern", "maxCount": 4, "probability": 100 }, - { "name": "Mummy", "maxCount": 2, "probability": 100 }, - { "name": "Ettin", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ef5cab61-3a77-4439-9342-d0834b31b96a", - "name": "Spawner (111)", - "location": [5520, 2890, 33], - "map": "Trammel", - "count": 37, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Imp", "maxCount": 10, "probability": 100 }, - { "name": "Scorpion", "maxCount": 10, "probability": 100 }, - { "name": "DesertOstard", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 4, "probability": 100 }, - { "name": "StoneHarpy", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "efc4c627-fca8-4e56-ae35-f66d3552c8bd", - "name": "Spawner (111)", - "location": [5457, 2651, 45], - "map": "Trammel", - "count": 54, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Imp", "maxCount": 15, "probability": 100 }, - { "name": "Scorpion", "maxCount": 15, "probability": 100 }, - { "name": "DesertOstard", "maxCount": 6, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 6, "probability": 100 }, - { "name": "StoneHarpy", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f10cdd8b-b8ea-44ad-9b02-9bb147f5c85d", - "name": "Spawner (111)", - "location": [5919, 3875, 16], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Gazer", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Harpy", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Mongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f4d538e7-9d37-4707-81ff-db9eef73be4e", - "name": "Spawner (111)", - "location": [5920, 3675, 12], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f6e752bd-6e0e-4436-9b9e-7598b356993b", - "name": "Spawner (111)", - "location": [5501, 2361, 27], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 75, - "entries": [ - { "name": "PolarBear", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f77b4431-b6bf-47bc-9353-1ed0fa25dc0e", - "name": "Spawner (111)", - "location": [5368, 3887, 0], - "map": "Trammel", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Rabbit", "maxCount": 20, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 20, "probability": 100 }, - { "name": "Bird", "maxCount": 15, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 }, - { "name": "Hind", "maxCount": 4, "probability": 100 }, - { "name": "Llama", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f8909944-1483-4ba8-9387-6706bbf6aa41", - "name": "Spawner (111)", - "location": [5711, 2494, 46], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Imp", "maxCount": 3, "probability": 100 }, - { "name": "Scorpion", "maxCount": 3, "probability": 100 }, - { "name": "DesertOstard", "maxCount": 1, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 2, "probability": 100 }, - { "name": "Wyvern", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fa8905ce-91db-4d17-92c1-ae5b04738dea", - "name": "Spawner (111)", - "location": [5722, 3776, 32], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fd0e2342-a6e7-4b41-acb2-8d0d6f316062", - "name": "Spawner (111)", - "location": [6022, 3773, 18], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fdde56d8-75b8-4488-8f25-3768fe5b8b14", - "name": "Spawner (111)", - "location": [5721, 3975, 21], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "BrownBear", "maxCount": 3, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 3, "probability": 100 }, - { "name": "BlackBear", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 }, - { "name": "RidableLlama", "maxCount": 2, "probability": 100 }, - { "name": "Rabbit", "maxCount": 2, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 2, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fe198cdf-57f9-40d8-8878-de34a8c84298", - "name": "Spawner (111)", - "location": [5212, 3619, 0], - "map": "Trammel", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "SavageRider", "maxCount": 3, "probability": 100 }, - { "name": "Savage", "maxCount": 9, "probability": 100 }, - { "name": "SavageShaman", "maxCount": 3, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/OrcCaves.json b/Distribution/Data/Spawns/shared/trammel/OrcCaves.json deleted file mode 100644 index dec261b24..000000000 --- a/Distribution/Data/Spawns/shared/trammel/OrcCaves.json +++ /dev/null @@ -1,322 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0076bc53-87a0-493c-9251-8b689c0aac25", - "name": "Spawner (112)", - "location": [5354, 1332, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "OrcCaptain", "maxCount": 1, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 1, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 1, "probability": 100 }, - { "name": "OrcBomber", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "02f05175-47b3-49ce-adfd-6838f0bb93a7", - "name": "Spawner (112)", - "location": [5331, 1346, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "DireWolf", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "03496f57-4e3d-4a83-a12c-8ee3523f4efb", - "name": "Spawner (112)", - "location": [5348, 2011, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "OrcBomber", "maxCount": 1, "probability": 100 }, - { "name": "EarthElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "04dd6b85-c84e-49e1-8e6a-fbea6734f30b", - "name": "Spawner (112)", - "location": [5153, 1971, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Orc", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "17e3d0fd-73d1-435c-9d32-ea6716977e80", - "name": "Spawner (112)", - "location": [5308, 1372, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Noble", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "20658391-8218-48bd-bdab-fd04bbafad31", - "name": "Spawner (112)", - "location": [5141, 1968, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "OrcCaptain", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "264b83e9-092d-4d4b-9dac-8f717b8a21a6", - "name": "Spawner (112)", - "location": [5153, 1961, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "DireWolf", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "434454b5-2093-4125-8b2c-59c57d6bd98b", - "name": "Spawner (112)", - "location": [5292, 1316, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Corpser", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "48b68bf1-d9b1-4fac-af9e-9c51c90fe891", - "name": "Spawner (112)", - "location": [5302, 1355, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 12, - "entries": [ - { "name": "OrcishLord", "maxCount": 1, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4abbaeaf-4d90-4eef-bca1-55bbc1b0b631", - "name": "Spawner (112)", - "location": [5144, 1960, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "OrcishLord", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "646f189b-b834-4e7d-9e96-dc8b5d71412d", - "name": "Spawner (112)", - "location": [5300, 1314, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 10, - "entries": [ - { "name": "Orc", "maxCount": 3, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 1, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d6544ae-63b4-4c8b-8be3-7b52b505f7f9", - "name": "Spawner (112)", - "location": [5317, 1309, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "OrcishLord", "maxCount": 1, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 2, "probability": 100 }, - { "name": "OrcBomber", "maxCount": 1, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c13bf083-3691-486a-b5af-7779a398b1f8", - "name": "Spawner (112)", - "location": [5308, 2005, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "OrcBrute", "maxCount": 1, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c343a444-ed8b-4bc7-9c5f-4ac06bcb18f8", - "name": "Spawner (112)", - "location": [5332, 1365, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd4b9397-58f2-42bf-ac91-033ad8396eda", - "name": "Spawner (112)", - "location": [5146, 1995, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Orc", "maxCount": 1, "probability": 100 }, - { "name": "OrcCaptain", "maxCount": 1, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "def6d26d-288a-4659-9ccc-b7556ba93dfe", - "name": "Spawner (112)", - "location": [5281, 2029, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ebff4db1-6752-4457-b629-109818ec0294", - "name": "Spawner (112)", - "location": [5356, 1304, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 10, - "entries": [ - { "name": "OrcBomber", "maxCount": 1, "probability": 100 }, - { "name": "OrcCaptain", "maxCount": 1, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f128f5b2-ca75-465f-87b2-d5bbf8c933cf", - "name": "Spawner (112)", - "location": [5316, 1332, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "GiantRat", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f769344d-9b4e-4573-b61a-5d1e4d66361d", - "name": "Spawner (112)", - "location": [5310, 1969, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "OrcBomber", "maxCount": 2, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/Outdoors.json b/Distribution/Data/Spawns/shared/trammel/Outdoors.json deleted file mode 100644 index fc60ca7bb..000000000 --- a/Distribution/Data/Spawns/shared/trammel/Outdoors.json +++ /dev/null @@ -1,8616 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0042c352-ea0e-4d42-860c-5f3462b43c61", - "name": "Spawner (113)", - "location": [893, 1861, 0], - "map": "Trammel", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "00b85da5-f02c-4ddb-88c0-11c677a799c1", - "name": "Spawner (113)", - "location": [1037, 1325, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "00f29d73-3ef1-4c12-bdd7-ff19293fecef", - "name": "Spawner (113)", - "location": [854, 1686, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "Brigand", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "02eea69a-a67a-4244-b57d-d32b4d80510c", - "name": "Spawner (113)", - "location": [1833, 1245, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "03369351-f3c2-4651-907d-2e9ec6fcfb6b", - "name": "Spawner (113)", - "location": [837, 361, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "Ratman", "maxCount": 8, "probability": 100 }, - { "name": "Reaper", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "034b0848-3841-4c7a-befa-b47a3c32c96a", - "name": "Spawner (113)", - "location": [2184, 1376, 0], - "map": "Trammel", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "SavageShaman", "maxCount": 1, "probability": 100 }, - { "name": "Savage", "maxCount": 3, "probability": 100 }, - { "name": "SavageRider", "maxCount": 2, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 3, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "03d53510-89c6-400b-84cc-058b3a747a9f", - "name": "Spawner (113)", - "location": [2326, 656, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Ghoul", "maxCount": 8, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "03e8ed27-82da-4ecf-8d02-126f4b8bc35d", - "name": "Spawner (113)", - "location": [1875, 906, 7], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "04e28c4b-9b75-46a7-b932-3ce92bcc7d85", - "name": "Spawner (113)", - "location": [1158, 2872, 0], - "map": "Trammel", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 130, - "walkingRange": 130, - "entries": [ - { "name": "AcidElemental", "maxCount": 24, "probability": 100 }, - { "name": "Alligator", "maxCount": 24, "probability": 100 }, - { "name": "BogThing", "maxCount": 24, "probability": 100 }, - { "name": "Bogling", "maxCount": 24, "probability": 100 }, - { "name": "Corpser", "maxCount": 24, "probability": 100 }, - { "name": "GiantRat", "maxCount": 24, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 24, "probability": 100 }, - { "name": "Lizardman", "maxCount": 23, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 23, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 23, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 23, "probability": 100 }, - { "name": "Ratman", "maxCount": 23, "probability": 100 }, - { "name": "SewerRat", "maxCount": 23, "probability": 100 }, - { "name": "Snake", "maxCount": 23, "probability": 100 }, - { "name": "Wisp", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "056a5d12-e5e6-4906-9fe1-5e8fb605cfb7", - "name": "Spawner (113)", - "location": [1894, 197, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "056b2cc1-56cd-45e3-bae8-a8749a1ddc06", - "name": "Spawner (113)", - "location": [2438, 3914, 0], - "map": "Trammel", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 8, "probability": 100 }, - { "name": "Snake", "maxCount": 8, "probability": 100 }, - { "name": "Wisp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "066c7e0c-e833-422b-9eab-6ce558dba618", - "name": "Spawner (113)", - "location": [839, 406, 0], - "map": "Trammel", - "count": 2, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "079a77cb-460d-4537-bd99-7ffe833a7648", - "name": "Spawner (113)", - "location": [1141, 2959, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Savage", "maxCount": 2, "probability": 100 }, - { "name": "SavageRider", "maxCount": 1, "probability": 100 }, - { "name": "SavageShaman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "081de1cf-9c2c-4ac8-9b21-ba2593487543", - "name": "Spawner (113)", - "location": [4493, 1364, 23], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "GiantSerpent", "maxCount": 1, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 1, "probability": 100 }, - { "name": "Boar", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "Hind", "maxCount": 1, "probability": 100 }, - { "name": "Llama", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "08534eb5-4011-42d7-9006-169b3d002ca1", - "name": "Spawner (113)", - "location": [1304, 1413, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "087f6b77-2393-4dac-8543-50a14a7ae6f1", - "name": "Spawner (113)", - "location": [182, 1428, 0], - "map": "Trammel", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "08b4da27-33a7-4cfa-be11-f0eca92c6aa2", - "name": "Spawner (113)", - "location": [1890, 2270, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "090b4a9b-ed1e-4276-94db-cf708d34f9d6", - "name": "Spawner (113)", - "location": [1110, 2672, 0], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "HeadlessOne", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "OrcCaptain", "maxCount": 1, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 2, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "09a60df9-a7f8-4964-9e24-dc43558b7c96", - "name": "Spawner (113)", - "location": [2091, 3413, 0], - "map": "Trammel", - "count": 60, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 10, "probability": 100 }, - { "name": "Gorilla", "maxCount": 10, "probability": 100 }, - { "name": "TropicalBird", "maxCount": 10, "probability": 100 }, - { "name": "WhippingVine", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0ada6680-a6f8-4468-a941-912dbef13276", - "name": "Spawner (113)", - "location": [1435, 1917, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0b3c0d48-b7c1-4282-8233-b5bef002ab2a", - "name": "Spawner (113)", - "location": [2067, 989, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0d68cd11-ae7b-45c4-944a-6e58a6e65684", - "name": "Spawner (113)", - "location": [4519, 1358, 23], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 15, - "entries": [ - { "name": "Alligator", "maxCount": 1, "probability": 100 }, - { "name": "BullFrog", "maxCount": 1, "probability": 100 }, - { "name": "Gorilla", "maxCount": 1, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 1, "probability": 100 }, - { "name": "GiantToad", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0dea7015-1783-4b93-9ded-b5b52be021cb", - "name": "Spawner (113)", - "location": [1915, 3050, 15], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0e2c18bc-c2c6-4a16-bda2-1d4bd4d5574d", - "name": "Spawner (113)", - "location": [1244, 1374, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0eab19f2-96ae-41b9-a0d7-5dc82506af6a", - "name": "Spawner (113)", - "location": [1908, 214, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0ed841ed-3e0c-4c9a-aef2-1952720a260b", - "name": "Spawner (113)", - "location": [1838, 957, -1], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0efa850b-b21d-4835-a4ff-08015747427a", - "name": "Spawner (113)", - "location": [2533, 240, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f87b3cc-3bec-4233-a193-faf5d766c8b1", - "name": "Spawner (113)", - "location": [1640, 1431, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "10cf4b5b-9477-402b-ac6c-57245b73756c", - "name": "Spawner (113)", - "location": [2328, 67, 0], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 9, "probability": 100 }, - { "name": "Lizardman", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Skeleton", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 }, - { "name": "Zombie", "maxCount": 9, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "10e3df7f-ffc8-4bd7-a216-0689f4decabc", - "name": "Spawner (113)", - "location": [1541, 1895, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "10f682e2-a5bd-42f8-b228-ae66d1a9a4c5", - "name": "Spawner (113)", - "location": [2485, 191, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "11dcec12-bab6-4595-aa20-ef64eb749c0e", - "name": "Spawner (113)", - "location": [1947, 912, -1], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12e72748-84ff-4d28-bfbe-39b7d5232ceb", - "name": "Spawner (113)", - "location": [4519, 3097, 0], - "map": "Trammel", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12e896ea-da73-4645-a010-70d1cf7145c8", - "name": "Spawner (113)", - "location": [2428, 722, 8], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Ghoul", "maxCount": 8, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1365e61d-0ffa-43f0-b926-45316a2a8048", - "name": "Spawner (113)", - "location": [2021, 2313, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "13ea30a4-a229-4926-8cc6-45d85d3680e2", - "name": "Spawner (113)", - "location": [4456, 1405, 8], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TimberWolf", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "15701d78-3752-44f6-b158-ddca2746390e", - "name": "Spawner (113)", - "location": [1059, 1166, 5], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "15f17b62-41e8-4db8-a62f-eb04db9c7606", - "name": "Spawner (113)", - "location": [1826, 2250, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "16d441e6-2418-4ffb-97c8-6c1b05f6d1a4", - "name": "Spawner (113)", - "location": [1636, 532, 22], - "map": "Trammel", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "17b36c45-5c86-4ede-8d59-8c9031e72a79", - "name": "Spawner (113)", - "location": [1872, 1347, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "17f64e17-61cb-4e36-aaa9-8f0f94218781", - "name": "Spawner (113)", - "location": [1877, 1515, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1812fd23-b8b5-4af6-b601-b12e3acd5de3", - "name": "Spawner (113)", - "location": [2069, 1028, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "193a49e9-ea5c-40f5-8118-d7f369008887", - "name": "Spawner (113)", - "location": [3963, 508, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "198d8d75-87a7-4c77-abc3-c45fb558825b", - "name": "Spawner (113)", - "location": [3446, 213, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1a5702d5-741d-4142-876f-f5446948c3ce", - "name": "Spawner (113)", - "location": [899, 1851, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ghoul", "maxCount": 7, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1aebb4f5-9b3c-42b8-bb18-77dc7b26b98f", - "name": "Spawner (113)", - "location": [971, 1308, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 6, "probability": 100 }, - { "name": "Gazer", "maxCount": 6, "probability": 100 }, - { "name": "Harpy", "maxCount": 6, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 6, "probability": 100 }, - { "name": "Ogre", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1af8afa4-3937-4745-9a39-4fb67f03f640", - "name": "Spawner (113)", - "location": [1887, 591, 0], - "map": "Trammel", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1b36b219-b882-4af5-a52b-5097ee26680f", - "name": "Spawner (113)", - "location": [2103, 3371, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1b3fe9d8-e194-42e9-8316-aa67a21b887d", - "name": "Spawner (113)", - "location": [1312, 613, 10], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1c19f0de-4a64-471b-b656-9eb3d7a7d09e", - "name": "Spawner (113)", - "location": [4552, 1447, 10], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1c790a35-f7b6-4ee1-8d94-4e6076f94ed3", - "name": "Spawner (113)", - "location": [1064, 2488, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1c9e3733-5669-4f75-85fb-0d024e01cdb5", - "name": "Spawner (113)", - "location": [2080, 400, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1cab8e17-97d9-4873-8f47-b79eb03e8038", - "name": "Spawner (113)", - "location": [269, 1474, 0], - "map": "Trammel", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1ce82610-b4ea-41c1-abc5-e2bbce8dfa46", - "name": "Spawner (113)", - "location": [2095, 2352, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1ec3e3a0-8c69-4620-8e2c-7f6b2d550787", - "name": "Spawner (113)", - "location": [1145, 2231, 20], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Daemon", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1f1a08a0-b47a-4299-8733-94a2923e3d42", - "name": "Spawner (113)", - "location": [965, 757, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 960, "y": 752, "z": -128 }, - "end": { "x": 970, "y": 762, "z": 15 } - }, - "walkingRange": 10, - "entries": [ - { "name": "Skeleton", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1f66d1ea-1745-45de-bbd3-bbf8032b53bc", - "name": "Spawner (113)", - "location": [2093, 147, 3], - "map": "Trammel", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1f952e99-08cc-47bb-a84e-b814533856ba", - "name": "Spawner (113)", - "location": [2379, 654, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Ghoul", "maxCount": 8, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1fd94ac8-c5bb-4bcf-8ce9-511bd67357ce", - "name": "Spawner (113)", - "location": [4455, 1358, 10], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TimberWolf", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "20d0534e-aa34-4f34-9615-5e37cb005052", - "name": "Spawner (113)", - "location": [1017, 826, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2169b133-512b-45c3-aead-50a931bd972a", - "name": "Spawner (113)", - "location": [955, 707, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 947, "y": 699, "z": -128 }, - "end": { "x": 963, "y": 715, "z": 15 } - }, - "walkingRange": 12, - "entries": [ - { "name": "Wraith", "maxCount": 4, "probability": 100 }, - { "name": "Shade", "maxCount": 4, "probability": 100 }, - { "name": "Spectre", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2310c1b9-bc6e-4752-be08-751194837081", - "name": "Spawner (113)", - "location": [2429, 690, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Ghoul", "maxCount": 8, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "249b097d-dd14-4d6b-9ddf-f29eea89a011", - "name": "Spawner (113)", - "location": [2058, 87, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "24cd546e-c1a8-4e63-9a2f-a10e04391e45", - "name": "Spawner (113)", - "location": [480, 1641, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Gazer", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "24d72ad1-069e-480c-93db-58654afde815", - "name": "Spawner (113)", - "location": [1037, 1325, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 6, "probability": 100 }, - { "name": "Gazer", "maxCount": 6, "probability": 100 }, - { "name": "Harpy", "maxCount": 6, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 6, "probability": 100 }, - { "name": "Ogre", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "26e6a133-1816-47f1-af9a-c65e04e37cf8", - "name": "Spawner (113)", - "location": [516, 1585, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Gazer", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "27db6adc-96c4-4afd-987f-269fccd23635", - "name": "Spawner (113)", - "location": [4550, 1409, 8], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "28aa4986-a824-4960-b415-73d72a3c2c6b", - "name": "Spawner (113)", - "location": [2369, 3430, 3], - "map": "Trammel", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 8, "probability": 100 }, - { "name": "Snake", "maxCount": 8, "probability": 100 }, - { "name": "Wisp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "28cd7bd8-2a62-421d-8a48-3409ae908a33", - "name": "Spawner (113)", - "location": [2109, 109, 3], - "map": "Trammel", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2acf5f1c-d200-4621-9cbf-9d013a9e553b", - "name": "Spawner (113)", - "location": [2549, 86, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2b1d17be-9b13-46ea-88ff-89d1c0ddfa18", - "name": "Spawner (113)", - "location": [960, 910, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2ba259c9-3aba-4651-a0f8-9fb5ad4c203b", - "name": "Spawner (113)", - "location": [1652, 1400, 0], - "map": "Trammel", - "count": 4, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gargoyle", "maxCount": 4, "probability": 100 }, - { "name": "Gazer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2bac5389-5a5b-45a2-bcad-03e258bcbf5c", - "name": "Spawner (113)", - "location": [2013, 839, -1], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2c184c7e-21c7-46f1-b437-5e4e9091f0b9", - "name": "Spawner (113)", - "location": [2048, 1066, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2c1c9bf1-535e-4e13-a6ab-714d3439cd95", - "name": "Spawner (113)", - "location": [2089, 3017, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2d65bd05-bec9-44cc-8027-564ab2597d52", - "name": "Spawner (113)", - "location": [2345, 676, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Ghoul", "maxCount": 8, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2df0361e-29e1-454f-970b-3e153ff01794", - "name": "Spawner (113)", - "location": [2503, 3593, 3], - "map": "Trammel", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 8, "probability": 100 }, - { "name": "Snake", "maxCount": 8, "probability": 100 }, - { "name": "Wisp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2dfe455c-76ff-4ce4-84dc-46d1c84ad63f", - "name": "Spawner (113)", - "location": [4153, 601, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2e53312f-8367-4864-b655-db9b4b3b652d", - "name": "Spawner (113)", - "location": [3024, 3566, 15], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 7, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Mongbat", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Snake", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2ecfe434-8acd-4f36-b873-626fd9337937", - "name": "Spawner (113)", - "location": [1042, 1024, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2f05dbd6-1d96-4f1c-ad4e-7808de1dcbe0", - "name": "Spawner (113)", - "location": [2113, 221, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "30a11e6d-014f-427b-a461-63d0653fa3b8", - "name": "Spawner (113)", - "location": [1827, 3429, 10], - "map": "Trammel", - "count": 60, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 10, "probability": 100 }, - { "name": "Gorilla", "maxCount": 10, "probability": 100 }, - { "name": "TropicalBird", "maxCount": 10, "probability": 100 }, - { "name": "WhippingVine", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "30b6c30f-49a6-4cc7-ae52-78107281393a", - "name": "Spawner (113)", - "location": [1726, 1362, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "313bfee9-788e-4860-8506-48c6e3a2c9b9", - "name": "Spawner (113)", - "location": [1837, 2334, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "32e86bfa-a1f9-4b2e-bf35-9c83335710a9", - "name": "Spawner (113)", - "location": [1631, 650, 16], - "map": "Trammel", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3366bb0e-f7cf-475b-968a-25da2580d36b", - "name": "Spawner (113)", - "location": [4607, 3480, 29], - "map": "Trammel", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "33d5a886-8aea-47d2-910d-067fdacd1def", - "name": "Spawner (113)", - "location": [4493, 1364, 23], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "Horse", "maxCount": 1, "probability": 100 }, - { "name": "Rat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3415104e-2a61-4225-9d64-be6609276576", - "name": "Spawner (113)", - "location": [1083, 783, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "36b8e938-4f69-4df8-a64b-6bb43c48bbb8", - "name": "Spawner (113)", - "location": [141, 1367, 0], - "map": "Trammel", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "36d83036-0fe8-4652-aecd-8f1dbe8a1388", - "name": "Spawner (113)", - "location": [821, 1938, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ghoul", "maxCount": 7, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "372bf2eb-9738-4465-8da3-64c980dfc01e", - "name": "Spawner (113)", - "location": [1640, 1431, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37715bfb-2a0c-45ac-b416-45a3c3302b42", - "name": "Spawner (113)", - "location": [2345, 112, 0], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 9, "probability": 100 }, - { "name": "Lizardman", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Skeleton", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 }, - { "name": "Zombie", "maxCount": 9, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37b5c086-ef17-49b8-ad0b-125ec80df443", - "name": "Spawner (113)", - "location": [2077, 434, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "387b8a0f-f657-418e-a8a4-0713e3bf18bb", - "name": "Spawner (113)", - "location": [2034, 46, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "38e273a0-f54c-4f47-a468-379b40ac1fe2", - "name": "Spawner (113)", - "location": [1787, 1280, 0], - "map": "Trammel", - "count": 4, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gargoyle", "maxCount": 4, "probability": 100 }, - { "name": "Gazer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3947c59c-9e6f-44fb-938f-d1770f47b622", - "name": "Spawner (113)", - "location": [423, 1595, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 5, "probability": 100 }, - { "name": "DireWolf", "maxCount": 5, "probability": 100 }, - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Reaper", "maxCount": 5, "probability": 100 }, - { "name": "Skeleton", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "39d7b2f6-d423-4d6c-8068-985bbd4865ef", - "name": "Spawner (113)", - "location": [3327, 344, 4], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3a546dd6-47b1-48e5-ba06-a2c594caa9b2", - "name": "Spawner (113)", - "location": [841, 344, 0], - "map": "Trammel", - "count": 2, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3a7de24f-2da7-4229-8f6f-fbaf1adcecdd", - "name": "Spawner (113)", - "location": [541, 1645, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Gazer", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3ad1ac6d-989f-4590-8d0e-0b1894c5c216", - "name": "Spawner (113)", - "location": [1479, 2094, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3c00f933-5883-4c21-aac6-0e9cb9565b56", - "name": "Spawner (113)", - "location": [1534, 1941, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3cfc616f-5f47-49de-88e6-0aea4dcd0fa6", - "name": "Spawner (113)", - "location": [1473, 229, 22], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3d0cd619-9e1a-4d4e-a3d1-2af50eea591e", - "name": "Spawner (113)", - "location": [1042, 1920, 0], - "map": "Trammel", - "count": 9, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Lizardman", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Skeleton", "maxCount": 9, "probability": 100 }, - { "name": "Spectre", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3d38fbcb-a573-405a-94cd-1cda898164a1", - "name": "Spawner (113)", - "location": [1931, 3205, 0], - "map": "Trammel", - "count": 60, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 10, "probability": 100 }, - { "name": "Gorilla", "maxCount": 10, "probability": 100 }, - { "name": "TropicalBird", "maxCount": 10, "probability": 100 }, - { "name": "WhippingVine", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3d8ac8b6-9e7c-42d8-8dc5-bc38d61e535b", - "name": "Spawner (113)", - "location": [1325, 1071, 0], - "map": "Trammel", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Troll", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3d956977-3c38-429d-bf32-32968f930d34", - "name": "Spawner (113)", - "location": [4506, 1358, 23], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "DireWolf", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "Panther", "maxCount": 1, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 1, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3db40c33-f93d-4707-a22e-b56e2170744f", - "name": "Spawner (113)", - "location": [2035, 1018, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3dc3563c-c729-4217-b57b-535caa81fdb2", - "name": "Spawner (113)", - "location": [1504, 2007, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e3414ca-ff05-479b-ab44-3dd7f6c46470", - "name": "Spawner (113)", - "location": [4729, 3485, 0], - "map": "Trammel", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e72e6b3-e644-4850-8a8d-b5586ac9cf55", - "name": "Spawner (113)", - "location": [3172, 700, 8], - "map": "Trammel", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 5, "probability": 100 }, - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e87d826-1451-4347-b6b1-e272bcd135cc", - "name": "Spawner (113)", - "location": [2023, 1052, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e9214fe-1512-458b-8302-1820c027c565", - "name": "Spawner (113)", - "location": [3360, 218, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3ea552d7-eb71-4a77-9508-fd3e69b4870a", - "name": "Spawner (113)", - "location": [2146, 178, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3effe468-2b2d-4d56-952e-9c378e1d9a84", - "name": "Spawner (113)", - "location": [1635, 3253, 0], - "map": "Trammel", - "count": 60, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 10, "probability": 100 }, - { "name": "Gorilla", "maxCount": 10, "probability": 100 }, - { "name": "TropicalBird", "maxCount": 10, "probability": 100 }, - { "name": "WhippingVine", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3fa601f2-2e8d-4170-8c1f-1960889ef12d", - "name": "Spawner (113)", - "location": [1042, 1394, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3fd0a082-52c5-460c-b284-52893bddcc32", - "name": "Spawner (113)", - "location": [1949, 824, -1], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3fd5313b-815f-4ec8-96e1-4ceb46497e78", - "name": "Spawner (113)", - "location": [1986, 1463, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Gazer", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "402644f1-43d6-4f2a-ba97-7f86c9010bed", - "name": "Spawner (113)", - "location": [2520, 3983, 3], - "map": "Trammel", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 8, "probability": 100 }, - { "name": "Snake", "maxCount": 8, "probability": 100 }, - { "name": "Wisp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "40d4b2f8-9cb0-4b8f-b46e-d460c0aba610", - "name": "Spawner (113)", - "location": [1965, 160, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "41cb561e-ed07-4766-a993-ea37d3480d8b", - "name": "Spawner (113)", - "location": [2033, 74, 1], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "41daa032-dfaf-437c-aea8-5ebd5ae28f8d", - "name": "Spawner (113)", - "location": [1530, 999, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4245c498-a5a6-436c-91db-68989f925ce7", - "name": "Spawner (113)", - "location": [1416, 1992, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "457024f7-fdc7-4080-858e-b578a99cc7d5", - "name": "Spawner (113)", - "location": [2549, 136, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "467e3ecc-401c-48d9-b064-f260e6891b6f", - "name": "Spawner (113)", - "location": [1375, 1330, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "47544599-de5d-4da5-9fec-857b970a1ce5", - "name": "Spawner (113)", - "location": [1912, 1283, 0], - "map": "Trammel", - "count": 4, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gargoyle", "maxCount": 4, "probability": 100 }, - { "name": "Gazer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "476be46e-7393-4617-afc5-7d03ce670c16", - "name": "Spawner (113)", - "location": [1812, 1314, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "47abac64-ba65-4d28-8d46-a2b9c6872407", - "name": "Spawner (113)", - "location": [1226, 449, 1], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "482755b3-dd05-4836-8a75-6f71edc3098f", - "name": "Spawner (113)", - "location": [2109, 2989, 30], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "48328575-a500-4ebc-afcd-de93ed7209bc", - "name": "Spawner (113)", - "location": [3013, 3591, 15], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 7, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Mongbat", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Snake", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "483c1680-2f1b-4e6f-9d15-2665c8ac264f", - "name": "Spawner (113)", - "location": [1891, 226, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4848785f-07e3-4e86-b62a-916774bf18e1", - "name": "Spawner (113)", - "location": [947, 418, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 10, "probability": 100 }, - { "name": "DireWolf", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 10, "probability": 100 }, - { "name": "Gazer", "maxCount": 10, "probability": 100 }, - { "name": "Harpy", "maxCount": 10, "probability": 100 }, - { "name": "Lizardman", "maxCount": 10, "probability": 100 }, - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4925ff65-5ca5-4f85-9d9b-6a228d778618", - "name": "Spawner (113)", - "location": [4612, 1418, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "49369990-5bfb-4c5a-b64a-2dddbb892391", - "name": "Spawner (113)", - "location": [4605, 1365, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "49b84769-1509-4e93-8bfb-6f952dc6ba84", - "name": "Spawner (113)", - "location": [1969, 1409, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Gazer", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "49c9739c-a70f-4687-859d-56e5f72d59dc", - "name": "Spawner (113)", - "location": [4206, 471, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b6c7f37-04ff-4f95-9167-8f299dd5ab5f", - "name": "Spawner (113)", - "location": [2548, 1173, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4bbc1a4a-e118-4531-aaae-b7c8ea90206f", - "name": "Spawner (113)", - "location": [2033, 936, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4c9f16f2-a241-42ad-bf26-7fed6e7b0693", - "name": "Spawner (113)", - "location": [617, 1326, 0], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4cb1e2e1-c235-4ea9-ac7a-86497d31fe93", - "name": "Spawner (113)", - "location": [1162, 704, 6], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4cc2ab2c-5acf-4063-92e1-db91e44a9870", - "name": "Spawner (113)", - "location": [1869, 265, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4cc9345c-fe2a-47b7-ab4c-bf9097b047d6", - "name": "Spawner (113)", - "location": [1883, 827, -1], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4e4aa09e-a831-4f56-b374-8d39f3977e30", - "name": "Spawner (113)", - "location": [1231, 192, 6], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4eedbefe-4446-443f-a5be-6b1c56c842cb", - "name": "Spawner (113)", - "location": [1833, 1245, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4f8dcb56-8c3f-49fd-b778-75d243d770c6", - "name": "Spawner (113)", - "location": [1915, 2385, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4fcd562e-e69c-4792-9375-7df489650310", - "name": "Spawner (113)", - "location": [1180, 737, 1], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "50c40fb1-1e3d-4d2e-9d95-6bfd7d57fa3f", - "name": "Spawner (113)", - "location": [4455, 1434, 10], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TimberWolf", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5127a1ad-b427-472b-aa36-8239cdf04b15", - "name": "Spawner (113)", - "location": [659, 1318, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5175dc34-0726-4304-bab5-bc9533355114", - "name": "Spawner (113)", - "location": [1080, 1963, 0], - "map": "Trammel", - "count": 9, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Lizardman", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Skeleton", "maxCount": 9, "probability": 100 }, - { "name": "Spectre", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "51ec0cce-de67-476d-abb7-7882f5add66e", - "name": "Spawner (113)", - "location": [1749, 474, 6], - "map": "Trammel", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "52640d62-3b31-4a7a-819a-518a6f3fae3e", - "name": "Spawner (113)", - "location": [851, 495, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "Ratman", "maxCount": 8, "probability": 100 }, - { "name": "Reaper", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "528890d0-376a-43c3-a832-69efcd0d56c1", - "name": "Spawner (113)", - "location": [1447, 2038, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "538691b1-1499-4081-96bd-2c2dd54a4599", - "name": "Spawner (113)", - "location": [1094, 3482, 0], - "map": "Trammel", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "Ratman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54106890-a301-41d2-99ed-475fa5ebce54", - "name": "Spawner (113)", - "location": [1799, 1394, 0], - "map": "Trammel", - "count": 4, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gargoyle", "maxCount": 4, "probability": 100 }, - { "name": "Gazer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5436a84f-0593-4be2-bead-26e7960898a7", - "name": "Spawner (113)", - "location": [2189, 298, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "543e6d36-efb0-4382-b526-b615fd7d0cbf", - "name": "Spawner (113)", - "location": [2478, 100, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "547bc7d5-edce-4e93-967c-3430f125219f", - "name": "Spawner (113)", - "location": [1619, 2725, 10], - "map": "Trammel", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54e24a3b-cd43-4265-9f30-d73326dd45a9", - "name": "Spawner (113)", - "location": [3462, 136, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "55959a0a-7dac-4bea-9689-01d82dcb1212", - "name": "Spawner (113)", - "location": [1491, 238, 22], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "563ed9d1-69ea-4407-8bcb-db6cdf69ca81", - "name": "Spawner (113)", - "location": [1877, 1515, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "566cfa8d-c4be-4e84-9779-19fd29a5c4af", - "name": "Spawner (113)", - "location": [1249, 2030, 0], - "map": "Trammel", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "574d5350-83ca-4a90-8494-1234476d9004", - "name": "Spawner (113)", - "location": [1152, 3471, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "574f956f-5ff2-4a72-a157-6ffb296b52b2", - "name": "Spawner (113)", - "location": [962, 692, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 5, - "entries": [ - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "577bcfed-a871-4aa1-b989-189a320eba2f", - "name": "Spawner (113)", - "location": [964, 365, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 10, "probability": 100 }, - { "name": "DireWolf", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 10, "probability": 100 }, - { "name": "Gazer", "maxCount": 10, "probability": 100 }, - { "name": "Harpy", "maxCount": 10, "probability": 100 }, - { "name": "Lizardman", "maxCount": 10, "probability": 100 }, - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "57956924-7db0-48b3-b993-d4284974093a", - "name": "Spawner (113)", - "location": [2351, 148, 0], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 9, "probability": 100 }, - { "name": "Lizardman", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Skeleton", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 }, - { "name": "Zombie", "maxCount": 9, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "583032d0-fa06-4e3c-ba13-1054ca5c022f", - "name": "Spawner (113)", - "location": [3173, 771, 0], - "map": "Trammel", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 5, "probability": 100 }, - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5ab6b426-1743-4857-9784-498e4156521c", - "name": "Spawner (113)", - "location": [418, 1665, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Gazer", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5bb0725a-0be8-4432-9256-9d4d41d7c168", - "name": "Spawner (113)", - "location": [1915, 928, -1], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5d05dae7-686d-4ca8-82c2-3b67c57adc30", - "name": "Spawner (113)", - "location": [4615, 1469, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5d425d30-7a90-46b3-99ee-1be6e09e2ea4", - "name": "Spawner (113)", - "location": [892, 1963, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ghoul", "maxCount": 7, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5da854a2-bca1-46e3-88fc-98d5dd640339", - "name": "Spawner (113)", - "location": [1867, 2962, 7], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5fa9a115-ce2a-4213-b48d-c9744e848d12", - "name": "Spawner (113)", - "location": [1268, 774, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "61a0bee6-034f-4e72-851a-0069ea03c769", - "name": "Spawner (113)", - "location": [1802, 1506, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "61b07a04-4d35-4af2-9fef-2575e7aa81f6", - "name": "Spawner (113)", - "location": [2034, 108, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "61c1a7de-68ec-4a55-b6d7-b71c315d93d1", - "name": "Spawner (113)", - "location": [2079, 1018, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "61e4635f-38a1-4bed-9d85-40665f917751", - "name": "Spawner (113)", - "location": [1723, 683, 6], - "map": "Trammel", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "620249c5-7ec3-4f73-bab8-52dd3f89d0c0", - "name": "Spawner (113)", - "location": [4162, 395, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "62abe17a-ffc3-43f4-b71d-281ff6e875bb", - "name": "Spawner (113)", - "location": [840, 1063, 0], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "62ff4954-fb25-4416-8ac1-3120144c4c14", - "name": "Spawner (113)", - "location": [1147, 3524, 0], - "map": "Trammel", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "Ratman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6357f444-0d29-4154-8256-71dde67c0337", - "name": "Spawner (113)", - "location": [423, 1595, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Gazer", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "637a3aaf-fa96-4bdc-a770-ec273932916f", - "name": "Spawner (113)", - "location": [1015, 706, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "640d4b0e-9a86-4035-8e71-c37fadb6a717", - "name": "Spawner (113)", - "location": [4214, 655, 1], - "map": "Trammel", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "66594f81-5b6b-4cfc-ab1c-48805b3ca936", - "name": "Spawner (113)", - "location": [4090, 325, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "66634507-bcd9-4a0a-b5c9-5b6dd0c9adc9", - "name": "Spawner (113)", - "location": [157, 1487, 0], - "map": "Trammel", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6681af59-d2bd-46ee-96f7-15f9e48cf967", - "name": "Spawner (113)", - "location": [1983, 1517, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Gazer", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "668b691e-8bdc-4002-93b8-ccc8d3ef1882", - "name": "Spawner (113)", - "location": [2077, 2305, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6701bc25-8a58-4dc8-aba0-5be8467a0c96", - "name": "Spawner (113)", - "location": [1726, 1362, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6781029f-3b4a-4030-ad2d-83948df6f257", - "name": "Spawner (113)", - "location": [1435, 2261, 5], - "map": "Trammel", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "67a947e4-5f60-4065-9469-43a878cb1bfc", - "name": "Spawner (113)", - "location": [4013, 239, 1], - "map": "Trammel", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "686118b7-c5ff-48d2-9035-55a6eabee085", - "name": "Spawner (113)", - "location": [821, 675, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "688f208d-8821-4c70-9b98-28f8594741bd", - "name": "Spawner (113)", - "location": [3322, 271, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "68c72e6d-a7fd-431c-8685-37f47afc4b0b", - "name": "Spawner (113)", - "location": [1407, 1281, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "68d63e2a-4dc7-49a8-9876-f6bbe9704568", - "name": "Spawner (113)", - "location": [1873, 2426, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "68ef188a-6290-4a22-a06b-089287e867ad", - "name": "Spawner (113)", - "location": [2033, 3041, 15], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6901fe1c-8be5-4cba-949a-8401a0cb640d", - "name": "Spawner (113)", - "location": [1743, 589, 16], - "map": "Trammel", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "697858f2-61ad-43d6-8cbb-97a5b872d8f4", - "name": "Spawner (113)", - "location": [516, 1585, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 5, "probability": 100 }, - { "name": "DireWolf", "maxCount": 5, "probability": 100 }, - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Reaper", "maxCount": 5, "probability": 100 }, - { "name": "Skeleton", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6987ffa4-6e58-48b7-a2a4-12d2eef6b86d", - "name": "Spawner (113)", - "location": [3390, 259, 4], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6a4006aa-ef63-42db-9a08-cc7df6515351", - "name": "Spawner (113)", - "location": [2203, 1379, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6a93c7a8-af80-45e5-8f20-920eb51c09ff", - "name": "Spawner (113)", - "location": [815, 1603, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Spectre", "maxCount": 5, "probability": 100 }, - { "name": "Zombie", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6aab8758-a4ee-4a8a-bc76-33cdbdd297c0", - "name": "Spawner (113)", - "location": [3382, 280, 9], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6b3ea5f3-1cf1-4b1f-85e5-97deb2d2741b", - "name": "Spawner (113)", - "location": [1803, 2981, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6bd439c3-5ce9-4971-a8a8-45a432089787", - "name": "Spawner (113)", - "location": [1866, 3040, 15], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6c7570b9-067e-4887-8309-b653be55bd69", - "name": "Spawner (113)", - "location": [2621, 99, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6cc36c7c-cfd0-42f4-9e04-9ff5dbd963c5", - "name": "Spawner (113)", - "location": [1131, 3415, 0], - "map": "Trammel", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "Ratman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6cf68fd8-cc90-4d19-b6cd-cc14fddfa5b9", - "name": "Spawner (113)", - "location": [1891, 2331, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d3feafc-3dc2-441d-a9ab-18c468552742", - "name": "Spawner (113)", - "location": [1980, 832, -1], - "map": "Trammel", - "count": 4, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "Ratman", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d941b3f-588d-49fe-a879-d50c6005b8c9", - "name": "Spawner (113)", - "location": [1947, 2294, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "700be867-c251-4ecc-a320-867ba65b024c", - "name": "Spawner (113)", - "location": [4531, 1363, 23], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 15, - "entries": [ - { "name": "Mummy", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "Scorpion", "maxCount": 1, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "71d63638-7d38-4e09-a599-2b6eace4ffff", - "name": "Spawner (113)", - "location": [4530, 1387, 23], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "GiantRat", "maxCount": 1, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Jwilson", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72083877-79f3-49cf-a915-5ffb89bf1e48", - "name": "Spawner (113)", - "location": [805, 483, 0], - "map": "Trammel", - "count": 2, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "729cb568-ac02-4737-b9e7-4abd87c5f66a", - "name": "Spawner (113)", - "location": [1525, 2053, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "73a9fc66-3b63-4478-a41b-07df4bc6be50", - "name": "Spawner (113)", - "location": [736, 1938, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ghoul", "maxCount": 7, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "73b21795-cf2b-49a5-9ee8-9e25a136cb0b", - "name": "Spawner (113)", - "location": [1004, 1369, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 6, "probability": 100 }, - { "name": "Gazer", "maxCount": 6, "probability": 100 }, - { "name": "Harpy", "maxCount": 6, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 6, "probability": 100 }, - { "name": "Ogre", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "73e77785-b460-4d5d-840c-b13c96c1ae54", - "name": "Spawner (113)", - "location": [1295, 328, 22], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "748028eb-c0ef-4c6f-bbb9-e43359901099", - "name": "Spawner (113)", - "location": [2454, 248, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "75118095-d436-46b3-8e73-d2cc56c66ce9", - "name": "Spawner (113)", - "location": [741, 1838, 0], - "map": "Trammel", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "75631a7a-9d4e-4464-9197-1e2ce34369cd", - "name": "Spawner (113)", - "location": [1810, 647, 0], - "map": "Trammel", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "75764c8f-2910-43c9-9fde-d03748e5361e", - "name": "Spawner (113)", - "location": [1944, 102, 4], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 5, "probability": 100 }, - { "name": "Gazer", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "75b4dbbf-f0d3-4f4e-8148-520aba12abaa", - "name": "Spawner (113)", - "location": [1143, 180, 14], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "769fdfa1-dd5c-4b03-89a2-2e86fb41888f", - "name": "Spawner (113)", - "location": [2074, 3069, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "77395a8a-4c2d-4f5f-9692-58c84c4146a7", - "name": "Spawner (113)", - "location": [757, 1401, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Lich", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "78613e32-9f25-4c0d-a566-f63f4b57607d", - "name": "Spawner (113)", - "location": [189, 1344, 0], - "map": "Trammel", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "78c65c1b-b461-4203-9a8a-ad62146c81ba", - "name": "Spawner (113)", - "location": [2540, 130, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "792fd336-4cdb-41aa-91f2-ea5a748bf4f3", - "name": "Spawner (113)", - "location": [4658, 3376, 0], - "map": "Trammel", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "793c4766-d5b6-42f0-83ff-d0a267c26846", - "name": "Spawner (113)", - "location": [1872, 1347, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "799df1e3-5107-4858-8b7c-2e271b9756f1", - "name": "Spawner (113)", - "location": [480, 1641, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 5, "probability": 100 }, - { "name": "DireWolf", "maxCount": 5, "probability": 100 }, - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Reaper", "maxCount": 5, "probability": 100 }, - { "name": "Skeleton", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7abf83f6-4989-40d9-8b25-ee6299f59786", - "name": "Spawner (113)", - "location": [4461, 3106, 0], - "map": "Trammel", - "count": 5, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "OrcishMage", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7b163acc-acd7-462a-a048-8f9a4ffc5cb8", - "name": "Spawner (113)", - "location": [1912, 1302, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7b2a0a94-8536-4656-8b41-311715aabe6a", - "name": "Spawner (113)", - "location": [1970, 3052, 15], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7bb510ff-11c6-4ed6-88b2-28786db5e331", - "name": "Spawner (113)", - "location": [1222, 1418, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7bed7e28-21ce-4afc-b05e-ab91bc2a9b0a", - "name": "Spawner (113)", - "location": [2000, 141, 1], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7c517cdb-1ddc-43fc-a8f1-2929874413a1", - "name": "Spawner (113)", - "location": [2355, 179, 0], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 9, "probability": 100 }, - { "name": "Lizardman", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Skeleton", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 }, - { "name": "Zombie", "maxCount": 9, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7d3e512e-32f2-412f-a9de-4140e4e97a9e", - "name": "Spawner (113)", - "location": [4595, 3570, 30], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 3, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7d4c137a-0a24-456a-837f-cfd51ab71a3a", - "name": "Spawner (113)", - "location": [1070, 2256, 5], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Imp", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "80b26b9b-afc9-40a9-b6e7-47e04586711e", - "name": "Spawner (113)", - "location": [1912, 1302, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8103dd4b-9100-4c4b-bcb1-4b0b5bf054f8", - "name": "Spawner (113)", - "location": [1361, 1392, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81bfcb26-842e-4e50-91c2-572c3aee4bee", - "name": "Spawner (113)", - "location": [1147, 1048, 5], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81e040fc-9b61-42ca-acfb-5d96eadca6a4", - "name": "Spawner (113)", - "location": [1060, 1375, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 6, "probability": 100 }, - { "name": "Gazer", "maxCount": 6, "probability": 100 }, - { "name": "Harpy", "maxCount": 6, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 6, "probability": 100 }, - { "name": "Ogre", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "837610d0-3ae0-49e0-aa44-a02a4a3e379f", - "name": "Spawner (113)", - "location": [1214, 617, 13], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "83e06193-d371-4d06-93b6-9a4147fddee3", - "name": "Spawner (113)", - "location": [1300, 1481, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84124f00-8aa4-491d-a4d9-53e65b98036f", - "name": "Spawner (113)", - "location": [1967, 1296, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "847e76b7-5a08-438c-80a3-56285b0f4696", - "name": "Spawner (113)", - "location": [1946, 186, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "85053a68-d91a-4502-841e-697dde7fdbf5", - "name": "Spawner (113)", - "location": [1016, 821, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 10, - "entries": [ - { "name": "Lich", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8642c7b8-1bbe-4e19-a85a-29df23ca9944", - "name": "Spawner (113)", - "location": [956, 452, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 10, "probability": 100 }, - { "name": "DireWolf", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 10, "probability": 100 }, - { "name": "Gazer", "maxCount": 10, "probability": 100 }, - { "name": "Harpy", "maxCount": 10, "probability": 100 }, - { "name": "Lizardman", "maxCount": 10, "probability": 100 }, - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8791d5da-aabf-4ef8-9e50-bd73ebf233d3", - "name": "Spawner (113)", - "location": [1130, 830, 9], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8792576e-488e-47bc-a672-01aee138d62e", - "name": "Spawner (113)", - "location": [1968, 2346, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 6, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Slime", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8829fbf2-d914-48fc-bdf4-7286f71acb4c", - "name": "Spawner (113)", - "location": [1802, 1506, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "889af6a9-6809-4fdf-a28b-cc38170df5de", - "name": "Spawner (113)", - "location": [849, 1262, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "88e2ec5e-fbd6-4459-9128-74e244d4b01f", - "name": "Spawner (113)", - "location": [634, 1504, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Orc", "maxCount": 3, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 1, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "88ec5fa0-837d-41e1-9b72-864f82f40070", - "name": "Spawner (113)", - "location": [4485, 1387, 23], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 15, - "entries": [ - { "name": "Alligator", "maxCount": 2, "probability": 100 }, - { "name": "BullFrog", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 1, "probability": 100 }, - { "name": "SwampTentacle", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8b7f54d4-bf98-4c1c-9c79-c0b6b6fe0082", - "name": "Spawner (113)", - "location": [1812, 3036, 5], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8c33edf4-3f59-4b73-bfee-9d57b2a4e7be", - "name": "Spawner (113)", - "location": [1383, 1949, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d14a61d-ea19-473b-8d74-b57ac8fd7f89", - "name": "Spawner (113)", - "location": [1200, 633, 6], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d3e5300-d499-4a9b-b4e0-f6daa25ac14b", - "name": "Spawner (113)", - "location": [2138, 323, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d6e79e4-c6c2-456c-9bf3-629536077417", - "name": "Spawner (113)", - "location": [1191, 288, 11], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ebc9621-1061-4ab5-aed9-c6d72a4c1514", - "name": "Spawner (113)", - "location": [2044, 2323, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ff6852c-8cd0-434b-9eb8-9afd5940805c", - "name": "Spawner (113)", - "location": [4066, 569, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "PolarBear", "maxCount": 8, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 8, "probability": 100 }, - { "name": "Walrus", "maxCount": 8, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "91340fd5-c54d-4502-9253-adaf4569c7a3", - "name": "Spawner (113)", - "location": [1626, 266, 16], - "map": "Trammel", - "count": 13, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "DireWolf", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 11, "probability": 100 }, - { "name": "Gazer", "maxCount": 11, "probability": 100 }, - { "name": "Harpy", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93468ee6-bb6d-43d0-b4b7-eb86de5bcbc0", - "name": "Spawner (113)", - "location": [1651, 2413, 5], - "map": "Trammel", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "934bc4f3-d414-4cb1-8809-cdceca368616", - "name": "Spawner (113)", - "location": [579, 1305, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "94502e42-4b90-4a37-8c20-6a8988b7857b", - "name": "Spawner (113)", - "location": [4566, 1359, 8], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "95bd45a8-6d9d-4663-a009-90bbfdb6c783", - "name": "Spawner (113)", - "location": [1140, 2087, 0], - "map": "Trammel", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "97faf684-9350-46c3-8da6-c3892f7f604d", - "name": "Spawner (113)", - "location": [1038, 1149, 0], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9956e808-d58e-42bd-8c6d-3a22c652480d", - "name": "Spawner (113)", - "location": [1337, 293, 22], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9a4e77a5-dd20-465a-a274-4a6dedad51b8", - "name": "Spawner (113)", - "location": [2038, 1023, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9ac79ca6-546f-4634-8048-5a9c59b662c2", - "name": "Spawner (113)", - "location": [1911, 2934, 10], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9b5a9736-d1d3-4492-9674-e786e8ea6b55", - "name": "Spawner (113)", - "location": [1013, 980, 0], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9b819902-07ef-442c-bff5-d8201a95eb92", - "name": "Spawner (113)", - "location": [3168, 629, 8], - "map": "Trammel", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 5, "probability": 100 }, - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9bfb3456-0e22-429d-bf41-8b597f0c8170", - "name": "Spawner (113)", - "location": [1445, 1365, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c2beb8c-e9fd-4484-9395-d13dcec9502b", - "name": "Spawner (113)", - "location": [229, 1419, 0], - "map": "Trammel", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c326969-58f1-4463-83a1-980619b49133", - "name": "Spawner (113)", - "location": [634, 1462, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Orc", "maxCount": 3, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 1, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c656301-ba27-4061-b13c-67e32ca73351", - "name": "Spawner (113)", - "location": [1474, 1297, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c79e8b6-595f-4914-9372-be6a16e42bf8", - "name": "Spawner (113)", - "location": [3382, 375, 4], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9cb6e3ec-d48c-416e-9e5e-4ce284e350b8", - "name": "Spawner (113)", - "location": [1097, 970, 2], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9e4825b9-1cbe-4a27-a4d2-e2552901924f", - "name": "Spawner (113)", - "location": [2349, 722, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9e4c86bb-8737-41c8-924c-f226b9aedfde", - "name": "Spawner (113)", - "location": [2107, 358, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9e52d805-c99f-49b2-8a7a-6c5e4e33038a", - "name": "Spawner (113)", - "location": [2137, 271, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9f8ff142-0e90-4ee2-bb29-c6960d4dc308", - "name": "Spawner (113)", - "location": [1203, 502, 30], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a08f71d7-7504-448f-814c-c7c34216019c", - "name": "Spawner (113)", - "location": [1387, 3109, 0], - "map": "Trammel", - "count": 60, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 10, "probability": 100 }, - { "name": "Gorilla", "maxCount": 10, "probability": 100 }, - { "name": "TropicalBird", "maxCount": 10, "probability": 100 }, - { "name": "WhippingVine", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a2162b8e-47c1-449a-bca4-8b1e29a7fa5b", - "name": "Spawner (113)", - "location": [4498, 1394, 23], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "DireWolf", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 1, "probability": 100 }, - { "name": "Rabbit", "maxCount": 1, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "Panther", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Eagle", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a2691312-c437-4d3b-bb69-8e2a26a432cf", - "name": "Spawner (113)", - "location": [278, 1355, 0], - "map": "Trammel", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a2b03adb-c492-487f-bdc1-4dc7f70818cd", - "name": "Spawner (113)", - "location": [666, 1825, 0], - "map": "Trammel", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a33ee66a-277f-492a-940d-51c2654e1804", - "name": "Spawner (113)", - "location": [4264, 725, 1], - "map": "Trammel", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a40f806a-f922-415f-b88f-63dde478379b", - "name": "Spawner (113)", - "location": [1954, 2903, 30], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a48df719-c919-4066-b8a2-6c679032f463", - "name": "Spawner (113)", - "location": [1361, 522, 19], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a4e772e0-b570-46da-a6b8-4d84ad26dfcb", - "name": "Spawner (113)", - "location": [1215, 2195, 5], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Imp", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a50eb7ab-718b-4cd9-b418-2a55ef6c8eb6", - "name": "Spawner (113)", - "location": [1243, 2437, 5], - "map": "Trammel", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a559cad1-a142-4969-bef2-8e154d658ec6", - "name": "Spawner (113)", - "location": [1979, 885, -1], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a5677568-fa43-430c-9f73-0ed52edd08c9", - "name": "Spawner (113)", - "location": [1849, 2915, 30], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a5b60719-c3a1-4169-8070-a3d98da16df3", - "name": "Spawner (113)", - "location": [1340, 1268, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a6c232b6-7b8e-41b4-b958-3aa5080efaa4", - "name": "Spawner (113)", - "location": [2966, 3591, 11], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 7, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Mongbat", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Snake", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a6eefb00-5655-4f27-9d1b-9baa28ab2ffc", - "name": "Spawner (113)", - "location": [1759, 259, 21], - "map": "Trammel", - "count": 13, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "DireWolf", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 11, "probability": 100 }, - { "name": "Gazer", "maxCount": 11, "probability": 100 }, - { "name": "Harpy", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a6ffb380-e7b3-4b1c-a89e-49a68626b151", - "name": "Spawner (113)", - "location": [1967, 1296, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a71a8ce9-b6a6-40b5-ba55-ae04b8940322", - "name": "Spawner (113)", - "location": [1831, 449, 0], - "map": "Trammel", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a756d7c7-629c-45cb-970e-deee0190baa3", - "name": "Spawner (113)", - "location": [1059, 2461, 0], - "map": "Trammel", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a7bf87e5-4f5b-4b8c-9710-4e4ab3343720", - "name": "Spawner (113)", - "location": [1692, 1463, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a7ea4508-795e-4bb9-97c3-41fe28f1f214", - "name": "Spawner (113)", - "location": [1849, 953, 7], - "map": "Trammel", - "count": 4, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "Ratman", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a94c7436-52ec-4820-9c38-88fcada332a9", - "name": "Spawner (113)", - "location": [1184, 217, 27], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a99fcecd-571e-4151-8c6d-b3d0611e4f5a", - "name": "Spawner (113)", - "location": [809, 1615, 0], - "map": "Trammel", - "count": 6, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 6, "probability": 100 }, - { "name": "Ogre", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a9a67290-a828-48fa-a3f7-a0b7f10fbd45", - "name": "Spawner (113)", - "location": [1192, 958, 5], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a9bdd33d-5beb-4e5f-b2a7-25bbe6de9194", - "name": "Spawner (113)", - "location": [1300, 607, 15], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa2759b8-efff-4868-97d0-674c377f63f3", - "name": "Spawner (113)", - "location": [4494, 1426, 8], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TimberWolf", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ab5fd7a4-8a79-4ee4-8369-b9ed647a5fe6", - "name": "Spawner (113)", - "location": [1829, 874, -1], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ab664229-d260-4bfd-9948-f2bb2b433504", - "name": "Spawner (113)", - "location": [3434, 316, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "abdfd7cf-7042-4881-b6bd-16231d352cb3", - "name": "Spawner (113)", - "location": [4596, 3607, 30], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 50, - "entries": [ - { "name": "Daemon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "acf731fa-53ee-48da-b0ef-356f9d61c38f", - "name": "Spawner (113)", - "location": [1305, 1326, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ad79f7ea-b8bd-4821-8b80-d5d4fbe72c24", - "name": "Spawner (113)", - "location": [974, 1186, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ad8627b0-4cf5-4650-96aa-7bbc32e9e18b", - "name": "Spawner (113)", - "location": [1029, 1969, 0], - "map": "Trammel", - "count": 9, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Lizardman", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Skeleton", "maxCount": 9, "probability": 100 }, - { "name": "Spectre", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ad938586-87a9-4dd7-a5b1-59cd95cd6d46", - "name": "Spawner (113)", - "location": [868, 488, 0], - "map": "Trammel", - "count": 2, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "af95e8e2-8d1f-43a8-ab45-cd79154fd947", - "name": "Spawner (113)", - "location": [4480, 1439, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "afd3e919-f63c-437a-bd36-b3431b394683", - "name": "Spawner (113)", - "location": [823, 960, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "afde0aad-5648-43b2-b77b-08270970f7b5", - "name": "Spawner (113)", - "location": [1361, 275, 16], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b0758b1c-baa8-4216-989d-000515e5227d", - "name": "Spawner (113)", - "location": [2143, 3953, 3], - "map": "Trammel", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 8, "probability": 100 }, - { "name": "Snake", "maxCount": 8, "probability": 100 }, - { "name": "Wisp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b2274f08-2f99-4bed-b485-e6dd3228564f", - "name": "Spawner (113)", - "location": [1922, 173, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "Troll", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b280374f-3913-422f-a8fb-67a5b5774cbd", - "name": "Spawner (113)", - "location": [4511, 1394, 23], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "IceSerpent", "maxCount": 1, "probability": 100 }, - { "name": "IceSnake", "maxCount": 1, "probability": 100 }, - { "name": "PolarBear", "maxCount": 1, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 1, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 1, "probability": 100 }, - { "name": "FrostOoze", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b48075d3-37f2-4471-bd77-272fd0de644b", - "name": "Spawner (113)", - "location": [3920, 287, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b487a09f-6222-4251-a712-839233ccf85d", - "name": "Spawner (113)", - "location": [2462, 725, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Ghoul", "maxCount": 8, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b518dc40-be46-4410-9296-164bc7f5d6db", - "name": "Spawner (113)", - "location": [844, 1235, 0], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b5eb5bfe-0848-489f-9717-a8891ae7a1e9", - "name": "Spawner (113)", - "location": [1166, 2958, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Savage", "maxCount": 2, "probability": 100 }, - { "name": "SavageRider", "maxCount": 1, "probability": 100 }, - { "name": "SavageShaman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b77a44c2-c523-4718-ba7d-ace36df8fde5", - "name": "Spawner (113)", - "location": [1871, 1076, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b84a2533-eb93-46ba-8053-dc0c04146704", - "name": "Spawner (113)", - "location": [2589, 204, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b8a9dfe2-9620-4fe5-8d99-d1533d2f7da9", - "name": "Spawner (113)", - "location": [728, 1242, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b8c9dac4-eb05-4d17-9741-c566db9f045f", - "name": "Spawner (113)", - "location": [1930, 864, -1], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b950c826-32fc-4800-92c3-04292c5ab38b", - "name": "Spawner (113)", - "location": [1852, 841, -1], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba037fbd-9398-4438-bee8-e6fce7d07c01", - "name": "Spawner (113)", - "location": [733, 1937, 0], - "map": "Trammel", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba2ae76c-dcca-4df2-9274-fa8136a61efb", - "name": "Spawner (113)", - "location": [2963, 3617, 3], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 7, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Mongbat", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Snake", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba9ff3a4-d363-4fac-b113-bab612b9614f", - "name": "Spawner (113)", - "location": [1866, 938, -1], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bbc84d48-e44c-404a-9912-3f08fd80c2a8", - "name": "Spawner (113)", - "location": [848, 917, 0], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bbd652ce-e378-4c20-84c3-42788aac59b2", - "name": "Spawner (113)", - "location": [1755, 1474, 0], - "map": "Trammel", - "count": 4, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Gargoyle", "maxCount": 4, "probability": 100 }, - { "name": "Gazer", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf514878-4b14-4e01-acd6-ccff87fe9980", - "name": "Spawner (113)", - "location": [1158, 3457, 0], - "map": "Trammel", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "Ratman", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c113386f-3b9c-40bf-a0bd-a45027fc8201", - "name": "Spawner (113)", - "location": [1180, 1354, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c133b0ca-429c-4f25-909f-36ce88862d76", - "name": "Spawner (113)", - "location": [240, 1443, 0], - "map": "Trammel", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c2aa2c25-88b6-44d5-af14-e47c7b2a798a", - "name": "Spawner (113)", - "location": [4613, 3272, 0], - "map": "Trammel", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c2aba6ad-8726-41c2-92bb-73f1176d0422", - "name": "Spawner (113)", - "location": [1862, 1434, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c2c12823-bb40-49bb-93ab-87fec1ebda5f", - "name": "Spawner (113)", - "location": [1266, 1982, 0], - "map": "Trammel", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c4feab07-a874-4ac6-a248-7a292a021674", - "name": "Spawner (113)", - "location": [2468, 144, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c5a204bf-a47d-47be-9f0b-9182bc4ad39f", - "name": "Spawner (113)", - "location": [1993, 1030, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c5df49ed-42f4-4533-bd84-0c6d38a134a6", - "name": "Spawner (113)", - "location": [1841, 3000, 10], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 4, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Orc", "maxCount": 4, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c5eca3a0-ab6e-4a09-aea0-e5c02573761a", - "name": "Spawner (113)", - "location": [1055, 1442, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c673f9b8-1ae1-4de9-8d6f-b907c7b758a1", - "name": "Spawner (113)", - "location": [1797, 1393, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c710dd46-a5f7-4b86-8a96-a787c08e03cb", - "name": "Spawner (113)", - "location": [987, 725, 0], - "map": "Trammel", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ghoul", "maxCount": 3, "probability": 100 }, - { "name": "Lich", "maxCount": 3, "probability": 100 }, - { "name": "LichLord", "maxCount": 3, "probability": 100 }, - { "name": "Skeleton", "maxCount": 5, "probability": 100 }, - { "name": "Zombie", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c7248e18-5065-4a1f-8278-cd383e39a7ad", - "name": "Spawner (113)", - "location": [948, 703, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 946, "y": 701, "z": -128 }, - "end": { "x": 950, "y": 705, "z": 15 } - }, - "walkingRange": 5, - "entries": [ - { "name": "Wraith", "maxCount": 1, "probability": 100 }, - { "name": "Shade", "maxCount": 1, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c76cdb5d-42cb-4ab4-a7ec-6db8582f8f14", - "name": "Spawner (113)", - "location": [1682, 252, 6], - "map": "Trammel", - "count": 13, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "DireWolf", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 11, "probability": 100 }, - { "name": "Gazer", "maxCount": 11, "probability": 100 }, - { "name": "Harpy", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c8129ab7-03a2-498f-b96e-cd45b8913271", - "name": "Spawner (113)", - "location": [1862, 1434, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c9fd2dbc-cb36-489c-8149-b815c16f8d09", - "name": "Spawner (113)", - "location": [1001, 787, 0], - "map": "Trammel", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ghoul", "maxCount": 3, "probability": 100 }, - { "name": "Lich", "maxCount": 3, "probability": 100 }, - { "name": "LichLord", "maxCount": 3, "probability": 100 }, - { "name": "Skeleton", "maxCount": 5, "probability": 100 }, - { "name": "Zombie", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ca9bfc78-2835-4a5b-bc0d-6fe008b79b5c", - "name": "Spawner (113)", - "location": [1004, 1369, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "caeb038e-ab75-41e9-bce1-c5be5d25551e", - "name": "Spawner (113)", - "location": [4595, 3574, 75], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 50, - "entries": [ - { "name": "Daemon", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cb69e358-5119-4573-a663-19bb5ab7bdcd", - "name": "Spawner (113)", - "location": [4512, 1372, 23], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 10, - "entries": [ - { "name": "RottingCorpse", "maxCount": 1, "probability": 100 }, - { "name": "Skeleton", "maxCount": 1, "probability": 100 }, - { "name": "Slime", "maxCount": 1, "probability": 100 }, - { "name": "Snake", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cbbe09b8-6b83-4d65-90b7-985dfa8335ad", - "name": "Spawner (113)", - "location": [3928, 393, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cc56ca14-97aa-4dc3-99a3-f684078e007e", - "name": "Spawner (113)", - "location": [3440, 405, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Ogre", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cc87ef42-d3a3-4a6b-8d44-ac0d38d75739", - "name": "Spawner (113)", - "location": [1956, 48, 4], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 5, "probability": 100 }, - { "name": "Gazer", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd06b247-c98e-4218-93b9-b96ff85ba165", - "name": "Spawner (113)", - "location": [805, 463, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 8, "probability": 100 }, - { "name": "DireWolf", "maxCount": 8, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "Ratman", "maxCount": 8, "probability": 100 }, - { "name": "Reaper", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd5e98b7-cddd-4087-b1f4-c28350797537", - "name": "Spawner (113)", - "location": [1804, 247, 0], - "map": "Trammel", - "count": 13, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "DireWolf", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 11, "probability": 100 }, - { "name": "Gazer", "maxCount": 11, "probability": 100 }, - { "name": "Harpy", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd80c05e-08c8-411f-aecd-0b030c095094", - "name": "Spawner (113)", - "location": [4618, 3570, 30], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cf631a13-97b5-4714-87db-23ad2e1a5ed4", - "name": "Spawner (113)", - "location": [1067, 2117, 5], - "map": "Trammel", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cfca73f2-a84f-402f-b50f-52b3fa851d6e", - "name": "Spawner (113)", - "location": [1055, 1442, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 6, "probability": 100 }, - { "name": "Gazer", "maxCount": 6, "probability": 100 }, - { "name": "Harpy", "maxCount": 6, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 6, "probability": 100 }, - { "name": "Ogre", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d1a8c12d-2186-49a2-81ae-6f14ea963ca1", - "name": "Spawner (113)", - "location": [1595, 3045, 0], - "map": "Trammel", - "count": 30, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 100, - "entries": [ - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 5, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 5, "probability": 100 }, - { "name": "Gorilla", "maxCount": 5, "probability": 100 }, - { "name": "TropicalBird", "maxCount": 5, "probability": 100 }, - { "name": "WhippingVine", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d2b4059a-7a86-4b8d-aac4-d98f8ac842b5", - "name": "Spawner (113)", - "location": [4512, 1380, 23], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 10, - "entries": [ - { "name": "Ghoul", "maxCount": 1, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 1, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 1, "probability": 100 }, - { "name": "Jwilson", "maxCount": 1, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d3a4bb67-71eb-420c-b965-8dec687d5b66", - "name": "Spawner (113)", - "location": [1990, 976, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d4054a1d-96e5-47dc-8d44-853d05e4d9c7", - "name": "Spawner (113)", - "location": [232, 1350, 0], - "map": "Trammel", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d4bc9831-73ab-4b9b-a6b9-21a02bf60b8c", - "name": "Spawner (113)", - "location": [1225, 1477, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d5de5b0d-fffe-496d-8167-85ff964f45d0", - "name": "Spawner (113)", - "location": [3170, 672, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d6092a82-aeba-47d2-81a2-e51332742aa4", - "name": "Spawner (113)", - "location": [1232, 2093, 0], - "map": "Trammel", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d61a295a-c615-4af8-a057-bf82c9c753c7", - "name": "Spawner (113)", - "location": [3042, 3590, 5], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 7, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Mongbat", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 7, "probability": 100 }, - { "name": "Snake", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d739d7a9-b14c-49ed-ad4d-6765d520bec5", - "name": "Spawner (113)", - "location": [1996, 73, 8], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 5, "probability": 100 }, - { "name": "Gazer", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d77d3fc0-43bc-47da-9a91-5c0f82f285aa", - "name": "Spawner (113)", - "location": [1812, 1314, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d80fc757-5a54-44c3-9700-ad91a1cee771", - "name": "Spawner (113)", - "location": [1240, 1317, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Lizardman", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d9258088-60b5-4ded-a22a-280d4eee8573", - "name": "Spawner (113)", - "location": [2143, 3068, 20], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Spectre", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d9737161-8220-4189-ade1-d48a07a04d7a", - "name": "Spawner (113)", - "location": [1987, 822, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d9fa1621-0c99-4082-8075-0e4a1f8e25f7", - "name": "Spawner (113)", - "location": [1072, 2195, 5], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Imp", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da8f61e2-5aed-4bb9-a59e-c3c01cf2f4da", - "name": "Spawner (113)", - "location": [819, 1841, 0], - "map": "Trammel", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dc54c094-335f-4eb0-835b-df374aa73808", - "name": "Spawner (113)", - "location": [788, 1894, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dc6d7ab6-b963-4216-85bd-99e6a7234b5d", - "name": "Spawner (113)", - "location": [1166, 818, 5], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd48c66c-dbf3-4729-9b05-896d93615858", - "name": "Spawner (113)", - "location": [1939, 1310, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "decca3ad-554d-4411-b3eb-ee2535528d04", - "name": "Spawner (113)", - "location": [633, 1484, 0], - "map": "Trammel", - "count": 14, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcBomber", "maxCount": 1, "probability": 100 }, - { "name": "OrcCaptain", "maxCount": 1, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 2, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df7d496c-92b3-487a-a49c-92ef77818fd0", - "name": "Spawner (113)", - "location": [672, 1825, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ghoul", "maxCount": 7, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e085923c-489c-4b7b-b9bf-c6a4ca1b60c1", - "name": "Spawner (113)", - "location": [2354, 3503, 0], - "map": "Trammel", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Alligator", "maxCount": 8, "probability": 100 }, - { "name": "Lizardman", "maxCount": 8, "probability": 100 }, - { "name": "SilverSerpent", "maxCount": 8, "probability": 100 }, - { "name": "Snake", "maxCount": 8, "probability": 100 }, - { "name": "Wisp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e0bc4302-a584-4339-b0b4-ebd374568aa7", - "name": "Spawner (113)", - "location": [1832, 517, 0], - "map": "Trammel", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 60, - "walkingRange": 60, - "entries": [ - { "name": "AirElemental", "maxCount": 1, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e146ad1f-0e5e-4018-956e-faddb83059ca", - "name": "Spawner (113)", - "location": [4511, 1394, 23], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "FrostSpider", "maxCount": 1, "probability": 100 }, - { "name": "FrostTroll", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e252043e-aff1-4bea-b8bc-32e668d5dd59", - "name": "Spawner (113)", - "location": [2375, 725, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Ghoul", "maxCount": 8, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e263026b-c626-4692-9a46-67aafc5bc4c0", - "name": "Spawner (113)", - "location": [4504, 1458, 8], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "TimberWolf", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e5029ee0-ff6b-4336-bd11-196cfba8392c", - "name": "Spawner (113)", - "location": [1021, 1415, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e62f1551-be29-4561-9de2-8029f7d167ea", - "name": "Spawner (113)", - "location": [2319, 591, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Ghoul", "maxCount": 8, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Orc", "maxCount": 8, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 8, "probability": 100 }, - { "name": "Skeleton", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e6349924-e5bd-4073-9b11-4836e15f9f91", - "name": "Spawner (113)", - "location": [793, 1088, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e6dfcbb5-788b-4b78-b87b-d3587f7ccc94", - "name": "Spawner (113)", - "location": [2028, 987, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 3, "probability": 100 }, - { "name": "Alligator", "maxCount": 3, "probability": 100 }, - { "name": "BogThing", "maxCount": 3, "probability": 100 }, - { "name": "Bogling", "maxCount": 3, "probability": 100 }, - { "name": "Corpser", "maxCount": 3, "probability": 100 }, - { "name": "GiantSerpent", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "StrongMongbat", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 3, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "SewerRat", "maxCount": 3, "probability": 100 }, - { "name": "Slime", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e7ba00e8-d827-4435-8455-690aa3f2482d", - "name": "Spawner (113)", - "location": [2372, 210, 0], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 9, "probability": 100 }, - { "name": "Lizardman", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Skeleton", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 }, - { "name": "Zombie", "maxCount": 9, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e97ce87e-cb97-493c-a692-d48ebf51a4a3", - "name": "Spawner (113)", - "location": [1898, 1265, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e9ef0197-6591-49f6-ae85-2a94712d64a6", - "name": "Spawner (113)", - "location": [1122, 718, 1], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eac45551-873f-48bb-9296-121cbd96318c", - "name": "Spawner (113)", - "location": [1427, 2525, 0], - "map": "Trammel", - "count": 50, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 150, - "walkingRange": 150, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ebb84eb3-cfb1-4925-9e17-ea98ad5df79e", - "name": "Spawner (113)", - "location": [1898, 1265, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ebbc9fcf-7284-4d3c-9d01-045bf8f31a5d", - "name": "Spawner (113)", - "location": [1723, 252, 16], - "map": "Trammel", - "count": 13, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "DireWolf", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 11, "probability": 100 }, - { "name": "Gazer", "maxCount": 11, "probability": 100 }, - { "name": "Harpy", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec76be04-eeb8-4466-9328-008c0a24ded9", - "name": "Spawner (113)", - "location": [1021, 1415, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 6, "probability": 100 }, - { "name": "Gazer", "maxCount": 6, "probability": 100 }, - { "name": "Harpy", "maxCount": 6, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 6, "probability": 100 }, - { "name": "Ogre", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ee147b0d-5a5f-4ad0-9d7a-974230bb3f53", - "name": "Spawner (113)", - "location": [798, 1935, 0], - "map": "Trammel", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "efb1438c-3ee7-466f-80b8-629a1e319b19", - "name": "Spawner (113)", - "location": [4500, 1382, 23], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "Cat", "maxCount": 1, "probability": 100 }, - { "name": "Chicken", "maxCount": 1, "probability": 100 }, - { "name": "Dog", "maxCount": 1, "probability": 100 }, - { "name": "Pig", "maxCount": 1, "probability": 100 }, - { "name": "Sheep", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "efe392b2-baea-4098-9549-0439983f0e4e", - "name": "Spawner (113)", - "location": [1276, 431, 16], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f019e22a-5265-452b-ac1f-9f1cd8018041", - "name": "Spawner (113)", - "location": [1216, 2259, 5], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "Imp", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f0a8c785-3472-41f4-b59b-e3a0252e6962", - "name": "Spawner (113)", - "location": [4571, 3572, 31], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 50, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f1707f1c-a8ae-4c20-9ae8-a8efea2f92dd", - "name": "Spawner (113)", - "location": [541, 1645, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 5, "probability": 100 }, - { "name": "DireWolf", "maxCount": 5, "probability": 100 }, - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Reaper", "maxCount": 5, "probability": 100 }, - { "name": "Skeleton", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f1e6337c-a7e4-4011-a777-d5e32ab30ace", - "name": "Spawner (113)", - "location": [1797, 1393, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 7, "probability": 100 }, - { "name": "DireWolf", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Reaper", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f2676738-8f89-44ba-bd49-531b4a48c13a", - "name": "Spawner (113)", - "location": [2171, 1356, 0], - "map": "Trammel", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "SavageShaman", "maxCount": 1, "probability": 100 }, - { "name": "Savage", "maxCount": 3, "probability": 100 }, - { "name": "SavageRider", "maxCount": 2, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 3, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f26c8e00-9f91-478b-8d8e-089f164d81cf", - "name": "Spawner (113)", - "location": [971, 1308, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f2ad3f8c-d318-42b4-8a19-20a025ee838d", - "name": "Spawner (113)", - "location": [1284, 433, 6], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f3cc3559-e015-4904-b37e-d464bcd6d7ef", - "name": "Spawner (113)", - "location": [2115, 48, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "Ettin", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f430ad0e-4341-455b-9f4e-230f9f461670", - "name": "Spawner (113)", - "location": [1475, 1958, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 5, "probability": 100 }, - { "name": "Mongbat", "maxCount": 5, "probability": 100 }, - { "name": "Orc", "maxCount": 5, "probability": 100 }, - { "name": "Ratman", "maxCount": 5, "probability": 100 }, - { "name": "Troll", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f4ca25be-16e8-4b4a-acc1-b87e77f4953e", - "name": "Spawner (113)", - "location": [909, 1175, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 11, "probability": 100 }, - { "name": "Ettin", "maxCount": 11, "probability": 100 }, - { "name": "Ghoul", "maxCount": 11, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 11, "probability": 100 }, - { "name": "Lizardman", "maxCount": 11, "probability": 100 }, - { "name": "Ogre", "maxCount": 11, "probability": 100 }, - { "name": "Orc", "maxCount": 11, "probability": 100 }, - { "name": "Reaper", "maxCount": 11, "probability": 100 }, - { "name": "Skeleton", "maxCount": 11, "probability": 100 }, - { "name": "Troll", "maxCount": 11, "probability": 100 }, - { "name": "Zombie", "maxCount": 11, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f4d67563-65b3-45b4-9cb9-02ecaf27d37e", - "name": "Spawner (113)", - "location": [418, 1665, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Corpser", "maxCount": 5, "probability": 100 }, - { "name": "DireWolf", "maxCount": 5, "probability": 100 }, - { "name": "Harpy", "maxCount": 5, "probability": 100 }, - { "name": "Reaper", "maxCount": 5, "probability": 100 }, - { "name": "Skeleton", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f5219997-2933-414d-b9c1-8a38c7d7169a", - "name": "Spawner (113)", - "location": [204, 1483, 0], - "map": "Trammel", - "count": 11, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 9, "probability": 100 }, - { "name": "DireWolf", "maxCount": 9, "probability": 100 }, - { "name": "Ettin", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Gazer", "maxCount": 9, "probability": 100 }, - { "name": "Harpy", "maxCount": 9, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "Troll", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f5d51f12-ef63-4187-ad60-00f961a67f30", - "name": "Spawner (113)", - "location": [3929, 235, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f608b229-cfdb-4397-9908-249713f11b1f", - "name": "Spawner (113)", - "location": [759, 1828, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ghoul", "maxCount": 7, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f62d079f-93a0-412b-a5a2-f088592be535", - "name": "Spawner (113)", - "location": [4576, 3356, 0], - "map": "Trammel", - "count": 10, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f67516b1-35ef-4231-890f-5626fccbfef1", - "name": "Spawner (113)", - "location": [608, 1702, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Wisp", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f689f7d9-5600-4199-86fd-e4bfc33e670f", - "name": "Spawner (113)", - "location": [2155, 1370, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f8d690f4-c3ea-4da8-973b-7e442dd4fc2d", - "name": "Spawner (113)", - "location": [1692, 1463, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f9e6dac6-5887-4a6e-a321-7166ad16b575", - "name": "Spawner (113)", - "location": [1905, 883, -1], - "map": "Trammel", - "count": 4, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "Ratman", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fa392213-96a7-4165-8c45-f5a96988b74e", - "name": "Spawner (113)", - "location": [2177, 3034, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Skeleton", "maxCount": 7, "probability": 100 }, - { "name": "Spectre", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fa7aa472-6b9e-4cc5-b138-720d5d413925", - "name": "Spawner (113)", - "location": [2659, 147, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "HeadlessOne", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 7, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb7f5bad-4b07-4c56-bd44-8fb33a088fa5", - "name": "Spawner (113)", - "location": [879, 1956, 0], - "map": "Trammel", - "count": 8, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Harpy", "maxCount": 8, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Troll", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc005a29-add5-4782-9fa3-5a15644b9d97", - "name": "Spawner (113)", - "location": [1060, 1375, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc7f9d6e-d0ce-4879-b674-ba5ed365450a", - "name": "Spawner (113)", - "location": [1089, 2033, 0], - "map": "Trammel", - "count": 9, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ettin", "maxCount": 2, "probability": 100 }, - { "name": "GiantSpider", "maxCount": 2, "probability": 100 }, - { "name": "Wisp", "maxCount": 1, "probability": 100 }, - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fe495dbf-3e33-4998-a844-3fdba286070b", - "name": "Spawner (113)", - "location": [1000, 330, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 }, - { "name": "Corpser", "maxCount": 10, "probability": 100 }, - { "name": "DireWolf", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 10, "probability": 100 }, - { "name": "Gazer", "maxCount": 10, "probability": 100 }, - { "name": "Harpy", "maxCount": 10, "probability": 100 }, - { "name": "Lizardman", "maxCount": 10, "probability": 100 }, - { "name": "Orc", "maxCount": 10, "probability": 100 }, - { "name": "Ratman", "maxCount": 10, "probability": 100 }, - { "name": "Reaper", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ffa2abe9-90a6-4b35-ae74-538bd30c2419", - "name": "Spawner (113)", - "location": [4057, 300, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:20:00", - "maxDelay": "00:20:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 4, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 4, "probability": 100 }, - { "name": "Walrus", "maxCount": 4, "probability": 100 }, - { "name": "WhiteWolf", "maxCount": 4, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/PaintedCaves.json b/Distribution/Data/Spawns/shared/trammel/PaintedCaves.json deleted file mode 100644 index e5549d9dd..000000000 --- a/Distribution/Data/Spawns/shared/trammel/PaintedCaves.json +++ /dev/null @@ -1,42 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "3cf3a839-be51-4f1c-8592-9a1f89b02b87", - "name": "Spawner (114)", - "location": [6279, 880, 1], - "map": "Trammel", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Cat", "maxCount": 6, "probability": 100 }, - { "name": "Dog", "maxCount": 6, "probability": 100 }, - { "name": "Rat", "maxCount": 6, "probability": 100 }, - { "name": "Cat", "maxCount": 1, "probability": 100 }, - { "name": "Dog", "maxCount": 1, "probability": 100 }, - { "name": "Rat", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "67d9fa9b-5bc4-4f2b-8f19-fc31af6f2333", - "name": "Spawner (114)", - "location": [6275, 879, -2], - "map": "Trammel", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Troglodyte", "maxCount": 3, "probability": 100 }, - { "name": "Grobu", "maxCount": 3, "probability": 100 }, - { "name": "Lurg", "maxCount": 3, "probability": 100 }, - { "name": "GiantRat", "maxCount": 3, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/PalaceOfParoxysmus.json b/Distribution/Data/Spawns/shared/trammel/PalaceOfParoxysmus.json deleted file mode 100644 index bb6828072..000000000 --- a/Distribution/Data/Spawns/shared/trammel/PalaceOfParoxysmus.json +++ /dev/null @@ -1,286 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "02cf36b9-6188-4bda-9e7f-66d0aac930b8", - "name": "Spawner (115)", - "location": [6416, 447, -40], - "map": "Trammel", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "PlagueBeast", "maxCount": 8, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 8, "probability": 100 }, - { "name": "AcidElemental", "maxCount": 7, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b986151-c607-40ec-b8b2-3b8a09e1e828", - "name": "Spawner (115)", - "location": [6292, 462, -50], - "map": "Trammel", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "ChaosDaemon", "maxCount": 7, "probability": 100 }, - { "name": "Moloch", "maxCount": 7, "probability": 100 }, - { "name": "Succubus", "maxCount": 7, "probability": 100 }, - { "name": "Daemon", "maxCount": 7, "probability": 100 }, - { "name": "Balron", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "546847b9-bd52-4a7b-be03-bd9b9f26cb17", - "name": "Spawner (115)", - "location": [6249, 352, 60], - "map": "Trammel", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "AcidElemental", "maxCount": 6, "probability": 100 }, - { "name": "EarthElemental", "maxCount": 6, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 6, "probability": 100 }, - { "name": "AcidElemental", "maxCount": 1, "probability": 100 }, - { "name": "EarthElemental", "maxCount": 1, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "676cc139-9378-4935-9667-0cbd86e0b2b1", - "name": "Spawner (115)", - "location": [6285, 353, 60], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "PoisonElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "851856f8-49a9-4dfd-95bc-e969d748bd9c", - "name": "Spawner (115)", - "location": [6404, 378, -40], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 18, - "walkingRange": 18, - "entries": [ - { "name": "AcidElemental", "maxCount": 2, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 2, "probability": 100 }, - { "name": "AcidElemental", "maxCount": 1, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8bbbe927-ffbd-4f1c-aa89-4982088f1dca", - "name": "Spawner (115)", - "location": [6298, 395, 60], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "EarthElemental", "maxCount": 2, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9599a1e0-f678-49f5-8ec6-c4f01998f96f", - "name": "Spawner (115)", - "location": [6295, 616, -50], - "map": "Trammel", - "count": 27, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Daemon", "maxCount": 6, "probability": 100 }, - { "name": "Succubus", "maxCount": 6, "probability": 100 }, - { "name": "InterredGrizzle", "maxCount": 6, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 6, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 6, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 6, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 3, "probability": 100 }, - { "name": "Putrefier", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeastLord", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ad7e7828-7b85-416c-8ca6-6a9e7de99d95", - "name": "Spawner (115)", - "location": [6319, 348, 60], - "map": "Trammel", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "EarthElemental", "maxCount": 5, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 5, "probability": 100 }, - { "name": "AcidElemental", "maxCount": 5, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 5, "probability": 100 }, - { "name": "EarthElemental", "maxCount": 1, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 1, "probability": 100 }, - { "name": "AcidElemental", "maxCount": 1, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bae60d5d-cbc7-4fed-ae27-75eb68d79870", - "name": "Spawner (115)", - "location": [6384, 580, -50], - "map": "Trammel", - "count": 31, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "InterredGrizzle", "maxCount": 4, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 4, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 3, "probability": 100 }, - { "name": "Balron", "maxCount": 9, "probability": 100 }, - { "name": "Succubus", "maxCount": 9, "probability": 100 }, - { "name": "Daemon", "maxCount": 9, "probability": 100 }, - { "name": "PlagueBeastLord", "maxCount": 11, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 11, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 11, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c32b93fc-8549-4d80-8d8a-de99e885a477", - "name": "Spawner (115)", - "location": [6353, 400, 60], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c3c0fc01-0e9e-420e-a994-ce64bc57a96e", - "name": "Spawner (115)", - "location": [6354, 455, -40], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "PlagueBeast", "maxCount": 5, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 5, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 5, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c68cc7ec-9447-455e-ac60-ab1d1f319bc5", - "name": "Spawner (115)", - "location": [6466, 543, -50], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Balron", "maxCount": 6, "probability": 100 }, - { "name": "Succubus", "maxCount": 6, "probability": 100 }, - { "name": "Daemon", "maxCount": 6, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 3, "probability": 100 }, - { "name": "PlagueBeastLord", "maxCount": 8, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 8, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 8, "probability": 100 }, - { "name": "InterredGrizzle", "maxCount": 5, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cb00720f-c41e-413f-8cec-b90e2fe72b4a", - "name": "Spawner (115)", - "location": [6328, 517, -50], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "PoisonElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dcc7984a-1911-4368-81df-344fa7b0a2b5", - "name": "Spawner (115)", - "location": [6418, 358, -40], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "PlagueSpawn", "maxCount": 12, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 12, "probability": 100 }, - { "name": "AcidElemental", "maxCount": 12, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 12, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 12, "probability": 100 }, - { "name": "PlagueSpawn", "maxCount": 2, "probability": 100 }, - { "name": "PlagueBeast", "maxCount": 2, "probability": 100 }, - { "name": "AcidElemental", "maxCount": 2, "probability": 100 }, - { "name": "CorrosiveSlime", "maxCount": 2, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/PrismOfLight.json b/Distribution/Data/Spawns/shared/trammel/PrismOfLight.json deleted file mode 100644 index a70a7dcde..000000000 --- a/Distribution/Data/Spawns/shared/trammel/PrismOfLight.json +++ /dev/null @@ -1,347 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "19d77ed8-3a64-4317-9570-c8a19dc885ed", - "name": "Spawner (116)", - "location": [6536, 79, -10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "CrystalDaemon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2b5f366f-9197-4fb0-842c-d7e50f9d3395", - "name": "Spawner (116)", - "location": [6478, 174, 4], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Wisp", "maxCount": 6, "probability": 100 }, - { "name": "CrystalWisp", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2bdadfea-e542-43dd-8391-a0a55761bd09", - "name": "Spawner (116)", - "location": [6509, 176, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "UnfrozenMummy", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3ad2e27a-0fe6-44eb-9a7e-1840e2333414", - "name": "Spawner (116)", - "location": [6572, 89, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "CrystalHydra", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3ce801dd-1e54-4eb6-b908-d095fc3ac3d6", - "name": "Spawner (116)", - "location": [6521, 139, -20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "44ede0db-e4a9-4fc2-bbd4-41741dc3a138", - "name": "Spawner (116)", - "location": [6552, 155, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Wisp", "maxCount": 5, "probability": 100 }, - { "name": "CrystalWisp", "maxCount": 5, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 5, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4664466b-b753-46bf-8d9a-4c66246ed060", - "name": "Spawner (116)", - "location": [6553, 157, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "CrystalLatticeSeeker", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "500789a1-6c13-4c8c-94c4-d7290a6d9238", - "name": "Spawner (116)", - "location": [6576, 91, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "CrystalSeaSerpent", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "57899529-d774-4c8f-a5b3-263237a5cb74", - "name": "Spawner (116)", - "location": [6507, 151, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Protector", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a151ef4-7184-49a1-b516-e2e5ba7973f4", - "name": "Spawner (116)", - "location": [6566, 120, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "CrystalVortex", "maxCount": 7, "probability": 100 }, - { "name": "IceElemental", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5e2e128a-5312-4afc-858f-4ee70783f6c8", - "name": "Spawner (116)", - "location": [6534, 178, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "CrystalWisp", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "68fe4e5a-136b-4f9d-8b23-1289f26cbfb3", - "name": "Spawner (116)", - "location": [6547, 91, -10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "CrystalDaemon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6c1abed9-6d57-4f20-a0e6-1598ab7b0602", - "name": "Spawner (116)", - "location": [6504, 181, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d47bfa4-0820-4805-865d-7a7f3e54e159", - "name": "Spawner (116)", - "location": [6510, 171, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Protector", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "70250ff2-f75d-4f6a-adcd-e32d3f8c05e4", - "name": "Spawner (116)", - "location": [6474, 74, -34], - "map": "Trammel", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Rat", "maxCount": 9, "probability": 100 }, - { "name": "IceSnake", "maxCount": 9, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9e39061c-b9fa-4988-abef-2eac1f2344f3", - "name": "Spawner (116)", - "location": [6578, 183, 31], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Ferret", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cb0719bf-0812-4551-a287-3fe92e6dd66b", - "name": "Spawner (116)", - "location": [6475, 101, -44], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "ShadowWisp", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d4e26c54-212c-4dc9-bbb8-a6e2ecd02d55", - "name": "Spawner (116)", - "location": [6530, 139, -20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Wisp", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d8d2b685-7458-494d-a596-90baea5763c8", - "name": "Spawner (116)", - "location": [6535, 179, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "CrystalWisp", "maxCount": 5, "probability": 100 }, - { "name": "CrystalLatticeSeeker", "maxCount": 5, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 5, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dbdcaa33-dad3-447b-be16-737b98732315", - "name": "Spawner (116)", - "location": [6532, 79, -10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "CrystalDaemon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ed761287-3375-4732-be78-2277dec45e2e", - "name": "Spawner (116)", - "location": [6502, 120, -10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 0, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/Reagents.json b/Distribution/Data/Spawns/shared/trammel/Reagents.json deleted file mode 100644 index 7aff0872d..000000000 --- a/Distribution/Data/Spawns/shared/trammel/Reagents.json +++ /dev/null @@ -1,1382 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "01bb3555-b7f0-4e46-b0ff-0b7266390cf3", - "name": "Spawner (129)", - "location": [4282, 3700, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0a64e927-c349-447b-930c-c4de5d8d257d", - "name": "Spawner (129)", - "location": [2750, 368, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0c8ebc0f-8be3-45a7-85bf-51960355ac9b", - "name": "Spawner (129)", - "location": [3130, 116, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "125b2482-f852-4e28-b180-1718ebb4d062", - "name": "Spawner (129)", - "location": [1070, 2320, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "159fe79b-9b72-475b-8a75-7da4f5cca213", - "name": "Spawner (129)", - "location": [2082, 60, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "15b9837c-a21b-46c8-9855-ac45895bdd07", - "name": "Spawner (129)", - "location": [5674, 3120, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1bba845c-2dc5-4395-b547-932b73723320", - "name": "Spawner (129)", - "location": [2474, 3956, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1fe40850-5b0c-4b89-880f-a64de82f0651", - "name": "Spawner (129)", - "location": [2054, 516, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "23205131-5ad2-41a7-a07a-bb7fe741e100", - "name": "Spawner (129)", - "location": [1694, 688, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "23902d00-71f8-4e7d-95d8-a237c88a77bd", - "name": "Spawner (129)", - "location": [1566, 1140, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2634bcca-5534-4964-97f3-e7f949d7f428", - "name": "Spawner (129)", - "location": [2226, 3532, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "29f7b655-522d-449b-a528-0bf2f4458aac", - "name": "Spawner (129)", - "location": [5926, 3888, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2bba2ae7-487a-434b-be26-4a3b8a33cbdf", - "name": "Spawner (129)", - "location": [2374, 652, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "30a36df2-0426-4686-b7b7-abff8e0db0fe", - "name": "Spawner (129)", - "location": [746, 636, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "31e3fd64-5ee4-43cb-95e5-10558cb9dfbe", - "name": "Spawner (129)", - "location": [1582, 2028, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3212484a-1a7f-4939-9704-f251885c3958", - "name": "Spawner (129)", - "location": [5934, 3436, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3d68c680-4113-41e3-8d15-bda7b4f8631b", - "name": "Spawner (129)", - "location": [702, 1752, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "41a38d34-c7a4-40b6-b95f-821fc2a8b77d", - "name": "Spawner (129)", - "location": [1134, 964, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4df7d7dd-b748-4680-9564-a561bd44a1ba", - "name": "Spawner (129)", - "location": [4710, 3796, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "53399cd4-2e2c-468d-9509-c794caa5a693", - "name": "Spawner (129)", - "location": [1410, 3796, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "546305f1-85c7-4072-864c-1a8c146b3b55", - "name": "Spawner (129)", - "location": [5618, 2744, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5d8b589d-c874-4358-88f7-581e4a9f5c04", - "name": "Spawner (129)", - "location": [718, 1180, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "60e9fe4d-adfa-43a4-b237-b07d751c58bb", - "name": "Spawner (129)", - "location": [3674, 1216, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6136db46-6bdb-40ca-8b33-9299b082585d", - "name": "Spawner (129)", - "location": [3714, 2152, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6a3759d1-5599-4a4d-9d3d-bb9dfd92bbf4", - "name": "Spawner (129)", - "location": [1934, 2328, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6c0091b8-6f09-437c-9e2f-7be1fbc92a9b", - "name": "Spawner (129)", - "location": [5474, 3904, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d2e8680-ffd9-43ff-bc25-dc0d1b290e7d", - "name": "Spawner (129)", - "location": [4570, 3340, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6e42372d-6d54-44c8-8e89-af54e9a086f4", - "name": "Spawner (129)", - "location": [1846, 3260, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81761c3a-8870-44aa-a753-2730826c047e", - "name": "Spawner (129)", - "location": [1150, 1876, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "820cbf36-79e2-4d81-9e18-d6fe00e18223", - "name": "Spawner (129)", - "location": [3602, 2948, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84464230-dfb3-41cf-acba-ff69341c5099", - "name": "Spawner (129)", - "location": [1466, 3032, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "97319bac-f1df-456d-bf1c-9819cf6b1fdc", - "name": "Spawner (129)", - "location": [1490, 2472, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98e1387c-8ef9-4fb5-b816-eaa040824d11", - "name": "Spawner (129)", - "location": [1114, 1416, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a3c31fb0-0ee3-4582-8fc1-9b80dca33840", - "name": "Spawner (129)", - "location": [2854, 816, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a78242f1-ab8f-46d6-b5d9-7652c2b01a86", - "name": "Spawner (129)", - "location": [366, 900, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a95d1ad3-6006-422c-8457-86b455be3589", - "name": "Spawner (129)", - "location": [5966, 2456, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "abbe6e65-1093-417c-8cb5-57314087f26b", - "name": "Spawner (129)", - "location": [342, 1464, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ad7ee5e1-f8ef-418f-a08e-7208a7f1e6db", - "name": "Spawner (129)", - "location": [5462, 3452, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ae94454e-1590-489c-801b-cf6a1bf4942f", - "name": "Spawner (129)", - "location": [3538, 2536, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "af3c879d-6b46-424a-85a2-8178306e3ed0", - "name": "Spawner (129)", - "location": [1078, 2772, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b59164a9-46d0-4751-89b6-4f4cd3059f2e", - "name": "Spawner (129)", - "location": [1658, 236, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b6ca6516-11a1-4797-8dc5-9895256a30c2", - "name": "Spawner (129)", - "location": [1286, 504, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bbe4df4d-2e1d-47da-97e4-ef89fe7a85e6", - "name": "Spawner (129)", - "location": [4426, 1028, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd345daf-05c6-4a88-9294-23ededf39f0e", - "name": "Spawner (129)", - "location": [5234, 3068, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "be631686-1638-4057-89af-f53b90b3c57f", - "name": "Spawner (129)", - "location": [5326, 2492, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bed21e3a-c8fa-44c0-a584-8d95e8c12cb8", - "name": "Spawner (129)", - "location": [2734, 2168, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bfd11968-9616-4213-922f-b645b97863e6", - "name": "Spawner (129)", - "location": [3198, 504, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c1b8bcfb-3ee9-4a4a-8ae3-1a8d955cd210", - "name": "Spawner (129)", - "location": [2490, 1096, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c230fcb8-e618-4853-9a08-1ea490cf6f9d", - "name": "Spawner (129)", - "location": [4590, 1448, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c714dac4-dbfb-4a12-94ea-4536cd915ca7", - "name": "Spawner (129)", - "location": [2930, 3476, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c90c7638-9e53-460d-85c3-52002d27f48f", - "name": "Spawner (129)", - "location": [6042, 2916, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c9dc0305-842f-4328-b377-a50189c056db", - "name": "Spawner (129)", - "location": [1938, 1408, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d2e9abe0-41c7-48e3-a9a7-45433525764f", - "name": "Spawner (129)", - "location": [3994, 328, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d69ca3b5-5114-4aa8-9ff9-fa1b32848294", - "name": "Spawner (129)", - "location": [1122, 3524, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d69d8667-b6eb-46b6-a480-e67290f6b12e", - "name": "Spawner (129)", - "location": [2522, 84, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "de6f1dd7-f7f4-449b-96c6-8c4e93df7ddc", - "name": "Spawner (129)", - "location": [2062, 964, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ea100cd7-2afd-4001-a2db-aa9e7de29957", - "name": "Spawner (129)", - "location": [642, 2216, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f73e2029-5699-40d8-9c3e-71fee49654fa", - "name": "Spawner (129)", - "location": [4166, 584, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fe92f02b-a3b1-4bf2-add0-ca9a447f6982", - "name": "Spawner (129)", - "location": [1514, 1584, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fedbe286-f965-4ce8-95d2-0e78001edb80", - "name": "Spawner (129)", - "location": [1850, 2796, 0], - "map": "Trammel", - "count": 160, - "minDelay": "00:11:00", - "maxDelay": "00:23:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "BlackPearl", "maxCount": 160, "probability": 100 }, - { "name": "Bloodmoss", "maxCount": 160, "probability": 100 }, - { "name": "SpidersSilk", "maxCount": 160, "probability": 100 }, - { "name": "SulfurousAsh", "maxCount": 160, "probability": 100 }, - { "name": "Garlic", "maxCount": 160, "probability": 100 }, - { "name": "Ginseng", "maxCount": 160, "probability": 100 }, - { "name": "Nightshade", "maxCount": 160, "probability": 100 }, - { "name": "MandrakeRoot", "maxCount": 160, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/Sanctuary.json b/Distribution/Data/Spawns/shared/trammel/Sanctuary.json deleted file mode 100644 index 1af2f9e18..000000000 --- a/Distribution/Data/Spawns/shared/trammel/Sanctuary.json +++ /dev/null @@ -1,222 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "01891c2e-7b0f-4f3e-81a6-199eb062ec9c", - "name": "Spawner (117)", - "location": [6168, 117, 0], - "map": "Trammel", - "count": 34, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Ratman", "maxCount": 11, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 11, "probability": 100 }, - { "name": "RatmanMage", "maxCount": 11, "probability": 100 }, - { "name": "Changeling", "maxCount": 11, "probability": 100 }, - { "name": "Doppleganger", "maxCount": 11, "probability": 100 }, - { "name": "Dog", "maxCount": 9, "probability": 100 }, - { "name": "Chicken", "maxCount": 9, "probability": 100 }, - { "name": "Cat", "maxCount": 9, "probability": 100 }, - { "name": "Boar", "maxCount": 9, "probability": 100 }, - { "name": "Bird", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 3, "probability": 100 }, - { "name": "Titan", "maxCount": 3, "probability": 100 }, - { "name": "Cyclops", "maxCount": 3, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 5, "probability": 100 }, - { "name": "orcscout", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0983061e-4deb-4750-8f2b-ee10756735ec", - "name": "Spawner (117)", - "location": [6184, 29, 0], - "map": "Trammel", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Bird", "maxCount": 6, "probability": 100 }, - { "name": "Chicken", "maxCount": 6, "probability": 100 }, - { "name": "Rat", "maxCount": 6, "probability": 100 }, - { "name": "Dog", "maxCount": 6, "probability": 100 }, - { "name": "Doppleganger", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "18850a42-5089-43d9-9f0c-1adca014ed3e", - "name": "Spawner (117)", - "location": [6349, 89, -20], - "map": "Trammel", - "count": 30, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 70, - "walkingRange": 70, - "entries": [ - { "name": "Ratman", "maxCount": 18, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 18, "probability": 100 }, - { "name": "Chiikkaha", "maxCount": 18, "probability": 100 }, - { "name": "Titan", "maxCount": 18, "probability": 100 }, - { "name": "Cyclops", "maxCount": 18, "probability": 100 }, - { "name": "Rat", "maxCount": 18, "probability": 100 }, - { "name": "Ratman", "maxCount": 4, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 4, "probability": 100 }, - { "name": "Chiikkaha", "maxCount": 2, "probability": 100 }, - { "name": "Titan", "maxCount": 2, "probability": 100 }, - { "name": "Cyclops", "maxCount": 2, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2862d617-a6ad-449e-b063-3a11f39753d7", - "name": "Spawner (117)", - "location": [6265, 48, -10], - "map": "Trammel", - "count": 53, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Szavetra", "maxCount": 22, "probability": 100 }, - { "name": "Imp", "maxCount": 22, "probability": 100 }, - { "name": "Titan", "maxCount": 22, "probability": 100 }, - { "name": "Snake", "maxCount": 22, "probability": 100 }, - { "name": "Ratman", "maxCount": 22, "probability": 100 }, - { "name": "Doppleganger", "maxCount": 22, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 22, "probability": 100 }, - { "name": "Cow", "maxCount": 18, "probability": 100 }, - { "name": "Bull", "maxCount": 18, "probability": 100 }, - { "name": "Chicken", "maxCount": 18, "probability": 100 }, - { "name": "Bird", "maxCount": 18, "probability": 100 }, - { "name": "Pig", "maxCount": 18, "probability": 100 }, - { "name": "Dog", "maxCount": 18, "probability": 100 }, - { "name": "Goat", "maxCount": 18, "probability": 100 }, - { "name": "Cat", "maxCount": 18, "probability": 100 }, - { "name": "Rat", "maxCount": 18, "probability": 100 }, - { "name": "Orc", "maxCount": 9, "probability": 100 }, - { "name": "OrcCaptain", "maxCount": 9, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 9, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "Ogre", "maxCount": 4, "probability": 100 }, - { "name": "OgreLord", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "28f37a01-81c7-4090-a181-5cd3f670ef72", - "name": "Spawner (117)", - "location": [6187, 101, 0], - "map": "Trammel", - "count": 34, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Titan", "maxCount": 10, "probability": 100 }, - { "name": "Ettin", "maxCount": 10, "probability": 100 }, - { "name": "Doppleganger", "maxCount": 10, "probability": 100 }, - { "name": "MougGuur", "maxCount": 10, "probability": 100 }, - { "name": "Dog", "maxCount": 10, "probability": 100 }, - { "name": "Chicken", "maxCount": 10, "probability": 100 }, - { "name": "Rat", "maxCount": 10, "probability": 100 }, - { "name": "Cow", "maxCount": 10, "probability": 100 }, - { "name": "Bull", "maxCount": 10, "probability": 100 }, - { "name": "OrcBomber", "maxCount": 7, "probability": 100 }, - { "name": "OrcBrute", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Snake", "maxCount": 7, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 7, "probability": 100 }, - { "name": "Ogre", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "499d7a5c-d73c-4e43-889f-f88bc94cf40e", - "name": "Spawner (117)", - "location": [6263, 118, -10], - "map": "Trammel", - "count": 24, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Chicken", "maxCount": 6, "probability": 100 }, - { "name": "Bird", "maxCount": 6, "probability": 100 }, - { "name": "Dog", "maxCount": 3, "probability": 100 }, - { "name": "Cat", "maxCount": 3, "probability": 100 }, - { "name": "Cow", "maxCount": 6, "probability": 100 }, - { "name": "Bull", "maxCount": 6, "probability": 100 }, - { "name": "Pig", "maxCount": 3, "probability": 100 }, - { "name": "Boar", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5f510865-94bd-49b7-90bf-c24131ef1151", - "name": "Spawner (117)", - "location": [6191, 155, 0], - "map": "Trammel", - "count": 42, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Changeling", "maxCount": 18, "probability": 100 }, - { "name": "Ratman", "maxCount": 18, "probability": 100 }, - { "name": "Ettin", "maxCount": 18, "probability": 100 }, - { "name": "Titan", "maxCount": 18, "probability": 100 }, - { "name": "RatmanArcher", "maxCount": 18, "probability": 100 }, - { "name": "RatmanMage", "maxCount": 18, "probability": 100 }, - { "name": "Goat", "maxCount": 12, "probability": 100 }, - { "name": "Pig", "maxCount": 12, "probability": 100 }, - { "name": "Cow", "maxCount": 12, "probability": 100 }, - { "name": "Bull", "maxCount": 12, "probability": 100 }, - { "name": "Rat", "maxCount": 12, "probability": 100 }, - { "name": "GargoyleEnforcer", "maxCount": 9, "probability": 100 }, - { "name": "GargoyleDestroyer", "maxCount": 9, "probability": 100 }, - { "name": "Gargoyle", "maxCount": 9, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e35998b5-c9fa-4547-b793-3efeeca0253f", - "name": "Spawner (117)", - "location": [6189, 71, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "OgreLord", "maxCount": 8, "probability": 100 }, - { "name": "OrcishLord", "maxCount": 8, "probability": 100 }, - { "name": "Ratman", "maxCount": 8, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Cow", "maxCount": 4, "probability": 100 }, - { "name": "Bull", "maxCount": 4, "probability": 100 }, - { "name": "Pig", "maxCount": 4, "probability": 100 }, - { "name": "Chicken", "maxCount": 4, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/SeaLife.json b/Distribution/Data/Spawns/shared/trammel/SeaLife.json deleted file mode 100644 index 4bffb5ecc..000000000 --- a/Distribution/Data/Spawns/shared/trammel/SeaLife.json +++ /dev/null @@ -1,2396 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "01b080a0-d726-4fd8-92b2-fe774c8c5646", - "name": "Spawner (118)", - "location": [840, 2863, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "062057b0-ded5-4aed-8ed7-1ea3204bbc27", - "name": "Spawner (118)", - "location": [2368, 2799, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0725865a-b679-4d54-ad18-8238b2eb6f38", - "name": "Spawner (118)", - "location": [4112, 791, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "07b89a5e-cd89-4448-8b46-56bdd1d989a8", - "name": "Spawner (118)", - "location": [3267, 1717, -5], - "map": "Trammel", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 130, - "walkingRange": 130, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 13, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 13, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 13, "probability": 100 }, - { "name": "Kraken", "maxCount": 13, "probability": 100 }, - { "name": "Dolphin", "maxCount": 4, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0a3d212e-7f85-4ed1-84f6-e0cab9db1504", - "name": "Spawner (118)", - "location": [107, 909, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0e68a1d8-740d-4fef-b2a6-204c774cbc0a", - "name": "Spawner (118)", - "location": [2792, 2951, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "103196d1-0c89-4383-9e0e-a0b01aaf3c20", - "name": "Spawner (118)", - "location": [3408, 1407, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "10b4a195-d28e-4534-b058-ce0d08ad7ae4", - "name": "Spawner (118)", - "location": [2395, 1405, -5], - "map": "Trammel", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 130, - "walkingRange": 130, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 13, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 13, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 13, "probability": 100 }, - { "name": "Kraken", "maxCount": 13, "probability": 100 }, - { "name": "Dolphin", "maxCount": 4, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1313a5ba-08e2-450f-850e-e3b8dd09d2ac", - "name": "Spawner (118)", - "location": [2392, 2031, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "144aa07d-868c-4d0a-b4b8-fb127d1f9651", - "name": "Spawner (118)", - "location": [3240, 3151, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "15221ce6-7198-4de6-b750-6610f6680d51", - "name": "Spawner (118)", - "location": [931, 141, -5], - "map": "Trammel", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 130, - "walkingRange": 130, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 13, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 13, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 13, "probability": 100 }, - { "name": "Kraken", "maxCount": 13, "probability": 100 }, - { "name": "Dolphin", "maxCount": 4, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1a02156e-b816-4c27-8dd0-f377e6378524", - "name": "Spawner (118)", - "location": [2291, 3181, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1b48857b-fc9d-42ef-8d0b-e372a256d37b", - "name": "Spawner (118)", - "location": [3688, 439, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1ce072bf-6016-4902-bb6c-7cf6626eeb1f", - "name": "Spawner (118)", - "location": [168, 1743, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1d2e0d12-3e70-4572-8cae-ccc6f7bfd585", - "name": "Spawner (118)", - "location": [2208, 1703, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1e293bc0-3f8c-44b5-b5d3-e13f6c03353f", - "name": "Spawner (118)", - "location": [184, 191, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2191b9c5-c69e-4a83-bc9f-f17cced550b3", - "name": "Spawner (118)", - "location": [3811, 109, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "23637b7b-52d1-4ae2-95ff-e08be730be14", - "name": "Spawner (118)", - "location": [979, 3997, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "23fac61f-7a20-4329-8a8e-6136e0fab29e", - "name": "Spawner (118)", - "location": [4888, 375, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2640ac8d-34c1-4869-8f3e-7533872fc883", - "name": "Spawner (118)", - "location": [4008, 2767, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2ecb155b-60d2-4de3-9c43-330d492797ac", - "name": "Spawner (118)", - "location": [4955, 3997, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2f9961f3-4539-4558-a08d-e55c0ffabb57", - "name": "Spawner (118)", - "location": [2752, 1455, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2fb5cbd9-1d4b-4e04-a3e3-a90e53dc60ba", - "name": "Spawner (118)", - "location": [3328, 2063, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "301c54c5-7fe3-4538-903c-396311156077", - "name": "Spawner (118)", - "location": [147, 3213, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "306cfd71-75e0-43de-b0b0-16c5271b8da8", - "name": "Spawner (118)", - "location": [4896, 2119, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "33bc2f0f-243c-40d2-bf2d-dad2466fa1dc", - "name": "Spawner (118)", - "location": [896, 3695, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "39e15c45-9188-4dbf-aab7-17a8c633911c", - "name": "Spawner (118)", - "location": [200, 3879, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3f604920-6da5-4233-ac70-c870acfa2c9a", - "name": "Spawner (118)", - "location": [208, 2503, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "405e5843-eff4-41c2-b17a-f3d9468fa0b2", - "name": "Spawner (118)", - "location": [3088, 2759, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "40854e37-49b5-485d-b2e4-c514f7e04657", - "name": "Spawner (118)", - "location": [4904, 759, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "40a637b6-5c6b-4a77-885a-da2491d97e5f", - "name": "Spawner (118)", - "location": [4400, 2527, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4209e2ed-53c1-45f1-9987-49f5ba958ec8", - "name": "Spawner (118)", - "location": [544, 3719, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4707f57e-e053-4515-8905-ead9aab81c34", - "name": "Spawner (118)", - "location": [4731, 3997, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4a76c8c9-5e59-4915-9f25-d9503f076b0d", - "name": "Spawner (118)", - "location": [200, 2103, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4c974c21-e97f-4ab5-a375-8d24a2b25f8f", - "name": "Spawner (118)", - "location": [4032, 2039, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4f5e480b-e325-405d-9250-55050cb07bab", - "name": "Spawner (118)", - "location": [824, 3287, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4f7e8b07-f31c-418d-a11f-a45c0b4096e1", - "name": "Spawner (118)", - "location": [600, 2511, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4fa56369-c24e-46da-872d-f2a43d43ceee", - "name": "Spawner (118)", - "location": [192, 2895, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4fbde8d9-735a-41d0-a2a9-e2d1a0a201e0", - "name": "Spawner (118)", - "location": [4392, 823, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "517db203-cdaa-41f6-93f2-906280e1344d", - "name": "Spawner (118)", - "location": [4864, 2831, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54c24f2b-a9b4-4a6b-a005-4974491cb4b8", - "name": "Spawner (118)", - "location": [2320, 4007, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "55c44ca9-d830-4a74-bb0f-e529edef11e1", - "name": "Spawner (118)", - "location": [3672, 1535, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5af749ec-cde5-4635-a69c-8d9df732688c", - "name": "Spawner (118)", - "location": [4363, 1981, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5af7b6a7-f921-4188-9f09-c7d45bf22b58", - "name": "Spawner (118)", - "location": [3344, 3479, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5b4931fa-70ca-4abc-b62a-4496f8d6bd3b", - "name": "Spawner (118)", - "location": [3891, 733, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5d9c9755-604e-4cad-b35c-f8f910ff42f1", - "name": "Spawner (118)", - "location": [4896, 1519, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5db1f5df-d7c7-4d1b-a938-a0008044eba8", - "name": "Spawner (118)", - "location": [4016, 1031, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5e4f0bf4-79c5-463f-8c3e-7dc5c38c9e0f", - "name": "Spawner (118)", - "location": [2768, 3847, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6bee85a9-3484-41ed-bf30-bc94accd887c", - "name": "Spawner (118)", - "location": [4307, 3965, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6cdb8fc8-8406-4535-a2e1-7f663e171f39", - "name": "Spawner (118)", - "location": [3123, 1485, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d3d6b34-3a34-4b08-afaf-2d7d27071c5a", - "name": "Spawner (118)", - "location": [3984, 2423, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6ef0ce60-872f-47a8-b8c7-288de410fd37", - "name": "Spawner (118)", - "location": [1580, 75, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6ffba6b0-025d-4465-9bf8-1c7e22f8dea1", - "name": "Spawner (118)", - "location": [4995, 1829, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "71147c8d-bc3f-4d7f-a2e8-04b3cd99fc21", - "name": "Spawner (118)", - "location": [3568, 3215, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "71890746-952f-4b24-a473-76515b23e7e6", - "name": "Spawner (118)", - "location": [1336, 79, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "769bcacc-1b82-4198-b3c5-6f19c298f770", - "name": "Spawner (118)", - "location": [1187, 3885, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "796cf3aa-e1ce-4249-b39a-97246dbd2a82", - "name": "Spawner (118)", - "location": [3888, 3167, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7be74f9e-3d46-49c1-8845-f2891a31472b", - "name": "Spawner (118)", - "location": [139, 1173, -5], - "map": "Trammel", - "count": 18, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 130, - "walkingRange": 130, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 13, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 13, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 13, "probability": 100 }, - { "name": "Kraken", "maxCount": 13, "probability": 100 }, - { "name": "Dolphin", "maxCount": 4, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7c9ea5dd-8743-4733-990c-44ba4af4c3b0", - "name": "Spawner (118)", - "location": [4536, 2847, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7cceffb4-478d-44b1-a66f-c932e0c8d7e0", - "name": "Spawner (118)", - "location": [1792, 79, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7d4b5771-7c1e-4bf1-a7ff-40815ccc6e43", - "name": "Spawner (118)", - "location": [3256, 1031, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8158ece9-f497-4858-a0a2-ce68e1bd9b55", - "name": "Spawner (118)", - "location": [2400, 2399, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d36c3ef-0186-4aa2-8248-e32fa525c5d1", - "name": "Spawner (118)", - "location": [3603, 125, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8df655e8-c716-4ad9-8ed9-4a5fc03ae90e", - "name": "Spawner (118)", - "location": [4912, 2471, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8f431e71-483c-4493-9f2f-80e89d6f0554", - "name": "Spawner (118)", - "location": [4352, 215, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "934908c0-3860-4133-a090-ea95e09e10a0", - "name": "Spawner (118)", - "location": [512, 2919, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "95014bb0-76a6-4bc9-8b10-79296fa33ad6", - "name": "Spawner (118)", - "location": [2744, 2567, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9576fcbe-ac4f-4382-931a-18d85664a5c4", - "name": "Spawner (118)", - "location": [2971, 1605, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98a90cb4-d8a4-46cb-a791-3767989189a7", - "name": "Spawner (118)", - "location": [3576, 823, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9a4c154b-5279-42ee-bdd6-98873ee0bcec", - "name": "Spawner (118)", - "location": [3176, 2383, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9aac32c6-3e67-4413-9ded-df193f4cd205", - "name": "Spawner (118)", - "location": [4667, 109, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9ab3a044-b6f4-4fda-b048-e4da84173f15", - "name": "Spawner (118)", - "location": [4275, 1309, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9cf6fa1b-6813-491f-ab42-5308c43fe9f5", - "name": "Spawner (118)", - "location": [731, 3989, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a1d3c81c-4063-4c1b-a855-bc98dc5f1c6d", - "name": "Spawner (118)", - "location": [2624, 1775, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a432cdec-33eb-492d-93a8-6c8557cf643c", - "name": "Spawner (118)", - "location": [3560, 3871, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a62d0aec-b3d0-4ef7-b81a-304bc4e317e5", - "name": "Spawner (118)", - "location": [4192, 2975, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a84139ff-b09e-4b56-b69c-5a2a19ae0cab", - "name": "Spawner (118)", - "location": [3968, 3895, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a8f72a6c-ac20-4b11-9f88-d7ac1fcc16d3", - "name": "Spawner (118)", - "location": [4283, 2221, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa8fc3ef-70ac-4310-aca2-44e2f5756e2f", - "name": "Spawner (118)", - "location": [3776, 3519, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aacc2b81-5061-4474-af3a-3128191b5515", - "name": "Spawner (118)", - "location": [2952, 1239, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "abe19479-98b3-4b2d-a030-b0719a2016e4", - "name": "Spawner (118)", - "location": [2072, 2527, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "abfabdf0-bf96-4776-8036-8bd8449fa042", - "name": "Spawner (118)", - "location": [592, 223, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ac69ff02-6f53-401b-830d-e5cd4b8cfb6d", - "name": "Spawner (118)", - "location": [2608, 3295, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b258c234-07e5-4a5e-8083-e95cee0aa7c2", - "name": "Spawner (118)", - "location": [4048, 63, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b70aa657-8435-4c48-bae7-38c62fd87d02", - "name": "Spawner (118)", - "location": [4904, 1127, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b85b2928-f90d-4814-aee9-099661bb58bc", - "name": "Spawner (118)", - "location": [4984, 3567, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bee3753d-3d3b-4a69-94b7-a9396767b655", - "name": "Spawner (118)", - "location": [4600, 1751, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bee4ac0d-312f-4bed-8690-545f989cbf2b", - "name": "Spawner (118)", - "location": [3992, 1447, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf8e1268-6e29-4feb-8ad5-4f7f2e0b81d0", - "name": "Spawner (118)", - "location": [3931, 1757, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c00499fb-21a8-48a6-9140-72e1b964da3d", - "name": "Spawner (118)", - "location": [1866, 1798, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c5a35e9a-e886-4acb-be41-17fbfc5c28d2", - "name": "Spawner (118)", - "location": [2227, 3533, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ce84448b-cd5c-4db2-9623-807a216f2e65", - "name": "Spawner (118)", - "location": [3520, 2263, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ce95bb5c-8753-4ae6-a109-5abcf47d36c9", - "name": "Spawner (118)", - "location": [3168, 3871, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d7e454a9-f662-438f-aedf-1f7813c34536", - "name": "Spawner (118)", - "location": [4992, 3791, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da0f30cb-55c4-42a9-896a-1327277ed67e", - "name": "Spawner (118)", - "location": [200, 559, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dc9c68d1-115b-4d9f-a75a-1c7b914f865d", - "name": "Spawner (118)", - "location": [5003, 101, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dcb85ac4-7906-49f5-9e13-223112e63dc3", - "name": "Spawner (118)", - "location": [4512, 583, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd078e33-7679-49ae-bc54-4be36e1e3c61", - "name": "Spawner (118)", - "location": [1891, 3597, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "def01738-95eb-4463-9025-57f58ab767c8", - "name": "Spawner (118)", - "location": [3008, 1895, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df266a1d-632f-4a87-a31d-1e5dc6bccf9f", - "name": "Spawner (118)", - "location": [4896, 3215, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e68e3874-1188-4c5b-9909-4539e8119a58", - "name": "Spawner (118)", - "location": [2931, 3245, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eac92a71-5b24-4bb0-9518-d07ea06e1deb", - "name": "Spawner (118)", - "location": [1720, 3879, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ebfc8a09-79e6-4af0-9436-4728c1c8f90f", - "name": "Spawner (118)", - "location": [1395, 3421, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ef51ae2c-fc05-45af-8b7c-c8db93d36a3d", - "name": "Spawner (118)", - "location": [480, 3351, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ef98baa5-fd8a-4c7e-abe6-2f9e2972e0e6", - "name": "Spawner (118)", - "location": [496, 1879, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f1cbdc49-7c36-4f0a-9c71-0c7ac05f6519", - "name": "Spawner (118)", - "location": [2288, 3767, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f295d667-2c49-4737-be40-1e50874b6308", - "name": "Spawner (118)", - "location": [4624, 2199, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f2d164cb-e8de-4998-b1d2-457408ba7d68", - "name": "Spawner (118)", - "location": [176, 3551, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f334a29c-42e6-4c51-a19a-9bdbd57efb70", - "name": "Spawner (118)", - "location": [2008, 4007, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f3473140-bfcf-4672-b602-5a26d6273ff9", - "name": "Spawner (118)", - "location": [3616, 1807, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fa433125-925e-4c08-b036-6d42c8c2ac42", - "name": "Spawner (118)", - "location": [4232, 1655, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fafb6838-5696-495e-8633-ae7909d2607b", - "name": "Spawner (118)", - "location": [496, 527, -5], - "map": "Trammel", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 175, - "walkingRange": 175, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 15, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 15, "probability": 100 }, - { "name": "Kraken", "maxCount": 15, "probability": 100 }, - { "name": "Dolphin", "maxCount": 6, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fe6e7d88-7bb3-4492-9aec-2d002562c69a", - "name": "Spawner (118)", - "location": [2040, 3751, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fe923a99-b8c8-443c-993d-2925273bcb35", - "name": "Spawner (118)", - "location": [491, 4013, -5], - "map": "Trammel", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "DeepSeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 10, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 10, "probability": 100 }, - { "name": "Kraken", "maxCount": 10, "probability": 100 }, - { "name": "Dolphin", "maxCount": 2, "probability": 100 }, - { "name": "SeaHorse", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/Shame.json b/Distribution/Data/Spawns/shared/trammel/Shame.json deleted file mode 100644 index cbc86099a..000000000 --- a/Distribution/Data/Spawns/shared/trammel/Shame.json +++ /dev/null @@ -1,1865 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "001ee924-4432-49b8-b36b-b617d376c561", - "name": "Spawner (119)", - "location": [5603, 93, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 25, - "entries": [ - { "name": "DullCopperElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "008c5583-538b-4a11-a7c0-3fbd453b9a25", - "name": "Spawner (119)", - "location": [5733, 91, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "079c93fb-f739-40a5-a21d-0a4aba793bc8", - "name": "Spawner (119)", - "location": [5575, 16, 10], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "08ada2f5-25a8-4964-a067-c74348006ff5", - "name": "Spawner (119)", - "location": [5604, 166, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "09ded4e4-5965-4d2b-b5bd-d19dd22d1d78", - "name": "Spawner (119)", - "location": [5404, 93, 10], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f0f2698-3569-4115-8e04-3792d50dfabc", - "name": "Spawner (119)", - "location": [5594, 182, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Kraken", "maxCount": 1, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 1, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "10bd98c5-918f-4da9-9073-5bd147f09113", - "name": "Spawner (119)", - "location": [5475, 190, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "18fc907b-29dc-48b4-ad1c-7dbc4d94c838", - "name": "Spawner (119)", - "location": [5730, 93, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "19050742-7cad-48c2-b1bd-1a6da29d076c", - "name": "Spawner (119)", - "location": [5817, 83, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1d32e77e-c8dd-4626-81e5-ef5e71cc2c4d", - "name": "Spawner (119)", - "location": [5468, 109, 35], - "map": "Trammel", - "count": 26, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 6, "probability": 100 }, - { "name": "Scorpion", "maxCount": 20, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1d390a29-becb-4f59-b28d-a07fec3f5f60", - "name": "Spawner (119)", - "location": [5727, 72, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "21d404c6-8dcc-49a1-b03c-ae4ef9898b55", - "name": "Spawner (119)", - "location": [5804, 12, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2237b125-9c62-49d2-8969-0a408f480409", - "name": "Spawner (119)", - "location": [5416, 59, -15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "22645272-781c-4559-9897-622f9c8c78cf", - "name": "Spawner (119)", - "location": [5698, 57, 5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2771037f-84f2-43da-98d9-db67d02d1431", - "name": "Spawner (119)", - "location": [5557, 222, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Kraken", "maxCount": 2, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 2, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "29b1dfff-7701-4436-9bf1-9b31e8ee667c", - "name": "Spawner (119)", - "location": [5711, 97, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Kraken", "maxCount": 1, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 1, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2d37c623-d85a-4986-878b-3db1485a3932", - "name": "Spawner (119)", - "location": [5760, 99, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AcidElemental", "maxCount": 2, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "Scorpion", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "30d586e5-c20c-44c1-af6c-5b73b505fdf6", - "name": "Spawner (119)", - "location": [5723, 73, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "314487e0-1198-40a4-b0c9-d37c010700b4", - "name": "Spawner (119)", - "location": [5411, 163, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 1, "probability": 100 }, - { "name": "Scorpion", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "32fbcd32-5e8c-4061-b8d3-760447f9d436", - "name": "Spawner (119)", - "location": [5394, 11, 30], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3b03d43c-d591-4845-bf47-815b88c21c29", - "name": "Spawner (119)", - "location": [5441, 187, 0], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 5426, "y": 172, "z": 0 }, - "end": { "x": 5456, "y": 202, "z": 43 } - }, - "walkingRange": 30, - "entries": [ - { "name": "EvilMage", "maxCount": 5, "probability": 100 }, - { "name": "EvilMageLord", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3bed0f7f-ea30-4440-8a18-93377ac6ce62", - "name": "Spawner (119)", - "location": [5456, 157, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3ed65348-422d-4f40-86e9-14b3cb8fa14b", - "name": "Spawner (119)", - "location": [5595, 82, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Kraken", "maxCount": 1, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "46f4e0e9-6b99-4e2e-a7ca-2a4c8a429f52", - "name": "Spawner (119)", - "location": [5605, 202, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "481e0770-ef9b-4f8c-975f-06f954ede9d8", - "name": "Spawner (119)", - "location": [5474, 176, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "490f88ed-d12a-419f-9c25-02766dd7acbe", - "name": "Spawner (119)", - "location": [5725, 78, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4cf19ca1-b747-42ff-b6ba-647eb155a930", - "name": "Spawner (119)", - "location": [5615, 173, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4df550f5-2395-4415-bce2-780cef42016e", - "name": "Spawner (119)", - "location": [5546, 118, -5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4ec81dd8-9d60-4705-81bd-8cd7e50ba6c6", - "name": "Spawner (119)", - "location": [5402, 58, -20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "509eea60-a86e-406f-80dd-32310ad518cd", - "name": "Spawner (119)", - "location": [5405, 185, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "521558b3-b945-413e-b3fb-3d8ec3498ce2", - "name": "Spawner (119)", - "location": [5410, 170, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54528337-9b35-44af-80d4-ef8176ac81d2", - "name": "Spawner (119)", - "location": [5701, 60, 5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "56012eb5-81d3-4912-9910-4a08a69ac977", - "name": "Spawner (119)", - "location": [5717, 58, 5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5b5cc1fc-cbae-4895-b1f8-f05ee581851c", - "name": "Spawner (119)", - "location": [5615, 18, 10], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "DullCopperElemental", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "67c32364-17d1-4910-9dc2-0c5f849e3c3a", - "name": "Spawner (119)", - "location": [5603, 116, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "DullCopperElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "69104c32-673c-44d2-9326-7d4d03633df3", - "name": "Spawner (119)", - "location": [5730, 90, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "69e9d6d7-5fa3-40e6-bae3-5eb077de6a00", - "name": "Spawner (119)", - "location": [5469, 211, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Kraken", "maxCount": 1, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 1, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6a7ec713-9962-445d-90c4-78bb4424b61c", - "name": "Spawner (119)", - "location": [5404, 43, 30], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6cd6d9d8-95d2-4517-bce2-bc0172947842", - "name": "Spawner (119)", - "location": [5412, 164, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "EarthElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d97533a-8934-4eff-95f5-1ade2f51a092", - "name": "Spawner (119)", - "location": [5708, 43, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Kraken", "maxCount": 1, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6e6b46bf-7fdd-44c9-a7be-4f5d4a5ad13f", - "name": "Spawner (119)", - "location": [5536, 119, -5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6f6ac8eb-4d03-40b4-9a85-ecfadeae978d", - "name": "Spawner (119)", - "location": [5400, 45, 30], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "719a5843-5c2b-4fe2-9606-5cfe1bea7fcc", - "name": "Spawner (119)", - "location": [5439, 137, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "725c89d8-4f6d-429b-ac19-f467eaab6f3d", - "name": "Spawner (119)", - "location": [5819, 50, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "EvilMage", "maxCount": 1, "probability": 100 }, - { "name": "EvilMageLord", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72ee6353-de85-4b30-bd7e-5b3bb8274c8e", - "name": "Spawner (119)", - "location": [5434, 100, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7492a94d-efd9-4505-a057-1e260cc4adbb", - "name": "Spawner (119)", - "location": [5828, 42, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Kraken", "maxCount": 1, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7661fbb1-6302-4c11-9ee6-14cc5f24b79e", - "name": "Spawner (119)", - "location": [5392, 10, 30], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "773e4496-e32b-4ab8-aac2-969f0c927494", - "name": "Spawner (119)", - "location": [5577, 194, 0], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "EvilMage", "maxCount": 5, "probability": 100 }, - { "name": "EvilMageLord", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7d79079a-6f9c-479b-86fc-46e2a5361c83", - "name": "Spawner (119)", - "location": [5443, 36, -10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7e839e78-3211-4cac-9773-fa08866d4026", - "name": "Spawner (119)", - "location": [5403, 235, 10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8115af0b-b4a8-4c92-8fd6-a3e6353257e8", - "name": "Spawner (119)", - "location": [5505, 180, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "ElderGazer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "82bf7919-cc1a-43ba-b4cd-f8dc919ce842", - "name": "Spawner (119)", - "location": [5437, 11, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "885a80e9-bfa3-4078-8ae6-a97eea5abb1e", - "name": "Spawner (119)", - "location": [5723, 77, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "888398f2-e222-44e8-aa2c-85fee9df40b7", - "name": "Spawner (119)", - "location": [5492, 56, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8a352d4f-c130-4c91-b8a1-0beded1ed79a", - "name": "Spawner (119)", - "location": [5415, 189, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ad8e084-ea10-46e2-9767-fa71ee0c5add", - "name": "Spawner (119)", - "location": [5616, 184, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d197175-de78-46d5-a9ce-23947f16d376", - "name": "Spawner (119)", - "location": [5818, 80, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "ElderGazer", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8e8968c9-b416-4792-9b0c-3670a4b23695", - "name": "Spawner (119)", - "location": [5845, 57, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "953785e9-e0b7-4464-bd7d-9fb1b2f6b535", - "name": "Spawner (119)", - "location": [5570, 118, 5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9633f2a9-53e9-477f-900d-ec62e3ad68d8", - "name": "Spawner (119)", - "location": [5468, 100, 35], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "97536e41-0cd7-4692-884c-25dd30d94b99", - "name": "Spawner (119)", - "location": [5620, 21, 10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "991c1f24-db8a-4a4e-8620-1d07266240fb", - "name": "Spawner (119)", - "location": [5721, 12, 10], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "BloodElemental", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9a838c4b-48f3-4181-832e-c77b2067e8c2", - "name": "Spawner (119)", - "location": [5549, 79, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "Kraken", "maxCount": 1, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9ae367fa-1674-4515-874c-639dc46b0983", - "name": "Spawner (119)", - "location": [5474, 20, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9b565f16-387d-48d3-b5c9-bb230a1f2175", - "name": "Spawner (119)", - "location": [5387, 41, 20], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "Scorpion", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a0d04624-3586-4efd-b7d3-2ec4258544bd", - "name": "Spawner (119)", - "location": [5699, 61, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a1cd5afc-94a1-4674-ab44-62265f6978dd", - "name": "Spawner (119)", - "location": [5752, 44, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Kraken", "maxCount": 1, "probability": 100 }, - { "name": "SeaSerpent", "maxCount": 1, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a1ff514a-58c1-4173-9577-188a2a41b3d5", - "name": "Spawner (119)", - "location": [5724, 118, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 2, "probability": 100 }, - { "name": "FireElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a30b9f6a-dcb9-4e6b-8968-61dca09727f8", - "name": "Spawner (119)", - "location": [5456, 143, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a5729af1-b157-4483-a1c3-6ec1ca5c057c", - "name": "Spawner (119)", - "location": [5608, 190, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a96bff59-e6a9-4ab9-872d-bfe06a6d55fd", - "name": "Spawner (119)", - "location": [5649, 101, 10], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a9e6fa28-2c45-4b1c-bcda-19a702017cc2", - "name": "Spawner (119)", - "location": [5405, 200, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aafa33d0-8132-46b6-88d5-fc65bef565ef", - "name": "Spawner (119)", - "location": [5875, 44, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ab9458c7-cafb-4752-813c-822bb1dbc3a6", - "name": "Spawner (119)", - "location": [5595, 147, 10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ac1ca0f0-ce5f-4aca-b1b5-6b80ea586a4e", - "name": "Spawner (119)", - "location": [5545, 153, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ac52c146-adc0-4501-84c0-c9d38f301dce", - "name": "Spawner (119)", - "location": [5493, 51, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ad47daba-e2ba-49ba-a625-23f6b5803519", - "name": "Spawner (119)", - "location": [5572, 113, 5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "adbef39f-4d4f-4b24-ac09-16b247e1aa60", - "name": "Spawner (119)", - "location": [5553, 146, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b3a3061a-1a09-41cf-bb40-2d6503a76301", - "name": "Spawner (119)", - "location": [5817, 78, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b6cce94b-7e83-4d5e-aa5a-620dd839887f", - "name": "Spawner (119)", - "location": [5425, 58, 10], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 7, "probability": 100 }, - { "name": "Scorpion", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b9b42bc5-e1f5-4b91-924c-88c12a7ae994", - "name": "Spawner (119)", - "location": [5733, 93, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "baadf71e-a920-4903-8852-0c06cb1cf279", - "name": "Spawner (119)", - "location": [5477, 183, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd0003c3-3bd7-43e1-a8aa-f0518996d54a", - "name": "Spawner (119)", - "location": [5549, 60, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 }, - { "name": "WaterElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "be48657e-5a30-4917-9f02-9eeb8e55430e", - "name": "Spawner (119)", - "location": [5715, 58, 2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bed0b85f-695c-441c-ba0e-dcb292dc561f", - "name": "Spawner (119)", - "location": [5701, 58, 2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c18e446d-8c84-4f2d-8b78-a67767b70920", - "name": "Spawner (119)", - "location": [5445, 12, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c8b77b20-a7ba-4791-b5c3-feda828d6c7f", - "name": "Spawner (119)", - "location": [5594, 139, 10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd11b1a6-10bb-4c7f-9eb9-fb89c49f1cff", - "name": "Spawner (119)", - "location": [5477, 67, 20], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d07b5d4b-bf25-46aa-b179-37265ef7c5e5", - "name": "Spawner (119)", - "location": [5398, 148, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d1a66cc8-5ebf-4a29-9c4d-7724f82d2db4", - "name": "Spawner (119)", - "location": [5568, 36, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d4a93223-fe95-4565-824d-a75653d2e466", - "name": "Spawner (119)", - "location": [5448, 33, -10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d750d4b4-310a-461d-9288-ddc0658fe807", - "name": "Spawner (119)", - "location": [5593, 141, 10], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 2, "probability": 100 }, - { "name": "FireElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d9160a0d-2b7d-479e-a737-6dd383189d54", - "name": "Spawner (119)", - "location": [5474, 139, 20], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da517822-6aee-42d2-955e-61f32f64248c", - "name": "Spawner (119)", - "location": [5717, 60, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da924d39-dbec-4eab-87de-90db6d447919", - "name": "Spawner (119)", - "location": [5527, 210, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "DullCopperElemental", "maxCount": 4, "probability": 100 }, - { "name": "FireElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ddd573db-303c-4e55-8b3d-276b8185ddc7", - "name": "Spawner (119)", - "location": [5399, 11, 30], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e0e358ad-1171-4102-a7fc-d6c934dca6af", - "name": "Spawner (119)", - "location": [5412, 200, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "PoisonElemental", "maxCount": 1, "probability": 100 }, - { "name": "Scorpion", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e1baaf02-08a2-48f0-995a-e0f605750a9c", - "name": "Spawner (119)", - "location": [5406, 177, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e2e06115-367a-4fde-9f22-fbcbea8f9bb8", - "name": "Spawner (119)", - "location": [5684, 117, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "BloodElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e740c0d1-2ab2-43c6-acda-fe9874666ac4", - "name": "Spawner (119)", - "location": [5421, 117, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e7ae4e7b-0861-4ff2-b25d-bf84299ac1e0", - "name": "Spawner (119)", - "location": [5546, 113, -5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e7f17883-f57f-40fd-a1dd-140010fb9699", - "name": "Spawner (119)", - "location": [5396, 226, 10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e9fbf301-1258-4a79-b9e7-4d63acc98240", - "name": "Spawner (119)", - "location": [5715, 61, 5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eb4b7903-2927-4029-b565-8ebdc5da5b44", - "name": "Spawner (119)", - "location": [5571, 158, -10], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "EarthElemental", "maxCount": 4, "probability": 100 }, - { "name": "Scorpion", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "edc5910f-203a-4888-83a4-cf67cea2cc43", - "name": "Spawner (119)", - "location": [5606, 25, 10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eeed29d5-5317-4534-ad38-3c0992c39684", - "name": "Spawner (119)", - "location": [5390, 145, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f026769e-09f2-46db-bc0a-e5294bee1910", - "name": "Spawner (119)", - "location": [5432, 158, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f1141039-567b-499e-b3e9-4749a47f6ced", - "name": "Spawner (119)", - "location": [5434, 89, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f216166d-1cad-4be4-9bc0-37d09a0a2d6a", - "name": "Spawner (119)", - "location": [5661, 16, -10], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "FireElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f61afcad-3fea-45bb-8cb9-b7e278859277", - "name": "Spawner (119)", - "location": [5423, 112, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f73d08aa-ffec-4132-accc-5eacbe40e8a8", - "name": "Spawner (119)", - "location": [5468, 106, 35], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f97a9dbc-694a-4fce-8ff9-5f6bb478274c", - "name": "Spawner (119)", - "location": [5856, 107, 10], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "FireElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fd5f3ab6-1ba5-4db0-8598-6b7d91486ac3", - "name": "Spawner (119)", - "location": [5412, 201, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 }, - { "name": "EarthElemental", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ffbfcdb1-28bb-472c-9886-e2f86381c699", - "name": "Spawner (119)", - "location": [5394, 230, 10], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "AirElemental", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/SolenHive.json b/Distribution/Data/Spawns/shared/trammel/SolenHive.json deleted file mode 100644 index 83c2653b1..000000000 --- a/Distribution/Data/Spawns/shared/trammel/SolenHive.json +++ /dev/null @@ -1,679 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "16d57106-d22a-48c5-a704-96675ab47670", - "name": "Spawner (120)", - "location": [5837, 1992, -2], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Beetle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "196acab9-0c1f-491f-a11e-7aabb7c56648", - "name": "Spawner (120)", - "location": [5681, 1886, 2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 50, - "entries": [ - { "name": "RedSolenWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "204955db-7ad2-40bc-a4e4-09a07d091c72", - "name": "Spawner (120)", - "location": [5831, 1910, 3], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Beetle", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "21746fe5-d247-4351-b3fe-e58cfd3db9b2", - "name": "Spawner (120)", - "location": [5671, 1979, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "RedSolenWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "22b0f532-20f7-4b1e-9807-a8ffcd5732d7", - "name": "Spawner (120)", - "location": [5748, 1923, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 20, - "entries": [ - { "name": "RedSolenWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "23a8fa37-4b98-4d53-b5f8-df35c72b6ff2", - "name": "Spawner (120)", - "location": [5722, 1820, 5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "245aab6c-8a39-4f1b-9aaf-eaafc8117f58", - "name": "Spawner (120)", - "location": [5693, 1834, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 20, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "274ebd5a-249f-4dd9-92ad-25dcb95d8d06", - "name": "Spawner (120)", - "location": [5912, 1800, 1], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 30, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2c2b2ec3-aabe-4bce-b80a-21292660b372", - "name": "Spawner (120)", - "location": [5855, 1932, 3], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "RedSolenWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "373d83af-8b04-46f3-9602-7199c792fc9f", - "name": "Spawner (120)", - "location": [5863, 1958, 2], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "RedSolenWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3db4e70c-3423-4aaf-b80c-656c9b657c69", - "name": "Spawner (120)", - "location": [5815, 1881, 2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 20, - "entries": [ - { "name": "RedSolenWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e0b4f9c-116a-44ad-9cf5-fc8f9179c02c", - "name": "Spawner (120)", - "location": [5703, 1991, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 35, - "entries": [ - { "name": "RedSolenWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "43fe7167-b65e-4e21-ae5f-d52b5c58607c", - "name": "Spawner (120)", - "location": [5718, 2024, 4], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "495718b4-baad-4872-8d48-07cec97e5fda", - "name": "Spawner (120)", - "location": [5910, 1991, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 25, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4ecaeb0d-e3c7-4680-9859-c2879f71cd2c", - "name": "Spawner (120)", - "location": [5856, 2018, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "50b74a27-fb2a-4890-a4cf-6309a7c1a2f2", - "name": "Spawner (120)", - "location": [5884, 1920, -15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "AntLion", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5dd054bd-aabe-4f16-8029-1c766ba83308", - "name": "Spawner (120)", - "location": [5709, 1874, 1], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 50, - "entries": [ - { "name": "RedSolenWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "71a71fe3-081c-49d4-9eed-8a280eb9fe95", - "name": "Spawner (120)", - "location": [5876, 2018, 3], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72980a1c-b916-4b7f-95d3-5a66b4f47fca", - "name": "Spawner (120)", - "location": [5825, 1968, 4], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72ee4a95-09bc-4efa-baf4-4a9c75c7b397", - "name": "Spawner (120)", - "location": [5704, 1807, 4], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 20, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "75a0efe5-1432-4b69-abeb-69058db48d31", - "name": "Spawner (120)", - "location": [5767, 1962, 2], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 50, - "entries": [ - { "name": "DreadSpider", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7b61d8d6-669b-45e7-b478-7df484b954d6", - "name": "Spawner (120)", - "location": [5847, 1819, 1], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7c89c785-3d76-4b10-a309-20ff87727f55", - "name": "Spawner (120)", - "location": [3218, 502, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "BlackSolenInfiltratorQueen", "maxCount": 1, "probability": 100 }, - { "name": "BlackSolenInfiltratorWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "80a9c1da-dd8f-490b-9742-3f044df6342a", - "name": "Spawner (120)", - "location": [5670, 1807, 4], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 30, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "821a5e93-b1a5-4fef-9ef0-45f6833fa68d", - "name": "Spawner (120)", - "location": [5887, 1840, -18], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "AntLion", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8b45fed3-db59-49c8-b477-b5d76f1c5fd2", - "name": "Spawner (120)", - "location": [5838, 2019, 3], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "97e600cc-7679-4998-aa88-d6124f061421", - "name": "Spawner (120)", - "location": [5829, 1798, 1], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9b557083-7599-44ef-87f4-f8dff1b09c7e", - "name": "Spawner (120)", - "location": [5665, 1868, 11], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "AntLion", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ab7b16cd-6111-412a-9a29-27d1da389076", - "name": "Spawner (120)", - "location": [5756, 1857, 4], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 50, - "entries": [ - { "name": "RedSolenWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bcf0b17e-8f7c-4c2e-b13b-a979643031fc", - "name": "Spawner (120)", - "location": [1361, 894, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 8, - "entries": [ - { "name": "BlackSolenInfiltratorQueen", "maxCount": 1, "probability": 100 }, - { "name": "BlackSolenInfiltratorWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "beafc393-f412-4d90-8816-c00a26814f92", - "name": "Spawner (120)", - "location": [5736, 1939, 7], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "RedSolenQueen", "maxCount": 1, "probability": 100 }, - { "name": "RedSolenWorker", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c49c6762-912b-4609-9df3-c33cb865e2b6", - "name": "Spawner (120)", - "location": [5782, 2021, -11], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "AntLion", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "caba66b7-9425-4fd5-b2f0-576ef17354da", - "name": "Spawner (120)", - "location": [5920, 1842, 1], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d1fce2c8-e0e7-454e-9546-d648f27a2bc3", - "name": "Spawner (120)", - "location": [5798, 1963, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 35, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d325fbe4-9db7-4583-8eb3-dbabaefba8fe", - "name": "Spawner (120)", - "location": [5782, 1793, 1], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "RedSolenWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d575dc9a-eb61-43f3-a8c1-758e59010f50", - "name": "Spawner (120)", - "location": [1940, 3261, 1], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "BlackSolenInfiltratorQueen", "maxCount": 1, "probability": 100 }, - { "name": "BlackSolenInfiltratorWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e2dfbc83-aee1-4e9d-9320-df1cea768140", - "name": "Spawner (120)", - "location": [5673, 1846, 1], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 20, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e5564c6c-b83e-46be-8af8-c35024c13df3", - "name": "Spawner (120)", - "location": [5799, 1857, 5], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "RedSolenWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ed1dd6c0-4260-415d-8ef1-4185452bdfa3", - "name": "Spawner (120)", - "location": [5699, 1921, 2], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "RedSolenWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ed6f6b69-45b4-4591-9865-f7d03509aa8a", - "name": "Spawner (120)", - "location": [5707, 1843, -15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "AntLion", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f5300b36-01bc-48bd-842d-a8d57f03cdd1", - "name": "Spawner (120)", - "location": [5873, 1798, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 2, "probability": 100 }, - { "name": "RedSolenQueen", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f780f0c8-a550-427a-99a8-1834f747a867", - "name": "Spawner (120)", - "location": [5776, 2019, 2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "RedSolenWorker", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/TerathanKeep.json b/Distribution/Data/Spawns/shared/trammel/TerathanKeep.json deleted file mode 100644 index a921a7535..000000000 --- a/Distribution/Data/Spawns/shared/trammel/TerathanKeep.json +++ /dev/null @@ -1,646 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "031eb48a-ab35-4358-b90b-4c6f50b96a38", - "name": "Spawner (121)", - "location": [5334, 1614, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0945ec2d-d81a-4b3e-9c49-4d67c615a056", - "name": "Spawner (121)", - "location": [5342, 1553, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0b2133ab-a3f1-4857-80a2-c41233c499fe", - "name": "Spawner (121)", - "location": [5296, 1561, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1a9ae4d0-2900-4a34-a4b0-72d5ed252665", - "name": "Spawner (121)", - "location": [5200, 1565, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "245b8698-8502-4d28-a477-04532306bfd3", - "name": "Spawner (121)", - "location": [5271, 1693, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "27edcd48-0444-44f7-a6d2-dbf5e2bb08f1", - "name": "Spawner (121)", - "location": [5132, 1623, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "286c764e-4d51-42fa-97d5-86fc2f4902f8", - "name": "Spawner (121)", - "location": [5161, 1584, -15], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2ce3592b-1ef9-4c42-8731-660451045829", - "name": "Spawner (121)", - "location": [5363, 1709, -75], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3e3c0553-182a-40da-b633-ef4bf2c42425", - "name": "Spawner (121)", - "location": [5345, 1757, -125], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3f984984-b04b-4635-8685-0e4e2eae07a7", - "name": "Spawner (121)", - "location": [5348, 1552, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "45a4e9ce-7994-4faa-bca4-adaf4e330450", - "name": "Spawner (121)", - "location": [5177, 1700, 1], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4cc200d3-c1ba-4433-92ba-fa48868ee0f8", - "name": "Spawner (121)", - "location": [5336, 1708, -70], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "50432a43-ccb4-4064-8336-06ea08e4b61e", - "name": "Spawner (121)", - "location": [5335, 1706, -70], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "52c5db98-5de5-4d55-9a26-85f3bc461810", - "name": "Spawner (121)", - "location": [5345, 1551, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5f285bad-aaa5-40d3-add2-5b550f38e408", - "name": "Spawner (121)", - "location": [5342, 1552, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "656b11cd-88d3-40fb-b9dc-f830f7e22ae5", - "name": "Spawner (121)", - "location": [5335, 1615, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6fe29b7c-0452-4412-a1b9-d0c30c0721fc", - "name": "Spawner (121)", - "location": [5270, 1695, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7c337921-7949-4be3-bd19-9353b66560ae", - "name": "Spawner (121)", - "location": [5132, 1624, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7c3950c7-e1df-4308-905f-f987fe5c9b99", - "name": "Spawner (121)", - "location": [5176, 1702, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81220dc9-b072-44ff-8b29-3257236c2b25", - "name": "Spawner (121)", - "location": [5343, 1551, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "88aac11e-5718-4d06-be82-14b956899e5c", - "name": "Spawner (121)", - "location": [5296, 1562, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8af3286d-17b3-4447-8292-ee407d69f826", - "name": "Spawner (121)", - "location": [5200, 1568, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9fb21a92-1084-4819-a2b2-15e4887c701c", - "name": "Spawner (121)", - "location": [5334, 1613, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b0fde845-3212-41e0-8f65-c457b0570a53", - "name": "Spawner (121)", - "location": [5201, 1566, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b116f136-d3a6-43fa-b111-ef38b6ff3efa", - "name": "Spawner (121)", - "location": [5270, 1694, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bdcd9c84-b005-4f1e-8c9f-0af0f8800d38", - "name": "Spawner (121)", - "location": [5160, 1586, -15], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf601676-5f93-4b75-ae89-ac1b1a4774f6", - "name": "Spawner (121)", - "location": [5176, 1701, 2], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c3d9ecd4-8f8e-42a2-9029-b585a881657f", - "name": "Spawner (121)", - "location": [5134, 1625, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c9238348-7288-4d4f-97c2-9df88a2981b3", - "name": "Spawner (121)", - "location": [5365, 1707, -71], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cff18fb7-c66e-4c05-bb2e-01f883d660ce", - "name": "Spawner (121)", - "location": [5346, 1756, -125], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d6923469-ec40-4861-a6e7-ef21b07024a7", - "name": "Spawner (121)", - "location": [5344, 1757, -125], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "Balron", "maxCount": 1, "probability": 100 }, - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 1, "probability": 100 }, - { "name": "Nightmare", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f1bd125f-c580-49ef-be95-922862466bad", - "name": "Spawner (121)", - "location": [5335, 1707, -70], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f27e8d0a-6a88-40e1-b02b-97b2c550065c", - "name": "Spawner (121)", - "location": [5163, 1585, -15], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "OphidianArchmage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianKnight", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMage", "maxCount": 1, "probability": 100 }, - { "name": "OphidianWarrior", "maxCount": 1, "probability": 100 }, - { "name": "OphidianMatriarch", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fab17e79-c410-496f-8cf8-b7b07363b973", - "name": "Spawner (121)", - "location": [5297, 1565, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "TerathanAvenger", "maxCount": 1, "probability": 100 }, - { "name": "TerathanDrone", "maxCount": 1, "probability": 100 }, - { "name": "TerathanMatriarch", "maxCount": 1, "probability": 100 }, - { "name": "TerathanWarrior", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/TownsLife.json b/Distribution/Data/Spawns/shared/trammel/TownsLife.json deleted file mode 100644 index a8b7d0cf0..000000000 --- a/Distribution/Data/Spawns/shared/trammel/TownsLife.json +++ /dev/null @@ -1,1150 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0596ff5d-53a1-4384-978a-11ec521c44ec", - "name": "Spawner (122)", - "location": [1400, 3775, 0], - "map": "Trammel", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Bird", "maxCount": 10, "probability": 100 }, - { "name": "Cat", "maxCount": 10, "probability": 100 }, - { "name": "Dog", "maxCount": 10, "probability": 100 }, - { "name": "Rat", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0651efe3-7bee-409d-9934-7d686aabac52", - "name": "Spawner (122)", - "location": [3717, 2111, 20], - "map": "Trammel", - "count": 24, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 6, "probability": 100 }, - { "name": "Cat", "maxCount": 6, "probability": 100 }, - { "name": "Dog", "maxCount": 6, "probability": 100 }, - { "name": "Rat", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "089ed81a-4b3d-4a1a-aca7-10dd211255dc", - "name": "Spawner (122)", - "location": [7007, 382, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0a4a9b61-4c34-441d-82b1-6e822fa8ceb4", - "name": "Spawner (122)", - "location": [7052, 386, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0dc3b704-8d6e-468e-ad7e-61b6097c289b", - "name": "Spawner (122)", - "location": [2972, 3436, 15], - "map": "Trammel", - "count": 48, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Bird", "maxCount": 12, "probability": 100 }, - { "name": "Cat", "maxCount": 12, "probability": 100 }, - { "name": "Dog", "maxCount": 12, "probability": 100 }, - { "name": "Rat", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1208aae8-e36f-4170-97bf-76ebb6bebf09", - "name": "Spawner (122)", - "location": [4567, 1476, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 3, - "walkingRange": 3, - "entries": [ - { "name": "Chicken", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1218cc8e-4200-42cc-99ee-b27dd396e3b4", - "name": "Spawner (122)", - "location": [5164, 205, 15], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "LichLord", "maxCount": 1, "probability": 100 }, - { "name": "Lich", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12aababc-881a-4724-a9f5-b99ed51f3fe0", - "name": "Spawner (122)", - "location": [1216, 1823, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Chicken", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12f99d2c-3a40-451c-a75c-28b31f86c35a", - "name": "Spawner (122)", - "location": [7063, 410, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1378a58c-09d4-4940-81fa-209f75870791", - "name": "Spawner (122)", - "location": [4422, 1451, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Chicken", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "145f69d9-8fb7-4130-85d1-591799b5b309", - "name": "Spawner (122)", - "location": [2687, 2218, 0], - "map": "Trammel", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Cat", "maxCount": 4, "probability": 100 }, - { "name": "Dog", "maxCount": 4, "probability": 100 }, - { "name": "Rat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "156e6770-5cef-4a8e-abc0-10ae90fe8331", - "name": "Spawner (122)", - "location": [5255, 4000, 37], - "map": "Trammel", - "count": 24, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Bird", "maxCount": 6, "probability": 100 }, - { "name": "Cat", "maxCount": 6, "probability": 100 }, - { "name": "Dog", "maxCount": 6, "probability": 100 }, - { "name": "Rat", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "18bfc417-d6d9-4495-8215-979ef88c2e96", - "name": "Spawner (122)", - "location": [6986, 384, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1b035b3b-80f4-4486-8571-9138925425f2", - "name": "Spawner (122)", - "location": [5726, 3211, -2], - "map": "Trammel", - "count": 48, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Bird", "maxCount": 12, "probability": 100 }, - { "name": "Cat", "maxCount": 12, "probability": 100 }, - { "name": "Dog", "maxCount": 12, "probability": 100 }, - { "name": "Rat", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1c4cdc18-06dc-4ecf-9f82-e5a723220ee3", - "name": "Spawner (122)", - "location": [2682, 2118, 0], - "map": "Trammel", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 }, - { "name": "Cat", "maxCount": 5, "probability": 100 }, - { "name": "Dog", "maxCount": 5, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1d5e571c-c1e3-45d4-a374-04b465b36460", - "name": "Spawner (122)", - "location": [1550, 1658, 26], - "map": "Trammel", - "count": 60, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 120, - "walkingRange": 120, - "entries": [ - { "name": "Bird", "maxCount": 15, "probability": 100 }, - { "name": "Cat", "maxCount": 15, "probability": 100 }, - { "name": "Dog", "maxCount": 15, "probability": 100 }, - { "name": "Rat", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1f7b05c2-d4a9-4828-be39-b1f1de6c3861", - "name": "Spawner (122)", - "location": [7033, 385, 0], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "253c3269-5141-4306-ab24-984c74677fa3", - "name": "Spawner (122)", - "location": [2904, 906, 0], - "map": "Trammel", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Bird", "maxCount": 10, "probability": 100 }, - { "name": "Cat", "maxCount": 10, "probability": 100 }, - { "name": "Dog", "maxCount": 10, "probability": 100 }, - { "name": "Rat", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "290150ac-103d-4117-a891-c09072cfb116", - "name": "Spawner (122)", - "location": [813, 2164, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Chicken", "maxCount": 3, "probability": 100 }, - { "name": "Sheep", "maxCount": 3, "probability": 100 }, - { "name": "Cow", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2ac8567f-97e0-4553-aefd-04404e6fa403", - "name": "Spawner (122)", - "location": [1183, 3607, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Chicken", "maxCount": 5, "probability": 100 }, - { "name": "Cow", "maxCount": 5, "probability": 100 }, - { "name": "Sheep", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "39a9c600-a998-4cc2-b1a8-ee242efadaf2", - "name": "Spawner (122)", - "location": [7035, 387, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3afe2f59-7cc4-482f-8d58-341c919c8fab", - "name": "Spawner (122)", - "location": [1185, 1632, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Chicken", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "405031eb-1ebb-4793-91f7-82fd2c8c4590", - "name": "Spawner (122)", - "location": [7032, 411, 7], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "42c9b654-4a10-4c16-8d34-487646e4c064", - "name": "Spawner (122)", - "location": [7002, 382, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "446d1aec-f4ab-4692-b0a1-f05455ade58e", - "name": "Spawner (122)", - "location": [7087, 382, 1], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "45807a8e-eb86-4b7a-a592-a4d04b1c024f", - "name": "Spawner (122)", - "location": [2566, 622, 0], - "map": "Trammel", - "count": 12, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 3, "probability": 100 }, - { "name": "Cat", "maxCount": 3, "probability": 100 }, - { "name": "Dog", "maxCount": 3, "probability": 100 }, - { "name": "Rat", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4c814d05-058a-44a7-ad86-3e920797bc9e", - "name": "Spawner (122)", - "location": [7081, 381, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "Bird", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4dd3ea55-9eb8-4e5c-b31a-04a071ae46ab", - "name": "Spawner (122)", - "location": [1217, 1825, 0], - "map": "Trammel", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 }, - { "name": "Cat", "maxCount": 5, "probability": 100 }, - { "name": "Dog", "maxCount": 5, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "519581dd-727c-42fe-9b48-854998e02194", - "name": "Spawner (122)", - "location": [570, 1099, 0], - "map": "Trammel", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Sheep", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "52df17e8-b859-401f-b3ad-d49035f45428", - "name": "Spawner (122)", - "location": [676, 1178, 0], - "map": "Trammel", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Sheep", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5396da5f-3f83-46e9-bd36-541a1af0972e", - "name": "Spawner (122)", - "location": [1186, 1633, 0], - "map": "Trammel", - "count": 28, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Bird", "maxCount": 7, "probability": 100 }, - { "name": "Cat", "maxCount": 7, "probability": 100 }, - { "name": "Dog", "maxCount": 7, "probability": 100 }, - { "name": "Rat", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "561930a3-2f73-4447-b49f-e4637f3fefdf", - "name": "Spawner (122)", - "location": [7044, 429, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "562f9c3f-4db0-4c6c-831d-83daf19d53ce", - "name": "Spawner (122)", - "location": [3714, 2205, 20], - "map": "Trammel", - "count": 24, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 6, "probability": 100 }, - { "name": "Cat", "maxCount": 6, "probability": 100 }, - { "name": "Dog", "maxCount": 6, "probability": 100 }, - { "name": "Rat", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5e763cbc-b631-4c4c-8594-1472369cd6f7", - "name": "Spawner (122)", - "location": [4634, 1302, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Chicken", "maxCount": 5, "probability": 100 }, - { "name": "Cow", "maxCount": 5, "probability": 100 }, - { "name": "Sheep", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "66a2657f-2e25-46fb-aca9-585773bd5646", - "name": "Spawner (122)", - "location": [608, 2195, 0], - "map": "Trammel", - "count": 32, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 70, - "walkingRange": 70, - "entries": [ - { "name": "Bird", "maxCount": 8, "probability": 100 }, - { "name": "Cat", "maxCount": 8, "probability": 100 }, - { "name": "Dog", "maxCount": 8, "probability": 100 }, - { "name": "Rat", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "66b8967e-4a25-462a-bac2-70b7c6ee2b08", - "name": "Spawner (122)", - "location": [2939, 746, 2], - "map": "Trammel", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Bird", "maxCount": 10, "probability": 100 }, - { "name": "Cat", "maxCount": 10, "probability": 100 }, - { "name": "Dog", "maxCount": 10, "probability": 100 }, - { "name": "Rat", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "74e17b0b-5fe4-4965-b55c-787441371f56", - "name": "Spawner (122)", - "location": [7036, 409, 12], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "Bird", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "75e5fd43-c65f-4862-b96b-be5fa6e722aa", - "name": "Spawner (122)", - "location": [382, 1192, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Chicken", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "80dd3733-74a7-4a58-baf5-88b1eb228a36", - "name": "Spawner (122)", - "location": [6992, 345, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81a21d4b-6f8a-44ae-a9e4-aca7eda1afa7", - "name": "Spawner (122)", - "location": [688, 1007, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Chicken", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "827b225e-094a-4fe0-80ef-e4ae2e2057c6", - "name": "Spawner (122)", - "location": [2481, 542, 0], - "map": "Trammel", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 70, - "walkingRange": 70, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 }, - { "name": "Cat", "maxCount": 5, "probability": 100 }, - { "name": "Dog", "maxCount": 5, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "84e06a55-fdcb-4448-9560-9a71ae7778fb", - "name": "Spawner (122)", - "location": [1937, 2760, 10], - "map": "Trammel", - "count": 48, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 120, - "walkingRange": 120, - "entries": [ - { "name": "Bird", "maxCount": 12, "probability": 100 }, - { "name": "Cat", "maxCount": 12, "probability": 100 }, - { "name": "Dog", "maxCount": 12, "probability": 100 }, - { "name": "Rat", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "86f2e9e8-9ebb-44dc-8372-dc6edfb41847", - "name": "Spawner (122)", - "location": [1340, 1790, 15], - "map": "Trammel", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 }, - { "name": "Cat", "maxCount": 5, "probability": 100 }, - { "name": "Dog", "maxCount": 5, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8beee950-860e-45be-af5d-437fdd2b5eeb", - "name": "Spawner (122)", - "location": [1435, 4000, 0], - "map": "Trammel", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 }, - { "name": "Cat", "maxCount": 5, "probability": 100 }, - { "name": "Dog", "maxCount": 5, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "95de32e9-060f-4776-ac71-d112526ec4b6", - "name": "Spawner (122)", - "location": [3699, 1238, 0], - "map": "Trammel", - "count": 72, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 160, - "walkingRange": 160, - "entries": [ - { "name": "Bird", "maxCount": 18, "probability": 100 }, - { "name": "Cat", "maxCount": 18, "probability": 100 }, - { "name": "Dog", "maxCount": 18, "probability": 100 }, - { "name": "Rat", "maxCount": 18, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "97c5b1a1-5028-44ee-914e-c30b62486126", - "name": "Spawner (122)", - "location": [560, 1239, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Chicken", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98ed6d30-11e2-4a50-9ca8-4e00cc255d17", - "name": "Spawner (122)", - "location": [675, 939, 0], - "map": "Trammel", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Sheep", "maxCount": 15, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa850e39-3bd1-43cf-9b34-c8756a3eeb2f", - "name": "Spawner (122)", - "location": [830, 2353, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Chicken", "maxCount": 3, "probability": 100 }, - { "name": "Sheep", "maxCount": 3, "probability": 100 }, - { "name": "Cow", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ac7bee3c-854c-4da1-8676-87cfc0f100e6", - "name": "Spawner (122)", - "location": [2223, 1151, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "Chicken", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ae9c74fb-d8eb-4df7-aa22-412058583e8b", - "name": "Spawner (122)", - "location": [7048, 424, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b058d9e8-aa3b-4410-a984-736338f185e5", - "name": "Spawner (122)", - "location": [1127, 3583, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Chicken", "maxCount": 5, "probability": 100 }, - { "name": "Cow", "maxCount": 5, "probability": 100 }, - { "name": "Sheep", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b3d2bb40-d3d1-4ec9-9a5c-b20b737de066", - "name": "Spawner (122)", - "location": [1319, 1821, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "Cow", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bb452f73-c524-4b3b-ac31-861a5ae7c30e", - "name": "Spawner (122)", - "location": [1154, 3639, 0], - "map": "Trammel", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Cat", "maxCount": 4, "probability": 100 }, - { "name": "Dog", "maxCount": 4, "probability": 100 }, - { "name": "Rat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bb7d8052-56aa-48cc-8d9a-31d4d85c0d81", - "name": "Spawner (122)", - "location": [5249, 228, 15], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "Dragon", "maxCount": 1, "probability": 100 }, - { "name": "Drake", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "be3e5a0a-6330-47c5-a254-0e0270696f3c", - "name": "Spawner (122)", - "location": [2472, 434, 15], - "map": "Trammel", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 }, - { "name": "Cat", "maxCount": 5, "probability": 100 }, - { "name": "Dog", "maxCount": 5, "probability": 100 }, - { "name": "Rat", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c14d6a08-a6b8-486d-bffe-2129d734437b", - "name": "Spawner (122)", - "location": [5267, 4012, 40], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Chicken", "maxCount": 5, "probability": 100 }, - { "name": "Sheep", "maxCount": 5, "probability": 100 }, - { "name": "Cow", "maxCount": 5, "probability": 100 }, - { "name": "Bull", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c73117b7-d4f3-4fee-926d-b09a412dfa40", - "name": "Spawner (122)", - "location": [2242, 1197, 0], - "map": "Trammel", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Cat", "maxCount": 4, "probability": 100 }, - { "name": "Dog", "maxCount": 4, "probability": 100 }, - { "name": "Rat", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c74c0ea9-7dae-43fd-99ab-1de27e40d2f8", - "name": "Spawner (122)", - "location": [536, 962, 0], - "map": "Trammel", - "count": 80, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 160, - "walkingRange": 160, - "entries": [ - { "name": "Bird", "maxCount": 20, "probability": 100 }, - { "name": "Cat", "maxCount": 20, "probability": 100 }, - { "name": "Dog", "maxCount": 20, "probability": 100 }, - { "name": "Rat", "maxCount": 20, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c7f550f6-bf86-41ff-86fe-406006dc60bb", - "name": "Spawner (122)", - "location": [4438, 1115, 0], - "map": "Trammel", - "count": 48, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 70, - "walkingRange": 70, - "entries": [ - { "name": "Bird", "maxCount": 12, "probability": 100 }, - { "name": "Cat", "maxCount": 12, "probability": 100 }, - { "name": "Dog", "maxCount": 12, "probability": 100 }, - { "name": "Rat", "maxCount": 12, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d1437b0a-56bb-440c-9625-8313955cdde6", - "name": "Spawner (122)", - "location": [7007, 360, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "MiniatureMushroom", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d7f7b008-ad02-4eae-8d4a-8f9163288631", - "name": "Spawner (122)", - "location": [1319, 1810, 0], - "map": "Trammel", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 10, - "entries": [ - { "name": "Cow", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd5c1a95-b5d7-4afa-8d8d-97a460e840b7", - "name": "Spawner (122)", - "location": [7047, 382, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "Bird", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e3d55bfe-9e18-4d68-ba3a-691cc402a410", - "name": "Spawner (122)", - "location": [6999, 352, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "Bird", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ee6ae89b-6de4-489c-bc6c-62e43810a6a9", - "name": "Spawner (122)", - "location": [1339, 1788, 15], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Chicken", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f474b7be-1817-4b1d-a492-42df4790cedb", - "name": "Spawner (122)", - "location": [5133, 150, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 15, - "entries": [ - { "name": "Daemon", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fd871bd2-e5c3-49ed-9b4e-73021199efe9", - "name": "Spawner (122)", - "location": [818, 2269, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 15, - "entries": [ - { "name": "Chicken", "maxCount": 3, "probability": 100 }, - { "name": "Sheep", "maxCount": 3, "probability": 100 }, - { "name": "Cow", "maxCount": 3, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/TownsPeople.json b/Distribution/Data/Spawns/shared/trammel/TownsPeople.json deleted file mode 100644 index f04f33a9d..000000000 --- a/Distribution/Data/Spawns/shared/trammel/TownsPeople.json +++ /dev/null @@ -1,819 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0cd9c91b-ab80-4dbd-8594-ace0132a0fc8", - "name": "Spawner (123)", - "location": [1521, 1457, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 1, - "entries": [ - { "name": "ChaosGuard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "112087fa-8961-4d69-a729-19390bb722c5", - "name": "Spawner (123)", - "location": [1126, 3688, -2], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "17960040-e115-49e8-a1f3-f14583d9517f", - "name": "Spawner (123)", - "location": [603, 2141, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1de05315-2afe-4cc6-8b83-22fe3ebab00e", - "name": "Spawner (123)", - "location": [2994, 3451, 16], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "26a2621e-6b2c-47ef-b957-4d5630091661", - "name": "Spawner (123)", - "location": [1399, 3743, -21], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "HireBard", "maxCount": 5, "probability": 100 }, - { "name": "HireBardArcher", "maxCount": 5, "probability": 100 }, - { "name": "HireBeggar", "maxCount": 5, "probability": 100 }, - { "name": "HireFighter", "maxCount": 5, "probability": 100 }, - { "name": "HireMage", "maxCount": 5, "probability": 100 }, - { "name": "HireRanger", "maxCount": 5, "probability": 100 }, - { "name": "HireRangerArcher", "maxCount": 5, "probability": 100 }, - { "name": "HireSailor", "maxCount": 5, "probability": 100 }, - { "name": "HireThief", "maxCount": 5, "probability": 100 }, - { "name": "HirePaladin", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2b35dd52-619d-448f-86d1-8aaa6f146ac7", - "name": "Spawner (123)", - "location": [1829, 2811, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2e006ab7-3370-4b4e-8fbc-cfa849b3d0c5", - "name": "Spawner (123)", - "location": [7082, 367, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Olaeni", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "31d1057e-9886-428e-82ef-4c08bf202117", - "name": "Spawner (123)", - "location": [3815, 1217, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3203a756-0011-4741-9fae-8a1c92166c45", - "name": "Spawner (123)", - "location": [3749, 1404, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "34473f72-e1ae-4968-97aa-0388ead486b9", - "name": "Spawner (123)", - "location": [3773, 1308, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "36bf73a1-cc52-4776-8b8b-99088d86d03c", - "name": "Spawner (123)", - "location": [627, 864, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37d7e7c7-3ef0-4b63-bc92-87b172a02533", - "name": "Spawner (123)", - "location": [7053, 338, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 6, - "entries": [ - { "name": "aneen", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4258947f-59d2-4fbb-98e7-11b65f16d8a9", - "name": "Spawner (123)", - "location": [7063, 350, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Bolaevin", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "46dc4d43-91c1-4d09-a0e0-9d2e89804977", - "name": "Spawner (123)", - "location": [7090, 387, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Aluniol", "maxCount": 1, "probability": 100 }, - { "name": "Rebinil", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "56ff4f2b-88cc-44ce-bc5c-cadd416e069d", - "name": "Spawner (123)", - "location": [3721, 2161, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "64802440-be2d-4b3e-babb-d8612ae85e90", - "name": "Spawner (123)", - "location": [2875, 675, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "65e4866a-41f4-47ec-8f26-aa92f48aac80", - "name": "Spawner (123)", - "location": [2895, 686, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "756f5e4b-690b-4d80-a775-3ff67397e700", - "name": "Spawner (123)", - "location": [2891, 3474, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "76bb7e24-7ad9-4dc2-97c8-f575ff05a259", - "name": "Spawner (123)", - "location": [1914, 2687, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "79236906-51cd-4390-86c5-36b5ea71f943", - "name": "Spawner (123)", - "location": [2874, 692, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel1", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81d50c82-2e5a-41d8-b572-f50a66302d6e", - "name": "Spawner (123)", - "location": [2254, 1207, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81e6cbf7-1e74-4547-b10f-024a75b64d40", - "name": "Spawner (123)", - "location": [2068, 2854, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81ee4607-e452-45ca-ac26-7c5a8d47f201", - "name": "Spawner (123)", - "location": [1662, 1611, 19], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "82760905-485e-4bbe-83b6-56ccc903665a", - "name": "Spawner (123)", - "location": [1372, 3916, -2], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "852fdf43-a6c6-4fb9-acd9-35b1943f4d11", - "name": "Spawner (123)", - "location": [1483, 1760, -2], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "86739b8d-2726-43ff-aeaa-562873cee364", - "name": "Spawner (123)", - "location": [1813, 2834, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 2, - "walkingRange": 2, - "entries": [ - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel4", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "88ba3663-c0bb-4d49-bcb5-cc4b6490b9cf", - "name": "Spawner (123)", - "location": [673, 2235, -3], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8b75bcf8-7b83-4d94-8573-92aff88cd41f", - "name": "Spawner (123)", - "location": [3652, 2619, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d746f23-5e37-467c-9b8c-2af3b1ba0882", - "name": "Spawner (123)", - "location": [5685, 3148, -4], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d7c52fa-6f53-40ae-8f24-1daf0a7ce571", - "name": "Spawner (123)", - "location": [1400, 1628, 28], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 1, - "entries": [ - { "name": "OrderGuard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93c7a59d-449b-4993-b89d-8261edf96f2d", - "name": "Spawner (123)", - "location": [2515, 557, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "995f4053-0947-4757-8665-98cdac36ca2b", - "name": "Spawner (123)", - "location": [6989, 342, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "Tyeelor", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "99c8e802-f37a-4f2e-b5d5-23239e0ba219", - "name": "Spawner (123)", - "location": [7048, 382, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 12, - "walkingRange": 12, - "entries": [ - { "name": "abbein", "maxCount": 1, "probability": 100 }, - { "name": "taellia", "maxCount": 1, "probability": 100 }, - { "name": "vicaie", "maxCount": 1, "probability": 100 }, - { "name": "mallew", "maxCount": 1, "probability": 100 }, - { "name": "jothan", "maxCount": 1, "probability": 100 }, - { "name": "alethanian", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9e077b7d-aea5-4e45-9435-4cce0aaa6962", - "name": "Spawner (123)", - "location": [4398, 1049, -2], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9f7c934c-8e02-433d-a88f-4c8769a02081", - "name": "Spawner (123)", - "location": [7031, 409, 7], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Alelle", "maxCount": 1, "probability": 100 }, - { "name": "Daelas", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a1fec8b0-aeb0-4cfe-bedb-a630f60f483b", - "name": "Spawner (123)", - "location": [1400, 1623, 28], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 1, - "entries": [ - { "name": "OrderGuard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bc65ad16-fde0-4172-b5c9-df90020f5ed5", - "name": "Spawner (123)", - "location": [3674, 2291, -2], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c26e2162-6a56-4eeb-b6ec-300b0ef5ed0f", - "name": "Spawner (123)", - "location": [1330, 3778, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ce3d7ff4-6411-4a30-914a-6b2bd1b9c752", - "name": "Spawner (123)", - "location": [3645, 2661, -2], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d351ad8d-c82c-43b5-a10c-b7d42d47cc9f", - "name": "Spawner (123)", - "location": [1421, 1698, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d9dbef7c-e798-47c8-8939-7bbb74d297a9", - "name": "Spawner (123)", - "location": [573, 2246, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e1071149-0c52-45c8-a0db-75da33c0a77e", - "name": "Spawner (123)", - "location": [631, 883, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ea87d9c8-52d9-492a-9a5f-9b32bf2ee832", - "name": "Spawner (123)", - "location": [3041, 827, -3], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "EscortableMage", "maxCount": 3, "probability": 100 }, - { "name": "SeekerOfAdventure", "maxCount": 3, "probability": 100 }, - { "name": "Noble", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f539d13c-6972-46fe-bce6-a09531c3473a", - "name": "Spawner (123)", - "location": [2884, 692, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 2, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "faa84300-0e93-40c1-a328-863f8ed209fe", - "name": "Spawner (123)", - "location": [5290, 3987, 37], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc87ea0f-7cd3-413a-a409-d1b304ec5299", - "name": "Spawner (123)", - "location": [1525, 1457, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 1, - "entries": [ - { "name": "ChaosGuard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fd8c35db-5081-4db5-9859-2873a070fbac", - "name": "Spawner (123)", - "location": [7010, 363, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 8, - "entries": [ - { "name": "athialon", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ffaf3446-ee45-4f0f-9020-7508409e7da0", - "name": "Spawner (123)", - "location": [4451, 1153, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 5, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/TramCropsLS.json b/Distribution/Data/Spawns/shared/trammel/TramCropsLS.json deleted file mode 100644 index bad02ac02..000000000 --- a/Distribution/Data/Spawns/shared/trammel/TramCropsLS.json +++ /dev/null @@ -1,338 +0,0 @@ -[ - { - "$type": "RegionSpawner", - "guid": "0da29e36-7bff-4fcf-803d-79dd16212653", - "name": "Spawner", - "location": [1216, 1604, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableTurnip", "maxCount": 6, "probability": 100 } - ], - "region": "A Turnip Field in Britain 2" - }, - { - "$type": "RegionSpawner", - "guid": "1025906e-047c-460b-9bb8-581f57ff1357", - "name": "Spawner", - "location": [823, 2274, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableCabbage", "maxCount": 6, "probability": 100 } - ], - "region": "A Cabbage Field in Skara Brae 2" - }, - { - "$type": "RegionSpawner", - "guid": "185e475b-36cf-4dad-8776-537e84b15e42", - "name": "Spawner", - "location": [823, 2355, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableCotton", "maxCount": 6, "probability": 100 } - ], - "region": "A Cotton Field in Skara Brae" - }, - { - "$type": "RegionSpawner", - "guid": "34b0579c-1fc6-4868-82c5-09138c5e5878", - "name": "Spawner", - "location": [1152, 1576, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 8, "probability": 100 } - ], - "region": "A Wheatfield in Britain 5" - }, - { - "$type": "RegionSpawner", - "guid": "41a583ac-749c-40a7-8658-fb3deb1b222a", - "name": "Spawner", - "location": [823, 2264, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableOnion", "maxCount": 6, "probability": 100 } - ], - "region": "An Onion Field in Skara Brae" - }, - { - "$type": "RegionSpawner", - "guid": "4656ad9d-a455-4217-9316-ec10d10cf68c", - "name": "Spawner", - "location": [1231, 1723, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableOnion", "maxCount": 8, "probability": 100 } - ], - "region": "An Onion Field in Britain 1" - }, - { - "$type": "RegionSpawner", - "guid": "57551e80-0018-4fcf-8b83-9d39ef19b0a6", - "name": "Spawner", - "location": [1215, 1723, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableCarrot", "maxCount": 8, "probability": 100 } - ], - "region": "A Carrot Field in Britain 1" - }, - { - "$type": "RegionSpawner", - "guid": "59e99d3b-b727-491b-b0f3-03a441b10c04", - "name": "Spawner", - "location": [843, 2352, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 6, "probability": 100 } - ], - "region": "A Wheatfield in Skara Brae 2" - }, - { - "$type": "RegionSpawner", - "guid": "690ccc1c-2ac8-4f05-8066-695aa53c98aa", - "name": "Spawner", - "location": [675, 1179, 0], - "map": "Trammel", - "count": 10, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "Sheep", "maxCount": 10, "probability": 100 } - ], - "region": "A Field of Sheep in Yew 2" - }, - { - "$type": "RegionSpawner", - "guid": "69dfbe70-b46c-42b0-9ff1-351fd9651884", - "name": "Spawner", - "location": [4567, 1475, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableCotton", "maxCount": 8, "probability": 100 } - ], - "region": "A Cotton Field in Moonglow" - }, - { - "$type": "RegionSpawner", - "guid": "79af53a5-33e2-4fdb-95dd-278a050e54fc", - "name": "Spawner", - "location": [567, 1239, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 5, "probability": 100 } - ], - "region": "A Wheatfield in Yew 1" - }, - { - "$type": "RegionSpawner", - "guid": "8408baaa-0de1-4cb0-ad89-973782e3a565", - "name": "Spawner", - "location": [571, 1099, 0], - "map": "Trammel", - "count": 10, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "Sheep", "maxCount": 10, "probability": 100 } - ], - "region": "A Farm in Yew" - }, - { - "$type": "RegionSpawner", - "guid": "85cc6fca-4f66-4428-aa3a-347a88523a4b", - "name": "Spawner", - "location": [1120, 1624, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 8, "probability": 100 } - ], - "region": "A Wheatfield in Britain 4" - }, - { - "$type": "RegionSpawner", - "guid": "997d9ff5-ad2b-421b-ae76-6794e7e88150", - "name": "Spawner", - "location": [1183, 1683, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableCabbage", "maxCount": 8, "probability": 100 } - ], - "region": "A Cabbage Field in Britain 1" - }, - { - "$type": "RegionSpawner", - "guid": "ab0cb920-b25f-4811-8ef6-938549dbfa27", - "name": "Spawner", - "location": [1232, 1604, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableCarrot", "maxCount": 6, "probability": 100 } - ], - "region": "A Carrot Field in Britain 2" - }, - { - "$type": "RegionSpawner", - "guid": "afdfec82-dac3-43df-bd7b-cd2cfad5f265", - "name": "Spawner", - "location": [1135, 1791, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 8, "probability": 100 } - ], - "region": "A Wheatfield in Britain 1" - }, - { - "$type": "RegionSpawner", - "guid": "b17f2f9c-9d36-4bea-87db-69f8effc4926", - "name": "Spawner", - "location": [675, 939, 0], - "map": "Trammel", - "count": 10, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "Sheep", "maxCount": 10, "probability": 100 } - ], - "region": "A Field of Sheep in Yew 1" - }, - { - "$type": "RegionSpawner", - "guid": "bfb677f7-e824-46f6-95ef-ee5602f4f9c3", - "name": "Spawner", - "location": [1199, 1683, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableTurnip", "maxCount": 8, "probability": 100 } - ], - "region": "A Turnip Field in Britain 1" - }, - { - "$type": "RegionSpawner", - "guid": "c052a5e0-493d-483e-a98a-665cf05c5c14", - "name": "Spawner", - "location": [823, 2254, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableCarrot", "maxCount": 6, "probability": 100 } - ], - "region": "A Carrot Field in Skara Brae" - }, - { - "$type": "RegionSpawner", - "guid": "c42ef172-78c8-4c5e-b26c-fcc3fc3da1cc", - "name": "Spawner", - "location": [1199, 1823, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 8, "probability": 100 } - ], - "region": "A Wheatfield in Britain 2" - }, - { - "$type": "RegionSpawner", - "guid": "d5b08634-5c5d-4bc2-b6cd-74cb06132423", - "name": "Spawner", - "location": [1231, 1887, 0], - "map": "Trammel", - "count": 8, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 8, "probability": 100 } - ], - "region": "A Wheatfield in Britain 3" - }, - { - "$type": "RegionSpawner", - "guid": "df4c5918-b490-4257-9aeb-541b44980b27", - "name": "Spawner", - "location": [823, 2264, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableCabbage", "maxCount": 6, "probability": 100 } - ], - "region": "A Cabbage Field in Skara Brae 1" - }, - { - "$type": "RegionSpawner", - "guid": "ee6692af-82cf-477e-96ec-375be7a23db9", - "name": "Spawner", - "location": [813, 2163, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 6, "probability": 100 } - ], - "region": "A Wheatfield in Skara Brae 1" - }, - { - "$type": "RegionSpawner", - "guid": "fb826650-9fad-43ff-8ba1-9d848f1f26c5", - "name": "Spawner", - "location": [375, 1191, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:00:10", - "maxDelay": "00:00:30", - "entries": [ - { "name": "FarmableWheat", "maxCount": 6, "probability": 100 } - ], - "region": "A Wheatfield in Yew 2" - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/TrinsicPassage.json b/Distribution/Data/Spawns/shared/trammel/TrinsicPassage.json deleted file mode 100644 index 131c04797..000000000 --- a/Distribution/Data/Spawns/shared/trammel/TrinsicPassage.json +++ /dev/null @@ -1,119 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "01aee8cd-fc2b-4e00-8d21-991131290d9b", - "name": "Spawner (124)", - "location": [5999, 1327, 10], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "DreadSpider", "maxCount": 2, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 1, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "098f3928-ea97-4278-ad09-63a202b30fea", - "name": "Spawner (124)", - "location": [5956, 1310, -2], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "DreadSpider", "maxCount": 2, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 1, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1e21e474-6f3f-4e15-b16a-da201c371cfe", - "name": "Spawner (124)", - "location": [5912, 1326, 0], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "DreadSpider", "maxCount": 2, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 1, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54cb95e8-ceb7-42de-872f-6c2208f075c1", - "name": "Spawner (124)", - "location": [5976, 1387, -22], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "DreadSpider", "maxCount": 2, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 1, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bdc0fed3-7087-4713-9690-92e8878992cb", - "name": "Spawner (124)", - "location": [5940, 1356, -2], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 20, - "entries": [ - { "name": "DreadSpider", "maxCount": 2, "probability": 100 }, - { "name": "FireElemental", "maxCount": 1, "probability": 100 }, - { "name": "HellCat", "maxCount": 1, "probability": 100 }, - { "name": "LavaLizard", "maxCount": 1, "probability": 100 }, - { "name": "LavaSnake", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "faefe911-578d-4e50-b1b5-918119689237", - "name": "Spawner (124)", - "location": [5915, 1302, 2], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "TreasureChestLevel2", "maxCount": 1, "probability": 100 }, - { "name": "TreasureChestLevel3", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/Vendors.json b/Distribution/Data/Spawns/shared/trammel/Vendors.json deleted file mode 100644 index fafd38b70..000000000 --- a/Distribution/Data/Spawns/shared/trammel/Vendors.json +++ /dev/null @@ -1,5271 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "00a20674-f2f7-4d32-8f99-17333e610528", - "name": "Spawner (125)", - "location": [2954, 705, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Beekeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "01d45bd9-1b11-4740-a5fb-d03ab174b5ab", - "name": "Spawner (125)", - "location": [5297, 4007, 40], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "01e0ae79-27ae-46b3-b4da-484ddf53f534", - "name": "Spawner (125)", - "location": [2967, 3408, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0339e1b7-4167-4d40-bc12-1cb62da96006", - "name": "Spawner (125)", - "location": [1650, 1642, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0402be0f-a2d2-4116-8c36-c7af2c230447", - "name": "Spawner (125)", - "location": [3683, 2171, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0435d4c7-1502-4434-b152-9ed1f6c77cf0", - "name": "Spawner (125)", - "location": [1341, 1733, 20], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "WarriorGuildmaster", "maxCount": 1, "probability": 100 }, - { "name": "hirefighter", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "043d3956-11cc-4f4f-a014-7752c464e34c", - "name": "Spawner (125)", - "location": [1425, 1690, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0468f726-d595-41a6-94a2-e073f3b30caf", - "name": "Spawner (125)", - "location": [610, 810, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "049e60c9-d17c-4dd7-b41f-72a029d03e08", - "name": "Spawner (125)", - "location": [4392, 1117, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0537535f-e69b-4c83-8eaa-09b27fd71a85", - "name": "Spawner (125)", - "location": [2709, 2130, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0746c0d5-0f6e-4d52-951f-f0e3b39bd19e", - "name": "Spawner (125)", - "location": [1846, 2715, 10], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "07e55a6f-82ae-4f79-b758-f327f002a1cd", - "name": "Spawner (125)", - "location": [3699, 2163, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "09169e10-d045-41c3-9c74-7bca043adb3c", - "name": "Spawner (125)", - "location": [3554, 1202, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0929d639-9f70-42aa-b714-608c783bb2df", - "name": "Spawner (125)", - "location": [3778, 1172, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0a9406a9-a389-4415-96f8-a8431e90009e", - "name": "Spawner (125)", - "location": [2880, 3472, 15], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0ba9f3dc-a0df-44d2-bebd-bd26fdd99730", - "name": "Spawner (125)", - "location": [2011, 2804, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0bd547bd-7fe4-4869-bb5c-17a297013e44", - "name": "Spawner (125)", - "location": [2471, 564, 5], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0d2b5765-87c1-48c6-a9a6-27699ea30d72", - "name": "Spawner (125)", - "location": [4417, 1064, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0d673486-6203-4256-9264-e267a7f1bd71", - "name": "Spawner (125)", - "location": [2072, 2856, -3], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f1fe615-63ac-460b-93e6-11eead781649", - "name": "Spawner (125)", - "location": [2461, 457, 15], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 }, - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f546912-c197-4d33-a1e0-1f4efddb9311", - "name": "Spawner (125)", - "location": [2019, 2748, 30], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "WarriorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12775f86-e464-4ae0-bd2d-e986f9a6452b", - "name": "Spawner (125)", - "location": [586, 2170, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "12e7d6c0-93ec-4a46-aa65-03407c9a409c", - "name": "Spawner (125)", - "location": [4394, 1083, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "134c9621-c59d-47ef-9afc-b47e1d99e0bd", - "name": "Spawner (125)", - "location": [2634, 2083, 10], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1373dadc-9178-4022-941f-b204570faf59", - "name": "Spawner (125)", - "location": [1939, 2739, 10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "WarriorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1647a7af-7960-4b9e-87aa-99e10a89920d", - "name": "Spawner (125)", - "location": [1458, 1525, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1a27bb4d-874d-4821-8ce3-a669d83ee6f1", - "name": "Spawner (125)", - "location": [1409, 1590, 42], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1a9355e3-e45f-43b3-bc0d-2afb86873a1c", - "name": "Spawner (125)", - "location": [1547, 1659, 26], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1b6c520f-c677-481b-9a8e-fa2ab5658a16", - "name": "Spawner (125)", - "location": [2731, 2192, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1b882487-2ce6-4819-8db4-7077c0217394", - "name": "Spawner (125)", - "location": [1504, 3693, -3], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1bc12e56-5192-41a7-9476-6d628159fcf5", - "name": "Spawner (125)", - "location": [2840, 885, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1cd64ef2-a605-44ac-bf6a-54033cbd6093", - "name": "Spawner (125)", - "location": [2905, 3517, 10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1ea130cc-27cc-4640-8351-976a0858188d", - "name": "Spawner (125)", - "location": [3734, 2149, 20], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1ee02077-d7f2-439e-95b9-f9e82932f319", - "name": "Spawner (125)", - "location": [5203, 86, 5], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1f649d8d-7a53-46a1-bdab-64f309d4e6c7", - "name": "Spawner (125)", - "location": [3720, 2126, 20], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 }, - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1facba9c-8639-4def-bb21-08abc7456e8e", - "name": "Spawner (125)", - "location": [1438, 1761, -2], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 10, - "entries": [ - { "name": "hiresailor", "maxCount": 1, "probability": 100 }, - { "name": "Fisherman", "maxCount": 1, "probability": 100 }, - { "name": "Rat", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1fc9ddd3-9975-4095-8daf-8d86e1103009", - "name": "Spawner (125)", - "location": [650, 2178, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "22f848cc-0054-4f92-8f4b-d55e59f8c0c9", - "name": "Spawner (125)", - "location": [2920, 856, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2377d397-cf7b-41f0-a761-429f83c4fd93", - "name": "Spawner (125)", - "location": [2972, 3425, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "23f532bd-b465-4865-9e87-1acb1f975bb7", - "name": "Spawner (125)", - "location": [1437, 3750, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "FisherGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "29a793dc-b980-4c98-a362-f90f50121b3b", - "name": "Spawner (125)", - "location": [1485, 1550, 30], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2a13d9bc-849b-4a5b-96b0-0afe64cad4d6", - "name": "Spawner (125)", - "location": [2737, 2250, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2a605fd6-6428-4bd5-9571-ddd030de003c", - "name": "Spawner (125)", - "location": [1395, 3705, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2aebb1a5-2e39-424d-9e9b-e8254a5e307d", - "name": "Spawner (125)", - "location": [1467, 1686, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2b03cbc1-378c-45ab-b01c-95d9e4944647", - "name": "Spawner (125)", - "location": [2659, 2194, 4], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "ThiefGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2b7a7c2b-f82b-4cbc-a83d-f9ff58b87562", - "name": "Spawner (125)", - "location": [2707, 2178, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 }, - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2bb96113-3a2f-4092-b055-1883f7842b22", - "name": "Spawner (125)", - "location": [1547, 1768, 10], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2d331fdc-c640-4e30-9d51-d8b28977ac69", - "name": "Spawner (125)", - "location": [5752, 3272, 16], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "Tailor", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2d4579b8-5d76-4c53-8bda-3d2c4803f2e9", - "name": "Spawner (125)", - "location": [2992, 3451, 16], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2d9d17a8-7908-4052-b17c-69e9417788cd", - "name": "Spawner (125)", - "location": [570, 2121, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2e0e6946-627a-4f89-b9d4-795be9b51694", - "name": "Spawner (125)", - "location": [1935, 2796, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2e2553ce-54f2-4cb4-9e20-9625257f4192", - "name": "Spawner (125)", - "location": [3774, 1265, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2e88a973-4c4b-46fc-8012-0e5484272dc8", - "name": "Spawner (125)", - "location": [3017, 761, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 }, - { "name": "Farmer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "308f6ffb-7fb6-4f92-85be-56d1756e5823", - "name": "Spawner (125)", - "location": [5669, 3131, 14], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Minter", "maxCount": 1, "probability": 100 }, - { "name": "Banker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "31da09ce-311f-409b-9c68-34b8058df581", - "name": "Spawner (125)", - "location": [1498, 1659, 27], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Herbalist", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "CustomHairstylist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "32655bec-db85-4a3e-95b4-c21dcf576d0a", - "name": "Spawner (125)", - "location": [1434, 1717, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Merchant", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "327a996b-05f3-4523-b029-90d7c4984a31", - "name": "Spawner (125)", - "location": [1602, 1712, 20], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3330ffe8-07f8-4a7d-9515-34e5333dfe48", - "name": "Spawner (125)", - "location": [1355, 1754, 20], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 14, - "entries": [ - { "name": "OrderGuard", "maxCount": 1, "probability": 100 }, - { "name": "hirefighter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "335880dc-a64c-488d-98c6-cadf4f8bca54", - "name": "Spawner (125)", - "location": [1470, 1765, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "33818055-2577-4e1c-ad37-a47f989f925f", - "name": "Spawner (125)", - "location": [2917, 798, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "33929eec-3fe3-4b78-978f-f1bef78a28eb", - "name": "Spawner (125)", - "location": [1306, 1804, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 6, - "entries": [ - { "name": "OrderGuard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "35d52dec-9192-40c7-b65d-bd9c41e87cdb", - "name": "Spawner (125)", - "location": [578, 2227, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "360bf7a9-be1c-453a-b74a-3d05f91508eb", - "name": "Spawner (125)", - "location": [1585, 1591, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "360da1b6-8e1d-4afa-aa0a-b58ae555157f", - "name": "Spawner (125)", - "location": [1844, 2735, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "36841b9f-477e-49d9-88a3-d66da91aaef4", - "name": "Spawner (125)", - "location": [3546, 1185, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "36a0853e-86e1-4024-9ef6-efa398ae07c3", - "name": "Spawner (125)", - "location": [5218, 175, 5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3738191d-80e0-44da-936a-6a7ede0035a2", - "name": "Spawner (125)", - "location": [1456, 3850, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3803febb-c2fc-4d51-a5cd-6faee0570a6a", - "name": "Spawner (125)", - "location": [2438, 410, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "39f529fe-2424-4e3f-9dc3-13a0e1f979f1", - "name": "Spawner (125)", - "location": [5296, 3978, 37], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3a2fbed0-d494-4930-8238-a74b2489e23a", - "name": "Spawner (125)", - "location": [2245, 1231, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3d9b805c-a0d7-4a4d-82a9-49227a879550", - "name": "Spawner (125)", - "location": [1425, 3981, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3dc2017e-65fa-4231-9fc7-b1aa7c48f1b5", - "name": "Spawner (125)", - "location": [3764, 1317, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3ded253d-b661-4582-a15d-79282c15e8e8", - "name": "Spawner (125)", - "location": [3555, 1171, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3ef48e85-8383-43c1-806e-66855121aac7", - "name": "Spawner (125)", - "location": [2962, 885, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "40c31da4-105d-4393-81d1-37b1e0e3e540", - "name": "Spawner (125)", - "location": [5191, 3989, 37], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "40f86110-4700-404e-865a-0624ee3e88df", - "name": "Spawner (125)", - "location": [1493, 1616, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "41161b38-3f7c-478f-92c2-53f0dd3e9dad", - "name": "Spawner (125)", - "location": [1620, 1586, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4122c08b-45c7-46ae-8be2-f26a761c57c6", - "name": "Spawner (125)", - "location": [3703, 2249, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MerchantGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "419c9bd7-ce77-4ef9-bdd6-2a913c93534b", - "name": "Spawner (125)", - "location": [1450, 4026, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "41cdd533-ce2e-4c8b-9f9b-7467f6d27778", - "name": "Spawner (125)", - "location": [2899, 790, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 }, - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "42088948-8d4a-4745-8ecc-b0f6a6f5f5db", - "name": "Spawner (125)", - "location": [1474, 1597, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MerchantGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "43174d70-989d-4a19-a02b-e39ffab8619c", - "name": "Spawner (125)", - "location": [4416, 1133, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Herbalist", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "CustomHairstylist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "44a0c6b8-5b7d-486e-b373-affb981dcdd5", - "name": "Spawner (125)", - "location": [5737, 3222, 11], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 }, - { "name": "Healer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "44c7bc31-c445-42e3-afa6-e86d6beac11b", - "name": "Spawner (125)", - "location": [1475, 3865, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "450a0f16-a428-4b13-9bea-7c1f0398f4dd", - "name": "Spawner (125)", - "location": [5351, 56, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "463cd51f-8053-4bdb-9b1f-1ec4d7fb1813", - "name": "Spawner (125)", - "location": [5731, 3192, 9], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "Mage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "469ffd2c-d656-45ca-89c5-f0a7fedf6176", - "name": "Spawner (125)", - "location": [1436, 1752, 14], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "HarborMaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "46e1f663-0c59-4a2d-8f66-00f2a0d5195e", - "name": "Spawner (125)", - "location": [4416, 1085, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "472a07d2-cb45-4ca4-9e2d-4153faae4d0e", - "name": "Spawner (125)", - "location": [1427, 1726, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "hirebard", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "476e8e87-d2f3-4964-9bdd-3e11498cd362", - "name": "Spawner (125)", - "location": [5746, 3200, 16], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "47b0d916-8f93-4580-b4c1-b9408b377a8b", - "name": "Spawner (125)", - "location": [1405, 1810, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 25, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "47d6019a-a955-4f5a-bcff-da5d6cb6acea", - "name": "Spawner (125)", - "location": [1125, 3687, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "482cd8b9-c3af-4b1c-9154-f722aa67b0ed", - "name": "Spawner (125)", - "location": [3727, 2224, 20], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "485462f4-cbbc-4a46-aa31-aa7b42832509", - "name": "Spawner (125)", - "location": [2906, 3485, 10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "48829893-5b5f-4822-a43c-a2a05549f7ca", - "name": "Spawner (125)", - "location": [2865, 852, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "49c6d37a-7560-4977-bcbe-045801c60af8", - "name": "Spawner (125)", - "location": [624, 1145, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bowyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "49dd6a0d-15dc-4eff-9f1a-9f8af38fe15e", - "name": "Spawner (125)", - "location": [3051, 3367, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bowyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b4c90a7-f7e7-41a8-a4f1-0e37591c1cd9", - "name": "Spawner (125)", - "location": [1419, 3859, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b5a2097-735a-4740-8b6a-87f079705d42", - "name": "Spawner (125)", - "location": [652, 820, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b65546f-275c-45fd-9d0f-46e6639237bc", - "name": "Spawner (125)", - "location": [5215, 117, 1], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Herbalist", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "CustomHairstylist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4bc9a4dd-1844-483d-997d-e73e53279198", - "name": "Spawner (125)", - "location": [2627, 2100, 10], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4cdd8db5-8499-4956-b094-1e77596039fe", - "name": "Spawner (125)", - "location": [5736, 3263, 15], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Cobbler", "maxCount": 1, "probability": 100 }, - { "name": "Provisioner", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4d000fba-9496-45e5-9ba0-93e2ad003206", - "name": "Spawner (125)", - "location": [5698, 3282, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4d24ec90-79b5-4881-bcd6-568034cd3e2a", - "name": "Spawner (125)", - "location": [1360, 3815, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4e0c3ef6-5714-4bc8-8d0f-8cad7008c2b3", - "name": "Spawner (125)", - "location": [1447, 3981, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4eec52f5-a2ee-41fe-b83d-e4ef31e59cc4", - "name": "Spawner (125)", - "location": [1454, 4003, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4fa0e5cb-22de-46a4-9620-4f7103685d53", - "name": "Spawner (125)", - "location": [1477, 1741, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 20, - "walkingRange": 20, - "entries": [ - { "name": "hiresailor", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4ffe4319-70b0-48c5-bb98-c3bf957662f0", - "name": "Spawner (125)", - "location": [630, 2194, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "50090b05-cdf5-4e5f-994a-7f4d6b7eb59e", - "name": "Spawner (125)", - "location": [620, 2218, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "507f2688-b5dd-404d-b31b-50b0914c0e58", - "name": "Spawner (125)", - "location": [1228, 1572, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 10, - "entries": [ - { "name": "Farmer", "maxCount": 1, "probability": 100 }, - { "name": "Rancher", "maxCount": 1, "probability": 100 }, - { "name": "hirepeasant", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "50b0e650-9163-4263-a71a-3912aa87b5c7", - "name": "Spawner (125)", - "location": [3665, 2140, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MinerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "52358248-3191-4dee-9e78-ea64d8370189", - "name": "Spawner (125)", - "location": [2526, 546, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "523e5f93-afd6-466e-bb27-db94c6bf7e0a", - "name": "Spawner (125)", - "location": [1935, 2766, 10], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54232896-d8a8-41ef-964e-1a8a426be590", - "name": "Spawner (125)", - "location": [1150, 1619, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 10, - "entries": [ - { "name": "Farmer", "maxCount": 1, "probability": 100 }, - { "name": "Rancher", "maxCount": 1, "probability": 100 }, - { "name": "hirepeasant", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "54250593-bd68-4c4d-9017-593ea8a93c8d", - "name": "Spawner (125)", - "location": [1372, 3908, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "558ec561-9e56-4d94-8dc0-c86161bdb6a4", - "name": "Spawner (125)", - "location": [1685, 2985, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 1675, "y": 2975, "z": 0 }, - "end": { "x": 1695, "y": 2995, "z": 35 } - }, - "walkingRange": 20, - "entries": [ - { "name": "Herbalist", "maxCount": 2, "probability": 100 }, - { "name": "Mage", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5635ef7b-3e30-4f77-9dcc-1d32e90756b9", - "name": "Spawner (125)", - "location": [1650, 1608, 20], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5652fc2b-5bb0-4f6b-b01c-fa8a302ad4d3", - "name": "Spawner (125)", - "location": [1482, 1761, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 4, - "entries": [ - { "name": "TownCrier", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "57ed6a02-61ea-4190-bdb9-ea72f43675a6", - "name": "Spawner (125)", - "location": [659, 2141, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "586454ef-4cc0-49a4-a2e4-89574c326a66", - "name": "Spawner (125)", - "location": [1449, 1723, 6], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "58876bbe-786f-496c-a9ad-de7150daedbe", - "name": "Spawner (125)", - "location": [650, 2161, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 }, - { "name": "Armorer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "597858d7-3494-465b-8ee1-6bd72419b247", - "name": "Spawner (125)", - "location": [2860, 999, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 }, - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5bcefd37-a195-42d2-bb43-7087fa46c165", - "name": "Spawner (125)", - "location": [2455, 487, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MinerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5c458af7-1675-41b8-b95d-33a9a747b0a4", - "name": "Spawner (125)", - "location": [631, 1034, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5c623567-93cd-4602-82a0-d110513635db", - "name": "Spawner (125)", - "location": [4481, 1085, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 }, - { "name": "Farmer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5cc0651f-cc23-464c-8dd2-8c924688e76f", - "name": "Spawner (125)", - "location": [4392, 1068, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5ce35259-7589-479c-8194-8ef26ee0bc9a", - "name": "Spawner (125)", - "location": [620, 2218, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5cecf5b2-1161-47d8-9098-c4158222a0bb", - "name": "Spawner (125)", - "location": [553, 985, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5d3324c6-7226-45eb-af13-35bb32a227ac", - "name": "Spawner (125)", - "location": [1351, 1816, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "EscortableMage", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5d4c103e-b3cc-44c6-81a5-a0ec9472d14f", - "name": "Spawner (125)", - "location": [2940, 3500, 10], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 }, - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5d5d05fc-b9de-40cc-b2d8-015e97a4904a", - "name": "Spawner (125)", - "location": [5148, 60, 25], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5df6d5cf-b7d5-4b51-a52e-a0788d7fc21d", - "name": "Spawner (125)", - "location": [3031, 3350, 35], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 3026, "y": 3345, "z": 35 }, - "end": { "x": 3036, "y": 3355, "z": 50 } - }, - "walkingRange": 5, - "entries": [ - { "name": "WarriorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5f4a1c5c-64b3-4636-9067-b309c48b93d3", - "name": "Spawner (125)", - "location": [1427, 1716, 20], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "61d32da8-8cac-4113-8936-85f8836fb6f3", - "name": "Spawner (125)", - "location": [2478, 427, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "WarriorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "62c4349d-d176-4b3d-8df5-c8b624a55423", - "name": "Spawner (125)", - "location": [1416, 1754, 10], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "62d67d9c-82af-4b44-be9a-f1ac7ea02274", - "name": "Spawner (125)", - "location": [3674, 2289, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "643c0e84-5e3f-40db-ac86-3c17c38a316f", - "name": "Spawner (125)", - "location": [1447, 1647, 10], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "650d8ee5-71d1-415f-af77-e051d754adf5", - "name": "Spawner (125)", - "location": [2961, 621, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "66d3b52d-23e0-4d3f-8c93-17a81be068ef", - "name": "Spawner (125)", - "location": [3018, 3426, 15], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6709b04a-f462-468e-b5f5-c8cb8088f0bf", - "name": "Spawner (125)", - "location": [592, 2277, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "677fe1ff-5c29-4d9b-86f2-01f8f6676500", - "name": "Spawner (125)", - "location": [2987, 777, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "68888d32-23aa-4e23-9295-3eaf1e026e16", - "name": "Spawner (125)", - "location": [2835, 805, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6bb19a0b-8193-4146-bada-96ef1f69c2c9", - "name": "Spawner (125)", - "location": [1852, 2831, 10], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6c34b2d6-d0d5-4eb1-a0c2-53132b5e7b06", - "name": "Spawner (125)", - "location": [3683, 2252, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "FisherGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6c7d0542-d02a-49e2-b03d-2f27b68074e8", - "name": "Spawner (125)", - "location": [1452, 3747, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6ce9596e-45b3-4eaa-be62-885d94134085", - "name": "Spawner (125)", - "location": [3007, 3408, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6d156639-7f49-432e-a874-c01be5b54a7f", - "name": "Spawner (125)", - "location": [590, 2205, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bowyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "70a16a36-196a-48ef-b3ea-1e88ff8a7080", - "name": "Spawner (125)", - "location": [2881, 684, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "71f6509c-73fc-4b66-97e0-73117fa77c0c", - "name": "Spawner (125)", - "location": [1450, 1617, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "73b5f8a6-6c6d-4837-b3ca-7ff7e90ff27d", - "name": "Spawner (125)", - "location": [4471, 1156, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "73b991d6-dce0-42b7-90dd-dd8cc7671bed", - "name": "Spawner (125)", - "location": [5242, 180, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "741b669a-ffda-4fcf-8617-207ce5be1530", - "name": "Spawner (125)", - "location": [2918, 672, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "76b3a8d0-aa01-4956-bd37-e2bcd462e8e6", - "name": "Spawner (125)", - "location": [3661, 2183, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7753854c-8437-457c-970f-5489505ba4c6", - "name": "Spawner (125)", - "location": [5236, 142, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "78237184-1c64-4e47-962b-f8ec0ee4a823", - "name": "Spawner (125)", - "location": [564, 1011, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7829831c-f4e0-44a1-a2a9-e04196a72573", - "name": "Spawner (125)", - "location": [2986, 637, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "79424b72-3212-491e-afc1-ad1df19708d7", - "name": "Spawner (125)", - "location": [5234, 4025, 37], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7c18a846-5733-4274-969d-c219443a8c95", - "name": "Spawner (125)", - "location": [4448, 1090, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7e0a225e-8ab0-443c-b125-ab3ad0956662", - "name": "Spawner (125)", - "location": [2533, 572, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7e447298-7816-42f1-889a-cf6c8423fb58", - "name": "Spawner (125)", - "location": [4484, 1064, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "808ba57f-46db-4659-b20c-52b61d520894", - "name": "Spawner (125)", - "location": [2216, 1192, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "813713e2-fce3-4dd5-b514-b0bfd0ff76a9", - "name": "Spawner (125)", - "location": [529, 1008, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "81515819-c2a9-4db8-b752-9f06685593aa", - "name": "Spawner (125)", - "location": [5161, 32, 17], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "82e5da86-576b-4065-9dc1-b79b154de3fb", - "name": "Spawner (125)", - "location": [2901, 908, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "839452cf-a264-4ccc-983b-6cd13565676d", - "name": "Spawner (125)", - "location": [1243, 1699, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "Farmer", "maxCount": 1, "probability": 100 }, - { "name": "Rancher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "843d989e-d401-464a-90b0-16b3469cb226", - "name": "Spawner (125)", - "location": [601, 2235, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8562df8d-5b04-4426-8f62-4125b0bb81c8", - "name": "Spawner (125)", - "location": [1417, 1578, 30], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MinerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "85bf65b2-ed34-4719-bbca-e9449e8c1989", - "name": "Spawner (125)", - "location": [2505, 432, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MinerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "85c7a253-36a4-4352-b90e-b5e28c8dac8c", - "name": "Spawner (125)", - "location": [4458, 1060, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "860c7844-79ed-4155-aa2d-1b40e99ffafb", - "name": "Spawner (125)", - "location": [2861, 812, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bowyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "875e998f-beb1-40f4-aae2-ee36279337b5", - "name": "Spawner (125)", - "location": [535, 867, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "890e5e81-c5da-43c4-a7f1-deb55e5e8b9b", - "name": "Spawner (125)", - "location": [1991, 2867, 20], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 }, - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8a091648-0378-4b58-879b-b07aee75b351", - "name": "Spawner (125)", - "location": [3007, 3408, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8b249196-07e0-42de-a67e-d6959d1ca4c9", - "name": "Spawner (125)", - "location": [1231, 1714, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 10, - "entries": [ - { "name": "hirepeasant", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8b43faac-d666-46c1-ba1c-de0ff4a92dad", - "name": "Spawner (125)", - "location": [2002, 2721, 30], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8c6bc394-02b5-4830-8848-55fbb6623a7a", - "name": "Spawner (125)", - "location": [1481, 1584, 20], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d1a1d0f-e8be-4947-90c6-e9611a3c86d7", - "name": "Spawner (125)", - "location": [3666, 2235, 20], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d69a466-479b-4419-98df-ad54be6244cc", - "name": "Spawner (125)", - "location": [1362, 1574, 30], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8e109199-da2b-4155-9890-9a0424be41cf", - "name": "Spawner (125)", - "location": [5805, 3300, 11], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 }, - { "name": "Armorer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8e9d01be-2213-4fa8-b1f6-e6e82ed4983c", - "name": "Spawner (125)", - "location": [3013, 3353, 15], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Herbalist", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ede9690-36bd-4b72-a43b-fccbdcc8f56c", - "name": "Spawner (125)", - "location": [5219, 4012, 37], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "904e35eb-9ad9-433b-8717-cc1984111fb8", - "name": "Spawner (125)", - "location": [5671, 3287, 11], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "90e83279-5d20-4b5e-9352-e019cd461edd", - "name": "Spawner (125)", - "location": [2782, 969, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "91c818b9-32b8-4d84-b2cc-ada32cbad1ff", - "name": "Spawner (125)", - "location": [4395, 1137, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "928e9340-fb04-4d78-94f9-8ec141fe6fb2", - "name": "Spawner (125)", - "location": [1316, 1747, 10], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 20, - "entries": [ - { "name": "hirefighter", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "92c0ad53-3da1-446d-a39e-86131211cbb3", - "name": "Spawner (125)", - "location": [1442, 3802, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "92f199ed-e0d1-496f-a1f3-d6aa2a5e3155", - "name": "Spawner (125)", - "location": [2940, 3410, 1], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "93eaa98d-0b9f-42b3-91e8-7c04cb15f971", - "name": "Spawner (125)", - "location": [5775, 3161, 14], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "942aa3c4-39fc-4c2c-83cd-31336753d2e8", - "name": "Spawner (125)", - "location": [1435, 3820, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "94408e1a-950c-424f-8d22-e75005e1b85e", - "name": "Spawner (125)", - "location": [4409, 1111, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Herbalist", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "CustomHairstylist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "94a33c3d-2fd0-4c9a-8424-b0315ddb023c", - "name": "Spawner (125)", - "location": [5662, 3150, 13], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "94f8f998-08d7-453a-8dc0-669e4e8ed554", - "name": "Spawner (125)", - "location": [3008, 3389, 15], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "956834dc-651a-42d7-974b-b2bac74e903e", - "name": "Spawner (125)", - "location": [2752, 2155, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "95eaf1c9-9b1e-4f08-845d-cf1fba01401e", - "name": "Spawner (125)", - "location": [1897, 2684, 10], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "978c26c6-dbea-40db-8422-e0342c0738bf", - "name": "Spawner (125)", - "location": [582, 2186, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98464fd7-e5b6-4caa-a6a2-9164399191e6", - "name": "Spawner (125)", - "location": [1452, 3770, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98826ae5-c33c-45be-a99a-4463a5c10916", - "name": "Spawner (125)", - "location": [5263, 129, 20], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98ab2774-ef8a-402a-805b-fd3f035f0458", - "name": "Spawner (125)", - "location": [1388, 1588, 30], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9917a0c7-7df7-4ebc-a830-c9fe30b20354", - "name": "Spawner (125)", - "location": [4401, 1165, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "991ca64d-4d48-49d8-a2a0-71a9d23fb2b3", - "name": "Spawner (125)", - "location": [1388, 1655, 30], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9936a583-3fc5-4414-b85a-94fe319831b8", - "name": "Spawner (125)", - "location": [3755, 2227, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9a226f47-4b27-48ad-8786-77834d26479d", - "name": "Spawner (125)", - "location": [2450, 428, 15], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9bdbb8fe-1b34-49c4-9cc2-6e69ad698018", - "name": "Spawner (125)", - "location": [1850, 2796, -8], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9bded978-79fc-4f1e-9360-de487896a391", - "name": "Spawner (125)", - "location": [570, 969, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bowyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9c0ac700-6c3d-4025-93cf-6b67e28b80ae", - "name": "Spawner (125)", - "location": [1897, 2805, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9ca7daed-db6e-487c-a7b0-ea5448dd368c", - "name": "Spawner (125)", - "location": [1349, 1778, 15], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 }, - { "name": "Blacksmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9cd4bc8c-4f9a-4a91-9cee-70101c3804d8", - "name": "Spawner (125)", - "location": [1822, 2739, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9f0eb4c9-1e11-4abf-9459-31f25308fe70", - "name": "Spawner (125)", - "location": [1362, 1825, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 12, - "entries": [ - { "name": "Artist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9faa97bf-28e2-4e7a-82a4-0e75f227759b", - "name": "Spawner (125)", - "location": [1911, 2805, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a0464876-3bdb-466d-a5a8-40f63301fafd", - "name": "Spawner (125)", - "location": [5839, 3256, 2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a20fa086-8694-465b-a8bc-0988b5017b61", - "name": "Spawner (125)", - "location": [3009, 3455, 15], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 }, - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a301e23d-1bfd-46ef-a2fc-dd4ca9756255", - "name": "Spawner (125)", - "location": [1430, 1597, 20], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a318c022-1463-466e-95d1-e59b2cde9a63", - "name": "Spawner (125)", - "location": [1416, 3779, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a4040d64-c962-4fac-b73f-10a0c04cb4b8", - "name": "Spawner (125)", - "location": [5300, 90, 15], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a48baab3-ef4a-428b-849d-f96b7fe2270c", - "name": "Spawner (125)", - "location": [1431, 1612, 20], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 }, - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a604ee94-149c-45ed-8f2e-b95904ea6550", - "name": "Spawner (125)", - "location": [2033, 2801, 10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a620a8cf-1b8e-4f4b-8485-1a70f6160ed8", - "name": "Spawner (125)", - "location": [554, 2178, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a79cb65c-847a-4b9c-b544-48de9bd6d103", - "name": "Spawner (125)", - "location": [2256, 1181, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa5b770c-5cf3-4c34-bf04-b569d2997239", - "name": "Spawner (125)", - "location": [3546, 1194, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bowyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aafefa52-d26c-4735-a2bc-b73bd8285db1", - "name": "Spawner (125)", - "location": [4440, 1162, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "abda8289-add2-4cd0-97f9-3b5c2f54721e", - "name": "Spawner (125)", - "location": [643, 1083, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ad2a2a35-d46f-4b26-b787-236d6e956cd5", - "name": "Spawner (125)", - "location": [5714, 3202, 12], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "CustomHairstylist", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "Herbalist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "adb4bd49-a4b7-48da-bd26-527aa960c988", - "name": "Spawner (125)", - "location": [1637, 1693, 37], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "adcf36e0-59c9-4804-8c64-8ac46e1dc0b4", - "name": "Spawner (125)", - "location": [1333, 1808, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "escortablewanderinghealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ae039b67-65da-48a1-9d66-397f7f963c24", - "name": "Spawner (125)", - "location": [2424, 555, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bard", "maxCount": 1, "probability": 100 }, - { "name": "BardGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ae951a02-cc60-40f1-b810-9f09c34b4b7a", - "name": "Spawner (125)", - "location": [3729, 1258, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b370875b-ec9e-4655-9b0d-a2d8d8055302", - "name": "Spawner (125)", - "location": [5275, 3977, 37], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b4166ae1-15e1-4540-a3ef-c08ab843c639", - "name": "Spawner (125)", - "location": [3731, 1320, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b434162b-e02d-4bf9-88ee-2dda13e9278a", - "name": "Spawner (125)", - "location": [2522, 524, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 }, - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b46e3bb9-2dba-4235-9d9a-e9a40e1b142a", - "name": "Spawner (125)", - "location": [1498, 1691, 20], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b61ff7bc-b168-475d-9b08-b36ac604db8e", - "name": "Spawner (125)", - "location": [602, 2180, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b64d4434-2246-4ffa-91a0-600326c097ac", - "name": "Spawner (125)", - "location": [3003, 3355, 15], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b65a0806-7fee-4836-9e8e-e56e2d9d5f09", - "name": "Spawner (125)", - "location": [5691, 3209, 11], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "Carpenter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b6c600be-26e6-4553-bd5b-17986a50c0ef", - "name": "Spawner (125)", - "location": [1422, 1654, 10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b907af34-1c6f-4533-92f4-65f9b68f7875", - "name": "Spawner (125)", - "location": [3036, 3464, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b9b981d8-c473-411a-8655-19c74ef5fbe5", - "name": "Spawner (125)", - "location": [3687, 2227, 20], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba540c4e-a870-4886-90ba-d6c2f466d287", - "name": "Spawner (125)", - "location": [2475, 397, 15], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bb4405b2-a53a-4e60-a659-98ce20fc2e6a", - "name": "Spawner (125)", - "location": [2995, 815, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bc9dea07-ca90-459f-bec2-b2efa4ddf507", - "name": "Spawner (125)", - "location": [1895, 2653, 10], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd48eb05-e200-4fc5-aa5d-8581121d0d79", - "name": "Spawner (125)", - "location": [4545, 860, 30], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd67f242-2044-4c4f-b937-9fcad53ea655", - "name": "Spawner (125)", - "location": [540, 966, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf49484f-4281-4b52-bbd7-786dbcecdf9f", - "name": "Spawner (125)", - "location": [2841, 907, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "WarriorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf770c7b-4a88-4198-b78f-a83eff9d5410", - "name": "Spawner (125)", - "location": [2997, 3428, 15], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bfd3ed22-e5b3-4203-8fb2-db2587c1f196", - "name": "Spawner (125)", - "location": [2026, 2845, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bfdfa0ef-f98a-4095-ad75-c87737eb95a2", - "name": "Spawner (125)", - "location": [2216, 1167, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bff8e072-e174-4aa7-93a8-e5e61b4d957f", - "name": "Spawner (125)", - "location": [5726, 3243, 16], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 }, - { "name": "Tinker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c0c400ce-9cdc-401a-8985-84dc26849dec", - "name": "Spawner (125)", - "location": [1364, 3732, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c0dd0b6c-633d-426a-8c36-3c2853ecd252", - "name": "Spawner (125)", - "location": [1295, 1773, 10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 4, - "entries": [ - { "name": "BrideGroom", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c193256a-99a5-44a6-934b-d2996199c5e5", - "name": "Spawner (125)", - "location": [3058, 3400, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "WarriorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c1d8091b-483b-4892-a4b6-e9b5f8ad167c", - "name": "Spawner (125)", - "location": [656, 2235, -3], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c2c011c1-e49f-4005-86e9-ffec9a526573", - "name": "Spawner (125)", - "location": [1304, 1826, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 1, - "walkingRange": 1, - "entries": [ - { "name": "Peasant", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c4ea485b-f871-4c9b-a809-33b53ceb78c2", - "name": "Spawner (125)", - "location": [3013, 3353, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "CustomHairstylist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c5e06b77-5783-4d11-8468-2759e524524d", - "name": "Spawner (125)", - "location": [1470, 1578, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bowyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c937726b-6b62-4b10-8598-9393b597ef90", - "name": "Spawner (125)", - "location": [1296, 1759, 10], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ca419471-6da0-47e1-88f0-dcbffd67e416", - "name": "Spawner (125)", - "location": [2963, 813, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "FisherGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cbb75550-e870-42fe-9689-d99120baf85b", - "name": "Spawner (125)", - "location": [1149, 1547, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 10, - "entries": [ - { "name": "Farmer", "maxCount": 1, "probability": 100 }, - { "name": "Rancher", "maxCount": 1, "probability": 100 }, - { "name": "hirepeasant", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cc884f40-cdb6-4c6d-8be6-c9d15216dc51", - "name": "Spawner (125)", - "location": [3545, 1178, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 }, - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ced2b237-e589-49f6-9468-9c6b5bbb8ca4", - "name": "Spawner (125)", - "location": [1455, 1557, 30], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bard", "maxCount": 1, "probability": 100 }, - { "name": "BardGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cfed240a-6345-42ad-a99b-8fa6b48d519c", - "name": "Spawner (125)", - "location": [1880, 2802, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d033238c-2772-4748-b09d-e03dd3a18768", - "name": "Spawner (125)", - "location": [1387, 3771, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d114445e-e1ae-41b0-890e-49b568c65f68", - "name": "Spawner (125)", - "location": [1442, 3802, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d1dbe32d-b712-4b26-8c3c-f34e94ffeeb2", - "name": "Spawner (125)", - "location": [1471, 1611, 20], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d2ae2226-0a3a-4bef-9683-cffb0c59975f", - "name": "Spawner (125)", - "location": [1510, 1543, 25], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d3a3af04-33a1-478f-856d-210fdbb5a9ce", - "name": "Spawner (125)", - "location": [1418, 1547, 30], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d3b2922a-82a9-4c3f-ae87-d026e4865db8", - "name": "Spawner (125)", - "location": [1990, 2889, 5], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d40aef76-3174-45a1-bf02-b7a5ae236688", - "name": "Spawner (125)", - "location": [3012, 780, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 }, - { "name": "Farmer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d45157f9-2bf0-4101-8e11-a06255f0f3bf", - "name": "Spawner (125)", - "location": [1190, 1707, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 4, - "walkingRange": 8, - "entries": [ - { "name": "Farmer", "maxCount": 1, "probability": 100 }, - { "name": "Rancher", "maxCount": 1, "probability": 100 }, - { "name": "hirepeasant", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d6232f09-ad45-49a6-ba0b-b4244c844d3b", - "name": "Spawner (125)", - "location": [2992, 844, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Herbalist", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "CustomHairstylist", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d63ea5ae-32d5-48c0-a9b8-4706a9cd25a7", - "name": "Spawner (125)", - "location": [611, 2157, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 }, - { "name": "Farmer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d94255da-ddc6-4df5-af70-9de05ab71faa", - "name": "Spawner (125)", - "location": [3740, 1197, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "BardGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d9c8783d-5147-4cc5-b2b7-0d0942297fcb", - "name": "Spawner (125)", - "location": [2975, 3353, 15], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d9fe1303-74c5-490c-9d08-e43325425919", - "name": "Spawner (125)", - "location": [3667, 2252, 20], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "da93faab-336b-403b-8628-da3da7457f7f", - "name": "Spawner (125)", - "location": [1356, 3780, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "db27e125-6f28-4335-a94d-ec1a349a9aba", - "name": "Spawner (125)", - "location": [3699, 2218, 20], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dbd3af4a-dd6a-4ea9-b79b-ea071b77c495", - "name": "Spawner (125)", - "location": [2855, 734, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MinerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dbd51949-6b2b-4973-8e5f-67aa1504d28b", - "name": "Spawner (125)", - "location": [1451, 1679, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dc73fe29-ef87-477e-9390-666aac11a2fa", - "name": "Spawner (125)", - "location": [1813, 2825, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dc7ab28c-9717-4c5d-938c-d6ea01440de7", - "name": "Spawner (125)", - "location": [1386, 3825, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 }, - { "name": "Farmer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dced8f77-228f-4246-9b0a-96539575a2b0", - "name": "Spawner (125)", - "location": [1590, 1654, 10], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd4f9c92-cb01-4d9b-bcfe-2b4e397c3c10", - "name": "Spawner (125)", - "location": [5805, 3270, 11], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mapmaker", "maxCount": 1, "probability": 100 }, - { "name": "Shipwright", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd5f20aa-6865-4e9c-91dc-1ab598efedc4", - "name": "Spawner (125)", - "location": [627, 2163, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "de025061-4683-42e7-aaae-a864a81ea5a9", - "name": "Spawner (125)", - "location": [3769, 1218, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "de7a0b5f-a21f-4e3a-871c-648aa7100c20", - "name": "Spawner (125)", - "location": [587, 2146, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df077d96-f345-4d80-bee5-4ffad8a25c41", - "name": "Spawner (125)", - "location": [2883, 3502, 10], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e00042e4-6be0-4f04-8fc8-56c739a585d6", - "name": "Spawner (125)", - "location": [5154, 97, 5], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e07cf894-eb63-4d4b-9096-e57bed868aca", - "name": "Spawner (125)", - "location": [1469, 1668, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e2150f1f-5cd9-4d5f-a340-7f4bfd0b3214", - "name": "Spawner (125)", - "location": [1404, 3802, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 }, - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e2bd9c74-593e-453e-9ae1-d8bd4fa67993", - "name": "Spawner (125)", - "location": [2513, 477, 15], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e2fff56f-b197-45be-a68c-af29db75338f", - "name": "Spawner (125)", - "location": [1354, 3754, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e32d662c-a5e3-4549-b2ff-4ec7a76d6961", - "name": "Spawner (125)", - "location": [5197, 4060, 37], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e3eb97de-3c51-4ac5-9e7d-e34818423213", - "name": "Spawner (125)", - "location": [3034, 827, -3], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e6a14d4b-f7c8-427e-a0c8-a1d972e3f3f6", - "name": "Spawner (125)", - "location": [1317, 3773, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e70df5a8-1ca9-41a6-beb7-0c13ab7f2884", - "name": "Spawner (125)", - "location": [5347, 76, 25], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e87996f7-c1cc-46e1-a157-854b1049fa7e", - "name": "Spawner (125)", - "location": [3700, 1214, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ea124c6c-817e-49cd-9d27-567a818cd051", - "name": "Spawner (125)", - "location": [5306, 37, 40], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ebf92564-8ea0-4ca8-bec5-8d51bd4e984c", - "name": "Spawner (125)", - "location": [1494, 1715, 6], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec85a134-cb7e-4b7b-bd1b-0023b55d9869", - "name": "Spawner (125)", - "location": [562, 2148, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 5, - "entries": [ - { "name": "RangerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ecd340e1-2000-4c61-8042-64e2a3a7734f", - "name": "Spawner (125)", - "location": [517, 986, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tanner", "maxCount": 1, "probability": 100 }, - { "name": "Furtrader", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ee56cd69-1e8d-46fe-906f-e3e91614708a", - "name": "Spawner (125)", - "location": [1512, 3989, -3], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eff84dda-bd01-479c-a669-ca56d9fffe3d", - "name": "Spawner (125)", - "location": [2890, 651, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f0019dbf-e6d5-44a4-8da4-16dbc44da350", - "name": "Spawner (125)", - "location": [1981, 2838, 15], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f120e595-13e3-4c97-a2f6-0ad960f38b0c", - "name": "Spawner (125)", - "location": [2526, 375, 23], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "AnimalTrainer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f14276d9-00a3-4122-aa2a-280dd4f8fac7", - "name": "Spawner (125)", - "location": [2503, 552, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f163cb5b-d232-4cf8-ae17-2d13fe08623d", - "name": "Spawner (125)", - "location": [4406, 1038, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f23df328-1474-4abf-855f-08a262da0c92", - "name": "Spawner (125)", - "location": [2998, 760, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f46915ea-0d08-4bca-bb53-335f8c12f07b", - "name": "Spawner (125)", - "location": [2577, 599, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f722fc04-87d9-4293-a80b-77140c00250a", - "name": "Spawner (125)", - "location": [1848, 2680, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f723423b-7c27-48c1-b662-335797e6dff2", - "name": "Spawner (125)", - "location": [2680, 2238, 2], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f74f17e3-537f-4cf5-9ed5-2677e3bddd84", - "name": "Spawner (125)", - "location": [2972, 3425, 15], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f85575f5-813e-48cc-b0a5-2eb116e610bd", - "name": "Spawner (125)", - "location": [1441, 3719, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Armorer", "maxCount": 1, "probability": 100 }, - { "name": "Weaponsmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fac7f6c9-0564-4baf-b2aa-9bf3a9e4b35c", - "name": "Spawner (125)", - "location": [2715, 2098, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fb0032c9-6652-41c4-b15b-8a3f64aa3968", - "name": "Spawner (125)", - "location": [5225, 4000, 38], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 }, - { "name": "Blacksmith", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fda0fb25-6ca0-422e-836f-81bd46da8a61", - "name": "Spawner (125)", - "location": [2882, 723, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Jeweler", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/WildLife.json b/Distribution/Data/Spawns/shared/trammel/WildLife.json deleted file mode 100644 index 799d6fcd5..000000000 --- a/Distribution/Data/Spawns/shared/trammel/WildLife.json +++ /dev/null @@ -1,5680 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0022416f-f5eb-483c-9ad4-eac25ac3af57", - "name": "Spawner (126)", - "location": [2744, 2014, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0228c6c2-bc57-4dad-864a-f33844129d0a", - "name": "Spawner (126)", - "location": [1958, 1305, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "029a425c-6944-4f56-b9de-a3a007961469", - "name": "Spawner (126)", - "location": [4326, 1046, 8], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "02d75559-5e11-47dd-9520-76f8d798f286", - "name": "Spawner (126)", - "location": [398, 1305, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "036d98ab-980c-4af8-b924-dd900a6f438c", - "name": "Spawner (126)", - "location": [3232, 510, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "03f454af-c939-406a-b7df-3b11264c1e56", - "name": "Spawner (126)", - "location": [1531, 2351, 5], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "06dc791a-faa3-4301-b930-038655903d16", - "name": "Spawner (126)", - "location": [1709, 1992, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0779e1d7-6a80-4907-83c9-a7b8a1cbd8bb", - "name": "Spawner (126)", - "location": [1867, 1244, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0950a31a-0b42-481f-8658-46d97e5047f5", - "name": "Spawner (126)", - "location": [1505, 2445, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0a898cee-dada-46e4-89f6-2f32a901de39", - "name": "Spawner (126)", - "location": [916, 1159, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0b7d99ad-681f-4b64-99c3-cda74412043b", - "name": "Spawner (126)", - "location": [3392, 424, 9], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0d47483e-14b9-4949-8e00-76c5431539d7", - "name": "Spawner (126)", - "location": [4470, 1430, 8], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0e3d2fd4-d529-45bd-a135-56ca809d2e35", - "name": "Spawner (126)", - "location": [1087, 2401, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0f8ebac9-7bfd-4cb5-9c30-a69baa46be7b", - "name": "Spawner (126)", - "location": [2416, 1172, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0fe92a55-c40e-49a3-9658-ebb41b284a60", - "name": "Spawner (126)", - "location": [2554, 1142, 5], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "110affec-d184-4b10-89a3-db7ed18d0f29", - "name": "Spawner (126)", - "location": [2643, 728, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1252b4d8-f8ff-41e4-be2b-45c0ed2c62e5", - "name": "Spawner (126)", - "location": [4336, 1130, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1ceff4e8-8c0f-4974-80dc-09aa04d29799", - "name": "Spawner (126)", - "location": [1824, 3027, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "21f01798-bc50-4ce5-95d9-16c900a28689", - "name": "Spawner (126)", - "location": [2786, 2282, 13], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "259f44e8-a7d3-41cd-b3a8-d26f3458876d", - "name": "Spawner (126)", - "location": [4510, 1262, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "25b8399a-d467-41ec-806f-e26ac6b3761a", - "name": "Spawner (126)", - "location": [727, 1394, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "25b9f741-b303-4341-ad1a-e4eb7973d3c9", - "name": "Spawner (126)", - "location": [2583, 993, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "261fe98c-05ae-446c-8e4c-6ab6a5c4646b", - "name": "Spawner (126)", - "location": [2814, 492, 15], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2a5e8596-bdb5-4766-b431-45bb6cefbd6d", - "name": "Spawner (126)", - "location": [1024, 1244, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2af04186-1f66-4c97-8893-21966a8d38ff", - "name": "Spawner (126)", - "location": [3092, 542, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "32c27855-0fa7-42cc-b9bb-749f3c6c737c", - "name": "Spawner (126)", - "location": [4478, 3218, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "333e31a1-765c-4086-bc1f-5e9f585929aa", - "name": "Spawner (126)", - "location": [876, 1639, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "348ada5a-4afd-47f1-a414-a59766d0f0db", - "name": "Spawner (126)", - "location": [1092, 1010, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "36d0217e-7fa6-4abb-a59c-572441f8e069", - "name": "Spawner (126)", - "location": [3394, 628, 5], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "376b8121-d1b0-4461-83c7-37f1920fa4a7", - "name": "Spawner (126)", - "location": [4446, 3706, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37ca5711-d9e9-4754-ab12-d72282bd3775", - "name": "Spawner (126)", - "location": [1563, 2277, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "388f1cb5-ac9c-4127-ad37-0fd812bfb769", - "name": "Spawner (126)", - "location": [1798, 1471, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3c28cde3-8cbf-4b0f-9a22-c4da0f91a9ef", - "name": "Spawner (126)", - "location": [1932, 3125, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "3d62d25b-d1a9-4b3b-ba9d-273f3365465e", - "name": "Spawner (126)", - "location": [805, 1570, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "413394e4-0a86-4b97-ad09-b787f7f95b13", - "name": "Spawner (126)", - "location": [4448, 1334, 3], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "41d87f21-c25b-40bb-8a40-79cd984daac9", - "name": "Spawner (126)", - "location": [1725, 1447, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4339d779-ba0b-4a17-aa43-7b29eccd40e4", - "name": "Spawner (126)", - "location": [834, 751, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "437c3cc4-ad9f-4da6-932c-b342014445a9", - "name": "Spawner (126)", - "location": [2418, 999, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "43cb2d22-fd8c-4256-860d-22cf169311a5", - "name": "Spawner (126)", - "location": [2513, 782, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "45803a8e-701d-4b75-9ef0-b6705a0499c6", - "name": "Spawner (126)", - "location": [4612, 3424, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4695be96-fea3-4b09-96ab-b8d7246a785f", - "name": "Spawner (126)", - "location": [1063, 541, 16], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "46baf50c-622c-4cfc-9a0c-cb38c883b270", - "name": "Spawner (126)", - "location": [1857, 600, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "480a555e-947b-4181-b211-4ed3fef3df68", - "name": "Spawner (126)", - "location": [1526, 960, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4a339b0e-c70e-4798-8210-3f3e2de53574", - "name": "Spawner (126)", - "location": [4468, 1006, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4a5e2ae8-f5bb-49a4-a405-c392bd88e885", - "name": "Spawner (126)", - "location": [1011, 1945, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4aecd554-03ce-4054-aa4b-e549bcda9099", - "name": "Spawner (126)", - "location": [1612, 2526, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b2f68c1-edb6-401d-a4e4-e2c5e25d3560", - "name": "Spawner (126)", - "location": [994, 2361, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4b520b06-67a4-4d03-9ac8-1b6b89918338", - "name": "Spawner (126)", - "location": [1334, 2311, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4efec350-2605-46b3-923f-be57885e6aad", - "name": "Spawner (126)", - "location": [1388, 784, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5001467d-867b-4f25-a046-9b42cfce15af", - "name": "Spawner (126)", - "location": [1222, 2499, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5275d813-843e-497f-8801-103eaaf41f50", - "name": "Spawner (126)", - "location": [2495, 978, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5403a56a-456b-42ab-9518-889d08375356", - "name": "Spawner (126)", - "location": [1011, 896, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5ac54db3-d755-475f-84df-bec218f106b7", - "name": "Spawner (126)", - "location": [1628, 2334, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5e97f47f-63ea-4b3c-97aa-252f922c1fc3", - "name": "Spawner (126)", - "location": [1173, 2103, 2], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5ee0e83f-fd06-4c5d-91d2-74e5b3750f53", - "name": "Spawner (126)", - "location": [2654, 2286, 9], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "60301ceb-5d40-41b1-81f3-d4581dbbb3b2", - "name": "Spawner (126)", - "location": [1695, 809, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6554a940-d516-4359-b224-3d7984509f21", - "name": "Spawner (126)", - "location": [2672, 814, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6903cd58-d9a3-4d0c-ab3b-41e09513bddb", - "name": "Spawner (126)", - "location": [919, 1718, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6fbfa112-3466-4ae1-b215-45b81f270cca", - "name": "Spawner (126)", - "location": [2289, 917, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72348476-489b-41c1-b61e-6900a22a61b5", - "name": "Spawner (126)", - "location": [3172, 664, 8], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72d26907-465d-42cf-b64a-7b70c3f21b5e", - "name": "Spawner (126)", - "location": [1426, 2615, 10], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "72fa3aa7-e804-424f-b789-4f0ab28575a6", - "name": "Spawner (126)", - "location": [4632, 1164, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7501f45b-0531-492c-91ea-de33a4a305dd", - "name": "Spawner (126)", - "location": [559, 2081, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "75f30f5a-a828-474c-85a0-4f58fad8bbf0", - "name": "Spawner (126)", - "location": [1498, 2040, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "76e14719-a7c5-4ff5-9ca4-65d2bedd8229", - "name": "Spawner (126)", - "location": [2668, 1020, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7c598b76-349e-42b5-8a5a-f7395b444def", - "name": "Spawner (126)", - "location": [782, 1156, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7da8b2c6-8444-46a1-8dc8-78ff324fb2cf", - "name": "Spawner (126)", - "location": [1387, 2023, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7e32abac-5a5c-424e-b50f-3e539dbb1556", - "name": "Spawner (126)", - "location": [1769, 1330, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7efa7e94-9493-4113-9804-2997584755fd", - "name": "Spawner (126)", - "location": [4384, 1218, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "805e07bf-4287-4e09-8e30-437284cc96ec", - "name": "Spawner (126)", - "location": [210, 1447, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "832fae60-bc7c-4675-8bf1-747404eb52c2", - "name": "Spawner (126)", - "location": [1699, 2560, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "837adc9c-cd37-4302-9bf3-cf063de88772", - "name": "Spawner (126)", - "location": [1666, 1290, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8665d1be-a08f-41b7-9450-c10bb70577f2", - "name": "Spawner (126)", - "location": [974, 374, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8742ec13-802c-4bdc-80bb-37c4d6031baf", - "name": "Spawner (126)", - "location": [2814, 3500, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8c11ab8d-0f10-4d9d-9b58-4d152567074f", - "name": "Spawner (126)", - "location": [1527, 2609, 5], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8fe92be0-9b3d-4ef0-850b-0e64e571d47c", - "name": "Spawner (126)", - "location": [977, 1638, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "95395203-fa7a-46ab-9c61-360659b66537", - "name": "Spawner (126)", - "location": [4692, 3494, 1], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "96c8d9da-bf02-4fd8-8578-1b2ed732d687", - "name": "Spawner (126)", - "location": [1503, 2207, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98b988f2-a420-45e7-8ba5-2bda0ae81f01", - "name": "Spawner (126)", - "location": [1017, 1726, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98f98072-a630-4276-abed-7d07faba2350", - "name": "Spawner (126)", - "location": [846, 1071, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "99f98b9c-1885-479d-882c-f8251711f59d", - "name": "Spawner (126)", - "location": [2074, 1972, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9aa8d68c-2713-4500-aedf-95471c1b15e9", - "name": "Spawner (126)", - "location": [1351, 1359, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9ae00c78-f9de-4faa-b2e2-330e69da4478", - "name": "Spawner (126)", - "location": [890, 657, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9d939fac-db2a-4bf7-bb3c-5cf12a16057d", - "name": "Spawner (126)", - "location": [1802, 495, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9f2ed951-4709-4c94-92ce-0fb0d21bd5f2", - "name": "Spawner (126)", - "location": [4544, 1128, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9f56a1bd-2813-46c3-a48e-df1bddf67a93", - "name": "Spawner (126)", - "location": [4590, 1326, 8], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "9fa7f8cb-f1b0-47ef-b274-fae3fdc58df7", - "name": "Spawner (126)", - "location": [1884, 735, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a107d63c-c00c-4dff-9196-726441942476", - "name": "Spawner (126)", - "location": [725, 1483, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a3a4287c-82dd-4d54-ae9a-fc0de236aaee", - "name": "Spawner (126)", - "location": [4526, 986, 10], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a52ff072-2c3d-428e-9d26-cdc4c4b4217f", - "name": "Spawner (126)", - "location": [2669, 922, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a6c38b89-808a-44b4-a5c7-aac41fab07d6", - "name": "Spawner (126)", - "location": [1377, 1911, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a7eb4c9b-fb14-4e00-9a15-e51095c2565b", - "name": "Spawner (126)", - "location": [2864, 150, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a8a74bc4-a2ed-4d10-b573-cf0ef0fb69db", - "name": "Spawner (126)", - "location": [771, 1013, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a8e639d7-7836-4fcc-9420-e40bee6383de", - "name": "Spawner (126)", - "location": [1602, 2426, 5], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aa7f7549-b005-4b92-950f-329e555c8bcd", - "name": "Spawner (126)", - "location": [855, 934, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ae37664f-7df6-4a33-853e-b577723971be", - "name": "Spawner (126)", - "location": [1315, 2192, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ae784e69-bee7-4043-88c1-852832876c8c", - "name": "Spawner (126)", - "location": [1172, 974, 2], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "af606966-fb70-4d7f-8ad6-fcf293fbf012", - "name": "Spawner (126)", - "location": [3292, 570, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b04c36d0-8c69-46f0-a48c-2b947622bb3f", - "name": "Spawner (126)", - "location": [4592, 1424, 3], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b1ed0cd3-8f33-44ee-b48a-ccf8bfccbc62", - "name": "Spawner (126)", - "location": [3650, 2080, 21], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b25b4e76-d62b-4f92-89d8-6d72908611ec", - "name": "Spawner (126)", - "location": [1727, 2702, 5], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b2a798ca-14e2-4f65-a3d8-b361e2bec521", - "name": "Spawner (126)", - "location": [937, 743, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b3c776b4-3387-47ec-b8b6-6c6320e446f2", - "name": "Spawner (126)", - "location": [1222, 2378, 5], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b3cfc4c1-7fdb-438c-b51d-40211ab8e2fa", - "name": "Spawner (126)", - "location": [689, 753, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b585a36d-a2d6-48c1-a584-59d29425a6cd", - "name": "Spawner (126)", - "location": [2085, 658, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b65d99d3-a2c3-404c-9db5-e261da0b012d", - "name": "Spawner (126)", - "location": [4540, 1454, 8], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b862532b-c3c1-473e-9c75-2970ef697583", - "name": "Spawner (126)", - "location": [1152, 812, 5], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b8b734bb-93cf-40c5-9178-20bc299963b3", - "name": "Spawner (126)", - "location": [623, 1328, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b9457f8a-483a-4f47-bfa9-7a301f3e22d4", - "name": "Spawner (126)", - "location": [968, 2476, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b94d2950-01d9-45d2-a308-c4d863487ffb", - "name": "Spawner (126)", - "location": [1545, 813, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b96c91c8-d294-44ec-b8ce-13ef5c35f2d4", - "name": "Spawner (126)", - "location": [951, 542, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba1ea3b8-e6b1-4231-b2be-961396c2bfab", - "name": "Spawner (126)", - "location": [1005, 2647, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ba7c897f-c0ce-44c1-9141-7b3cfbb65791", - "name": "Spawner (126)", - "location": [2765, 754, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bb9ece00-1e1a-4a80-8c19-b85b54ba4be6", - "name": "Spawner (126)", - "location": [1268, 2018, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bc12e17d-1f65-4e97-a222-9fc7bf0f4444", - "name": "Spawner (126)", - "location": [883, 2129, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd3e9539-89a7-4ccb-b6f4-f9a1621c6f6c", - "name": "Spawner (126)", - "location": [748, 669, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd5716e7-8f5b-4d35-9b8e-f2f3af6829de", - "name": "Spawner (126)", - "location": [1894, 2942, 19], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf6dee8d-749a-4894-a4f7-6b0c179aa2d4", - "name": "Spawner (126)", - "location": [851, 1770, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c157367d-9508-4b38-9472-f87683a4756d", - "name": "Spawner (126)", - "location": [1724, 2781, 5], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c3c89bb5-3c88-4d7b-8bcf-57f0e40d3d59", - "name": "Spawner (126)", - "location": [2735, 417, 15], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c4bfe60c-9ce2-4739-974e-5b0c453aa1f6", - "name": "Spawner (126)", - "location": [802, 1280, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c5b3fb52-ce57-429c-a393-883235b01489", - "name": "Spawner (126)", - "location": [958, 2074, 1], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c6377b5f-e04c-457e-9ec5-3e45c8302d93", - "name": "Spawner (126)", - "location": [2512, 1066, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c96e7fd6-bd4a-407b-8fe8-5116adb5c0e9", - "name": "Spawner (126)", - "location": [1231, 1462, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c9adcc4e-105e-4f9d-9044-4112ff31f5bc", - "name": "Spawner (126)", - "location": [940, 1028, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c9ba90ce-6733-4684-a385-858a97a81829", - "name": "Spawner (126)", - "location": [887, 1223, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "caa501da-6efa-4136-8573-1b996c048e85", - "name": "Spawner (126)", - "location": [1229, 1655, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cd05b1bf-8c39-43cc-82f8-658b0a7837de", - "name": "Spawner (126)", - "location": [1728, 691, 6], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cdaade9c-e8af-48ed-8fd1-7326a2ddba80", - "name": "Spawner (126)", - "location": [3206, 366, 9], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ce46d463-3146-4ed2-9c0f-6d7d85c92d69", - "name": "Spawner (126)", - "location": [993, 1130, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cf3b84c2-c2b7-4692-ac18-e5c9df1e3a94", - "name": "Spawner (126)", - "location": [1582, 2722, 5], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "cfc04314-5772-4b9c-a50a-3652e7be42ea", - "name": "Spawner (126)", - "location": [964, 2214, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d3ef6251-4ee9-4e19-aa70-db8ea6f92bed", - "name": "Spawner (126)", - "location": [1486, 1301, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d41167e6-4e39-4443-a288-1ecbd92a54c2", - "name": "Spawner (126)", - "location": [1057, 765, 1], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d496d8f3-ba8e-47b5-ab86-c4b6a7cba030", - "name": "Spawner (126)", - "location": [895, 830, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d5a4c442-7233-4c40-950f-51aea9e80674", - "name": "Spawner (126)", - "location": [3076, 150, 1], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d61f40c0-87d2-4fc2-8282-5a6eedadd553", - "name": "Spawner (126)", - "location": [464, 2059, 8], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d8231afb-b1d4-48ae-bb33-0b6da6d81411", - "name": "Spawner (126)", - "location": [2188, 1986, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d8c09fcb-e2a0-466b-884c-b9859c718d3d", - "name": "Spawner (126)", - "location": [2338, 989, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d98a0bd4-2d35-4400-ac73-df07a0390baf", - "name": "Spawner (126)", - "location": [2914, 547, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dbead4d1-29b0-43a8-a5a6-5ceb94ca384d", - "name": "Spawner (126)", - "location": [2688, 524, 11], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dccc7e1b-7ef9-44f3-9c3f-c2395b4c739a", - "name": "Spawner (126)", - "location": [999, 1839, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dd753390-ed2c-4648-a7d8-5b6afa41f989", - "name": "Spawner (126)", - "location": [1047, 1071, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "df245d50-9023-49ba-acc7-1cd6c8e27043", - "name": "Spawner (126)", - "location": [1020, 1360, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e0e440be-1903-4921-8001-c203b99824d0", - "name": "Spawner (126)", - "location": [3608, 2140, 79], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e3d015a1-d167-47e6-8f63-e03f77a29019", - "name": "Spawner (126)", - "location": [1973, 751, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e3e5a953-2208-455f-9bd5-e160f387afbc", - "name": "Spawner (126)", - "location": [1459, 1963, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e68d9d2b-ce90-42ab-8a2d-87437babe0a8", - "name": "Spawner (126)", - "location": [1070, 2069, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e81bc46f-505a-4020-8e34-026a669c750a", - "name": "Spawner (126)", - "location": [764, 822, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e8d9152c-1bce-4b09-b08a-f43be0cd650e", - "name": "Spawner (126)", - "location": [1634, 2645, 5], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "eaa6d886-bacf-4ada-8dd9-b4059ed58700", - "name": "Spawner (126)", - "location": [1722, 2435, 10], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ead3c54c-7f7a-4472-8862-160168ce877d", - "name": "Spawner (126)", - "location": [2367, 748, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ebec0b27-0c1c-403f-abdc-9b7866570a8a", - "name": "Spawner (126)", - "location": [485, 1398, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ec2190b0-7f31-40b6-a350-c1bf44d2098a", - "name": "Spawner (126)", - "location": [805, 576, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "edf184b7-267e-475a-9e9d-6a4da4720a0b", - "name": "Spawner (126)", - "location": [1715, 2307, 5], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f0da5cc6-e368-44e9-a745-e6744fd2edf7", - "name": "Spawner (126)", - "location": [2946, 2168, 44], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f143629b-57cc-4c98-a2bd-06c7a3f00e70", - "name": "Spawner (126)", - "location": [2998, 3590, 15], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f1c3581a-b27d-41a6-98ce-3db7acc36783", - "name": "Spawner (126)", - "location": [2888, 391, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f2687613-183f-4bd0-9103-d7bd70639793", - "name": "Spawner (126)", - "location": [1865, 1379, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f2f41e23-c367-4172-8dec-c42709950de9", - "name": "Spawner (126)", - "location": [1650, 2796, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f309b0c8-cbe1-4a42-a2a6-0b5bbadcdf70", - "name": "Spawner (126)", - "location": [4682, 3662, 77], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f444d0ce-22f3-44d5-b9c2-79a8092e1b07", - "name": "Spawner (126)", - "location": [2748, 660, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f7a461d8-c310-48db-8dea-fb3a61fe9504", - "name": "Spawner (126)", - "location": [2122, 2108, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f8830c8c-49c9-4ffd-b299-c5412d510b60", - "name": "Spawner (126)", - "location": [1631, 640, 22], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f9b091d7-b8ac-49f8-b6b0-420e2f503413", - "name": "Spawner (126)", - "location": [1018, 629, 0], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "faedd551-9d07-4233-b959-540762d502b7", - "name": "Spawner (126)", - "location": [1439, 2104, 5], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "fc540fa1-f1f8-45b4-8d06-f1d91b4575b0", - "name": "Spawner (126)", - "location": [4560, 3504, 2], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/shared/trammel/Wrong.json b/Distribution/Data/Spawns/shared/trammel/Wrong.json deleted file mode 100644 index 65b490b2e..000000000 --- a/Distribution/Data/Spawns/shared/trammel/Wrong.json +++ /dev/null @@ -1,163 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "0fe79572-c943-489f-917b-ac21ab051e1e", - "name": "Spawner (127)", - "location": [5857, 562, 15], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 30, - "entries": [ - { "name": "JukaLord", "maxCount": 1, "probability": 100 }, - { "name": "JukaMage", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2292c4c5-79a7-42fe-89a0-4cca8b5c9ae2", - "name": "Spawner (127)", - "location": [5792, 544, 10], - "map": "Trammel", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 6, - "walkingRange": 30, - "entries": [ - { "name": "GolemController", "maxCount": 4, "probability": 100 }, - { "name": "Golem", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4c508240-4996-456a-904f-164a1574fda9", - "name": "Spawner (127)", - "location": [5819, 591, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 5, - "walkingRange": 25, - "entries": [ - { "name": "JukaWarrior", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7efd5b02-49ba-4d20-a39e-82d9bb6622bb", - "name": "Spawner (127)", - "location": [5857, 586, 15], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 7, - "walkingRange": 30, - "entries": [ - { "name": "JukaLord", "maxCount": 1, "probability": 100 }, - { "name": "JukaMage", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d70da7b-2571-4c11-a5fe-4f9a8a3d4083", - "name": "Spawner (127)", - "location": [5724, 561, 20], - "map": "Trammel", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 30, - "entries": [ - { "name": "Golem", "maxCount": 1, "probability": 100 }, - { "name": "JukaLord", "maxCount": 1, "probability": 100 }, - { "name": "JukaMage", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a3e4a12b-3ec2-4c5e-a333-211c738e2105", - "name": "Spawner (127)", - "location": [5828, 530, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 30, - "entries": [ - { "name": "JukaLord", "maxCount": 1, "probability": 100 }, - { "name": "JukaMage", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "aab64623-d091-4058-9ce0-6ca3c039b824", - "name": "Spawner (127)", - "location": [5690, 534, 0], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 8, - "walkingRange": 30, - "entries": [ - { "name": "JukaLord", "maxCount": 1, "probability": 100 }, - { "name": "JukaMage", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b316ad79-73f6-44b1-99e7-34845ddd72cf", - "name": "Spawner (127)", - "location": [5659, 563, 20], - "map": "Trammel", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 10, - "walkingRange": 30, - "entries": [ - { "name": "Brigand", "maxCount": 4, "probability": 100 }, - { "name": "JukaLord", "maxCount": 1, "probability": 100 }, - { "name": "JukaMage", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d0aa4dc9-71ae-41c9-b16a-457c9946ccc4", - "name": "Spawner (127)", - "location": [5808, 588, 12], - "map": "Trammel", - "count": 5, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 15, - "walkingRange": 30, - "entries": [ - { "name": "JukaLord", "maxCount": 1, "probability": 100 }, - { "name": "JukaMage", "maxCount": 1, "probability": 100 }, - { "name": "JukaWarrior", "maxCount": 3, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/uoml/ilshenar/Outdoors.json b/Distribution/Data/Spawns/uoml/ilshenar/Outdoors.json deleted file mode 100644 index 12b0cb939..000000000 --- a/Distribution/Data/Spawns/uoml/ilshenar/Outdoors.json +++ /dev/null @@ -1,79 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "7431d589-5e24-4f05-b479-30dc17c7e942", - "name": "Spawner (306)", - "location": [1098, 698, -60], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 1097, "y": 697, "z": -65 }, - "end": { "x": 1099, "y": 699, "z": -45 } - }, - "walkingRange": 5, - "entries": [ - { "name": "GolemController", "maxCount": 1, "probability": 100 }, - { "name": "Golem", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8ed26f0f-de07-4412-bc99-6cee204f1f40", - "name": "Spawner (306)", - "location": [1072, 651, -60], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 1066, "y": 645, "z": -65 }, - "end": { "x": 1078, "y": 657, "z": -45 } - }, - "walkingRange": 6, - "entries": [ - { "name": "JukaWarrior", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d7d89534-d330-4b6a-a6b0-83187bf9ff54", - "name": "Spawner (306)", - "location": [1091, 702, -40], - "map": "Ilshenar", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 1086, "y": 697, "z": -45 }, - "end": { "x": 1096, "y": 707, "z": -25 } - }, - "walkingRange": 10, - "entries": [ - { "name": "Golem", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e15d8287-9350-468d-8144-dd3baa906a53", - "name": "Spawner (306)", - "location": [1086, 702, -60], - "map": "Ilshenar", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "spawnBounds": { - "start": { "x": 1081, "y": 697, "z": -65 }, - "end": { "x": 1091, "y": 707, "z": -45 } - }, - "walkingRange": 5, - "entries": [ - { "name": "GolemController", "maxCount": 2, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/uoml/malas/North.json b/Distribution/Data/Spawns/uoml/malas/North.json deleted file mode 100644 index 7f7fe17e4..000000000 --- a/Distribution/Data/Spawns/uoml/malas/North.json +++ /dev/null @@ -1,86 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "6f75ce3a-5afe-4d59-8cea-521a9cab1c9a", - "name": "Spawner (2402)", - "location": [1674, 659, -84], - "map": "Malas", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 120, - "entries": [ - { "name": "CrystalElemental", "maxCount": 3, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 3, "probability": 100 }, - { "name": "Bird", "maxCount": 3, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "Rabbit", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b2985f08-8004-4d85-8b11-e98cd205b584", - "name": "Spawner (2402)", - "location": [1434, 607, -89], - "map": "Malas", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 120, - "entries": [ - { "name": "CrystalElemental", "maxCount": 3, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 3, "probability": 100 }, - { "name": "Bird", "maxCount": 3, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "Rabbit", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "7ef09a35-9032-4c5c-8273-9cdeb13281f6", - "name": "Spawner (2402)", - "location": [1194, 638, -84], - "map": "Malas", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 120, - "entries": [ - { "name": "CrystalElemental", "maxCount": 4, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Hind", "maxCount": 3, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "Rabbit", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5a950bac-ad86-44ce-9c3f-b26ac67b1f63", - "name": "Spawner (2402)", - "location": [920, 356, -85], - "map": "Malas", - "count": 20, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 60, - "walkingRange": 70, - "entries": [ - { "name": "CrystalElemental", "maxCount": 4, "probability": 100 }, - { "name": "SkitteringHopper", "maxCount": 4, "probability": 100 }, - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Hind", "maxCount": 3, "probability": 100 }, - { "name": "GreatHart", "maxCount": 1, "probability": 100 }, - { "name": "Rabbit", "maxCount": 4, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/uoml/malas/South.json b/Distribution/Data/Spawns/uoml/malas/South.json deleted file mode 100644 index 6e044c8e2..000000000 --- a/Distribution/Data/Spawns/uoml/malas/South.json +++ /dev/null @@ -1,357 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "436de8ee-4a2f-4494-ab76-e24fc6658954", - "name": "Spawner (2404)", - "location": [2267, 1218, -85], - "map": "Malas", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 180, - "walkingRange": 180, - "entries": [ - { "name": "Cat", "maxCount": 4, "probability": 100 }, - { "name": "Dog", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Rat", "maxCount": 4, "probability": 100 }, - { "name": "DreadSpider", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 }, - { "name": "Ghoul", "maxCount": 3, "probability": 100 }, - { "name": "Lich", "maxCount": 3, "probability": 100 }, - { "name": "Mummy", "maxCount": 3, "probability": 100 }, - { "name": "Ogre", "maxCount": 3, "probability": 100 }, - { "name": "Reaper", "maxCount": 2, "probability": 100 }, - { "name": "Spectre", "maxCount": 2, "probability": 100 }, - { "name": "Wraith", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a2c8f9a1-d9fe-4626-9349-c75746354a52", - "name": "Spawner (2404)", - "location": [2267, 1218, -85], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 180, - "walkingRange": 180, - "entries": [ - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "Panther", "maxCount": 1, "probability": 100 }, - { "name": "DireWolf", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Eagle", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "adeed33a-83d4-4cf9-b289-f14877d5da5f", - "name": "Spawner (2404)", - "location": [1943, 1270, -90], - "map": "Malas", - "count": 15, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 180, - "walkingRange": 180, - "entries": [ - { "name": "Cat", "maxCount": 4, "probability": 100 }, - { "name": "Dog", "maxCount": 4, "probability": 100 }, - { "name": "JackRabbit", "maxCount": 4, "probability": 100 }, - { "name": "Rat", "maxCount": 4, "probability": 100 }, - { "name": "DreadSpider", "maxCount": 3, "probability": 100 }, - { "name": "Gazer", "maxCount": 3, "probability": 100 }, - { "name": "Ghoul", "maxCount": 3, "probability": 100 }, - { "name": "Lich", "maxCount": 3, "probability": 100 }, - { "name": "Mummy", "maxCount": 3, "probability": 100 }, - { "name": "Ogre", "maxCount": 3, "probability": 100 }, - { "name": "Reaper", "maxCount": 2, "probability": 100 }, - { "name": "Spectre", "maxCount": 2, "probability": 100 }, - { "name": "Wraith", "maxCount": 2, "probability": 100 }, - { "name": "Zombie", "maxCount": 1, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Horse", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "38709150-9301-4899-9792-039c4c4b1790", - "name": "Spawner (2404)", - "location": [1943, 1270, -90], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 180, - "walkingRange": 180, - "entries": [ - { "name": "BrownBear", "maxCount": 1, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 1, "probability": 100 }, - { "name": "BlackBear", "maxCount": 1, "probability": 100 }, - { "name": "Cougar", "maxCount": 1, "probability": 100 }, - { "name": "Panther", "maxCount": 1, "probability": 100 }, - { "name": "DireWolf", "maxCount": 1, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 1, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 1, "probability": 100 }, - { "name": "Eagle", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "86cc85cb-88c2-44a2-bb9a-2f06be879c18", - "name": "Spawner (2404)", - "location": [2304, 1258, -86], - "map": "Malas", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 70, - "walkingRange": 70, - "entries": [ - { "name": "Corpser", "maxCount": 6, "probability": 100 }, - { "name": "Ogre", "maxCount": 8, "probability": 100 }, - { "name": "Ettin", "maxCount": 8, "probability": 100 }, - { "name": "Reaper", "maxCount": 9, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 9, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 8, "probability": 100 }, - { "name": "Wraith", "maxCount": 8, "probability": 100 }, - { "name": "Zombie", "maxCount": 5, "probability": 100 }, - { "name": "Ghoul", "maxCount": 4, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b158c1ee-114f-418a-8272-cc602195304b", - "name": "Spawner (2404)", - "location": [1471, 1357, -85], - "map": "Malas", - "count": 26, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 180, - "walkingRange": 180, - "entries": [ - { "name": "Gazer", "maxCount": 4, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 6, "probability": 100 }, - { "name": "Horse", "maxCount": 5, "probability": 100 }, - { "name": "Sheep", "maxCount": 4, "probability": 100 }, - { "name": "Treefellow", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "42155e29-bf66-4f72-bd02-fda44a8d9882", - "name": "Spawner (2404)", - "location": [1837, 1803, -110], - "map": "Malas", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Mummy", "maxCount": 6, "probability": 100 }, - { "name": "SkeletalKnight", "maxCount": 6, "probability": 100 }, - { "name": "SkeletalMage", "maxCount": 6, "probability": 100 }, - { "name": "Spectre", "maxCount": 7, "probability": 100 }, - { "name": "Wraith", "maxCount": 7, "probability": 100 }, - { "name": "Zombie", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "db534aca-9faa-4405-90a0-ba19554e47fb", - "name": "Spawner (2404)", - "location": [1641, 1797, -110], - "map": "Malas", - "count": 7, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Mongbat", "maxCount": 2, "probability": 100 }, - { "name": "SandVortex", "maxCount": 1, "probability": 100 }, - { "name": "Scorpion", "maxCount": 1, "probability": 100 }, - { "name": "Snake", "maxCount": 2, "probability": 100 }, - { "name": "Spectre", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "73285bc9-88f2-4fcf-9daa-9fc686d523d3", - "name": "Spawner (2404)", - "location": [1899, 1609, -110], - "map": "Malas", - "count": 22, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Mongbat", "maxCount": 6, "probability": 100 }, - { "name": "SandVortex", "maxCount": 5, "probability": 100 }, - { "name": "Scorpion", "maxCount": 6, "probability": 100 }, - { "name": "Snake", "maxCount": 5, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bc9d5276-a7d4-4f9f-99f9-ce378158a5af", - "name": "Spawner (2404)", - "location": [1741, 1487, -110], - "map": "Malas", - "count": 13, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "Mongbat", "maxCount": 3, "probability": 100 }, - { "name": "SandVortex", "maxCount": 2, "probability": 100 }, - { "name": "Scorpion", "maxCount": 3, "probability": 100 }, - { "name": "Snake", "maxCount": 3, "probability": 100 }, - { "name": "Spectre", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "783e52d1-194e-474a-927e-0a50e4366d87", - "name": "Spawner (2404)", - "location": [881, 927, -90], - "map": "Malas", - "count": 6, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Pixie", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "62849279-92c4-4de1-8e02-1f0d4bf2b6f5", - "name": "Spawner (2404)", - "location": [769, 1277, -90], - "map": "Malas", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 220, - "walkingRange": 220, - "entries": [ - { "name": "Titan", "maxCount": 3, "probability": 100 }, - { "name": "Horse", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ca139d63-ba9b-48df-aa95-4d2f6310f5eb", - "name": "Spawner (2404)", - "location": [761, 1283, -90], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 200, - "walkingRange": 200, - "entries": [ - { "name": "Eagle", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "a7c283cc-1081-4d32-983b-3d4a7df48438", - "name": "Spawner (2404)", - "location": [743, 1280, -90], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 100, - "walkingRange": 100, - "entries": [ - { "name": "EvilHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ede8df6e-ef32-443e-b6fc-53d5a652ce53", - "name": "Spawner (2404)", - "location": [2304, 1258, -86], - "map": "Malas", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 70, - "walkingRange": 70, - "entries": [ - { "name": "EvilHealer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5bfb14ac-698f-4f85-b3b0-6a7bf9e80efb", - "name": "Spawner (2404)", - "location": [771, 1277, -90], - "map": "Malas", - "count": 29, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 220, - "walkingRange": 220, - "entries": [ - { "name": "Hind", "maxCount": 8, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "Ettin", "maxCount": 7, "probability": 100 }, - { "name": "Harpy", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c9ea7841-c46b-45af-ae9c-df25b1acab4d", - "name": "Spawner (2404)", - "location": [1347, 1739, -110], - "map": "Malas", - "count": 9, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 130, - "walkingRange": 130, - "entries": [ - { "name": "Sheep", "maxCount": 5, "probability": 100 }, - { "name": "Horse", "maxCount": 1, "probability": 100 }, - { "name": "Hind", "maxCount": 3, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/uoml/malas/Vendors.json b/Distribution/Data/Spawns/uoml/malas/Vendors.json deleted file mode 100644 index 3ae31cccd..000000000 --- a/Distribution/Data/Spawns/uoml/malas/Vendors.json +++ /dev/null @@ -1,21 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "706b7616-e5d6-465d-9f4f-3094eda8a29f", - "name": "Spawner (2405)", - "location": [1051, 1434, -85], - "map": "Malas", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/uoml/tokuno/WildLife.json b/Distribution/Data/Spawns/uoml/tokuno/WildLife.json deleted file mode 100644 index 4983e2d18..000000000 --- a/Distribution/Data/Spawns/uoml/tokuno/WildLife.json +++ /dev/null @@ -1,92 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "4e6fb0ca-fe70-4eef-84e7-841ecf8dc448", - "name": "Spawner (2505)", - "location": [926, 145, 49], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 8, "probability": 100 }, - { "name": "Walrus", "maxCount": 8, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ebe89f8e-f0ac-4a42-9b01-f7fc624c4bd4", - "name": "Spawner (2505)", - "location": [879, 128, 44], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 8, "probability": 100 }, - { "name": "Walrus", "maxCount": 8, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c4dd55c7-4108-4f31-897c-f563f1639e2b", - "name": "Spawner (2505)", - "location": [914, 55, 36], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 8, "probability": 100 }, - { "name": "Walrus", "maxCount": 8, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "f0063c43-6b87-44af-9255-a10aa29f60f0", - "name": "Spawner (2505)", - "location": [947, 103, 46], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 8, "probability": 100 }, - { "name": "Walrus", "maxCount": 8, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 8, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c871b42a-1409-4899-a2fe-23299cd6c4ee", - "name": "Spawner (2505)", - "location": [976, 144, 35], - "map": "Tokuno", - "count": 8, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "PolarBear", "maxCount": 8, "probability": 100 }, - { "name": "Walrus", "maxCount": 8, "probability": 100 }, - { "name": "SnowLeopard", "maxCount": 8, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/uoml/trammel/Outdoors.json b/Distribution/Data/Spawns/uoml/trammel/Outdoors.json deleted file mode 100644 index f108daddd..000000000 --- a/Distribution/Data/Spawns/uoml/trammel/Outdoors.json +++ /dev/null @@ -1,189 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "949f3b33-3f72-4065-b212-a15495e305d6", - "name": "Spawner (2113)", - "location": [3619, 2814, 21], - "map": "Trammel", - "count": 17, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "HordeMinion", "maxCount": 17, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b4555e77-ee2f-44d0-b85b-d7d6f26612ef", - "name": "Spawner (2113)", - "location": [3619, 2814, 21], - "map": "Trammel", - "count": 17, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Mongbat", "maxCount": 17, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8cd18e64-2c1c-4853-b82e-8842b4b71dcd", - "name": "Spawner (2113)", - "location": [3485, 2595, 12], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Brigand", "maxCount": 3, "probability": 100 }, - { "name": "Harpy", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "Spectre", "maxCount": 3, "probability": 100 }, - { "name": "Troll", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "c08f91a3-eb9d-464c-96ce-d70f6c5a8fc4", - "name": "Spawner (2113)", - "location": [3446, 2741, 49], - "map": "Trammel", - "count": 7, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Brigand", "maxCount": 7, "probability": 100 }, - { "name": "Harpy", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Spectre", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0111020b-4ccf-45e7-bfbe-8a4f4fbeedad", - "name": "Spawner (2113)", - "location": [3459, 2655, 9], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Brigand", "maxCount": 3, "probability": 100 }, - { "name": "Harpy", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "Spectre", "maxCount": 3, "probability": 100 }, - { "name": "Troll", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ed918ae7-13cc-45da-a9ee-166d198bb83f", - "name": "Spawner (2113)", - "location": [3379, 2693, 35], - "map": "Trammel", - "count": 3, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 30, - "walkingRange": 30, - "entries": [ - { "name": "Brigand", "maxCount": 3, "probability": 100 }, - { "name": "Harpy", "maxCount": 3, "probability": 100 }, - { "name": "Lizardman", "maxCount": 3, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 3, "probability": 100 }, - { "name": "Orc", "maxCount": 3, "probability": 100 }, - { "name": "Ratman", "maxCount": 3, "probability": 100 }, - { "name": "Spectre", "maxCount": 3, "probability": 100 }, - { "name": "Troll", "maxCount": 3, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "63c48500-e80c-4662-a58d-b32b2591f94d", - "name": "Spawner (2113)", - "location": [3411, 2592, 44], - "map": "Trammel", - "count": 6, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 40, - "walkingRange": 40, - "entries": [ - { "name": "Brigand", "maxCount": 6, "probability": 100 }, - { "name": "Harpy", "maxCount": 6, "probability": 100 }, - { "name": "Lizardman", "maxCount": 6, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 6, "probability": 100 }, - { "name": "Orc", "maxCount": 6, "probability": 100 }, - { "name": "Ratman", "maxCount": 6, "probability": 100 }, - { "name": "Spectre", "maxCount": 6, "probability": 100 }, - { "name": "Troll", "maxCount": 6, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8dc26593-aecf-4d5c-97c6-d4d11e8411dc", - "name": "Spawner (2113)", - "location": [3464, 2503, 49], - "map": "Trammel", - "count": 7, - "minDelay": "01:00:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Brigand", "maxCount": 7, "probability": 100 }, - { "name": "Harpy", "maxCount": 7, "probability": 100 }, - { "name": "Lizardman", "maxCount": 7, "probability": 100 }, - { "name": "OrcishMage", "maxCount": 7, "probability": 100 }, - { "name": "Orc", "maxCount": 7, "probability": 100 }, - { "name": "Ratman", "maxCount": 7, "probability": 100 }, - { "name": "Spectre", "maxCount": 7, "probability": 100 }, - { "name": "Troll", "maxCount": 7, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2733ca83-6c31-48d5-b360-eedf6f885beb", - "name": "Spawner (2113)", - "location": [3602, 2815, 28], - "map": "Trammel", - "count": 1, - "minDelay": "00:45:00", - "maxDelay": "01:00:00", - "team": 0, - "homeRange": 1, - "walkingRange": 10, - "entries": [ - { "name": "OrcCamp", "maxCount": 1, "probability": 100 }, - { "name": "RatCamp", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/uoml/trammel/TownsLife.json b/Distribution/Data/Spawns/uoml/trammel/TownsLife.json deleted file mode 100644 index ea5d54f28..000000000 --- a/Distribution/Data/Spawns/uoml/trammel/TownsLife.json +++ /dev/null @@ -1,56 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "1ddbb313-bf13-4c9e-9116-3e67c835fbb9", - "name": "Spawner (2122)", - "location": [3674, 2624, 0], - "map": "Trammel", - "count": 40, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 80, - "walkingRange": 80, - "entries": [ - { "name": "Bird", "maxCount": 10, "probability": 100 }, - { "name": "Cat", "maxCount": 10, "probability": 100 }, - { "name": "Dog", "maxCount": 10, "probability": 100 }, - { "name": "Rat", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "988e7381-2448-4d37-b763-714f1078540b", - "name": "Spawner (2122)", - "location": [3726, 2647, 0], - "map": "Trammel", - "count": 10, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 25, - "walkingRange": 25, - "entries": [ - { "name": "Chicken", "maxCount": 10, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "b52ecefe-4f07-4bcd-9870-d01a0a1a41be", - "name": "Spawner (2122)", - "location": [3652, 2511, 0], - "map": "Trammel", - "count": 16, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Bird", "maxCount": 4, "probability": 100 }, - { "name": "Cat", "maxCount": 4, "probability": 100 }, - { "name": "Dog", "maxCount": 4, "probability": 100 }, - { "name": "Rat", "maxCount": 4, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/uoml/trammel/Vendors.json b/Distribution/Data/Spawns/uoml/trammel/Vendors.json deleted file mode 100644 index 379a3900a..000000000 --- a/Distribution/Data/Spawns/uoml/trammel/Vendors.json +++ /dev/null @@ -1,354 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "011fc0f3-9e98-44ed-ab77-e0669247aacf", - "name": "Spawner (2125)", - "location": [3645, 2617, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "19ecf802-ce51-4125-b13a-efb0afd02cbf", - "name": "Spawner (2125)", - "location": [3667, 2506, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tinker", "maxCount": 1, "probability": 100 }, - { "name": "TinkerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "56140e6f-fc52-49b6-bf74-fe782454a95a", - "name": "Spawner (2125)", - "location": [3655, 2665, -2], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Fisherman", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "625f9122-d16c-4e4e-9d33-bfd367428140", - "name": "Spawner (2125)", - "location": [3615, 2476, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Scribe", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d6745c4f-710a-4fc4-b39a-bc54123feac8", - "name": "Spawner (2125)", - "location": [3693, 2509, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "ThiefGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "43797a84-5e69-45b3-87b6-122e033083e1", - "name": "Spawner (2125)", - "location": [3665, 2581, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Healer", "maxCount": 1, "probability": 100 }, - { "name": "HealerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "e022aca5-1733-4cbc-b444-2bc16d30cf13", - "name": "Spawner (2125)", - "location": [3673, 2595, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Provisioner", "maxCount": 1, "probability": 100 }, - { "name": "Cobbler", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "ca72a646-61b9-41a7-988f-8bcf55f63745", - "name": "Spawner (2125)", - "location": [3632, 2573, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Mage", "maxCount": 1, "probability": 100 }, - { "name": "Alchemist", "maxCount": 1, "probability": 100 }, - { "name": "MageGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "6ed9b012-4871-4674-a39c-c71f94ca6bc0", - "name": "Spawner (2125)", - "location": [3633, 2635, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Shipwright", "maxCount": 1, "probability": 100 }, - { "name": "Mapmaker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "64838953-eca4-4076-9c4a-6b8d53dc6da4", - "name": "Spawner (2125)", - "location": [3754, 2704, 40], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "MinerGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4391a5e3-0060-49e3-bb90-6bdcbf56f863", - "name": "Spawner (2125)", - "location": [3714, 2651, 20], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Butcher", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "85b91e45-a5ec-46df-9286-89b0f4a602a4", - "name": "Spawner (2125)", - "location": [3740, 2692, 40], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "WarriorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5156ee52-c3e4-42b0-ac5e-8d84b49cacb8", - "name": "Spawner (2125)", - "location": [3620, 2617, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Banker", "maxCount": 1, "probability": 100 }, - { "name": "Minter", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d952003f-99e5-4cf4-bea7-06265ffd2dfb", - "name": "Spawner (2125)", - "location": [3628, 2540, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Baker", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "20e39658-8433-437e-b7fc-d2ea491189f6", - "name": "Spawner (2125)", - "location": [3687, 2477, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Tailor", "maxCount": 1, "probability": 100 }, - { "name": "Weaver", "maxCount": 1, "probability": 100 }, - { "name": "TailorGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "0ef8d67e-4e4c-4a53-ab5e-2474e573f096", - "name": "Spawner (2125)", - "location": [3668, 2652, 0], - "map": "Trammel", - "count": 4, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "TavernKeeper", "maxCount": 1, "probability": 100 }, - { "name": "Waiter", "maxCount": 1, "probability": 100 }, - { "name": "Cook", "maxCount": 1, "probability": 100 }, - { "name": "Barkeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "dfa29c8c-8888-4752-a063-f8161f01f569", - "name": "Spawner (2125)", - "location": [3661, 2531, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "BardGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "d753713d-6bf9-47fe-b4f1-58b6f304ad5b", - "name": "Spawner (2125)", - "location": [3594, 2595, 0], - "map": "Trammel", - "count": 2, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Blacksmith", "maxCount": 1, "probability": 100 }, - { "name": "BlacksmithGuildmaster", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "98ef6eb6-72ea-43a5-b2ea-8c153f6135d3", - "name": "Spawner (2125)", - "location": [3671, 2615, 0], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "InnKeeper", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "5294b511-5759-452f-8009-94157b248961", - "name": "Spawner (2125)", - "location": [3745, 2585, 40], - "map": "Trammel", - "count": 1, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Bowyer", "maxCount": 1, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bd1d8c55-7a8a-465a-a8ff-f47adad641c6", - "name": "Spawner (2125)", - "location": [3642, 2504, 0], - "map": "Trammel", - "count": 3, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 0, - "walkingRange": 5, - "entries": [ - { "name": "Carpenter", "maxCount": 1, "probability": 100 }, - { "name": "Architect", "maxCount": 1, "probability": 100 }, - { "name": "RealEstateBroker", "maxCount": 1, "probability": 100 } - ] - } -] diff --git a/Distribution/Data/Spawns/uoml/trammel/WildLife.json b/Distribution/Data/Spawns/uoml/trammel/WildLife.json deleted file mode 100644 index f1df7b053..000000000 --- a/Distribution/Data/Spawns/uoml/trammel/WildLife.json +++ /dev/null @@ -1,410 +0,0 @@ -[ - { - "$type": "Spawner", - "guid": "85bca9f2-2bf4-4400-ac33-e72e379d2bb0", - "name": "Spawner (2126)", - "location": [3607, 2417, 45], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "2828aaaa-15bc-48ca-8200-b30244c9e88f", - "name": "Spawner (2126)", - "location": [3555, 2525, 13], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "bf2cf539-4f86-4a2c-81a2-6d09d6a36dee", - "name": "Spawner (2126)", - "location": [3506, 2477, 28], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "335130b1-2341-4f80-88b6-1a2b1261d158", - "name": "Spawner (2126)", - "location": [3452, 2563, 32], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "21e1d3a4-1447-4e38-9b17-70a49c7b9093", - "name": "Spawner (2126)", - "location": [3429, 2650, 43], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "37fab5a5-6dcf-4ea0-9bcf-cee7546a8788", - "name": "Spawner (2126)", - "location": [3449, 2737, 49], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "85d1ae4d-d1dd-431f-a749-7ba9e19b7adc", - "name": "Spawner (2126)", - "location": [3736, 2512, 35], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "03dcb299-f89d-4554-8700-c389b70b560e", - "name": "Spawner (2126)", - "location": [3718, 2736, 38], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "4415e8ab-b437-46d7-a245-8056c9611fa4", - "name": "Spawner (2126)", - "location": [3654, 2866, 61], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "363b94f4-e1ba-474a-ab21-76e457b14abf", - "name": "Spawner (2126)", - "location": [3662, 2802, 51], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "8d4ae520-6345-40f2-b7cb-3bb2e98d2219", - "name": "Spawner (2126)", - "location": [3596, 2804, 51], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - }, - { - "$type": "Spawner", - "guid": "1105d916-9527-4d49-8ca2-54e4ca61a342", - "name": "Spawner (2126)", - "location": [3546, 2812, 13], - "map": "Trammel", - "count": 19, - "minDelay": "00:05:00", - "maxDelay": "00:10:00", - "team": 0, - "homeRange": 50, - "walkingRange": 50, - "entries": [ - { "name": "Boar", "maxCount": 7, "probability": 100 }, - { "name": "Cougar", "maxCount": 7, "probability": 100 }, - { "name": "Goat", "maxCount": 7, "probability": 100 }, - { "name": "Horse", "maxCount": 7, "probability": 100 }, - { "name": "Panther", "maxCount": 7, "probability": 100 }, - { "name": "Pig", "maxCount": 7, "probability": 100 }, - { "name": "Sheep", "maxCount": 7, "probability": 100 }, - { "name": "BlackBear", "maxCount": 5, "probability": 100 }, - { "name": "GrizzlyBear", "maxCount": 5, "probability": 100 }, - { "name": "BrownBear", "maxCount": 5, "probability": 100 }, - { "name": "TimberWolf", "maxCount": 5, "probability": 100 }, - { "name": "GreyWolf", "maxCount": 5, "probability": 100 }, - { "name": "WanderingHealer", "maxCount": 1, "probability": 100 }, - { "name": "Bird", "maxCount": 2, "probability": 100 }, - { "name": "Eagle", "maxCount": 2, "probability": 100 }, - { "name": "GreatHart", "maxCount": 2, "probability": 100 }, - { "name": "Hind", "maxCount": 2, "probability": 100 }, - { "name": "Bull", "maxCount": 2, "probability": 100 }, - { "name": "Cow", "maxCount": 2, "probability": 100 } - ] - } -] From ee5559134c1b17a99966c2a00e85237425a21b51 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Fri, 28 Aug 2026 20:15:29 -0400 Subject: [PATCH 05/14] #W# Change: Decorate looks for different folders. Removed DecorateMag command. --- .../Data/Decoration/Overworld/.PLACEHOLDER | 0 .../Data/Decoration/Underworld/.PLACEHOLDER | 0 .../Commands/Object Creation/Decorate.cs | 15 +- .../Commands/Object Creation/DecorateMag.cs | 1323 ----------------- 4 files changed, 3 insertions(+), 1335 deletions(-) create mode 100644 Distribution/Data/Decoration/Overworld/.PLACEHOLDER create mode 100644 Distribution/Data/Decoration/Underworld/.PLACEHOLDER delete mode 100644 Projects/UOContent/Commands/Object Creation/DecorateMag.cs diff --git a/Distribution/Data/Decoration/Overworld/.PLACEHOLDER b/Distribution/Data/Decoration/Overworld/.PLACEHOLDER new file mode 100644 index 000000000..e69de29bb diff --git a/Distribution/Data/Decoration/Underworld/.PLACEHOLDER b/Distribution/Data/Decoration/Underworld/.PLACEHOLDER new file mode 100644 index 000000000..e69de29bb diff --git a/Projects/UOContent/Commands/Object Creation/Decorate.cs b/Projects/UOContent/Commands/Object Creation/Decorate.cs index b41a7c758..b09e07709 100644 --- a/Projects/UOContent/Commands/Object Creation/Decorate.cs +++ b/Projects/UOContent/Commands/Object Creation/Decorate.cs @@ -34,17 +34,8 @@ namespace Server.Commands NetState.FlushAll(); - Generate("Data/Decoration/Britannia", Map.Trammel, Map.Felucca); - Generate("Data/Decoration/Trammel", Map.Trammel); - Generate("Data/Decoration/Felucca", Map.Felucca); - Generate("Data/Decoration/Ilshenar", Map.Ilshenar); - Generate("Data/Decoration/Malas", Map.Malas); - Generate("Data/Decoration/Tokuno", Map.Tokuno); - - if (PlayerMurderSystem.BountiesEnabled) - { - Generate("Data/Decoration/BountyBoards", Map.Felucca); - } + Generate("Data/Decoration/Overworld", Map.Felucca); + Generate("Data/Decoration/Underworld", Map.Trammel); m_Mobile.SendMessage($"World generating complete. {m_Count} items were generated."); } @@ -888,7 +879,7 @@ namespace Server.Commands else if (item is InteractionTeleporter itp) { itp.ItemID = m_ItemID; - + for (var i = 0; i < m_Params.Length; ++i) { if (m_Params[i].StartsWithOrdinal("PointDest")) diff --git a/Projects/UOContent/Commands/Object Creation/DecorateMag.cs b/Projects/UOContent/Commands/Object Creation/DecorateMag.cs deleted file mode 100644 index ddcb80d22..000000000 --- a/Projects/UOContent/Commands/Object Creation/DecorateMag.cs +++ /dev/null @@ -1,1323 +0,0 @@ -using System; -using System.Collections.Generic; -using System.IO; -using CommunityToolkit.HighPerformance; -using Server.Collections; -using Server.Engines.Quests.Haven; -using Server.Engines.Quests.Necro; -using Server.Engines.Spawners; -using Server.Items; -using Server.Network; -using MemoryExtensions = System.MemoryExtensions; - -namespace Server.Commands -{ - public static class DecorateMag - { - private static Mobile m_Mobile; - private static int m_Count; - - public static void Configure() - { - CommandSystem.Register("DecorateMag", AccessLevel.Developer, DecorateMag_OnCommand); - } - - [Usage("DecorateMag")] - [Description("Generates world decoration for Magincia after it was ruined.")] - private static void DecorateMag_OnCommand(CommandEventArgs e) - { - m_Mobile = e.Mobile; - m_Count = 0; - - m_Mobile.SendMessage("Generating world decoration, please wait."); - - NetState.FlushAll(); - - Generate("Data/Decoration/RuinedMaginciaTram", Map.Trammel); - Generate("Data/Decoration/RuinedMaginciaFel", Map.Felucca); - - m_Mobile.SendMessage($"World generating complete. {m_Count} items were generated."); - } - - public static void Generate(string folder, params Map[] maps) - { - if (!Directory.Exists(folder)) - { - return; - } - - var files = Directory.GetFiles(folder, "*.cfg"); - - for (var i = 0; i < files.Length; ++i) - { - var list = DecorationListMag.ReadAll(files[i]); - - for (var j = 0; j < list.Count; ++j) - { - m_Count += list[j].Generate(maps); - } - } - } - } - - public class DecorationListMag - { - private static readonly Type typeofStatic = typeof(Static); - private static readonly Type typeofLocalizedStatic = typeof(LocalizedStatic); - private static readonly Type typeofBaseDoor = typeof(BaseDoor); - private static readonly Type typeofAnkhWest = typeof(AnkhWest); - private static readonly Type typeofAnkhNorth = typeof(AnkhNorth); - private static readonly Type typeofBeverage = typeof(BaseBeverage); - private static readonly Type typeofLocalizedSign = typeof(LocalizedSign); - private static readonly Type typeofMarkContainer = typeof(MarkContainer); - private static readonly Type typeofWarningItem = typeof(WarningItem); - private static readonly Type typeofHintItem = typeof(HintItem); - private static readonly Type typeofCannon = typeof(Cannon); - private static readonly Type typeofSerpentPillar = typeof(SerpentPillar); - - private static readonly string[] m_EmptyParams = Array.Empty(); - private List m_Entries; - private int m_ItemID; - private string[] m_Params; - private Type m_Type; - - public Item Construct() - { - if (m_Type == null) - { - return null; - } - - Item item; - - try - { - if (m_Type == typeofStatic) - { - item = new Static(m_ItemID); - } - else if (m_Type == typeofLocalizedStatic) - { - var labelNumber = 0; - - for (var i = 0; i < m_Params.Length; ++i) - { - if (m_Params[i].StartsWithOrdinal("LabelNumber")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - labelNumber = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - break; - } - } - } - - item = new LocalizedStatic(m_ItemID, labelNumber); - } - else if (m_Type == typeofLocalizedSign) - { - var labelNumber = 0; - - for (var i = 0; i < m_Params.Length; ++i) - { - if (m_Params[i].StartsWithOrdinal("LabelNumber")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - labelNumber = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - break; - } - } - } - - item = new LocalizedSign(m_ItemID, labelNumber); - } - else if (m_Type == typeofAnkhWest || m_Type == typeofAnkhNorth) - { - var bloodied = false; - - for (var i = 0; !bloodied && i < m_Params.Length; ++i) - { - bloodied = m_Params[i] == "Bloodied"; - } - - if (m_Type == typeofAnkhWest) - { - item = new AnkhWest(bloodied); - } - else - { - item = new AnkhNorth(bloodied); - } - } - else if (m_Type == typeofMarkContainer) - { - var bone = false; - var locked = false; - var map = Map.Malas; - - for (var i = 0; i < m_Params.Length; ++i) - { - if (m_Params[i] == "Bone") - { - bone = true; - } - else if (m_Params[i] == "Locked") - { - locked = true; - } - else if (m_Params[i].StartsWithOrdinal("TargetMap")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - map = Map.Parse(m_Params[i][++indexOf..]); - } - } - } - - var mc = new MarkContainer(bone, locked); - - mc.TargetMap = map; - mc.Description = "strange location"; - - item = mc; - } - else if (m_Type == typeofHintItem) - { - var range = 0; - var messageNumber = 0; - string messageString = null; - var hintNumber = 0; - string hintString = null; - var resetDelay = TimeSpan.Zero; - - for (var i = 0; i < m_Params.Length; ++i) - { - if (m_Params[i].StartsWithOrdinal("Range")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - range = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("WarningString")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - messageString = m_Params[i][++indexOf..]; - } - } - else if (m_Params[i].StartsWithOrdinal("WarningNumber")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - messageNumber = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("HintString")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - hintString = m_Params[i][++indexOf..]; - } - } - else if (m_Params[i].StartsWithOrdinal("HintNumber")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - hintNumber = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("ResetDelay")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - resetDelay = TimeSpan.Parse(m_Params[i][++indexOf..]); - } - } - } - - var hi = new HintItem(m_ItemID, range, messageNumber, hintNumber); - - hi.WarningMessage = messageString; - hi.HintMessage = hintString; - hi.ResetDelay = resetDelay; - - item = hi; - } - else if (m_Type == typeofWarningItem) - { - var range = 0; - var messageNumber = 0; - string messageString = null; - var resetDelay = TimeSpan.Zero; - - for (var i = 0; i < m_Params.Length; ++i) - { - if (m_Params[i].StartsWithOrdinal("Range")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - range = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("WarningString")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - messageString = m_Params[i][++indexOf..]; - } - } - else if (m_Params[i].StartsWithOrdinal("WarningNumber")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - messageNumber = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("ResetDelay")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - resetDelay = TimeSpan.Parse(m_Params[i][++indexOf..]); - } - } - } - - var wi = new WarningItem(m_ItemID, range, messageNumber); - - wi.WarningMessage = messageString; - wi.ResetDelay = resetDelay; - - item = wi; - } - else if (m_Type == typeofCannon) - { - var direction = CannonDirection.North; - - for (var i = 0; i < m_Params.Length; ++i) - { - if (m_Params[i].StartsWithOrdinal("CannonDirection")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - direction = (CannonDirection)Enum.Parse( - typeof(CannonDirection), - m_Params[i][++indexOf..], - true - ); - } - } - } - - item = new Cannon(direction); - } - else if (m_Type == typeofSerpentPillar) - { - string word = null; - var destination = new Rectangle2D(); - - for (var i = 0; i < m_Params.Length; ++i) - { - if (m_Params[i].StartsWithOrdinal("Word")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - word = m_Params[i][++indexOf..]; - } - } - else if (m_Params[i].StartsWithOrdinal("DestStart")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - destination.Start = Point2D.Parse(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("DestEnd")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - destination.End = Point2D.Parse(m_Params[i][++indexOf..]); - } - } - } - - item = new SerpentPillar(word, destination); - } - else if (m_Type.IsSubclassOf(typeofBeverage)) - { - var content = BeverageType.Liquor; - var fill = false; - - for (var i = 0; !fill && i < m_Params.Length; ++i) - { - if (m_Params[i].StartsWithOrdinal("Content")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - content = (BeverageType)Enum.Parse( - typeof(BeverageType), - m_Params[i][++indexOf..], - true - ); - fill = true; - } - } - } - - if (fill) - { - item = m_Type.CreateInstance(content); - } - else - { - item = m_Type.CreateInstance(); - } - } - else if (m_Type.IsSubclassOf(typeofBaseDoor) && m_Params.Length > 0) - { - var facing = DoorFacing.WestCW; - - for (var i = 0; i < m_Params.Length; ++i) - { - if (m_Params[i].StartsWithOrdinal("Facing")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - facing = (DoorFacing)Enum.Parse(typeof(DoorFacing), m_Params[i][++indexOf..], true); - break; - } - } - } - - item = m_Type.CreateInstance(facing); - } - else - { - item = m_Type.CreateInstance(); - } - } - catch (Exception e) - { - throw new Exception($"Bad type: {m_Type}", e); - } - - if (item is BaseAddon addon) - { - if (addon is MaabusCoffin coffin) - { - for (var i = 0; i < m_Params.Length; ++i) - { - if (m_Params[i].StartsWithOrdinal("SpawnLocation")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - coffin.SpawnLocation = Point3D.Parse(m_Params[i][++indexOf..]); - } - } - } - } - else if (m_ItemID > 0) - { - var comps = addon.Components; - - for (var i = 0; i < comps.Count; ++i) - { - var comp = comps[i]; - - if (comp.Offset == Point3D.Zero) - { - comp.ItemID = m_ItemID; - } - } - } - } - else if (item is BaseLight light) - { - bool unlit = false, unprotected = false; - - for (var i = 0; i < m_Params.Length; ++i) - { - if (!unlit && m_Params[i] == "Unlit") - { - unlit = true; - } - else if (!unprotected && m_Params[i] == "Unprotected") - { - unprotected = true; - } - - if (unlit && unprotected) - { - break; - } - } - - // Make light never run out of fuel. - light.Duration = TimeSpan.Zero; - - if (!unlit) - { - light.Ignite(); - } - - if (!unprotected) - { - light.Protected = true; - } - - if (m_ItemID > 0) - { - light.ItemID = m_ItemID; - } - } - else if (item is BaseSpawner sp) - { - sp.NextSpawn = TimeSpan.Zero; - - for (var i = 0; i < m_Params.Length; ++i) - { - if (m_Params[i].StartsWithOrdinal("Spawn")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - sp.AddEntry(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("MinDelay")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - sp.MinDelay = TimeSpan.Parse(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("MaxDelay")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - sp.MaxDelay = TimeSpan.Parse(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("NextSpawn")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - sp.NextSpawn = TimeSpan.Parse(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("Count")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - sp.Count = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - for (var se = 0; se < sp.Entries.Count; se++) - { - sp.Entries[se].SpawnedMaxCount = sp.Count; - } - } - } - else if (m_Params[i].StartsWithOrdinal("Team")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - sp.Team = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("HomeRange")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - sp.HomeRange = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("Running")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - sp.Running = Utility.ToBoolean(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("Group")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - sp.Group = Utility.ToBoolean(m_Params[i][++indexOf..]); - } - } - } - } - else if (item is RecallRune rune) - { - for (var i = 0; i < m_Params.Length; ++i) - { - if (m_Params[i].StartsWithOrdinal("Description")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - rune.Description = m_Params[i][++indexOf..]; - } - } - else if (m_Params[i].StartsWithOrdinal("Marked")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - rune.Marked = Utility.ToBoolean(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("TargetMap")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - rune.TargetMap = Map.Parse(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("Target")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - rune.Target = Point3D.Parse(m_Params[i][++indexOf..]); - } - } - } - } - else if (item is SkillTeleporter st) - { - for (var i = 0; i < m_Params.Length; ++i) - { - if (m_Params[i].StartsWithOrdinal("Skill")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - st.Skill = (SkillName)Enum.Parse(typeof(SkillName), m_Params[i][++indexOf..], true); - } - } - else if (m_Params[i].StartsWithOrdinal("RequiredFixedPoint")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - st.Required = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]) * 0.1; - } - } - else if (m_Params[i].StartsWithOrdinal("Required")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - st.Required = Utility.ToDouble(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("MessageString")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - st.Message = m_Params[i][++indexOf..]; - } - } - else if (m_Params[i].StartsWithOrdinal("MessageNumber")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - st.Message = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("PointDest")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - st.PointDest = Point3D.Parse(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("MapDest")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - st.MapDest = Map.Parse(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("Creatures")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - st.Creatures = Utility.ToBoolean(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("SourceEffect")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - st.SourceEffect = Utility.ToBoolean(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("DestEffect")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - st.DestEffect = Utility.ToBoolean(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("SoundID")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - st.SoundID = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("Delay")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - st.Delay = TimeSpan.Parse(m_Params[i][++indexOf..]); - } - } - } - - if (m_ItemID > 0) - { - st.ItemID = m_ItemID; - } - } - else if (item is KeywordTeleporter kt) - { - for (var i = 0; i < m_Params.Length; ++i) - { - if (m_Params[i].StartsWithOrdinal("Substring")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - kt.Substring = m_Params[i][++indexOf..]; - } - } - else if (m_Params[i].StartsWithOrdinal("Keyword")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - kt.Keyword = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("Range")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - kt.Range = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("PointDest")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - kt.PointDest = Point3D.Parse(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("MapDest")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - kt.MapDest = Map.Parse(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("Creatures")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - kt.Creatures = Utility.ToBoolean(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("SourceEffect")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - kt.SourceEffect = Utility.ToBoolean(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("DestEffect")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - kt.DestEffect = Utility.ToBoolean(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("SoundID")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - kt.SoundID = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("Delay")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - kt.Delay = TimeSpan.Parse(m_Params[i][++indexOf..]); - } - } - } - - if (m_ItemID > 0) - { - kt.ItemID = m_ItemID; - } - } - else if (item is Teleporter tp) - { - for (var i = 0; i < m_Params.Length; ++i) - { - if (m_Params[i].StartsWithOrdinal("PointDest")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - tp.PointDest = Point3D.Parse(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("MapDest")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - tp.MapDest = Map.Parse(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("Creatures")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - tp.Creatures = Utility.ToBoolean(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("SourceEffect")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - tp.SourceEffect = Utility.ToBoolean(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("DestEffect")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - tp.DestEffect = Utility.ToBoolean(m_Params[i][++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("SoundID")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - tp.SoundID = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - } - } - else if (m_Params[i].StartsWithOrdinal("Delay")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - tp.Delay = TimeSpan.Parse(m_Params[i][++indexOf..]); - } - } - } - - if (m_ItemID > 0) - { - tp.ItemID = m_ItemID; - } - } - else if (item is FillableContainer cont) - { - for (var i = 0; i < m_Params.Length; ++i) - { - if (m_Params[i].StartsWithOrdinal("ContentType")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - cont.ContentType = (FillableContentType)Enum.Parse( - typeof(FillableContentType), - m_Params[i][++indexOf..], - true - ); - } - } - } - - if (m_ItemID > 0) - { - cont.ItemID = m_ItemID; - } - } - else if (m_ItemID > 0) - { - item.ItemID = m_ItemID; - } - - item.Movable = false; - - for (var i = 0; i < m_Params.Length; ++i) - { - if (m_Params[i].StartsWithOrdinal("Light")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - item.Light = (LightType)Enum.Parse(typeof(LightType), m_Params[i][++indexOf..], true); - } - } - else if (m_Params[i].StartsWithOrdinal("Hue")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - var hue = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - - if (item is DyeTub tub) - { - tub.DyedHue = hue; - } - else - { - item.Hue = hue; - } - } - } - else if (m_Params[i].StartsWithOrdinal("Name")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - item.Name = m_Params[i][++indexOf..]; - } - } - else if (m_Params[i].StartsWithOrdinal("Amount")) - { - var indexOf = m_Params[i].IndexOfOrdinal('='); - - if (indexOf >= 0) - { - // Must suppress stackable warnings - - var wasStackable = item.Stackable; - - item.Stackable = true; - item.Amount = Utility.ToInt32(m_Params[i].AsSpan()[++indexOf..]); - item.Stackable = wasStackable; - } - } - } - - return item; - } - - private static bool FindItem(int x, int y, int z, Map map, Item srcItem) - { - var itemID = srcItem.ItemID; - var lt = srcItem.Light; - var srcName = srcItem.ItemData.Name; - var type = srcItem.GetType(); - - var res = false; - - using var queue = PooledRefQueue.Create(); - foreach (var item in map.GetItemsAt(x, y)) - { - if (srcItem is BaseDoor) - { - if (!(item is BaseDoor)) - { - continue; - } - - var bd = (BaseDoor)item; - Point3D p; - int bdItemID; - - if (bd.Open) - { - p = new Point3D(bd.X - bd.Offset.X, bd.Y - bd.Offset.Y, bd.Z - bd.Offset.Z); - bdItemID = bd.ClosedId; - } - else - { - p = bd.Location; - bdItemID = bd.ItemID; - } - - if (p.X != x || p.Y != y) - { - continue; - } - - if (item.Z == z && bdItemID == itemID) - { - res = true; - } - else if ((item.Z - z).Abs() < 8) - { - queue.Enqueue(item); - } - } - else if (TileData.ItemTable[itemID & TileData.MaxItemValue].LightSource) - { - if (item.Z == z) - { - if (item.ItemID == itemID) - { - if (item.Light != lt) - { - queue.Enqueue(item); - } - else - { - res = true; - } - } - else if (item.ItemData.LightSource && item.ItemData.Name == srcName) - { - queue.Enqueue(item); - } - } - } - else if (srcItem is Teleporter or FillableContainer or BaseBook) - { - if (item.Z == z && item.ItemID == itemID) - { - if (item.GetType() != type) - { - queue.Enqueue(item); - } - else - { - res = true; - } - } - } - else if (item.Z == z && item.ItemID == itemID) - { - return true; - } - } - - while (queue.Count > 0) - { - queue.Dequeue()?.Delete(); - } - - return res; - } - - public int Generate(Map[] maps) - { - var count = 0; - - Item item = null; - - for (var i = 0; i < m_Entries.Count; ++i) - { - var entry = m_Entries[i]; - var loc = entry.Location; - var extra = entry.Extra; - - for (var j = 0; j < maps.Length; ++j) - { - item ??= Construct(); - - if (item == null) - { - continue; - } - - if (FindItem(loc.X, loc.Y, loc.Z, maps[j], item)) - { - } - else - { - item.MoveToWorld(loc, maps[j]); - ++count; - - if (item is BaseDoor door) - { - var itemType = door.GetType(); - - foreach (var link in maps[j].GetItemsInRange(loc, 1)) - { - if (link != item && link.Z == door.Z && link.GetType() == itemType) - { - door.Link = link; - link.Link = door; - break; - } - } - } - else if (item is MarkContainer markCont) - { - try - { - markCont.Target = Point3D.Parse(extra); - } - catch - { - // ignored - } - } - - item = null; - } - } - } - - item?.Delete(); - - return count; - } - - public static List ReadAll(string path) - { - using var ip = new StreamReader(path); - var list = new List(); - - DecorationListMag v; - while ((v = Read(ip)) != null) - { - list.Add(v); - } - - return list; - } - - public static DecorationListMag Read(StreamReader ip) - { - string line; - - while ((line = ip.ReadLine()) != null) - { - line = line.Trim(); - - if (line.Length > 0 && !line.StartsWithOrdinal("#")) - { - break; - } - } - - if (string.IsNullOrEmpty(line)) - { - return null; - } - - var list = new DecorationListMag(); - - var indexOf = line.IndexOfOrdinal(' '); - - list.m_Type = AssemblyHandler.FindTypeByName(indexOf > -1 ? line[..indexOf] : line); - indexOf++; - - if (list.m_Type == null) - { - throw new ArgumentException($"Type not found for header: '{line}'"); - } - - var span = line.AsSpan(indexOf, line.Length - indexOf); - - var argsStart = span.IndexOfOrdinal('('); - - if (argsStart > -1) - { - var parms = span[(argsStart + 1)..^(line.EndsWithOrdinal(")") ? 1 : 0)]; - if (parms.Length == 0) - { - list.m_Params = Array.Empty(); - } - else - { - list.m_Params = new string[MemoryExtensions.Count(parms, ';') + 1]; - - indexOf = 0; - foreach (var part in parms.Tokenize(';')) - { - list.m_Params[indexOf++] = part.Trim().ToString(); - } - } - } - else - { - list.m_Params = m_EmptyParams; - } - - list.m_ItemID = Utility.ToInt32(argsStart > -1 ? span[..argsStart] : span); - - list.m_Entries = new List(); - - while ((line = ip.ReadLine()) != null) - { - span = line.AsSpan().Trim(); - - if (span.Length == 0) - { - break; - } - - if (span.StartsWithOrdinal("#")) - { - continue; - } - - list.m_Entries.Add(new DecorationEntryMag(span)); - } - - return list; - } - } - - public class DecorationEntryMag - { - public DecorationEntryMag(ReadOnlySpan line) - { - Pop(out var x, ref line); - Pop(out var y, ref line); - Pop(out var z, ref line); - - Location = new Point3D(Utility.ToInt32(x), Utility.ToInt32(y), Utility.ToInt32(z)); - Extra = line.ToString(); - } - - public Point3D Location { get; } - - public string Extra { get; } - - public void Pop(out ReadOnlySpan v, ref ReadOnlySpan line) - { - var space = line.IndexOfOrdinal(' '); - - if (space >= 0) - { - v = line[..space++]; - line = line[space..]; - } - else - { - v = line; - line = ""; - } - } - } -} From 289e7f19c2cf584f2a17a7b8a033dbf977238471 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Fri, 28 Aug 2026 20:21:34 -0400 Subject: [PATCH 06/14] #W# Added: [ESA command exports all spawners on the map. [IS imports spawners from specified file. --- .../Commands/ExportAllSpawnersCommand.cs | 32 +++++++++++++++++++ .../Commands/ImportSpawnersCommand.cs | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 Projects/UOContent/Engines/Spawners/Commands/ExportAllSpawnersCommand.cs diff --git a/Projects/UOContent/Engines/Spawners/Commands/ExportAllSpawnersCommand.cs b/Projects/UOContent/Engines/Spawners/Commands/ExportAllSpawnersCommand.cs new file mode 100644 index 000000000..ca9e31dee --- /dev/null +++ b/Projects/UOContent/Engines/Spawners/Commands/ExportAllSpawnersCommand.cs @@ -0,0 +1,32 @@ +// Exports all spawners on the map. +using System; +using Server; +using Server.Commands; + +namespace Server.Custom +{ + public class ExportSpawnersAlias + { + public static void Initialize() + { + CommandSystem.Register("EAS", AccessLevel.Administrator, new CommandEventHandler(OnCommand)); + } + + [Usage("EAS [filename]")] + [Description("A quick shortcut for [global ExportSpawners")] + public static void OnCommand(CommandEventArgs e) + { + Mobile m = e.Mobile; + + string commandToRun = $"{CommandSystem.Prefix}global exportspawners"; + string args = e.ArgString.Trim(); + if (!string.IsNullOrEmpty(args)) + { + commandToRun += " " + args; + } + + m.SendMessage(68, $"Running shortcut: {commandToRun}"); + CommandSystem.Handle(m, commandToRun); + } + } +} diff --git a/Projects/UOContent/Engines/Spawners/Commands/ImportSpawnersCommand.cs b/Projects/UOContent/Engines/Spawners/Commands/ImportSpawnersCommand.cs index 28dd7f613..9e4e3104f 100644 --- a/Projects/UOContent/Engines/Spawners/Commands/ImportSpawnersCommand.cs +++ b/Projects/UOContent/Engines/Spawners/Commands/ImportSpawnersCommand.cs @@ -24,7 +24,7 @@ public static class ImportSpawnersCommand } [Usage("ImportSpawners ")] - [Aliases("ImportSpawner", "GenerateSpawners", "GenSpawners")] + [Aliases("ImportSpawner", "GenerateSpawners", "GenSpawners", "IS")] [Description("Imports JSON, Nerun Premium, and RunUO spawner files. Supports basic globbing.")] private static void GenerateSpawners_OnCommand(CommandEventArgs e) { From 8a9f979067b6e205d232213400f8165526416cf5 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Fri, 28 Aug 2026 20:33:00 -0400 Subject: [PATCH 07/14] #W# Cleanup: Removed Holiday Items. --- .../Christmas/2004/DecorativeTopiary.cs | 26 -- .../Christmas/2004/FestiveCactus.cs | 26 -- .../2004/LightOfTheWinterSolstice.cs | 43 --- .../Holiday Stuff/Christmas/2004/Mistletoe.cs | 335 ----------------- .../Christmas/2004/PileOfGlacialSnow.cs | 51 --- .../Holiday Stuff/Christmas/2004/SnowPile.cs | 39 -- .../Christmas/2004/SnowTarget.cs | 62 ---- .../Holiday Stuff/Christmas/2004/SnowyTree.cs | 26 -- .../Christmas/2004/Winter2004.cs | 53 --- .../Christmas/2010/Addons/FireFliesDeed.cs | 220 ----------- .../Christmas/2010/Items/AngelDecoration.cs | 13 - .../Christmas/2010/Items/RockingHorse.cs | 13 - .../Easter/2011/Items/DragonEasterEgg.cs | 28 -- .../Halloween/2006/Engines/TrickOrTreat.cs | 345 ------------------ .../Halloween/2006/Items/HalloweenPumpkin.cs | 64 ---- .../Halloween/2006/Items/PumpkinScarecrow.cs | 16 - .../Halloween/2006/Items/RuinedTapestry.cs | 16 - .../Halloween/2006/Items/TwilightLantern.cs | 22 -- .../Halloween/2009/Engines/PumpkinPatch.cs | 69 ---- .../Halloween/2009/Foods/CreepyCake.cs | 17 - .../Halloween/2009/Foods/HarvestWine.cs | 18 - .../Halloween/2009/Foods/MrPlainsCookies.cs | 18 - .../Halloween/2009/Foods/MurkyMilk.cs | 24 -- .../Halloween/2009/Foods/PumpkinPizza.cs | 17 - .../Halloween/2009/Items/GrimWarning.cs | 19 - .../Halloween/2009/Items/SkullsOnPike.cs | 19 - .../2010/Items/ChairInAGhostCostume.cs | 15 - .../Halloween/2010/Items/ColoredSmallWebs.cs | 14 - .../2010/Items/ExcellentIronMaiden.cs | 15 - .../2010/Items/HalloweenGuillotine.cs | 15 - .../Halloween/2011/Items/BasePaintedMask.cs | 24 -- .../Halloween/2011/Items/ClownMask.cs | 15 - .../Halloween/2011/Items/DaemonMask.cs | 16 - .../Halloween/2011/Items/PlagueMask.cs | 16 - .../Halloween/2011/Mobiles/PumpkinHead.cs | 116 ------ .../Halloween/2012/Engines/PlayerZombies.cs | 229 ------------ .../Halloween/2012/Items/EvilJesterMask.cs | 15 - .../Halloween/2012/Items/PorcelainMask.cs | 15 - .../Halloween/HolidaySettings.cs | 41 --- .../Halloween/Treats/Jellybeans.cs | 13 - .../Halloween/Treats/Lollipops.cs | 12 - .../Halloween/Treats/NougatSwirl.cs | 13 - .../Holiday Stuff/Halloween/Treats/Taffy.cs | 13 - .../Halloween/Treats/WrappedCandy.cs | 13 - .../2010/Items/AnimatedHeartShapedBox.cs | 12 - .../Valentine/2011/Items/StValentinesBears.cs | 220 ----------- .../Valentine/2012/Items/CupidStatue.cs | 14 - .../Valentine/2012/Items/CupidsArrow.cs | 108 ------ .../Valentine/2012/Items/HeartShapedBox.cs | 35 -- 49 files changed, 2598 deletions(-) delete mode 100644 Projects/UOContent/Holiday Stuff/Christmas/2004/DecorativeTopiary.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Christmas/2004/FestiveCactus.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Christmas/2004/LightOfTheWinterSolstice.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Christmas/2004/Mistletoe.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Christmas/2004/PileOfGlacialSnow.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Christmas/2004/SnowPile.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Christmas/2004/SnowTarget.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Christmas/2004/SnowyTree.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Christmas/2004/Winter2004.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Christmas/2010/Addons/FireFliesDeed.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Christmas/2010/Items/AngelDecoration.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Christmas/2010/Items/RockingHorse.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Easter/2011/Items/DragonEasterEgg.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2006/Engines/TrickOrTreat.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2006/Items/HalloweenPumpkin.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2006/Items/PumpkinScarecrow.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2006/Items/RuinedTapestry.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2006/Items/TwilightLantern.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2009/Engines/PumpkinPatch.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/CreepyCake.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/HarvestWine.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/MrPlainsCookies.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/MurkyMilk.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/PumpkinPizza.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2009/Items/GrimWarning.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2009/Items/SkullsOnPike.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ChairInAGhostCostume.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ColoredSmallWebs.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ExcellentIronMaiden.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2010/Items/HalloweenGuillotine.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2011/Items/BasePaintedMask.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2011/Items/ClownMask.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2011/Items/DaemonMask.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2011/Items/PlagueMask.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2011/Mobiles/PumpkinHead.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2012/Engines/PlayerZombies.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2012/Items/EvilJesterMask.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/2012/Items/PorcelainMask.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/HolidaySettings.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/Treats/Jellybeans.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/Treats/Lollipops.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/Treats/NougatSwirl.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/Treats/Taffy.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Halloween/Treats/WrappedCandy.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Valentine/2010/Items/AnimatedHeartShapedBox.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Valentine/2011/Items/StValentinesBears.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Valentine/2012/Items/CupidStatue.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Valentine/2012/Items/CupidsArrow.cs delete mode 100644 Projects/UOContent/Holiday Stuff/Valentine/2012/Items/HeartShapedBox.cs diff --git a/Projects/UOContent/Holiday Stuff/Christmas/2004/DecorativeTopiary.cs b/Projects/UOContent/Holiday Stuff/Christmas/2004/DecorativeTopiary.cs deleted file mode 100644 index 54431f0ad..000000000 --- a/Projects/UOContent/Holiday Stuff/Christmas/2004/DecorativeTopiary.cs +++ /dev/null @@ -1,26 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items; - -[SerializationGenerator(0, false)] -public partial class DecorativeTopiary : Item -{ - [Constructible] - public DecorativeTopiary() : base(0x2378) => LootType = LootType.Blessed; - - public override double DefaultWeight => 1.0; - - public override void OnSingleClick(Mobile from) - { - base.OnSingleClick(from); - - LabelTo(from, 1070880); // Winter 2004 - } - - public override void GetProperties(IPropertyList list) - { - base.GetProperties(list); - - list.Add(1070880); // Winter 2004 - } -} diff --git a/Projects/UOContent/Holiday Stuff/Christmas/2004/FestiveCactus.cs b/Projects/UOContent/Holiday Stuff/Christmas/2004/FestiveCactus.cs deleted file mode 100644 index 4fba63754..000000000 --- a/Projects/UOContent/Holiday Stuff/Christmas/2004/FestiveCactus.cs +++ /dev/null @@ -1,26 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items; - -[SerializationGenerator(0, false)] -public partial class FestiveCactus : Item -{ - [Constructible] - public FestiveCactus() : base(0x2376) => LootType = LootType.Blessed; - - public override double DefaultWeight => 1.0; - - public override void OnSingleClick(Mobile from) - { - base.OnSingleClick(from); - - LabelTo(from, 1070880); // Winter 2004 - } - - public override void GetProperties(IPropertyList list) - { - base.GetProperties(list); - - list.Add(1070880); // Winter 2004 - } -} diff --git a/Projects/UOContent/Holiday Stuff/Christmas/2004/LightOfTheWinterSolstice.cs b/Projects/UOContent/Holiday Stuff/Christmas/2004/LightOfTheWinterSolstice.cs deleted file mode 100644 index d41019847..000000000 --- a/Projects/UOContent/Holiday Stuff/Christmas/2004/LightOfTheWinterSolstice.cs +++ /dev/null @@ -1,43 +0,0 @@ -using ModernUO.Serialization; -using Server.Misc; - -namespace Server.Items; - -[Flippable(0x236E, 0x2371)] -[SerializationGenerator(0, false)] -public partial class LightOfTheWinterSolstice : Item -{ - [InternString] - [InvalidateProperties] - [SerializableField(0)] - [SerializedCommandProperty(AccessLevel.GameMaster)] - private string _dipper; - - [Constructible] - public LightOfTheWinterSolstice(string dipper = null) : base(0x236E) - { - _dipper = dipper?.Intern() ?? StaffInfo.GetRandomStaff(); - - LootType = LootType.Blessed; - Light = LightType.Circle300; - Hue = Utility.RandomDyedHue(); - } - - public override double DefaultWeight => 1.0; - - public override void OnSingleClick(Mobile from) - { - base.OnSingleClick(from); - - LabelTo(from, 1070881, _dipper); // Hand Dipped by ~1_name~ - LabelTo(from, 1070880); // Winter 2004 - } - - public override void GetProperties(IPropertyList list) - { - base.GetProperties(list); - - list.Add(1070881, _dipper); // Hand Dipped by ~1_name~ - list.Add(1070880); // Winter 2004 - } -} diff --git a/Projects/UOContent/Holiday Stuff/Christmas/2004/Mistletoe.cs b/Projects/UOContent/Holiday Stuff/Christmas/2004/Mistletoe.cs deleted file mode 100644 index 1da2d19f4..000000000 --- a/Projects/UOContent/Holiday Stuff/Christmas/2004/Mistletoe.cs +++ /dev/null @@ -1,335 +0,0 @@ -using ModernUO.Serialization; -using Server.Gumps; -using Server.Multis; -using Server.Network; -using Server.Targeting; - -namespace Server.Items; - -[SerializationGenerator(0, false)] -public partial class MistletoeAddon : Item, IDyable, IAddon -{ - [Constructible] - public MistletoeAddon() : this(Utility.RandomDyedHue()) - { - } - - [Constructible] - public MistletoeAddon(int hue) : base(0x2375) - { - Hue = hue; - Movable = false; - } - - public bool CouldFit(IPoint3D p, Map map) - { - if (!map.CanFit(p.X, p.Y, p.Z, ItemData.Height)) - { - return false; - } - - if (ItemID == 0x2375) - { - return BaseAddon.IsWall(p.X, p.Y - 1, p.Z, map); // North wall - } - - return BaseAddon.IsWall(p.X - 1, p.Y, p.Z, map); // West wall - } - - public Item Deed => new MistletoeDeed(Hue); - - public virtual bool Dye(Mobile from, DyeTub sender) - { - if (Deleted) - { - return false; - } - - var house = BaseHouse.FindHouseAt(this); - - if (house?.IsCoOwner(from) == true) - { - if (from.InRange(GetWorldLocation(), 1)) - { - Hue = sender.DyedHue; - return true; - } - - from.SendLocalizedMessage(500295); // You are too far away to do that. - } - - return false; - } - - [AfterDeserialization(false)] - private void AfterDeserialization() - { - FixMovingCrate(); - } - - private void FixMovingCrate() - { - if (Deleted) - { - return; - } - - if (Movable || IsLockedDown) - { - var deed = Deed; - - if (Parent is Item item) - { - item.AddItem(deed); - deed.Location = Location; - } - else - { - deed.MoveToWorld(Location, Map); - } - - Delete(); - } - } - - public override void OnDoubleClick(Mobile from) - { - var house = BaseHouse.FindHouseAt(this); - - if (house?.IsCoOwner(from) != true) - { - return; - } - - if (from.InRange(GetWorldLocation(), 3)) - { - MistletoeAddonGump.DisplayTo(from, this); - } - else - { - from.LocalOverheadMessage(MessageType.Regular, 0x3B2, 1019045); // I can't reach that. - } - } - - private class MistletoeAddonGump : StaticGump - { - private readonly MistletoeAddon _addon; - - public override bool Singleton => true; - - private MistletoeAddonGump(MistletoeAddon addon) : base(150, 50) => _addon = addon; - - public static void DisplayTo(Mobile from, MistletoeAddon addon) - { - if (from?.NetState == null || addon?.Deleted != false) - { - return; - } - - from.SendGump(new MistletoeAddonGump(addon)); - } - - protected override void BuildLayout(ref StaticGumpBuilder builder) - { - builder.AddPage(); - - builder.AddBackground(0, 0, 220, 170, 0x13BE); - builder.AddBackground(10, 10, 200, 150, 0xBB8); - builder.AddHtmlLocalized(20, 30, 180, 60, 1062839); // Do you wish to re-deed this decoration? - builder.AddHtmlLocalized(55, 100, 160, 25, 1011011); // CONTINUE - builder.AddButton(20, 100, 0xFA5, 0xFA7, 1); - builder.AddHtmlLocalized(55, 125, 160, 25, 1011012); // CANCEL - builder.AddButton(20, 125, 0xFA5, 0xFA7, 0); - } - - public override void OnResponse(NetState sender, in RelayInfo info) - { - if (_addon.Deleted || info.ButtonID != 1) - { - return; - } - - var from = sender.Mobile; - - if (from.InRange(_addon.GetWorldLocation(), 3)) - { - from.AddToBackpack(_addon.Deed); - _addon.Delete(); - } - else - { - from.SendLocalizedMessage(500295); // You are too far away to do that. - } - } - } -} - -[Flippable(0x14F0, 0x14EF)] -[SerializationGenerator(0, false)] -public partial class MistletoeDeed : Item -{ - [Constructible] - public MistletoeDeed(int hue = 0) : base(0x14F0) - { - Hue = hue; - LootType = LootType.Blessed; - } - - public override double DefaultWeight => 1.0; - - public override int LabelNumber => 1070882; // Mistletoe Deed - - public override void OnSingleClick(Mobile from) - { - base.OnSingleClick(from); - - LabelTo(from, 1070880); // Winter 2004 - } - - public override void GetProperties(IPropertyList list) - { - base.GetProperties(list); - - list.Add(1070880); // Winter 2004 - } - - public override void OnDoubleClick(Mobile from) - { - if (!IsChildOf(from.Backpack)) - { - from.SendLocalizedMessage(1042001); // That must be in your pack for you to use it. - return; - } - - var house = BaseHouse.FindHouseAt(from); - - if (house?.IsCoOwner(from) == true) - { - from.SendLocalizedMessage(1062838); // Where would you like to place this decoration? - from.BeginTarget(-1, true, TargetFlags.None, Placement_OnTarget); - } - else - { - from.SendLocalizedMessage(502092); // You must be in your house to do this. - } - } - - public void Placement_OnTarget(Mobile from, object targeted) - { - if (targeted is not IPoint3D p) - { - return; - } - - var loc = new Point3D(p); - - var house = BaseHouse.FindHouseAt(loc, from.Map, 16); - - if (house?.IsCoOwner(from) != true) - { - from.SendLocalizedMessage(1042036); // That location is not in your house. - return; - } - - var northWall = BaseAddon.IsWall(loc.X, loc.Y - 1, loc.Z, from.Map); - var westWall = BaseAddon.IsWall(loc.X - 1, loc.Y, loc.Z, from.Map); - - if (northWall && westWall) - { - from.SendGump(new MistletoeDeedGump(loc, this)); - } - else - { - PlaceAddon(from, loc, northWall, westWall); - } - } - - private void PlaceAddon(Mobile from, Point3D loc, bool northWall, bool westWall) - { - if (Deleted) - { - return; - } - - var house = BaseHouse.FindHouseAt(loc, from.Map, 16); - - if (house?.IsCoOwner(from) != true) - { - from.SendLocalizedMessage(1042036); // That location is not in your house. - return; - } - - var itemID = 0; - - if (northWall) - { - itemID = 0x2374; - } - else if (westWall) - { - itemID = 0x2375; - } - else - { - from.SendLocalizedMessage(1070883); // The mistletoe must be placed next to a wall. - } - - if (itemID > 0) - { - var addon = new MistletoeAddon(Hue) - { - ItemID = itemID - }; - - addon.MoveToWorld(loc, from.Map); - - house.Addons.Add(addon); - Delete(); - } - } - - private class MistletoeDeedGump : StaticGump - { - private readonly MistletoeDeed _deed; - private readonly Point3D _loc; - - public override bool Singleton => false; - - public MistletoeDeedGump(Point3D loc, MistletoeDeed deed) : base(150, 50) - { - _loc = loc; - _deed = deed; - } - - protected override void BuildLayout(ref StaticGumpBuilder builder) - { - builder.AddBackground(0, 0, 300, 150, 0xA28); - - builder.AddPage(); - - builder.AddItem(90, 30, 0x2375); - builder.AddItem(180, 30, 0x2374); - builder.AddButton(50, 35, 0x868, 0x869, 1); - builder.AddButton(145, 35, 0x868, 0x869, 2); - } - - public override void OnResponse(NetState sender, in RelayInfo info) - { - if (_deed.Deleted || info.ButtonID == 0) - { - return; - } - - var from = sender.Mobile; - - if (info.ButtonID == 1) - { - _deed.PlaceAddon(from, _loc, false, true); - } - else - { - _deed.PlaceAddon(from, _loc, true, false); - } - } - } -} diff --git a/Projects/UOContent/Holiday Stuff/Christmas/2004/PileOfGlacialSnow.cs b/Projects/UOContent/Holiday Stuff/Christmas/2004/PileOfGlacialSnow.cs deleted file mode 100644 index 136ee9f47..000000000 --- a/Projects/UOContent/Holiday Stuff/Christmas/2004/PileOfGlacialSnow.cs +++ /dev/null @@ -1,51 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items; - -[SerializationGenerator(0, false)] -public partial class PileOfGlacialSnow : Item -{ - [Constructible] - public PileOfGlacialSnow() : base(0x913) - { - Hue = 0x480; - LootType = LootType.Blessed; - } - - public override double DefaultWeight => 1.0; - - public override int LabelNumber => 1070874; // a Pile of Glacial Snow - - public override void OnSingleClick(Mobile from) - { - base.OnSingleClick(from); - LabelTo(from, 1070880); // Winter 2004 - } - - public override void GetProperties(IPropertyList list) - { - base.GetProperties(list); - list.Add(1070880); // Winter 2004 - } - - public override void OnDoubleClick(Mobile from) - { - if (!IsChildOf(from.Backpack)) - { - from.SendLocalizedMessage(1042010); // You must have the object in your backpack to use it. - } - else if (from.Mounted) - { - from.SendLocalizedMessage(1010097); // You cannot use this while mounted. - } - else if (from.CanBeginAction()) - { - from.SendLocalizedMessage(1005575); // You carefully pack the snow into a ball... - from.Target = new SnowTarget(); - } - else - { - from.SendLocalizedMessage(1005574); // The snow is not ready to be packed yet. Keep trying. - } - } -} diff --git a/Projects/UOContent/Holiday Stuff/Christmas/2004/SnowPile.cs b/Projects/UOContent/Holiday Stuff/Christmas/2004/SnowPile.cs deleted file mode 100644 index 2f7624dad..000000000 --- a/Projects/UOContent/Holiday Stuff/Christmas/2004/SnowPile.cs +++ /dev/null @@ -1,39 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items; - -[SerializationGenerator(0, false)] -public partial class SnowPile : Item -{ - [Constructible] - public SnowPile() : base(0x913) - { - Hue = 0x481; - LootType = LootType.Blessed; - } - - public override double DefaultWeight => 1.0; - - public override int LabelNumber => 1005578; // a pile of snow - - public override void OnDoubleClick(Mobile from) - { - if (!IsChildOf(from.Backpack)) - { - from.SendLocalizedMessage(1042010); // You must have the object in your backpack to use it. - } - else if (from.Mounted) - { - from.SendLocalizedMessage(1010097); // You cannot use this while mounted. - } - else if (from.CanBeginAction()) - { - from.SendLocalizedMessage(1005575); // You carefully pack the snow into a ball... - from.Target = new SnowTarget(); - } - else - { - from.SendLocalizedMessage(1005574); // The snow is not ready to be packed yet. Keep trying. - } - } -} diff --git a/Projects/UOContent/Holiday Stuff/Christmas/2004/SnowTarget.cs b/Projects/UOContent/Holiday Stuff/Christmas/2004/SnowTarget.cs deleted file mode 100644 index a6a26fad1..000000000 --- a/Projects/UOContent/Holiday Stuff/Christmas/2004/SnowTarget.cs +++ /dev/null @@ -1,62 +0,0 @@ -using System; -using Server.Engines.ConPVP; -using Server.Targeting; - -namespace Server.Items; - -public class SnowTarget : Target -{ - private static readonly Type[] _snowPileTypes = [typeof(SnowPile), typeof(PileOfGlacialSnow)]; - - public SnowTarget() : base(10, false, TargetFlags.None) - { - } - - protected override void OnTarget(Mobile from, object target) - { - if (target == from) - { - from.SendLocalizedMessage(1005576); // You can't throw this at yourself. - return; - } - - if (target is not Mobile targ) - { - // You can only throw a snowball at something that can throw one back. - from.SendLocalizedMessage(1005577); - return; - } - - var pack = targ.Backpack; - - if (from.Region.IsPartOf() || targ.Region.IsPartOf()) - { - from.SendMessage("You may not throw snow here."); - return; - } - - if (pack?.FindItemByType(_snowPileTypes) == null) - { - // You can only throw a snowball at something that can throw one back. - from.SendLocalizedMessage(1005577); - return; - } - - if (!from.BeginAction()) - { - from.SendLocalizedMessage(1005574); // The snow is not ready to be packed yet. Keep trying. - return; - } - - Timer.StartTimer(TimeSpan.FromSeconds(5.0), from.EndAction); - - from.PlaySound(0x145); - - from.Animate(9, 1, 1, true, false, 0); - - targ.SendLocalizedMessage(1010572); // You have just been hit by a snowball! - from.SendLocalizedMessage(1010573); // You throw the snowball and hit the target! - - Effects.SendMovingEffect(from, targ, 0x36E4, 7, 0, false, true, 0x47F); - } -} diff --git a/Projects/UOContent/Holiday Stuff/Christmas/2004/SnowyTree.cs b/Projects/UOContent/Holiday Stuff/Christmas/2004/SnowyTree.cs deleted file mode 100644 index e1a231d85..000000000 --- a/Projects/UOContent/Holiday Stuff/Christmas/2004/SnowyTree.cs +++ /dev/null @@ -1,26 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items; - -[SerializationGenerator(0, false)] -public partial class SnowyTree : Item -{ - [Constructible] - public SnowyTree() : base(0x2377) => LootType = LootType.Blessed; - - public override double DefaultWeight => 1.0; - - public override void OnSingleClick(Mobile from) - { - base.OnSingleClick(from); - - LabelTo(from, 1070880); // Winter 2004 - } - - public override void GetProperties(IPropertyList list) - { - base.GetProperties(list); - - list.Add(1070880); // Winter 2004 - } -} diff --git a/Projects/UOContent/Holiday Stuff/Christmas/2004/Winter2004.cs b/Projects/UOContent/Holiday Stuff/Christmas/2004/Winter2004.cs deleted file mode 100644 index e0cb14dc5..000000000 --- a/Projects/UOContent/Holiday Stuff/Christmas/2004/Winter2004.cs +++ /dev/null @@ -1,53 +0,0 @@ -using System; -using Server.Items; - -namespace Server.Misc; - -public class WinterGiftGiver2004 : GiftGiver -{ - public override DateTime Start => new(2004, 12, 24); - public override DateTime Finish => new(2005, 1, 1); - - public static void Initialize() - { - GiftGiving.Register(new WinterGiftGiver2004()); - } - - public override void GiveGift(Mobile mob) - { - var box = new GiftBox(); - - box.DropItem(new MistletoeDeed()); - box.DropItem(new PileOfGlacialSnow()); - box.DropItem(new LightOfTheWinterSolstice()); - - var random = Utility.Random(100); - - if (random < 60) - { - box.DropItem(new DecorativeTopiary()); - } - else if (random < 84) - { - box.DropItem(new FestiveCactus()); - } - else - { - box.DropItem(new SnowyTree()); - } - - switch (GiveGift(mob, box)) - { - case GiftResult.Backpack: - { - mob.SendMessage(0x482, "Happy Holidays from the team! Gift items have been placed in your backpack."); - break; - } - case GiftResult.BankBox: - { - mob.SendMessage(0x482, "Happy Holidays from the team! Gift items have been placed in your bank box."); - break; - } - } - } -} \ No newline at end of file diff --git a/Projects/UOContent/Holiday Stuff/Christmas/2010/Addons/FireFliesDeed.cs b/Projects/UOContent/Holiday Stuff/Christmas/2010/Addons/FireFliesDeed.cs deleted file mode 100644 index 9ff172543..000000000 --- a/Projects/UOContent/Holiday Stuff/Christmas/2010/Addons/FireFliesDeed.cs +++ /dev/null @@ -1,220 +0,0 @@ -using ModernUO.Serialization; -using Server.Gumps; -using Server.Multis; -using Server.Network; -using Server.Targeting; - -namespace Server.Items; - -[SerializationGenerator(0)] -public partial class Fireflies : Item, IAddon -{ - [Constructible] - public Fireflies(int itemID = 0x1596) : base(itemID) - { - LootType = LootType.Blessed; - Movable = false; - } - - public override int LabelNumber => 1150061; - - public bool FacingSouth => ItemID == 0x2336; - - public Item Deed => new FirefliesDeed(); - - public bool CouldFit(IPoint3D p, Map map) - { - if (map?.CanFit(p.X, p.Y, p.Z, ItemData.Height) != true) - { - return false; - } - - return FacingSouth - ? BaseAddon.IsWall(p.X, p.Y - 1, p.Z, map) - : BaseAddon.IsWall(p.X - 1, p.Y, p.Z, map); - } - - public override void OnDoubleClick(Mobile from) - { - if (!from.InRange(Location, 3)) - { - from.LocalOverheadMessage(MessageType.Regular, 0x3B2, 1019045); // I can't reach that. - return; - } - - var house = BaseHouse.FindHouseAt(this); - - if (house?.IsOwner(from) == true) - { - // Do you wish to re-deed this decoration? - RewardDemolitionGump.DisplayTo(from, this, 1049783); - } - else - { - // You can only re-deed this decoration if you are the house owner or originally placed the decoration. - from.SendLocalizedMessage(1049784); - } - } -} - -[SerializationGenerator(0)] -public partial class FirefliesDeed : Item -{ - [Constructible] - public FirefliesDeed() : base(0x14F0) => LootType = LootType.Blessed; - - public override double DefaultWeight => 1.0; - - public override int LabelNumber => 1150061; - - public override void OnDoubleClick(Mobile from) - { - if (!IsChildOf(from.Backpack)) - { - from.SendLocalizedMessage(1042038); // You must have the object in your backpack to use it. - return; - } - - var house = BaseHouse.FindHouseAt(from); - - if (house?.IsOwner(from) != true) - { - from.SendLocalizedMessage(502092); // You must be in your house to do this. - return; - } - - from.SendGump(new FacingGump(this)); - } - - private class FacingGump : StaticGump - { - private readonly FirefliesDeed _deed; - - public override bool Singleton => true; - - public FacingGump(FirefliesDeed deed) : base(150, 50) => _deed = deed; - - protected override void BuildLayout(ref StaticGumpBuilder builder) - { - builder.AddBackground(0, 0, 300, 150, 0xA28); - builder.AddPage(); - - builder.AddItem(90, 30, 0x2332); - builder.AddItem(180, 30, 0x2336); - - builder.AddButton(50, 35, 0x868, 0x869, (int)Buttons.East); - builder.AddButton(145, 35, 0x868, 0x869, (int)Buttons.South); - } - - public override void OnResponse(NetState sender, in RelayInfo info) - { - if (info.ButtonID == (int)Buttons.Cancel) - { - return; - } - - var itemId = info.ButtonID switch - { - (int)Buttons.East => 0x2332, - (int)Buttons.South => 0x2336, - _ => 0 - }; - - if (itemId == 0) - { - return; - } - - sender.Mobile.Target = new InternalTarget(_deed, itemId); - } - - private enum Buttons - { - Cancel, - South, - East - } - } - - private class InternalTarget : Target - { - private readonly FirefliesDeed _firefliesDeed; - private readonly int _itemId; - - public InternalTarget(FirefliesDeed _deed, int itemId) : base(-1, true, TargetFlags.None) - { - _firefliesDeed = _deed; - _itemId = itemId; - } - - protected override void OnTarget(Mobile from, object targeted) - { - if (_firefliesDeed?.Deleted != false) - { - return; - } - - if (!_firefliesDeed.IsChildOf(from.Backpack)) - { - from.SendLocalizedMessage(1042038); // You must have the object in your backpack to use it. - return; - } - - var house = BaseHouse.FindHouseAt(from); - - if (house?.IsOwner(from) != true) - { - from.SendLocalizedMessage(502092); // You must be in your house to do this. - return; - } - - var p = targeted as IPoint3D; - var map = from.Map; - - if (p == null || map == null || map == Map.Internal) - { - return; - } - - var p3d = new Point3D(p); - var id = TileData.ItemTable[_itemId & TileData.MaxItemValue]; - - if (!map.CanFit(p3d, id.Height)) - { - from.SendLocalizedMessage(500269); // You cannot build that there. - return; - } - - house = BaseHouse.FindHouseAt(p3d, map, id.Height); - - if (house?.IsOwner(from) != true) - { - from.SendLocalizedMessage(1042036); // That location is not in your house. - return; - } - - var north = BaseAddon.IsWall(p3d.X, p3d.Y - 1, p3d.Z, map); - var west = BaseAddon.IsWall(p3d.X - 1, p3d.Y, p3d.Z, map); - - if ((_itemId != 0x2336 || !north) && (_itemId != 0x2332 || !west)) - { - from.SendLocalizedMessage(1150065); // Holiday fireflies must be placed next to a wall. - return; - } - - foreach (var fireflies in Map.Malas.GetItemsAt(p3d)) - { - if (fireflies.Z == p3d.Z) - { - from.SendLocalizedMessage(1150065); // Holiday fireflies must be placed next to a wall. - return; - } - } - - var flies = new Fireflies(_itemId); - house.Addons.Add(flies); - flies.MoveToWorld(p3d, from.Map); - _firefliesDeed.Delete(); - } - } -} diff --git a/Projects/UOContent/Holiday Stuff/Christmas/2010/Items/AngelDecoration.cs b/Projects/UOContent/Holiday Stuff/Christmas/2010/Items/AngelDecoration.cs deleted file mode 100644 index 06b662922..000000000 --- a/Projects/UOContent/Holiday Stuff/Christmas/2010/Items/AngelDecoration.cs +++ /dev/null @@ -1,13 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items.Holiday; - -[Flippable(0x46FA, 0x46FB)] -[TypeAlias("Server.Items.AngelDecoration")] -[SerializationGenerator(0, false)] -public partial class AngelDecoration : Item -{ - public AngelDecoration() : base(0x46FA) => LootType = LootType.Blessed; - - public override double DefaultWeight => 30.0; -} diff --git a/Projects/UOContent/Holiday Stuff/Christmas/2010/Items/RockingHorse.cs b/Projects/UOContent/Holiday Stuff/Christmas/2010/Items/RockingHorse.cs deleted file mode 100644 index 7b5684f57..000000000 --- a/Projects/UOContent/Holiday Stuff/Christmas/2010/Items/RockingHorse.cs +++ /dev/null @@ -1,13 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items.Holiday; - -[Flippable(0x4214, 0x4215)] -[TypeAlias("Server.Items.RockingHorse")] -[SerializationGenerator(0, false)] -public partial class RockingHorse : Item -{ - public RockingHorse() : base(0x4214) => LootType = LootType.Blessed; - - public override double DefaultWeight => 30.0; -} diff --git a/Projects/UOContent/Holiday Stuff/Easter/2011/Items/DragonEasterEgg.cs b/Projects/UOContent/Holiday Stuff/Easter/2011/Items/DragonEasterEgg.cs deleted file mode 100644 index bd0212152..000000000 --- a/Projects/UOContent/Holiday Stuff/Easter/2011/Items/DragonEasterEgg.cs +++ /dev/null @@ -1,28 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - [SerializationGenerator(0, false)] - public partial class DragonEasterEgg : Item, IDyable - { - [Constructible] - public DragonEasterEgg() - : base(0x47E6) - { - } - - public override int LabelNumber => 1097278; - - public bool Dye(Mobile from, DyeTub sender) - { - if (Deleted || !sender.AllowDyables) - { - return false; - } - - Hue = sender.DyedHue; - - return true; - } - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2006/Engines/TrickOrTreat.cs b/Projects/UOContent/Holiday Stuff/Halloween/2006/Engines/TrickOrTreat.cs deleted file mode 100644 index f2e0c1116..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2006/Engines/TrickOrTreat.cs +++ /dev/null @@ -1,345 +0,0 @@ -using System; -using System.Runtime.CompilerServices; -using ModernUO.Serialization; -using Server.Collections; -using Server.Events.Halloween; -using Server.Items; -using Server.Mobiles; -using Server.Targeting; - -namespace Server.Engines.Events; - -public static class TrickOrTreat -{ - public static void Initialize() - { - var now = Core.Now; - - if (now >= HolidaySettings.StartHalloween && now <= HolidaySettings.FinishHalloween) - { - EventSink.Speech += EventSink_Speech; - } - } - - private static void EventSink_Speech(SpeechEventArgs e) - { - if (e.Speech.InsensitiveContains("trick or treat")) - { - e.Mobile.Target = new TrickOrTreatTarget(); - - e.Mobile.SendLocalizedMessage(1076764); /* Pick someone to Trick or Treat. */ - } - } - - public static void Bleeding(Mobile from) - { - if (!CheckMobile(from)) - { - return; - } - - if (from.Location == Point3D.Zero) - { - return; - } - - var amount = Utility.RandomMinMax(3, 7); - - for (var i = 0; i < amount; i++) - { - new Blood(Utility.RandomMinMax(0x122C, 0x122F)).MoveToWorld( - RandomPointOneAway(from.X, from.Y, from.Z, from.Map), - from.Map - ); - } - } - - public static void RemoveHueMod(Mobile target) - { - if (target?.Deleted == false) - { - target.SolidHueOverride = -1; - } - } - - public static void SolidHueMobile(Mobile target) - { - if (CheckMobile(target)) - { - target.SolidHueOverride = Utility.RandomMinMax(2501, 2644); - - Timer.StartTimer(TimeSpan.FromSeconds(10), () => RemoveHueMod(target)); - } - } - - public static void MakeTwin(Mobile from) - { - if (!CheckMobile(from)) - { - return; - } - - var twin = new NaughtyTwin(from); - - if (twin.Deleted) - { - return; - } - - using var items = PooledRefQueue.Create(); - for (var i = 0; i < from.Items.Count; i++) - { - var item = from.Items[i]; - if (item.Layer != Layer.Backpack && item.Layer != Layer.Mount && item.Layer != Layer.Bank) - { - items.Enqueue(item); - } - } - - if (items.Count > 0) - { - while (items.Count > 0) - { - twin.AddItem(Mobile.LiftItemDupe(items.Dequeue(), 1)); - } - - for (var i = 0; i < twin.Items.Count; i++) - { - var item = twin.Items[i]; - if (item.Layer != Layer.Backpack && item.Layer != Layer.Mount && item.Layer != Layer.Bank) - { - item.Movable = false; - } - } - } - - twin.Hue = from.Hue; - twin.Body = from.Body; - twin.Kills = from.Kills; - - var point = RandomPointOneAway(from.X, from.Y, from.Z, from.Map); - - twin.MoveToWorld(from.Map.CanSpawnMobile(point) ? point : from.Location, from.Map); - - Timer.StartTimer(TimeSpan.FromSeconds(5), () => DeleteTwin(twin)); - } - - public static void DeleteTwin(Mobile twin) - { - if (CheckMobile(twin)) - { - twin.Delete(); - } - } - - public static Point3D RandomPointOneAway(int x, int y, int z, Map map) - { - var loc = new Point3D(x + Utility.Random(-1, 3), y + Utility.Random(-1, 3), 0); - - loc.Z = map.CanFit(loc, 0) ? map.GetAverageZ(loc.X, loc.Y) : z; - - return loc; - } - - [MethodImpl(MethodImplOptions.AggressiveInlining)] - public static bool CheckMobile(Mobile mobile) => - mobile?.Map != null && !mobile.Deleted && mobile.Alive && mobile.Map != Map.Internal; - - private class TrickOrTreatTarget : Target - { - public TrickOrTreatTarget() : base(15, false, TargetFlags.None) - { - } - - protected override void OnTarget(Mobile from, object targ) - { - if (targ == null || !CheckMobile(from)) - { - return; - } - - if (targ is not Mobile) - { - from.SendLocalizedMessage(1076781); /* There is little chance of getting candy from that! */ - return; - } - - var begged = targ as BaseVendor; - - if (begged?.Deleted != false) - { - from.SendLocalizedMessage(1076765); /* That doesn't look friendly. */ - return; - } - - var now = Core.Now; - - if (CheckMobile(begged)) - { - if (begged.NextTrickOrTreat > now) - { - from.SendLocalizedMessage(1076767); /* That doesn't appear to have any more candy. */ - return; - } - - begged.NextTrickOrTreat = now + TimeSpan.FromMinutes(Utility.RandomMinMax(5, 10)); - - if (from.Backpack?.Deleted != false) - { - return; - } - - if (Utility.RandomDouble() < 0.90) - { - begged.Say( - Utility.Random(3) switch - { - 0 => 1076768, // Oooooh, aren't you cute! - 1 => 1076779, // All right...This better not spoil your dinner! - _ => 1076778 // Here you go! Enjoy! - } - ); - - if (Utility.RandomDouble() < 0.01 && from.Skills.Begging.Value >= 100) - { - from.AddToBackpack(HolidaySettings.RandomGMBeggerItem); - - from.SendLocalizedMessage(1076777); /* You receive a special treat! */ - } - else - { - from.AddToBackpack(HolidaySettings.RandomTreat); - - from.SendLocalizedMessage(1076769); /* You receive some candy. */ - } - } - else - { - begged.Say(1076770); /* TRICK! */ - - var action = Utility.Random(4); - - if (action == 0) - { - Timer.StartTimer(TimeSpan.FromSeconds(1), TimeSpan.FromSeconds(1), 10, () => Bleeding(from)); - } - else if (action == 1) - { - Timer.StartTimer(TimeSpan.FromSeconds(2), () => SolidHueMobile(from)); - } - else - { - Timer.StartTimer(TimeSpan.FromSeconds(2), () => MakeTwin(from)); - } - } - } - } - } -} - -[SerializationGenerator(0, false)] -public partial class NaughtyTwin : BaseCreature -{ - private static readonly Point3D[] Felucca_Locations = - { - new(4467, 1283, 5), // Moonglow - new(1336, 1997, 5), // Britain - new(1499, 3771, 5), // Jhelom - new(771, 752, 5), // Yew - new(2701, 692, 5), // Minoc - new(1828, 2948, -20), // Trinsic - new(643, 2067, 5), // Skara Brae - new(3563, 2139, Map.Trammel.GetAverageZ(3563, 2139)) // (New) Magincia - }; - - private static readonly Point3D[] Malas_Locations = - { - new(1015, 527, -65), // Luna - new(1997, 1386, -85) // Umbra - }; - - private static readonly Point3D[] Ilshenar_Locations = - { - new(1215, 467, -13), // Compassion - new(722, 1366, -60), // Honesty - new(744, 724, -28), // Honor - new(281, 1016, 0), // Humility - new(987, 1011, -32), // Justice - new(1174, 1286, -30), // Sacrifice - new(1532, 1340, -3), // Spirituality - new(528, 216, -45), // Valor - new(1721, 218, 96) // Chaos - }; - - private static readonly Point3D[] Tokuno_Locations = - { - new(1169, 998, 41), // Isamu-Jima - new(802, 1204, 25), // Makoto-Jima - new(270, 628, 15) // Homare-Jima - }; - - private readonly Mobile m_From; - - public NaughtyTwin(Mobile from) : base(AIType.AI_Melee, FightMode.None) - { - if (TrickOrTreat.CheckMobile(from)) - { - Body = from.Body; - - m_From = from; - Name = $"{from.Name}\'s Naughty Twin"; - - Timer.StartTimer(TimeSpan.FromSeconds(1), () => StealCandyOrGate(m_From)); - } - } - - public override void OnThink() - { - if (m_From?.Deleted != false) - { - Delete(); - } - } - - public static Item FindCandyTypes(Mobile target) - { - Type[] types = - { typeof(WrappedCandy), typeof(Lollipops), typeof(NougatSwirl), typeof(Taffy), typeof(JellyBeans) }; - - return TrickOrTreat.CheckMobile(target) ? target.Backpack.FindItemByType(types) : null; - } - - public static void StealCandyOrGate(Mobile target) - { - if (TrickOrTreat.CheckMobile(target)) - { - if (Utility.RandomBool()) - { - var item = FindCandyTypes(target); - - target.SendLocalizedMessage(1113967); /* Your naughty twin steals some of your candy. */ - - if (item?.Deleted == false) - { - item.Delete(); - } - } - else - { - target.SendLocalizedMessage(1113972); /* Your naughty twin teleports you away with a naughty laugh! */ - target.MoveToWorld(RandomMoongate(target), target.Map); - } - } - } - - public static Point3D RandomMoongate(Mobile target) - { - return target.Map.MapID switch - { - 2 => Ilshenar_Locations.RandomElement(), - 3 => Malas_Locations.RandomElement(), - 4 => Tokuno_Locations.RandomElement(), - _ => Felucca_Locations.RandomElement() - }; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2006/Items/HalloweenPumpkin.cs b/Projects/UOContent/Holiday Stuff/Halloween/2006/Items/HalloweenPumpkin.cs deleted file mode 100644 index 0b19bcec9..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2006/Items/HalloweenPumpkin.cs +++ /dev/null @@ -1,64 +0,0 @@ -using ModernUO.Serialization; -using Server.Misc; -using Server.Mobiles; - -namespace Server.Items; - -[SerializationGenerator(0, false)] -public partial class HalloweenPumpkin : Item -{ - [InternString] - [SerializableField(0)] - private string _staffer; - - [Constructible] - public HalloweenPumpkin() - { - Weight = Utility.RandomMinMax(3, 20); - ItemID = Utility.RandomDouble() < 0.02 - ? Utility.RandomList(0x4694, 0x4698) - : Utility.RandomList(0xc6a, 0xc6b, 0xc6c); - } - - public override string DefaultName => _staffer != null ? $"{_staffer}'s Jack-O-Lantern" : "A Jack-O-Lantern"; - - public override void OnDoubleClick(Mobile from) - { - if (!from.InRange(GetWorldLocation(), 2)) - { - return; - } - - var douse = ItemID is 0x4695 or 0x4691; - - ItemID = ItemID switch - { - 0x4694 => 0x4691, - 0x4691 => 0x4694, - 0x4698 => 0x4695, - 0x4695 => 0x4698, - _ => ItemID - }; - - from.SendLocalizedMessage(douse ? 1113988 : 1113987); // You extinguish/light the Jack-O-Lantern - Effects.PlaySound(GetWorldLocation(), Map, douse ? 0x3be : 0x47); - } - - public override bool OnDragLift(Mobile from) - { - if (Name == null && ItemID is 0x4694 or 0x4691 or 0x4698 or 0x4695) - { - if (Utility.RandomBool()) - { - new PumpkinHead().MoveToWorld(GetWorldLocation(), Map); - - Delete(); - return false; - } - - _staffer = StaffInfo.GetRandomStaff(); - } - - return true; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2006/Items/PumpkinScarecrow.cs b/Projects/UOContent/Holiday Stuff/Halloween/2006/Items/PumpkinScarecrow.cs deleted file mode 100644 index b6983203c..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2006/Items/PumpkinScarecrow.cs +++ /dev/null @@ -1,16 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - [SerializationGenerator(0, false)] - public partial class PumpkinScarecrow : Item - { - [Constructible] - public PumpkinScarecrow() - : base(Utility.RandomBool() ? 0x469B : 0x469C) - { - } - - public override int LabelNumber => 1096947; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2006/Items/RuinedTapestry.cs b/Projects/UOContent/Holiday Stuff/Halloween/2006/Items/RuinedTapestry.cs deleted file mode 100644 index db86b8f0a..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2006/Items/RuinedTapestry.cs +++ /dev/null @@ -1,16 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - [SerializationGenerator(0, false)] - public partial class RuinedTapestry : Item - { - [Constructible] - public RuinedTapestry() - : base(Utility.RandomBool() ? 0x4699 : 0x469A) - { - } - - public override string DefaultName => "Ruined Tapestry "; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2006/Items/TwilightLantern.cs b/Projects/UOContent/Holiday Stuff/Halloween/2006/Items/TwilightLantern.cs deleted file mode 100644 index 039092fac..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2006/Items/TwilightLantern.cs +++ /dev/null @@ -1,22 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - [SerializationGenerator(0, false)] - public partial class TwilightLantern : Lantern - { - [Constructible] - public TwilightLantern() => Hue = Utility.RandomBool() ? 244 : 997; - - public override string DefaultName => "Twilight Lantern"; - - public override bool AllowEquippedCast(Mobile from) => true; - - public override void GetProperties(IPropertyList list) - { - base.GetProperties(list); - - list.Add(1060482); // Spell Channeling - } - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2009/Engines/PumpkinPatch.cs b/Projects/UOContent/Holiday Stuff/Halloween/2009/Engines/PumpkinPatch.cs deleted file mode 100644 index f19759704..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2009/Engines/PumpkinPatch.cs +++ /dev/null @@ -1,69 +0,0 @@ -using System; -using Server.Events.Halloween; -using Server.Items; - -namespace Server.Engines.Events -{ - public static class PumpkinPatchSpawner - { - private static Timer _timer; - - private static readonly Rectangle2D[] m_PumpkinFields = - { - new(4557, 1471, 20, 10), - new(796, 2152, 36, 24), - new(816, 2251, 16, 8), - new(816, 2261, 16, 8), - new(816, 2271, 16, 8), - new(816, 2281, 16, 8), - new(835, 2344, 16, 16), - new(816, 2344, 16, 24) - }; - - public static void Initialize() - { - var now = Core.Now; - - // TODO: World timer to turn these on/off - if (now >= HolidaySettings.StartHalloween && now <= HolidaySettings.FinishHalloween) - { - _timer = Timer.DelayCall(TimeSpan.FromSeconds(30), 0, PumpkinPatchSpawnerCallback); - } - } - - private static void PumpkinPatchSpawnerCallback() - { - AddPumpkin(Map.Felucca); - AddPumpkin(Map.Trammel); - - if (Core.Now > HolidaySettings.FinishHalloween) - { - _timer.Stop(); - _timer = null; - } - } - - private static void AddPumpkin(Map map) - { - for (var i = 0; i < m_PumpkinFields.Length; i++) - { - var rect = m_PumpkinFields[i]; - - var spawncount = rect.Height * rect.Width / 20; - var pumpkins = 0; - foreach (var _ in map.GetItemsInBounds(rect)) - { - if (pumpkins++ >= spawncount) - { - break; - } - } - - if (spawncount > pumpkins) - { - new HalloweenPumpkin().MoveToWorld(Utility.RandomPointIn(rect, map), map); - } - } - } - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/CreepyCake.cs b/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/CreepyCake.cs deleted file mode 100644 index 268c25ae0..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/CreepyCake.cs +++ /dev/null @@ -1,17 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - /* - first seen halloween 2009. subsequently in 2010, - 2011 and 2012. GM Beggar-only Semi-Rare Treats - */ - [SerializationGenerator(0, false)] - public partial class CreepyCake : Food - { - [Constructible] - public CreepyCake() : base(0x9e9) => Hue = 0x3E4; - - public override string DefaultName => "Creepy Cake"; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/HarvestWine.cs b/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/HarvestWine.cs deleted file mode 100644 index ca0513ac4..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/HarvestWine.cs +++ /dev/null @@ -1,18 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - /* - first seen halloween 2009. subsequently in 2010, - 2011 and 2012. GM Beggar-only Semi-Rare Treats - */ - [SerializationGenerator(0, false)] - public partial class HarvestWine : BeverageBottle - { - [Constructible] - public HarvestWine() : base(BeverageType.Wine) => Hue = 0xe0; - - public override string DefaultName => "Harvest Wine"; - public override double DefaultWeight => 1; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/MrPlainsCookies.cs b/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/MrPlainsCookies.cs deleted file mode 100644 index ab1f44561..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/MrPlainsCookies.cs +++ /dev/null @@ -1,18 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items; - -[SerializationGenerator(0, false)] -public partial class MrPlainsCookies : Food -{ - [Constructible] - public MrPlainsCookies() : base(0x160C) - { - FillFactor = 4; - Hue = 0xF4; - } - - public override double DefaultWeight => 1.0; - - public override string DefaultName => "Mr Plain's Cookies"; -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/MurkyMilk.cs b/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/MurkyMilk.cs deleted file mode 100644 index eb5ab5b87..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/MurkyMilk.cs +++ /dev/null @@ -1,24 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - /* - first seen halloween 2009. subsequently in 2010, - 2011 and 2012. GM Beggar-only Semi-Rare Treats - */ - [SerializationGenerator(0, false)] - public partial class MurkyMilk : Pitcher - { - [Constructible] - public MurkyMilk() : base(BeverageType.Milk) - { - Hue = 0x3e5; - Quantity = MaxQuantity; - ItemID = Utility.RandomBool() ? 0x09F0 : 0x09AD; - } - - public override string DefaultName => "Murky Milk"; - public override int MaxQuantity => 5; - public override double DefaultWeight => 1; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/PumpkinPizza.cs b/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/PumpkinPizza.cs deleted file mode 100644 index ef277242f..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2009/Foods/PumpkinPizza.cs +++ /dev/null @@ -1,17 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - /* - first seen halloween 2009. subsequently in 2010, - 2011 and 2012. GM Beggar-only Semi-Rare Treats - */ - [SerializationGenerator(0, false)] - public partial class PumpkinPizza : CheesePizza - { - [Constructible] - public PumpkinPizza() => Hue = 0xF3; - - public override string DefaultName => "Pumpkin Pizza"; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2009/Items/GrimWarning.cs b/Projects/UOContent/Holiday Stuff/Halloween/2009/Items/GrimWarning.cs deleted file mode 100644 index 3a5eef292..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2009/Items/GrimWarning.cs +++ /dev/null @@ -1,19 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - /* - first seen halloween 2009. subsequently in 2010, - 2011 and 2012. GM Beggar-only Semi-Rare Treats - */ - [SerializationGenerator(0, false)] - public partial class GrimWarning : Item - { - [Constructible] - public GrimWarning() : base(0x42BD) - { - } - - public override double DefaultWeight => 1; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2009/Items/SkullsOnPike.cs b/Projects/UOContent/Holiday Stuff/Halloween/2009/Items/SkullsOnPike.cs deleted file mode 100644 index 76d7bf978..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2009/Items/SkullsOnPike.cs +++ /dev/null @@ -1,19 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - /* - first seen halloween 2009. subsequently in 2010, - 2011 and 2012. GM Beggar-only Semi-Rare Treats - */ - [SerializationGenerator(0, false)] - public partial class SkullsOnPike : Item - { - [Constructible] - public SkullsOnPike() : base(0x42B5) - { - } - - public override double DefaultWeight => 1; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ChairInAGhostCostume.cs b/Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ChairInAGhostCostume.cs deleted file mode 100644 index 7b981aa3d..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ChairInAGhostCostume.cs +++ /dev/null @@ -1,15 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - [SerializationGenerator(0, false)] - public partial class ChairInAGhostCostume : Item - { - [Constructible] - public ChairInAGhostCostume() : base(0x3F26) - { - } - - public override double DefaultWeight => 5; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ColoredSmallWebs.cs b/Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ColoredSmallWebs.cs deleted file mode 100644 index 33f5c0891..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ColoredSmallWebs.cs +++ /dev/null @@ -1,14 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - [SerializationGenerator(0, false)] - public partial class ColoredSmallWebs : Item - { - [Constructible] - public ColoredSmallWebs() : base(Utility.RandomBool() ? 0x10d6 : 0x10d7) => - Hue = Utility.RandomBool() ? 0x455 : 0x4E9; - - public override double DefaultWeight => 5; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ExcellentIronMaiden.cs b/Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ExcellentIronMaiden.cs deleted file mode 100644 index 5213054b3..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2010/Items/ExcellentIronMaiden.cs +++ /dev/null @@ -1,15 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - [SerializationGenerator(0, false)] - public partial class ExcellentIronMaiden : Item - { - [Constructible] - public ExcellentIronMaiden() : base(0x3f15) - { - } - - public override double DefaultWeight => 5; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2010/Items/HalloweenGuillotine.cs b/Projects/UOContent/Holiday Stuff/Halloween/2010/Items/HalloweenGuillotine.cs deleted file mode 100644 index 8eb576c92..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2010/Items/HalloweenGuillotine.cs +++ /dev/null @@ -1,15 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - [SerializationGenerator(0, false)] - public partial class HalloweenGuillotine : Item - { - [Constructible] - public HalloweenGuillotine() : base(0x3F27) - { - } - - public override double DefaultWeight => 5; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2011/Items/BasePaintedMask.cs b/Projects/UOContent/Holiday Stuff/Halloween/2011/Items/BasePaintedMask.cs deleted file mode 100644 index 62a3c670d..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2011/Items/BasePaintedMask.cs +++ /dev/null @@ -1,24 +0,0 @@ -using ModernUO.Serialization; -using Server.Misc; - -namespace Server.Items.Holiday; - -[SerializationGenerator(0, false)] -[TypeAlias("Server.Items.ClownMask", "Server.Items.DaemonMask", "Server.Items.PlagueMask")] -public partial class BasePaintedMask : Item -{ - [InternString] - [SerializableField(0, setter: "private")] - private string _staffer; - - public BasePaintedMask(int itemid) : this(StaffInfo.GetRandomStaff(), itemid) - { - } - - public BasePaintedMask(string staffer, int itemid) : base(itemid + Utility.Random(2)) => - _staffer = staffer.Intern(); - - public override string DefaultName => _staffer != null ? $"{MaskName} hand painted by {_staffer}" : MaskName; - - public virtual string MaskName => "A Mask"; -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2011/Items/ClownMask.cs b/Projects/UOContent/Holiday Stuff/Halloween/2011/Items/ClownMask.cs deleted file mode 100644 index 735285b54..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2011/Items/ClownMask.cs +++ /dev/null @@ -1,15 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items.Holiday -{ - [SerializationGenerator(0, false)] - public partial class PaintedEvilClownMask : BasePaintedMask - { - [Constructible] - public PaintedEvilClownMask() : base(0x4a90) - { - } - - public override string MaskName => "Evil Clown Mask"; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2011/Items/DaemonMask.cs b/Projects/UOContent/Holiday Stuff/Halloween/2011/Items/DaemonMask.cs deleted file mode 100644 index 9d38be46d..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2011/Items/DaemonMask.cs +++ /dev/null @@ -1,16 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items.Holiday -{ - [SerializationGenerator(0, false)] - public partial class PaintedDaemonMask : BasePaintedMask - { - [Constructible] - public PaintedDaemonMask() - : base(0x4a92) - { - } - - public override string MaskName => "Daemon Mask"; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2011/Items/PlagueMask.cs b/Projects/UOContent/Holiday Stuff/Halloween/2011/Items/PlagueMask.cs deleted file mode 100644 index 320ac732d..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2011/Items/PlagueMask.cs +++ /dev/null @@ -1,16 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items.Holiday -{ - [SerializationGenerator(0, false)] - public partial class PaintedPlagueMask : BasePaintedMask - { - [Constructible] - public PaintedPlagueMask() - : base(0x4A8E) - { - } - - public override string MaskName => "Plague Mask"; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2011/Mobiles/PumpkinHead.cs b/Projects/UOContent/Holiday Stuff/Halloween/2011/Mobiles/PumpkinHead.cs deleted file mode 100644 index 2a4101991..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2011/Mobiles/PumpkinHead.cs +++ /dev/null @@ -1,116 +0,0 @@ -using System; -using ModernUO.Serialization; -using Server.Items; -using Server.Items.Holiday; - -namespace Server.Mobiles -{ - [SerializationGenerator(0, false)] - public partial class PumpkinHead : BaseCreature - { - [Constructible] - public PumpkinHead() - : base(Utility.RandomBool() ? AIType.AI_Melee : AIType.AI_Mage) - { - Body = 1246 + Utility.Random(2); - - BaseSoundID = 268; - - SetStr(350); - SetDex(125); - SetInt(250); - - SetHits(500); - SetMana(1000); - - SetDamage(10, 15); - - SetDamageType(ResistanceType.Physical, 100); - - SetResistance(ResistanceType.Physical, 55); - SetResistance(ResistanceType.Fire, 50); - SetResistance(ResistanceType.Cold, 50); - SetResistance(ResistanceType.Poison, 65); - SetResistance(ResistanceType.Energy, 80); - - SetSkill(SkillName.DetectHidden, 100.0); - SetSkill(SkillName.Meditation, 120.0); - SetSkill(SkillName.Necromancy, 100.0); - SetSkill(SkillName.SpiritSpeak, 120.0); - SetSkill(SkillName.Magery, 160.0); - SetSkill(SkillName.EvalInt, 100.0); - SetSkill(SkillName.MagicResist, 100.0); - SetSkill(SkillName.Tactics, 100.0); - SetSkill(SkillName.Wrestling, 80.0); - - Fame = 5000; - Karma = -5000; - - VirtualArmor = 49; - } - - public override string CorpseName => "a killer pumpkin corpse"; - public override bool AutoDispel => true; - public override bool BardImmune => true; - public override bool Unprovokable => true; - public override bool AreaPeaceImmune => true; - public override string DefaultName => "a killer pumpkin"; - - public override void GenerateLoot() - { - if (Utility.RandomDouble() < .05) - { - switch (Utility.Random(5)) - { - case 0: - PackItem(new PaintedEvilClownMask()); - break; - case 1: - PackItem(new PaintedDaemonMask()); - break; - case 2: - PackItem(new PaintedPlagueMask()); - break; - case 3: - PackItem(new PaintedEvilJesterMask()); - break; - case 4: - PackItem(new PaintedPorcelainMask()); - break; - } - } - - PackItem(new WrappedCandy()); - AddLoot(LootPack.UltraRich, 2); - } - - public virtual void Lifted_Callback(Mobile from) - { - if (from?.Deleted == false && from is PlayerMobile) - { - Combatant = from; - Warmode = true; - } - } - - public override Item NewHarmfulItem() => - new Acid(TimeSpan.FromSeconds(10), 25, 30) - { - Name = "gooey nasty pumpkin hummus", - Hue = 144 - }; - - public override void OnDamage(int amount, Mobile from, bool willKill) - { - if (Utility.RandomBool()) - { - if (from?.Map != null && Map != Map.Internal && Map == from.Map && from.InRange(this, 12)) - { - SpillAcid(willKill ? this : from, willKill ? 3 : 1); - } - } - - base.OnDamage(amount, from, willKill); - } - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2012/Engines/PlayerZombies.cs b/Projects/UOContent/Holiday Stuff/Halloween/2012/Engines/PlayerZombies.cs deleted file mode 100644 index b02a4aba2..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2012/Engines/PlayerZombies.cs +++ /dev/null @@ -1,229 +0,0 @@ -using System; -using System.Collections.Generic; -using ModernUO.CodeGeneratedEvents; -using ModernUO.Serialization; -using Server.Events.Halloween; -using Server.Items; -using Server.Mobiles; - -namespace Server.Engines.Events -{ - public static class HalloweenHauntings - { - private static Timer _timer; - private static Timer _clearTimer; - - private const int TotalZombieLimit = 200; - private const int DeathQueueLimit = 200; - private const int QueueDelaySeconds = 120; - private const int QueueClearIntervalSeconds = 1800; - - private static HashSet _deathQueue; - - private static readonly Rectangle2D[] _cemetaries = - [ - new(1272, 3712, 30, 20), // Jhelom - new(1337, 1444, 48, 52), // Britain - new(2424, 1098, 20, 28), // Trinsic - new(2728, 840, 54, 54), // Vesper - new(4528, 1314, 20, 28), // Moonglow - new(712, 1104, 30, 22), // Yew - new(5824, 1464, 22, 6), // Fire Dungeon - new(5224, 3655, 14, 5), // T2A - - new(1272, 3712, 20, 30), // Jhelom - new(1337, 1444, 52, 48), // Britain - new(2424, 1098, 28, 20), // Trinsic - new(2728, 840, 54, 54), // Vesper - new(4528, 1314, 28, 20), // Moonglow - new(712, 1104, 22, 30), // Yew - new(5824, 1464, 6, 22), // Fire Dungeon - new(5224, 3655, 5, 14) // T2A - ]; - - internal static Dictionary _reAnimated; - - [OnEvent(nameof(PlayerMobile.PlayerDeathEvent))] - public static void OnPlayerDeathEvent(PlayerMobile pm) - { - var now = Core.Now; - - if (now < HolidaySettings.StartHalloween || now > HolidaySettings.FinishHalloween) - { - return; - } - - _timer ??= Timer.DelayCall(TimeSpan.FromSeconds(QueueDelaySeconds), 0, Timer_Callback); - _clearTimer ??= Timer.DelayCall(TimeSpan.FromSeconds(QueueClearIntervalSeconds), 0, Clear_Callback); - - if (_timer.Running) - { - _deathQueue ??= []; - - if (_deathQueue.Count < DeathQueueLimit) - { - _deathQueue.Add(pm); - } - } - } - - private static void Clear_Callback() - { - if (Core.Now > HolidaySettings.FinishHalloween) - { - _clearTimer.Stop(); - _clearTimer = null; - _reAnimated = null; - _deathQueue = null; - return; - } - - _reAnimated?.Clear(); - _deathQueue?.Clear(); - } - - private static void Timer_Callback() - { - if (Core.Now > HolidaySettings.FinishHalloween) - { - _timer.Stop(); - _timer = null; - return; - } - - if (_deathQueue == null) - { - return; - } - - PlayerMobile player = null; - foreach (var entry in _deathQueue) - { - if (_reAnimated?.ContainsKey(entry) != true) - { - player = entry; - break; - } - } - - if (player?.Deleted != false || _reAnimated?.Count >= TotalZombieLimit) - { - return; - } - - var map = Utility.RandomBool() ? Map.Trammel : Map.Felucca; - var home = Utility.RandomPointIn(_cemetaries.RandomElement(), map); - - if (map.CanSpawnMobile(home)) - { - var zombieskel = new ZombieSkeleton(player); - - _reAnimated ??= []; - _reAnimated.Add(player, zombieskel); - - zombieskel.Home = home; - zombieskel.RangeHome = 10; - - zombieskel.MoveToWorld(home, map); - _deathQueue.Remove(player); - } - } - } - - [SerializationGenerator(0, false)] - public partial class PlayerBones : BaseContainer - { - [Constructible] - public PlayerBones(string name) : base(Utility.RandomMinMax(0x0ECA, 0x0ED2)) - { - Name = $"{name}'s bones"; - - Hue = Utility.Random(10) switch - { - 0 => 0xa09, - 1 => 0xa93, - 2 => 0xa47, - _ => Hue - }; - } - } - - [SerializationGenerator(0, false)] - public partial class ZombieSkeleton : BaseCreature - { - [SerializableField(0, "private", "private")] - private PlayerMobile _deadPlayer; - - public override string DefaultName => _deadPlayer != null ? $"{_deadPlayer.Name}'s Zombie Skeleton" : "Zombie Skeleton"; - - public ZombieSkeleton(PlayerMobile player = null) : base(AIType.AI_Melee) - { - _deadPlayer = player; - - Body = 0x93; - BaseSoundID = 0x1c3; - - SetStr(500); - SetDex(500); - SetInt(500); - - SetHits(2500); - SetMana(500); - SetStam(500); - - SetDamage(8, 18); - - SetDamageType(ResistanceType.Physical, 40); - SetDamageType(ResistanceType.Cold, 60); - - SetResistance(ResistanceType.Fire, 50); - SetResistance(ResistanceType.Energy, 50); - SetResistance(ResistanceType.Physical, 50); - SetResistance(ResistanceType.Cold, 50); - SetResistance(ResistanceType.Poison, 50); - - SetSkill(SkillName.MagicResist, 65.1, 80.0); - SetSkill(SkillName.Tactics, 95.1, 100); - SetSkill(SkillName.Wrestling, 85.1, 95); - - Fame = 1000; - Karma = -1000; - - VirtualArmor = 18; - } - - public override string CorpseName => "a rotting corpse"; - - public override bool BleedImmune => true; - - public override Poison PoisonImmune => Poison.Regular; - - public override void GenerateLoot() - { - var deadPlayerExists = _deadPlayer?.Deleted == false; - - PackItem( - Utility.Random(deadPlayerExists ? 8 : 10) switch - { - 0 => new LeftArm(), - 1 => new RightArm(), - 2 => new Torso(), - 3 => new Bone(), - 4 => new RibCage(), - 9 => deadPlayerExists ? new PlayerBones(_deadPlayer.Name) : null, - _ => null // 5-8, 10 (50%) - } - ); - - AddLoot(LootPack.Meager); - } - - public override void OnDelete() - { - if (_deadPlayer?.Deleted == false) - { - HalloweenHauntings._reAnimated?.Remove(_deadPlayer); - } - } - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2012/Items/EvilJesterMask.cs b/Projects/UOContent/Holiday Stuff/Halloween/2012/Items/EvilJesterMask.cs deleted file mode 100644 index 7cd77753d..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2012/Items/EvilJesterMask.cs +++ /dev/null @@ -1,15 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items.Holiday -{ - [SerializationGenerator(0, false)] - public partial class PaintedEvilJesterMask : BasePaintedMask - { - [Constructible] - public PaintedEvilJesterMask() : base(0x4BA5) - { - } - - public override string MaskName => "Evil Jester Mask"; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/2012/Items/PorcelainMask.cs b/Projects/UOContent/Holiday Stuff/Halloween/2012/Items/PorcelainMask.cs deleted file mode 100644 index 8a194e968..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/2012/Items/PorcelainMask.cs +++ /dev/null @@ -1,15 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items.Holiday -{ - [SerializationGenerator(0, false)] - public partial class PaintedPorcelainMask : BasePaintedMask - { - [Constructible] - public PaintedPorcelainMask() : base(0x4BA7) - { - } - - public override string MaskName => "Porcelain Mask"; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/HolidaySettings.cs b/Projects/UOContent/Holiday Stuff/Halloween/HolidaySettings.cs deleted file mode 100644 index 06efc9174..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/HolidaySettings.cs +++ /dev/null @@ -1,41 +0,0 @@ -using System; -using Server.Items; - -namespace Server.Events.Halloween -{ - internal class HolidaySettings - { - private static readonly Type[] m_GMBeggarTreats = - { - typeof(CreepyCake), - typeof(PumpkinPizza), - typeof(GrimWarning), - typeof(HarvestWine), - typeof(MurkyMilk), - typeof(MrPlainsCookies), - typeof(SkullsOnPike), - typeof(ChairInAGhostCostume), - typeof(ExcellentIronMaiden), - typeof(HalloweenGuillotine), - typeof(ColoredSmallWebs) - }; - - private static readonly Type[] m_Treats = - { - typeof(Lollipops), - typeof(WrappedCandy), - typeof(JellyBeans), - typeof(Taffy), - typeof(NougatSwirl) - }; - - // YY MM DD - public static DateTime StartHalloween => new(2021, 10, 24); - - public static DateTime FinishHalloween => new(2021, 11, 15); - - public static Item RandomGMBeggerItem => m_GMBeggarTreats.RandomElement().CreateInstance(); - - public static Item RandomTreat => m_Treats.RandomElement().CreateInstance(); - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/Treats/Jellybeans.cs b/Projects/UOContent/Holiday Stuff/Halloween/Treats/Jellybeans.cs deleted file mode 100644 index 5b7279389..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/Treats/Jellybeans.cs +++ /dev/null @@ -1,13 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - [SerializationGenerator(0, false)] - public partial class JellyBeans : CandyCane - { - [Constructible] - public JellyBeans(int amount = 1) : base(0x468C) => Stackable = true; - - public override int LabelNumber => 1096932; /* jellybeans */ - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/Treats/Lollipops.cs b/Projects/UOContent/Holiday Stuff/Halloween/Treats/Lollipops.cs deleted file mode 100644 index 280be39c6..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/Treats/Lollipops.cs +++ /dev/null @@ -1,12 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - [TypeAlias("Server.Items.Lollipop")] - [SerializationGenerator(0, false)] - public partial class Lollipops : CandyCane - { - [Constructible] - public Lollipops(int amount = 1) : base(0x468D + Utility.Random(3)) => Stackable = true; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/Treats/NougatSwirl.cs b/Projects/UOContent/Holiday Stuff/Halloween/Treats/NougatSwirl.cs deleted file mode 100644 index 750239324..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/Treats/NougatSwirl.cs +++ /dev/null @@ -1,13 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - [SerializationGenerator(0, false)] - public partial class NougatSwirl : CandyCane - { - [Constructible] - public NougatSwirl(int amount = 1) : base(0x4690) => Stackable = true; - - public override int LabelNumber => 1096936; /* nougat swirl */ - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/Treats/Taffy.cs b/Projects/UOContent/Holiday Stuff/Halloween/Treats/Taffy.cs deleted file mode 100644 index 814e4a822..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/Treats/Taffy.cs +++ /dev/null @@ -1,13 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - [SerializationGenerator(0, false)] - public partial class Taffy : CandyCane - { - [Constructible] - public Taffy(int amount = 1) : base(0x469D) => Stackable = true; - - public override int LabelNumber => 1096949; /* taffy */ - } -} diff --git a/Projects/UOContent/Holiday Stuff/Halloween/Treats/WrappedCandy.cs b/Projects/UOContent/Holiday Stuff/Halloween/Treats/WrappedCandy.cs deleted file mode 100644 index 8df86c688..000000000 --- a/Projects/UOContent/Holiday Stuff/Halloween/Treats/WrappedCandy.cs +++ /dev/null @@ -1,13 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - [SerializationGenerator(0, false)] - public partial class WrappedCandy : CandyCane - { - [Constructible] - public WrappedCandy(int amount = 1) : base(0x469e) => Stackable = true; - - public override int LabelNumber => 1096950; /* wrapped candy */ - } -} diff --git a/Projects/UOContent/Holiday Stuff/Valentine/2010/Items/AnimatedHeartShapedBox.cs b/Projects/UOContent/Holiday Stuff/Valentine/2010/Items/AnimatedHeartShapedBox.cs deleted file mode 100644 index 3429c0af4..000000000 --- a/Projects/UOContent/Holiday Stuff/Valentine/2010/Items/AnimatedHeartShapedBox.cs +++ /dev/null @@ -1,12 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - [SerializationGenerator(0, false)] - [Flippable(0x49CC, 0x49D0)] - public partial class AnimatedHeartShapedBox : HeartShapedBox - { - [Constructible] - public AnimatedHeartShapedBox() => ItemID = 0x49CC; - } -} diff --git a/Projects/UOContent/Holiday Stuff/Valentine/2011/Items/StValentinesBears.cs b/Projects/UOContent/Holiday Stuff/Valentine/2011/Items/StValentinesBears.cs deleted file mode 100644 index a08e5aa22..000000000 --- a/Projects/UOContent/Holiday Stuff/Valentine/2011/Items/StValentinesBears.cs +++ /dev/null @@ -1,220 +0,0 @@ -using System; -using ModernUO.Serialization; -using Server.Gumps; -using Server.Network; - -namespace Server.Items -{ - [SerializationGenerator(0, false)] - public abstract partial class StValentinesBear : Item - { - [InternString] - [InvalidateProperties] - [SerializableField(0)] - [SerializedCommandProperty(AccessLevel.GameMaster)] - private string _owner; - - [InternString] - [InvalidateProperties] - [SerializableField(1)] - [SerializedCommandProperty(AccessLevel.GameMaster)] - private string _line1; - - [InternString] - [InvalidateProperties] - [SerializableField(2)] - [SerializedCommandProperty(AccessLevel.GameMaster)] - private string _line2; - - [InternString] - [InvalidateProperties] - [SerializableField(3)] - [SerializedCommandProperty(AccessLevel.GameMaster)] - private string _line3; - - public StValentinesBear(int itemid, string name) : base(itemid) - { - Owner = name; - LootType = LootType.Blessed; - } - - public override string DefaultName => _owner != null ? $"{_owner}'s St. Valentine Bear" : "St. Valentine Bear"; - - [CommandProperty(AccessLevel.GameMaster)] - public DateTime EditLimit { get; set; } - - public bool IsSigned => _line1 != null || _line2 != null || _line3 != null; - - public bool CanSign => !IsSigned || Core.Now <= EditLimit; - - public override void AddNameProperty(IPropertyList list) - { - if (_owner != null) - { - list.Add(1150295, _owner); // ~1_NAME~'s St. Valentine Bear - } - else - { - list.Add(1150294); // St. Valentine Bear - } - - AddLine(list, 1150301, _line1); // [ ~1_LINE0~ ] - AddLine(list, 1150302, _line2); // [ ~1_LINE1~ ] - AddLine(list, 1150303, _line3); // [ ~1_LINE2~ ] - } - - private static void AddLine(IPropertyList list, int cliloc, string line) - { - if (line != null) - { - list.Add(cliloc, line); - } - } - - public override void OnSingleClick(Mobile from) - { - base.OnSingleClick(from); - - ShowLine(from, 1150301, _line1); // [ ~1_LINE0~ ] - ShowLine(from, 1150302, _line2); // [ ~1_LINE1~ ] - ShowLine(from, 1150303, _line3); // [ ~1_LINE2~ ] - } - - private void ShowLine(Mobile from, int cliloc, string line) - { - if (line != null) - { - LabelTo(from, cliloc, line); - } - } - - public override void OnDoubleClick(Mobile from) - { - if (!CupidsArrow.CheckSeason(from) || !CanSign) - { - return; - } - - if (!IsChildOf(from.Backpack)) - { - from.SendLocalizedMessage(1080063); // This must be in your backpack to use it. - return; - } - - StValentinesBearsGump.DisplayTo(from, this); - } - - private class StValentinesBearsGump : StaticGump - { - private readonly StValentinesBear _bear; - - public override bool Singleton => true; - - protected override bool Cached => false; - - private StValentinesBearsGump(StValentinesBear bear) : base(50, 50) - { - _bear = bear; - } - - public static void DisplayTo(Mobile from, StValentinesBear bear) - { - if (from?.NetState == null || bear?.Deleted != false) - { - return; - } - - from.SendGump(new StValentinesBearsGump(bear)); - } - - protected override void BuildLayout(ref StaticGumpBuilder builder) - { - builder.AddPage(); - builder.AddBackground(0, 0, 420, 320, 9300); - // St. Valentine Bear - builder.AddHtmlLocalized(10, 10, 400, 21, 1154645, "#1150294", 0); - - // Enter up to three lines of personalized greeting for your St. Valentine Bear. You many enter up to 25 characters per line. Once you enter text, you will only be able to correct mistakes for 10 minutes. - builder.AddHtmlLocalized(10, 40, 400, 75, 1150293, 0); - - builder.AddHtmlLocalized(10, 129, 400, 21, 1150296, 0); // Line 1: - builder.AddBackground(10, 150, 400, 24, 9350); - builder.AddTextEntryLimited(15, 152, 390, 20, 0, 0, "", 25); - - builder.AddHtmlLocalized(10, 179, 400, 21, 1150297, 0); // Line 2: - builder.AddBackground(10, 200, 400, 24, 9350); - builder.AddTextEntryLimited(15, 202, 390, 20, 0, 1, "", 25); - - builder.AddHtmlLocalized(10, 229, 400, 21, 1150298, 0); // Line 3: - builder.AddBackground(10, 250, 400, 24, 9350); - builder.AddTextEntryLimited(15, 252, 390, 20, 0, 2, "", 25); - - builder.AddButton(15, 285, 242, 241, 0); - builder.AddButton(335, 285, 247, 248, 1); - } - - public override void OnResponse(NetState sender, in RelayInfo info) - { - var from = sender.Mobile; - - if (_bear.Deleted || !_bear.IsChildOf(from.Backpack) || !_bear.CanSign || info.ButtonID != 1) - { - return; - } - - var line1 = GetLine(info, 0); - var line2 = GetLine(info, 1); - var line3 = GetLine(info, 2); - - if (string.IsNullOrEmpty(line1) - || string.IsNullOrEmpty(line2) - || string.IsNullOrEmpty(line3)) - { - from.SendMessage("Lines cannot be left blank."); - return; - } - - if (line1.Length > 25 - || line2.Length > 25 - || line3.Length > 25) - { - from.SendMessage("Lines may not exceed 25 characters."); - return; - } - - if (!_bear.IsSigned) - { - _bear.EditLimit = Core.Now + TimeSpan.FromMinutes(10); - } - - _bear.Line1 = line1.FixHtml(); - _bear.Line2 = line2.FixHtml(); - _bear.Line3 = line3.FixHtml(); - - from.SendMessage("You add the personalized greeting to your St. Valentine Bear."); - } - - private static string GetLine(RelayInfo info, int idx) => info.GetTextEntry(idx); - } - } - - [SerializationGenerator(0, false)] - [Flippable(0x48E0, 0x48E1)] - public partial class StValentinesPanda : StValentinesBear - { - [Constructible] - public StValentinesPanda(string name = null) : base(0x48E0, name) - { - } - } - - [SerializationGenerator(0, false)] - [Flippable(0x48E2, 0x48E3)] - public partial class StValentinesPolarBear : StValentinesBear - { - [Constructible] - public StValentinesPolarBear(string name = null) : base(0x48E2, name) - { - } - } -} diff --git a/Projects/UOContent/Holiday Stuff/Valentine/2012/Items/CupidStatue.cs b/Projects/UOContent/Holiday Stuff/Valentine/2012/Items/CupidStatue.cs deleted file mode 100644 index 20a11413a..000000000 --- a/Projects/UOContent/Holiday Stuff/Valentine/2012/Items/CupidStatue.cs +++ /dev/null @@ -1,14 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - [SerializationGenerator(0, false)] - [Flippable(0x4F7C, 0x4F7D)] - public partial class CupidStatue : Item - { - [Constructible] - public CupidStatue() : base(0x4F7D) => LootType = LootType.Blessed; - - public override int LabelNumber => 1099220; // cupid statue - } -} diff --git a/Projects/UOContent/Holiday Stuff/Valentine/2012/Items/CupidsArrow.cs b/Projects/UOContent/Holiday Stuff/Valentine/2012/Items/CupidsArrow.cs deleted file mode 100644 index 021ae4708..000000000 --- a/Projects/UOContent/Holiday Stuff/Valentine/2012/Items/CupidsArrow.cs +++ /dev/null @@ -1,108 +0,0 @@ -using ModernUO.Serialization; -using Server.Targeting; - -namespace Server.Items -{ - [SerializationGenerator(0, false)] - public partial class CupidsArrow : Item - { - [InternString] - [InvalidateProperties] - [SerializableField(0)] - [SerializedCommandProperty(AccessLevel.GameMaster)] - private string _from; - - [InternString] - [InvalidateProperties] - [SerializableField(1)] - [SerializedCommandProperty(AccessLevel.GameMaster)] - private string _to; - - [Constructible] - public CupidsArrow() : base(0x4F7F) => LootType = LootType.Blessed; - - // TODO: Check messages - - public override int LabelNumber => 1152270; // Cupid's Arrow 2012 - - public bool IsSigned => _from != null && _to != null; - - public override void AddNameProperty(IPropertyList list) - { - base.AddNameProperty(list); - - if (IsSigned) - { - list.Add(1152273, $"{_from}\t{_to}"); // ~1_val~ is madly in love with ~2_val~ - } - } - - public static bool CheckSeason(Mobile from) - { - if (Core.Now.Month == 2) - { - return true; - } - - from.SendLocalizedMessage(1152318); // You may not use this item out of season. - return true; - } - - public override void OnSingleClick(Mobile from) - { - base.OnSingleClick(from); - - if (IsSigned) - { - LabelTo(from, 1152273, $"{_from}\t{_to}"); // ~1_val~ is madly in love with ~2_val~ - } - } - - public override void OnDoubleClick(Mobile from) - { - if (IsSigned || !CheckSeason(from)) - { - return; - } - - if (!IsChildOf(from.Backpack)) - { - from.SendLocalizedMessage(1080063); // This must be in your backpack to use it. - return; - } - - from.BeginTarget(10, false, TargetFlags.None, OnTarget); - from.SendMessage("Who do you wish to use this on?"); - } - - private void OnTarget(Mobile from, object targeted) - { - if (IsSigned || !IsChildOf(from.Backpack)) - { - return; - } - - if (targeted is Mobile m) - { - if (!m.Alive) - { - from.SendLocalizedMessage( - 1152269 - ); // That target is dead and even Cupid's arrow won't make them love you. - return; - } - - From = from.Name; - To = m.Name; - - InvalidateProperties(); - - from.SendMessage("You inscribe the arrow."); - } - else - { - from.SendMessage("That is not a person."); - } - } - } -} diff --git a/Projects/UOContent/Holiday Stuff/Valentine/2012/Items/HeartShapedBox.cs b/Projects/UOContent/Holiday Stuff/Valentine/2012/Items/HeartShapedBox.cs deleted file mode 100644 index 5882a3780..000000000 --- a/Projects/UOContent/Holiday Stuff/Valentine/2012/Items/HeartShapedBox.cs +++ /dev/null @@ -1,35 +0,0 @@ -using ModernUO.Serialization; - -namespace Server.Items -{ - [SerializationGenerator(0, false)] - [Flippable(0x49CA, 0x49CB)] - public partial class HeartShapedBox : BaseContainer - { - private static int m_DropSound; - - [Constructible] - public HeartShapedBox() : base(0x49CA) - { - } - - public override int DefaultDropSound => m_DropSound; - - public override bool OnDragDropInto(Mobile from, Item item, Point3D p) - { - PrepareSound(from); - return base.OnDragDropInto(from, item, p); - } - - public override bool OnDragDrop(Mobile from, Item dropped) - { - PrepareSound(from); - return base.OnDragDrop(from, dropped); - } - - private static void PrepareSound(Mobile from) - { - m_DropSound = from.Female ? 0x430 : 0x320; - } - } -} From 6429c4a1dd56d19b4b3c1b7f1e2505e2c541ae97 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Fri, 28 Aug 2026 20:54:13 -0400 Subject: [PATCH 08/14] #W# Change: Harvesting (mining, lumberjacking, fishing,) continue until complete. --- Distribution/Configuration/modernuo.json | 4 ++-- Projects/UOContent/Engines/Harvest/Core/HarvestSystem.cs | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Distribution/Configuration/modernuo.json b/Distribution/Configuration/modernuo.json index ef7588a1c..e2c3b1a3f 100644 --- a/Distribution/Configuration/modernuo.json +++ b/Distribution/Configuration/modernuo.json @@ -11,7 +11,7 @@ "settings": { "accountHandler.enableAutoAccountCreation": "True", "accountHandler.enablePlayerPasswordCommand": "False", - "accountHandler.maxAccountsPerIP": "1", + "accountHandler.maxAccountsPerIP": "3", "accountSecurity.encryptionAlgorithm": "Argon2", "assistants.enableNegotiation": "False", "autoArchive.archiveLocally": "True", @@ -97,4 +97,4 @@ "world.savePath": "Saves", "world.useMultithreadedSaves": "True" } -} \ No newline at end of file +} diff --git a/Projects/UOContent/Engines/Harvest/Core/HarvestSystem.cs b/Projects/UOContent/Engines/Harvest/Core/HarvestSystem.cs index b82040134..3a454ca4a 100644 --- a/Projects/UOContent/Engines/Harvest/Core/HarvestSystem.cs +++ b/Projects/UOContent/Engines/Harvest/Core/HarvestSystem.cs @@ -144,6 +144,8 @@ namespace Server.Engines.Harvest Type type = null; + bool stopAutoHarvest = false; + if (skillBase >= resource.ReqSkill && from.CheckSkill(def.Skill, resource.MinSkill, resource.MaxSkill)) { type = GetResourceType(from, tool, def, map, loc, resource); @@ -204,6 +206,7 @@ namespace Server.Engines.Harvest { SendPackFullTo(from, item, def, resource); item.Delete(); + stopAutoHarvest = true; } var bonus = def.GetBonusResource(); @@ -236,6 +239,7 @@ namespace Server.Engines.Harvest { tool.Delete(); def.SendMessageTo(from, def.ToolBrokeMessage); + stopAutoHarvest = true; } } } @@ -248,6 +252,10 @@ namespace Server.Engines.Harvest } OnHarvestFinished(from, tool, def, vein, bank, resource, toHarvest); + if (tool != null && !tool.Deleted && !stopAutoHarvest) + { + StartHarvesting(from, tool, toHarvest); + } } public virtual void OnHarvestFinished( From a181e313cd3b6ef05bd24f9997274a32eaac59e2 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Fri, 28 Aug 2026 20:58:02 -0400 Subject: [PATCH 09/14] #W# Change: Mining now only produces the large graphic. --- .../UOContent/Items/Resources/Blacksmithing/Ore.cs | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/Projects/UOContent/Items/Resources/Blacksmithing/Ore.cs b/Projects/UOContent/Items/Resources/Blacksmithing/Ore.cs index 6ae0c71c3..4c6ebbbd0 100644 --- a/Projects/UOContent/Items/Resources/Blacksmithing/Ore.cs +++ b/Projects/UOContent/Items/Resources/Blacksmithing/Ore.cs @@ -2,17 +2,19 @@ using ModernUO.Serialization; using Server.Engines.Craft; using Server.Mobiles; using Server.Targeting; +using System.Collections.Generic; namespace Server.Items; [SerializationGenerator(2, false)] public abstract partial class BaseOre : Item { - public BaseOre(CraftResource resource, int amount = 1) : base(RandomSize()) + public BaseOre(CraftResource resource, int amount = 1) : base(0x19B9) { Stackable = true; Amount = amount; Hue = CraftResources.GetHue(resource); + Weight = 1.0; _resource = resource; } @@ -49,15 +51,6 @@ public abstract partial class BaseOre : Item // _resource = (CraftResource)reader.ReadInt(); } - private static int RandomSize() => - Utility.RandomDouble() switch - { - < 0.125 => 0x19B7, // Small - < 0.1875 => 0x19B8, // Medium clump - < 0.25 => 0x19BA, // Medium - _ => 0x19B9 // Large - }; - public override bool CanStackWith(Item dropped) => base.CanStackWith(dropped) && (dropped as BaseOre)?._resource == _resource; From edce93bba823222d18d41e8cb3ffa4a81004cc61 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Fri, 28 Aug 2026 21:18:35 -0400 Subject: [PATCH 10/14] #W# Change: Walking over farmable crops auto harvests them and puts it in your backpack. --- .../UOContent/Items/Farming/FarmableCrop.cs | 49 +++++++++++++++++-- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/Projects/UOContent/Items/Farming/FarmableCrop.cs b/Projects/UOContent/Items/Farming/FarmableCrop.cs index db07588cd..7144396be 100644 --- a/Projects/UOContent/Items/Farming/FarmableCrop.cs +++ b/Projects/UOContent/Items/Farming/FarmableCrop.cs @@ -14,6 +14,36 @@ public abstract partial class FarmableCrop : Item public abstract Item GetCropObject(); public abstract int GetPickedID(); + public override void AddNameProperties(IPropertyList list) + { + } + + public override bool HandlesOnMovement => true; + + public override void OnMovement(Mobile m, Point3D oldLocation) + { + if (m.Player && m.Alive && !_picked && m.InRange(this.Location, 2)) + { + Timer.DelayCall(TimeSpan.FromMilliseconds(100), () => + { + if (m.InRange(this.Location, 2) && !_picked) + { + OnPicked(m, Location, Map); + } + }); + } + base.OnMovement(m, oldLocation); + } + + public override bool OnMoveOver(Mobile from) + { + if (from != null && from.Alive && from.Player && !_picked) + { + OnPicked(from, this.Location, this.Map); + } + return base.OnMoveOver(from); + } + public override void OnDoubleClick(Mobile from) { var map = Map; @@ -40,7 +70,20 @@ public abstract partial class FarmableCrop : Item var spawn = GetCropObject(); - spawn?.MoveToWorld(loc, map); + //spawn?.MoveToWorld(loc, map); + if (spawn != null) + { + if (from.Backpack == null || !from.Backpack.CheckHold(from, spawn, true, true)) + { + spawn.MoveToWorld(loc, map); + from.SendMessage("Your backpack is full, the crop was placed on the ground."); + } + else + { + from.AddToBackpack(spawn); + from.PlaySound(0x13E); // Harvest sound + } + } _picked = true; @@ -59,11 +102,11 @@ public abstract partial class FarmableCrop : Item } [AfterDeserialization] - private void AfterDeserialization() + public void AfterDeserialization() { if (_picked) { - Unlink(); + //Unlink(); Delete(); } } From a90694300e6edcdc87b759a18eb3ce842e20afd3 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Fri, 28 Aug 2026 21:19:18 -0400 Subject: [PATCH 11/14] #W# Change: Spinning wheels and looms process the entire stack. --- .../UOContent/Items/Farming/FarmableFlax.cs | 5 +- .../Items/Resources/Tailor/Cotton.cs | 13 ++++- .../UOContent/Items/Resources/Tailor/Flax.cs | 13 ++++- .../UOContent/Items/Resources/Tailor/Wool.cs | 20 ++++++- .../Items/Resources/Tailor/YarnsAndThreads.cs | 56 +++++++++++++------ 5 files changed, 80 insertions(+), 27 deletions(-) diff --git a/Projects/UOContent/Items/Farming/FarmableFlax.cs b/Projects/UOContent/Items/Farming/FarmableFlax.cs index 5dd7fe755..a4bde23b4 100644 --- a/Projects/UOContent/Items/Farming/FarmableFlax.cs +++ b/Projects/UOContent/Items/Farming/FarmableFlax.cs @@ -6,11 +6,10 @@ namespace Server.Items; public partial class FarmableFlax : FarmableCrop { [Constructible] - public FarmableFlax() : base(GetCropID()) + public FarmableFlax() : base(6810) { } - - public static int GetCropID() => Utility.Random(6809, 3); + public static int GetCropID() => 6810; public override Item GetCropObject() => new Flax diff --git a/Projects/UOContent/Items/Resources/Tailor/Cotton.cs b/Projects/UOContent/Items/Resources/Tailor/Cotton.cs index 9d8ce0ef6..aab8e95c7 100644 --- a/Projects/UOContent/Items/Resources/Tailor/Cotton.cs +++ b/Projects/UOContent/Items/Resources/Tailor/Cotton.cs @@ -85,8 +85,17 @@ public partial class Cotton : Item, IDyable } else { - m_Cotton.Consume(); - wheel.BeginSpin(m_Cotton.OnSpun, from, m_Cotton.Hue); + int amountToProcess = m_Cotton.Amount; + int cottonHue = m_Cotton.Hue; + m_Cotton.Delete(); + wheel.BeginSpin((w, mobile, h) => + { + mobile.AddToBackpack(new SpoolOfThread(6 * amountToProcess) + { + Hue = h + }); + mobile.SendLocalizedMessage(1010577); // You put the spools of thread in your backpack. + }, from, cottonHue); } } } diff --git a/Projects/UOContent/Items/Resources/Tailor/Flax.cs b/Projects/UOContent/Items/Resources/Tailor/Flax.cs index 464778b14..d80337280 100644 --- a/Projects/UOContent/Items/Resources/Tailor/Flax.cs +++ b/Projects/UOContent/Items/Resources/Tailor/Flax.cs @@ -85,8 +85,17 @@ public partial class Flax : Item } else { - m_Flax.Consume(); - wheel.BeginSpin(m_Flax.OnSpun, from, m_Flax.Hue); + int amountToProcess = m_Flax.Amount; + int flaxHue = m_Flax.Hue; + m_Flax.Delete(); + wheel.BeginSpin((w, mobile, h) => + { + mobile.AddToBackpack(new SpoolOfThread(6 * amountToProcess) + { + Hue = h + }); + mobile.SendLocalizedMessage(1010577); // You put the spools of thread in your backpack. + }, from, flaxHue); } } } diff --git a/Projects/UOContent/Items/Resources/Tailor/Wool.cs b/Projects/UOContent/Items/Resources/Tailor/Wool.cs index 2ef0ddbf7..eb2f67163 100644 --- a/Projects/UOContent/Items/Resources/Tailor/Wool.cs +++ b/Projects/UOContent/Items/Resources/Tailor/Wool.cs @@ -14,6 +14,7 @@ public partial class Wool : Item, IDyable } public override double DefaultWeight => 4.0; + public virtual int YarnMultiplier => 3; public bool Dye(Mobile from, DyeTub sender) { @@ -81,8 +82,21 @@ public partial class Wool : Item, IDyable } else { - m_Wool.Consume(); - wheel.BeginSpin(m_Wool.OnSpun, from, m_Wool.Hue); + int amountToProcess = m_Wool.Amount; + int woolHue = m_Wool.Hue; + int multiplier = m_Wool.YarnMultiplier; + m_Wool.Delete(); + wheel.BeginSpin((w, mobile, h) => + { + int totalYarnEarned = multiplier * amountToProcess; + + mobile.AddToBackpack(new DarkYarn(totalYarnEarned) + { + Hue = h + }); + + mobile.SendLocalizedMessage(totalYarnEarned > 1 ? 1010576 : 1010574); + }, from, woolHue); } } else @@ -104,7 +118,7 @@ public partial class TaintedWool : Wool } public override double DefaultWeight => 4.0; - + public override int YarnMultiplier => 1; public override void OnSpun(ISpinningWheel wheel, Mobile from, int hue) { from.AddToBackpack(new DarkYarn diff --git a/Projects/UOContent/Items/Resources/Tailor/YarnsAndThreads.cs b/Projects/UOContent/Items/Resources/Tailor/YarnsAndThreads.cs index ea5265b6d..c4e86217d 100644 --- a/Projects/UOContent/Items/Resources/Tailor/YarnsAndThreads.cs +++ b/Projects/UOContent/Items/Resources/Tailor/YarnsAndThreads.cs @@ -65,26 +65,48 @@ public abstract partial class BaseClothMaterial : Item, IDyable { from.SendLocalizedMessage(1042001); // That must be in your pack for you to use it. } - else if (loom.Phase < 4) - { - m_Material.Consume(); - - if (targeted is Item item) - { - item.SendLocalizedMessageTo(from, 1010001 + loom.Phase++); - } - } else { - var create = new BoltOfCloth - { - Hue = m_Material.Hue - }; + // 1. Capture stack values and current loom state before deletion + int totalThreads = m_Material.Amount; + int currentPhase = loom.Phase; + int materialHue = m_Material.Hue; - m_Material.Consume(); - loom.Phase = 0; - from.SendLocalizedMessage(500368); // You create some cloth and put it in your backpack. - from.AddToBackpack(create); + // 2. Combine the loom's current contents with the incoming stack + int totalEffectiveThreads = currentPhase + totalThreads; + + // 3. Calculate bolts earned (5 threads per bolt) and the leftover phase remainder + int boltsToMake = totalEffectiveThreads / 5; + int newPhase = totalEffectiveThreads % 5; + + // 4. Safely delete the resource stack up front to prevent any anti-duping movement exploits + m_Material.Delete(); + + // 5. Commit the new leftover phase back to the loom structure + loom.Phase = newPhase; + + // 6. Award the bulk bolts of cloth if thresholds were met + if (boltsToMake > 0) + { + var create = new BoltOfCloth + { + Hue = materialHue, + Amount = boltsToMake + }; + + from.SendLocalizedMessage(500368); // You create some cloth and put it in your backpack. + from.AddToBackpack(create); + } + + // 7. If no bolts were finished but progress was added, send the proper progression message + if (boltsToMake == 0 && newPhase > 0) + { + if (targeted is Item item) + { + // Matches the original localization offsets (Phase 1 = 1010001, Phase 4 = 1010004) + item.SendLocalizedMessageTo(from, 1010000 + newPhase); + } + } } } else From 06ca72b1e3bd5c7e5a7dc4d6024ede41999ef352 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Fri, 28 Aug 2026 21:29:04 -0400 Subject: [PATCH 12/14] #W# Change: Mobs are hidden until player has line of site. --- Projects/UOContent/Mobiles/BaseCreature.cs | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/Projects/UOContent/Mobiles/BaseCreature.cs b/Projects/UOContent/Mobiles/BaseCreature.cs index f64a289f4..c7ed1b5da 100644 --- a/Projects/UOContent/Mobiles/BaseCreature.cs +++ b/Projects/UOContent/Mobiles/BaseCreature.cs @@ -252,6 +252,8 @@ namespace Server.Mobiles private bool _summoned; + private bool _isLosHidden; + private bool m_bTamable; private int m_ColdResistance; @@ -3656,6 +3658,45 @@ namespace Server.Mobiles { var tc = Core.TickCount; + if (!Controlled && !Summoned && Region is Server.Regions.DungeonRegion) + { + if (Combatant == null) + { + bool someoneSeesMe = false; + + foreach (Mobile m in Map.GetMobilesInRange(Location, 18)) + { + if (m is PlayerMobile { Alive: true, AccessLevel: AccessLevel.Player } player) + { + if (player.InLOS(this)) + { + someoneSeesMe = true; + break; + } + } + } + + if (!someoneSeesMe && !Hidden) + { + _isLosHidden = true; + Hidden = true; + CantWalk = true; + } + else if (someoneSeesMe && Hidden && _isLosHidden) + { + _isLosHidden = false; + Hidden = false; + CantWalk = false; + } + } + else if (Hidden && _isLosHidden) + { + _isLosHidden = false; + Hidden = false; + CantWalk = false; + } + } + if (EnableRummaging && CanRummageCorpses && !Summoned && !Controlled && tc - m_NextRummageTime >= 0) { double min, max; From 93a2f4d53f29f5cd53916dc4dc4c4f89bc90ffc2 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Sat, 29 Aug 2026 13:27:53 -0400 Subject: [PATCH 13/14] #W# Config: Added 'server.eventLoopIdleWaitMs' to modernuo.json --- Distribution/Configuration/modernuo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Distribution/Configuration/modernuo.json b/Distribution/Configuration/modernuo.json index e2c3b1a3f..ec50501a3 100644 --- a/Distribution/Configuration/modernuo.json +++ b/Distribution/Configuration/modernuo.json @@ -76,7 +76,8 @@ "questSystem.enableMLQuests": "False", "serverListing.address": null, "serverListing.autoDetect": "True", - "serverListing.serverName": "ModernUO", + "serverListing.serverName": "Sovereign Realm", + "server.eventLoopIdleWaitMs": "0", "stamina.additionalLossWhenBelow": "0.1", "stamina.baseOverweightLoss": "5", "stamina.cannotRunWhenFatigued": "False", From 6fd717faea3ea0da6df878564833e5b8805736fc Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Sat, 29 Aug 2026 13:29:55 -0400 Subject: [PATCH 14/14] #W# Revert: Changed server name back to default. --- Distribution/Configuration/modernuo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Distribution/Configuration/modernuo.json b/Distribution/Configuration/modernuo.json index ec50501a3..a376355f2 100644 --- a/Distribution/Configuration/modernuo.json +++ b/Distribution/Configuration/modernuo.json @@ -76,7 +76,7 @@ "questSystem.enableMLQuests": "False", "serverListing.address": null, "serverListing.autoDetect": "True", - "serverListing.serverName": "Sovereign Realm", + "serverListing.serverName": "ModernUO", "server.eventLoopIdleWaitMs": "0", "stamina.additionalLossWhenBelow": "0.1", "stamina.baseOverweightLoss": "5",