This commit is contained in:
xiekaidong 2023-06-06 15:06:18 +08:00
parent e60cedc505
commit 4d6e578982

View File

@ -414,8 +414,9 @@ function GFunc.getPerStr(key, str)
key == GConst.BattleConst.BUFF_NAME.SHIELD_REBOUND_400 or
key == GConst.BattleConst.BUFF_NAME.SHIELD_ICE_REBOUND_400 or
key == GConst.BattleConst.BUFF_NAME.BURN or
key == GConst.BattleConst.BUFF_NAME.SHIELD_ICE or
key == GConst.BattleConst.BUFF_NAME.BLOCK
key == GConst.BattleConst.BUFF_NAME.SHIELD_ICE or
key == GConst.BattleConst.BUFF_NAME.BLOCK or
key == GConst.BattleConst.BUFF_NAME.CRIT_ADD
then
str = str // 100 .. "%"
end