Files
chuanqi-server-instance/LogicServer/data/config/achieve/titles.txt
2024-12-16 20:45:03 +08:00

23 lines
780 B
Plaintext
Executable File
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.

-- 称号增加groupId 表示这个称号是哪个组的默认是0否则填写buff的id,从1开始一个buff组里的buff只能存在一个
-- 同时增加了time 表示有效时间默认是0可以不配置否则表示这个称号的有效时间单位秒
-- 增加了showOnlyGet 标记默认是false可以不配置否则只在玩家有这个称号的时候才显示如果配置了true那么只有玩家在有这个称号才会显示
--isDelete 表示称号是删除的默认是false如果是true表示该称号被删除了客户端不用显示出来
-- headTitleId 设置称号对应的头衔id 不配置默认0
-- isFamous 是否是名人堂的称号,这种称号需要特殊处理,拥有以后有一些特权 isFamous=true表示是默认不用配置
Titles=
{
{
name = "",
desc = "",
buff = {
{ type = 0, group = 2, value = 0 },
},
groupId = 0,
showOnlyGet = false,
time = 0,
isDelete = false,
headTitleId = 0,
},
}