Commit 2ea1f21f authored by TanakaKotoha's avatar TanakaKotoha

foo foo

parent 4d63002b
No preview for this file type
expansions/pics/26818038.jpg

75.9 KB | W: | H:

expansions/pics/26818038.jpg

75.4 KB | W: | H:

expansions/pics/26818038.jpg
expansions/pics/26818038.jpg
expansions/pics/26818038.jpg
expansions/pics/26818038.jpg
  • 2-up
  • Swipe
  • Onion skin
...@@ -43,7 +43,7 @@ end ...@@ -43,7 +43,7 @@ end
function cm.activate(e,tp,eg,ep,ev,re,r,rp) function cm.activate(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsRelateToEffect(e) then return end if not e:GetHandler():IsRelateToEffect(e) then return end
local g=Duel.GetMatchingGroup(cm.tsfilter,tp,LOCATION_DECK,0,nil) local g=Duel.GetMatchingGroup(cm.tsfilter,tp,LOCATION_DECK,0,nil)
if g:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(m,0)) then if g:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(m,2)) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local sg=g:Select(tp,1,1,nil) local sg=g:Select(tp,1,1,nil)
Duel.SendtoHand(sg,nil,REASON_EFFECT) Duel.SendtoHand(sg,nil,REASON_EFFECT)
......
...@@ -190,6 +190,7 @@ function cm.ShiinaEquip(ec,e,tp,eg,ep,ev,re,r,rp) ...@@ -190,6 +190,7 @@ function cm.ShiinaEquip(ec,e,tp,eg,ep,ev,re,r,rp)
e3:SetType(EFFECT_TYPE_EQUIP) e3:SetType(EFFECT_TYPE_EQUIP)
e3:SetCode(EFFECT_IMMUNE_EFFECT) e3:SetCode(EFFECT_IMMUNE_EFFECT)
e3:SetValue(cm.efilter) e3:SetValue(cm.efilter)
e3:SetReset(RESET_EVENT+RESETS_STANDARD)
token:RegisterEffect(e3) token:RegisterEffect(e3)
--indes --indes
local e4=Effect.CreateEffect(ec) local e4=Effect.CreateEffect(ec)
...@@ -197,6 +198,7 @@ function cm.ShiinaEquip(ec,e,tp,eg,ep,ev,re,r,rp) ...@@ -197,6 +198,7 @@ function cm.ShiinaEquip(ec,e,tp,eg,ep,ev,re,r,rp)
e4:SetCode(EFFECT_INDESTRUCTABLE_COUNT) e4:SetCode(EFFECT_INDESTRUCTABLE_COUNT)
e4:SetValue(cm.valcon) e4:SetValue(cm.valcon)
e4:SetCountLimit(1) e4:SetCountLimit(1)
e4:SetReset(RESET_EVENT+RESETS_STANDARD)
token:RegisterEffect(e4) token:RegisterEffect(e4)
--indes --indes
local e5=Effect.CreateEffect(ec) local e5=Effect.CreateEffect(ec)
...@@ -204,6 +206,7 @@ function cm.ShiinaEquip(ec,e,tp,eg,ep,ev,re,r,rp) ...@@ -204,6 +206,7 @@ function cm.ShiinaEquip(ec,e,tp,eg,ep,ev,re,r,rp)
e5:SetCode(EFFECT_INDESTRUCTABLE_COUNT) e5:SetCode(EFFECT_INDESTRUCTABLE_COUNT)
e5:SetValue(cm.vblcon) e5:SetValue(cm.vblcon)
e5:SetCountLimit(1) e5:SetCountLimit(1)
e5:SetReset(RESET_EVENT+RESETS_STANDARD)
token:RegisterEffect(e5) token:RegisterEffect(e5)
--inm --inm
local e6=Effect.CreateEffect(ec) local e6=Effect.CreateEffect(ec)
......
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