15 lines
947 B
JavaScript
15 lines
947 B
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 CUSTOM_NAMES = {
|
|
// "city-0": "Aohara",
|
|
// "port-0": "Shirahama",
|
|
// "castle-0": "Kurono",
|
|
};
|