refactor(server): 调整签到奖励配置和掉落表配置

- 将签到奖励配置中的物品 ID 从 826 修改为 380- 更新掉落表配置,增加武器和衣服的掉落项
- 修改服务器路径,将 yfbx_server 重命名为 server
This commit is contained in:
aixianling
2024-12-13 15:14:04 +08:00
parent b0670fbfbe
commit 33b4b2e8d9
62 changed files with 48 additions and 1122 deletions

View File

@@ -5868,13 +5868,17 @@ DropTableConfig = {
[2100033] = {
id = 2100033,
type = 1,
table = {{rate=100,type=0,id=397,count=1},{rate=5,type=0,id=972,count=1},{rate=5,type=0,id=974,count=1}},
table = {{rate=100,type=0,id=397,count=1},
{rate=5,type=0,id=761,count=1},{rate=5,type=0,id=762,count=1},{rate=5,type=0,id=763,count=1}, --武器
{rate=5,type=0,id=63,count=1},{rate=5,type=0,id=65,count=1},{rate=5,type=0,id=67,count=1}}, --衣服
weeklimit = {},
},
[2100034] = {
id = 2100034,
type = 1,
table = {{rate=100,type=0,id=398,count=1},{rate=50,type=0,id=972,count=1},{rate=50,type=0,id=974,count=1}},
table = {{rate=100,type=0,id=398,count=1},
{rate=50,type=0,id=761,count=1},{rate=50,type=0,id=762,count=1},{rate=50,type=0,id=763,count=1}, --武器
{rate=50,type=0,id=63,count=1},{rate=50,type=0,id=65,count=1},{rate=50,type=0,id=67,count=1}}, --衣服
weeklimit = {},
},
[2100035] = {
@@ -6757,4 +6761,4 @@ DropTableConfig = {
weeklimit = {},
limitopenserverDay = 1,
},
}
}