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
Copy file name to clipboardExpand all lines: official/c92501449.lua
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
--scripted by Naim
4
4
locals,id=GetID()
5
5
functions.initial_effect(c)
6
-
--Prevent battle destruction and Special Summon 1 Normal Monster
6
+
--Pay 2000 LP, then declare 1 Normal Monster Card name; the declared Normal Monsters and "Primite" monsters you control cannot be destroyed by battle (until the end of your opponent's turn), then if you control no monsters, you can Special Summon 1 declared Normal Monster from your Deck in Defense Position
7
7
locale1=Effect.CreateEffect(c)
8
8
e1:SetDescription(aux.Stringid(id,0))
9
9
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
@@ -14,7 +14,7 @@ function s.initial_effect(c)
14
14
e1:SetTarget(s.target)
15
15
e1:SetOperation(s.activate)
16
16
c:RegisterEffect(e1)
17
-
--Banish 1 monster on the field
17
+
--If your opponent Normal Summons a monster: You can banish this card from your GY, then target 1 Normal Monster you control or in your GY; banish 1 monster from the field with less ATK than that monster
0 commit comments