From 7cf3e68b37e7bfe4fe42550a1309498ab0b59397 Mon Sep 17 00:00:00 2001 From: WarrentyExpired Date: Mon, 31 Aug 2026 18:00:19 -0400 Subject: [PATCH] #W# Change: Felucca is now Veridia --- Distribution/Configuration/expansion.json | 6 +- Distribution/Data/expansions.json | 50 +- Distribution/Data/go.json | 2 +- Distribution/Data/map-definitions.json | 4 +- Distribution/Data/regions.json | 280 +-- Distribution/Data/teleporters.json | 1728 ++++++++--------- Projects/Server/ExpansionInfo.cs | 4 +- Projects/Server/Maps/Map.cs | 4 +- Projects/Server/Maps/MapSelection.cs | 2 +- .../Network/Packets/OutgoingAccountPackets.cs | 4 +- Projects/Server/TileMatrix/TileMatrix.cs | 2 +- .../Commands/Object Creation/Decorate.cs | 2 +- Projects/UOContent/Commands/SignParser.cs | 4 +- .../Advanced Search/AdvancedSearchFilter.cs | 8 +- .../Advanced Search/AdvancedSearchGump.cs | 6 +- .../AdvancedSearchThreadWorker.cs | 2 +- .../Engines/CannedEvil/ChampionSpawn.cs | 8 +- .../UOContent/Engines/CannedEvil/GenChamps.cs | 36 +- .../Engines/CannedEvil/StarRoomGate.cs | 2 +- .../Character Creation/CharacterCreation.cs | 28 +- Projects/UOContent/Engines/ConPVP/Arena.cs | 2 +- .../UOContent/Engines/Craft/Core/CraftItem.cs | 2 +- .../Engines/Factions/Core/Faction.cs | 2 +- .../Instances/Factions/Shadowlords.cs | 2 +- .../Engines/Harvest/Core/HarvestDefinition.cs | 2 +- .../Engines/Harvest/Core/HarvestSystem.cs | 14 +- Projects/UOContent/Engines/Harvest/Fishing.cs | 10 +- .../Engines/Harvest/Lumberjacking.cs | 2 +- Projects/UOContent/Engines/Harvest/Mining.cs | 4 +- Projects/UOContent/Engines/Help/StuckMenu.cs | 8 +- .../UOContent/Engines/Khaldun/KhaldunGen.cs | 16 +- .../Engines/Khaldun/KhaldunPitTeleporter.cs | 2 +- .../Engines/Pathing/BitmapAStarAlgorithm.cs | 2 +- .../UOContent/Engines/Pathing/Movement.cs | 2 +- .../Engines/Plants/MiscItems/GreenThorns.cs | 4 +- .../Quests/Core/Items/EnchantedSextant.cs | 8 +- .../Study of the Solen Hive/Objectives.cs | 4 +- .../Witch Apprentice/Items/MagicFlute.cs | 2 +- .../Quests/Witch Apprentice/Objectives.cs | 2 +- .../Commands/ImportSpawnersCommand.cs | 2 +- Projects/UOContent/Engines/Virtues/Honor.cs | 2 +- Projects/UOContent/Engines/Virtues/Justice.cs | 10 +- Projects/UOContent/Gumps/AdminGump.cs | 6 +- Projects/UOContent/Gumps/Go/GoLocations.cs | 2 +- Projects/UOContent/Gumps/RunebookGump.cs | 2 +- .../UOContent/Items/Addons/SHTeleporter.cs | 24 +- .../UOContent/Items/Addons/SolenAntHole.cs | 4 +- .../Items/Containers/ParagonChest.cs | 2 +- Projects/UOContent/Items/Food/Beverage.cs | 2 +- Projects/UOContent/Items/Maps/MapItem.cs | 2 +- Projects/UOContent/Items/Maps/TreasureMap.cs | 6 +- Projects/UOContent/Items/Misc/Moonstone.cs | 8 +- .../UOContent/Items/Misc/PublicMoongate.cs | 28 +- .../Items/Skill Items/Fishing/Misc/SOS.cs | 2 +- .../Items/Skill Items/Fishing/Misc/Sextant.cs | 2 +- .../Fishing/Misc/SpecialFishingNet.cs | 2 +- .../Skill Items/Magical/Misc/Moongate.cs | 14 +- .../Skill Items/Magical/Misc/RecallRune.cs | 10 +- .../Items/Skill Items/Tinkering/Spyglass.cs | 4 +- .../Special/Solen Items/BraceletOfBinding.cs | 6 +- Projects/UOContent/Misc/DoorGenerator.cs | 6 +- Projects/UOContent/Misc/Titles.cs | 2 +- .../UOContent/Misc/TreasureMapProtection.cs | 2 +- Projects/UOContent/Misc/Weather.cs | 2 +- Projects/UOContent/Misc/WelcomeTimer.cs | 2 +- .../UOContent/Mobiles/Animals/Misc/Sheep.cs | 2 +- Projects/UOContent/Mobiles/BaseCreature.cs | 14 +- .../Monsters/Misc/Melee/BladeSpirits.cs | 2 +- .../Monsters/Misc/Melee/EnergyVortex.cs | 2 +- .../UOContent/Mobiles/Special/BaseChampion.cs | 4 +- .../UOContent/Mobiles/Special/Harrower.cs | 4 +- .../Mobiles/Townfolk/BaseEscortable.cs | 6 +- Projects/UOContent/Multis/Boats/BaseBoat.cs | 4 +- .../UOContent/Multis/Boats/Strandedness.cs | 8 +- .../UOContent/Multis/Houses/HousePlacement.cs | 2 +- Projects/UOContent/Regions/DungeonRegion.cs | 2 +- Projects/UOContent/Skills/DetectHidden.cs | 4 +- .../Engines/PreventInaccess.cs | 4 +- .../Special Systems/Engines/TestCenter.cs | 6 +- Projects/UOContent/Spells/Base/SpellHelper.cs | 24 +- .../Spells/Chivalry/SacredJourney.cs | 6 +- Projects/UOContent/Spells/Fourth/ArchCure.cs | 10 +- Projects/UOContent/Spells/Fourth/Recall.cs | 6 +- .../UOContent/Spells/Necromancy/Exorcism.cs | 4 +- .../UOContent/Spells/Seventh/GateTravel.cs | 10 +- .../Spells/Spellweaving/ArcaneCircle.cs | 2 +- .../Systems/JailSystem/JailSystem.cs | 6 +- 87 files changed, 1279 insertions(+), 1279 deletions(-) diff --git a/Distribution/Configuration/expansion.json b/Distribution/Configuration/expansion.json index 4ddbdb733..7f449bc23 100644 --- a/Distribution/Configuration/expansion.json +++ b/Distribution/Configuration/expansion.json @@ -50,7 +50,7 @@ "SeventhCharacterSlot": false, "Unk4": false, "NewMovementSystem": false, - "NewFeluccaAreas": false + "NewVeridiaAreas": false }, "HousingFlags": { "AOS": true, @@ -69,11 +69,11 @@ }, "MobileStatusVersion": 6, "MapSelectionFlags": { - "Felucca": true, + "Veridia": true, "Trammel": true, "Ilshenar": true, "Malas": true, "Tokuno": false, "TerMur": false } -} \ No newline at end of file +} diff --git a/Distribution/Data/expansions.json b/Distribution/Data/expansions.json index 9abbf4c3d..5d93fbe04 100644 --- a/Distribution/Data/expansions.json +++ b/Distribution/Data/expansions.json @@ -31,7 +31,7 @@ "EJ": false }, "MapSelectionFlags": { - "Felucca": true, + "Veridia": true, "Trammel": false, "Ilshenar": false, "Malas": false, @@ -54,7 +54,7 @@ "SeventhCharacterSlot": false, "Unk4": false, "NewMovementSystem": false, - "NewFeluccaAreas": false + "NewVeridiaAreas": false }, "HousingFlags": { "AOS": false, @@ -76,7 +76,7 @@ "Id": 1, "Name": "The Second Age", "RequiredClient": null, - "ClientFlags": "Felucca", + "ClientFlags": "Veridia", "SupportedFeatures": { "T2A": true, "UOR": false, @@ -104,7 +104,7 @@ "EJ": false }, "MapSelectionFlags": { - "Felucca": true, + "Veridia": true, "Trammel": true, "Ilshenar": false, "Malas": false, @@ -127,7 +127,7 @@ "SeventhCharacterSlot": false, "Unk4": false, "NewMovementSystem": false, - "NewFeluccaAreas": false + "NewVeridiaAreas": false }, "HousingFlags": { "AOS": false, @@ -177,7 +177,7 @@ "EJ": false }, "MapSelectionFlags": { - "Felucca": true, + "Veridia": true, "Trammel": true, "Ilshenar": false, "Malas": false, @@ -200,7 +200,7 @@ "SeventhCharacterSlot": false, "Unk4": false, "NewMovementSystem": false, - "NewFeluccaAreas": false + "NewVeridiaAreas": false }, "HousingFlags": { "AOS": false, @@ -250,7 +250,7 @@ "EJ": false }, "MapSelectionFlags": { - "Felucca": true, + "Veridia": true, "Trammel": true, "Ilshenar": true, "Malas": false, @@ -273,7 +273,7 @@ "SeventhCharacterSlot": false, "Unk4": false, "NewMovementSystem": false, - "NewFeluccaAreas": false + "NewVeridiaAreas": false }, "HousingFlags": { "AOS": false, @@ -323,7 +323,7 @@ "EJ": false }, "MapSelectionFlags": { - "Felucca": true, + "Veridia": true, "Trammel": true, "Ilshenar": true, "Malas": false, @@ -346,7 +346,7 @@ "SeventhCharacterSlot": false, "Unk4": false, "NewMovementSystem": false, - "NewFeluccaAreas": false + "NewVeridiaAreas": false }, "HousingFlags": { "AOS": false, @@ -396,7 +396,7 @@ "EJ": false }, "MapSelectionFlags": { - "Felucca": true, + "Veridia": true, "Trammel": true, "Ilshenar": true, "Malas": true, @@ -419,7 +419,7 @@ "SeventhCharacterSlot": false, "Unk4": false, "NewMovementSystem": false, - "NewFeluccaAreas": false + "NewVeridiaAreas": false }, "HousingFlags": { "AOS": true, @@ -469,7 +469,7 @@ "EJ": false }, "MapSelectionFlags": { - "Felucca": true, + "Veridia": true, "Trammel": true, "Ilshenar": true, "Malas": true, @@ -492,7 +492,7 @@ "SeventhCharacterSlot": false, "Unk4": false, "NewMovementSystem": false, - "NewFeluccaAreas": false + "NewVeridiaAreas": false }, "HousingFlags": { "AOS": true, @@ -542,7 +542,7 @@ "EJ": false }, "MapSelectionFlags": { - "Felucca": true, + "Veridia": true, "Trammel": true, "Ilshenar": true, "Malas": true, @@ -565,7 +565,7 @@ "SeventhCharacterSlot": false, "Unk4": false, "NewMovementSystem": false, - "NewFeluccaAreas": false + "NewVeridiaAreas": false }, "HousingFlags": { "AOS": true, @@ -615,7 +615,7 @@ "EJ": false }, "MapSelectionFlags": { - "Felucca": true, + "Veridia": true, "Trammel": true, "Ilshenar": true, "Malas": true, @@ -638,7 +638,7 @@ "SeventhCharacterSlot": false, "Unk4": false, "NewMovementSystem": false, - "NewFeluccaAreas": false + "NewVeridiaAreas": false }, "HousingFlags": { "AOS": true, @@ -688,7 +688,7 @@ "EJ": false }, "MapSelectionFlags": { - "Felucca": true, + "Veridia": true, "Trammel": true, "Ilshenar": true, "Malas": true, @@ -711,7 +711,7 @@ "SeventhCharacterSlot": false, "Unk4": false, "NewMovementSystem": false, - "NewFeluccaAreas": false + "NewVeridiaAreas": false }, "HousingFlags": { "AOS": true, @@ -761,7 +761,7 @@ "EJ": false }, "MapSelectionFlags": { - "Felucca": true, + "Veridia": true, "Trammel": true, "Ilshenar": true, "Malas": true, @@ -784,7 +784,7 @@ "SeventhCharacterSlot": false, "Unk4": false, "NewMovementSystem": false, - "NewFeluccaAreas": false + "NewVeridiaAreas": false }, "HousingFlags": { "AOS": true, @@ -834,7 +834,7 @@ "EJ": true }, "MapSelectionFlags": { - "Felucca": true, + "Veridia": true, "Trammel": true, "Ilshenar": true, "Malas": true, @@ -857,7 +857,7 @@ "SeventhCharacterSlot": false, "Unk4": false, "NewMovementSystem": false, - "NewFeluccaAreas": false + "NewVeridiaAreas": false }, "HousingFlags": { "AOS": true, diff --git a/Distribution/Data/go.json b/Distribution/Data/go.json index 3a21710aa..b6bbbc344 100644 --- a/Distribution/Data/go.json +++ b/Distribution/Data/go.json @@ -3,7 +3,7 @@ "categories": [ { "name": "Fel", "categories": [ { "name": "Towns", "locations": [ - { "name": "Brit Fel", "location": [1592, 1680, 10], "map": "Felucca" } ] } ] }, + { "name": "Brit Fel", "location": [1592, 1680, 10], "map": "Veridia" } ] } ] }, { "name": "Tram", "categories": [ { "name": "Towns", "locations": [ { "name": "Brit Tram", "location": [1592, 1680, 10], "map": "Trammel" } ] } ] } diff --git a/Distribution/Data/map-definitions.json b/Distribution/Data/map-definitions.json index 80c650078..b9fc6cf81 100644 --- a/Distribution/Data/map-definitions.json +++ b/Distribution/Data/map-definitions.json @@ -3,11 +3,11 @@ "index": 0, "id": 0, "fileIndex": 0, - "name": "Felucca", + "name": "Veridia", "width": 7168, "height": 4096, "season": 1, - "rules": "FeluccaRules" + "rules": "VeridiaRules" }, { "index": 1, diff --git a/Distribution/Data/regions.json b/Distribution/Data/regions.json index 005253c63..6f6b81a39 100644 --- a/Distribution/Data/regions.json +++ b/Distribution/Data/regions.json @@ -1,7 +1,7 @@ [ { "$type": "GuardedRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Moongates", "Priority": 50, "Area": [ @@ -17,7 +17,7 @@ }, { "$type": "GuardedRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "T2A Arena", "Priority": 50, "Area": [ @@ -31,7 +31,7 @@ { "$type": "TownRegion", "Entrance": {"x": 535, "y": 995, "z": 0}, - "Map": "Felucca", + "Map": "Veridia", "Name": "The Heartwood", "Priority": 50, "Area": [{"x1": 6911, "y1": 255, "x2": 7168, "y2": 512}], @@ -41,7 +41,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 762, "y": 1645, "z": 0}, - "Map": "Felucca", + "Map": "Veridia", "Name": "Sanctuary", "Priority": 50, "Area": [{"x1": 6144, "y1": 0, "x2": 6399, "y2": 255}], @@ -51,7 +51,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 1716, "y": 892, "z": 0}, - "Map": "Felucca", + "Map": "Veridia", "Name": "The Painted Caves", "Priority": 50, "Area": [{"x1": 6240, "y1": 850, "x2": 6315, "y2": 920}], @@ -61,7 +61,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 3784, "y": 1097, "z": 14}, - "Map": "Felucca", + "Map": "Veridia", "Name": "The Prism of Light", "Priority": 50, "Area": [{"x1": 6400, "y1": 0, "x2": 6621, "y2": 255}], @@ -71,7 +71,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 587, "y": 1641, "z": -1}, - "Map": "Felucca", + "Map": "Veridia", "Name": "Blighted Grove", "Priority": 50, "Area": [{"x1": 6440, "y1": 820, "x2": 6600, "y2": 970}], @@ -81,7 +81,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 5574, "y": 3024, "z": 31}, - "Map": "Felucca", + "Map": "Veridia", "Name": "The Palace of Paroxysmus", "Priority": 50, "Area": [{"x1": 6191, "y1": 311, "x2": 6561, "y2": 671}], @@ -90,21 +90,21 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Bravehorn's drinking pool", "Priority": 50, "Area": [{"x1": 1302, "y1": 2331, "x2": 1340, "y2": 2353}] }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Huntsman's Forest", "Priority": 50, "Area": [{"x1": 1595, "y1": 550, "x2": 1715, "y2": 670}] }, { "$type": "TownRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Cove", "Priority": 50, "Area": [ @@ -116,7 +116,7 @@ }, { "$type": "TownRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Britain", "Priority": 50, "Area": [ @@ -133,8 +133,8 @@ { "$type": "TownRegion", "NoLogoutDelay": true, - "Map": "Felucca", - "Parent": { "Name": "Britain", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Britain", "Map": "Veridia" }, "Priority": 50, "Area": [ {"x1": 1492, "y1": 1602, "z1": 0, "x2": 1500, "y2": 1621, "z2": 128}, @@ -154,8 +154,8 @@ }, { "$type": "TownRegion", - "Map": "Felucca", - "Parent": { "Name": "Britain", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Britain", "Map": "Veridia" }, "Name": "A Wheatfield in Britain 1", "Priority": 50, "Area": [{"x1": 1120, "y1": 1776, "x2": 1152, "y2": 1808}], @@ -163,8 +163,8 @@ }, { "$type": "TownRegion", - "Map": "Felucca", - "Parent": { "Name": "Britain", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Britain", "Map": "Veridia" }, "Name": "A Wheatfield in Britain 2", "Priority": 50, "Area": [{"x1": 1184, "y1": 1808, "x2": 1216, "y2": 1840}], @@ -172,8 +172,8 @@ }, { "$type": "TownRegion", - "Map": "Felucca", - "Parent": { "Name": "Britain", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Britain", "Map": "Veridia" }, "Name": "A Wheatfield in Britain 3", "Priority": 50, "Area": [{"x1": 1216, "y1": 1872, "x2": 1248, "y2": 1904}], @@ -181,8 +181,8 @@ }, { "$type": "TownRegion", - "Map": "Felucca", - "Parent": { "Name": "Britain", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Britain", "Map": "Veridia" }, "Name": "A Carrot Field in Britain 1", "Priority": 50, "Area": [{"x1": 1208, "y1": 1712, "x2": 1224, "y2": 1736}], @@ -190,8 +190,8 @@ }, { "$type": "TownRegion", - "Map": "Felucca", - "Parent": { "Name": "Britain", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Britain", "Map": "Veridia" }, "Name": "An Onion Field in Britain 1", "Priority": 50, "Area": [{"x1": 1224, "y1": 1712, "x2": 1240, "y2": 1736}], @@ -199,8 +199,8 @@ }, { "$type": "TownRegion", - "Map": "Felucca", - "Parent": { "Name": "Britain", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Britain", "Map": "Veridia" }, "Name": "A Cabbage Field in Britain 1", "Priority": 50, "Area": [{"x1": 1176, "y1": 1672, "x2": 1192, "y2": 1695}], @@ -208,8 +208,8 @@ }, { "$type": "TownRegion", - "Map": "Felucca", - "Parent": { "Name": "Britain", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Britain", "Map": "Veridia" }, "Name": "A Turnip Field in Britain 1", "Priority": 50, "Area": [{"x1": 1192, "y1": 1672, "x2": 1208, "y2": 1696}], @@ -217,8 +217,8 @@ }, { "$type": "TownRegion", - "Map": "Felucca", - "Parent": { "Name": "Britain", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Britain", "Map": "Veridia" }, "Name": "A Wheatfield in Britain 4", "Priority": 50, "Area": [{"x1": 1104, "y1": 1608, "x2": 1136, "y2": 1640}], @@ -226,8 +226,8 @@ }, { "$type": "TownRegion", - "Map": "Felucca", - "Parent": { "Name": "Britain", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Britain", "Map": "Veridia" }, "Name": "A Wheatfield in Britain 5", "Priority": 50, "Area": [{"x1": 1136, "y1": 1560, "x2": 1168, "y2": 1592}], @@ -235,8 +235,8 @@ }, { "$type": "TownRegion", - "Map": "Felucca", - "Parent": { "Name": "Britain", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Britain", "Map": "Veridia" }, "Name": "A Turnip Field in Britain 2", "Priority": 50, "Area": [{"x1": 1208, "y1": 1592, "x2": 1224, "y2": 1616}], @@ -244,8 +244,8 @@ }, { "$type": "TownRegion", - "Map": "Felucca", - "Parent": { "Name": "Britain", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Britain", "Map": "Veridia" }, "Name": "A Carrot Field in Britain 2", "Priority": 50, "Area": [{"x1": 1224, "y1": 1592, "x2": 1240, "y2": 1616}], @@ -253,7 +253,7 @@ }, { "$type": "NoHousingRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Britain Graveyard", "Priority": 50, "Area": [{"x1": 1333, "y1": 1441, "x2": 1417, "y2": 1523}], @@ -261,7 +261,7 @@ }, { "$type": "NoHousingRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Jhelom Islands", "Priority": 50, "Area": [ @@ -274,8 +274,8 @@ }, { "$type": "TownRegion", - "Map": "Felucca", - "Parent": { "Name": "Jhelom Islands", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Jhelom Islands", "Map": "Veridia" }, "Name": "Jhelom", "Priority": 50, "Area": [ @@ -288,8 +288,8 @@ { "$type": "NoHousingRegion", "NoLogoutDelay": true, - "Map": "Felucca", - "Parent": { "Name": "Jhelom", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Jhelom", "Map": "Veridia" }, "Priority": 50, "Area": [ {"x1": 1352, "y1": 3800, "z1": -20, "x2": 1368, "y2": 3832, "z2": 128}, @@ -300,7 +300,7 @@ }, { "$type": "TownRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Minoc", "Priority": 50, "Area": [ @@ -316,8 +316,8 @@ { "$type": "TownRegion", "NoLogoutDelay": true, - "Map": "Felucca", - "Parent": { "Name": "Minoc", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Minoc", "Map": "Veridia" }, "Priority": 50, "Area": [ {"x1": 2457, "y1": 397, "x2": 2497, "y2": 405}, @@ -327,7 +327,7 @@ }, { "$type": "TownRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Ocllo", "Priority": 50, "Area": [ @@ -346,8 +346,8 @@ { "$type": "TownRegion", "NoLogoutDelay": true, - "Map": "Felucca", - "Parent": { "Name": "Ocllo", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Ocllo", "Map": "Veridia" }, "Priority": 50, "Area": [ {"x1": 3664, "y1": 2608, "x2": 3680, "y2": 2624}, @@ -357,7 +357,7 @@ }, { "$type": "TownRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Trinsic", "Priority": 50, "Area": [ @@ -374,8 +374,8 @@ { "$type": "TownRegion", "NoLogoutDelay": true, - "Map": "Felucca", - "Parent": { "Name": "Trinsic", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Trinsic", "Map": "Veridia" }, "Priority": 50, "Area": [ {"x1": 1834, "y1": 2728, "x2": 1856, "y2": 2744}, @@ -388,7 +388,7 @@ }, { "$type": "TownRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Vesper", "Priority": 50, "Area": [ @@ -403,8 +403,8 @@ { "$type": "TownRegion", "NoLogoutDelay": true, - "Map": "Felucca", - "Parent": { "Name": "Vesper", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Vesper", "Map": "Veridia" }, "Priority": 50, "Area": [ {"x1": 2952, "y1": 864, "x2": 2968, "y2": 896}, @@ -417,7 +417,7 @@ }, { "$type": "TownRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Yew", "Priority": 50, "Area": [ @@ -434,16 +434,16 @@ { "$type": "TownRegion", "NoLogoutDelay": true, - "Map": "Felucca", - "Parent": { "Name": "Yew", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Yew", "Map": "Veridia" }, "Priority": 50, "Area": [{"x1": 600, "y1": 808, "z1": 0, "x2": 624, "y2": 832, "z2": 39}] }, { "$type": "TownRegion", "RuneName": "A Field of Sheep in Yew", - "Map": "Felucca", - "Parent": { "Name": "Yew", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Yew", "Map": "Veridia" }, "Name": "A Field of Sheep in Yew 1", "Priority": 50, "Area": [{"x1": 664, "y1": 928, "x2": 686, "y2": 950}], @@ -452,8 +452,8 @@ { "$type": "TownRegion", "RuneName": "A Field of Sheep in Yew", - "Map": "Felucca", - "Parent": { "Name": "Yew", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Yew", "Map": "Veridia" }, "Name": "A Field of Sheep in Yew 2", "Priority": 50, "Area": [{"x1": 664, "y1": 1168, "x2": 686, "y2": 1190}], @@ -462,8 +462,8 @@ { "$type": "TownRegion", "RuneName": "A Farm in Yew", - "Map": "Felucca", - "Parent": { "Name": "Yew", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Yew", "Map": "Veridia" }, "Name": "A Farm in Yew", "Priority": 50, "Area": [{"x1": 560, "y1": 1088, "x2": 582, "y2": 1110}], @@ -472,8 +472,8 @@ { "$type": "TownRegion", "RuneName": "A Wheatfield in Yew", - "Map": "Felucca", - "Parent": { "Name": "Yew", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Yew", "Map": "Veridia" }, "Name": "A Wheatfield in Yew 1", "Priority": 50, "Area": [{"x1": 560, "y1": 1232, "x2": 576, "y2": 1248}], @@ -482,8 +482,8 @@ { "$type": "TownRegion", "RuneName": "A Wheatfield in Yew", - "Map": "Felucca", - "Parent": { "Name": "Yew", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Yew", "Map": "Veridia" }, "Name": "A Wheatfield in Yew 2", "Priority": 50, "Area": [{"x1": 368, "y1": 1176, "x2": 382, "y2": 1208}], @@ -491,7 +491,7 @@ }, { "$type": "TownRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Wind", "Priority": 50, "Area": [ @@ -513,8 +513,8 @@ { "$type": "TownRegion", "NoLogoutDelay": true, - "Map": "Felucca", - "Parent": { "Name": "Wind", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Wind", "Map": "Veridia" }, "Priority": 50, "Area": [ {"x1": 5159, "y1": 15, "x2": 5184, "y2": 24}, @@ -528,7 +528,7 @@ }, { "$type": "TownRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Serpent's Hold", "Priority": 50, "Area": [ @@ -540,8 +540,8 @@ { "$type": "TownRegion", "NoLogoutDelay": true, - "Map": "Felucca", - "Parent": { "Name": "Serpent's Hold", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Serpent's Hold", "Map": "Veridia" }, "Priority": 50, "Area": [ {"x1": 2960, "y1": 3400, "z1": 0, "x2": 2976, "y2": 3416, "z2": 128}, @@ -551,7 +551,7 @@ }, { "$type": "TownRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Skara Brae", "Priority": 50, "Area": [{"x1": 538, "y1": 2107, "x2": 688, "y2": 2297}], @@ -561,8 +561,8 @@ { "$type": "TownRegion", "NoLogoutDelay": true, - "Map": "Felucca", - "Parent": { "Name": "Skara Brae", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Skara Brae", "Map": "Veridia" }, "Priority": 50, "Area": [ {"x1": 600, "y1": 2232, "x2": 616, "y2": 2256}, @@ -574,7 +574,7 @@ }, { "$type": "TownRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Nujel'm", "Priority": 50, "Area": [ @@ -586,8 +586,8 @@ { "$type": "TownRegion", "NoLogoutDelay": true, - "Map": "Felucca", - "Parent": { "Name": "Nujel'm", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Nujel'm", "Map": "Veridia" }, "Priority": 50, "Area": [ {"x1": 3736, "y1": 1184, "z1": 0, "x2": 3752, "y2": 1207, "z2": 128}, @@ -607,7 +607,7 @@ }, { "$type": "TownRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Moonglow", "Priority": 50, "Area": [ @@ -642,8 +642,8 @@ { "$type": "TownRegion", "NoLogoutDelay": true, - "Map": "Felucca", - "Parent": { "Name": "Moonglow", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Moonglow", "Map": "Veridia" }, "Priority": 50, "Area": [ {"x1": 4384, "y1": 1152, "z1": 0, "x2": 4392, "y2": 1176, "z2": 128}, @@ -656,7 +656,7 @@ }, { "$type": "TownRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Magincia", "Priority": 50, "Area": [ @@ -672,8 +672,8 @@ { "$type": "TownRegion", "NoLogoutDelay": true, - "Map": "Felucca", - "Parent": { "Name": "Magincia", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Magincia", "Map": "Veridia" }, "Priority": 50, "Area": [ {"x1": 3680, "y1": 2152, "x2": 3704, "y2": 2160}, @@ -682,7 +682,7 @@ }, { "$type": "TownRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Buccaneer's Den", "Priority": 50, "GuardsDisabled": true, @@ -696,8 +696,8 @@ { "$type": "TownRegion", "NoLogoutDelay": true, - "Map": "Felucca", - "Parent": { "Name": "Buccaneer's Den", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Buccaneer's Den", "Map": "Veridia" }, "Priority": 50, "Area": [ {"x1": 2712, "y1": 2080, "x2": 2728, "y2": 2096}, @@ -709,7 +709,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 2499, "y": 916, "z": 0}, - "Map": "Felucca", + "Map": "Veridia", "Name": "Covetous", "Priority": 50, "Area": [ @@ -722,7 +722,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 4111, "y": 429, "z": 0}, - "Map": "Felucca", + "Map": "Veridia", "Name": "Deceit", "Priority": 50, "Area": [{"x1": 5122, "y1": 518, "x2": 5370, "y2": 770}], @@ -732,7 +732,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 1296, "y": 1082, "z": 0}, - "Map": "Felucca", + "Map": "Veridia", "Name": "Despise", "Priority": 50, "Area": [{"x1": 5377, "y1": 516, "x2": 5631, "y2": 1022}], @@ -742,7 +742,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 1176, "y": 2635, "z": 0}, - "Map": "Felucca", + "Map": "Veridia", "Name": "Destard", "Priority": 50, "Area": [{"x1": 5120, "y1": 770, "x2": 5371, "y2": 1028}], @@ -752,7 +752,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 4722, "y": 3814, "z": 0}, - "Map": "Felucca", + "Map": "Veridia", "Name": "Hythloth", "Priority": 50, "Area": [{"x1": 5898, "y1": 2, "x2": 6136, "y2": 246}], @@ -762,7 +762,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 5882, "y": 3819, "z": 0}, - "Map": "Felucca", + "Map": "Veridia", "Name": "Khaldun", "Priority": 50, "Area": [{"x1": 5381, "y1": 1284, "x2": 5628, "y2": 1509}], @@ -771,7 +771,7 @@ }, { "$type": "JailRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Jail", "Priority": 50, "Area": [{"x1": 5271, "y1": 1159, "x2": 5312, "y2": 1192}], @@ -779,7 +779,7 @@ }, { "$type": "GreenAcresRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Green Acres", "Priority": 1, "Area": [{"x1": 5376, "y1": 512, "x2": 6143, "y2": 1279}], @@ -788,7 +788,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 512, "y": 1559, "z": 0}, - "Map": "Felucca", + "Map": "Veridia", "Name": "Shame", "Priority": 50, "Area": [ @@ -801,7 +801,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 2042, "y": 226, "z": 0}, - "Map": "Felucca", + "Map": "Veridia", "Name": "Wrong", "Priority": 50, "Area": [{"x1": 5633, "y1": 511, "x2": 5886, "y2": 1021}], @@ -810,7 +810,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Cave 1", "Priority": 50, "Area": [ @@ -823,7 +823,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Cave 2", "Priority": 50, "Area": [{"x1": 1887, "y1": 354, "x2": 1920, "y2": 377}], @@ -831,7 +831,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Cave 3", "Priority": 50, "Area": [{"x1": 1925, "y1": 307, "x2": 1943, "y2": 325}], @@ -839,7 +839,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Cave 4", "Priority": 50, "Area": [{"x1": 2323, "y1": 809, "x2": 2368, "y2": 851}], @@ -847,7 +847,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Britain Mine 1", "Priority": 50, "Area": [{"x1": 1436, "y1": 1215, "x2": 1465, "y2": 1252}], @@ -855,7 +855,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Britain Mine 2", "Priority": 50, "Area": [{"x1": 1611, "y1": 1175, "x2": 1662, "y2": 1204}], @@ -863,7 +863,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Minoc Cave 1", "Priority": 50, "Area": [{"x1": 2406, "y1": 168, "x2": 2428, "y2": 184}], @@ -871,7 +871,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Minoc Cave 2", "Priority": 50, "Area": [{"x1": 2418, "y1": 81, "x2": 2442, "y2": 113}], @@ -879,7 +879,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Minoc Cave 3", "Priority": 50, "Area": [{"x1": 2447, "y1": 39, "x2": 2489, "y2": 67}], @@ -887,7 +887,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Minoc Mine", "Priority": 50, "Area": [ @@ -898,7 +898,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Avatar Isle Cave", "Priority": 50, "Area": [{"x1": 4594, "y1": 3807, "x2": 4617, "y2": 3824}], @@ -906,7 +906,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Ice Isle Cave 1", "Priority": 50, "Area": [{"x1": 4018, "y1": 421, "x2": 4067, "y2": 470}], @@ -914,7 +914,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Ice Isle Cave 2", "Priority": 50, "Area": [ @@ -925,7 +925,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "North Territory Cave", "Priority": 50, "Area": [{"x1": 1973, "y1": 251, "x2": 1994, "y2": 274}], @@ -933,7 +933,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Yew Cave", "Priority": 50, "Area": [{"x1": 766, "y1": 1683, "x2": 778, "y2": 1697}], @@ -941,7 +941,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "North Territory Mine 1", "Priority": 50, "Area": [{"x1": 1713, "y1": 1055, "x2": 1753, "y2": 1080}], @@ -949,7 +949,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "North Territory Mine 2", "Priority": 50, "Area": [{"x1": 1604, "y1": 958, "x2": 1650, "y2": 1009}], @@ -957,7 +957,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Mt Kendall", "Priority": 50, "Area": [ @@ -969,7 +969,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Covetous Mine", "Priority": 50, "Area": [ @@ -982,7 +982,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 5426, "y": 3120, "z": 0}, - "Map": "Felucca", + "Map": "Veridia", "Name": "Terathan Keep", "Priority": 50, "Area": [ @@ -995,7 +995,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 2922, "y": 3402, "z": 0}, - "Map": "Felucca", + "Map": "Veridia", "Name": "Fire", "Priority": 50, "Area": [{"x1": 5635, "y1": 1285, "x2": 5880, "y2": 1520}], @@ -1005,7 +1005,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 1996, "y": 80, "z": 0}, - "Map": "Felucca", + "Map": "Veridia", "Name": "Ice", "Priority": 50, "Area": [ @@ -1018,7 +1018,7 @@ }, { "$type": "TownRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Delucia", "Priority": 50, "Area": [ @@ -1031,14 +1031,14 @@ { "$type": "TownRegion", "NoLogoutDelay": true, - "Map": "Felucca", - "Parent": { "Name": "Delucia", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Delucia", "Map": "Veridia" }, "Priority": 50, "Area": [{"x1": 5194, "y1": 4053, "x2": 5204, "y2": 4073}] }, { "$type": "TownRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Papua", "Priority": 50, "Area": [ @@ -1050,14 +1050,14 @@ { "$type": "TownRegion", "NoLogoutDelay": true, - "Map": "Felucca", - "Parent": { "Name": "Papua", "Map": "Felucca" }, + "Map": "Veridia", + "Parent": { "Name": "Papua", "Map": "Veridia" }, "Priority": 50, "Area": [{"x1": 5757, "y1": 3150, "x2": 5781, "y2": 3174}] }, { "$type": "NoHousingRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Wrong Entrance", "Priority": 50, "Area": [{"x1": 1939, "y1": 215, "x2": 2073, "y2": 352}], @@ -1066,7 +1066,7 @@ }, { "$type": "NoHousingRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Covetous Entrance", "Priority": 50, "Area": [{"x1": 2433, "y1": 846, "x2": 2561, "y2": 974}], @@ -1075,7 +1075,7 @@ }, { "$type": "NoHousingRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Despise Entrance", "Priority": 50, "Area": [{"x1": 1289, "y1": 1064, "x2": 1321, "y2": 1101}], @@ -1083,7 +1083,7 @@ }, { "$type": "NoHousingRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "Despise Passage", "Priority": 50, "Area": [ @@ -1096,7 +1096,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 1492, "y": 1641, "z": 0}, - "Map": "Felucca", + "Map": "Veridia", "Name": "Misc Dungeons", "Priority": 50, "Area": [{"x1": 5886, "y1": 1281, "x2": 6143, "y2": 1535}], @@ -1106,7 +1106,7 @@ { "$type": "DungeonRegion", "Entrance": {"x": 1014, "y": 1434, "z": 0}, - "Map": "Felucca", + "Map": "Veridia", "Name": "Orc Cave", "Priority": 50, "Area": [ @@ -1120,7 +1120,7 @@ { "$type": "BaseRegion", "RuneName": "A Cotton Field in Moonglow", - "Map": "Felucca", + "Map": "Veridia", "Name": "A Cotton Field in Moonglow", "Priority": 50, "Area": [{"x1": 4557, "y1": 1471, "x2": 4577, "y2": 1481}], @@ -1129,7 +1129,7 @@ { "$type": "BaseRegion", "RuneName": "A Wheatfield in Skara Brae", - "Map": "Felucca", + "Map": "Veridia", "Name": "A Wheatfield in Skara Brae 1", "Priority": 50, "Area": [{"x1": 796, "y1": 2152, "x2": 832, "y2": 2176}], @@ -1137,7 +1137,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "A Carrot Field in Skara Brae", "Priority": 50, "Area": [{"x1": 816, "y1": 2251, "x2": 832, "y2": 2259}], @@ -1145,7 +1145,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "An Onion Field in Skara Brae", "Priority": 50, "Area": [{"x1": 816, "y1": 2261, "x2": 832, "y2": 2269}], @@ -1153,7 +1153,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "A Cabbage Field in Skara Brae 1", "Priority": 50, "Area": [{"x1": 816, "y1": 2271, "x2": 832, "y2": 2279}], @@ -1161,7 +1161,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "A Cabbage Field in Skara Brae 2", "Priority": 50, "Area": [{"x1": 816, "y1": 2281, "x2": 832, "y2": 2289}], @@ -1169,7 +1169,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "A Wheatfield in Skara Brae 2", "Priority": 50, "Area": [{"x1": 835, "y1": 2344, "x2": 851, "y2": 2360}], @@ -1177,7 +1177,7 @@ }, { "$type": "BaseRegion", - "Map": "Felucca", + "Map": "Veridia", "Name": "A Cotton Field in Skara Brae", "Priority": 50, "Area": [{"x1": 816, "y1": 2344, "x2": 832, "y2": 2368}], diff --git a/Distribution/Data/teleporters.json b/Distribution/Data/teleporters.json index d92711ece..e664d62dd 100644 --- a/Distribution/Data/teleporters.json +++ b/Distribution/Data/teleporters.json @@ -1,2166 +1,2166 @@ [ { - "src": { "map": "Felucca", "loc": [311, 786, -24] }, - "dst": { "map": "Felucca", "loc": [314, 784, 0] }, + "src": { "map": "Veridia", "loc": [311, 786, -24] }, + "dst": { "map": "Veridia", "loc": [314, 784, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [311, 786, 0] }, - "dst": { "map": "Felucca", "loc": [5750, 350, 5] }, + "src": { "map": "Veridia", "loc": [311, 786, 0] }, + "dst": { "map": "Veridia", "loc": [5750, 350, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [313, 786, -24] }, - "dst": { "map": "Felucca", "loc": [5748, 361, 2] }, + "src": { "map": "Veridia", "loc": [313, 786, -24] }, + "dst": { "map": "Veridia", "loc": [5748, 361, 2] }, "back": false }, { - "src": { "map": "Felucca", "loc": [314, 786, -24] }, - "dst": { "map": "Felucca", "loc": [5749, 361, 2] }, + "src": { "map": "Veridia", "loc": [314, 786, -24] }, + "dst": { "map": "Veridia", "loc": [5749, 361, 2] }, "back": false }, { - "src": { "map": "Felucca", "loc": [424, 3283, 35] }, - "dst": { "map": "Felucca", "loc": [5267, 2757, 35] }, + "src": { "map": "Veridia", "loc": [424, 3283, 35] }, + "dst": { "map": "Veridia", "loc": [5267, 2757, 35] }, "back": false }, { - "src": { "map": "Felucca", "loc": [512, 1559, 0] }, - "dst": { "map": "Felucca", "loc": [5394, 127, 0] }, + "src": { "map": "Veridia", "loc": [512, 1559, 0] }, + "dst": { "map": "Veridia", "loc": [5394, 127, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [513, 1559, 0] }, - "dst": { "map": "Felucca", "loc": [5395, 127, 0] }, + "src": { "map": "Veridia", "loc": [513, 1559, 0] }, + "dst": { "map": "Veridia", "loc": [5395, 127, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [514, 1559, 0] }, - "dst": { "map": "Felucca", "loc": [5396, 127, 0] }, + "src": { "map": "Veridia", "loc": [514, 1559, 0] }, + "dst": { "map": "Veridia", "loc": [5396, 127, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [588, 1637, 0] }, - "dst": { "map": "Felucca", "loc": [6472, 868, 26] }, + "src": { "map": "Veridia", "loc": [588, 1637, 0] }, + "dst": { "map": "Veridia", "loc": [6472, 868, 26] }, "back": true }, { - "src": { "map": "Felucca", "loc": [766, 1645, 0] }, - "dst": { "map": "Felucca", "loc": [6174, 21, 0] }, + "src": { "map": "Veridia", "loc": [766, 1645, 0] }, + "dst": { "map": "Veridia", "loc": [6174, 21, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [766, 1646, 0] }, - "dst": { "map": "Felucca", "loc": [6174, 22, 0] }, + "src": { "map": "Veridia", "loc": [766, 1646, 0] }, + "dst": { "map": "Veridia", "loc": [6174, 22, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [766, 1647, 0] }, - "dst": { "map": "Felucca", "loc": [6174, 23, 0] }, + "src": { "map": "Veridia", "loc": [766, 1647, 0] }, + "dst": { "map": "Veridia", "loc": [6174, 23, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1013, 1433, 0] }, - "dst": { "map": "Felucca", "loc": [5138, 2016, 0] }, + "src": { "map": "Veridia", "loc": [1013, 1433, 0] }, + "dst": { "map": "Veridia", "loc": [5138, 2016, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1013, 1434, 0] }, - "dst": { "map": "Felucca", "loc": [5138, 2016, 0] }, + "src": { "map": "Veridia", "loc": [1013, 1434, 0] }, + "dst": { "map": "Veridia", "loc": [5138, 2016, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1142, 3621, 5] }, - "dst": { "map": "Felucca", "loc": [1414, 3828, 5] }, + "src": { "map": "Veridia", "loc": [1142, 3621, 5] }, + "dst": { "map": "Veridia", "loc": [1414, 3828, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1163, 2204, 60] }, - "dst": { "map": "Felucca", "loc": [1171, 2202, 0] }, + "src": { "map": "Veridia", "loc": [1163, 2204, 60] }, + "dst": { "map": "Veridia", "loc": [1171, 2202, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1163, 2208, 0] }, - "dst": { "map": "Felucca", "loc": [1165, 2214, 19] }, + "src": { "map": "Veridia", "loc": [1163, 2208, 0] }, + "dst": { "map": "Veridia", "loc": [1165, 2214, 19] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1165, 2204, 40] }, - "dst": { "map": "Felucca", "loc": [1163, 2211, 60] }, + "src": { "map": "Veridia", "loc": [1165, 2204, 40] }, + "dst": { "map": "Veridia", "loc": [1163, 2211, 60] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1166, 2237, 60] }, - "dst": { "map": "Felucca", "loc": [1163, 2205, 0] }, + "src": { "map": "Veridia", "loc": [1166, 2237, 60] }, + "dst": { "map": "Veridia", "loc": [1163, 2205, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1406, 3996, 5] }, - "dst": { "map": "Felucca", "loc": [1414, 3828, 5] }, + "src": { "map": "Veridia", "loc": [1406, 3996, 5] }, + "dst": { "map": "Veridia", "loc": [1414, 3828, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1409, 3824, 5] }, - "dst": { "map": "Felucca", "loc": [1124, 3623, 5] }, + "src": { "map": "Veridia", "loc": [1409, 3824, 5] }, + "dst": { "map": "Veridia", "loc": [1124, 3623, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1419, 3832, 5] }, - "dst": { "map": "Felucca", "loc": [1466, 4015, 5] }, + "src": { "map": "Veridia", "loc": [1419, 3832, 5] }, + "dst": { "map": "Veridia", "loc": [1466, 4015, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1491, 1640, 24] }, - "dst": { "map": "Felucca", "loc": [6032, 1499, 31] }, + "src": { "map": "Veridia", "loc": [1491, 1640, 24] }, + "dst": { "map": "Veridia", "loc": [6032, 1499, 31] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1491, 1642, 24] }, - "dst": { "map": "Felucca", "loc": [6032, 1501, 31] }, + "src": { "map": "Veridia", "loc": [1491, 1642, 24] }, + "dst": { "map": "Veridia", "loc": [6032, 1501, 31] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1593, 2488, 17] }, - "dst": { "map": "Felucca", "loc": [1600, 2489, 12] }, + "src": { "map": "Veridia", "loc": [1593, 2488, 17] }, + "dst": { "map": "Veridia", "loc": [1600, 2489, 12] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1594, 2488, 17] }, - "dst": { "map": "Felucca", "loc": [1600, 2489, 12] }, + "src": { "map": "Veridia", "loc": [1594, 2488, 17] }, + "dst": { "map": "Veridia", "loc": [1600, 2489, 12] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1595, 2488, 17] }, - "dst": { "map": "Felucca", "loc": [1600, 2489, 12] }, + "src": { "map": "Veridia", "loc": [1595, 2488, 17] }, + "dst": { "map": "Veridia", "loc": [1600, 2489, 12] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1629, 3320, 0] }, - "dst": { "map": "Felucca", "loc": [5899, 1411, 43] }, + "src": { "map": "Veridia", "loc": [1629, 3320, 0] }, + "dst": { "map": "Veridia", "loc": [5899, 1411, 43] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1653, 2963, 0] }, - "dst": { "map": "Felucca", "loc": [1677, 2987, 0] }, + "src": { "map": "Veridia", "loc": [1653, 2963, 0] }, + "dst": { "map": "Veridia", "loc": [1677, 2987, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1677, 2987, 0] }, - "dst": { "map": "Felucca", "loc": [1675, 2987, 20] }, + "src": { "map": "Veridia", "loc": [1677, 2987, 0] }, + "dst": { "map": "Veridia", "loc": [1675, 2987, 20] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1714, 2996, 0] }, - "dst": { "map": "Felucca", "loc": [6308, 892, 0] }, + "src": { "map": "Veridia", "loc": [1714, 2996, 0] }, + "dst": { "map": "Veridia", "loc": [6308, 892, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1714, 2996, 0] }, - "dst": { "map": "Felucca", "loc": [6309, 891, 0] }, + "src": { "map": "Veridia", "loc": [1714, 2996, 0] }, + "dst": { "map": "Veridia", "loc": [6309, 891, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1714, 2997, 0] }, - "dst": { "map": "Felucca", "loc": [6308, 892, 0] }, + "src": { "map": "Veridia", "loc": [1714, 2997, 0] }, + "dst": { "map": "Veridia", "loc": [6308, 892, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1714, 2997, 0] }, - "dst": { "map": "Felucca", "loc": [6309, 892, 0] }, + "src": { "map": "Veridia", "loc": [1714, 2997, 0] }, + "dst": { "map": "Veridia", "loc": [6309, 892, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1987, 2062, -40] }, - "dst": { "map": "Felucca", "loc": [5826, 464, 0] }, + "src": { "map": "Veridia", "loc": [1987, 2062, -40] }, + "dst": { "map": "Veridia", "loc": [5826, 464, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1988, 2062, -40] }, - "dst": { "map": "Felucca", "loc": [5827, 464, -1] }, + "src": { "map": "Veridia", "loc": [1988, 2062, -40] }, + "dst": { "map": "Veridia", "loc": [5827, 464, -1] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1989, 2062, -40] }, - "dst": { "map": "Felucca", "loc": [5828, 464, -1] }, + "src": { "map": "Veridia", "loc": [1989, 2062, -40] }, + "dst": { "map": "Veridia", "loc": [5828, 464, -1] }, "back": false }, { - "src": { "map": "Felucca", "loc": [1997, 81, 7] }, - "dst": { "map": "Felucca", "loc": [5881, 242, 0] }, + "src": { "map": "Veridia", "loc": [1997, 81, 7] }, + "dst": { "map": "Veridia", "loc": [5881, 242, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [2384, 836, 0] }, - "dst": { "map": "Felucca", "loc": [5615, 1996, 0] }, + "src": { "map": "Veridia", "loc": [2384, 836, 0] }, + "dst": { "map": "Veridia", "loc": [5615, 1996, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [2384, 837, 0] }, - "dst": { "map": "Felucca", "loc": [5615, 1997, 0] }, + "src": { "map": "Veridia", "loc": [2384, 837, 0] }, + "dst": { "map": "Veridia", "loc": [5615, 1997, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [2384, 838, 0] }, - "dst": { "map": "Felucca", "loc": [5615, 1998, 0] }, + "src": { "map": "Veridia", "loc": [2384, 838, 0] }, + "dst": { "map": "Veridia", "loc": [5615, 1998, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [2399, 198, 0] }, - "dst": { "map": "Felucca", "loc": [5753, 436, 79] }, + "src": { "map": "Veridia", "loc": [2399, 198, 0] }, + "dst": { "map": "Veridia", "loc": [5753, 436, 79] }, "back": false }, { - "src": { "map": "Felucca", "loc": [2400, 198, 0] }, - "dst": { "map": "Felucca", "loc": [5754, 436, 80] }, + "src": { "map": "Veridia", "loc": [2400, 198, 0] }, + "dst": { "map": "Veridia", "loc": [5754, 436, 80] }, "back": false }, { - "src": { "map": "Felucca", "loc": [2420, 883, 0] }, - "dst": { "map": "Felucca", "loc": [5392, 1959, 0] }, + "src": { "map": "Veridia", "loc": [2420, 883, 0] }, + "dst": { "map": "Veridia", "loc": [5392, 1959, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [2421, 883, 0] }, - "dst": { "map": "Felucca", "loc": [5393, 1959, 0] }, + "src": { "map": "Veridia", "loc": [2421, 883, 0] }, + "dst": { "map": "Veridia", "loc": [5393, 1959, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [2422, 883, 0] }, - "dst": { "map": "Felucca", "loc": [5394, 1959, 0] }, + "src": { "map": "Veridia", "loc": [2422, 883, 0] }, + "dst": { "map": "Veridia", "loc": [5394, 1959, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [2455, 858, 0] }, - "dst": { "map": "Felucca", "loc": [5388, 2027, 0] }, + "src": { "map": "Veridia", "loc": [2455, 858, 0] }, + "dst": { "map": "Veridia", "loc": [5388, 2027, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [2456, 858, 0] }, - "dst": { "map": "Felucca", "loc": [5389, 2027, 0] }, + "src": { "map": "Veridia", "loc": [2456, 858, 0] }, + "dst": { "map": "Veridia", "loc": [5389, 2027, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [2457, 858, 0] }, - "dst": { "map": "Felucca", "loc": [5390, 2027, 0] }, + "src": { "map": "Veridia", "loc": [2457, 858, 0] }, + "dst": { "map": "Veridia", "loc": [5390, 2027, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [2498, 916, 0] }, - "dst": { "map": "Felucca", "loc": [5455, 1864, 0] }, + "src": { "map": "Veridia", "loc": [2498, 916, 0] }, + "dst": { "map": "Veridia", "loc": [5455, 1864, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [2499, 916, 0] }, - "dst": { "map": "Felucca", "loc": [5456, 1864, 0] }, + "src": { "map": "Veridia", "loc": [2499, 916, 0] }, + "dst": { "map": "Veridia", "loc": [5456, 1864, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [2500, 916, 0] }, - "dst": { "map": "Felucca", "loc": [5457, 1864, 0] }, + "src": { "map": "Veridia", "loc": [2500, 916, 0] }, + "dst": { "map": "Veridia", "loc": [5457, 1864, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [2544, 850, 0] }, - "dst": { "map": "Felucca", "loc": [5578, 1927, 0] }, + "src": { "map": "Veridia", "loc": [2544, 850, 0] }, + "dst": { "map": "Veridia", "loc": [5578, 1927, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [2545, 850, 0] }, - "dst": { "map": "Felucca", "loc": [5579, 1927, 0] }, + "src": { "map": "Veridia", "loc": [2545, 850, 0] }, + "dst": { "map": "Veridia", "loc": [5579, 1927, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [2546, 850, 0] }, - "dst": { "map": "Felucca", "loc": [5580, 1927, 0] }, + "src": { "map": "Veridia", "loc": [2546, 850, 0] }, + "dst": { "map": "Veridia", "loc": [5580, 1927, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [2603, 2120, -20] }, - "dst": { "map": "Felucca", "loc": [2605, 2130, 8] }, + "src": { "map": "Veridia", "loc": [2603, 2120, -20] }, + "dst": { "map": "Veridia", "loc": [2605, 2130, 8] }, "back": false }, { - "src": { "map": "Felucca", "loc": [2603, 2121, -20] }, - "dst": { "map": "Felucca", "loc": [2605, 2130, 8] }, + "src": { "map": "Veridia", "loc": [2603, 2121, -20] }, + "dst": { "map": "Veridia", "loc": [2605, 2130, 8] }, "back": false }, { - "src": { "map": "Felucca", "loc": [2618, 977, 5] }, - "dst": { "map": "Felucca", "loc": [2727, 2133, 5] }, + "src": { "map": "Veridia", "loc": [2618, 977, 5] }, + "dst": { "map": "Veridia", "loc": [2727, 2133, 5] }, "back": true }, { - "src": { "map": "Felucca", "loc": [2669, 2071, -20] }, - "dst": { "map": "Felucca", "loc": [2666, 2099, 3] }, + "src": { "map": "Veridia", "loc": [2669, 2071, -20] }, + "dst": { "map": "Veridia", "loc": [2666, 2099, 3] }, "back": false }, { - "src": { "map": "Felucca", "loc": [2669, 2072, -20] }, - "dst": { "map": "Felucca", "loc": [2666, 2099, 3] }, + "src": { "map": "Veridia", "loc": [2669, 2072, -20] }, + "dst": { "map": "Veridia", "loc": [2666, 2099, 3] }, "back": false }, { - "src": { "map": "Felucca", "loc": [2669, 2073, -20] }, - "dst": { "map": "Felucca", "loc": [2666, 2099, 3] }, + "src": { "map": "Veridia", "loc": [2669, 2073, -20] }, + "dst": { "map": "Veridia", "loc": [2666, 2099, 3] }, "back": false }, { - "src": { "map": "Felucca", "loc": [2676, 2241, -18] }, - "dst": { "map": "Felucca", "loc": [2691, 2234, 2] }, + "src": { "map": "Veridia", "loc": [2676, 2241, -18] }, + "dst": { "map": "Veridia", "loc": [2691, 2234, 2] }, "back": false }, { - "src": { "map": "Felucca", "loc": [2676, 2242, -18] }, - "dst": { "map": "Felucca", "loc": [2691, 2234, 2] }, + "src": { "map": "Veridia", "loc": [2676, 2242, -18] }, + "dst": { "map": "Veridia", "loc": [2691, 2234, 2] }, "back": false }, { - "src": { "map": "Felucca", "loc": [2685, 2063, 39] }, - "dst": { "map": "Felucca", "loc": [2685, 2063, -20] }, + "src": { "map": "Veridia", "loc": [2685, 2063, 39] }, + "dst": { "map": "Veridia", "loc": [2685, 2063, -20] }, "back": false }, { - "src": { "map": "Felucca", "loc": [2758, 2092, -20] }, - "dst": { "map": "Felucca", "loc": [2756, 2097, 38] }, + "src": { "map": "Veridia", "loc": [2758, 2092, -20] }, + "dst": { "map": "Veridia", "loc": [2756, 2097, 38] }, "back": false }, { - "src": { "map": "Felucca", "loc": [2759, 2092, -20] }, - "dst": { "map": "Felucca", "loc": [2756, 2097, 38] }, + "src": { "map": "Veridia", "loc": [2759, 2092, -20] }, + "dst": { "map": "Veridia", "loc": [2756, 2097, 38] }, "back": false }, { - "src": { "map": "Felucca", "loc": [2776, 895, -23] }, - "dst": { "map": "Felucca", "loc": [5685, 387, 2] }, + "src": { "map": "Veridia", "loc": [2776, 895, -23] }, + "dst": { "map": "Veridia", "loc": [5685, 387, 2] }, "back": false }, { - "src": { "map": "Felucca", "loc": [2923, 3405, 6] }, - "dst": { "map": "Felucca", "loc": [5687, 1423, 39] }, + "src": { "map": "Veridia", "loc": [2923, 3405, 6] }, + "dst": { "map": "Veridia", "loc": [5687, 1423, 39] }, "back": false }, { - "src": { "map": "Felucca", "loc": [2985, 2890, 35] }, - "dst": { "map": "Felucca", "loc": [5974, 2697, 35] }, + "src": { "map": "Veridia", "loc": [2985, 2890, 35] }, + "dst": { "map": "Veridia", "loc": [5974, 2697, 35] }, "back": false }, { - "src": { "map": "Felucca", "loc": [4110, 430, 5] }, - "dst": { "map": "Felucca", "loc": [5187, 639, 0] }, + "src": { "map": "Veridia", "loc": [4110, 430, 5] }, + "dst": { "map": "Veridia", "loc": [5187, 639, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [4111, 430, 5] }, - "dst": { "map": "Felucca", "loc": [5188, 639, 0] }, + "src": { "map": "Veridia", "loc": [4111, 430, 5] }, + "dst": { "map": "Veridia", "loc": [5188, 639, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [4112, 430, 5] }, - "dst": { "map": "Felucca", "loc": [5189, 639, 0] }, + "src": { "map": "Veridia", "loc": [4112, 430, 5] }, + "dst": { "map": "Veridia", "loc": [5189, 639, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [4300, 968, 5] }, - "dst": { "map": "Felucca", "loc": [4442, 1122, 5] }, + "src": { "map": "Veridia", "loc": [4300, 968, 5] }, + "dst": { "map": "Veridia", "loc": [4442, 1122, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [4436, 1107, 5] }, - "dst": { "map": "Felucca", "loc": [4300, 992, 5] }, + "src": { "map": "Veridia", "loc": [4436, 1107, 5] }, + "dst": { "map": "Veridia", "loc": [4300, 992, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [4443, 1137, 5] }, - "dst": { "map": "Felucca", "loc": [4487, 1475, 5] }, + "src": { "map": "Veridia", "loc": [4443, 1137, 5] }, + "dst": { "map": "Veridia", "loc": [4487, 1475, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [4449, 1107, 5] }, - "dst": { "map": "Felucca", "loc": [4539, 890, 28] }, + "src": { "map": "Veridia", "loc": [4449, 1107, 5] }, + "dst": { "map": "Veridia", "loc": [4539, 890, 28] }, "back": false }, { - "src": { "map": "Felucca", "loc": [4449, 1115, 5] }, - "dst": { "map": "Felucca", "loc": [4671, 1135, 10] }, + "src": { "map": "Veridia", "loc": [4449, 1115, 5] }, + "dst": { "map": "Veridia", "loc": [4671, 1135, 10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [4496, 1475, 15] }, - "dst": { "map": "Felucca", "loc": [4442, 1122, 5] }, + "src": { "map": "Veridia", "loc": [4496, 1475, 15] }, + "dst": { "map": "Veridia", "loc": [4442, 1122, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [4540, 898, 32] }, - "dst": { "map": "Felucca", "loc": [4442, 1122, 5] }, + "src": { "map": "Veridia", "loc": [4540, 898, 32] }, + "dst": { "map": "Veridia", "loc": [4442, 1122, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [4619, 1203, 0] }, - "dst": { "map": "Felucca", "loc": [4622, 1204, 23] }, + "src": { "map": "Veridia", "loc": [4619, 1203, 0] }, + "dst": { "map": "Veridia", "loc": [4622, 1204, 23] }, "back": false }, { - "src": { "map": "Felucca", "loc": [4627, 1207, 20] }, - "dst": { "map": "Felucca", "loc": [4633, 1202, 0] }, + "src": { "map": "Veridia", "loc": [4627, 1207, 20] }, + "dst": { "map": "Veridia", "loc": [4633, 1202, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [4663, 1134, 13] }, - "dst": { "map": "Felucca", "loc": [4442, 1122, 5] }, + "src": { "map": "Veridia", "loc": [4663, 1134, 13] }, + "dst": { "map": "Veridia", "loc": [4442, 1122, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [4721, 3813, 0] }, - "dst": { "map": "Felucca", "loc": [5904, 16, 64] }, + "src": { "map": "Veridia", "loc": [4721, 3813, 0] }, + "dst": { "map": "Veridia", "loc": [5904, 16, 64] }, "back": true }, { - "src": { "map": "Felucca", "loc": [4722, 3813, 0] }, - "dst": { "map": "Felucca", "loc": [5905, 16, 64] }, + "src": { "map": "Veridia", "loc": [4722, 3813, 0] }, + "dst": { "map": "Veridia", "loc": [5905, 16, 64] }, "back": true }, { - "src": { "map": "Felucca", "loc": [4723, 3813, 0] }, - "dst": { "map": "Felucca", "loc": [5906, 16, 64] }, + "src": { "map": "Veridia", "loc": [4723, 3813, 0] }, + "dst": { "map": "Veridia", "loc": [5906, 16, 64] }, "back": true }, { - "src": { "map": "Felucca", "loc": [5126, 3143, 99] }, - "dst": { "map": "Felucca", "loc": [5849, 432, 1] }, + "src": { "map": "Veridia", "loc": [5126, 3143, 99] }, + "dst": { "map": "Veridia", "loc": [5849, 432, 1] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5129, 909, -28] }, - "dst": { "map": "Felucca", "loc": [5142, 798, 17] }, + "src": { "map": "Veridia", "loc": [5129, 909, -28] }, + "dst": { "map": "Veridia", "loc": [5142, 798, 17] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5130, 909, -28] }, - "dst": { "map": "Felucca", "loc": [5143, 798, 17] }, + "src": { "map": "Veridia", "loc": [5130, 909, -28] }, + "dst": { "map": "Veridia", "loc": [5143, 798, 17] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5131, 909, -28] }, - "dst": { "map": "Felucca", "loc": [5144, 798, 17] }, + "src": { "map": "Veridia", "loc": [5131, 909, -28] }, + "dst": { "map": "Veridia", "loc": [5144, 798, 17] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5132, 909, -28] }, - "dst": { "map": "Felucca", "loc": [5145, 798, 17] }, + "src": { "map": "Veridia", "loc": [5132, 909, -28] }, + "dst": { "map": "Veridia", "loc": [5145, 798, 17] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5132, 1946, 0] }, - "dst": { "map": "Felucca", "loc": [5332, 1379, 0] }, + "src": { "map": "Veridia", "loc": [5132, 1946, 0] }, + "dst": { "map": "Veridia", "loc": [5332, 1379, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5133, 984, 22] }, - "dst": { "map": "Felucca", "loc": [5152, 808, -19] }, + "src": { "map": "Veridia", "loc": [5133, 984, 22] }, + "dst": { "map": "Veridia", "loc": [5152, 808, -19] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5133, 985, 22] }, - "dst": { "map": "Felucca", "loc": [5152, 809, -19] }, + "src": { "map": "Veridia", "loc": [5133, 985, 22] }, + "dst": { "map": "Veridia", "loc": [5152, 809, -19] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5133, 986, 22] }, - "dst": { "map": "Felucca", "loc": [5152, 810, -19] }, + "src": { "map": "Veridia", "loc": [5133, 986, 22] }, + "dst": { "map": "Veridia", "loc": [5152, 810, -19] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5133, 987, 22] }, - "dst": { "map": "Felucca", "loc": [5152, 811, -19] }, + "src": { "map": "Veridia", "loc": [5133, 987, 22] }, + "dst": { "map": "Veridia", "loc": [5152, 811, -19] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5133, 1946, 0] }, - "dst": { "map": "Felucca", "loc": [5332, 1379, 0] }, + "src": { "map": "Veridia", "loc": [5133, 1946, 0] }, + "dst": { "map": "Veridia", "loc": [5332, 1379, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5134, 1946, 0] }, - "dst": { "map": "Felucca", "loc": [5332, 1379, 0] }, + "src": { "map": "Veridia", "loc": [5134, 1946, 0] }, + "dst": { "map": "Veridia", "loc": [5332, 1379, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5135, 1946, 0] }, - "dst": { "map": "Felucca", "loc": [5332, 1379, 0] }, + "src": { "map": "Veridia", "loc": [5135, 1946, 0] }, + "dst": { "map": "Veridia", "loc": [5332, 1379, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5137, 3664, 27] }, - "dst": { "map": "Felucca", "loc": [6025, 1344, -26] }, + "src": { "map": "Veridia", "loc": [5137, 3664, 27] }, + "dst": { "map": "Veridia", "loc": [6025, 1344, -26] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5137, 3665, 31] }, - "dst": { "map": "Felucca", "loc": [6025, 1345, -26] }, + "src": { "map": "Veridia", "loc": [5137, 3665, 31] }, + "dst": { "map": "Veridia", "loc": [6025, 1345, -26] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5139, 2015, 0] }, - "dst": { "map": "Felucca", "loc": [1014, 1434, 0] }, + "src": { "map": "Veridia", "loc": [5139, 2015, 0] }, + "dst": { "map": "Veridia", "loc": [1014, 1434, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5139, 2016, 0] }, - "dst": { "map": "Felucca", "loc": [1014, 1434, 0] }, + "src": { "map": "Veridia", "loc": [5139, 2016, 0] }, + "dst": { "map": "Veridia", "loc": [1014, 1434, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5139, 2017, 0] }, - "dst": { "map": "Felucca", "loc": [1014, 1434, 0] }, + "src": { "map": "Veridia", "loc": [5139, 2017, 0] }, + "dst": { "map": "Veridia", "loc": [1014, 1434, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5140, 973, 0] }, - "dst": { "map": "Felucca", "loc": [5331, 707, 0] }, + "src": { "map": "Veridia", "loc": [5140, 973, 0] }, + "dst": { "map": "Veridia", "loc": [5331, 707, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5140, 1773, 0] }, - "dst": { "map": "Felucca", "loc": [5171, 1586, 0] }, + "src": { "map": "Veridia", "loc": [5140, 1773, 0] }, + "dst": { "map": "Veridia", "loc": [5171, 1586, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5142, 797, 22] }, - "dst": { "map": "Felucca", "loc": [5129, 908, -23] }, + "src": { "map": "Veridia", "loc": [5142, 797, 22] }, + "dst": { "map": "Veridia", "loc": [5129, 908, -23] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5143, 797, 22] }, - "dst": { "map": "Felucca", "loc": [5130, 908, -23] }, + "src": { "map": "Veridia", "loc": [5143, 797, 22] }, + "dst": { "map": "Veridia", "loc": [5130, 908, -23] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5144, 797, 22] }, - "dst": { "map": "Felucca", "loc": [5131, 908, -23] }, + "src": { "map": "Veridia", "loc": [5144, 797, 22] }, + "dst": { "map": "Veridia", "loc": [5131, 908, -23] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5145, 797, 22] }, - "dst": { "map": "Felucca", "loc": [5132, 908, -23] }, + "src": { "map": "Veridia", "loc": [5145, 797, 22] }, + "dst": { "map": "Veridia", "loc": [5132, 908, -23] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5145, 973, 0] }, - "dst": { "map": "Felucca", "loc": [5201, 1564, 0] }, + "src": { "map": "Veridia", "loc": [5145, 973, 0] }, + "dst": { "map": "Veridia", "loc": [5201, 1564, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5150, 4062, 38] }, - "dst": { "map": "Felucca", "loc": [6005, 1378, 0] }, + "src": { "map": "Veridia", "loc": [5150, 4062, 38] }, + "dst": { "map": "Veridia", "loc": [6005, 1378, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5150, 4063, 38] }, - "dst": { "map": "Felucca", "loc": [6005, 1380, 1] }, + "src": { "map": "Veridia", "loc": [5150, 4063, 38] }, + "dst": { "map": "Veridia", "loc": [6005, 1380, 1] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5153, 808, -25] }, - "dst": { "map": "Felucca", "loc": [5134, 984, 17] }, + "src": { "map": "Veridia", "loc": [5153, 808, -25] }, + "dst": { "map": "Veridia", "loc": [5134, 984, 17] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5153, 809, -25] }, - "dst": { "map": "Felucca", "loc": [5134, 985, 17] }, + "src": { "map": "Veridia", "loc": [5153, 809, -25] }, + "dst": { "map": "Veridia", "loc": [5134, 985, 17] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5153, 810, -25] }, - "dst": { "map": "Felucca", "loc": [5134, 986, 17] }, + "src": { "map": "Veridia", "loc": [5153, 810, -25] }, + "dst": { "map": "Veridia", "loc": [5134, 986, 17] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5153, 811, -25] }, - "dst": { "map": "Felucca", "loc": [5134, 987, 17] }, + "src": { "map": "Veridia", "loc": [5153, 811, -25] }, + "dst": { "map": "Veridia", "loc": [5134, 987, 17] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5172, 1589, -2] }, - "dst": { "map": "Felucca", "loc": [5143, 1774, 0] }, + "src": { "map": "Veridia", "loc": [5172, 1589, -2] }, + "dst": { "map": "Veridia", "loc": [5143, 1774, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5186, 639, 0] }, - "dst": { "map": "Felucca", "loc": [4110, 430, 5] }, + "src": { "map": "Veridia", "loc": [5186, 639, 0] }, + "dst": { "map": "Veridia", "loc": [4110, 430, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5187, 639, 0] }, - "dst": { "map": "Felucca", "loc": [4110, 430, 5] }, + "src": { "map": "Veridia", "loc": [5187, 639, 0] }, + "dst": { "map": "Veridia", "loc": [4110, 430, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5188, 639, 0] }, - "dst": { "map": "Felucca", "loc": [4111, 430, 5] }, + "src": { "map": "Veridia", "loc": [5188, 639, 0] }, + "dst": { "map": "Veridia", "loc": [4111, 430, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5189, 639, 0] }, - "dst": { "map": "Felucca", "loc": [4112, 430, 5] }, + "src": { "map": "Veridia", "loc": [5189, 639, 0] }, + "dst": { "map": "Veridia", "loc": [4112, 430, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5191, 152, 0] }, - "dst": { "map": "Felucca", "loc": [1367, 891, 0] }, + "src": { "map": "Veridia", "loc": [5191, 152, 0] }, + "dst": { "map": "Veridia", "loc": [1367, 891, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5200, 71, 17] }, - "dst": { "map": "Felucca", "loc": [5211, 22, 15] }, + "src": { "map": "Veridia", "loc": [5200, 71, 17] }, + "dst": { "map": "Veridia", "loc": [5211, 22, 15] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5203, 2327, 27] }, - "dst": { "map": "Felucca", "loc": [5876, 147, 25] }, + "src": { "map": "Veridia", "loc": [5203, 2327, 27] }, + "dst": { "map": "Veridia", "loc": [5876, 147, 25] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5207, 2322, 27] }, - "dst": { "map": "Felucca", "loc": [5877, 147, 25] }, + "src": { "map": "Veridia", "loc": [5207, 2322, 27] }, + "dst": { "map": "Veridia", "loc": [5877, 147, 25] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5207, 2323, 26] }, - "dst": { "map": "Felucca", "loc": [5876, 147, 25] }, + "src": { "map": "Veridia", "loc": [5207, 2323, 26] }, + "dst": { "map": "Veridia", "loc": [5876, 147, 25] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5216, 586, -13] }, - "dst": { "map": "Felucca", "loc": [5304, 533, 2] }, + "src": { "map": "Veridia", "loc": [5216, 586, -13] }, + "dst": { "map": "Veridia", "loc": [5304, 533, 2] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5217, 18, 15] }, - "dst": { "map": "Felucca", "loc": [5204, 74, 17] }, + "src": { "map": "Veridia", "loc": [5217, 18, 15] }, + "dst": { "map": "Veridia", "loc": [5204, 74, 17] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5217, 586, -13] }, - "dst": { "map": "Felucca", "loc": [5305, 533, 2] }, + "src": { "map": "Veridia", "loc": [5217, 586, -13] }, + "dst": { "map": "Veridia", "loc": [5305, 533, 2] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5218, 586, -13] }, - "dst": { "map": "Felucca", "loc": [5306, 533, 2] }, + "src": { "map": "Veridia", "loc": [5218, 586, -13] }, + "dst": { "map": "Veridia", "loc": [5306, 533, 2] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5218, 761, -28] }, - "dst": { "map": "Felucca", "loc": [5305, 651, 7] }, + "src": { "map": "Veridia", "loc": [5218, 761, -28] }, + "dst": { "map": "Veridia", "loc": [5305, 651, 7] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5219, 761, -28] }, - "dst": { "map": "Felucca", "loc": [5306, 651, 7] }, + "src": { "map": "Veridia", "loc": [5219, 761, -28] }, + "dst": { "map": "Veridia", "loc": [5306, 651, 7] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5242, 1007, 0] }, - "dst": { "map": "Felucca", "loc": [1175, 2635, 0] }, + "src": { "map": "Veridia", "loc": [5242, 1007, 0] }, + "dst": { "map": "Veridia", "loc": [1175, 2635, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [5243, 1007, 0] }, - "dst": { "map": "Felucca", "loc": [1176, 2635, 0] }, + "src": { "map": "Veridia", "loc": [5243, 1007, 0] }, + "dst": { "map": "Veridia", "loc": [1176, 2635, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [5244, 1007, 0] }, - "dst": { "map": "Felucca", "loc": [1177, 2635, 0] }, + "src": { "map": "Veridia", "loc": [5244, 1007, 0] }, + "dst": { "map": "Veridia", "loc": [1177, 2635, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [5265, 669, 0] }, - "dst": { "map": "Felucca", "loc": [5876, 1378, 0] }, + "src": { "map": "Veridia", "loc": [5265, 669, 0] }, + "dst": { "map": "Veridia", "loc": [5876, 1378, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5265, 683, 0] }, - "dst": { "map": "Felucca", "loc": [5606, 802, 60] }, + "src": { "map": "Veridia", "loc": [5265, 683, 0] }, + "dst": { "map": "Veridia", "loc": [5606, 802, 60] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5267, 2757, 35] }, - "dst": { "map": "Felucca", "loc": [424, 3283, 35] }, + "src": { "map": "Veridia", "loc": [5267, 2757, 35] }, + "dst": { "map": "Veridia", "loc": [424, 3283, 35] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5272, 2043, 4] }, - "dst": { "map": "Felucca", "loc": [5363, 1290, 4] }, + "src": { "map": "Veridia", "loc": [5272, 2043, 4] }, + "dst": { "map": "Veridia", "loc": [5363, 1290, 4] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5273, 2043, 4] }, - "dst": { "map": "Felucca", "loc": [5363, 1290, 4] }, + "src": { "map": "Veridia", "loc": [5273, 2043, 4] }, + "dst": { "map": "Veridia", "loc": [5363, 1290, 4] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5304, 532, 7] }, - "dst": { "map": "Felucca", "loc": [5216, 585, -8] }, + "src": { "map": "Veridia", "loc": [5304, 532, 7] }, + "dst": { "map": "Veridia", "loc": [5216, 585, -8] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5304, 676, -20] }, - "dst": { "map": "Felucca", "loc": [7109, 1097, 18] }, + "src": { "map": "Veridia", "loc": [5304, 676, -20] }, + "dst": { "map": "Veridia", "loc": [7109, 1097, 18] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5305, 532, 7] }, - "dst": { "map": "Felucca", "loc": [5217, 585, -8] }, + "src": { "map": "Veridia", "loc": [5305, 532, 7] }, + "dst": { "map": "Veridia", "loc": [5217, 585, -8] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5305, 650, 12] }, - "dst": { "map": "Felucca", "loc": [5218, 760, -23] }, + "src": { "map": "Veridia", "loc": [5305, 650, 12] }, + "dst": { "map": "Veridia", "loc": [5218, 760, -23] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5306, 532, 7] }, - "dst": { "map": "Felucca", "loc": [5218, 585, -8] }, + "src": { "map": "Veridia", "loc": [5306, 532, 7] }, + "dst": { "map": "Veridia", "loc": [5218, 585, -8] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5306, 650, 12] }, - "dst": { "map": "Felucca", "loc": [5219, 760, -23] }, + "src": { "map": "Veridia", "loc": [5306, 650, 12] }, + "dst": { "map": "Veridia", "loc": [5219, 760, -23] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5329, 1381, 10] }, - "dst": { "map": "Felucca", "loc": [5134, 1947, 0] }, + "src": { "map": "Veridia", "loc": [5329, 1381, 10] }, + "dst": { "map": "Veridia", "loc": [5134, 1947, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5330, 1381, 10] }, - "dst": { "map": "Felucca", "loc": [5134, 1947, 0] }, + "src": { "map": "Veridia", "loc": [5330, 1381, 10] }, + "dst": { "map": "Veridia", "loc": [5134, 1947, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5331, 1381, 10] }, - "dst": { "map": "Felucca", "loc": [5134, 1947, 0] }, + "src": { "map": "Veridia", "loc": [5331, 1381, 10] }, + "dst": { "map": "Veridia", "loc": [5134, 1947, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5332, 1381, 10] }, - "dst": { "map": "Felucca", "loc": [5134, 1947, 0] }, + "src": { "map": "Veridia", "loc": [5332, 1381, 10] }, + "dst": { "map": "Veridia", "loc": [5134, 1947, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5333, 1381, 10] }, - "dst": { "map": "Felucca", "loc": [5134, 1947, 0] }, + "src": { "map": "Veridia", "loc": [5333, 1381, 10] }, + "dst": { "map": "Veridia", "loc": [5134, 1947, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5334, 1381, 10] }, - "dst": { "map": "Felucca", "loc": [5134, 1947, 0] }, + "src": { "map": "Veridia", "loc": [5334, 1381, 10] }, + "dst": { "map": "Veridia", "loc": [5134, 1947, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5340, 1599, 40] }, - "dst": { "map": "Felucca", "loc": [5426, 3122, -74] }, + "src": { "map": "Veridia", "loc": [5340, 1599, 40] }, + "dst": { "map": "Veridia", "loc": [5426, 3122, -74] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5341, 1599, 40] }, - "dst": { "map": "Felucca", "loc": [5426, 3122, -74] }, + "src": { "map": "Veridia", "loc": [5341, 1599, 40] }, + "dst": { "map": "Veridia", "loc": [5426, 3122, -74] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5346, 578, 5] }, - "dst": { "map": "Felucca", "loc": [5137, 649, 5] }, + "src": { "map": "Veridia", "loc": [5346, 578, 5] }, + "dst": { "map": "Veridia", "loc": [5137, 649, 5] }, "back": true }, { - "src": { "map": "Felucca", "loc": [5356, 1540, 0] }, - "dst": { "map": "Felucca", "loc": [5331, 707, 0] }, + "src": { "map": "Veridia", "loc": [5356, 1540, 0] }, + "dst": { "map": "Veridia", "loc": [5331, 707, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5360, 1540, 0] }, - "dst": { "map": "Felucca", "loc": [5876, 1378, 0] }, + "src": { "map": "Veridia", "loc": [5360, 1540, 0] }, + "dst": { "map": "Veridia", "loc": [5876, 1378, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5363, 1289, 4] }, - "dst": { "map": "Felucca", "loc": [5272, 2041, 4] }, + "src": { "map": "Veridia", "loc": [5363, 1289, 4] }, + "dst": { "map": "Veridia", "loc": [5272, 2041, 4] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5364, 1289, 4] }, - "dst": { "map": "Felucca", "loc": [5272, 2041, 4] }, + "src": { "map": "Veridia", "loc": [5364, 1289, 4] }, + "dst": { "map": "Veridia", "loc": [5272, 2041, 4] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5386, 755, -8] }, - "dst": { "map": "Felucca", "loc": [5408, 858, 47] }, + "src": { "map": "Veridia", "loc": [5386, 755, -8] }, + "dst": { "map": "Veridia", "loc": [5408, 858, 47] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5386, 756, -8] }, - "dst": { "map": "Felucca", "loc": [5408, 859, 47] }, + "src": { "map": "Veridia", "loc": [5386, 756, -8] }, + "dst": { "map": "Veridia", "loc": [5408, 859, 47] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5386, 757, -8] }, - "dst": { "map": "Felucca", "loc": [5408, 860, 47] }, + "src": { "map": "Veridia", "loc": [5386, 757, -8] }, + "dst": { "map": "Veridia", "loc": [5408, 860, 47] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5400, 1288, 0] }, - "dst": { "map": "Felucca", "loc": [5879, 3817, 0] }, + "src": { "map": "Veridia", "loc": [5400, 1288, 0] }, + "dst": { "map": "Veridia", "loc": [5879, 3817, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5400, 1289, 0] }, - "dst": { "map": "Felucca", "loc": [5879, 3817, 0] }, + "src": { "map": "Veridia", "loc": [5400, 1289, 0] }, + "dst": { "map": "Veridia", "loc": [5879, 3817, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5400, 1290, 0] }, - "dst": { "map": "Felucca", "loc": [5879, 3818, 0] }, + "src": { "map": "Veridia", "loc": [5400, 1290, 0] }, + "dst": { "map": "Veridia", "loc": [5879, 3818, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5409, 858, 52] }, - "dst": { "map": "Felucca", "loc": [5387, 755, -3] }, + "src": { "map": "Veridia", "loc": [5409, 858, 52] }, + "dst": { "map": "Veridia", "loc": [5387, 755, -3] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5409, 859, 52] }, - "dst": { "map": "Felucca", "loc": [5387, 756, -3] }, + "src": { "map": "Veridia", "loc": [5409, 859, 52] }, + "dst": { "map": "Veridia", "loc": [5387, 756, -3] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5409, 860, 52] }, - "dst": { "map": "Felucca", "loc": [5387, 757, -3] }, + "src": { "map": "Veridia", "loc": [5409, 860, 52] }, + "dst": { "map": "Veridia", "loc": [5387, 757, -3] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5426, 3123, -80] }, - "dst": { "map": "Felucca", "loc": [5341, 1602, 0] }, + "src": { "map": "Veridia", "loc": [5426, 3123, -80] }, + "dst": { "map": "Veridia", "loc": [5341, 1602, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5443, 2325, 35] }, - "dst": { "map": "Felucca", "loc": [5814, 3548, 0] }, + "src": { "map": "Veridia", "loc": [5443, 2325, 35] }, + "dst": { "map": "Veridia", "loc": [5814, 3548, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5451, 1360, 5] }, - "dst": { "map": "Felucca", "loc": [5435, 1341, 0] }, + "src": { "map": "Veridia", "loc": [5451, 1360, 5] }, + "dst": { "map": "Veridia", "loc": [5435, 1341, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5453, 1360, 5] }, - "dst": { "map": "Felucca", "loc": [5436, 1341, 0] }, + "src": { "map": "Veridia", "loc": [5453, 1360, 5] }, + "dst": { "map": "Veridia", "loc": [5436, 1341, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5466, 1804, 12] }, - "dst": { "map": "Felucca", "loc": [5593, 1840, -3] }, + "src": { "map": "Veridia", "loc": [5466, 1804, 12] }, + "dst": { "map": "Veridia", "loc": [5593, 1840, -3] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5466, 1805, 12] }, - "dst": { "map": "Felucca", "loc": [5593, 1841, -3] }, + "src": { "map": "Veridia", "loc": [5466, 1805, 12] }, + "dst": { "map": "Veridia", "loc": [5593, 1841, -3] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5466, 1806, 12] }, - "dst": { "map": "Felucca", "loc": [5593, 1842, -3] }, + "src": { "map": "Veridia", "loc": [5466, 1806, 12] }, + "dst": { "map": "Veridia", "loc": [5593, 1842, -3] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5490, 19, -25] }, - "dst": { "map": "Felucca", "loc": [5514, 10, 5] }, + "src": { "map": "Veridia", "loc": [5490, 19, -25] }, + "dst": { "map": "Veridia", "loc": [5514, 10, 5] }, "back": true }, { - "src": { "map": "Felucca", "loc": [5503, 3971, 40] }, - "dst": { "map": "Felucca", "loc": [5972, 2418, 26] }, + "src": { "map": "Veridia", "loc": [5503, 3971, 40] }, + "dst": { "map": "Veridia", "loc": [5972, 2418, 26] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5504, 569, 46] }, - "dst": { "map": "Felucca", "loc": [5574, 628, 37] }, + "src": { "map": "Veridia", "loc": [5504, 569, 46] }, + "dst": { "map": "Veridia", "loc": [5574, 628, 37] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5504, 570, 46] }, - "dst": { "map": "Felucca", "loc": [5574, 629, 37] }, + "src": { "map": "Veridia", "loc": [5504, 570, 46] }, + "dst": { "map": "Veridia", "loc": [5574, 629, 37] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5504, 571, 46] }, - "dst": { "map": "Felucca", "loc": [5574, 630, 37] }, + "src": { "map": "Veridia", "loc": [5504, 571, 46] }, + "dst": { "map": "Veridia", "loc": [5574, 630, 37] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5506, 814, 60] }, - "dst": { "map": "Felucca", "loc": [5164, 1009, 0] }, + "src": { "map": "Veridia", "loc": [5506, 814, 60] }, + "dst": { "map": "Veridia", "loc": [5164, 1009, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5506, 817, 60] }, - "dst": { "map": "Felucca", "loc": [5201, 1564, 0] }, + "src": { "map": "Veridia", "loc": [5506, 817, 60] }, + "dst": { "map": "Veridia", "loc": [5201, 1564, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5513, 176, 5] }, - "dst": { "map": "Felucca", "loc": [5540, 187, 0] }, + "src": { "map": "Veridia", "loc": [5513, 176, 5] }, + "dst": { "map": "Veridia", "loc": [5540, 187, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5522, 672, 32] }, - "dst": { "map": "Felucca", "loc": [5573, 632, 22] }, + "src": { "map": "Veridia", "loc": [5522, 672, 32] }, + "dst": { "map": "Veridia", "loc": [5573, 632, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5522, 673, 32] }, - "dst": { "map": "Felucca", "loc": [5573, 633, 22] }, + "src": { "map": "Veridia", "loc": [5522, 673, 32] }, + "dst": { "map": "Veridia", "loc": [5573, 633, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5522, 674, 32] }, - "dst": { "map": "Felucca", "loc": [5573, 634, 22] }, + "src": { "map": "Veridia", "loc": [5522, 674, 32] }, + "dst": { "map": "Veridia", "loc": [5573, 634, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5527, 1340, 0] }, - "dst": { "map": "Felucca", "loc": [5412, 1396, 0] }, + "src": { "map": "Veridia", "loc": [5527, 1340, 0] }, + "dst": { "map": "Veridia", "loc": [5412, 1396, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5538, 170, 5] }, - "dst": { "map": "Felucca", "loc": [5517, 176, 0] }, + "src": { "map": "Veridia", "loc": [5538, 170, 5] }, + "dst": { "map": "Veridia", "loc": [5517, 176, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5543, 1355, 0] }, - "dst": { "map": "Felucca", "loc": [5572, 1307, 0] }, + "src": { "map": "Veridia", "loc": [5543, 1355, 0] }, + "dst": { "map": "Veridia", "loc": [5572, 1307, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5551, 1805, 12] }, - "dst": { "map": "Felucca", "loc": [5556, 1825, -3] }, + "src": { "map": "Veridia", "loc": [5551, 1805, 12] }, + "dst": { "map": "Veridia", "loc": [5556, 1825, -3] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5552, 1805, 12] }, - "dst": { "map": "Felucca", "loc": [5557, 1825, -3] }, + "src": { "map": "Veridia", "loc": [5552, 1805, 12] }, + "dst": { "map": "Veridia", "loc": [5557, 1825, -3] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5553, 1805, 12] }, - "dst": { "map": "Felucca", "loc": [5557, 1825, -3] }, + "src": { "map": "Veridia", "loc": [5553, 1805, 12] }, + "dst": { "map": "Veridia", "loc": [5557, 1825, -3] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5556, 1826, -10] }, - "dst": { "map": "Felucca", "loc": [5551, 1806, 7] }, + "src": { "map": "Veridia", "loc": [5556, 1826, -10] }, + "dst": { "map": "Veridia", "loc": [5551, 1806, 7] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5557, 1317, 0] }, - "dst": { "map": "Felucca", "loc": [5396, 1297, 0] }, + "src": { "map": "Veridia", "loc": [5557, 1317, 0] }, + "dst": { "map": "Veridia", "loc": [5396, 1297, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5557, 1826, -10] }, - "dst": { "map": "Felucca", "loc": [5552, 1806, 7] }, + "src": { "map": "Veridia", "loc": [5557, 1826, -10] }, + "dst": { "map": "Veridia", "loc": [5552, 1806, 7] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5566, 1337, 0] }, - "dst": { "map": "Felucca", "loc": [5620, 1341, 0] }, + "src": { "map": "Veridia", "loc": [5566, 1337, 0] }, + "dst": { "map": "Veridia", "loc": [5620, 1341, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5571, 1299, 0] }, - "dst": { "map": "Felucca", "loc": [6012, 3786, 25] }, + "src": { "map": "Veridia", "loc": [5571, 1299, 0] }, + "dst": { "map": "Veridia", "loc": [6012, 3786, 25] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5572, 632, 17] }, - "dst": { "map": "Felucca", "loc": [5521, 672, 27] }, + "src": { "map": "Veridia", "loc": [5572, 632, 17] }, + "dst": { "map": "Veridia", "loc": [5521, 672, 27] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5572, 633, 17] }, - "dst": { "map": "Felucca", "loc": [5521, 673, 27] }, + "src": { "map": "Veridia", "loc": [5572, 633, 17] }, + "dst": { "map": "Veridia", "loc": [5521, 673, 27] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5572, 634, 17] }, - "dst": { "map": "Felucca", "loc": [5521, 674, 27] }, + "src": { "map": "Veridia", "loc": [5572, 634, 17] }, + "dst": { "map": "Veridia", "loc": [5521, 674, 27] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5572, 1299, 0] }, - "dst": { "map": "Felucca", "loc": [6013, 3786, 25] }, + "src": { "map": "Veridia", "loc": [5572, 1299, 0] }, + "dst": { "map": "Veridia", "loc": [6013, 3786, 25] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5573, 628, 42] }, - "dst": { "map": "Felucca", "loc": [5503, 569, 51] }, + "src": { "map": "Veridia", "loc": [5573, 628, 42] }, + "dst": { "map": "Veridia", "loc": [5503, 569, 51] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5573, 629, 42] }, - "dst": { "map": "Felucca", "loc": [5503, 570, 51] }, + "src": { "map": "Veridia", "loc": [5573, 629, 42] }, + "dst": { "map": "Veridia", "loc": [5503, 570, 51] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5573, 630, 42] }, - "dst": { "map": "Felucca", "loc": [5503, 571, 51] }, + "src": { "map": "Veridia", "loc": [5573, 630, 42] }, + "dst": { "map": "Veridia", "loc": [5503, 571, 51] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5588, 630, 30] }, - "dst": { "map": "Felucca", "loc": [1296, 1080, 0] }, + "src": { "map": "Veridia", "loc": [5588, 630, 30] }, + "dst": { "map": "Veridia", "loc": [1296, 1080, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [5588, 631, 30] }, - "dst": { "map": "Felucca", "loc": [1296, 1081, 0] }, + "src": { "map": "Veridia", "loc": [5588, 631, 30] }, + "dst": { "map": "Veridia", "loc": [1296, 1081, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [5588, 632, 30] }, - "dst": { "map": "Felucca", "loc": [1296, 1082, 0] }, + "src": { "map": "Veridia", "loc": [5588, 632, 30] }, + "dst": { "map": "Veridia", "loc": [1296, 1082, 0] }, "back": true }, { - "src": { "map": "Felucca", "loc": [5594, 1840, -8] }, - "dst": { "map": "Felucca", "loc": [5467, 1804, 7] }, + "src": { "map": "Veridia", "loc": [5594, 1840, -8] }, + "dst": { "map": "Veridia", "loc": [5467, 1804, 7] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5594, 1841, -8] }, - "dst": { "map": "Felucca", "loc": [5467, 1805, 7] }, + "src": { "map": "Veridia", "loc": [5594, 1841, -8] }, + "dst": { "map": "Veridia", "loc": [5467, 1805, 7] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5604, 102, 5] }, - "dst": { "map": "Felucca", "loc": [5514, 147, 25] }, + "src": { "map": "Veridia", "loc": [5604, 102, 5] }, + "dst": { "map": "Veridia", "loc": [5514, 147, 25] }, "back": true }, { - "src": { "map": "Felucca", "loc": [5658, 423, 8] }, - "dst": { "map": "Felucca", "loc": [5697, 3659, 2] }, + "src": { "map": "Veridia", "loc": [5658, 423, 8] }, + "dst": { "map": "Veridia", "loc": [5697, 3659, 2] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5670, 2391, 40] }, - "dst": { "map": "Felucca", "loc": [5753, 325, 10] }, + "src": { "map": "Veridia", "loc": [5670, 2391, 40] }, + "dst": { "map": "Veridia", "loc": [5753, 325, 10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5682, 1437, 0] }, - "dst": { "map": "Felucca", "loc": [5164, 1009, 0] }, + "src": { "map": "Veridia", "loc": [5682, 1437, 0] }, + "dst": { "map": "Veridia", "loc": [5164, 1009, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5682, 1440, 0] }, - "dst": { "map": "Felucca", "loc": [5606, 802, 60] }, + "src": { "map": "Veridia", "loc": [5682, 1440, 0] }, + "dst": { "map": "Veridia", "loc": [5606, 802, 60] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5686, 385, 2] }, - "dst": { "map": "Felucca", "loc": [2777, 894, -23] }, + "src": { "map": "Veridia", "loc": [5686, 385, 2] }, + "dst": { "map": "Veridia", "loc": [2777, 894, -23] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5686, 386, 2] }, - "dst": { "map": "Felucca", "loc": [2777, 894, -23] }, + "src": { "map": "Veridia", "loc": [5686, 386, 2] }, + "dst": { "map": "Veridia", "loc": [2777, 894, -23] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5686, 387, 2] }, - "dst": { "map": "Felucca", "loc": [2777, 895, -23] }, + "src": { "map": "Veridia", "loc": [5686, 387, 2] }, + "dst": { "map": "Veridia", "loc": [2777, 895, -23] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5687, 1424, 38] }, - "dst": { "map": "Felucca", "loc": [2923, 3406, 8] }, + "src": { "map": "Veridia", "loc": [5687, 1424, 38] }, + "dst": { "map": "Veridia", "loc": [2923, 3406, 8] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5690, 569, 25] }, - "dst": { "map": "Felucca", "loc": [5829, 595, 0] }, + "src": { "map": "Veridia", "loc": [5690, 569, 25] }, + "dst": { "map": "Veridia", "loc": [5829, 595, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5691, 1348, 0] }, - "dst": { "map": "Felucca", "loc": [5690, 1352, -26] }, + "src": { "map": "Veridia", "loc": [5691, 1348, 0] }, + "dst": { "map": "Veridia", "loc": [5690, 1352, -26] }, "back": true }, { - "src": { "map": "Felucca", "loc": [5697, 3660, -5] }, - "dst": { "map": "Felucca", "loc": [5658, 424, 0] }, + "src": { "map": "Veridia", "loc": [5697, 3660, -5] }, + "dst": { "map": "Veridia", "loc": [5658, 424, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5698, 662, 0] }, - "dst": { "map": "Felucca", "loc": [5793, 527, 10] }, + "src": { "map": "Veridia", "loc": [5698, 662, 0] }, + "dst": { "map": "Veridia", "loc": [5793, 527, 10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5698, 662, 0] }, - "dst": { "map": "Felucca", "loc": [5793, 527, 10] }, + "src": { "map": "Veridia", "loc": [5698, 662, 0] }, + "dst": { "map": "Veridia", "loc": [5793, 527, 10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5701, 1320, 16] }, - "dst": { "map": "Felucca", "loc": [5786, 1336, -8] }, + "src": { "map": "Veridia", "loc": [5701, 1320, 16] }, + "dst": { "map": "Veridia", "loc": [5786, 1336, -8] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5702, 1320, 16] }, - "dst": { "map": "Felucca", "loc": [5787, 1336, -8] }, + "src": { "map": "Veridia", "loc": [5702, 1320, 16] }, + "dst": { "map": "Veridia", "loc": [5787, 1336, -8] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5703, 1320, 16] }, - "dst": { "map": "Felucca", "loc": [5788, 1336, -8] }, + "src": { "map": "Veridia", "loc": [5703, 1320, 16] }, + "dst": { "map": "Veridia", "loc": [5788, 1336, -8] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5705, 146, -45] }, - "dst": { "map": "Felucca", "loc": [5705, 305, 7] }, + "src": { "map": "Veridia", "loc": [5705, 146, -45] }, + "dst": { "map": "Veridia", "loc": [5705, 305, 7] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5705, 147, -45] }, - "dst": { "map": "Felucca", "loc": [5705, 306, 7] }, + "src": { "map": "Veridia", "loc": [5705, 147, -45] }, + "dst": { "map": "Veridia", "loc": [5705, 306, 7] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5705, 625, 0] }, - "dst": { "map": "Felucca", "loc": [5703, 639, 0] }, + "src": { "map": "Veridia", "loc": [5705, 625, 0] }, + "dst": { "map": "Veridia", "loc": [5703, 639, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5706, 305, 12] }, - "dst": { "map": "Felucca", "loc": [5705, 146, -45] }, + "src": { "map": "Veridia", "loc": [5706, 305, 12] }, + "dst": { "map": "Veridia", "loc": [5705, 146, -45] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5706, 306, 12] }, - "dst": { "map": "Felucca", "loc": [5705, 147, -45] }, + "src": { "map": "Veridia", "loc": [5706, 306, 12] }, + "dst": { "map": "Veridia", "loc": [5705, 147, -45] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5731, 445, -18] }, - "dst": { "map": "Felucca", "loc": [6087, 3676, 18] }, + "src": { "map": "Veridia", "loc": [5731, 445, -18] }, + "dst": { "map": "Veridia", "loc": [6087, 3676, 18] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5731, 3420, 14] }, - "dst": { "map": "Felucca", "loc": [5490, 2348, 20] }, + "src": { "map": "Veridia", "loc": [5731, 3420, 14] }, + "dst": { "map": "Veridia", "loc": [5490, 2348, 20] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5733, 554, 20] }, - "dst": { "map": "Felucca", "loc": [5829, 595, 0] }, + "src": { "map": "Veridia", "loc": [5733, 554, 20] }, + "dst": { "map": "Veridia", "loc": [5829, 595, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5748, 362, 2] }, - "dst": { "map": "Felucca", "loc": [313, 786, -24] }, + "src": { "map": "Veridia", "loc": [5748, 362, 2] }, + "dst": { "map": "Veridia", "loc": [313, 786, -24] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5749, 362, 0] }, - "dst": { "map": "Felucca", "loc": [313, 786, -24] }, + "src": { "map": "Veridia", "loc": [5749, 362, 0] }, + "dst": { "map": "Veridia", "loc": [313, 786, -24] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5750, 362, 3] }, - "dst": { "map": "Felucca", "loc": [314, 786, -24] }, + "src": { "map": "Veridia", "loc": [5750, 362, 3] }, + "dst": { "map": "Veridia", "loc": [314, 786, -24] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5753, 324, 21] }, - "dst": { "map": "Felucca", "loc": [5670, 2391, 40] }, + "src": { "map": "Veridia", "loc": [5753, 324, 21] }, + "dst": { "map": "Veridia", "loc": [5670, 2391, 40] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5753, 437, 78] }, - "dst": { "map": "Felucca", "loc": [2400, 199, 0] }, + "src": { "map": "Veridia", "loc": [5753, 437, 78] }, + "dst": { "map": "Veridia", "loc": [2400, 199, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5757, 2907, 15] }, - "dst": { "map": "Felucca", "loc": [5791, 1415, 38] }, + "src": { "map": "Veridia", "loc": [5757, 2907, 15] }, + "dst": { "map": "Veridia", "loc": [5791, 1415, 38] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5757, 2908, 14] }, - "dst": { "map": "Felucca", "loc": [5791, 1416, 38] }, + "src": { "map": "Veridia", "loc": [5757, 2908, 14] }, + "dst": { "map": "Veridia", "loc": [5791, 1416, 38] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5757, 2909, 15] }, - "dst": { "map": "Felucca", "loc": [5791, 1417, 40] }, + "src": { "map": "Veridia", "loc": [5757, 2909, 15] }, + "dst": { "map": "Veridia", "loc": [5791, 1417, 40] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5786, 1335, -13] }, - "dst": { "map": "Felucca", "loc": [5701, 1319, 13] }, + "src": { "map": "Veridia", "loc": [5786, 1335, -13] }, + "dst": { "map": "Veridia", "loc": [5701, 1319, 13] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5787, 1335, -13] }, - "dst": { "map": "Felucca", "loc": [5702, 1319, 13] }, + "src": { "map": "Veridia", "loc": [5787, 1335, -13] }, + "dst": { "map": "Veridia", "loc": [5702, 1319, 13] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5788, 1335, -13] }, - "dst": { "map": "Felucca", "loc": [5703, 1319, 13] }, + "src": { "map": "Veridia", "loc": [5788, 1335, -13] }, + "dst": { "map": "Veridia", "loc": [5703, 1319, 13] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5792, 1415, 41] }, - "dst": { "map": "Felucca", "loc": [5758, 2907, 15] }, + "src": { "map": "Veridia", "loc": [5792, 1415, 41] }, + "dst": { "map": "Veridia", "loc": [5758, 2907, 15] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5792, 1416, 41] }, - "dst": { "map": "Felucca", "loc": [5758, 2908, 15] }, + "src": { "map": "Veridia", "loc": [5792, 1416, 41] }, + "dst": { "map": "Veridia", "loc": [5758, 2908, 15] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5792, 1417, 41] }, - "dst": { "map": "Felucca", "loc": [5758, 2909, 15] }, + "src": { "map": "Veridia", "loc": [5792, 1417, 41] }, + "dst": { "map": "Veridia", "loc": [5758, 2909, 15] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5824, 631, 5] }, - "dst": { "map": "Felucca", "loc": [2041, 215, 14] }, + "src": { "map": "Veridia", "loc": [5824, 631, 5] }, + "dst": { "map": "Veridia", "loc": [2041, 215, 14] }, "back": true }, { - "src": { "map": "Felucca", "loc": [5825, 631, 5] }, - "dst": { "map": "Felucca", "loc": [2042, 215, 14] }, + "src": { "map": "Veridia", "loc": [5825, 631, 5] }, + "dst": { "map": "Veridia", "loc": [2042, 215, 14] }, "back": true }, { - "src": { "map": "Felucca", "loc": [5825, 631, 5] }, - "dst": { "map": "Felucca", "loc": [2043, 215, 14] }, + "src": { "map": "Veridia", "loc": [5825, 631, 5] }, + "dst": { "map": "Veridia", "loc": [2043, 215, 14] }, "back": true }, { - "src": { "map": "Felucca", "loc": [5826, 465, -1] }, - "dst": { "map": "Felucca", "loc": [1987, 2063, -40] }, + "src": { "map": "Veridia", "loc": [5826, 465, -1] }, + "dst": { "map": "Veridia", "loc": [1987, 2063, -40] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5827, 465, -1] }, - "dst": { "map": "Felucca", "loc": [1988, 2063, -40] }, + "src": { "map": "Veridia", "loc": [5827, 465, -1] }, + "dst": { "map": "Veridia", "loc": [1988, 2063, -40] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5827, 593, 0] }, - "dst": { "map": "Felucca", "loc": [5690, 569, 25] }, + "src": { "map": "Veridia", "loc": [5827, 593, 0] }, + "dst": { "map": "Veridia", "loc": [5690, 569, 25] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5828, 465, 0] }, - "dst": { "map": "Felucca", "loc": [1989, 2063, -40] }, + "src": { "map": "Veridia", "loc": [5828, 465, 0] }, + "dst": { "map": "Veridia", "loc": [1989, 2063, -40] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5829, 593, 0] }, - "dst": { "map": "Felucca", "loc": [5690, 569, 25] }, + "src": { "map": "Veridia", "loc": [5829, 593, 0] }, + "dst": { "map": "Veridia", "loc": [5690, 569, 25] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5831, 323, 34] }, - "dst": { "map": "Felucca", "loc": [5849, 238, -25] }, + "src": { "map": "Veridia", "loc": [5831, 323, 34] }, + "dst": { "map": "Veridia", "loc": [5849, 238, -25] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5832, 323, 34] }, - "dst": { "map": "Felucca", "loc": [5850, 238, -25] }, + "src": { "map": "Veridia", "loc": [5832, 323, 34] }, + "dst": { "map": "Veridia", "loc": [5850, 238, -25] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5833, 323, 33] }, - "dst": { "map": "Felucca", "loc": [5851, 238, -25] }, + "src": { "map": "Veridia", "loc": [5833, 323, 33] }, + "dst": { "map": "Veridia", "loc": [5851, 238, -25] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5834, 323, 33] }, - "dst": { "map": "Felucca", "loc": [5852, 238, -25] }, + "src": { "map": "Veridia", "loc": [5834, 323, 33] }, + "dst": { "map": "Veridia", "loc": [5852, 238, -25] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5835, 323, 33] }, - "dst": { "map": "Felucca", "loc": [5853, 238, -23] }, + "src": { "map": "Veridia", "loc": [5835, 323, 33] }, + "dst": { "map": "Veridia", "loc": [5853, 238, -23] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5849, 239, -25] }, - "dst": { "map": "Felucca", "loc": [5831, 324, 27] }, + "src": { "map": "Veridia", "loc": [5849, 239, -25] }, + "dst": { "map": "Veridia", "loc": [5831, 324, 27] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5850, 239, -25] }, - "dst": { "map": "Felucca", "loc": [5832, 324, 26] }, + "src": { "map": "Veridia", "loc": [5850, 239, -25] }, + "dst": { "map": "Veridia", "loc": [5832, 324, 26] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5850, 431, 2] }, - "dst": { "map": "Felucca", "loc": [5127, 3143, 97] }, + "src": { "map": "Veridia", "loc": [5850, 431, 2] }, + "dst": { "map": "Veridia", "loc": [5127, 3143, 97] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5850, 432, 0] }, - "dst": { "map": "Felucca", "loc": [5127, 3143, 97] }, + "src": { "map": "Veridia", "loc": [5850, 432, 0] }, + "dst": { "map": "Veridia", "loc": [5127, 3143, 97] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5850, 433, -2] }, - "dst": { "map": "Felucca", "loc": [5127, 3143, 97] }, + "src": { "map": "Veridia", "loc": [5850, 433, -2] }, + "dst": { "map": "Veridia", "loc": [5127, 3143, 97] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5850, 434, -1] }, - "dst": { "map": "Felucca", "loc": [5127, 3143, 97] }, + "src": { "map": "Veridia", "loc": [5850, 434, -1] }, + "dst": { "map": "Veridia", "loc": [5127, 3143, 97] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5851, 239, -25] }, - "dst": { "map": "Felucca", "loc": [5833, 324, 28] }, + "src": { "map": "Veridia", "loc": [5851, 239, -25] }, + "dst": { "map": "Veridia", "loc": [5833, 324, 28] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5852, 239, -25] }, - "dst": { "map": "Felucca", "loc": [5834, 324, 27] }, + "src": { "map": "Veridia", "loc": [5852, 239, -25] }, + "dst": { "map": "Veridia", "loc": [5834, 324, 27] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5853, 239, -23] }, - "dst": { "map": "Felucca", "loc": [5835, 324, 27] }, + "src": { "map": "Veridia", "loc": [5853, 239, -23] }, + "dst": { "map": "Veridia", "loc": [5835, 324, 27] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5867, 528, 15] }, - "dst": { "map": "Felucca", "loc": [5703, 639, 0] }, + "src": { "map": "Veridia", "loc": [5867, 528, 15] }, + "dst": { "map": "Veridia", "loc": [5703, 639, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5867, 529, 15] }, - "dst": { "map": "Felucca", "loc": [5703, 639, 0] }, + "src": { "map": "Veridia", "loc": [5867, 529, 15] }, + "dst": { "map": "Veridia", "loc": [5703, 639, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5868, 528, 15] }, - "dst": { "map": "Felucca", "loc": [5703, 639, 0] }, + "src": { "map": "Veridia", "loc": [5868, 528, 15] }, + "dst": { "map": "Veridia", "loc": [5703, 639, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5868, 529, 15] }, - "dst": { "map": "Felucca", "loc": [5703, 639, 0] }, + "src": { "map": "Veridia", "loc": [5868, 529, 15] }, + "dst": { "map": "Veridia", "loc": [5703, 639, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5870, 530, 15] }, - "dst": { "map": "Felucca", "loc": [5690, 569, 25] }, + "src": { "map": "Veridia", "loc": [5870, 530, 15] }, + "dst": { "map": "Veridia", "loc": [5690, 569, 25] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5870, 531, 15] }, - "dst": { "map": "Felucca", "loc": [5690, 569, 25] }, + "src": { "map": "Veridia", "loc": [5870, 531, 15] }, + "dst": { "map": "Veridia", "loc": [5690, 569, 25] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5871, 530, 15] }, - "dst": { "map": "Felucca", "loc": [5690, 569, 25] }, + "src": { "map": "Veridia", "loc": [5871, 530, 15] }, + "dst": { "map": "Veridia", "loc": [5690, 569, 25] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5871, 531, 15] }, - "dst": { "map": "Felucca", "loc": [5690, 569, 25] }, + "src": { "map": "Veridia", "loc": [5871, 531, 15] }, + "dst": { "map": "Veridia", "loc": [5690, 569, 25] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5874, 146, 27] }, - "dst": { "map": "Felucca", "loc": [5208, 2323, 31] }, + "src": { "map": "Veridia", "loc": [5874, 146, 27] }, + "dst": { "map": "Veridia", "loc": [5208, 2323, 31] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5875, 19, -5] }, - "dst": { "map": "Felucca", "loc": [5507, 162, 5] }, + "src": { "map": "Veridia", "loc": [5875, 19, -5] }, + "dst": { "map": "Veridia", "loc": [5507, 162, 5] }, "back": true }, { - "src": { "map": "Felucca", "loc": [5875, 146, 27] }, - "dst": { "map": "Felucca", "loc": [5208, 2322, 32] }, + "src": { "map": "Veridia", "loc": [5875, 146, 27] }, + "dst": { "map": "Veridia", "loc": [5208, 2322, 32] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5876, 146, 27] }, - "dst": { "map": "Felucca", "loc": [5208, 2322, 32] }, + "src": { "map": "Veridia", "loc": [5876, 146, 27] }, + "dst": { "map": "Veridia", "loc": [5208, 2322, 32] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5877, 146, 27] }, - "dst": { "map": "Felucca", "loc": [5208, 2322, 32] }, + "src": { "map": "Veridia", "loc": [5877, 146, 27] }, + "dst": { "map": "Veridia", "loc": [5208, 2322, 32] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5878, 3817, -2] }, - "dst": { "map": "Felucca", "loc": [5399, 1289, 0] }, + "src": { "map": "Veridia", "loc": [5878, 3817, -2] }, + "dst": { "map": "Veridia", "loc": [5399, 1289, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5878, 3818, -2] }, - "dst": { "map": "Felucca", "loc": [5399, 1290, 0] }, + "src": { "map": "Veridia", "loc": [5878, 3818, -2] }, + "dst": { "map": "Veridia", "loc": [5399, 1290, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5882, 241, 0] }, - "dst": { "map": "Felucca", "loc": [1998, 81, 5] }, + "src": { "map": "Veridia", "loc": [5882, 241, 0] }, + "dst": { "map": "Veridia", "loc": [1998, 81, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5882, 242, 0] }, - "dst": { "map": "Felucca", "loc": [1998, 81, 5] }, + "src": { "map": "Veridia", "loc": [5882, 242, 0] }, + "dst": { "map": "Veridia", "loc": [1998, 81, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5882, 243, 0] }, - "dst": { "map": "Felucca", "loc": [1998, 81, 5] }, + "src": { "map": "Veridia", "loc": [5882, 243, 0] }, + "dst": { "map": "Veridia", "loc": [1998, 81, 5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5899, 1411, 43] }, - "dst": { "map": "Felucca", "loc": [1630, 3320, 0] }, + "src": { "map": "Veridia", "loc": [5899, 1411, 43] }, + "dst": { "map": "Veridia", "loc": [1630, 3320, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5900, 1411, 42] }, - "dst": { "map": "Felucca", "loc": [1630, 3320, 0] }, + "src": { "map": "Veridia", "loc": [5900, 1411, 42] }, + "dst": { "map": "Veridia", "loc": [1630, 3320, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5919, 168, 22] }, - "dst": { "map": "Felucca", "loc": [6083, 144, -20] }, + "src": { "map": "Veridia", "loc": [5919, 168, 22] }, + "dst": { "map": "Veridia", "loc": [6083, 144, -20] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5919, 169, 22] }, - "dst": { "map": "Felucca", "loc": [6083, 145, -20] }, + "src": { "map": "Veridia", "loc": [5919, 169, 22] }, + "dst": { "map": "Veridia", "loc": [6083, 145, -20] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5919, 170, 22] }, - "dst": { "map": "Felucca", "loc": [6083, 146, -20] }, + "src": { "map": "Veridia", "loc": [5919, 170, 22] }, + "dst": { "map": "Veridia", "loc": [6083, 146, -20] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5918, 1410, -29] }, - "dst": { "map": "Felucca", "loc": [5961, 1408, 59] }, + "src": { "map": "Veridia", "loc": [5918, 1410, -29] }, + "dst": { "map": "Veridia", "loc": [5961, 1408, 59] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5918, 1411, -29] }, - "dst": { "map": "Felucca", "loc": [5961, 1408, 59] }, + "src": { "map": "Veridia", "loc": [5918, 1411, -29] }, + "dst": { "map": "Veridia", "loc": [5961, 1408, 59] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5918, 1412, -29] }, - "dst": { "map": "Felucca", "loc": [5961, 1409, 59] }, + "src": { "map": "Veridia", "loc": [5918, 1412, -29] }, + "dst": { "map": "Veridia", "loc": [5961, 1409, 59] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5920, 168, 16] }, - "dst": { "map": "Felucca", "loc": [6083, 144, -20] }, + "src": { "map": "Veridia", "loc": [5920, 168, 16] }, + "dst": { "map": "Veridia", "loc": [6083, 144, -20] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5920, 169, 16] }, - "dst": { "map": "Felucca", "loc": [6083, 145, -20] }, + "src": { "map": "Veridia", "loc": [5920, 169, 16] }, + "dst": { "map": "Veridia", "loc": [6083, 145, -20] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5920, 170, 16] }, - "dst": { "map": "Felucca", "loc": [6083, 146, -20] }, + "src": { "map": "Veridia", "loc": [5920, 170, 16] }, + "dst": { "map": "Veridia", "loc": [6083, 146, -20] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5926, 145, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5926, 145, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5926, 146, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5926, 146, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5926, 147, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5926, 147, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5926, 148, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5926, 148, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5926, 149, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5926, 149, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5933, 145, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5933, 145, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5933, 146, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5933, 146, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5933, 147, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5933, 147, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5933, 149, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5933, 149, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5944, 144, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5944, 144, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5944, 145, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5944, 145, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5944, 146, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5944, 146, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5944, 147, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5944, 147, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5944, 148, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5944, 148, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5955, 144, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5955, 144, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5955, 145, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5955, 145, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5955, 146, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5955, 146, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5955, 148, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5955, 148, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5955, 149, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5955, 149, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5955, 150, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5955, 150, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5961, 1408, 59] }, - "dst": { "map": "Felucca", "loc": [5918, 1411, -29] }, + "src": { "map": "Veridia", "loc": [5961, 1408, 59] }, + "dst": { "map": "Veridia", "loc": [5918, 1411, -29] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5961, 1409, 59] }, - "dst": { "map": "Felucca", "loc": [5918, 1412, -29] }, + "src": { "map": "Veridia", "loc": [5961, 1409, 59] }, + "dst": { "map": "Veridia", "loc": [5918, 1412, -29] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5963, 144, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5963, 144, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5963, 145, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5963, 145, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5963, 146, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5963, 146, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5963, 147, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5963, 147, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5963, 148, 22] }, - "dst": { "map": "Felucca", "loc": [5970, 147, 22] }, + "src": { "map": "Veridia", "loc": [5963, 148, 22] }, + "dst": { "map": "Veridia", "loc": [5970, 147, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5972, 168, 0] }, - "dst": { "map": "Felucca", "loc": [5905, 100, 0] }, + "src": { "map": "Veridia", "loc": [5972, 168, 0] }, + "dst": { "map": "Veridia", "loc": [5905, 100, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5974, 2697, 35] }, - "dst": { "map": "Felucca", "loc": [2985, 2890, 35] }, + "src": { "map": "Veridia", "loc": [5974, 2697, 35] }, + "dst": { "map": "Veridia", "loc": [2985, 2890, 35] }, "back": false }, { - "src": { "map": "Felucca", "loc": [5996, 2367, 45] }, - "dst": { "map": "Felucca", "loc": [5522, 3921, 37] }, + "src": { "map": "Veridia", "loc": [5996, 2367, 45] }, + "dst": { "map": "Veridia", "loc": [5522, 3921, 37] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6005, 1378, 0] }, - "dst": { "map": "Felucca", "loc": [5151, 4062, 37] }, + "src": { "map": "Veridia", "loc": [6005, 1378, 0] }, + "dst": { "map": "Veridia", "loc": [5151, 4062, 37] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6005, 1379, 2] }, - "dst": { "map": "Felucca", "loc": [5151, 4062, 37] }, + "src": { "map": "Veridia", "loc": [6005, 1379, 2] }, + "dst": { "map": "Veridia", "loc": [5151, 4062, 37] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6005, 1380, 1] }, - "dst": { "map": "Felucca", "loc": [5151, 4063, 37] }, + "src": { "map": "Veridia", "loc": [6005, 1380, 1] }, + "dst": { "map": "Veridia", "loc": [5151, 4063, 37] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6011, 3787, 22] }, - "dst": { "map": "Felucca", "loc": [5570, 1300, 0] }, + "src": { "map": "Veridia", "loc": [6011, 3787, 22] }, + "dst": { "map": "Veridia", "loc": [5570, 1300, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6012, 3787, 20] }, - "dst": { "map": "Felucca", "loc": [5571, 1300, 0] }, + "src": { "map": "Veridia", "loc": [6012, 3787, 20] }, + "dst": { "map": "Veridia", "loc": [5571, 1300, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6013, 3787, 20] }, - "dst": { "map": "Felucca", "loc": [5572, 1300, 0] }, + "src": { "map": "Veridia", "loc": [6013, 3787, 20] }, + "dst": { "map": "Veridia", "loc": [5572, 1300, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6014, 3787, 21] }, - "dst": { "map": "Felucca", "loc": [5573, 1300, 0] }, + "src": { "map": "Veridia", "loc": [6014, 3787, 21] }, + "dst": { "map": "Veridia", "loc": [5573, 1300, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6025, 1344, -26] }, - "dst": { "map": "Felucca", "loc": [5137, 3664, 27] }, + "src": { "map": "Veridia", "loc": [6025, 1344, -26] }, + "dst": { "map": "Veridia", "loc": [5137, 3664, 27] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6025, 1345, -26] }, - "dst": { "map": "Felucca", "loc": [5137, 3664, 27] }, + "src": { "map": "Veridia", "loc": [6025, 1345, -26] }, + "dst": { "map": "Veridia", "loc": [5137, 3664, 27] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6025, 1346, -26] }, - "dst": { "map": "Felucca", "loc": [5137, 3665, 31] }, + "src": { "map": "Veridia", "loc": [6025, 1346, -26] }, + "dst": { "map": "Veridia", "loc": [5137, 3665, 31] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6026, 196, 22] }, - "dst": { "map": "Felucca", "loc": [6987, 805, 24] }, + "src": { "map": "Veridia", "loc": [6026, 196, 22] }, + "dst": { "map": "Veridia", "loc": [6987, 805, 24] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6026, 197, 25] }, - "dst": { "map": "Felucca", "loc": [6987, 805, 24] }, + "src": { "map": "Veridia", "loc": [6026, 197, 25] }, + "dst": { "map": "Veridia", "loc": [6987, 805, 24] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6031, 1499, 42] }, - "dst": { "map": "Felucca", "loc": [1491, 1640, 24] }, + "src": { "map": "Veridia", "loc": [6031, 1499, 42] }, + "dst": { "map": "Veridia", "loc": [1491, 1640, 24] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6031, 1501, 42] }, - "dst": { "map": "Felucca", "loc": [1491, 1642, 24] }, + "src": { "map": "Veridia", "loc": [6031, 1501, 42] }, + "dst": { "map": "Veridia", "loc": [1491, 1642, 24] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6083, 144, -20] }, - "dst": { "map": "Felucca", "loc": [5918, 168, 22] }, + "src": { "map": "Veridia", "loc": [6083, 144, -20] }, + "dst": { "map": "Veridia", "loc": [5918, 168, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6083, 145, -20] }, - "dst": { "map": "Felucca", "loc": [5918, 169, 22] }, + "src": { "map": "Veridia", "loc": [6083, 145, -20] }, + "dst": { "map": "Veridia", "loc": [5918, 169, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6083, 146, -20] }, - "dst": { "map": "Felucca", "loc": [5918, 170, 22] }, + "src": { "map": "Veridia", "loc": [6083, 146, -20] }, + "dst": { "map": "Veridia", "loc": [5918, 170, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6040, 194, 12] }, - "dst": { "map": "Felucca", "loc": [6059, 90, 24] }, + "src": { "map": "Veridia", "loc": [6040, 194, 12] }, + "dst": { "map": "Veridia", "loc": [6059, 90, 24] }, "back": true }, { - "src": { "map": "Felucca", "loc": [6044, 226, 44] }, - "dst": { "map": "Felucca", "loc": [6041, 204, 22] }, + "src": { "map": "Veridia", "loc": [6044, 226, 44] }, + "dst": { "map": "Veridia", "loc": [6041, 204, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6053, 2407, 27] }, - "dst": { "map": "Felucca", "loc": [5958, 2345, 25] }, + "src": { "map": "Veridia", "loc": [6053, 2407, 27] }, + "dst": { "map": "Veridia", "loc": [5958, 2345, 25] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6075, 3332, 4] }, - "dst": { "map": "Felucca", "loc": [6126, 1410, 15] }, + "src": { "map": "Veridia", "loc": [6075, 3332, 4] }, + "dst": { "map": "Veridia", "loc": [6126, 1410, 15] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6080, 2340, 26] }, - "dst": { "map": "Felucca", "loc": [6089, 2400, 24] }, + "src": { "map": "Veridia", "loc": [6080, 2340, 26] }, + "dst": { "map": "Veridia", "loc": [6089, 2400, 24] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6083, 144, -20] }, - "dst": { "map": "Felucca", "loc": [5920, 168, 22] }, + "src": { "map": "Veridia", "loc": [6083, 144, -20] }, + "dst": { "map": "Veridia", "loc": [5920, 168, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6083, 145, -20] }, - "dst": { "map": "Felucca", "loc": [5920, 169, 22] }, + "src": { "map": "Veridia", "loc": [6083, 145, -20] }, + "dst": { "map": "Veridia", "loc": [5920, 169, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6083, 146, -20] }, - "dst": { "map": "Felucca", "loc": [5920, 170, 22] }, + "src": { "map": "Veridia", "loc": [6083, 146, -20] }, + "dst": { "map": "Veridia", "loc": [5920, 170, 22] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6086, 3676, 16] }, - "dst": { "map": "Felucca", "loc": [5731, 446, -16] }, + "src": { "map": "Veridia", "loc": [6086, 3676, 16] }, + "dst": { "map": "Veridia", "loc": [5731, 446, -16] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6107, 179, 0] }, - "dst": { "map": "Felucca", "loc": [6124, 155, 0] }, + "src": { "map": "Veridia", "loc": [6107, 179, 0] }, + "dst": { "map": "Veridia", "loc": [6124, 155, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6115, 176, 0] }, - "dst": { "map": "Felucca", "loc": [6107, 176, 0] }, + "src": { "map": "Veridia", "loc": [6115, 176, 0] }, + "dst": { "map": "Veridia", "loc": [6107, 176, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6125, 1411, 15] }, - "dst": { "map": "Felucca", "loc": [6075, 3332, 4] }, + "src": { "map": "Veridia", "loc": [6125, 1411, 15] }, + "dst": { "map": "Veridia", "loc": [6075, 3332, 4] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6126, 1411, 15] }, - "dst": { "map": "Felucca", "loc": [6075, 3332, 4] }, + "src": { "map": "Veridia", "loc": [6126, 1411, 15] }, + "dst": { "map": "Veridia", "loc": [6075, 3332, 4] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6127, 1411, 15] }, - "dst": { "map": "Felucca", "loc": [6075, 3332, 4] }, + "src": { "map": "Veridia", "loc": [6127, 1411, 15] }, + "dst": { "map": "Veridia", "loc": [6075, 3332, 4] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6137, 1409, 2] }, - "dst": { "map": "Felucca", "loc": [6140, 1432, 4] }, + "src": { "map": "Veridia", "loc": [6137, 1409, 2] }, + "dst": { "map": "Veridia", "loc": [6140, 1432, 4] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6138, 1409, 2] }, - "dst": { "map": "Felucca", "loc": [6140, 1432, 4] }, + "src": { "map": "Veridia", "loc": [6138, 1409, 2] }, + "dst": { "map": "Veridia", "loc": [6140, 1432, 4] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6140, 1431, 4] }, - "dst": { "map": "Felucca", "loc": [6137, 1408, 2] }, + "src": { "map": "Veridia", "loc": [6140, 1431, 4] }, + "dst": { "map": "Veridia", "loc": [6137, 1408, 2] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6141, 1431, 4] }, - "dst": { "map": "Felucca", "loc": [6138, 1408, 2] }, + "src": { "map": "Veridia", "loc": [6141, 1431, 4] }, + "dst": { "map": "Veridia", "loc": [6138, 1408, 2] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6159, 130, 0] }, - "dst": { "map": "Felucca", "loc": [6317, 63, -20] }, + "src": { "map": "Veridia", "loc": [6159, 130, 0] }, + "dst": { "map": "Veridia", "loc": [6317, 63, -20] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6161, 163, -10] }, - "dst": { "map": "Felucca", "loc": [6321, 106, -20] }, + "src": { "map": "Veridia", "loc": [6161, 163, -10] }, + "dst": { "map": "Veridia", "loc": [6321, 106, -20] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6164, 73, 0] }, - "dst": { "map": "Felucca", "loc": [6320, 22, -20] }, + "src": { "map": "Veridia", "loc": [6164, 73, 0] }, + "dst": { "map": "Veridia", "loc": [6320, 22, -20] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6172, 21, 0] }, - "dst": { "map": "Felucca", "loc": [765, 1645, 0] }, + "src": { "map": "Veridia", "loc": [6172, 21, 0] }, + "dst": { "map": "Veridia", "loc": [765, 1645, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6172, 22, 0] }, - "dst": { "map": "Felucca", "loc": [765, 1646, 0] }, + "src": { "map": "Veridia", "loc": [6172, 22, 0] }, + "dst": { "map": "Veridia", "loc": [765, 1646, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6172, 23, 0] }, - "dst": { "map": "Felucca", "loc": [765, 1647, 0] }, + "src": { "map": "Veridia", "loc": [6172, 23, 0] }, + "dst": { "map": "Veridia", "loc": [765, 1647, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6173, 176, -10] }, - "dst": { "map": "Felucca", "loc": [6233, 15, -10] }, + "src": { "map": "Veridia", "loc": [6173, 176, -10] }, + "dst": { "map": "Veridia", "loc": [6233, 15, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6174, 176, -10] }, - "dst": { "map": "Felucca", "loc": [6234, 15, -10] }, + "src": { "map": "Veridia", "loc": [6174, 176, -10] }, + "dst": { "map": "Veridia", "loc": [6234, 15, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6175, 176, -10] }, - "dst": { "map": "Felucca", "loc": [6235, 15, -10] }, + "src": { "map": "Veridia", "loc": [6175, 176, -10] }, + "dst": { "map": "Veridia", "loc": [6235, 15, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6176, 176, -10] }, - "dst": { "map": "Felucca", "loc": [6236, 15, -10] }, + "src": { "map": "Veridia", "loc": [6176, 176, -10] }, + "dst": { "map": "Veridia", "loc": [6236, 15, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6177, 176, -10] }, - "dst": { "map": "Felucca", "loc": [6237, 15, -10] }, + "src": { "map": "Veridia", "loc": [6177, 176, -10] }, + "dst": { "map": "Veridia", "loc": [6237, 15, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6178, 176, -10] }, - "dst": { "map": "Felucca", "loc": [6238, 15, -10] }, + "src": { "map": "Veridia", "loc": [6178, 176, -10] }, + "dst": { "map": "Veridia", "loc": [6238, 15, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6179, 176, -10] }, - "dst": { "map": "Felucca", "loc": [6239, 15, -10] }, + "src": { "map": "Veridia", "loc": [6179, 176, -10] }, + "dst": { "map": "Veridia", "loc": [6239, 15, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6211, 106, 0] }, - "dst": { "map": "Felucca", "loc": [6355, 34, -20] }, + "src": { "map": "Veridia", "loc": [6211, 106, 0] }, + "dst": { "map": "Veridia", "loc": [6355, 34, -20] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6233, 14, -10] }, - "dst": { "map": "Felucca", "loc": [6172, 174, -10] }, + "src": { "map": "Veridia", "loc": [6233, 14, -10] }, + "dst": { "map": "Veridia", "loc": [6172, 174, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6234, 14, -10] }, - "dst": { "map": "Felucca", "loc": [6173, 174, -10] }, + "src": { "map": "Veridia", "loc": [6234, 14, -10] }, + "dst": { "map": "Veridia", "loc": [6173, 174, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6235, 14, -10] }, - "dst": { "map": "Felucca", "loc": [6174, 174, -10] }, + "src": { "map": "Veridia", "loc": [6235, 14, -10] }, + "dst": { "map": "Veridia", "loc": [6174, 174, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6236, 14, -10] }, - "dst": { "map": "Felucca", "loc": [6175, 174, -10] }, + "src": { "map": "Veridia", "loc": [6236, 14, -10] }, + "dst": { "map": "Veridia", "loc": [6175, 174, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6237, 14, -10] }, - "dst": { "map": "Felucca", "loc": [6176, 174, -10] }, + "src": { "map": "Veridia", "loc": [6237, 14, -10] }, + "dst": { "map": "Veridia", "loc": [6176, 174, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6238, 14, -10] }, - "dst": { "map": "Felucca", "loc": [6177, 174, -10] }, + "src": { "map": "Veridia", "loc": [6238, 14, -10] }, + "dst": { "map": "Veridia", "loc": [6177, 174, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6239, 14, -10] }, - "dst": { "map": "Felucca", "loc": [6177, 174, -10] }, + "src": { "map": "Veridia", "loc": [6239, 14, -10] }, + "dst": { "map": "Veridia", "loc": [6177, 174, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6240, 14, -10] }, - "dst": { "map": "Felucca", "loc": [6178, 174, -10] }, + "src": { "map": "Veridia", "loc": [6240, 14, -10] }, + "dst": { "map": "Veridia", "loc": [6178, 174, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6256, 97, -4] }, - "dst": { "map": "Felucca", "loc": [6257, 95, -10] }, + "src": { "map": "Veridia", "loc": [6256, 97, -4] }, + "dst": { "map": "Veridia", "loc": [6257, 95, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6260, 97, -4] }, - "dst": { "map": "Felucca", "loc": [6260, 95, -10] }, + "src": { "map": "Veridia", "loc": [6260, 97, -4] }, + "dst": { "map": "Veridia", "loc": [6260, 95, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6262, 95, -10] }, - "dst": { "map": "Felucca", "loc": [6262, 99, -10] }, + "src": { "map": "Veridia", "loc": [6262, 95, -10] }, + "dst": { "map": "Veridia", "loc": [6262, 99, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6263, 97, -4] }, - "dst": { "map": "Felucca", "loc": [6262, 95, -10] }, + "src": { "map": "Veridia", "loc": [6263, 97, -4] }, + "dst": { "map": "Veridia", "loc": [6262, 95, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6269, 97, -4] }, - "dst": { "map": "Felucca", "loc": [6269, 95, -10] }, + "src": { "map": "Veridia", "loc": [6269, 97, -4] }, + "dst": { "map": "Veridia", "loc": [6269, 95, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6273, 97, -4] }, - "dst": { "map": "Felucca", "loc": [6272, 95, -10] }, + "src": { "map": "Veridia", "loc": [6273, 97, -4] }, + "dst": { "map": "Veridia", "loc": [6272, 95, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6276, 40, -10] }, - "dst": { "map": "Felucca", "loc": [6374, 124, -20] }, + "src": { "map": "Veridia", "loc": [6276, 40, -10] }, + "dst": { "map": "Veridia", "loc": [6374, 124, -20] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6310, 890, 0] }, - "dst": { "map": "Felucca", "loc": [1715, 2996, 0] }, + "src": { "map": "Veridia", "loc": [6310, 890, 0] }, + "dst": { "map": "Veridia", "loc": [1715, 2996, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6310, 890, 0] }, - "dst": { "map": "Felucca", "loc": [1716, 2997, 0] }, + "src": { "map": "Veridia", "loc": [6310, 890, 0] }, + "dst": { "map": "Veridia", "loc": [1716, 2997, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6310, 891, 0] }, - "dst": { "map": "Felucca", "loc": [1715, 2996, 0] }, + "src": { "map": "Veridia", "loc": [6310, 891, 0] }, + "dst": { "map": "Veridia", "loc": [1715, 2996, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6310, 891, 0] }, - "dst": { "map": "Felucca", "loc": [1716, 2997, 0] }, + "src": { "map": "Veridia", "loc": [6310, 891, 0] }, + "dst": { "map": "Veridia", "loc": [1716, 2997, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6310, 892, 0] }, - "dst": { "map": "Felucca", "loc": [1715, 2997, 0] }, + "src": { "map": "Veridia", "loc": [6310, 892, 0] }, + "dst": { "map": "Veridia", "loc": [1715, 2997, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6310, 892, 0] }, - "dst": { "map": "Felucca", "loc": [1716, 2997, 0] }, + "src": { "map": "Veridia", "loc": [6310, 892, 0] }, + "dst": { "map": "Veridia", "loc": [1716, 2997, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6310, 893, 0] }, - "dst": { "map": "Felucca", "loc": [1715, 2997, 0] }, + "src": { "map": "Veridia", "loc": [6310, 893, 0] }, + "dst": { "map": "Veridia", "loc": [1715, 2997, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6310, 893, 0] }, - "dst": { "map": "Felucca", "loc": [1716, 2997, 0] }, + "src": { "map": "Veridia", "loc": [6310, 893, 0] }, + "dst": { "map": "Veridia", "loc": [1716, 2997, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6316, 62, -5] }, - "dst": { "map": "Felucca", "loc": [6160, 131, 0] }, + "src": { "map": "Veridia", "loc": [6316, 62, -5] }, + "dst": { "map": "Veridia", "loc": [6160, 131, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6319, 19, -20] }, - "dst": { "map": "Felucca", "loc": [6165, 74, 0] }, + "src": { "map": "Veridia", "loc": [6319, 19, -20] }, + "dst": { "map": "Veridia", "loc": [6165, 74, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6356, 32, -9] }, - "dst": { "map": "Felucca", "loc": [6210, 105, 0] }, + "src": { "map": "Veridia", "loc": [6356, 32, -9] }, + "dst": { "map": "Veridia", "loc": [6210, 105, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6373, 49, -20] }, - "dst": { "map": "Felucca", "loc": [801, 1682, 0] }, + "src": { "map": "Veridia", "loc": [6373, 49, -20] }, + "dst": { "map": "Veridia", "loc": [801, 1682, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6374, 49, -20] }, - "dst": { "map": "Felucca", "loc": [801, 1682, 0] }, + "src": { "map": "Veridia", "loc": [6374, 49, -20] }, + "dst": { "map": "Veridia", "loc": [801, 1682, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6374, 125, -20] }, - "dst": { "map": "Felucca", "loc": [6277, 41, -10] }, + "src": { "map": "Veridia", "loc": [6374, 125, -20] }, + "dst": { "map": "Veridia", "loc": [6277, 41, -10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6375, 49, -20] }, - "dst": { "map": "Felucca", "loc": [801, 1682, 0] }, + "src": { "map": "Veridia", "loc": [6375, 49, -20] }, + "dst": { "map": "Veridia", "loc": [801, 1682, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6376, 49, -20] }, - "dst": { "map": "Felucca", "loc": [801, 1682, 0] }, + "src": { "map": "Veridia", "loc": [6376, 49, -20] }, + "dst": { "map": "Veridia", "loc": [801, 1682, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6377, 49, -20] }, - "dst": { "map": "Felucca", "loc": [801, 1682, 0] }, + "src": { "map": "Veridia", "loc": [6377, 49, -20] }, + "dst": { "map": "Veridia", "loc": [801, 1682, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6469, 97, -50] }, - "dst": { "map": "Felucca", "loc": [6503, 88, 0] }, + "src": { "map": "Veridia", "loc": [6469, 97, -50] }, + "dst": { "map": "Veridia", "loc": [6503, 88, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6540, 116, -15] }, - "dst": { "map": "Felucca", "loc": [6537, 138, -20] }, + "src": { "map": "Veridia", "loc": [6540, 116, -15] }, + "dst": { "map": "Veridia", "loc": [6537, 138, -20] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6540, 117, -15] }, - "dst": { "map": "Felucca", "loc": [6537, 139, -20] }, + "src": { "map": "Veridia", "loc": [6540, 117, -15] }, + "dst": { "map": "Veridia", "loc": [6537, 139, -20] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6554, 104, 0] }, - "dst": { "map": "Felucca", "loc": [6555, 116, 0] }, + "src": { "map": "Veridia", "loc": [6554, 104, 0] }, + "dst": { "map": "Veridia", "loc": [6555, 116, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6568, 77, -10] }, - "dst": { "map": "Felucca", "loc": [6576, 73, 0] }, + "src": { "map": "Veridia", "loc": [6568, 77, -10] }, + "dst": { "map": "Veridia", "loc": [6576, 73, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6477, 860, 9] }, - "dst": { "map": "Felucca", "loc": [6574, 889, 0] }, + "src": { "map": "Veridia", "loc": [6477, 860, 9] }, + "dst": { "map": "Veridia", "loc": [6574, 889, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6577, 159, 13] }, - "dst": { "map": "Felucca", "loc": [6577, 177, 30] }, + "src": { "map": "Veridia", "loc": [6577, 159, 13] }, + "dst": { "map": "Veridia", "loc": [6577, 177, 30] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6578, 159, 12] }, - "dst": { "map": "Felucca", "loc": [6577, 177, 30] }, + "src": { "map": "Veridia", "loc": [6578, 159, 12] }, + "dst": { "map": "Veridia", "loc": [6577, 177, 30] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6579, 159, 7] }, - "dst": { "map": "Felucca", "loc": [6577, 177, 30] }, + "src": { "map": "Veridia", "loc": [6579, 159, 7] }, + "dst": { "map": "Veridia", "loc": [6577, 177, 30] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6582, 109, 0] }, - "dst": { "map": "Felucca", "loc": [6553, 142, 0] }, + "src": { "map": "Veridia", "loc": [6582, 109, 0] }, + "dst": { "map": "Veridia", "loc": [6553, 142, 0] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6588, 867, 0] }, - "dst": { "map": "Felucca", "loc": [6488, 849, 40] }, + "src": { "map": "Veridia", "loc": [6588, 867, 0] }, + "dst": { "map": "Veridia", "loc": [6488, 849, 40] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6589, 178, 25] }, - "dst": { "map": "Felucca", "loc": [6519, 116, -20] }, + "src": { "map": "Veridia", "loc": [6589, 178, 25] }, + "dst": { "map": "Veridia", "loc": [6519, 116, -20] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6941, 987, -15] }, - "dst": { "map": "Felucca", "loc": [5524, 3353, 10] }, + "src": { "map": "Veridia", "loc": [6941, 987, -15] }, + "dst": { "map": "Veridia", "loc": [5524, 3353, 10] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6972, 802, 28] }, - "dst": { "map": "Felucca", "loc": [5905, 21, 44] }, + "src": { "map": "Veridia", "loc": [6972, 802, 28] }, + "dst": { "map": "Veridia", "loc": [5905, 21, 44] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6992, 1367, -15] }, + "src": { "map": "Veridia", "loc": [6992, 1367, -15] }, "dst": { "map": "TerMur", "loc": [511, 585, 11] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6993, 1367, -15] }, + "src": { "map": "Veridia", "loc": [6993, 1367, -15] }, "dst": { "map": "TerMur", "loc": [512, 585, 11] }, "back": false }, { - "src": { "map": "Felucca", "loc": [6994, 1367, -15] }, + "src": { "map": "Veridia", "loc": [6994, 1367, -15] }, "dst": { "map": "TerMur", "loc": [513, 585, 11] }, "back": false }, { - "src": { "map": "Felucca", "loc": [7045, 1090, -15] }, - "dst": { "map": "Felucca", "loc": [5405, 2640, -5] }, + "src": { "map": "Veridia", "loc": [7045, 1090, -15] }, + "dst": { "map": "Veridia", "loc": [5405, 2640, -5] }, "back": false }, { - "src": { "map": "Felucca", "loc": [7049, 709, 28] }, - "dst": { "map": "Felucca", "loc": [2923, 3406, 8] }, + "src": { "map": "Veridia", "loc": [7049, 709, 28] }, + "dst": { "map": "Veridia", "loc": [2923, 3406, 8] }, "back": false }, { - "src": { "map": "Felucca", "loc": [7149, 756, 25] }, + "src": { "map": "Veridia", "loc": [7149, 756, 25] }, "dst": { "map": "TerMur", "loc": [974, 419, -21] }, "back": true }, { - "src": { "map": "Felucca", "loc": [7150, 756, 26] }, + "src": { "map": "Veridia", "loc": [7150, 756, 26] }, "dst": { "map": "TerMur", "loc": [975, 419, -21] }, "back": true }, { - "src": { "map": "Felucca", "loc": [7151, 756, 25] }, + "src": { "map": "Veridia", "loc": [7151, 756, 25] }, "dst": { "map": "TerMur", "loc": [976, 419, -21] }, "back": true }, { - "src": { "map": "Felucca", "loc": [7152, 756, 25] }, + "src": { "map": "Veridia", "loc": [7152, 756, 25] }, "dst": { "map": "TerMur", "loc": [977, 419, -21] }, "back": true }, @@ -6441,22 +6441,22 @@ }, { "src": { "map": "TerMur", "loc": [511, 584, 11] }, - "dst": { "map": "Felucca", "loc": [6992, 1367, -15] }, + "dst": { "map": "Veridia", "loc": [6992, 1367, -15] }, "back": false }, { "src": { "map": "TerMur", "loc": [512, 584, 11] }, - "dst": { "map": "Felucca", "loc": [6992, 1367, -15] }, + "dst": { "map": "Veridia", "loc": [6992, 1367, -15] }, "back": false }, { "src": { "map": "TerMur", "loc": [513, 584, 11] }, - "dst": { "map": "Felucca", "loc": [6993, 1367, -15] }, + "dst": { "map": "Veridia", "loc": [6993, 1367, -15] }, "back": false }, { "src": { "map": "TerMur", "loc": [514, 584, 11] }, - "dst": { "map": "Felucca", "loc": [6993, 1367, -15] }, + "dst": { "map": "Veridia", "loc": [6993, 1367, -15] }, "back": false }, { @@ -6811,7 +6811,7 @@ }, { "src": { "map": "TerMur", "loc": [7149, 756, 25] }, - "dst": { "map": "Felucca", "loc": [511, 585, 11] }, + "dst": { "map": "Veridia", "loc": [511, 585, 11] }, "back": false }, { diff --git a/Projects/Server/ExpansionInfo.cs b/Projects/Server/ExpansionInfo.cs index 8c41350e6..8c7839922 100644 --- a/Projects/Server/ExpansionInfo.cs +++ b/Projects/Server/ExpansionInfo.cs @@ -41,7 +41,7 @@ public enum Expansion public enum ClientFlags { None = 0x00000000, - Felucca = 0x00000001, + Veridia = 0x00000001, Trammel = 0x00000002, Ilshenar = 0x00000004, Malas = 0x00000008, @@ -114,7 +114,7 @@ public enum CharacterListFlags SeventhCharacterSlot = 0x00001000, Unk4 = 0x00002000, NewMovementSystem = 0x00004000, // Doesn't seem to be used on OSI - NewFeluccaAreas = 0x00008000, + NewVeridiaAreas = 0x00008000, ExpansionNone = ContextMenus, ExpansionT2A = ContextMenus, diff --git a/Projects/Server/Maps/Map.cs b/Projects/Server/Maps/Map.cs index e51a848d2..9a5d5b630 100644 --- a/Projects/Server/Maps/Map.cs +++ b/Projects/Server/Maps/Map.cs @@ -35,7 +35,7 @@ public enum MapRules BeneficialRestrictions = 0x0004, // Disallow performing beneficial actions on criminals/murderers HarmfulRestrictions = 0x0008, // Disallow performing harmful actions on innocents TrammelRules = FreeMovement | BeneficialRestrictions | HarmfulRestrictions, - FeluccaRules = None + VeridiaRules = None } /// @@ -90,7 +90,7 @@ public sealed partial class Map : IComparable, ISpanFormattable, ISpanParsa public static Map[] Maps { get; } = new Map[0x100]; - public static Map Felucca => Maps[0]; + public static Map Veridia => Maps[0]; public static Map Trammel => Maps[1]; public static Map Ilshenar => Maps[2]; public static Map Malas => Maps[3]; diff --git a/Projects/Server/Maps/MapSelection.cs b/Projects/Server/Maps/MapSelection.cs index 01a7e0704..0d894d02f 100644 --- a/Projects/Server/Maps/MapSelection.cs +++ b/Projects/Server/Maps/MapSelection.cs @@ -7,7 +7,7 @@ namespace Server.Maps; [Flags] public enum MapSelectionFlags { - Felucca = 0x00000001, + Veridia = 0x00000001, Trammel = 0x00000002, Ilshenar = 0x00000004, Malas = 0x00000008, diff --git a/Projects/Server/Network/Packets/OutgoingAccountPackets.cs b/Projects/Server/Network/Packets/OutgoingAccountPackets.cs index c8923a933..0092a21f1 100644 --- a/Projects/Server/Network/Packets/OutgoingAccountPackets.cs +++ b/Projects/Server/Network/Packets/OutgoingAccountPackets.cs @@ -215,8 +215,8 @@ public static class OutgoingAccountPackets map = m.LogoutMap; } - writer.Write((short)(map?.Width ?? Map.Felucca.Width)); - writer.Write((short)(map?.Height ?? Map.Felucca.Height)); + writer.Write((short)(map?.Width ?? Map.Veridia.Width)); + writer.Write((short)(map?.Height ?? Map.Veridia.Height)); writer.Clear(writer.Capacity - writer.Position); // Remaining is zero ns.Send(writer.Span); diff --git a/Projects/Server/TileMatrix/TileMatrix.cs b/Projects/Server/TileMatrix/TileMatrix.cs index 333cea53e..7e66dc44f 100644 --- a/Projects/Server/TileMatrix/TileMatrix.cs +++ b/Projects/Server/TileMatrix/TileMatrix.cs @@ -63,7 +63,7 @@ public class TileMatrix public static void Configure() { - // Set to true to support < 6.0.0 clients where map0.mul is both Felucca & Trammel + // Set to true to support < 6.0.0 clients where map0.mul is both Veridia & Trammel var isPre6000Trammel = UOClient.ServerClientVersion != null && UOClient.ServerClientVersion < ClientVersion.Version6000; Pre6000ClientSupport = ServerConfiguration.GetSetting("maps.enablePre6000Trammel", isPre6000Trammel); } diff --git a/Projects/UOContent/Commands/Object Creation/Decorate.cs b/Projects/UOContent/Commands/Object Creation/Decorate.cs index b09e07709..1256a06b1 100644 --- a/Projects/UOContent/Commands/Object Creation/Decorate.cs +++ b/Projects/UOContent/Commands/Object Creation/Decorate.cs @@ -34,7 +34,7 @@ namespace Server.Commands NetState.FlushAll(); - Generate("Data/Decoration/Overworld", Map.Felucca); + Generate("Data/Decoration/Overworld", Map.Veridia); Generate("Data/Decoration/Underworld", Map.Trammel); m_Mobile.SendMessage($"World generating complete. {m_Count} items were generated."); diff --git a/Projects/UOContent/Commands/SignParser.cs b/Projects/UOContent/Commands/SignParser.cs index 85e124009..6ee2623ab 100644 --- a/Projects/UOContent/Commands/SignParser.cs +++ b/Projects/UOContent/Commands/SignParser.cs @@ -52,8 +52,8 @@ namespace Server.Commands } } - Map[] brit = { Map.Felucca, Map.Trammel }; - Map[] fel = { Map.Felucca }; + Map[] brit = { Map.Veridia, Map.Trammel }; + Map[] fel = { Map.Veridia }; Map[] tram = { Map.Trammel }; Map[] ilsh = { Map.Ilshenar }; Map[] malas = { Map.Malas }; diff --git a/Projects/UOContent/Engines/Advanced Search/AdvancedSearchFilter.cs b/Projects/UOContent/Engines/Advanced Search/AdvancedSearchFilter.cs index 61dd44eec..0eed736e4 100644 --- a/Projects/UOContent/Engines/Advanced Search/AdvancedSearchFilter.cs +++ b/Projects/UOContent/Engines/Advanced Search/AdvancedSearchFilter.cs @@ -17,7 +17,7 @@ public enum AdvancedSearchFilterOptions : long FilterAge = 0x00000200, FilterAgeDirection = 0x00000400, HideValidInternalMap = 0x00000800, - FilterFelucca = 0x00001000, + FilterVeridia = 0x00001000, FilterTrammel = 0x00002000, FilterIlshenar = 0x00004000, FilterMalas = 0x00008000, @@ -96,10 +96,10 @@ public record AdvancedSearchFilter set => SetOptionsFlag(AdvancedSearchFilterOptions.HideValidInternalMap, value); } - public bool FilterFelucca + public bool FilterVeridia { - get => GetOptionsFlag(AdvancedSearchFilterOptions.FilterFelucca); - set => SetOptionsFlag(AdvancedSearchFilterOptions.FilterFelucca, value); + get => GetOptionsFlag(AdvancedSearchFilterOptions.FilterVeridia); + set => SetOptionsFlag(AdvancedSearchFilterOptions.FilterVeridia, value); } public bool FilterTrammel diff --git a/Projects/UOContent/Engines/Advanced Search/AdvancedSearchGump.cs b/Projects/UOContent/Engines/Advanced Search/AdvancedSearchGump.cs index 7f72c02b2..3ec78fa92 100644 --- a/Projects/UOContent/Engines/Advanced Search/AdvancedSearchGump.cs +++ b/Projects/UOContent/Engines/Advanced Search/AdvancedSearchGump.cs @@ -69,7 +69,7 @@ public class AdvancedSearchGump : Gump public static readonly AdvancedSearchFilter DefaultFilter = new() { FilterType = true, - FilterFelucca = true, + FilterVeridia = true, HideValidInternalMap = true, Type = typeof(Spawner), }; @@ -195,7 +195,7 @@ public class AdvancedSearchGump : Gump AddLabel(98, y, 0x384, "Null"); y += 20; - AddCheck(5, y, 0xD2, 0xD3, Filter.FilterFelucca, 308); + AddCheck(5, y, 0xD2, 0xD3, Filter.FilterVeridia, 308); AddLabel(28, y, 0x384, "Fel"); AddCheck(75, y, 0xD2, 0xD3, Filter.FilterTrammel, 309); AddLabel(98, y, 0x384, "Tram"); @@ -427,7 +427,7 @@ public class AdvancedSearchGump : Gump Filter.FilterRange = info.IsSwitched(304); Filter.FilterType = info.IsSwitched(305); Filter.FilterName = info.IsSwitched(306); - Filter.FilterFelucca = info.IsSwitched(308); + Filter.FilterVeridia = info.IsSwitched(308); Filter.FilterTrammel = info.IsSwitched(309); Filter.FilterMalas = info.IsSwitched(310); Filter.FilterIlshenar = info.IsSwitched(311); diff --git a/Projects/UOContent/Engines/Advanced Search/AdvancedSearchThreadWorker.cs b/Projects/UOContent/Engines/Advanced Search/AdvancedSearchThreadWorker.cs index 5206477c9..9a94eb118 100644 --- a/Projects/UOContent/Engines/Advanced Search/AdvancedSearchThreadWorker.cs +++ b/Projects/UOContent/Engines/Advanced Search/AdvancedSearchThreadWorker.cs @@ -159,7 +159,7 @@ public class AdvancedSearchThreadWorker } // Check for valid map - if (_filter.FilterFelucca && entity.Map != Map.Felucca || + if (_filter.FilterVeridia && entity.Map != Map.Veridia || _filter.FilterTrammel && entity.Map != Map.Trammel || _filter.FilterIlshenar && entity.Map != Map.Ilshenar || _filter.FilterMalas && entity.Map != Map.Malas || diff --git a/Projects/UOContent/Engines/CannedEvil/ChampionSpawn.cs b/Projects/UOContent/Engines/CannedEvil/ChampionSpawn.cs index 9daea0ba3..f5c5e4281 100755 --- a/Projects/UOContent/Engines/CannedEvil/ChampionSpawn.cs +++ b/Projects/UOContent/Engines/CannedEvil/ChampionSpawn.cs @@ -439,7 +439,7 @@ public partial class ChampionSpawn : Item private static PowerScroll CreateRandomPS() => PowerScroll.CreateRandomNoCraft(5, 5); - public static void GiveScrollTo(Mobile killer, SpecialScroll scroll, bool isFelucca = true) + public static void GiveScrollTo(Mobile killer, SpecialScroll scroll, bool isVeridia = true) { if (scroll == null || killer == null) // sanity { @@ -455,7 +455,7 @@ public partial class ChampionSpawn : Item killer.SendLocalizedMessage(1049524); // You have received a scroll of power! } - if (!isFelucca) + if (!isVeridia) { killer.AddToBackpack(scroll); return; @@ -537,7 +537,7 @@ public partial class ChampionSpawn : Item { _altar.Hue = 0; - if (HasStarRoomGate && (!Core.ML || Map == Map.Felucca)) + if (HasStarRoomGate && (!Core.ML || Map == Map.Veridia)) { new StarRoomGate(_altar.Location, _altar.Map, true); } @@ -614,7 +614,7 @@ public partial class ChampionSpawn : Item continue; } - var isFel = Map == Map.Felucca; + var isFel = Map == Map.Veridia; double mapChance; if (isFel) { diff --git a/Projects/UOContent/Engines/CannedEvil/GenChamps.cs b/Projects/UOContent/Engines/CannedEvil/GenChamps.cs index ea022724a..84014af66 100644 --- a/Projects/UOContent/Engines/CannedEvil/GenChamps.cs +++ b/Projects/UOContent/Engines/CannedEvil/GenChamps.cs @@ -30,31 +30,31 @@ public static class ChampionGenerator private static readonly ChampionEntry[] LLLocations = [ - new(typeof(LLChampionSpawn), new Point3D(5511, 2360, 42), Map.Felucca, new Point3D(5439, 2323, 26), Map.Felucca), - new(typeof(LLChampionSpawn), new Point3D(6038, 2401, 47), Map.Felucca, new Point3D(5988, 2340, 24), Map.Felucca), - new(typeof(LLChampionSpawn), new Point3D(5549, 2640, 16), Map.Felucca, new Point3D(5645, 2696, -8), Map.Felucca), - new(typeof(LLChampionSpawn), new Point3D(5636, 2916, 37), Map.Felucca, new Point3D(5721, 2949, 28), Map.Felucca), - new(typeof(LLChampionSpawn), new Point3D(6035, 2943, 50), Map.Felucca, new Point3D(6098, 2997, 17), Map.Felucca), - new(typeof(LLChampionSpawn), new Point3D(5265, 3171, 105), Map.Felucca, new Point3D(5314, 3232, 2), Map.Felucca), - new(typeof(LLChampionSpawn), new Point3D(5282, 3368, 50), Map.Felucca, new Point3D(5215, 3318, 3), Map.Felucca), - new(typeof(LLChampionSpawn), new Point3D(5207, 3637, 20), Map.Felucca, new Point3D(5263, 3687, 0), Map.Felucca), - new(typeof(LLChampionSpawn), new Point3D(5954, 3475, 25), Map.Felucca, new Point3D(6013, 3529, 0), Map.Felucca), - new(typeof(LLChampionSpawn), new Point3D(5982, 3882, 20), Map.Felucca, new Point3D(5929, 3820, -1), Map.Felucca), - new(typeof(LLChampionSpawn), new Point3D(5724, 3991, 41), Map.Felucca, new Point3D(5774, 4041, 26), Map.Felucca), - new(typeof(LLChampionSpawn), ChampionSpawnType.ForestLord, new Point3D(5559, 3757, 21), Map.Felucca, new Point3D(5513, 3878, 3), Map.Felucca) + new(typeof(LLChampionSpawn), new Point3D(5511, 2360, 42), Map.Veridia, new Point3D(5439, 2323, 26), Map.Veridia), + new(typeof(LLChampionSpawn), new Point3D(6038, 2401, 47), Map.Veridia, new Point3D(5988, 2340, 24), Map.Veridia), + new(typeof(LLChampionSpawn), new Point3D(5549, 2640, 16), Map.Veridia, new Point3D(5645, 2696, -8), Map.Veridia), + new(typeof(LLChampionSpawn), new Point3D(5636, 2916, 37), Map.Veridia, new Point3D(5721, 2949, 28), Map.Veridia), + new(typeof(LLChampionSpawn), new Point3D(6035, 2943, 50), Map.Veridia, new Point3D(6098, 2997, 17), Map.Veridia), + new(typeof(LLChampionSpawn), new Point3D(5265, 3171, 105), Map.Veridia, new Point3D(5314, 3232, 2), Map.Veridia), + new(typeof(LLChampionSpawn), new Point3D(5282, 3368, 50), Map.Veridia, new Point3D(5215, 3318, 3), Map.Veridia), + new(typeof(LLChampionSpawn), new Point3D(5207, 3637, 20), Map.Veridia, new Point3D(5263, 3687, 0), Map.Veridia), + new(typeof(LLChampionSpawn), new Point3D(5954, 3475, 25), Map.Veridia, new Point3D(6013, 3529, 0), Map.Veridia), + new(typeof(LLChampionSpawn), new Point3D(5982, 3882, 20), Map.Veridia, new Point3D(5929, 3820, -1), Map.Veridia), + new(typeof(LLChampionSpawn), new Point3D(5724, 3991, 41), Map.Veridia, new Point3D(5774, 4041, 26), Map.Veridia), + new(typeof(LLChampionSpawn), ChampionSpawnType.ForestLord, new Point3D(5559, 3757, 21), Map.Veridia, new Point3D(5513, 3878, 3), Map.Veridia) ]; private static readonly ChampionEntry[] DungeonLocations = [ - new(typeof(DungeonChampionSpawn), ChampionSpawnType.UnholyTerror, new Point3D(5179, 709, 20), Map.Felucca, new Point3D(4111, 432, 5), Map.Felucca), - new(typeof(DungeonChampionSpawn), ChampionSpawnType.VerminHorde, new Point3D(5557, 827, 65), Map.Felucca, new Point3D(5580, 632, 30), Map.Felucca), - new(typeof(DungeonChampionSpawn), ChampionSpawnType.ColdBlood, new Point3D(5259, 837, 64), Map.Felucca, new Point3D(1176, 2637, 0), Map.Felucca), - new(typeof(DungeonChampionSpawn), ChampionSpawnType.Abyss, new Point3D(5815, 1352, 5), Map.Felucca, new Point3D(2923, 3406, 8), Map.Felucca), - new(typeof(DungeonChampionSpawn), ChampionSpawnType.Arachnid, new Point3D(5190, 1607, 20), Map.Felucca, new Point3D(5482, 3161, -54), Map.Felucca) + new(typeof(DungeonChampionSpawn), ChampionSpawnType.UnholyTerror, new Point3D(5179, 709, 20), Map.Veridia, new Point3D(4111, 432, 5), Map.Veridia), + new(typeof(DungeonChampionSpawn), ChampionSpawnType.VerminHorde, new Point3D(5557, 827, 65), Map.Veridia, new Point3D(5580, 632, 30), Map.Veridia), + new(typeof(DungeonChampionSpawn), ChampionSpawnType.ColdBlood, new Point3D(5259, 837, 64), Map.Veridia, new Point3D(1176, 2637, 0), Map.Veridia), + new(typeof(DungeonChampionSpawn), ChampionSpawnType.Abyss, new Point3D(5815, 1352, 5), Map.Veridia, new Point3D(2923, 3406, 8), Map.Veridia), + new(typeof(DungeonChampionSpawn), ChampionSpawnType.Arachnid, new Point3D(5190, 1607, 20), Map.Veridia, new Point3D(5482, 3161, -54), Map.Veridia) ]; [Usage("GenChamps")] - [Description("Generates champions for Felucca Dungeons & Lost Lands.")] + [Description("Generates champions for Veridia Dungeons & Lost Lands.")] private static void ChampGen_OnCommand(CommandEventArgs e) { /* diff --git a/Projects/UOContent/Engines/CannedEvil/StarRoomGate.cs b/Projects/UOContent/Engines/CannedEvil/StarRoomGate.cs index 88acd587e..2768a68e3 100644 --- a/Projects/UOContent/Engines/CannedEvil/StarRoomGate.cs +++ b/Projects/UOContent/Engines/CannedEvil/StarRoomGate.cs @@ -31,7 +31,7 @@ public partial class StarRoomGate : Moongate } [Constructible] - public StarRoomGate(bool decays = false) : base(new Point3D(5143, 1774, 0), Map.Felucca) + public StarRoomGate(bool decays = false) : base(new Point3D(5143, 1774, 0), Map.Veridia) { Dispellable = false; ItemID = 0x1FD4; diff --git a/Projects/UOContent/Engines/Character Creation/CharacterCreation.cs b/Projects/UOContent/Engines/Character Creation/CharacterCreation.cs index 7189e38e3..8640830b9 100644 --- a/Projects/UOContent/Engines/Character Creation/CharacterCreation.cs +++ b/Projects/UOContent/Engines/Character Creation/CharacterCreation.cs @@ -85,17 +85,17 @@ public static partial class CharacterCreation new("Magincia", "The Great Horns Tavern", 1075077, 3734, 2222, 20, Map.Trammel), ]; - public static readonly CityInfo[] FeluccaStartingCities = + public static readonly CityInfo[] VeridiaStartingCities = [ - new("Yew", "The Empath Abbey", 1075072, 633, 858, 0, Map.Felucca), - new("Minoc", "The Barnacle", 1075073, 2476, 413, 15, Map.Felucca), - new("Britain", "Sweet Dreams Inn", 1075074, 1496, 1628, 10, Map.Felucca), - new("Moonglow", "The Scholars Inn", 1075075, 4408, 1168, 0, Map.Felucca), - new("Trinsic", "The Traveler's Inn", 1075076, 1845, 2745, 0, Map.Felucca), - new("Magincia", "The Great Horns Tavern", 1075077, 3734, 2222, 20, Map.Felucca), - new("Jhelom", "The Mercenary Inn", 1075078, 1374, 3826, 0, Map.Felucca), - new("Skara Brae", "The Falconer's Inn", 1075079, 618, 2234, 0, Map.Felucca), - new("Vesper", "The Ironwood Inn", 1075080, 2771, 976, 0, Map.Felucca) + new("Yew", "The Empath Abbey", 1075072, 633, 858, 0, Map.Veridia), + new("Minoc", "The Barnacle", 1075073, 2476, 413, 15, Map.Veridia), + new("Britain", "Sweet Dreams Inn", 1075074, 1496, 1628, 10, Map.Veridia), + new("Moonglow", "The Scholars Inn", 1075075, 4408, 1168, 0, Map.Veridia), + new("Trinsic", "The Traveler's Inn", 1075076, 1845, 2745, 0, Map.Veridia), + new("Magincia", "The Great Horns Tavern", 1075077, 3734, 2222, 20, Map.Veridia), + new("Jhelom", "The Mercenary Inn", 1075078, 1374, 3826, 0, Map.Veridia), + new("Skara Brae", "The Falconer's Inn", 1075079, 618, 2234, 0, Map.Veridia), + new("Vesper", "The Ironwood Inn", 1075080, 2771, 976, 0, Map.Veridia) ]; public static readonly CityInfo[] TrammelStartingCities = @@ -148,9 +148,9 @@ public static partial class CharacterCreation return [..NewHavenStartingCities, ..TrammelStartingCities]; } - if (availableMaps.Includes(MapSelectionFlags.Felucca)) + if (availableMaps.Includes(MapSelectionFlags.Veridia)) { - return FeluccaStartingCities; + return VeridiaStartingCities; } logger.Error("No starting cities are available."); @@ -308,8 +308,8 @@ public static partial class CharacterCreation if (m.AccessLevel > AccessLevel.Player) { - var map = availableMaps.Includes(MapSelectionFlags.Felucca) ? Map.Felucca : Map.Trammel; - if (availableMaps.Includes(MapSelectionFlags.Felucca)) + var map = availableMaps.Includes(MapSelectionFlags.Veridia) ? Map.Veridia : Map.Trammel; + if (availableMaps.Includes(MapSelectionFlags.Veridia)) { return new CityInfo("Green Acres", "Green Acres", 5445, 1153, 0, map); } diff --git a/Projects/UOContent/Engines/ConPVP/Arena.cs b/Projects/UOContent/Engines/ConPVP/Arena.cs index aebfed7b0..9c0c39d75 100644 --- a/Projects/UOContent/Engines/ConPVP/Arena.cs +++ b/Projects/UOContent/Engines/ConPVP/Arena.cs @@ -593,7 +593,7 @@ namespace Server.Engines.ConPVP if (m_Facet == null) { loc = new Point3D(2715, 2165, 0); - facet = Map.Felucca; + facet = Map.Veridia; } else { diff --git a/Projects/UOContent/Engines/Craft/Core/CraftItem.cs b/Projects/UOContent/Engines/Craft/Core/CraftItem.cs index e99760bbc..843c21035 100644 --- a/Projects/UOContent/Engines/Craft/Core/CraftItem.cs +++ b/Projects/UOContent/Engines/Craft/Core/CraftItem.cs @@ -1439,7 +1439,7 @@ namespace Server.Engines.Craft { item = customCraft.CompleteCraft(out num); } - else if (typeof(MapItem).IsAssignableFrom(ItemType) && from.Map != Map.Trammel && from.Map != Map.Felucca) + else if (typeof(MapItem).IsAssignableFrom(ItemType) && from.Map != Map.Trammel && from.Map != Map.Veridia) { item = new IndecipherableMap(); from.SendLocalizedMessage(1070800); // The map you create becomes mysteriously indecipherable. diff --git a/Projects/UOContent/Engines/Factions/Core/Faction.cs b/Projects/UOContent/Engines/Factions/Core/Faction.cs index 6c440584b..810ce5772 100644 --- a/Projects/UOContent/Engines/Factions/Core/Faction.cs +++ b/Projects/UOContent/Engines/Factions/Core/Faction.cs @@ -25,7 +25,7 @@ public abstract class Faction : IComparable, ISpanParsable public static readonly TimeSpan LeavePeriod = TimeSpan.FromDays(3.0); - public static readonly Map Facet = Map.Felucca; + public static readonly Map Facet = Map.Veridia; public static readonly TimeSpan SkillLossPeriod = TimeSpan.FromMinutes(20.0); private static readonly Dictionary m_SkillLoss = new(); diff --git a/Projects/UOContent/Engines/Factions/Instances/Factions/Shadowlords.cs b/Projects/UOContent/Engines/Factions/Instances/Factions/Shadowlords.cs index 903d8fe48..ce03f4437 100644 --- a/Projects/UOContent/Engines/Factions/Instances/Factions/Shadowlords.cs +++ b/Projects/UOContent/Engines/Factions/Instances/Factions/Shadowlords.cs @@ -25,7 +25,7 @@ public class Shadowlords : Faction * The Shadow Lords are a faction that has sprung up within the ranks of * Minax. Comprised mostly of undead and those who would seek to be * necromancers, they pose a threat to both the sides of good and evil. - * Their plans have disrupted the hold Minax has over Felucca, and their + * Their plans have disrupted the hold Minax has over Veridia, and their * ultimate goal is to destroy all life. */ 1011451, diff --git a/Projects/UOContent/Engines/Harvest/Core/HarvestDefinition.cs b/Projects/UOContent/Engines/Harvest/Core/HarvestDefinition.cs index 02a5b6248..00e2f1d11 100644 --- a/Projects/UOContent/Engines/Harvest/Core/HarvestDefinition.cs +++ b/Projects/UOContent/Engines/Harvest/Core/HarvestDefinition.cs @@ -30,7 +30,7 @@ namespace Server.Engines.Harvest public int ConsumedPerHarvest { get; set; } - public int ConsumedPerFeluccaHarvest { get; set; } + public int ConsumedPerVeridiaHarvest { get; set; } public bool PlaceAtFeetIfFull { get; set; } diff --git a/Projects/UOContent/Engines/Harvest/Core/HarvestSystem.cs b/Projects/UOContent/Engines/Harvest/Core/HarvestSystem.cs index 3a454ca4a..1539ebe8e 100644 --- a/Projects/UOContent/Engines/Harvest/Core/HarvestSystem.cs +++ b/Projects/UOContent/Engines/Harvest/Core/HarvestSystem.cs @@ -169,22 +169,22 @@ namespace Server.Engines.Harvest if (item.Stackable) { var amount = def.ConsumedPerHarvest; - var feluccaAmount = def.ConsumedPerFeluccaHarvest; + var VeridiaAmount = def.ConsumedPerVeridiaHarvest; var racialAmount = (int)Math.Ceiling(amount * 1.1); - var feluccaRacialAmount = (int)Math.Ceiling(feluccaAmount * 1.1); + var VeridiaRacialAmount = (int)Math.Ceiling(VeridiaAmount * 1.1); var eligableForRacialBonus = def.RaceBonus && from.Race == Race.Human; - var inFelucca = map == Map.Felucca; + var inVeridia = map == Map.Veridia; - if (eligableForRacialBonus && inFelucca && bank.Current >= feluccaRacialAmount && + if (eligableForRacialBonus && inVeridia && bank.Current >= VeridiaRacialAmount && Utility.RandomDouble() < 0.1) { - item.Amount = feluccaRacialAmount; + item.Amount = VeridiaRacialAmount; } - else if (inFelucca && bank.Current >= feluccaAmount) + else if (inVeridia && bank.Current >= VeridiaAmount) { - item.Amount = feluccaAmount; + item.Amount = VeridiaAmount; } else if (eligableForRacialBonus && bank.Current >= racialAmount && Utility.RandomDouble() < 0.1) { diff --git a/Projects/UOContent/Engines/Harvest/Fishing.cs b/Projects/UOContent/Engines/Harvest/Fishing.cs index 6b3ef49ae..8b16c83c5 100644 --- a/Projects/UOContent/Engines/Harvest/Fishing.cs +++ b/Projects/UOContent/Engines/Harvest/Fishing.cs @@ -81,7 +81,7 @@ namespace Server.Engines.Harvest RangedTiles = true, MaxRange = 4, ConsumedPerHarvest = 1, - ConsumedPerFeluccaHarvest = 1, + ConsumedPerVeridiaHarvest = 1, EffectActions = new[] { 12 }, EffectSounds = Array.Empty(), EffectCounts = new[] { 1 }, @@ -200,7 +200,7 @@ namespace Server.Engines.Harvest { foreach (var sos in pack.FindItemsByType()) { - if ((from.Map == Map.Felucca || from.Map == Map.Trammel) && from.InRange(sos.TargetLocation, 60)) + if ((from.Map == Map.Veridia || from.Map == Map.Trammel) && from.InRange(sos.TargetLocation, 60)) { return true; } @@ -225,12 +225,12 @@ namespace Server.Engines.Harvest level = 1; } - return new TreasureMap(level, from.Map == Map.Felucca ? Map.Felucca : Map.Trammel); + return new TreasureMap(level, from.Map == Map.Veridia ? Map.Veridia : Map.Trammel); } if (type == typeof(MessageInABottle)) { - return new MessageInABottle(from.Map == Map.Felucca ? Map.Felucca : Map.Trammel); + return new MessageInABottle(from.Map == Map.Veridia ? Map.Veridia : Map.Trammel); } var pack = from.Backpack; @@ -240,7 +240,7 @@ namespace Server.Engines.Harvest // We don't have to queue since we are returning on the first SOS. foreach (var sos in pack.FindItemsByType()) { - if ((from.Map == Map.Felucca || from.Map == Map.Trammel) && from.InRange(sos.TargetLocation, 60)) + if ((from.Map == Map.Veridia || from.Map == Map.Trammel) && from.InRange(sos.TargetLocation, 60)) { Item preLoot = null; diff --git a/Projects/UOContent/Engines/Harvest/Lumberjacking.cs b/Projects/UOContent/Engines/Harvest/Lumberjacking.cs index 9640f68d8..971dd50f4 100644 --- a/Projects/UOContent/Engines/Harvest/Lumberjacking.cs +++ b/Projects/UOContent/Engines/Harvest/Lumberjacking.cs @@ -51,7 +51,7 @@ namespace Server.Engines.Harvest StaticTiles = m_TreeTiles, MaxRange = 2, ConsumedPerHarvest = 10, - ConsumedPerFeluccaHarvest = 20, + ConsumedPerVeridiaHarvest = 20, EffectActions = new[] { 13 }, EffectSounds = new[] { 0x13E }, EffectCounts = Core.AOS ? new[] { 1 } : new[] { 1, 2, 2, 2, 3 }, diff --git a/Projects/UOContent/Engines/Harvest/Mining.cs b/Projects/UOContent/Engines/Harvest/Mining.cs index dd7f5c747..8f81c4f94 100644 --- a/Projects/UOContent/Engines/Harvest/Mining.cs +++ b/Projects/UOContent/Engines/Harvest/Mining.cs @@ -95,7 +95,7 @@ namespace Server.Engines.Harvest RangedTiles = true, MaxRange = 2, ConsumedPerHarvest = 1, - ConsumedPerFeluccaHarvest = 2, + ConsumedPerVeridiaHarvest = 1, EffectActions = new[] { 11 }, EffectSounds = new[] { 0x125, 0x126 }, EffectCounts = new[] { 1 }, @@ -234,7 +234,7 @@ namespace Server.Engines.Harvest RangedTiles = true, MaxRange = 2, ConsumedPerHarvest = 1, - ConsumedPerFeluccaHarvest = 1, + ConsumedPerVeridiaHarvest = 1, EffectActions = new[] { 11 }, EffectSounds = new[] { 0x125, 0x126 }, EffectCounts = new[] { 6 }, diff --git a/Projects/UOContent/Engines/Help/StuckMenu.cs b/Projects/UOContent/Engines/Help/StuckMenu.cs index a53d71db8..652aa6c91 100644 --- a/Projects/UOContent/Engines/Help/StuckMenu.cs +++ b/Projects/UOContent/Engines/Help/StuckMenu.cs @@ -160,7 +160,7 @@ namespace Server.Menus.Questions } private static bool IsInSecondAgeArea(Mobile m) => - (m.Map == Map.Trammel || m.Map == Map.Felucca) && + (m.Map == Map.Trammel || m.Map == Map.Veridia) && (m.X >= 5120 && m.Y >= 2304 || m.Region.IsPartOf("Terathan Keep")); public void BeginClose() @@ -294,13 +294,13 @@ namespace Server.Menus.Questions { destMap = Map.Trammel; } - else if (m_Mobile.Map == Map.Felucca) + else if (m_Mobile.Map == Map.Veridia) { - destMap = Map.Felucca; + destMap = Map.Veridia; } else { - destMap = m_Mobile.Murderer ? Map.Felucca : Map.Trammel; + destMap = m_Mobile.Murderer ? Map.Veridia : Map.Trammel; } BaseCreature.TeleportPets(m_Mobile, dest, destMap); diff --git a/Projects/UOContent/Engines/Khaldun/KhaldunGen.cs b/Projects/UOContent/Engines/Khaldun/KhaldunGen.cs index 5ee4316a7..bb36e598d 100644 --- a/Projects/UOContent/Engines/Khaldun/KhaldunGen.cs +++ b/Projects/UOContent/Engines/Khaldun/KhaldunGen.cs @@ -15,7 +15,7 @@ namespace Server.Commands public static bool FindMorphItem(int x, int y, int z, int inactiveItemID, int activeItemID) { var found = false; - foreach (var morphItem in Map.Felucca.GetItemsAt(x, y)) + foreach (var morphItem in Map.Veridia.GetItemsAt(x, y)) { if (morphItem.Z == z && morphItem.InactiveItemId == inactiveItemID && morphItem.ActiveItemId == activeItemID) { @@ -30,7 +30,7 @@ namespace Server.Commands public static bool FindEffectController(int x, int y, int z) { var found = false; - foreach (var item in Map.Felucca.GetItemsAt(x, y)) + foreach (var item in Map.Veridia.GetItemsAt(x, y)) { if (item.Z == z) { @@ -44,13 +44,13 @@ namespace Server.Commands public static T TryCreateItem(int x, int y, int z, T srcItem) where T : Item { - foreach (var item in Map.Felucca.GetItemsAt(x, y)) + foreach (var item in Map.Veridia.GetItemsAt(x, y)) { srcItem.Delete(); return item; } - srcItem.MoveToWorld(new Point3D(x, y, z), Map.Felucca); + srcItem.MoveToWorld(new Point3D(x, y, z), Map.Veridia); m_Count++; return srcItem; } @@ -64,7 +64,7 @@ namespace Server.Commands var item = new MorphItem(inactiveItemID, activeItemID, range, 3); - item.MoveToWorld(new Point3D(x, y, z), Map.Felucca); + item.MoveToWorld(new Point3D(x, y, z), Map.Veridia); m_Count++; } @@ -78,7 +78,7 @@ namespace Server.Commands var item = new MorphItem(off, on, 2, 3); item.Light = light; - item.MoveToWorld(new Point3D(x, y, z), Map.Felucca); + item.MoveToWorld(new Point3D(x, y, z), Map.Veridia); m_Count++; } @@ -96,7 +96,7 @@ namespace Server.Commands TriggerRange = range }; - item.MoveToWorld(new Point3D(x, y, z), Map.Felucca); + item.MoveToWorld(new Point3D(x, y, z), Map.Veridia); m_Count++; } @@ -109,7 +109,7 @@ namespace Server.Commands var item = new MorphItem(reverse ? 0x17DC : 0x17EE, reverse ? 0x17EE : 0x17DC, 1, 3); - item.MoveToWorld(new Point3D(x, y, 0), Map.Felucca); + item.MoveToWorld(new Point3D(x, y, 0), Map.Veridia); m_Count++; } diff --git a/Projects/UOContent/Engines/Khaldun/KhaldunPitTeleporter.cs b/Projects/UOContent/Engines/Khaldun/KhaldunPitTeleporter.cs index b1b5c6d52..f0ddc6ac4 100644 --- a/Projects/UOContent/Engines/Khaldun/KhaldunPitTeleporter.cs +++ b/Projects/UOContent/Engines/Khaldun/KhaldunPitTeleporter.cs @@ -19,7 +19,7 @@ public partial class KhaldunPitTeleporter : Item private Map _mapDest; [Constructible] - public KhaldunPitTeleporter() : this(new Point3D(5451, 1374, 0), Map.Felucca) + public KhaldunPitTeleporter() : this(new Point3D(5451, 1374, 0), Map.Veridia) { } diff --git a/Projects/UOContent/Engines/Pathing/BitmapAStarAlgorithm.cs b/Projects/UOContent/Engines/Pathing/BitmapAStarAlgorithm.cs index 2c830db20..01af1624c 100644 --- a/Projects/UOContent/Engines/Pathing/BitmapAStarAlgorithm.cs +++ b/Projects/UOContent/Engines/Pathing/BitmapAStarAlgorithm.cs @@ -149,7 +149,7 @@ public class BitmapAStarAlgorithm : PathAlgorithm // Dead and spectral mobiles pass through doors too. Mirrors MovementImpl. _currentMobileIgnoreDoors |= !m.Alive || m.Body.BodyID == 0x3DB || m.IsDeadBondedPet; - _currentMobileIgnoreSpellFields = m is PlayerMobile && map != Map.Felucca; + _currentMobileIgnoreSpellFields = m is PlayerMobile && map != Map.Veridia; Array.Clear(_nodeStates); diff --git a/Projects/UOContent/Engines/Pathing/Movement.cs b/Projects/UOContent/Engines/Pathing/Movement.cs index 1cb077a30..928b757ee 100644 --- a/Projects/UOContent/Engines/Pathing/Movement.cs +++ b/Projects/UOContent/Engines/Pathing/Movement.cs @@ -266,7 +266,7 @@ public class MovementImpl : IMovementImpl var checkTop = startZ + PersonHeight; var ignoreDoors = AlwaysIgnoreDoors || !m.Alive || m.Body.BodyID == 0x3DB || m.IsDeadBondedPet; - var ignoreSpellFields = m is PlayerMobile && map != Map.Felucca; + var ignoreSpellFields = m is PlayerMobile && map != Map.Veridia; int testTop; diff --git a/Projects/UOContent/Engines/Plants/MiscItems/GreenThorns.cs b/Projects/UOContent/Engines/Plants/MiscItems/GreenThorns.cs index efae770d7..c2b17dfe2 100644 --- a/Projects/UOContent/Engines/Plants/MiscItems/GreenThorns.cs +++ b/Projects/UOContent/Engines/Plants/MiscItems/GreenThorns.cs @@ -65,13 +65,13 @@ public partial class GreenThorns : Item return; } - if (from.Map != Map.Trammel && from.Map != Map.Felucca) + if (from.Map != Map.Trammel && from.Map != Map.Veridia) { from.LocalOverheadMessage( MessageType.Regular, 0x2B2, true, - "No solen lairs exist on this facet. Try again in Trammel or Felucca." + "No solen lairs exist on this facet. Try again in Trammel or Veridia." ); return; } diff --git a/Projects/UOContent/Engines/Quests/Core/Items/EnchantedSextant.cs b/Projects/UOContent/Engines/Quests/Core/Items/EnchantedSextant.cs index 99b0243cf..43018bfe7 100644 --- a/Projects/UOContent/Engines/Quests/Core/Items/EnchantedSextant.cs +++ b/Projects/UOContent/Engines/Quests/Core/Items/EnchantedSextant.cs @@ -36,7 +36,7 @@ public partial class EnchantedSextant : Item new(5669, 3131) }; - private static readonly Point2D[] _feluccaBanks = + private static readonly Point2D[] _VeridiaBanks = { new(652, 820), new(1813, 2825), @@ -96,10 +96,10 @@ public partial class EnchantedSextant : Item banks = _trammelBanks; moongates = PMList.Trammel; } - else if (from.Map == Map.Felucca) + else if (from.Map == Map.Veridia) { - banks = _feluccaBanks; - moongates = PMList.Felucca; + banks = _VeridiaBanks; + moongates = PMList.Veridia; } else if (from.Map == Map.Ilshenar) { diff --git a/Projects/UOContent/Engines/Quests/Study of the Solen Hive/Objectives.cs b/Projects/UOContent/Engines/Quests/Study of the Solen Hive/Objectives.cs index cc432ed1b..40531ea7b 100644 --- a/Projects/UOContent/Engines/Quests/Study of the Solen Hive/Objectives.cs +++ b/Projects/UOContent/Engines/Quests/Study of the Solen Hive/Objectives.cs @@ -27,7 +27,7 @@ namespace Server.Engines.Quests.Naturalist { var nest = m_CurrentNest; - if ((from.Map == Map.Trammel || from.Map == Map.Felucca) && nest.Contains(from.Location)) + if ((from.Map == Map.Trammel || from.Map == Map.Veridia) && nest.Contains(from.Location)) { if (m_StudyState != StudyState.Inactive) { @@ -74,7 +74,7 @@ namespace Server.Engines.Quests.Naturalist m_CurrentNest = null; } } - else if (from.Map == Map.Trammel || from.Map == Map.Felucca) + else if (from.Map == Map.Trammel || from.Map == Map.Veridia) { var nest = NestArea.Find(from.Location); diff --git a/Projects/UOContent/Engines/Quests/Witch Apprentice/Items/MagicFlute.cs b/Projects/UOContent/Engines/Quests/Witch Apprentice/Items/MagicFlute.cs index a1ecb7151..f6e2dd843 100644 --- a/Projects/UOContent/Engines/Quests/Witch Apprentice/Items/MagicFlute.cs +++ b/Projects/UOContent/Engines/Quests/Witch Apprentice/Items/MagicFlute.cs @@ -39,7 +39,7 @@ public partial class MagicFlute : Item return; } - if (player.Map != Map.Trammel && player.Map != Map.Felucca || !player.InRange(obj.ImpLocation, 8)) + if (player.Map != Map.Trammel && player.Map != Map.Veridia || !player.InRange(obj.ImpLocation, 8)) { // Nothing happens. Zeefzorpul must not be hiding in this area. player.SendLocalizedMessage(1055053); diff --git a/Projects/UOContent/Engines/Quests/Witch Apprentice/Objectives.cs b/Projects/UOContent/Engines/Quests/Witch Apprentice/Objectives.cs index 1421c5119..3aa91f6fe 100644 --- a/Projects/UOContent/Engines/Quests/Witch Apprentice/Objectives.cs +++ b/Projects/UOContent/Engines/Quests/Witch Apprentice/Objectives.cs @@ -41,7 +41,7 @@ namespace Server.Engines.Quests.Hag var player = System.From; var map = player.Map; - if (Corpse?.Deleted == false || map != Map.Trammel && map != Map.Felucca || + if (Corpse?.Deleted == false || map != Map.Trammel && map != Map.Veridia || !player.InRange(m_CorpseLocation, 8)) { return; diff --git a/Projects/UOContent/Engines/Spawners/Commands/ImportSpawnersCommand.cs b/Projects/UOContent/Engines/Spawners/Commands/ImportSpawnersCommand.cs index 9e4e3104f..01448440a 100644 --- a/Projects/UOContent/Engines/Spawners/Commands/ImportSpawnersCommand.cs +++ b/Projects/UOContent/Engines/Spawners/Commands/ImportSpawnersCommand.cs @@ -350,7 +350,7 @@ public static class ImportSpawnersCommand { var parts = line.Split('|'); var mapId = mapIdOverride != -1 ? mapIdOverride : int.Parse(parts[10]); - Map[] maps = mapId == 0 ? [Map.Felucca, Map.Trammel] : [Map.Maps[mapId - 1]]; + Map[] maps = mapId == 0 ? [Map.Veridia, Map.Trammel] : [Map.Maps[mapId - 1]]; foreach (var map in maps) { diff --git a/Projects/UOContent/Engines/Virtues/Honor.cs b/Projects/UOContent/Engines/Virtues/Honor.cs index 45a909947..d737bcb1f 100644 --- a/Projects/UOContent/Engines/Virtues/Honor.cs +++ b/Projects/UOContent/Engines/Virtues/Honor.cs @@ -137,7 +137,7 @@ public static class HonorVirtue return; } - // Allow honor on blue if not in a guarded region or blue in Felucca + // Allow honor on blue if not in a guarded region or blue in Veridia if (target.Body.IsHuman && (target is not BaseCreature cret || !cret.AlwaysAttackable && !cret.AlwaysMurderer) && reg?.IsDisabled() == true && (map?.Rules & MapRules.HarmfulRestrictions) != 0) { diff --git a/Projects/UOContent/Engines/Virtues/Justice.cs b/Projects/UOContent/Engines/Virtues/Justice.cs index 47d7bb14f..f910305c6 100644 --- a/Projects/UOContent/Engines/Virtues/Justice.cs +++ b/Projects/UOContent/Engines/Virtues/Justice.cs @@ -135,7 +135,7 @@ public class JusticeVirtue { protector.SendLocalizedMessage(1049542); // You cannot protect someone while being protected. } - else if (protector.Map != Map.Felucca) + else if (protector.Map != Map.Veridia) { protector.SendLocalizedMessage(1049372); // You cannot use this ability here. } @@ -167,7 +167,7 @@ public class JusticeVirtue { protector.SendLocalizedMessage(1049542); // You cannot protect someone while being protected. } - else if (protector.Map != Map.Felucca) + else if (protector.Map != Map.Veridia) { protector.SendLocalizedMessage(1049372); // You cannot use this ability here. } @@ -175,7 +175,7 @@ public class JusticeVirtue { protector.SendLocalizedMessage(1049678); // Only players can be protected. } - else if (pm.Map != Map.Felucca) + else if (pm.Map != Map.Veridia) { protector.SendLocalizedMessage(1049372); // You cannot use this ability here. } @@ -211,11 +211,11 @@ public class JusticeVirtue { protector.SendLocalizedMessage(1049542); // You cannot protect someone while being protected. } - else if (protector.Map != Map.Felucca) + else if (protector.Map != Map.Veridia) { protector.SendLocalizedMessage(1049372); // You cannot use this ability here. } - else if (protectee.Map != Map.Felucca) + else if (protectee.Map != Map.Veridia) { protector.SendLocalizedMessage(1049372); // You cannot use this ability here. } diff --git a/Projects/UOContent/Gumps/AdminGump.cs b/Projects/UOContent/Gumps/AdminGump.cs index a4fbe0f18..375173501 100644 --- a/Projects/UOContent/Gumps/AdminGump.cs +++ b/Projects/UOContent/Gumps/AdminGump.cs @@ -4030,10 +4030,10 @@ namespace Server.Gumps InvokeCommand("GenerateSpawners Data/Spawns/shared/trammel/**.json"); } - if (availableMaps.Includes(MapSelectionFlags.Felucca)) + if (availableMaps.Includes(MapSelectionFlags.Veridia)) { - InvokeCommand($"GenerateSpawners Data/Spawns/{folder}/felucca/**.json"); - InvokeCommand("GenerateSpawners Data/Spawns/shared/felucca/**.json"); + InvokeCommand($"GenerateSpawners Data/Spawns/{folder}/Veridia/**.json"); + InvokeCommand("GenerateSpawners Data/Spawns/shared/Veridia/**.json"); } } diff --git a/Projects/UOContent/Gumps/Go/GoLocations.cs b/Projects/UOContent/Gumps/Go/GoLocations.cs index 24633168d..bd800c472 100644 --- a/Projects/UOContent/Gumps/Go/GoLocations.cs +++ b/Projects/UOContent/Gumps/Go/GoLocations.cs @@ -16,7 +16,7 @@ public static class GoLocations public static LocationTree GetLocations(Map map) { // Always return the same world tree, regardless of which map 'GetLocations' is called with - return _world ??= LoadLocations("go", Map.Felucca); + return _world ??= LoadLocations("go", Map.Veridia); } private static LocationTree LoadLocations(string fileName, Map map) diff --git a/Projects/UOContent/Gumps/RunebookGump.cs b/Projects/UOContent/Gumps/RunebookGump.cs index 7134e3e02..7764fa87c 100644 --- a/Projects/UOContent/Gumps/RunebookGump.cs +++ b/Projects/UOContent/Gumps/RunebookGump.cs @@ -49,7 +49,7 @@ public class RunebookGump : DynamicGump return 10; } - if (map == Map.Felucca) + if (map == Map.Veridia) { return 81; } diff --git a/Projects/UOContent/Items/Addons/SHTeleporter.cs b/Projects/UOContent/Items/Addons/SHTeleporter.cs index e6ce612b4..93507f8a0 100644 --- a/Projects/UOContent/Items/Addons/SHTeleporter.cs +++ b/Projects/UOContent/Items/Addons/SHTeleporter.cs @@ -284,7 +284,7 @@ namespace Server.Items public static void AddSHTCouple(bool ext1, int x1, int y1, int z1, bool ext2, int x2, int y2, int z2) { AddSHTCouple(Map.Trammel, ext1, x1, y1, z1, ext2, x2, y2, z2); - AddSHTCouple(Map.Felucca, ext1, x1, y1, z1, ext2, x2, y2, z2); + AddSHTCouple(Map.Veridia, ext1, x1, y1, z1, ext2, x2, y2, z2); } public static void CreateSHTeleporters() @@ -298,9 +298,9 @@ namespace Server.Items var tele2 = AddSHT(Map.Trammel, false, 5658, 1898, 0); Link(tele1, tele2); - tele1 = AddSHT(Map.Felucca, false, 5747, 1895, 0); + tele1 = AddSHT(Map.Veridia, false, 5747, 1895, 0); tele1.LeftTele.TeleOffset = new Point3D(-1, 3, 0); - tele2 = AddSHT(Map.Felucca, false, 5658, 1898, 0); + tele2 = AddSHT(Map.Veridia, false, 5658, 1898, 0); Link(tele1, tele2); AddSHTCouple(false, 5727, 1894, 0, false, 5756, 1794, 0); @@ -311,9 +311,9 @@ namespace Server.Items tele2 = AddSHT(Map.Trammel, false, 5657, 1954, 0); Link(tele1, tele2); - tele1 = AddSHT(Map.Felucca, false, 5711, 1952, 0); + tele1 = AddSHT(Map.Veridia, false, 5711, 1952, 0); tele1.LeftTele.TeleOffset = new Point3D(-1, 3, 0); - tele2 = AddSHT(Map.Felucca, false, 5657, 1954, 0); + tele2 = AddSHT(Map.Veridia, false, 5657, 1954, 0); Link(tele1, tele2); tele1 = AddSHT(Map.Trammel, false, 5655, 2018, 0); @@ -321,9 +321,9 @@ namespace Server.Items tele2 = AddSHT(Map.Trammel, true, 1690, 2789, 0); Link(tele1, tele2); - tele1 = AddSHT(Map.Felucca, false, 5655, 2018, 0); + tele1 = AddSHT(Map.Veridia, false, 5655, 2018, 0); tele1.LeftTele.TeleOffset = new Point3D(-1, 3, 0); - tele2 = AddSHT(Map.Felucca, true, 1690, 2789, 0); + tele2 = AddSHT(Map.Veridia, true, 1690, 2789, 0); Link(tele1, tele2); AddSHTCouple(false, 5809, 1905, 0, false, 5876, 1891, 0); @@ -333,9 +333,9 @@ namespace Server.Items tele2 = AddSHT(Map.Trammel, false, 5913, 1893, 0); Link(tele1, tele2); - tele1 = AddSHT(Map.Felucca, false, 5814, 2015, 0); + tele1 = AddSHT(Map.Veridia, false, 5814, 2015, 0); tele1.LeftTele.TeleOffset = new Point3D(-1, 3, 0); - tele2 = AddSHT(Map.Felucca, false, 5913, 1893, 0); + tele2 = AddSHT(Map.Veridia, false, 5913, 1893, 0); Link(tele1, tele2); AddSHTCouple(false, 5919, 2021, 0, true, 1724, 814, 0); @@ -345,10 +345,10 @@ namespace Server.Items Link(tele1, tele2); AddSHT(Map.Trammel, false, 5734, 1859, 0).ChangeDest(tele2); - tele1 = AddSHT(Map.Felucca, false, 5654, 1791, 0); - tele2 = AddSHT(Map.Felucca, true, 730, 1451, 0); + tele1 = AddSHT(Map.Veridia, false, 5654, 1791, 0); + tele2 = AddSHT(Map.Veridia, true, 730, 1451, 0); Link(tele1, tele2); - AddSHT(Map.Felucca, false, 5734, 1859, 0).ChangeDest(tele2); + AddSHT(Map.Veridia, false, 5734, 1859, 0).ChangeDest(tele2); } } } diff --git a/Projects/UOContent/Items/Addons/SolenAntHole.cs b/Projects/UOContent/Items/Addons/SolenAntHole.cs index 1b2010fdd..37d4a81ee 100644 --- a/Projects/UOContent/Items/Addons/SolenAntHole.cs +++ b/Projects/UOContent/Items/Addons/SolenAntHole.cs @@ -18,7 +18,7 @@ namespace Server.Items { var map = Map; - if (map == Map.Trammel || map == Map.Felucca) + if (map == Map.Trammel || map == Map.Veridia) { from.MoveToWorld(new Point3D(5922, 2024, 0), map); // * ~1_NAME~ dives into the mysterious hole! * @@ -104,7 +104,7 @@ namespace Server.Items SpawnAnt(new RedSolenWarrior()); } } - else if (map == Map.Felucca) + else if (map == Map.Veridia) { if (random < 2) { diff --git a/Projects/UOContent/Items/Containers/ParagonChest.cs b/Projects/UOContent/Items/Containers/ParagonChest.cs index d6c730dff..9fef77e75 100644 --- a/Projects/UOContent/Items/Containers/ParagonChest.cs +++ b/Projects/UOContent/Items/Containers/ParagonChest.cs @@ -184,6 +184,6 @@ public partial class ParagonChest : LockableContainer DropItem(item); } - DropItem(new TreasureMap(level + 1, Utility.RandomBool() ? Map.Felucca : Map.Trammel)); + DropItem(new TreasureMap(level + 1, Utility.RandomBool() ? Map.Veridia : Map.Trammel)); } } diff --git a/Projects/UOContent/Items/Food/Beverage.cs b/Projects/UOContent/Items/Food/Beverage.cs index 85eecf17f..b577a5b08 100644 --- a/Projects/UOContent/Items/Food/Beverage.cs +++ b/Projects/UOContent/Items/Food/Beverage.cs @@ -692,7 +692,7 @@ public abstract partial class BaseBeverage : Item, IHasQuantity var vat = component.Addon; if (vat.X > 5784 && vat.X < 5814 && vat.Y > 1903 && vat.Y < 1934 && - (qs.RedSolen && vat.Map == Map.Trammel || !qs.RedSolen && vat.Map == Map.Felucca)) + (qs.RedSolen && vat.Map == Map.Trammel || !qs.RedSolen && vat.Map == Map.Veridia)) { if (obj.CurProgress + Quantity > obj.MaxProgress) { diff --git a/Projects/UOContent/Items/Maps/MapItem.cs b/Projects/UOContent/Items/Maps/MapItem.cs index 0467d8220..b2ca7c540 100644 --- a/Projects/UOContent/Items/Maps/MapItem.cs +++ b/Projects/UOContent/Items/Maps/MapItem.cs @@ -107,7 +107,7 @@ public partial class MapItem : Item, ICraftable { var ns = from.NetState; - if (!ns.NewCharacterList && _facet != null && _facet != Map.Felucca && _facet != Map.Trammel) + if (!ns.NewCharacterList && _facet != null && _facet != Map.Veridia && _facet != Map.Trammel) { from.SendMessage("You must have client 7.0.13.0 or higher to display this map."); return; diff --git a/Projects/UOContent/Items/Maps/TreasureMap.cs b/Projects/UOContent/Items/Maps/TreasureMap.cs index 25711e120..5ad717b55 100644 --- a/Projects/UOContent/Items/Maps/TreasureMap.cs +++ b/Projects/UOContent/Items/Maps/TreasureMap.cs @@ -477,7 +477,7 @@ public partial class TreasureMap : MapItem { base.GetProperties(list); - list.Add(_chestMap == Map.Felucca ? 1041502 : 1041503); // for somewhere in Felucca : for somewhere in Trammel + list.Add(_chestMap == Map.Veridia ? 1041502 : 1041503); // for somewhere in Veridia : for somewhere in Trammel if (_completed) { @@ -516,11 +516,11 @@ public partial class TreasureMap : MapItem { if (_level == 6) { - LabelTo(from, 1041522, $"#{1063452}\t \t#{(_chestMap == Map.Felucca ? 1041502 : 1041503)}"); + LabelTo(from, 1041522, $"#{1063452}\t \t#{(_chestMap == Map.Veridia ? 1041502 : 1041503)}"); } else { - LabelTo(from, 1041522, $"#{1041510 + _level}\t \t#{(_chestMap == Map.Felucca ? 1041502 : 1041503)}"); + LabelTo(from, 1041522, $"#{1041510 + _level}\t \t#{(_chestMap == Map.Veridia ? 1041502 : 1041503)}"); } } } diff --git a/Projects/UOContent/Items/Misc/Moonstone.cs b/Projects/UOContent/Items/Misc/Moonstone.cs index 3dfcca30c..3b69ad427 100644 --- a/Projects/UOContent/Items/Misc/Moonstone.cs +++ b/Projects/UOContent/Items/Misc/Moonstone.cs @@ -7,7 +7,7 @@ namespace Server.Items; public enum MoonstoneType { - Felucca, + Veridia, Trammel } @@ -56,13 +56,13 @@ public partial class Moonstone : Item { from.SendLocalizedMessage(1061632); // You can't do that while carrying the sigil. } - else if (from.Map == GetTargetMap() || from.Map != Map.Trammel && from.Map != Map.Felucca) + else if (from.Map == GetTargetMap() || from.Map != Map.Trammel && from.Map != Map.Veridia) { from.SendLocalizedMessage(1005401); // You cannot bury the stone here. } else if (from is PlayerMobile mobile && mobile.Young) { - mobile.SendLocalizedMessage(1049543); // You decide against traveling to Felucca while you are still young. + mobile.SendLocalizedMessage(1049543); // You decide against traveling to Veridia while you are still young. } else if (from.Murderer) { @@ -93,7 +93,7 @@ public partial class Moonstone : Item } } - public Map GetTargetMap() => _type == MoonstoneType.Felucca ? Map.Felucca : Map.Trammel; + public Map GetTargetMap() => _type == MoonstoneType.Veridia ? Map.Veridia : Map.Trammel; private void Deserialize(IGenericReader reader, int version) { diff --git a/Projects/UOContent/Items/Misc/PublicMoongate.cs b/Projects/UOContent/Items/Misc/PublicMoongate.cs index eea80ad84..e1f1aefe0 100644 --- a/Projects/UOContent/Items/Misc/PublicMoongate.cs +++ b/Projects/UOContent/Items/Misc/PublicMoongate.cs @@ -107,7 +107,7 @@ public partial class PublicMoongate : Item var count = 0; count += MoonGen(PMList.Trammel, MapSelectionFlags.Trammel); - count += MoonGen(PMList.Felucca, MapSelectionFlags.Felucca); + count += MoonGen(PMList.Veridia, MapSelectionFlags.Veridia); count += MoonGen(PMList.Ilshenar, MapSelectionFlags.Ilshenar); count += MoonGen(PMList.Malas, MapSelectionFlags.Malas); count += MoonGen(PMList.Tokuno, MapSelectionFlags.Tokuno); @@ -195,11 +195,11 @@ public class PMList ] ); - public static readonly PMList Felucca = + public static readonly PMList Veridia = new( 1012001, 1012013, - Map.Felucca, + Map.Veridia, [ new PMEntry(new Point3D(4467, 1283, 5), 1012003), // Moonglow new PMEntry(new Point3D(1336, 1997, 5), 1012004), // Britain @@ -209,7 +209,7 @@ public class PMList new PMEntry(new Point3D(1828, 2948, -20), 1012008), // Trinsic new PMEntry(new Point3D(643, 2067, 5), 1012009), // Skara Brae /* Dynamic Z for Magincia to support both old and new maps. */ - new PMEntry(new Point3D(3563, 2139, Map.Felucca.GetAverageZ(3563, 2139)), 1012010), // (New) Magincia + new PMEntry(new Point3D(3563, 2139, Map.Veridia.GetAverageZ(3563, 2139)), 1012010), // (New) Magincia new PMEntry(new Point3D(2711, 2234, 0), 1019001) // Buccaneer's Den ] ); @@ -276,21 +276,21 @@ public class PMList ] ); - public static readonly PMList[] NoTrammelLists = [Felucca]; - public static readonly PMList[] T2ALists = [Trammel, Felucca]; + public static readonly PMList[] NoTrammelLists = [Veridia]; + public static readonly PMList[] T2ALists = [Trammel, Veridia]; public static readonly PMList[] T2AListsYoung = [Trammel]; - public static readonly PMList[] LBRLists = [Trammel, Felucca, Ilshenar]; + public static readonly PMList[] LBRLists = [Trammel, Veridia, Ilshenar]; public static readonly PMList[] LBRListsYoung = [Trammel, Ilshenar]; - public static readonly PMList[] AOSLists = [Trammel, Felucca, Ilshenar, Malas]; + public static readonly PMList[] AOSLists = [Trammel, Veridia, Ilshenar, Malas]; public static readonly PMList[] AOSListsYoung = [Trammel, Ilshenar, Malas]; - public static readonly PMList[] SELists = [Trammel, Felucca, Ilshenar, Malas, Tokuno]; + public static readonly PMList[] SELists = [Trammel, Veridia, Ilshenar, Malas, Tokuno]; public static readonly PMList[] SEListsYoung = [Trammel, Ilshenar, Malas, Tokuno]; - public static readonly PMList[] SALists = [Trammel, Felucca, Ilshenar, Malas, Tokuno, TerMur]; + public static readonly PMList[] SALists = [Trammel, Veridia, Ilshenar, Malas, Tokuno, TerMur]; public static readonly PMList[] SAListsYoung = [Trammel, Ilshenar, Malas, Tokuno, TerMur]; - public static readonly PMList[] TOLLists = [Trammel, Felucca, Ilshenar, Malas, Tokuno, TerMurEodon]; + public static readonly PMList[] TOLLists = [Trammel, Veridia, Ilshenar, Malas, Tokuno, TerMurEodon]; public static readonly PMList[] TOLListsYoung = [Trammel, Ilshenar, Malas, Tokuno, TerMurEodon]; - public static readonly PMList[] RedLists = [Felucca]; - public static readonly PMList[] SigilLists = [Felucca]; + public static readonly PMList[] RedLists = [Veridia]; + public static readonly PMList[] SigilLists = [Veridia]; public PMList(int number, int selNumber, Map map, PMEntry[] entries) { @@ -485,7 +485,7 @@ public class MoongateGump : DynamicGump { from.SendLocalizedMessage(1019002); // You are too far away to use the gate. } - else if (from.Player && from.Murderer && list.Map != Map.Felucca || + else if (from.Player && from.Murderer && list.Map != Map.Veridia || Sigil.ExistsOn(from) && list.Map != Faction.Facet) { from.SendLocalizedMessage(1019004); // You are not allowed to travel there. diff --git a/Projects/UOContent/Items/Skill Items/Fishing/Misc/SOS.cs b/Projects/UOContent/Items/Skill Items/Fishing/Misc/SOS.cs index 5374f8716..b323e1a71 100644 --- a/Projects/UOContent/Items/Skill Items/Fishing/Misc/SOS.cs +++ b/Projects/UOContent/Items/Skill Items/Fishing/Misc/SOS.cs @@ -151,7 +151,7 @@ public partial class SOS : Item Rectangle2D[] regions; - if (map == Map.Felucca || map == Map.Trammel) + if (map == Map.Veridia || map == Map.Trammel) { regions = BritRegions; } diff --git a/Projects/UOContent/Items/Skill Items/Fishing/Misc/Sextant.cs b/Projects/UOContent/Items/Skill Items/Fishing/Misc/Sextant.cs index 4b17d808f..f7906655d 100644 --- a/Projects/UOContent/Items/Skill Items/Fishing/Misc/Sextant.cs +++ b/Projects/UOContent/Items/Skill Items/Fishing/Misc/Sextant.cs @@ -33,7 +33,7 @@ public partial class Sextant : Item xWidth = 5120; yHeight = 4096; - if (map == Map.Trammel || map == Map.Felucca) + if (map == Map.Trammel || map == Map.Veridia) { if (x >= 0 && y >= 0 && x < 5120 && y < 4096) { diff --git a/Projects/UOContent/Items/Skill Items/Fishing/Misc/SpecialFishingNet.cs b/Projects/UOContent/Items/Skill Items/Fishing/Misc/SpecialFishingNet.cs index 7017af81f..5ff192eaa 100644 --- a/Projects/UOContent/Items/Skill Items/Fishing/Misc/SpecialFishingNet.cs +++ b/Projects/UOContent/Items/Skill Items/Fishing/Misc/SpecialFishingNet.cs @@ -291,7 +291,7 @@ public partial class SpecialFishingNet : Item if (spawn is Kraken && Utility.RandomDouble() < 0.2) { - spawn.PackItem(new MessageInABottle(map == Map.Felucca ? Map.Felucca : Map.Trammel)); + spawn.PackItem(new MessageInABottle(map == Map.Veridia ? Map.Veridia : Map.Trammel)); } } diff --git a/Projects/UOContent/Items/Skill Items/Magical/Misc/Moongate.cs b/Projects/UOContent/Items/Skill Items/Magical/Misc/Moongate.cs index 990c2622c..6ca4dd60e 100644 --- a/Projects/UOContent/Items/Skill Items/Magical/Misc/Moongate.cs +++ b/Projects/UOContent/Items/Skill Items/Magical/Misc/Moongate.cs @@ -41,7 +41,7 @@ public partial class Moongate : Item Dispellable = dispellable; } - public virtual bool ShowFeluccaWarning => false; + public virtual bool ShowVeridiaWarning => false; public override void OnDoubleClick(Mobile from) { @@ -92,11 +92,11 @@ public partial class Moongate : Item { m.SendLocalizedMessage(1061632); // You can't do that while carrying the sigil. } - else if (TargetMap == Map.Felucca && m is PlayerMobile mobile && mobile.Young) + else if (TargetMap == Map.Veridia && m is PlayerMobile mobile && mobile.Young) { - mobile.SendLocalizedMessage(1049543); // You decide against traveling to Felucca while you are still young. + mobile.SendLocalizedMessage(1049543); // You decide against traveling to Veridia while you are still young. } - else if (m.Murderer && TargetMap != Map.Felucca || + else if (m.Murderer && TargetMap != Map.Veridia || TargetMap == Map.Tokuno && (flags & ClientFlags.Tokuno) == 0 || TargetMap == Map.Malas && (flags & ClientFlags.Malas) == 0 || TargetMap == Map.Ilshenar && (flags & ClientFlags.Ilshenar) == 0 || @@ -150,7 +150,7 @@ public partial class Moongate : Item public virtual void BeginConfirmation(Mobile from) { if (IsInTown(from.Location, from.Map) && !IsInTown(Target, TargetMap) || - from.Map != Map.Felucca && TargetMap == Map.Felucca && ShowFeluccaWarning) + from.Map != Map.Veridia && TargetMap == Map.Veridia && ShowVeridiaWarning) { if (from.AccessLevel == AccessLevel.Player || !from.Hidden) { @@ -342,9 +342,9 @@ public class MoongateConfirmGump : DynamicGump builder.AddImageTiled(10, 40, 400, 200, 2624); builder.AddAlphaRegion(10, 40, 400, 200); - if (_from.Map != Map.Felucca && _gate.TargetMap == Map.Felucca && _gate.ShowFeluccaWarning) + if (_from.Map != Map.Veridia && _gate.TargetMap == Map.Veridia && _gate.ShowVeridiaWarning) { - // This Gate goes to Felucca... Continue to enter the gate, Cancel to stay here + // This Gate goes to Veridia... Continue to enter the gate, Cancel to stay here builder.AddHtmlLocalized(10, 40, 400, 200, 1062050, 32512, false, true); } else diff --git a/Projects/UOContent/Items/Skill Items/Magical/Misc/RecallRune.cs b/Projects/UOContent/Items/Skill Items/Magical/Misc/RecallRune.cs index 14db7ac1e..e12d12bf5 100644 --- a/Projects/UOContent/Items/Skill Items/Magical/Misc/RecallRune.cs +++ b/Projects/UOContent/Items/Skill Items/Magical/Misc/RecallRune.cs @@ -99,7 +99,7 @@ public partial class RecallRune : Item { Hue = House != null ? 0x47F : 50; } - else if (_targetMap == Map.Felucca) + else if (_targetMap == Map.Veridia) { Hue = House != null ? 0x66D : 0; } @@ -191,9 +191,9 @@ public partial class RecallRune : Item { list.Add(House != null ? 1062454 : 1060804, $"a recall rune for {desc}"); // ~1_val~ (Malas)[(House)] } - else if (_targetMap == Map.Felucca) + else if (_targetMap == Map.Veridia) { - list.Add(House != null ? 1062452 : 1060805, $"a recall rune for {desc}"); // ~1_val~ (Felucca)[(House)] + list.Add(House != null ? 1062452 : 1060805, $"a recall rune for {desc}"); // ~1_val~ (Veridia)[(House)] } else if (_targetMap == Map.Trammel) { @@ -232,11 +232,11 @@ public partial class RecallRune : Item $"a recall rune for {desc}" ); } - else if (_targetMap == Map.Felucca) + else if (_targetMap == Map.Veridia) { LabelTo( from, - House != null ? 1062452 : 1060805, // ~1_val~ (Felucca)[(House)] + House != null ? 1062452 : 1060805, // ~1_val~ (Veridia)[(House)] $"a recall rune for {desc}" ); } diff --git a/Projects/UOContent/Items/Skill Items/Tinkering/Spyglass.cs b/Projects/UOContent/Items/Skill Items/Tinkering/Spyglass.cs index f7673a060..1df2dcacc 100644 --- a/Projects/UOContent/Items/Skill Items/Tinkering/Spyglass.cs +++ b/Projects/UOContent/Items/Skill Items/Tinkering/Spyglass.cs @@ -39,10 +39,10 @@ public partial class Spyglass : Item MessageType.Regular, 0x3B2, 3, - 1008146 + (int)Clock.GetMoonPhase(Map.Felucca, from.X, from.Y), + 1008146 + (int)Clock.GetMoonPhase(Map.Veridia, from.X, from.Y), "", AffixType.Prepend, - "Felucca : " + "Veridia : " ); if (from is PlayerMobile player) diff --git a/Projects/UOContent/Items/Special/Solen Items/BraceletOfBinding.cs b/Projects/UOContent/Items/Special/Solen Items/BraceletOfBinding.cs index 1d508c4ac..33459f5b7 100644 --- a/Projects/UOContent/Items/Special/Solen Items/BraceletOfBinding.cs +++ b/Projects/UOContent/Items/Special/Solen Items/BraceletOfBinding.cs @@ -216,13 +216,13 @@ public partial class BraceletOfBinding : BaseBracelet, TranslocationItem return false; } - if (boundRoot.Map == Map.Felucca && from is PlayerMobile mobile && mobile.Young) + if (boundRoot.Map == Map.Veridia && from is PlayerMobile mobile && mobile.Young) { - mobile.SendLocalizedMessage(1049543); // You decide against traveling to Felucca while you are still young. + mobile.SendLocalizedMessage(1049543); // You decide against traveling to Veridia while you are still young. return false; } - if (from.Murderer && boundRoot.Map != Map.Felucca) + if (from.Murderer && boundRoot.Map != Map.Veridia) { from.SendLocalizedMessage(1019004); // You are not allowed to travel there. return false; diff --git a/Projects/UOContent/Misc/DoorGenerator.cs b/Projects/UOContent/Misc/DoorGenerator.cs index c2d44be2f..7b1a1947a 100644 --- a/Projects/UOContent/Misc/DoorGenerator.cs +++ b/Projects/UOContent/Misc/DoorGenerator.cs @@ -363,7 +363,7 @@ public static class DoorGenerator var trammelCount = m_Count; - m_Map = Map.Felucca; + m_Map = Map.Veridia; m_Count = 0; for (var i = 0; i < _britRegions.Length; ++i) @@ -371,7 +371,7 @@ public static class DoorGenerator Generate(_britRegions[i]); } - var feluccaCount = m_Count; + var VeridiaCount = m_Count; m_Map = Map.Ilshenar; m_Count = 0; @@ -396,7 +396,7 @@ public static class DoorGenerator World.Broadcast( 0x35, true, - $"Door generation complete. Trammel: {trammelCount}; Felucca: {feluccaCount}; Ilshenar: {ilshenarCount}; Malas: {malasCount};" + $"Door generation complete. Trammel: {trammelCount}; Veridia: {VeridiaCount}; Ilshenar: {ilshenarCount}; Malas: {malasCount};" ); } diff --git a/Projects/UOContent/Misc/Titles.cs b/Projects/UOContent/Misc/Titles.cs index c5f9f2a18..8b42dc591 100644 --- a/Projects/UOContent/Misc/Titles.cs +++ b/Projects/UOContent/Misc/Titles.cs @@ -121,7 +121,7 @@ namespace Server.Misc var totalFame = killed.Fame / 100; var totalKarma = -killed.Karma / 100; - if (Core.LBR && map == Map.Felucca) + if (Core.LBR && map == Map.Veridia) { totalFame += totalFame / 10 * 3; totalKarma += totalKarma / 10 * 3; diff --git a/Projects/UOContent/Misc/TreasureMapProtection.cs b/Projects/UOContent/Misc/TreasureMapProtection.cs index 6741edd62..113f2212f 100644 --- a/Projects/UOContent/Misc/TreasureMapProtection.cs +++ b/Projects/UOContent/Misc/TreasureMapProtection.cs @@ -43,7 +43,7 @@ namespace Server try { - new TreasureRegion(x, y, Map.Felucca); + new TreasureRegion(x, y, Map.Veridia); new TreasureRegion(x, y, Map.Trammel); } catch (Exception e) diff --git a/Projects/UOContent/Misc/Weather.cs b/Projects/UOContent/Misc/Weather.cs index 3a8a919ea..1b3c5e380 100644 --- a/Projects/UOContent/Misc/Weather.cs +++ b/Projects/UOContent/Misc/Weather.cs @@ -59,7 +59,7 @@ public partial class Weather public static void Initialize() { - m_Facets = [Map.Felucca, Map.Trammel]; + m_Facets = [Map.Veridia, Map.Trammel]; /* Static weather: * diff --git a/Projects/UOContent/Misc/WelcomeTimer.cs b/Projects/UOContent/Misc/WelcomeTimer.cs index 8162c3a67..4fc6ba4f7 100644 --- a/Projects/UOContent/Misc/WelcomeTimer.cs +++ b/Projects/UOContent/Misc/WelcomeTimer.cs @@ -26,7 +26,7 @@ namespace Server.Misc "A spellbook and a bag of reagents has been placed into your bank box.", "Various tools have been placed into your bank.", "Various raw materials like ingots, logs, feathers, hides, bottles, etc, have been placed into your bank.", - "5 unmarked recall runes, 5 Felucca moonstones and 5 Trammel moonstones have been placed into your bank box.", + "5 unmarked recall runes, 5 Veridia moonstones and 5 Trammel moonstones have been placed into your bank box.", "One of each level of treasure map has been placed in your bank box.", "You will find 9000 silver pieces deposited into your bank box. Spend it as you see fit and enjoy yourself!", "You will find 9000 gold pieces deposited into your bank box. Spend it as you see fit and enjoy yourself!", diff --git a/Projects/UOContent/Mobiles/Animals/Misc/Sheep.cs b/Projects/UOContent/Mobiles/Animals/Misc/Sheep.cs index 741093110..599363f65 100644 --- a/Projects/UOContent/Mobiles/Animals/Misc/Sheep.cs +++ b/Projects/UOContent/Mobiles/Animals/Misc/Sheep.cs @@ -79,7 +79,7 @@ namespace Server.Mobiles } from.SendLocalizedMessage(500452); // You place the gathered wool into your backpack. - from.AddToBackpack(new Wool(Map == Map.Felucca ? 2 : 1)); + from.AddToBackpack(new Wool(Map == Map.Veridia ? 2 : 1)); NextWoolTime = Core.Now + TimeSpan.FromHours(3.0); // TODO: Proper time delay } diff --git a/Projects/UOContent/Mobiles/BaseCreature.cs b/Projects/UOContent/Mobiles/BaseCreature.cs index c7ed1b5da..116a4b844 100644 --- a/Projects/UOContent/Mobiles/BaseCreature.cs +++ b/Projects/UOContent/Mobiles/BaseCreature.cs @@ -1731,16 +1731,16 @@ namespace Server.Mobiles hides = (int)Math.Ceiling(hides * 1.1); // 10% bonus only applies to hides, ore & logs } - if (corpse.Map == Map.Felucca) + if (corpse.Map == Map.Veridia) { - feathers *= 2; - wool *= 2; - hides *= 2; + feathers *= 1; + wool *= 1; + hides *= 1; if (Core.ML) { - meat *= 2; - scales *= 2; + meat *= 1; + scales *= 1; } } @@ -3035,7 +3035,7 @@ namespace Server.Mobiles { PackItem(new ParagonChest(Name, treasureLevel)); } - else if ((Map == Map.Felucca || Map == Map.Trammel) && Utility.RandomDouble() < TreasureMap.LootChance) + else if ((Map == Map.Veridia || Map == Map.Trammel) && Utility.RandomDouble() < TreasureMap.LootChance) { PackItem(new TreasureMap(treasureLevel, Map)); } diff --git a/Projects/UOContent/Mobiles/Monsters/Misc/Melee/BladeSpirits.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Melee/BladeSpirits.cs index a0966eaf4..9b082b337 100644 --- a/Projects/UOContent/Mobiles/Monsters/Misc/Melee/BladeSpirits.cs +++ b/Projects/UOContent/Mobiles/Monsters/Misc/Melee/BladeSpirits.cs @@ -55,7 +55,7 @@ namespace Server.Mobiles public override bool BleedImmune => true; public override Poison PoisonImmune => Poison.Lethal; - public override bool FollowsAcquireRules => Core.AOS || !Summoned || SummonMaster?.Player != true || Map != Map.Felucca; + public override bool FollowsAcquireRules => Core.AOS || !Summoned || SummonMaster?.Player != true || Map != Map.Veridia; public override double GetFightModeRanking(Mobile m, FightMode acqType, bool bPlayerOnly) => (m.Str + m.Skills.Tactics.Value) / Math.Max(this.GetDistanceToSqrt(m), 1.0); diff --git a/Projects/UOContent/Mobiles/Monsters/Misc/Melee/EnergyVortex.cs b/Projects/UOContent/Mobiles/Monsters/Misc/Melee/EnergyVortex.cs index 3bb2e69fa..d20bf6be4 100644 --- a/Projects/UOContent/Mobiles/Monsters/Misc/Melee/EnergyVortex.cs +++ b/Projects/UOContent/Mobiles/Monsters/Misc/Melee/EnergyVortex.cs @@ -63,7 +63,7 @@ namespace Server.Mobiles public override bool BleedImmune => true; public override Poison PoisonImmune => Poison.Lethal; - public override bool FollowsAcquireRules => Core.AOS || !Summoned || SummonMaster?.Player != true || Map != Map.Felucca; + public override bool FollowsAcquireRules => Core.AOS || !Summoned || SummonMaster?.Player != true || Map != Map.Veridia; public override double GetFightModeRanking(Mobile m, FightMode acqType, bool bPlayerOnly) => (m.Int + m.Skills.Magery.Value) / Math.Max(this.GetDistanceToSqrt(m), 1.0); diff --git a/Projects/UOContent/Mobiles/Special/BaseChampion.cs b/Projects/UOContent/Mobiles/Special/BaseChampion.cs index bacc79430..3f819dc6e 100644 --- a/Projects/UOContent/Mobiles/Special/BaseChampion.cs +++ b/Projects/UOContent/Mobiles/Special/BaseChampion.cs @@ -69,7 +69,7 @@ public abstract partial class BaseChampion : BaseCreature public void GivePowerScrolls() { - if (Map != Map.Felucca) + if (Map != Map.Veridia) { return; } @@ -235,7 +235,7 @@ public abstract partial class BaseChampion : BaseCreature public override void OnDeath(Container c) { - if (Map == Map.Felucca) + if (Map == Map.Veridia) { // TODO: Confirm SE change or AoS one too? var rights = GetLootingRights(DamageEntries, HitsMax); diff --git a/Projects/UOContent/Mobiles/Special/Harrower.cs b/Projects/UOContent/Mobiles/Special/Harrower.cs index ee3fa1873..5436067bd 100644 --- a/Projects/UOContent/Mobiles/Special/Harrower.cs +++ b/Projects/UOContent/Mobiles/Special/Harrower.cs @@ -128,9 +128,9 @@ public partial class Harrower : BaseCreature var harrower = new Harrower(); - harrower.MoveToWorld(entry.m_Location, Map.Felucca); + harrower.MoveToWorld(entry.m_Location, Map.Veridia); - harrower._gateItem = new HarrowerGate(harrower, platLoc, platMap, entry.m_Entrance, Map.Felucca); + harrower._gateItem = new HarrowerGate(harrower, platLoc, platMap, entry.m_Entrance, Map.Veridia); return harrower; } diff --git a/Projects/UOContent/Mobiles/Townfolk/BaseEscortable.cs b/Projects/UOContent/Mobiles/Townfolk/BaseEscortable.cs index cf439a76c..189f66c0a 100644 --- a/Projects/UOContent/Mobiles/Townfolk/BaseEscortable.cs +++ b/Projects/UOContent/Mobiles/Townfolk/BaseEscortable.cs @@ -776,7 +776,7 @@ public partial class BaseEscortable : BaseCreature public virtual string PickRandomDestination() { - if (Map.Felucca.Regions.Count == 0 || Map == null || Map == Map.Internal || Location == Point3D.Zero) + if (Map.Veridia.Regions.Count == 0 || Map == null || Map == Map.Internal || Location == Point3D.Zero) { return null; // Not yet fully initialized } @@ -815,7 +815,7 @@ public partial class BaseEscortable : BaseCreature return _destination; } - if (Map.Felucca.Regions.Count > 0) + if (Map.Veridia.Regions.Count > 0) { _destination = EDI.Find(_destinationString); @@ -854,7 +854,7 @@ public class EscortDestinationInfo public static void Initialize() { - var list = Map.Felucca.Regions.Values; + var list = Map.Veridia.Regions.Values; if (list.Count == 0) { diff --git a/Projects/UOContent/Multis/Boats/BaseBoat.cs b/Projects/UOContent/Multis/Boats/BaseBoat.cs index ed618b91a..fc3a23f11 100644 --- a/Projects/UOContent/Multis/Boats/BaseBoat.cs +++ b/Projects/UOContent/Multis/Boats/BaseBoat.cs @@ -962,7 +962,7 @@ namespace Server.Multis return false; } - if (Map != Map.Trammel && Map != Map.Felucca || NextNavPoint < 0 || NextNavPoint >= MapItem.Pins.Count) + if (Map != Map.Trammel && Map != Map.Veridia || NextNavPoint < 0 || NextNavPoint >= MapItem.Pins.Count) { if (message) { @@ -1590,7 +1590,7 @@ namespace Server.Multis return false; } - else if (Map != Map.Trammel && Map != Map.Felucca || NextNavPoint < 0 || NextNavPoint >= MapItem.Pins.Count) + else if (Map != Map.Trammel && Map != Map.Veridia || NextNavPoint < 0 || NextNavPoint >= MapItem.Pins.Count) { if (message) { diff --git a/Projects/UOContent/Multis/Boats/Strandedness.cs b/Projects/UOContent/Multis/Boats/Strandedness.cs index 4779289b8..c1f565f0c 100644 --- a/Projects/UOContent/Multis/Boats/Strandedness.cs +++ b/Projects/UOContent/Multis/Boats/Strandedness.cs @@ -5,7 +5,7 @@ namespace Server.Misc { public static class Strandedness { - private static readonly Point2D[] m_Felucca = + private static readonly Point2D[] m_Veridia = { new(2528, 3568), new(2376, 3400), new(2528, 3896), new(2168, 3904), new(1136, 3416), new(1432, 3648), @@ -40,7 +40,7 @@ namespace Server.Misc new(1840, 2640), new(1928, 2952), new(2120, 2712) }; - private static readonly Point2D[] m_Trammel = m_Felucca; + private static readonly Point2D[] m_Trammel = m_Veridia; private static readonly Point2D[] m_Ilshenar = { @@ -127,9 +127,9 @@ namespace Server.Misc Point2D[] list; - if (map == Map.Felucca) + if (map == Map.Veridia) { - list = m_Felucca; + list = m_Veridia; } else if (map == Map.Trammel) { diff --git a/Projects/UOContent/Multis/Houses/HousePlacement.cs b/Projects/UOContent/Multis/Houses/HousePlacement.cs index 86a364048..606371c52 100644 --- a/Projects/UOContent/Multis/Houses/HousePlacement.cs +++ b/Projects/UOContent/Multis/Houses/HousePlacement.cs @@ -63,7 +63,7 @@ namespace Server.Multis return HousePlacementResult.Valid; // Staff can place anywhere } - if (map == Map.Ilshenar || SpellHelper.IsFeluccaT2A(map, center)) + if (map == Map.Ilshenar || SpellHelper.IsVeridiaT2A(map, center)) { return HousePlacementResult.BadRegion; // No houses in Ilshenar/T2A } diff --git a/Projects/UOContent/Regions/DungeonRegion.cs b/Projects/UOContent/Regions/DungeonRegion.cs index 0c53fed71..8aa85fdbe 100644 --- a/Projects/UOContent/Regions/DungeonRegion.cs +++ b/Projects/UOContent/Regions/DungeonRegion.cs @@ -29,5 +29,5 @@ public class DungeonRegion : BaseRegion global = LightCycle.DungeonLevel; } - public override bool CanUseStuckMenu(Mobile m) => Map != Map.Felucca && base.CanUseStuckMenu(m); + public override bool CanUseStuckMenu(Mobile m) => Map != Map.Veridia && base.CanUseStuckMenu(m); } diff --git a/Projects/UOContent/Skills/DetectHidden.cs b/Projects/UOContent/Skills/DetectHidden.cs index 487eda693..a8cd55ae4 100644 --- a/Projects/UOContent/Skills/DetectHidden.cs +++ b/Projects/UOContent/Skills/DetectHidden.cs @@ -66,8 +66,8 @@ public static class DetectHidden return false; } - // Felucca PvP only - if (stealther.Map != Map.Felucca) + // Veridia PvP only + if (stealther.Map != Map.Veridia) { return false; } diff --git a/Projects/UOContent/Special Systems/Engines/PreventInaccess.cs b/Projects/UOContent/Special Systems/Engines/PreventInaccess.cs index cea6a65ad..e007efb63 100644 --- a/Projects/UOContent/Special Systems/Engines/PreventInaccess.cs +++ b/Projects/UOContent/Special Systems/Engines/PreventInaccess.cs @@ -23,9 +23,9 @@ namespace Server.Misc private static readonly LocationInfo[] m_Destinations = { - new(new Point3D(5275, 1163, 0), Map.Felucca), // Jail + new(new Point3D(5275, 1163, 0), Map.Veridia), // Jail new(new Point3D(5275, 1163, 0), Map.Trammel), - new(new Point3D(5445, 1153, 0), Map.Felucca), // Green acres + new(new Point3D(5445, 1153, 0), Map.Veridia), // Green acres new(new Point3D(5445, 1153, 0), Map.Trammel) }; diff --git a/Projects/UOContent/Special Systems/Engines/TestCenter.cs b/Projects/UOContent/Special Systems/Engines/TestCenter.cs index e7105575d..452891cec 100644 --- a/Projects/UOContent/Special Systems/Engines/TestCenter.cs +++ b/Projects/UOContent/Special Systems/Engines/TestCenter.cs @@ -489,7 +489,7 @@ namespace Server.Misc for (var i = 0; i < 10; i++) { - PlaceItemIn(cont, 117, 128, new MessageInABottle(Utility.RandomBool() ? Map.Trammel : Map.Felucca, 4)); + PlaceItemIn(cont, 117, 128, new MessageInABottle(Utility.RandomBool() ? Map.Trammel : Map.Veridia, 4)); } PlaceItemIn(bank, 18, 124, cont); @@ -567,10 +567,10 @@ namespace Server.Misc for (var i = 0; i < 5; ++i) { - bag.DropItem(new Moonstone(MoonstoneType.Felucca)); + bag.DropItem(new Moonstone(MoonstoneType.Veridia)); } - // Felucca moonstones + // Veridia moonstones bank.DropItem(bag); bag = new Bag(); diff --git a/Projects/UOContent/Spells/Base/SpellHelper.cs b/Projects/UOContent/Spells/Base/SpellHelper.cs index dc7e22f80..16d1e735e 100644 --- a/Projects/UOContent/Spells/Base/SpellHelper.cs +++ b/Projects/UOContent/Spells/Base/SpellHelper.cs @@ -82,14 +82,14 @@ namespace Server.Spells private static readonly TravelValidator[] m_Validators = { - IsFeluccaT2A, + IsVeridiaT2A, IsKhaldun, IsIlshenar, IsTrammelWind, - IsFeluccaWind, - IsFeluccaDungeon, + IsVeridiaWind, + IsVeridiaDungeon, IsTrammelSolenHive, - IsFeluccaSolenHive, + IsVeridiaSolenHive, IsCrystalCave, IsDoomGauntlet, IsDoomFerry, @@ -699,7 +699,7 @@ namespace Server.Spells return x >= 5120 && y >= 0 && x < 5376 && y < 256; } - public static bool IsFeluccaWind(Map map, Point3D loc) => map == Map.Felucca && IsWindLoc(loc); + public static bool IsVeridiaWind(Map map, Point3D loc) => map == Map.Veridia && IsWindLoc(loc); public static bool IsTrammelWind(Map map, Point3D loc) => map == Map.Trammel && IsWindLoc(loc); @@ -714,26 +714,26 @@ namespace Server.Spells public static bool IsTrammelSolenHive(Map map, Point3D loc) => map == Map.Trammel && IsSolenHiveLoc(loc); - public static bool IsFeluccaSolenHive(Map map, Point3D loc) => map == Map.Felucca && IsSolenHiveLoc(loc); + public static bool IsVeridiaSolenHive(Map map, Point3D loc) => map == Map.Veridia && IsSolenHiveLoc(loc); - public static bool IsFeluccaT2A(Map map, Point3D loc) + public static bool IsVeridiaT2A(Map map, Point3D loc) { int x = loc.X, y = loc.Y; - return map == Map.Felucca && x >= 5120 && y >= 2304 && x < 6144 && y < 4096; + return map == Map.Veridia && x >= 5120 && y >= 2304 && x < 6144 && y < 4096; } public static bool IsAnyT2A(Map map, Point3D loc) { int x = loc.X, y = loc.Y; - return (map == Map.Trammel || map == Map.Felucca) && x >= 5120 && y >= 2304 && x < 6144 && y < 4096; + return (map == Map.Trammel || map == Map.Veridia) && x >= 5120 && y >= 2304 && x < 6144 && y < 4096; } - public static bool IsFeluccaDungeon(Map map, Point3D loc) + public static bool IsVeridiaDungeon(Map map, Point3D loc) { var region = Region.Find(loc, map); - return region.IsPartOf() && region.Map == Map.Felucca; + return region.IsPartOf() && region.Map == Map.Veridia; } public static bool IsKhaldun(Map map, Point3D loc) => Region.Find(loc, map).Name == "Khaldun"; @@ -830,7 +830,7 @@ namespace Server.Spells { int x = loc.X, y = loc.Y; - return (map == Map.Trammel || map == Map.Felucca) && x >= 6911 && y >= 254 && x < 7167 && y < 511; + return (map == Map.Trammel || map == Map.Veridia) && x >= 6911 && y >= 254 && x < 7167 && y < 511; } public static bool IsMLDungeon(Map map, Point3D loc) => MondainsLegacy.IsMLRegion(Region.Find(loc, map)); diff --git a/Projects/UOContent/Spells/Chivalry/SacredJourney.cs b/Projects/UOContent/Spells/Chivalry/SacredJourney.cs index 396321dac..1b27041a7 100644 --- a/Projects/UOContent/Spells/Chivalry/SacredJourney.cs +++ b/Projects/UOContent/Spells/Chivalry/SacredJourney.cs @@ -56,11 +56,11 @@ namespace Server.Spells.Chivalry { failureMessage.SendMessageTo(Caster); } - else if (map == Map.Felucca && Caster is PlayerMobile { Young: true } mobile) + else if (map == Map.Veridia && Caster is PlayerMobile { Young: true } mobile) { - mobile.SendLocalizedMessage(1049543); // You decide against traveling to Felucca while you are still young. + mobile.SendLocalizedMessage(1049543); // You decide against traveling to Veridia while you are still young. } - else if (Caster.Murderer && map != Map.Felucca) + else if (Caster.Murderer && map != Map.Veridia) { Caster.SendLocalizedMessage(1019004); // You are not allowed to travel there. } diff --git a/Projects/UOContent/Spells/Fourth/ArchCure.cs b/Projects/UOContent/Spells/Fourth/ArchCure.cs index aca85af40..2021f12bc 100644 --- a/Projects/UOContent/Spells/Fourth/ArchCure.cs +++ b/Projects/UOContent/Spells/Fourth/ArchCure.cs @@ -40,7 +40,7 @@ namespace Server.Spells.Fourth var directTarget = p as Mobile; var loc = new Point3D(p); - var feluccaRules = map.Rules == MapRules.FeluccaRules; + var VeridiaRules = map.Rules == MapRules.VeridiaRules; // You can target any living mobile directly, beneficial checks apply if (directTarget != null && Caster.CanBeBeneficial(directTarget, false)) @@ -50,7 +50,7 @@ namespace Server.Spells.Fourth foreach (var m in map.GetMobilesInRange(loc, 2)) { - if (m != directTarget && AreaCanTarget(m, feluccaRules)) + if (m != directTarget && AreaCanTarget(m, VeridiaRules)) { pool.Enqueue(m); } @@ -98,10 +98,10 @@ namespace Server.Spells.Fourth Caster.Target = new SpellTarget(this, allowGround: true); } - private bool AreaCanTarget(Mobile target, bool feluccaRules) + private bool AreaCanTarget(Mobile target, bool VeridiaRules) { /* Arch cure area effect won't cure aggressors, victims, murderers, criminals or monsters. - * In Felucca, it will also not cure summons and pets. + * In Veridia, it will also not cure summons and pets. * For red players it will only cure themselves and guild members. */ @@ -122,7 +122,7 @@ namespace Server.Spells.Fourth return false; } - if (feluccaRules && target is not PlayerMobile) + if (VeridiaRules && target is not PlayerMobile) { return false; } diff --git a/Projects/UOContent/Spells/Fourth/Recall.cs b/Projects/UOContent/Spells/Fourth/Recall.cs index fd40bcfee..9dd543428 100644 --- a/Projects/UOContent/Spells/Fourth/Recall.cs +++ b/Projects/UOContent/Spells/Fourth/Recall.cs @@ -56,11 +56,11 @@ namespace Server.Spells.Fourth { failureMessage.SendMessageTo(Caster); } - else if (map == Map.Felucca && Caster is PlayerMobile mobile && mobile.Young) + else if (map == Map.Veridia && Caster is PlayerMobile mobile && mobile.Young) { - mobile.SendLocalizedMessage(1049543); // You decide against traveling to Felucca while you are still young. + mobile.SendLocalizedMessage(1049543); // You decide against traveling to Veridia while you are still young. } - else if (Caster.Murderer && map != Map.Felucca) + else if (Caster.Murderer && map != Map.Veridia) { Caster.SendLocalizedMessage(1019004); // You are not allowed to travel there. } diff --git a/Projects/UOContent/Spells/Necromancy/Exorcism.cs b/Projects/UOContent/Spells/Necromancy/Exorcism.cs index 298b76e18..ff7c99339 100644 --- a/Projects/UOContent/Spells/Necromancy/Exorcism.cs +++ b/Projects/UOContent/Spells/Necromancy/Exorcism.cs @@ -170,7 +170,7 @@ public class ExorcismSpell : NecromancerSpell Point3D[] locList; - if (map == Map.Felucca || map == Map.Trammel) + if (map == Map.Veridia || map == Map.Trammel) { locList = m_BritanniaLocs; } @@ -208,4 +208,4 @@ public class ExorcismSpell : NecromancerSpell return closest; } -} \ No newline at end of file +} diff --git a/Projects/UOContent/Spells/Seventh/GateTravel.cs b/Projects/UOContent/Spells/Seventh/GateTravel.cs index 3e87a721f..8be6a01f5 100644 --- a/Projects/UOContent/Spells/Seventh/GateTravel.cs +++ b/Projects/UOContent/Spells/Seventh/GateTravel.cs @@ -48,11 +48,11 @@ public class GateTravelSpell : MagerySpell, IRecallSpell { failureMessage.SendMessageTo(Caster); } - else if (map == Map.Felucca && Caster is PlayerMobile mobile && mobile.Young) + else if (map == Map.Veridia && Caster is PlayerMobile mobile && mobile.Young) { - mobile.SendLocalizedMessage(1049543); // You decide against traveling to Felucca while you are still young. + mobile.SendLocalizedMessage(1049543); // You decide against traveling to Veridia while you are still young. } - else if (Caster.Murderer && map != Map.Felucca) + else if (Caster.Murderer && map != Map.Veridia) { Caster.SendLocalizedMessage(1019004); // You are not allowed to travel there. } @@ -160,7 +160,7 @@ public partial class GateTravelMoongate : Moongate { Map = map; - if (ShowFeluccaWarning && map == Map.Felucca) + if (ShowVeridiaWarning && map == Map.Veridia) { ItemID = 0xDDA; } @@ -175,7 +175,7 @@ public partial class GateTravelMoongate : Moongate [CommandProperty(AccessLevel.GameMaster)] public Moongate LinkedGate { get; set; } - public override bool ShowFeluccaWarning => Core.AOS; + public override bool ShowVeridiaWarning => Core.AOS; public override void UseGate(Mobile m) { diff --git a/Projects/UOContent/Spells/Spellweaving/ArcaneCircle.cs b/Projects/UOContent/Spells/Spellweaving/ArcaneCircle.cs index dbd5aef66..d86b32665 100644 --- a/Projects/UOContent/Spells/Spellweaving/ArcaneCircle.cs +++ b/Projects/UOContent/Spells/Spellweaving/ArcaneCircle.cs @@ -66,7 +66,7 @@ namespace Server.Spells.Spellweaving } private static bool IsSanctuary(Point3D p, Map m) => - (m == Map.Trammel || m == Map.Felucca) && p.X == 6267 && p.Y == 131; + (m == Map.Trammel || m == Map.Veridia) && p.X == 6267 && p.Y == 131; private static bool IsValidLocation(Point3D location, Map map) { diff --git a/Projects/UOContent/Systems/JailSystem/JailSystem.cs b/Projects/UOContent/Systems/JailSystem/JailSystem.cs index c79c44303..27ac5d387 100644 --- a/Projects/UOContent/Systems/JailSystem/JailSystem.cs +++ b/Projects/UOContent/Systems/JailSystem/JailSystem.cs @@ -25,7 +25,7 @@ namespace Server.Systems.JailSystem; public class JailSystem : GenericPersistence { // Jail locations (modify if using custom maps) - // felucca void + // Veridia void private static readonly Point3D[] JailLocations = [ new(5276, 1164, 0), @@ -41,7 +41,7 @@ public class JailSystem : GenericPersistence ]; // Jail map, change this for custom maps - public static readonly Map JailMap = Map.Felucca; + public static readonly Map JailMap = Map.Veridia; private static readonly JailRecord EmptyRecord = new(); private static readonly HashSet CurrentlyBeingJailed = []; @@ -54,7 +54,7 @@ public class JailSystem : GenericPersistence // Release location, change this for custom maps private static readonly Point3D ReleaseLocation = new(1444, 1697, 10); // Britain Bank - public static readonly Map ReleaseMap = Map.Felucca; + public static readonly Map ReleaseMap = Map.Veridia; private static JailSystem Instance;