Files
chuanqi-server/server/cross/LogicServer/data/config/guide/SignInAndSalary.txt
aixianling 06658f112f init
2024-12-13 13:41:02 +08:00

40 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--每周工资系统 签到
SignInAndSalary =
{
--每日签到
signIn = {11,12,13,14,15}, --签到触发成就ID
--发工资
desc = "开服<(c0xFFFFFF00)121天>在线每小时可累积<(c0xFFFFFF00)4000金币>\\开服<(c0xFFFFFF00)2242天>在线每小时可累积<(c0xFFFFFF00)6000金币>\\开服<(c0xFFFFFF00)43天后>在线每小时可累积<(c0xFFFFFF00)10000金币>",
maxHour = 120,--工资在线小时的上限,仅对基础值
worldLevelLimit = 10,--世界等级差的限制
awards = --每小时初始奖励
{
{type=6,id=0,count=2000},
},
salary =
{
{
begin = 1, --开服天数区间开始
over = 21, --开服天数区间结束 -1代表以后
rate = 2, --奖励加成倍率(必须为整形)
desc = "你每天在线<(c0xFF00FF00)1小时>可累积<(c0xFFFFFF00)4000金币>的工资",
},
{
begin = 22, --开服天数区间开始
over = 42, --开服天数区间结束 -1代表以后
rate = 3, --奖励加成倍率
desc = "你每天在线<(c0xFF00FF00)1小时>可累积<(c0xFFFFFF00)6000金币>的工资",
},
{
begin = 43, --开服天数区间开始
over = -1, --开服天数区间结束 -1代表以后
rate = 5, --奖励加成倍率
desc = "你每天在线<(c0xFF00FF00)1小时>可累积<(c0xFFFFFF00)10000金币>的工资",
},
}
}