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/c8576764.lua
+13-18Lines changed: 13 additions & 18 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
-
--Special Summon 1 aqua, fish, or sea serpent monster from GY
6
+
--You can target 1 Fish, Sea Serpent, or Aqua monster in your GY with an equal or lower Level than the number of cards in your opponent's hand; Special Summon it, but it cannot activate its effects this turn. You can only use this effect of "Gluttonous Reptolphin Greethys" once per turn.
7
7
locale1=Effect.CreateEffect(c)
8
8
e1:SetDescription(aux.Stringid(id,0))
9
9
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
@@ -14,15 +14,15 @@ function s.initial_effect(c)
14
14
e1:SetTarget(s.sptg)
15
15
e1:SetOperation(s.spop)
16
16
c:RegisterEffect(e1)
17
-
--If sent to GY as synchro material, the synchro monster gains ATK/DEF
17
+
--If this card is sent to the GY as Synchro Material: You can make the Synchro Monster that used this card as material gain 200 ATK/DEF for each card currently in your opponent's hand.
0 commit comments