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
--Your opponent cannot target this card with card effects
31
31
locale3=Effect.CreateEffect(c)
32
32
e3:SetType(EFFECT_TYPE_SINGLE)
33
33
e3:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
34
34
e3:SetRange(LOCATION_MZONE)
35
35
e3:SetCode(EFFECT_CANNOT_BE_EFFECT_TARGET)
36
36
e3:SetValue(aux.tgoval)
37
37
c:RegisterEffect(e3)
38
-
--indes
38
+
--Cannot be destroyed by your opponent's card effects
39
39
locale4=Effect.CreateEffect(c)
40
40
e4:SetType(EFFECT_TYPE_SINGLE)
41
41
e4:SetCode(EFFECT_INDESTRUCTABLE_EFFECT)
42
42
e4:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
43
43
e4:SetRange(LOCATION_MZONE)
44
44
e4:SetValue(aux.indoval)
45
45
c:RegisterEffect(e4)
46
-
--banish
46
+
--Once per turn (Quick Effect): You can activate this effect; banish this card, also banish as many cards from your opponent's field and GY as possible, then you can Special Summon 1 "Red Nova Dragon" from your Extra Deck (this is treated as a Synchro Summon)
0 commit comments