修改小说路径

This commit is contained in:
2026-04-01 14:27:52 +08:00
parent 487af59ff6
commit 4bc351ad25
325 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,108 @@
{
"volume": "第26章",
"chapters": ["第26章 赤手屠熊搏虎"],
"locations": [
{
"id": "changbai_mountain",
"name": "长白山",
"aliases": [],
"type": "landmark",
"lat": 42.0,
"lng": 128.0,
"description": "产人参的苦寒之地,萧峰带阿紫前往寻参医伤"
},
{
"id": "nvzhen_camp",
"name": "女真营地",
"aliases": [],
"type": "landmark",
"lat": 43.0,
"lng": 126.0,
"description": "完颜阿骨打所属的女真部族聚居地"
},
{
"id": "great_prairie",
"name": "大草原",
"aliases": [],
"type": "landmark",
"lat": 44.0,
"lng": 120.0,
"description": "辽国境内的广阔草原,萧峰与耶律基结拜及猎鹿之处"
}
],
"factions": [
{
"id": "xingxiu_sect",
"name": "星宿派",
"type": "帮派",
"color": "#4B0082",
"leader": "丁春秋",
"territory": [],
"key_figures": ["阿紫"],
"description": "西域毒门帮派,阿紫出身于此"
},
{
"id": "nvzhen_tribe",
"name": "女真部族",
"type": "外族",
"color": "#556B2F",
"leader": "和哩布",
"territory": ["nvzhen_camp"],
"key_figures": ["完颜阿骨打", "和哩布", "颇拉苏"],
"description": "勇猛善战的东北部族"
},
{
"id": "liao_empire",
"name": "大辽",
"type": "朝廷",
"color": "#FF0000",
"leader": "耶律洪基",
"territory": ["great_prairie"],
"key_figures": ["耶律基", "室里"],
"description": "契丹人建立的北方大国"
}
],
"character_routes": [
{
"character": "萧峰",
"color": "#8B0000",
"route": [
{ "lat": 34.75, "lng": 113.62, "chapter": 26, "event": "从河南向东北进发" },
{ "lat": 42.0, "lng": 128.0, "chapter": 26, "event": "到达长白山寻参,迷路后遇到完颜阿骨打" },
{ "lat": 43.0, "lng": 126.0, "chapter": 26, "event": "居住在女真营地,照顾阿紫并与契丹人冲突" },
{ "lat": 44.0, "lng": 120.0, "chapter": 26, "event": "在大草原与耶律基结拜,放其归国" }
]
},
{
"character": "阿紫",
"color": "#9400D3",
"route": [
{ "lat": 42.0, "lng": 128.0, "chapter": 26, "event": "重伤昏迷,随萧峰来到长白山" },
{ "lat": 43.0, "lng": 126.0, "chapter": 26, "event": "在女真营地依靠人参、虎血、熊胆调养" },
{ "lat": 44.0, "lng": 120.0, "chapter": 26, "event": "身体好转后随萧峰前往大草原游玩" }
]
}
],
"key_events": [
{
"chapter": 26,
"location": "changbai_mountain",
"event": "萧峰误伤阿紫后,带其北上长白山寻参医治"
},
{
"chapter": 26,
"location": "changbai_mountain",
"event": "萧峰在雪地空手杀虎,结识女真英雄完颜阿骨打"
},
{
"chapter": 26,
"location": "great_prairie",
"event": "萧峰生擒契丹首领耶律基,后钦佩其胆识将其释放并结为兄弟"
},
{
"chapter": 26,
"location": "nvzhen_camp",
"event": "耶律基派人送来大量金银牛羊报恩,萧峰悉数赠予女真部落"
}
]
}