34 lines
1.2 KiB
JavaScript
34 lines
1.2 KiB
JavaScript
// Default and custom place-name resources.
|
|
// Edit only this file to change generated names or override individual IDs.
|
|
|
|
export const NAME_PARTS = {
|
|
prefixes: ["青", "白", "黒", "赤", "東", "西", "南", "北", "中", "大", "小", "浅", "高", "川", "山", "森", "松", "原", "桜", "海", "新", "古", "上", "下"],
|
|
infixes: ["野", "原", "川", "浜", "崎", "丘", "谷", "峰", "浦", "沢", "島", "岡", "井", "瀬", "関", "橋", "口", "田", "津", "森", "台", "見"],
|
|
suffixes: ["町", "市", "郷", "台", "丘", "浦", "港", "里", "野", "沢", "原", "橋", "森", "浜", "崎", "峠"],
|
|
};
|
|
|
|
export const KIND_SUFFIXES = {
|
|
city: " City",
|
|
port: " Port",
|
|
market: " Town",
|
|
village: " Village",
|
|
castle: " Castle",
|
|
castleTown: " Castle Town",
|
|
castleRuin: " Castle Ruins",
|
|
station: " Station",
|
|
interchange: "IC",
|
|
industrial: " Industrial Park",
|
|
logistics: " Logistics Park",
|
|
newtown: " New Town",
|
|
satellite: " Satellite City",
|
|
pass: " Pass",
|
|
crossing: " Crossing",
|
|
gateway: " Gate",
|
|
admin: " District",
|
|
};
|
|
|
|
export const CUSTOM_NAMES = {
|
|
// "city-0": "Aohara",
|
|
// "port-0": "Shirahama",
|
|
// "castle-0": "Kurono",
|
|
};
|