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

205 lines
5.2 KiB
JSON
Raw Normal View History

{
"volume": "第49章",
"chapters": ["第49章 敝屣荣华,浮云生死,此身何惧"],
"locations": [
{
"id": "dali_palace",
"name": "大理皇宫",
"aliases": [],
"type": "landmark",
"lat": 25.69,
"lng": 100.16,
"description": "大理国皇宫,段正明在此传位给段誉"
},
{
"id": "bianliang",
"name": "汴梁",
"aliases": ["东京"],
"type": "city",
"lat": 34.79,
"lng": 114.30,
"description": "大宋京城"
},
{
"id": "nanjing_liao",
"name": "南京析津府",
"aliases": ["南京", "析津府"],
"type": "city",
"lat": 39.90,
"lng": 116.40,
"description": "辽国南京,又称析津府,萧峰任南院大王驻扎于此"
},
{
"id": "baimaqiao",
"name": "白马桥",
"aliases": [],
"type": "landmark",
"lat": 39.95,
"lng": 116.41,
"description": "南京城内的一座桥,阿紫在此投河逃走"
},
{
"id": "piao_miao_feng",
"name": "缥缈峰",
"aliases": [],
"type": "landmark",
"lat": 36.5,
"lng": 101.5,
"description": "灵鹫宫所在地,文中提到游坦之在此换眼"
}
],
"factions": [
{
"id": "dali_royal",
"name": "大理段氏",
"type": "朝廷",
"color": "#FFD700",
"leader": "段誉",
"territory": ["dali_palace"],
"key_figures": ["段誉", "段正明"],
"description": "大理国皇室"
},
{
"id": "song_dynasty",
"name": "大宋",
"type": "朝廷",
"color": "#FF0000",
"leader": "赵煦",
"territory": ["bianliang"],
"key_figures": ["赵煦", "高太后", "苏轼", "苏辙", "范祖禹", "范纯仁"],
"description": "北宋朝廷,正值高太后去世,哲宗亲政"
},
{
"id": "liao_dynasty",
"name": "大辽",
"type": "外族",
"color": "#0000FF",
"leader": "耶律洪基",
"territory": ["nanjing_liao"],
"key_figures": ["耶律洪基", "萧峰", "阿紫", "穆贵妃"],
"description": "契丹辽国"
},
{
"id": "lingjiu_palace",
"name": "灵鹫宫",
"type": "江湖势力",
"color": "#800080",
"leader": "虚竹",
"territory": ["piao_miao_feng"],
"key_figures": ["虚竹"],
"description": "逍遥派灵鹫宫"
}
],
"character_routes": [
{
"character": "段誉",
"color": "#FFD700",
"route": [
{
"lat": 25.69,
"lng": 100.16,
"chapter": 49,
"event": "在大理皇宫接受段正明传位,登基为帝"
}
]
},
{
"character": "萧峰",
"color": "#0000FF",
"route": [
{
"lat": 39.90,
"lng": 116.40,
"chapter": 49,
"event": "在南京北郊迎接耶律洪基"
},
{
"lat": 39.85,
"lng": 116.40,
"chapter": 49,
"event": "在南郊随耶律洪基射猎,重逢阿紫"
},
{
"lat": 39.90,
"lng": 116.40,
"chapter": 49,
"event": "回到南京南院大王府,因拒绝伐宋被耶律洪基下毒并拘捕"
}
]
},
{
"character": "阿紫",
"color": "#EE82EE",
"route": [
{
"lat": 39.85,
"lng": 116.40,
"chapter": 49,
"event": "带着复明的双眼在南京南郊出现,被封为平南公主"
},
{
"lat": 39.90,
"lng": 116.40,
"chapter": 49,
"event": "受穆贵妃诱导给萧峰服下迷药,后在白马桥投河逃走"
}
]
},
{
"character": "耶律洪基",
"color": "#FFFF00",
"route": [
{
"lat": 39.90,
"lng": 116.40,
"chapter": 49,
"event": "巡视南京,封萧峰为宋王并命其南征"
}
]
},
{
"character": "赵煦",
"color": "#FF0000",
"route": [
{
"lat": 34.79,
"lng": 114.30,
"chapter": 49,
"event": "在汴梁皇宫高太后去世后亲政,准备推行新法并北伐"
}
]
}
],
"key_events": [
{
"chapter": 49,
"location": "dali_palace",
"event": "段正明禅位,段誉登基成为大理国新皇帝"
},
{
"chapter": 49,
"location": "bianliang",
"event": "大宋太皇太后高氏驾崩,哲宗赵煦亲政,贬逐苏辙等大臣,重启新政"
},
{
"chapter": 49,
"location": "nanjing_liao",
"event": "萧峰与复明的阿紫重逢,得知游坦之牺牲双眼为阿紫换眼"
},
{
"chapter": 49,
"location": "nanjing_liao",
"event": "耶律洪基进封萧峰为宋王、平南大元帅,萧峰苦谏不愿南征,君臣生隙"
},
{
"chapter": 49,
"location": "nanjing_liao",
"event": "阿紫误信穆贵妃,给萧峰服下其提供的“圣水”(实为迷药),导致萧峰被俘"
},
{
"chapter": 49,
"location": "baimaqiao",
"event": "阿紫在被押送途中从白马桥投河逃脱"
}
]
}