4551 【后端】【1.2.0】新增使用获得修行点的物品效果ID
| | |
| | | Def_Effect_DogzEquipPlusExp = 235 # 神兽强化材料经验效果,A值基础经验,B值双倍强化消耗仙玉
|
| | | Def_Effect_AddMagicWeaponUpExp = 236 # 增加法宝升星经验 A值法宝ID B值X经验
|
| | | Def_Effect_ChatBubbleBox = 237 # 激活聊天气泡框,A值气泡框ID
|
| | | Def_Effect_ItemGiveRealmPoint = 238 #使用道具给予修行点
|
| | | #----以下未使用或代码依然存在的---
|
| | | Def_Effect_ItemGiveGongXun = 1920 #使用道具给予功勋
|
| | | Def_Effect_ItemGiveHonorPoint = 1922 #使用道具给予荣誉积分
|
| | |
| | | return ShareDefine.TYPE_Price_FamilyActivity
|
| | | elif curEffID == ChConfig.Def_Effect_ItemGiveFamilyContribution:
|
| | | return ShareDefine.TYPE_Price_Family_Contribution
|
| | | elif curEffID == ChConfig.Def_Effect_ItemGiveRealmPoint:
|
| | | return ShareDefine.TYPE_Price_RealmPoint
|
| | | return -1
|
| | |
|