Commit 357483fe authored by GuGu's avatar GuGu

Update c29059.lua 添加下降字段

parent 9894abed
Pipeline #21223 passed with stage
in 1 minute and 28 seconds
......@@ -24,10 +24,14 @@ function c29059.initial_effect(c)
e2:SetCondition(c29059.condition2)
e2:SetOperation(c29059.operation2)
c:RegisterEffect(e2)
end
function c29059.sfilter(c)
return c:GetAttack()<=1000 and c:IsSetCard(0x208)
end
end
--
c29050.DescSetName=0x826
--
function c29059.sfilter(c)
return c:GetAttack()<=1000 and c:IsSetCard(0x208)
end
--Effect 1
......
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