11-- 天球の聖刻印
2- -- Hieratic Seal of the Celestial Spheres
2+ -- Hieratic Seal of the Heavenly Spheres
33-- Scripted by Eerie Code
44local s ,id = GetID ()
55function s .initial_effect (c )
@@ -23,7 +23,7 @@ function s.initial_effect(c)
2323 local e2 = Effect .CreateEffect (c )
2424 e2 :SetDescription (aux .Stringid (id ,1 ))
2525 e2 :SetCategory (CATEGORY_SPECIAL_SUMMON )
26- e2 :SetType (EFFECT_TYPE_SINGLE + EFFECT_TYPE_TRIGGER_O )
26+ e2 :SetType (EFFECT_TYPE_SINGLE + EFFECT_TYPE_TRIGGER_F )
2727 e2 :SetCode (EVENT_RELEASE )
2828 e2 :SetProperty (EFFECT_FLAG_DAMAGE_STEP + EFFECT_FLAG_DELAY )
2929 e2 :SetCountLimit (1 ,id )
@@ -58,8 +58,7 @@ function s.spfilter(c,e,tp)
5858 return c :IsRace (RACE_DRAGON ) and c :IsCanBeSpecialSummoned (e ,0 ,tp ,false ,false )
5959end
6060function s .sptg (e ,tp ,eg ,ep ,ev ,re ,r ,rp ,chk )
61- if chk == 0 then return Duel .GetLocationCount (tp ,LOCATION_MZONE )> 0
62- and Duel .IsExistingMatchingCard (s .spfilter ,tp ,LOCATION_HAND + LOCATION_DECK ,0 ,1 ,nil ,e ,tp ) end
61+ if chk == 0 then return true end
6362 Duel .SetOperationInfo (0 ,CATEGORY_SPECIAL_SUMMON ,nil ,1 ,tp ,LOCATION_HAND + LOCATION_DECK )
6463end
6564function s .spop (e ,tp ,eg ,ep ,ev ,re ,r ,rp )
0 commit comments