| | |
| | | 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; |