yyl
14 小时以前 9e8aa4c81f739980802fb9dbb2f3eff06aeb8d4c
125 战斗 特性 怒气恢复
1个文件已修改
7 ■■■■■ 已修改文件
Main/System/Battle/BattleObject/BattleObject.cs 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Battle/BattleObject/BattleObject.cs
@@ -553,13 +553,14 @@
                heroInfoBar.UpdateXP(teamHero.rage, toXp, 100);
                teamHero.rage = (int)newValue;
                string message = BattleUtility.DisplayDamageNum(diffValue, ((int)DamageType.RageUp));
                DamageNumConfig damageNumConfig = DamageNumConfig.Get((int)DamageType.RageUp);
                string message = BattleUtility.ConvertToArtFont(damageNumConfig, diffValue);
                heroInfoBar.ShowTips(new BattleHeroInfoBar.TipsInfo()
                {
                    message = message,
                    useArtText = true,
                    followCharacter = true,
                    followCharacter = false,
                    scaleRatio = 1f,
                    isRage = true
                });
                break;