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
--During your Main Phase: You can destroy this card, and if you do, place 1 Pendulum Monster whose Pendulum Scale is 1 from your hand or Deck in your Pendulum Zone, except "Astrograph Sorcerer, the Star Magician", but it cannot activate its Pendulum Effects this turn
8
+
locale1=Effect.CreateEffect(c)
9
+
e1:SetDescription(aux.Stringid(id,0))
10
+
e1:SetCategory(CATEGORY_DESTROY)
11
+
e1:SetType(EFFECT_TYPE_IGNITION)
12
+
e1:SetRange(LOCATION_PZONE)
13
+
e1:SetCountLimit(1,{id,0})
14
+
e1:SetTarget(s.pltg)
15
+
e1:SetOperation(s.plop)
16
+
c:RegisterEffect(e1)
17
+
--If a face-up Monster Card(s) you control is destroyed by battle or card effect: You can Special Summon this card from your hand, then you can Special Summon 1 of those destroyed monsters from your GY or face-up Extra Deck
--During the Main Phase (Quick Effect): You can Tribute this card, then you can Fusion Summon 1 Dragon Fusion Monster from your Extra Deck, by shuffling its materials from your field and/or face-up Extra Deck into the Deck
--Link Summon procedure: 2 monsters with the same Type
8
+
Link.AddProcedure(c,nil,2,nil,s.matcheck)
9
+
--If this card is Link Summoned, or a monster(s) is Special Summoned to a zone(s) this card points to: You can send 1 Spell from your hand or face-up field to the GY; add 1 Ritual Monster from your Deck to your hand
--You can target 1 Ritual, Fusion, Synchro, or Xyz Monster this card points to; Special Summon 1 monster from your GY with the same Type but a different card type (Ritual, Fusion, Synchro, or Xyz)
0 commit comments