ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -3458,6 +3458,7 @@
# 称号
Def_PDict_TitleState = "TitleState_%s"  # 称号状态,参数(key编号)
Def_PDict_TitleEndTime = "TitleEndTime_%s"  # 称号到期时间戳,0为永久,参数(称号ID)
Def_PDict_TitleGoldRewardTime = "TitleGRewardTime_%s"  # 称号每日俸禄上次发放时间戳,参数(称号ID)
Def_PDict_TitleStar = "TitleStar_%s"  # 称号星级,参数(称号ID)
# 形象
@@ -4923,3 +4924,12 @@
CoinType_ExchangePayCoin, # 代表转换 6
CoinType_PayCoin, # 代币充值 7
) = range(8)
# 物品产出来源特殊标记
(
ItemSrcSign_Default, # 无
ItemSrcSign_GubaoEff, # 古宝效果额外产出 1
ItemSrcSign_BeautyEff, # 红颜效果额外产出 2
ItemSrcSign_TitleEff, # 称号效果额外产出 3
ItemSrcSign_HeroSkinChange, # 武将时装转化 4
) = range(1 + 4)