Commit 4cef2b89 authored by wyykak's avatar wyykak

fix 74562022

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 140e0fb5
...@@ -54,7 +54,7 @@ function cCardno.atkval(e,c) ...@@ -54,7 +54,7 @@ function cCardno.atkval(e,c)
local g=c:GetOverlayGroup() local g=c:GetOverlayGroup()
local sum=g:GetSum(Card.GetLevel) local sum=g:GetSum(Card.GetLevel)
local sum2=g:GetSum(Card.GetRank) local sum2=g:GetSum(Card.GetRank)
return sum*150+sum2*100 return sum*150+sum2*150
end end
-- xyz1 -- xyz1
function cCardno.ffilter(c,xyzc) function cCardno.ffilter(c,xyzc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment