Index: script/c0.lua ================================================================== --- script/c0.lua +++ script/c0.lua @@ -461,11 +461,11 @@ --} else --{ cache_1 = math.abs(cache_1) / (str["对方玩家的初始生命值"] - 100) ---~ Debug.ShowHint(tostring(cache_1 * 3000)) + cache_1 = math.tointeger(cache_1 * 3000 // 100 * 100) end --} Debug.ShowHint(tostring(cache_1))