11-- M∀LICE<P>Dormouse
2- -- M∀LICE <Pawn > Dormouse
2+ -- Maliss <P > Dormouse
33-- Scripted by Hatter
44local s ,id = GetID ()
55function s .initial_effect (c )
6- -- "M∀LICE " Link Monsters that point to this card cannot be destroyed by card effects
6+ -- "Maliss " Link Monsters that point to this card cannot be destroyed by card effects
77 local e1 = Effect .CreateEffect (c )
88 e1 :SetType (EFFECT_TYPE_FIELD )
99 e1 :SetCode (EFFECT_INDESTRUCTABLE_EFFECT )
@@ -12,7 +12,7 @@ function s.initial_effect(c)
1212 e1 :SetTarget (s .linkfilter )
1313 e1 :SetValue (1 )
1414 c :RegisterEffect (e1 )
15- -- Banish 1 "M∀LICE " monster from your Deck
15+ -- Banish 1 "Maliss " monster from your Deck
1616 local e2 = Effect .CreateEffect (c )
1717 e2 :SetDescription (aux .Stringid (id ,0 ))
1818 e2 :SetCategory (CATEGORY_REMOVE + CATEGORY_ATKCHANGE )
@@ -30,7 +30,7 @@ function s.initial_effect(c)
3030 e3 :SetProperty (EFFECT_FLAG_DELAY )
3131 e3 :SetCode (EVENT_REMOVE )
3232 e3 :SetCountLimit (1 ,{id ,1 })
33- e3 :SetCost (s . spcost )
33+ e3 :SetCost (aux . PayLPCost ( 300 ) )
3434 e3 :SetTarget (s .sptg )
3535 e3 :SetOperation (s .spop )
3636 c :RegisterEffect (e3 )
@@ -53,7 +53,7 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
5353 Duel .Remove (g ,POS_FACEUP ,REASON_EFFECT )
5454 end
5555 local c = e :GetHandler ()
56- -- "M∀LICE " monsters you control will gain 600 ATK this turn
56+ -- "Maliss " monsters you control will gain 600 ATK this turn
5757 local e1 = Effect .CreateEffect (c )
5858 e1 :SetType (EFFECT_TYPE_FIELD )
5959 e1 :SetCode (EFFECT_UPDATE_ATTACK )
@@ -64,10 +64,6 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
6464 Duel .RegisterEffect (e1 ,tp )
6565 aux .RegisterClientHint (c ,0 ,tp ,1 ,0 ,aux .Stringid (id ,2 ))
6666end
67- function s .spcost (e ,tp ,eg ,ep ,ev ,re ,r ,rp ,chk )
68- if chk == 0 then return Duel .CheckLPCost (tp ,300 ) end
69- Duel .PayLPCost (tp ,300 )
70- end
7167function s .sptg (e ,tp ,eg ,ep ,ev ,re ,r ,rp ,chk )
7268 local c = e :GetHandler ()
7369 if chk == 0 then return Duel .GetLocationCount (tp ,LOCATION_MZONE )> 0
0 commit comments