修改变量名错误

This commit is contained in:
hahwu 2024-12-27 11:20:38 +08:00
parent 79f1d8e76c
commit 09baa00837
3 changed files with 25 additions and 4 deletions

Binary file not shown.

21
makedown/xlsx.md Normal file
View File

@ -0,0 +1,21 @@
# 配置文件 sheetname 列表
## LimitedTimeEvent
### Event 限时事件类型定义
### Meteor 流星雨事件加成
### Chest 宝箱雨配置
### Order 超级订单配置
### Sence 场景冲刺奖励
### SenceJackpot 场景冲刺转盘奖池
### Fast 连击快手奖励
### Jackpot Bonus奖池
### Const 常量表

View File

@ -211,13 +211,13 @@
"out_file": "LimitedTimeEvent.json",
"key": "Id",
"sheet_name" :"Event",
"fields" :["Prob", "BounsLv"]
"fields" :[]
},
{
"in_file": "LimitedTimeEvent.xlsx",
"out_file": "LimitedTimeEventBouns.json",
"out_file": "LimitedTimeEventBonus.json",
"key": "Id",
"sheet_name" :"Bouns",
"sheet_name" :"Bonus",
"fields" :["Min", "Max", "OrderNum","Option"]
},
{
@ -260,7 +260,7 @@
"out_file": "LimitedTimeEventJackpot.json",
"key": "Id",
"sheet_name" :"Jackpot",
"fields" :["Items", "BounsLv", "Prob","Type"]
"fields" :["Items", "BonusLv", "Prob","Type"]
},
{
"in_file": "LimitedTimeEvent.xlsx",