配置解析脚本更新

This commit is contained in:
hahwu 2025-12-15 15:05:47 +08:00
parent a18c59601a
commit 672f275221
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -5,5 +5,5 @@
tool/tool.ipynb
tool/txt/*
tool/conf.tar
tool/cfg/cfg_txt.local.json
tool/cfg/cfg_txt.local.json178
.vscode/settings.json

View File

@ -744,6 +744,13 @@
"sheet_name" :"Const",
"fields" :["Value"]
},
{
"in_file": "NPCFriends.xlsx",
"out_file": "NPCFriends.json",
"key": "Id",
"sheet_name" :"NPCFriends",
"fields" :["Level"]
},
{
"in_file": "FriendTreasure.xlsx",
"out_file": "FriendTreasureProb.json",