#W# Change: Updated character start locations.
This commit is contained in:
parent
7feb011670
commit
63b3818fa0
2 changed files with 10 additions and 14 deletions
|
|
@ -113,7 +113,7 @@
|
|||
"Priority": 55,
|
||||
"Area": [
|
||||
{ "x1": 1821, "y1": 2047, "x2": 1826, "y2": 2052 },
|
||||
{ "x1": 1827, "y1": 2040, "x2": 1835, "y2": 2052 }
|
||||
{ "x1": 1826, "y1": 2040, "x2": 1835, "y2": 2052 }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -123,7 +123,7 @@
|
|||
"Parent": { "Name": "the Town of Bastion", "Map": "Veridia" },
|
||||
"Priority": 55,
|
||||
"Area": [
|
||||
{ "x1": 1805, "y1": 2034, "x2": 1813, "y2": 2041 },
|
||||
{ "x1": 1805, "y1": 2034, "x2": 1814, "y2": 2041 },
|
||||
{ "x1": 1814, "y1": 2022, "x2": 1822, "y2": 2041 }
|
||||
]
|
||||
},
|
||||
|
|
@ -229,7 +229,7 @@
|
|||
"Area": [
|
||||
{ "x1": 1845, "y1": 1938, "x2": 1859, "y2": 1942 }
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"$type": "GreetingBusinessRegion",
|
||||
"Map": "Veridia",
|
||||
|
|
|
|||
|
|
@ -91,25 +91,21 @@ public static partial class CharacterCreation
|
|||
|
||||
public static readonly CityInfo[] VeridiaStartingCities =
|
||||
[
|
||||
new("Mireport", "The Empath Abbey", 1075072, 367, 1353, 0, Map.Veridia),
|
||||
new("Watchpass", "The Barnacle", 1075073, 4569, 538, 0, Map.Veridia),
|
||||
//new("Fairwinds", "The Scholars Inn", 1075075, 4367, 1055, 0, Map.Veridia),
|
||||
new("Rivermouth", "The Traveler's Inn", 1075076, 1753, 2785, 0, Map.Veridia),
|
||||
new("Cresthaven", "The Mercenary Inn", 1075078, 2946, 788, 2, Map.Veridia),
|
||||
new("Coldbarrow", "The Falconer's Inn", 1075079, 3587, 378, 2, Map.Veridia),
|
||||
//new("End's Wharf", "The Ironwood Inn", 1075080, 4485, 104, 2, Map.Veridia),
|
||||
new("Mireport", "The Empath Abbey", 1075072, 390, 1278, 0, Map.Veridia),
|
||||
new("Rivermouth", "The Traveler's Inn", 1075076, 1298, 1723, 5, Map.Veridia),
|
||||
new("Cresthaven", "The Mercenary Inn", 1075078, 1589, 1164, 2, Map.Veridia),
|
||||
new("Coldbarrow", "The Falconer's Inn", 1075079, 3362, 2379, 2, Map.Veridia),
|
||||
new("Myrish", "The Ironwood Inn", 1075080, 1559, 2943, 2, Map.Veridia),
|
||||
];
|
||||
|
||||
public static readonly CityInfo[] NewHavenStartingCities =
|
||||
[
|
||||
new("Stonehollow", "The Bountiful Harvest Inn", 1150168, 4197, 2537, 0, Map.Veridia),
|
||||
new("Bastion", "The Wayfarer's Inn", 1075074, 2782, 1940, 1, Map.Veridia),
|
||||
// Magincia removed because it burned down.
|
||||
new("Fairwinds", "The Bountiful Harvest Inn", 1150168, 2272, 2812, 0, Map.Veridia),
|
||||
new("Bastion", "The Wayfarer's Inn", 1075074, 1839, 2004, 0, Map.Veridia),
|
||||
];
|
||||
|
||||
public static readonly CityInfo[] StartingCitiesSA =
|
||||
[
|
||||
new("Royal City", "Royal City Inn", 1150169, 738, 3486, -19, Map.TerMur)
|
||||
];
|
||||
|
||||
private static CityInfo[] _availableStartingCities;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue