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

@@ -1,21 +0,0 @@
--P-平台福利鲁大师.xlsx 平台vip
LudashivipConfig={
[1] = {
id = 1,
vipLevel = 1,
titleReward = {{type=0,id=1279,count=1}},
giftReward = {{type=0,id=421,count=3},{type=0,id=855,count=2}},
},
[2] = {
id = 2,
vipLevel = 4,
titleReward = {{type=0,id=1280,count=1}},
giftReward = {{type=0,id=421,count=6},{type=0,id=855,count=2}},
},
[3] = {
id = 3,
vipLevel = 7,
titleReward = {{type=0,id=1281,count=1}},
giftReward = {{type=0,id=421,count=8},{type=0,id=855,count=2}},
},
}