Files
docxmaker/wenzijiaoben/memories/doc_format_spec.json
2026-06-08 10:49:52 +08:00

53 lines
2.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"document_title": "《不朽封仙》文字脚本",
"sections": [
{"number": "一", "title": "系统提示", "type": "numbered_list"},
{"number": "二", "title": "任务文本", "type": "numbered_list"},
{"number": "三", "title": "成就文本", "type": "numbered_list"},
{"number": "四", "title": "玩家随机名称文本", "type": "table", "columns": ["姓", "名"]},
{"number": "五", "title": "新手指引文本", "type": "numbered_list"},
{"number": "六", "title": "道具说明", "type": "table", "columns": ["道具名称", "图标", "道具描述"]},
{"number": "七", "title": "技能", "type": "table", "columns": ["技能名称", "技能图标", "技能描述"]},
{"number": "八", "title": "灵石", "type": "table", "columns": ["灵石名称", "灵石图标", "灵石介绍"]},
{"number": "九", "title": "天赋", "type": "table", "columns": ["天赋名称", "天赋图标", "天赋介绍"]},
{"number": "十", "title": "装备", "type": "table", "columns": ["装备名称", "装备图标"]},
{"number": "十一", "title": "关卡名称", "type": "numbered_list"}
],
"format_rules": {
"title": {
"font": "宋体",
"font_en": "SimSun",
"size": "二号 (22pt)",
"bold": true,
"underline": false,
"color": "黑色 (无蓝色)",
"alignment": "居中"
},
"section_heading": {
"font": "仿宋",
"font_en": "FangSong",
"size": "四号 (14pt)",
"bold": true,
"numbering": "中文数字 (一、二、三...十一)"
},
"text_content": {
"font": "仿宋",
"font_en": "FangSong",
"size": "四号 (14pt)",
"bold": false,
"numbering": "阿拉伯数字 (1. 2. 3. ...)"
},
"table_images": {
"height": "3cm",
"aspect_ratio": "锁定纵横比",
"missing_image": "留空"
}
},
"dedup_rules": {
"general": "所有文本和表格内容不得出现重复项",
"system_prompts": "GameTextConst中相同文本值的常量只保留第一个",
"talents": "天赋按name去重同一天赋在不同等级重复出现",
"equipment": "装备按name去重同一装备不同品质重复出现"
}
}