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,39 @@
|
||||
--P-平台福利搜狗.xlsx 等级礼包
|
||||
LevelSogouConfig={
|
||||
[1] = {
|
||||
id = 1,
|
||||
level = 50,
|
||||
reward = {{type=2,id=2,count=5000},{type=0,id=421,count=1},},
|
||||
tips = "|C:0xf56f00&T:领取成功|",
|
||||
},
|
||||
[2] = {
|
||||
id = 2,
|
||||
level = 60,
|
||||
reward = {{type=2,id=2,count=10000},{type=0,id=421,count=2},},
|
||||
tips = "|C:0xf56f00&T:领取成功|",
|
||||
},
|
||||
[3] = {
|
||||
id = 3,
|
||||
level = 70,
|
||||
reward = {{type=2,id=2,count=15000},{type=0,id=421,count=3},},
|
||||
tips = "|C:0xf56f00&T:领取成功|",
|
||||
},
|
||||
[4] = {
|
||||
id = 4,
|
||||
level = 80,
|
||||
reward = {{type=2,id=2,count=20000},{type=0,id=853,count=5},},
|
||||
tips = "|C:0xf56f00&T:领取成功|",
|
||||
},
|
||||
[5] = {
|
||||
id = 5,
|
||||
level = 90,
|
||||
reward = {{type=2,id=2,count=25000},{type=0,id=854,count=5},},
|
||||
tips = "|C:0xf56f00&T:领取成功|",
|
||||
},
|
||||
[6] = {
|
||||
id = 6,
|
||||
level = 100,
|
||||
reward = {{type=2,id=2,count=30000},{type=0,id=365,count=1},},
|
||||
tips = "|C:0xf56f00&T:领取成功|",
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
--P-平台福利搜狗.xlsx 登录礼包
|
||||
LoginSogouConfig={
|
||||
[1] = {
|
||||
day = 1,
|
||||
reward = {{type=0,id=269,count=1},{type=7,id=7,count=2},{type=2,id=2,count=10000},},
|
||||
tips = "|C:0xf56f00&T:领取成功|",
|
||||
},
|
||||
[2] = {
|
||||
day = 2,
|
||||
reward = {{type=0,id=421,count=1},{type=7,id=7,count=3},{type=2,id=2,count=10000},},
|
||||
tips = "|C:0xf56f00&T:领取成功|",
|
||||
},
|
||||
[3] = {
|
||||
day = 3,
|
||||
reward = {{type=0,id=261,count=1},{type=7,id=7,count=3},{type=2,id=2,count=10000},},
|
||||
tips = "|C:0xf56f00&T:领取成功|",
|
||||
},
|
||||
[4] = {
|
||||
day = 4,
|
||||
reward = {{type=0,id=269,count=2},{type=7,id=7,count=4},{type=2,id=2,count=10000},},
|
||||
tips = "|C:0xf56f00&T:领取成功|",
|
||||
},
|
||||
[5] = {
|
||||
day = 5,
|
||||
reward = {{type=0,id=421,count=2},{type=7,id=7,count=4},{type=2,id=2,count=10000},},
|
||||
tips = "|C:0xf56f00&T:领取成功|",
|
||||
},
|
||||
[6] = {
|
||||
day = 6,
|
||||
reward = {{type=0,id=261,count=2},{type=7,id=7,count=5},{type=2,id=2,count=10000},},
|
||||
tips = "|C:0xf56f00&T:领取成功|",
|
||||
},
|
||||
[7] = {
|
||||
day = 7,
|
||||
reward = {{type=0,id=421,count=3},{type=7,id=7,count=5},{type=2,id=2,count=10000},},
|
||||
tips = "|C:0xf56f00&T:领取成功|",
|
||||
},
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
--P-平台福利搜狗.xlsx 搜狗平台福利
|
||||
PlatformSogouConfig={
|
||||
reward1 = {{type=0,id=421,count=5},{type=0,id=269,count=5},{type=0,id=245,count=100},{type=2,id=2,count=20000},},
|
||||
reward2 = {{type=0,id=247,count=10},{type=7,id=7,count=5},{type=0,id=261,count=10},{type=2,id=2,count=20000},},
|
||||
tips1 = "|C:0xf56f00&T:领取成功|",
|
||||
tips2 = "|C:0xf56f00&T:领取成功|",
|
||||
limit = 30000,
|
||||
reward3 = {{type=0,id=1289,count=1}},
|
||||
CDkeytype = 4,
|
||||
PhoneReward = {{type=0,id=351,count=1},{type=0,id=421,count=5},{type=0,id=302,count=1},{type=2,id=2,count=30000},},
|
||||
tips = "|C:0xf56f00&T:领取成功|",
|
||||
}
|
||||
Reference in New Issue
Block a user