feat(server): 添加多个平台的福利配置文件
- 新增了多个平台的福利配置文件,包括: - Platform7youxi - Platform37 - Platform360 - Platform2144 - Platform4366 - Platformaiqiyi - PlatformGame2 - PlatformKU25 - Platformludashi - Platformqidian - PlatformQQ - Platformshunwang - PlatformSogou - PlatformTanwan - Platformteeqee - Platformxunwan - PlatformYaodou - 配置文件内容包括各个平台的奖励设置、等级礼物、登录礼物等信息
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
--P-平台福利迅玩.xlsx 迅玩
|
||||
PlatformxunwanConfig={
|
||||
dailyGift = {
|
||||
[1]={viplvl=1,awards={{type=0,id=269,count=1},{type=0,id=247,count=2},{type=7,id=7,count=3}}},
|
||||
[2]={viplvl=2,awards={{type=0,id=269,count=2},{type=0,id=247,count=3},{type=7,id=7,count=4}}},
|
||||
[3]={viplvl=3,awards={{type=0,id=269,count=3},{type=0,id=247,count=4},{type=7,id=7,count=5}}},
|
||||
[4]={viplvl=4,awards={{type=0,id=269,count=4},{type=0,id=247,count=5},{type=7,id=7,count=6}}},
|
||||
},
|
||||
SPID = "37",
|
||||
vipGift = {
|
||||
[1]={vip=1,awards={{type=0,id=302,count=1},{type=0,id=421,count=5},{type=7,id=7,count=10},{type=2,id=2,count=10000}}},
|
||||
[2]={vip=2,awards={{type=0,id=421,count=5},{type=0,id=261,count=5},{type=7,id=7,count=20},{type=2,id=2,count=20000}}},
|
||||
[3]={vip=3,awards={{type=0,id=261,count=8},{type=0,id=269,count=8},{type=7,id=7,count=30},{type=2,id=2,count=30000}}},
|
||||
[4]={vip=4,awards={{type=0,id=421,count=10},{type=0,id=269,count=10},{type=7,id=7,count=40},{type=2,id=2,count=40000}}},
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
--P-平台福利迅玩.xlsx 称号
|
||||
XunwantitleConfig={
|
||||
[1] = {
|
||||
id = 1,
|
||||
vipLevel = 1,
|
||||
titleReward = {{type=0,id=1331,count=1}},
|
||||
},
|
||||
[2] = {
|
||||
id = 2,
|
||||
vipLevel = 2,
|
||||
titleReward = {{type=0,id=1332,count=1}},
|
||||
},
|
||||
[3] = {
|
||||
id = 3,
|
||||
vipLevel = 3,
|
||||
titleReward = {{type=0,id=1333,count=1}},
|
||||
},
|
||||
[4] = {
|
||||
id = 4,
|
||||
vipLevel = 4,
|
||||
titleReward = {{type=0,id=1334,count=1}},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user