Formula
CommonFun.calcBuff_9040
function CommonFun.calcBuff_9040(srcUser, targetUser, a, b, c, d, lv, damage, param)
if srcUser == nil or targetUser == nil then
return 0
end
local A = 0
if targetUser:HasBuffID(139381_1225_:MAX_STACK_0) == false then
A = 100
end
return A
end