屏蔽主角神觉加成

master_yuenan
DESKTOP-C3M45P4\dengdan 2026-04-06 09:20:44 +08:00
parent 3c206afe24
commit 5d19ec5926
1 changed files with 2 additions and 1 deletions

View File

@ -2797,7 +2797,8 @@ public class HeroLogic {
heroAllAttribute.put(HeroAttributeEnum.CurHP.getPropertyId(), heroAllAttribute.get(GlobalsDef.HP_TYPE));
// 主角六道神脉(要先计算并返回对灵兽,神兵,变身卡的属性加成,用于他们的系统计算)
Map<Integer,Integer> systemPropAdd = applyPlayerMeridiansAttribute(heroAllAttribute,user);
Map<Integer,Integer> systemPropAdd = null;
// Map<Integer,Integer> systemPropAdd = applyPlayerMeridiansAttribute(heroAllAttribute,user);
// 主角属性加成
applyPlayerAndSkill(heroAllAttribute, user,systemPropAdd);
// 灵兽和神兵