Commit 5989f753 authored by 未闻皂名's avatar 未闻皂名

2023/10/28 更新卡密

parent 01ae6107
Pipeline #23870 passed with stages
in 6 minutes and 27 seconds
No preview for this file type
...@@ -11,7 +11,7 @@ RushDuel.LegendCodes = { ...@@ -11,7 +11,7 @@ RushDuel.LegendCodes = {
-- 真红眼黑龙 -- 真红眼黑龙
{120125001, 120203016, 120229101}, {120125001, 120203016, 120229101},
-- 黑魔术师 -- 黑魔术师
{120130000, 120203015, 120255001}, {120130000, 120203015, 120254001},
-- 死者苏生 -- 死者苏生
{120194004, 120195004}, {120194004, 120195004},
-- 天使的施舍 -- 天使的施舍
......
local m=120255035 local m=120254035
local list={120130000} local list={120130000}
local cm=_G["c"..m] local cm=_G["c"..m]
cm.name="黑魔导之遂行者" cm.name="黑魔导之遂行者"
......
local m=120255037 local m=120254037
local cm=_G["c"..m] local cm=_G["c"..m]
cm.name="超银河王 银河舰王道帝[L]" cm.name="超银河王 银河舰王道帝[L]"
function cm.initial_effect(c) function cm.initial_effect(c)
......
local m=120255038 local m=120254038
local list={120255037,120255039} local list={120254037,120254039}
local cm=_G["c"..m] local cm=_G["c"..m]
cm.name="超银河王 银河舰王道帝" cm.name="超银河王 银河舰王道帝"
function cm.initial_effect(c) function cm.initial_effect(c)
...@@ -7,7 +7,7 @@ function cm.initial_effect(c) ...@@ -7,7 +7,7 @@ function cm.initial_effect(c)
--Maximum Summon --Maximum Summon
RD.AddMaximumProcedure(c,4000,list[1],list[2]) RD.AddMaximumProcedure(c,4000,list[1],list[2])
--Tribute --Tribute
RD.CreateAdvanceCheck(c,cm.tricheck,1,20255038) RD.CreateAdvanceCheck(c,cm.tricheck,1,20254038)
--To Hand --To Hand
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,0)) e1:SetDescription(aux.Stringid(m,0))
...@@ -29,7 +29,7 @@ function cm.thfilter(c) ...@@ -29,7 +29,7 @@ function cm.thfilter(c)
end end
function cm.condition(e,tp,eg,ep,ev,re,r,rp) function cm.condition(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return RD.IsSummonTurn(c) and c:GetFlagEffect(20130031)~=0 return RD.IsSummonTurn(c) and c:GetFlagEffect(20254038)~=0
end end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk) function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.thfilter,tp,LOCATION_GRAVE,0,2,nil) end if chk==0 then return Duel.IsExistingMatchingCard(cm.thfilter,tp,LOCATION_GRAVE,0,2,nil) end
......
local m=120255039 local m=120254039
local cm=_G["c"..m] local cm=_G["c"..m]
cm.name="超银河王 银河舰王道帝[R]" cm.name="超银河王 银河舰王道帝[R]"
function cm.initial_effect(c) function cm.initial_effect(c)
......
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