Commit 2597fea6 authored by Tachibana's avatar Tachibana

ybb

parent 2304637a
......@@ -1243,6 +1243,7 @@
44000101 1 --日冕:苍烟落
44000103 0 --游天知
#465
46558300 1 --妖精传说-爱丽丝
46564044 0 --半分虚幻的庭师
#475
47500001 1 --炼金术师 姬塔
......@@ -1343,8 +1344,6 @@
47591855 0 --觉醒十天众 菲恩福
47591911 0 --觉醒十天众 乌诺
47598773 0 --堕落的圣少女 贞德
#500
50008300 1 --妖精传说-爱丽丝
#502
50218129 1 --数码兽的初遇
50221425 0 --符龙王-魔咒
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -65,7 +65,7 @@ function c17032180.teop(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoExtraP(g,tp,REASON_EFFECT)
end
end
function c17032280.cfilter(c)
function c17032180.cfilter(c)
return c:IsFaceup() and c:IsSetCard(0x37f0)
end
function c17032180.fselect(g,tp)
......@@ -74,12 +74,12 @@ end
function c17032180.spcon(e,c)
if c==nil then return true end
local tp=c:GetControler()
local g=Duel.GetMatchingGroup(c17032280.cfilter,tp,LOCATION_MZONE,0,nil)
local g=Duel.GetMatchingGroup(c17032180.cfilter,tp,LOCATION_MZONE,0,nil)
return g:CheckSubGroup(c17032180.fselect,4,4,tp) and ((c:IsLocation(LOCATION_HAND) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0) or
(c:IsLocation(LOCATION_EXTRA) and Duel.GetLocationCountFromEx(tp,tp,g,c)>0))
end
function c17032180.spop(e,tp,eg,ep,ev,re,r,rp,c)
local g=Duel.GetMatchingGroup(c17032280.cfilter,tp,LOCATION_MZONE,0,nil)
local g=Duel.GetMatchingGroup(c17032180.cfilter,tp,LOCATION_MZONE,0,nil)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local sg=g:SelectSubGroup(tp,c17032180.fselect,false,4,4,tp)
Duel.Release(sg,REASON_COST)
......
`--少女之风·鹭泽由依
--少女之风·鹭泽由依
local m=81013011
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
......
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