Commit 960bf198 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 33d13261
No preview for this file type
......@@ -74,7 +74,7 @@ function cm.tgcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(cm.cfilter,tp,LOCATION_GRAVE,0,1,nil,tp)
end
function cm.tgfilter(c)
return c:IsCode(18589047) and c:IsAbleToGrave()
return c:IsCode(18587000) and c:IsAbleToGrave()
end
function cm.tgtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.tgfilter,tp,LOCATION_DECK,0,1,nil) end
......
--鹫见花火
local m=18589047
local m=18587000
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
--鹫见花火·洛丽塔
local m=18589069
local m=18587001
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
--鹫见花火·静夜思
local m=18589070
local m=18587002
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
--鹫见花火·夜宵
local m=18589074
local m=18587003
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
c:EnableReviveLimit()
aux.AddMaterialCodeList(c,18586000,18589047)
aux.AddMaterialCodeList(c,18586000,18587000)
aux.AddFusionProcFunFun(c,cm.matfilter1,cm.matfilter2,2,true)
--act limit
local e0=Effect.CreateEffect(c)
......@@ -37,7 +37,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e2)
end
function cm.matfilter1(c)
return c:IsFusionCode(18586000,18589047)
return c:IsFusionCode(18586000,18587000)
end
function cm.matfilter2(c,fc,sub,mg,sg)
return (not c:IsType(TYPE_TOKEN)) and (not sg or sg:FilterCount(aux.TRUE,c)==0 or sg:IsExists(Card.IsFusionCode,1,c,c:GetFusionCode()))
......
--鹫见花火的耍酷
local m=18589063
local m=18587080
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
--我的祈祷本当上手
local m=18589071
local m=18587081
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
--我的邀约本当上手
local m=18589072
local m=18587082
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
--我的看戏本当上手
local m=18589075
local m=18587083
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
--第五王女的旅途
local m=81063000
local m=67263000
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......@@ -18,7 +18,7 @@ function cm.sumfilter(c)
return c:IsRace(RACE_WARRIOR) and c:IsAttribute(ATTRIBUTE_EARTH) and c:IsLevelAbove(5) and c:IsSummonable(true,nil)
end
function cm.thfilter(c)
return c:IsSetCard(0x981f) and c:IsType(TYPE_FIELD) and c:IsAbleToHand()
return c:IsSetCard(0x567d) and c:IsType(TYPE_FIELD) and c:IsAbleToHand()
end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then
......
--行迹之人·艾丽娅
local m=81063001
local m=67263001
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
--summon with s/t
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(81063001,0))
e1:SetDescription(aux.Stringid(67263001,0))
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e1:SetCode(EFFECT_ADD_EXTRA_TRIBUTE)
......
--天地无用·艾丽娅
local m=81063002
local m=67263002
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
--summon with s/t
local e0=Effect.CreateEffect(c)
e0:SetDescription(aux.Stringid(81063001,0))
e0:SetDescription(aux.Stringid(67263001,0))
e0:SetType(EFFECT_TYPE_SINGLE)
e0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e0:SetCode(EFFECT_ADD_EXTRA_TRIBUTE)
......
--追寻踪迹·艾丽娅
local m=81063003
local m=67263003
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
--summon with s/t
local e0=Effect.CreateEffect(c)
e0:SetDescription(aux.Stringid(81063001,0))
e0:SetDescription(aux.Stringid(67263001,0))
e0:SetType(EFFECT_TYPE_SINGLE)
e0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e0:SetCode(EFFECT_ADD_EXTRA_TRIBUTE)
......
--未完之路·艾丽娅
local m=81063004
local m=67263004
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
--summon with s/t
local e0=Effect.CreateEffect(c)
e0:SetDescription(aux.Stringid(81063001,0))
e0:SetDescription(aux.Stringid(67263001,0))
e0:SetType(EFFECT_TYPE_SINGLE)
e0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e0:SetCode(EFFECT_ADD_EXTRA_TRIBUTE)
......@@ -44,7 +44,7 @@ function cm.srop(e,tp,eg,ep,ev,re,r,rp)
if tc then
Duel.SendtoHand(tc,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,tc)
if tc:IsLocation(LOCATION_HAND) and not tc:IsSetCard(0x981f) then
if tc:IsLocation(LOCATION_HAND) and not tc:IsSetCard(0x567d) then
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_OATH)
......
--超凶萌吼·艾丽娅
local m=81063005
local m=67263005
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
--summon with s/t
local e0=Effect.CreateEffect(c)
e0:SetDescription(aux.Stringid(81063001,0))
e0:SetDescription(aux.Stringid(67263001,0))
e0:SetType(EFFECT_TYPE_SINGLE)
e0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e0:SetCode(EFFECT_ADD_EXTRA_TRIBUTE)
......
--满脑问号·艾丽娅
local m=81063006
local m=67263006
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
--summon with s/t
local e0=Effect.CreateEffect(c)
e0:SetDescription(aux.Stringid(81063001,0))
e0:SetDescription(aux.Stringid(67263001,0))
e0:SetType(EFFECT_TYPE_SINGLE)
e0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e0:SetCode(EFFECT_ADD_EXTRA_TRIBUTE)
......
--旅人·艾丽娅
local m=81063007
local m=67263007
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
--漫步花间的行迹之人
local m=81063008
local m=67263008
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
--遇见废墟的行迹之人
local m=81063009
local m=67263009
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
--斩尽杂念的行迹之人
local m=81063010
local m=67263010
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
--Activate
local e0=Effect.CreateEffect(c)
e0:SetDescription(aux.Stringid(m,1))
......
--等待约定的行迹之人
local m=81063011
local m=67263011
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
--释放魔力的行迹之人
local m=81063012
local m=67263012
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
--无以言表的忧郁
local m=81063013
local m=67263013
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
--寻求解脱的时间
local m=81063014
local m=67263014
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
--修行中的行迹之人
local m=81063015
local m=67263015
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......@@ -50,7 +50,7 @@ function cm.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SendtoGrave(e:GetHandler(),REASON_COST+REASON_DISCARD)
end
function cm.thfilter(c)
return c:IsCode(81063013) and c:IsAbleToHand()
return c:IsCode(67263013) and c:IsAbleToHand()
end
function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.thfilter,tp,LOCATION_DECK,0,1,nil) end
......
--风华灿烂·艾丽娅
local m=81063016
local m=67263016
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
--summon with s/t
local e0=Effect.CreateEffect(c)
e0:SetDescription(aux.Stringid(81063001,0))
e0:SetDescription(aux.Stringid(67263001,0))
e0:SetType(EFFECT_TYPE_SINGLE)
e0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e0:SetCode(EFFECT_ADD_EXTRA_TRIBUTE)
......
--远方的信鸽
local m=81009048
local m=67263017
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
......@@ -1210,6 +1210,7 @@
!setname 0xc67a 天垣修正者
!setname 0x567c 翠玉碑骑士
!setname 0x367d 噩梦回廊
!setname 0x567d 行迹之人
!setname 0x67e 夏乡
!setname 0x367e 夏乡追忆
!setname 0x567e 夏乡净梦
......@@ -1321,7 +1322,6 @@
!setname 0x381f 城崎千夏
!setname 0x581f 千幽
!setname 0x681f 吓个半死
!setname 0x981f 行迹之人
!counter 0x810 康娜酱指示物
!counter 0x811 爱因斯坦指示物
!counter 0x818 双叶指示物
......
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