Commit 2cc53328 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c75642018.lua

parent cc747d35
Pipeline #30627 passed with stages
in 24 minutes and 52 seconds
...@@ -25,7 +25,7 @@ function s.initial_effect(c) ...@@ -25,7 +25,7 @@ function s.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function s.mtfilter(c,e) function s.mtfilter(c,e)
return c:IsLevelBelow(10) and c:IsCanBeEffectTarget(e) and (c:IsReleasable() and c:IsLocation(LOCATION_MZONE)) or (c:IsLocation(LOCATION_GRAVE) and c:IsAbleToRemove()) and not c:IsImmuneToEffect(e) return c:IsLevelBelow(10) and c:IsCanBeEffectTarget(e) and (c:IsReleasable() and c:IsLocation(LOCATION_MZONE)) or (c:IsLocation(LOCATION_GRAVE) and c:IsAbleToRemove()) and not c:IsImmuneToEffect(e) and c:IsType(TYPE_MONSTER)
end end
function s.spfilter(c,e,tp,m) function s.spfilter(c,e,tp,m)
return c:IsCode(75642016) and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_RITUAL,tp,true,false) and m:CheckWithSumEqual(Card.GetRitualLevel,10,1,99,c) return c:IsCode(75642016) and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_RITUAL,tp,true,false) and m:CheckWithSumEqual(Card.GetRitualLevel,10,1,99,c)
......
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