From daedb61b798873f6fc475172583ad9f8c8b3408d Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 23 五月 2022 18:03:58 +0800 Subject: [PATCH] 9480 【BT6】【后端】炼体系统 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintFightPower.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintFightPower.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintFightPower.py index c1c4bfb..c231e02 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintFightPower.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintFightPower.py @@ -55,6 +55,7 @@ ShareDefine.Def_MFPType_Coat:"时装", ShareDefine.Def_MFPType_Love:"情缘", ShareDefine.Def_MFPType_Charm:"魅力", + ShareDefine.Def_MFPType_LianTi:"炼体", ShareDefine.Def_MFPType_Other:"其他", } @@ -105,6 +106,7 @@ ChConfig.Def_CalcAttrFunc_LoveRing:"情戒基础", ChConfig.Def_CalcAttrFunc_LoveRingCouple:"情戒仙侣", ChConfig.Def_CalcAttrFunc_Charm:"魅力", + ChConfig.Def_CalcAttrFunc_LianTi:"炼体", } GameWorld.DebugAnswer(curPlayer, "PrintFightPower 模块类型(可选)") -- Gitblit v1.8.0