Updated db and scipt
This commit is contained in:
@@ -12,7 +12,7 @@ function s.initial_effect(c)
|
||||
e1:SetTarget(s.efilter)
|
||||
e1:SetValue(400)
|
||||
c:RegisterEffect(e1)
|
||||
--Special summon 2 "Universe Seed" from hand or deck (Water dragon cluster)
|
||||
--Special summon 2 "Universe Seed" from hand or deck
|
||||
local e2=Effect.CreateEffect(c)
|
||||
e2:SetDescription(aux.Stringid(id,1))
|
||||
e2:SetCategory(CATEGORY_SPECIAL_SUMMON)
|
||||
@@ -24,7 +24,7 @@ function s.initial_effect(c)
|
||||
c:RegisterEffect(e2)
|
||||
end
|
||||
function s.efilter(e,c)
|
||||
return c:IsSetCard(0x25e) and c:IsFaceup() --change to archetype code maybe | Pendulum effect condition return c:IsType(TYPE_NORMAL)
|
||||
return c:IsSetCard(0x25e) and c:IsFaceup() --Pendulum effect condition
|
||||
end
|
||||
function s.spfilter(c,e,tp)
|
||||
return c:IsCode(561586057) and c:IsCanBeSpecialSummoned(e,0,tp,true,false,POS_FACEUP_DEFENSE) --card id for sp summon
|
||||
|
||||
Reference in New Issue
Block a user