Files
Novel-Map/fiction/tlbb/data/vol14.json

134 lines
4.4 KiB
JSON
Raw Normal View History

{
"volume": "第14章",
"chapters": ["第14章 剧饮千杯男儿事"],
"locations": [
{
"id": "tingxiang_wharf",
"name": "听香水榭码头",
"aliases": ["听香水榭"],
"type": "landmark",
"lat": 31.22,
"lng": 120.58,
"description": "慕容氏的居所之一,段誉由此独自驾舟离开。"
},
{
"id": "maji_mountain",
"name": "马迹山",
"aliases": [],
"type": "landmark",
"lat": 31.43,
"lng": 120.12,
"description": "太湖边的小山,段誉划船抵达此处询问方位。"
},
{
"id": "wuxi_city",
"name": "无锡",
"aliases": ["无锡城"],
"type": "city",
"lat": 31.57,
"lng": 120.30,
"description": "江南繁华大城,故事发生的关键地点。"
},
{
"id": "songhe_hotel",
"name": "松鹤楼",
"aliases": [],
"type": "landmark",
"lat": 31.58,
"lng": 120.31,
"description": "无锡城内著名的酒楼,段誉与乔峰斗酒结义之地。"
},
{
"id": "huishan_pavilion",
"name": "惠山凉亭",
"aliases": ["惠山"],
"type": "landmark",
"lat": 31.58,
"lng": 120.26,
"description": "丐帮约斗强敌的预定地点。"
},
{
"id": "apricot_forest",
"name": "杏子林",
"aliases": [],
"type": "landmark",
"lat": 31.55,
"lng": 120.28,
"description": "无锡城外的一片林子,丐帮在此发生内乱并与慕容家家臣冲突。"
}
],
"factions": [
{
"id": "beggar_sect",
"name": "丐帮",
"type": "帮派",
"color": "#8B4513",
"leader": "乔峰",
"territory": ["wuxi_city", "apricot_forest"],
"key_figures": ["乔峰", "马大元", "白世镜", "全冠清", "徐长老", "宋长老", "奚长老", "陈长老", "吴长老", "蒋舵主"],
"description": "天下第一大帮,此时正陷入内部叛乱的危机中。"
},
{
"id": "murong_faction",
"name": "姑苏慕容",
"type": "门阀",
"color": "#FFD700",
"leader": "慕容复",
"territory": ["tingxiang_wharf"],
"key_figures": ["慕容复", "王语嫣", "包不同", "风波恶", "阿朱", "阿碧"],
"description": "以“以彼之道,还施彼身”闻名江湖的武林世家。"
}
],
"character_routes": [
{
"character": "段誉",
"color": "#FF4500",
"route": [
{ "lat": 31.22, "lng": 120.58, "chapter": 14, "event": "从听香水榭驾小舟独自离开" },
{ "lat": 31.43, "lng": 120.12, "chapter": 14, "event": "抵达马迹山,向土人询问方位" },
{ "lat": 31.58, "lng": 120.31, "chapter": 14, "event": "进入无锡城松鹤楼,结识乔峰并斗酒" },
{ "lat": 31.58, "lng": 120.26, "chapter": 14, "event": "与乔峰比试脚力,前往惠山方向" },
{ "lat": 31.55, "lng": 120.28, "chapter": 14, "event": "随乔峰进入杏子林,再次见到王语嫣" }
]
},
{
"character": "乔峰",
"color": "#0000FF",
"route": [
{ "lat": 31.58, "lng": 120.31, "chapter": 14, "event": "在无锡松鹤楼饮酒,结识段誉" },
{ "lat": 31.58, "lng": 120.26, "chapter": 14, "event": "与段誉比试脚力,随后结为金兰兄弟" },
{ "lat": 31.55, "lng": 120.28, "chapter": 14, "event": "赶往杏子林处理帮务,平息内乱苗头" }
]
},
{
"character": "王语嫣",
"color": "#FF69B4",
"route": [
{ "lat": 31.55, "lng": 120.28, "chapter": 14, "event": "随包不同、阿朱等抵达杏子林" }
]
}
],
"key_events": [
{
"chapter": 14,
"location": "songhe_hotel",
"event": "段誉与乔峰在松鹤楼斗酒,段誉以六脉神剑内力排酒作弊,两人互生钦佩。"
},
{
"chapter": 14,
"location": "wuxi_city",
"event": "乔峰与段誉在郊外比试脚力,乔峰惊讶于段誉的内功,两人结为金兰兄弟。"
},
{
"chapter": 14,
"location": "apricot_forest",
"event": "杏子林中,包不同、风波恶与丐帮四大长老冲突,风波恶中毒后被段誉救治。"
},
{
"chapter": 14,
"location": "apricot_forest",
"event": "乔峰展示擒龙功震惊全场,成功制服全冠清,揭开丐帮内乱的序幕。"
}
]
}