From c7366636b538396dee8e826bae4dfcdfa056c8e6 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 31 Oct 2022 05:21:50 -0400 Subject: [PATCH] Added more street name combinations based on lower Manhattan (#775) * Added more street name combinations based on lower Manhattan * Fix lint error --- lib/alchemist/alchemistRollData.ts | 1 - lib/town/townData.ts | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/alchemist/alchemistRollData.ts b/lib/alchemist/alchemistRollData.ts index 2504e8f4f..cafa6b725 100644 --- a/lib/alchemist/alchemistRollData.ts +++ b/lib/alchemist/alchemistRollData.ts @@ -1,7 +1,6 @@ import { constrainRecord } from '../src/constrainRecord' import { ThresholdTable } from '../src/rollFromTable' - interface RollData { description: string preceding: string diff --git a/lib/town/townData.ts b/lib/town/townData.ts index 6fdd31fbc..42f74e54b 100644 --- a/lib/town/townData.ts +++ b/lib/town/townData.ts @@ -134,8 +134,8 @@ export const townData: TownData = { }, // Prefixes and Suffixes for the road names of the town roads: { - name: ['Castle', 'Keep', 'Kings', 'Queens', 'Prince', 'Princess', 'Lords', 'Ladies', 'Noble', 'Duke', 'Duchess', 'Rogue', 'Priest', 'Abbott', 'Pope', 'Spring', 'Winter', 'Summer', 'Autumn', 'Butcher', 'Tailor', 'Smith', 'Potter', 'Baker', 'Farrier', 'Old', 'New', 'Common', 'Main', 'High', 'Low', 'Butcher', 'Tailor', 'Smith', 'Potter', 'Baker', 'Farrier', 'Old', 'New', 'Common', 'Main', 'High', 'Low', 'North', 'South', 'West', 'East'], - type: ['Street', 'Street', 'Street', 'Street', 'Lane', 'Lane', 'Lane', 'Road', 'Road', 'Road', 'Road', 'Square', 'Square', 'Market', 'Way', 'Crescent', 'Close', 'Wynd', 'Row', 'Avenue', 'Alley', 'Drive', 'Boulevard', 'Plaza'] + name: ['Castle', 'Keep', 'Kings', 'Queens', 'Prince', 'Princess', 'Lords', 'Ladies', 'Noble', 'Duke', 'Duchess', 'Rogue', 'Priest', 'Abbott', 'Pope', 'Saint', 'Spring', 'Winter', 'Summer', 'Autumn', 'Butcher', 'Tailor', 'Smith', 'Potter', 'Baker', 'Farrier', 'Old', 'New', 'Common', 'Main', 'High', 'Low', 'Butcher', 'Tailor', 'Smith', 'Potter', 'Baker', 'Farrier', 'Church', 'Bank', 'Old', 'New', 'Common', 'Main', 'High', 'Low', 'North', 'South', 'West', 'East', 'First', 'Water', 'Brook', 'Lake', 'Canal', 'River', 'Beach', 'Pearl', 'Broad', 'Grand', 'Cherry', 'Willow', 'Mulberry', 'Grove', 'Bridge', 'Hill', 'Ridge', 'Wall', 'Front', 'Green'], + type: ['Street', 'Street', 'Street', 'Street', 'Lane', 'Lane', 'Lane', 'Road', 'Road', 'Road', 'Road', 'Square', 'Square', 'Market', 'Way', 'Crescent', 'Close', 'Wynd', 'Row', 'Avenue', 'Alley', 'Drive', 'Boulevard', 'Plaza', 'Circle'] }, defaults: { type: {