Formula
CommonFun.calcBuff_8800
function CommonFun.calcBuff_8800(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local A = 0
local targetDefElement = targetUser:GetProperty("DefAttr")
if srcUser:HasBuffID(58410_ALIEN_SEED_OF_YGGDRASIL_CARD_:MAX_STACK_0) and (targetDefElement == 7 or targetDefElement == 9) then
A = 100
end
return A
end