Commit 5937b2b5 authored by mercury233's avatar mercury233

format

parent 3ac88f95
...@@ -22,8 +22,6 @@ function s.initial_effect(c) ...@@ -22,8 +22,6 @@ function s.initial_effect(c)
e2:SetOperation(s.thop) e2:SetOperation(s.thop)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
--change
function s.cgfilter(c,mc) function s.cgfilter(c,mc)
return c:IsType(TYPE_MONSTER) and c:IsSetCard(0x2) and c:IsAbleToRemove() and not c:IsAttribute(mc:GetAttribute()) return c:IsType(TYPE_MONSTER) and c:IsSetCard(0x2) and c:IsAbleToRemove() and not c:IsAttribute(mc:GetAttribute())
end end
...@@ -46,7 +44,7 @@ function s.cgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -46,7 +44,7 @@ function s.cgop(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE) e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
if c:IsFaceup() and tc:IsType(TYPE_TUNER) and not c:IsType(TYPE_TUNER) if c:IsFaceup() and tc:IsType(TYPE_TUNER) and not c:IsType(TYPE_TUNER)
and Duel.SelectYesNo(tp,aux.Stringid(id,2)) then and Duel.SelectYesNo(tp,aux.Stringid(id,2)) then
Duel.BreakEffect() Duel.BreakEffect()
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
...@@ -58,8 +56,6 @@ function s.cgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -58,8 +56,6 @@ function s.cgop(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
end end
--to hand
function s.cfilter(c) function s.cfilter(c)
return c:IsFaceup() and c:IsSetCard(0x2) and c:IsType(TYPE_SYNCHRO) return c:IsFaceup() and c:IsSetCard(0x2) and c:IsType(TYPE_SYNCHRO)
end end
......
--リペア・ジェネクス・コントローラー --リペア・ジェネクス・コントローラー
--not fully implemented
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
--link summon --link summon
...@@ -161,4 +162,4 @@ function s.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,min,max) ...@@ -161,4 +162,4 @@ function s.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,min,max)
g:Merge(sg) g:Merge(sg)
end end
Duel.SetSynchroMaterial(g) Duel.SetSynchroMaterial(g)
end end
\ No newline at end of file
--氷霊山の龍祖 ランセア --氷霊山の龍祖 ランセア
local s,id,o=GetID() local s,id,o=GetID()
function s.initial_effect(c) function s.initial_effect(c)
c:EnableReviveLimit() c:EnableReviveLimit()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment