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
--If you have a card in your Field Zone: You can target 1 Effect Monster you control; that Effect Monster gains this effect until the end of your opponent's turn.
--You can activate this card from your hand by paying half your LP
7
+
locale0=Effect.CreateEffect(c)
8
+
e0:SetDescription(aux.Stringid(id,0))
9
+
e0:SetType(EFFECT_TYPE_SINGLE)
10
+
e0:SetCode(EFFECT_TRAP_ACT_IN_HAND)
11
+
e0:SetValue(function(e,c) e:SetLabel(1) end)
12
+
c:RegisterEffect(e0)
13
+
--Add to your hand, or place face-up in your Field Zone, 1 "Malefic World" from your Deck or GY, then Special Summon 1 "Malefic" monster from your Deck or Extra Deck in Defense Position, ignoring its Summoning conditions, then if your opponent controls a monster with 2500 or more ATK, all face-up monsters they currently control lose 2500 ATK until the end of this turn
--If this card is Synchro Summoned using a "Blackwing" monster as material, it is treated as a Tuner while face-up on the field. After this card is Synchro Summoned, for the rest of this turn, it gains ATK equal to the total original ATK of the Synchro Monsters used as its material
--After this card is Synchro Summoned, for the rest of this turn, it gains ATK equal to the total original ATK of the Synchro Monsters used as its material
0 commit comments