显示问题优化

This commit is contained in:
xiekaidong 2023-09-11 10:17:21 +08:00
parent 28c23b328d
commit 977459d074

View File

@ -417,7 +417,11 @@ function GFunc.getPerStr(key, str)
key == GConst.BattleConst.BUFF_NAME.SHIELD_ICE or
key == GConst.BattleConst.BUFF_NAME.SHIELD_ICE_02 or
key == GConst.BattleConst.BUFF_NAME.BLOCK or
key == GConst.BattleConst.BUFF_NAME.CRIT_ADD
key == GConst.BattleConst.BUFF_NAME.CRIT_ADD or
key == GConst.BattleConst.COUNTER_ATTACK or
key == GConst.BattleConst.BUFF_NAME.SHIELD_ICE_REBOUND_200 or
key == GConst.BattleConst.BUFF_NAME.SHIELD_REBOUND_100 or
key == GConst.BattleConst.BUFF_NAME.SKILL_HURT_ADD_SHOW
then
str = str // 100 .. "%"
end