We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ad8d5 commit 5311b00Copy full SHA for 5311b00
1 file changed
rush/c160323010.lua
@@ -18,7 +18,7 @@ function s.tdfilter(c,tp)
18
return c:IsMonster() and c:IsAbleToDeckOrExtraAsCost()
19
end
20
function s.spfilter(c,e,tp)
21
- return c:IsLevel(7) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
+ return c:IsLevel(7) and c:IsType(TYPE_RITUAL) and c:IsAttack(2300) and c:IsDefense(2500) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
22
and Duel.IsExistingMatchingCard(s.tdfilter,tp,LOCATION_GRAVE,0,2,c,tp)
23
24
function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
0 commit comments