Commit 031b7e94 authored by 聖園ミカ's avatar 聖園ミカ 🐟

1+1=3

parent 1104ec71
......@@ -39,8 +39,7 @@ function s.spop1(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(s.spfil,tp,LOCATION_DECK+LOCATION_GRAVE+LOCATION_HAND,0,nil,e,tp)
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 or g:GetCount()<=0 then return end
local sg=g:Select(tp,1,1,nil)
if Duel.SpecialSummon(sg,0,tp,tp,false,false,POS_FACEUP) then
Duel.SpecialSummon(sg,0,tp,tp,false,false,POS_FACEUP)7
end
function s.tfilter(c,tp)
......
......@@ -5,7 +5,7 @@ function cm.initial_effect(c)
--fusion
c:EnableReviveLimit()
--material
aux.AddFusionProcFunFunRep(c,aux.FilterBoolFunction(Card.IsFusionSetCard,0xccf),s.matfilter,1,1,true)
aux.AddFusionProcFunFunRep(c,aux.FilterBoolFunction(Card.IsFusionSetCard,0xccf),cm.matfilter,1,1,true)
--public
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,0))
......
--超龙帝 尼克·overlord
Duel.LoadScript("c16199990.lua")
local m,cm=rk.set(16120001,nil,1)
function c16120001.initial_effect(c)
--xyz summon
......
......@@ -26,7 +26,7 @@ function s.spsummon(c)
e1:SetHintTiming(0,TIMING_MAIN_END)
e1:SetCountLimit(1,id)
e1:SetCondition(s.spcon)
e1:SetCost(s.bfgcost)
e1:SetCost(aux.bfgcost)
e1:SetTarget(s.sptg)
e1:SetOperation(s.spop)
c:RegisterEffect(e1)
......
--尤娜·希斯 偷闲ing
local m=5084003
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
cm.YunaHeath=true
function cm.initial_effect(c)
Tenka.YunaHeath(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