You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--You can reveal 3 Dragon monsters in your Extra Deck with 3000 or more ATK and different names; Special Summon this card from your hand
7
+
locale1=Effect.CreateEffect(c)
8
+
e1:SetDescription(aux.Stringid(id,0))
9
+
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
10
+
e1:SetType(EFFECT_TYPE_IGNITION)
11
+
e1:SetRange(LOCATION_HAND)
12
+
e1:SetCountLimit(1,{id,0})
13
+
e1:SetCost(s.spcost)
14
+
e1:SetTarget(s.sptg)
15
+
e1:SetOperation(s.spop)
16
+
c:RegisterEffect(e1)
17
+
--If this card is sent to the GY: You can target 1 Dragon Fusion, Synchro, Xyz, or Link Monster you control; your opponent cannot target it with card effects this turn. Neither player can activate cards or effects in response to this effect's activation
0 commit comments