Commit 53cd209e authored by TanakaKotoha's avatar TanakaKotoha

micro

parent 6cf167da
No preview for this file type
expansions/pics/16101103.jpg

153 KB | W: | H:

expansions/pics/16101103.jpg

582 KB | W: | H:

expansions/pics/16101103.jpg
expansions/pics/16101103.jpg
expansions/pics/16101103.jpg
expansions/pics/16101103.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -5,7 +5,7 @@ function cm.initial_effect(c) ...@@ -5,7 +5,7 @@ function cm.initial_effect(c)
local e1=rsef.ACT(c,nil,nil,{1,m,1},"se,th,tg",nil,nil,nil,rsop.target(cm.thfilter,"th",LOCATION_DECK),cm.thop) local e1=rsef.ACT(c,nil,nil,{1,m,1},"se,th,tg",nil,nil,nil,rsop.target(cm.thfilter,"th",LOCATION_DECK),cm.thop)
local e2=rsef.FTO(c,EVENT_SPSUMMON_SUCCESS,{m,1},nil,"sp","de,tg",LOCATION_FZONE,cm.spcon,nil,rstg.target(rscf.spfilter2(Card.IsCode,m-2),"sp",LOCATION_GRAVE),cm.spop) local e2=rsef.FTO(c,EVENT_SPSUMMON_SUCCESS,{m,1},nil,"sp","de,tg",LOCATION_FZONE,cm.spcon,nil,rstg.target(rscf.spfilter2(Card.IsCode,m-2),"sp",LOCATION_GRAVE),cm.spop)
local e3,e4=rsef.FV_LIMIT_PLAYER(c,"sp,sum",nil,cm.ltg,{1,0}) local e3,e4=rsef.FV_LIMIT_PLAYER(c,"sp,sum",nil,cm.ltg,{1,0})
local e5=rsef.SV_REDIRECT(c,"leave",LOCATION_HAND,rscon.excard2(rscf.CheckSetCard,LOCATION_MZONE,0,1,nil,"SCP")) --local e5=rsef.SV_REDIRECT(c,"leave",LOCATION_HAND,rscon.excard2(rscf.CheckSetCard,LOCATION_MZONE,0,1,nil,"SCP"))
end end
function cm.thfilter(c) function cm.thfilter(c)
return c:CheckSetCard("SCP") and (c:IsAbleToHand() or c:IsAbleToGrave()) and c:IsType(TYPE_MONSTER) return c:CheckSetCard("SCP") and (c:IsAbleToHand() or c:IsAbleToGrave()) and c:IsType(TYPE_MONSTER)
......
...@@ -5,7 +5,7 @@ c16102012.dfc_front_side=16102011 ...@@ -5,7 +5,7 @@ c16102012.dfc_front_side=16102011
c16102012.dfc_back_side=16102012 c16102012.dfc_back_side=16102012
function cm.initial_effect(c) function cm.initial_effect(c)
local e0=rsef.ACT(c) local e0=rsef.ACT(c)
--local e1=rsef.SV_IMMUNE_EFFECT(c,rsval.imes) local e1=rsef.SV_IMMUNE_EFFECT(c,rsval.imes)
--local e2=rsef.FV_LIMIT_PLAYER(c,"res",nil,cm.restg,{1,1}) --local e2=rsef.FV_LIMIT_PLAYER(c,"res",nil,cm.restg,{1,1})
local e3=rsef.FV_LIMIT_PLAYER(c,"dr",nil,nil,{1,0}) local e3=rsef.FV_LIMIT_PLAYER(c,"dr",nil,nil,{1,0})
local e4=rsef.I(c,{m,0},{1},"sp",nil,LOCATION_SZONE,nil,nil,rsop.target(cm.spfilter,"sp",LOCATION_DECK),cm.spop) local e4=rsef.I(c,{m,0},{1},"sp",nil,LOCATION_SZONE,nil,nil,rsop.target(cm.spfilter,"sp",LOCATION_DECK),cm.spop)
......
...@@ -78,11 +78,11 @@ function c60152702.e3op(e,tp,eg,ep,ev,re,r,rp) ...@@ -78,11 +78,11 @@ function c60152702.e3op(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EFFECT_CHANGE_RACE) e1:SetCode(EFFECT_CHANGE_RACE)
e1:SetValue(RACE_MACHINE) e1:SetValue(RACE_MACHINE)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END) e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e1) tc:RegisterEffect(e1,true)
local e2=Effect.CreateEffect(e:GetHandler()) local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_SINGLE) e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_CHANGE_RANK) e2:SetCode(EFFECT_CHANGE_RANK)
e2:SetValue(8) e2:SetValue(8)
e2:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END) e2:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e2) tc:RegisterEffect(e2,true)
end end
\ No newline at end of file
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