Commit 36be15b8 authored by Tachibana's avatar Tachibana

E

parent 9a5925c7
No preview for this file type
--记忆扁舟 三瓶枫子
local m=30722001
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
--fusion material
c:EnableReviveLimit()
......
--纯真修女 三瓶枫子
local m=30722002
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
--fusion material
c:EnableReviveLimit()
......
......@@ -62,7 +62,7 @@ function cm.tecon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()==1-tp and e:GetHandler():GetFlagEffect(m)==0
end
function cm.target2(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.IsExistingMatchingCard(nil,tp,LOCATION_GRAVE+LOCATION_ONFIELD,LOCATION_GRAVE+LOCATION_ONFIELD,1,nil) end
if chk==0 then return Duel.IsExistingMatchingCard(nil,tp,LOCATION_GRAVE+LOCATION_ONFIELD,LOCATION_GRAVE+LOCATION_ONFIELD,1,nil) and e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false) end
end
function cm.activate2(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
--一月之昙花
local m=66981000
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
if not StarLight_from_K then
StarLight_from_K={}
StarLight_from_K.Brightstarlight_Effect={}
......
--一月之梦回
local m=66981001
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
c:SetUniqueOnField(1,0,m)
--activate
......
--八宫一月·梦
local m=66981007
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
c:EnableReviveLimit()
--spsummon condition
......
--八宫一月·灿
local m=66981009
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
c:EnableReviveLimit()
--spsummon condition
......
--八宫一月·秋
local m=66981010
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
c:EnableReviveLimit()
--spsummon condition
......
--八宫一月·烟
local m=66981011
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
c:EnableReviveLimit()
--spsummon condition
......
--一月之盛夏
local m=66981012
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
if not StarLight_from_K then
StarLight_from_K={}
StarLight_from_K.Brightstarlight_Effect={}
end
function cm.initial_effect(c)
c:SetUniqueOnField(1,0,m)
--Activate
......
--八宫一月·思
local m=66981013
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
c:EnableReviveLimit()
--spsummon condition
......
--八宫一月·甜
local m=66981014
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
c:EnableReviveLimit()
--spsummon condition
......
--星曜女神·一月
local m=66981099
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
if not StarLight_from_K then
StarLight_from_K={}
StarLight_from_K.Brightstarlight_Effect={}
......
--八宫一月·雨
local m=66981999
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
if not StarLight_from_K then
StarLight_from_K={}
StarLight_from_K.Brightstarlight_Effect={}
......
......@@ -15,6 +15,7 @@ function cm.initial_effect(c)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_MAIN_END)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,m)
e1:SetCondition(cm.spcon)
e1:SetTarget(cm.sptg)
e1:SetOperation(cm.spop)
c:RegisterEffect(e1)
......
......@@ -889,7 +889,7 @@
!setname 0x3d41 逆塔罗特博物馆
!setname 0xd42 占星术物语
#格拉摩根 1025644096 400 0xf10-0xf1f
#格拉摩根 1025644096 400
#named_with_BeastDeity 兽神
#天崖 437350548 437 0x4e0-0x4ef
......@@ -979,7 +979,7 @@
#AddCodeList(53718002) 阳卡名记述
#AddCodeList(53727003) 祖脑 神火卡名记述
#花糖 2236141431 573 0x570-0x57f global:miyuki
#花糖 2236141431 573 0x570-0x57f global:miyuki
!setname 0x570 库拉丽丝 クラリス
#named_with_doll 人偶少女
#named_with_sanae 早苗H
......
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