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 5ac4d4b commit 6d7f972Copy full SHA for 6d7f972
rush/c160323010.lua
@@ -30,11 +30,11 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
30
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_GRAVE)
31
end
32
function s.spfilter2(c,e,tp)
33
- 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)
34
35
function s.operation(e,tp,eg,ep,ev,re,r,rp)
36
--Requirement
37
- local g=Duel.GetMatchingGroup(s.tdfilter,tp,LOCATION_GRAVE,0,nil)
+ local g=Duel.GetMatchingGroup(s.tdfilter,tp,LOCATION_GRAVE,0,nil,tp)
38
local td=aux.SelectUnselectGroup(g,e,tp,2,2,s.rescon,1,tp,HINTMSG_SELECT)
39
Duel.HintSelection(td)
40
if Duel.SendtoDeck(td,nil,SEQ_DECKSHUFFLE,REASON_COST)<1 then return end
0 commit comments