Commit 8d0a6d45 authored by Tachibana's avatar Tachibana

ndyd

parent 1b1324a2
......@@ -19,7 +19,6 @@
26806022
26806023
26806024
26806025
26806028
26806029
26806030
......@@ -51,6 +50,7 @@
26806018
26806019
26806020
26806025
26806026
26806027
26806031
......
No preview for this file type
expansions/pics/26806025.jpg

80.6 KB | W: | H:

expansions/pics/26806025.jpg

101 KB | W: | H:

expansions/pics/26806025.jpg
expansions/pics/26806025.jpg
expansions/pics/26806025.jpg
expansions/pics/26806025.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -5,14 +5,14 @@ function c1156001.initial_effect(c)
aux.AddLinkProcedure(c,nil,2,2,c1156001.Lcheck)
--
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(1156601,0))
e1:SetDescription(aux.Stringid(1156001,0))
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e1:SetCode(EVENT_SPSUMMON_SUCCESS)
e1:SetRange(LOCATION_MZONE)
e1:SetCountLimit(1,1156601)
e1:SetCondition(c1156601.con1)
e1:SetTarget(c1156601.tg1)
e1:SetOperation(c1156601.op1)
e1:SetCountLimit(1,1156001)
e1:SetCondition(c1156001.con1)
e1:SetTarget(c1156001.tg1)
e1:SetOperation(c1156001.op1)
c:RegisterEffect(e1)
--
end
......@@ -21,25 +21,25 @@ function c1156001.Lcheck(g,lc)
return g:IsExists(Card.IsLinkType,1,nil,TYPE_SPIRIT)
end
--
function c1156601.cfilter1_1(c,lg,eg)
function c1156001.cfilter1_1(c,lg,eg)
return c:IsRace(RACE_WARRIOR) and c:IsFaceup()
and lg:IsContains(c)
and eg:IsExists(c1156601.cfilter1_2,1,c,lg)
and eg:IsExists(c1156001.cfilter1_2,1,c,lg)
end
function c1156601.cfilter1_2(c,lg)
function c1156001.cfilter1_2(c,lg)
return c:IsType(TYPE_SPIRIT) and c:IsFaceup()
and lg:IsContains(c)
end
function c1156601.con1(e,tp,eg,ep,ev,re,r,rp)
function c1156001.con1(e,tp,eg,ep,ev,re,r,rp)
local lg=e:GetHandler():GetLinkedGroup()
return lg and eg:IsExists(c1156601.cfilter1_1,1,nil,lg,eg)
return lg and eg:IsExists(c1156001.cfilter1_1,1,nil,lg,eg)
end
function c1156601.tg1(e,tp,eg,ep,ev,re,r,rp,chk)
function c1156001.tg1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFieldGroupCount(tp,0,LOCATION_ONFIELD)>0 end
local dg=Duel.GetFieldGroup(tp,0,LOCATION_ONFIELD)
Duel.SetOperationInfo(0,CATEGORY_DESTROY,dg,dg:GetCount(),0,0)
end
function c1156601.op1(e,tp,eg,ep,ev,re,r,rp)
function c1156001.op1(e,tp,eg,ep,ev,re,r,rp)
local dg=Duel.GetFieldGroup(tp,0,LOCATION_ONFIELD)
Duel.Destroy(dg,REASON_EFFECT)
end
......
......@@ -8,8 +8,9 @@ function c1156612.initial_effect(c)
e1:SetCategory(CATEGORY_ATKCHANGE)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_MZONE)
e1:SetTarget(c1156612.tg1)
e1:SetOperation(c1156612.op1)
e1:SetCountLimit(1,1156612)
e1:SetTarget(c1156612.tg2)
e1:SetOperation(c1156612.op2)
c:RegisterEffect(e1)
--
end
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -166,6 +166,7 @@ end
function Suyu_Cjz_root.adsum(c,tep,code)
local tc=c
local code=tc:GetOriginalCodeRule()
--tribute summon
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,10))
......
--盛开之花·海伊
local m=26816033
local m=26806033
local cm=_G["c"..m]
function cm.initial_effect(c)
--summon with no tribute
......
......@@ -29,7 +29,7 @@ end
function cm.tg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsCanBeSpecialSummoned(e,0,tp,false,false)and Duel.GetMatchingGroupCount(Card.IsFacedown,tp,0,LOCATION_ONFIELD,nil)>2 and Duel.GetMatchingGroupCount(cm.filter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,nil)>2 end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,e:GetHandler(),0,tp,1)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil),0,tp,3)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,0,tp,3)
end
function cm.op(e,tp,eg,ep,ev,re,r,rp)
if Duel.SpecialSummon(e:GetHandler(),0,tp,tp,false,false,POS_FACEUP)~=0 then
......
......@@ -15,7 +15,7 @@ function c37900007.initial_effect(c)
local c=e:GetHandler()
if chk==0 then return Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>=3 end
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,0,LOCATION_DECK)
end
end)
e2:SetOperation(function(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsRelateToEffect(e) then return end
Duel.ConfirmDecktop(tp,3)
......
--神采炼金大师-威尔
function c672000000.initial_effect(c)
function c67200000.initial_effect(c)
--search
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(67200000,0))
......
......@@ -43,5 +43,5 @@ function cm.damop(e,tp,eg,ep,ev,re,r,rp)
e:GetHandler():RegisterFlagEffect(m,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,0)
end
function cm.atkval(e,c)
returne:GetHandler():GetFlagEffect(m)*100
return e:GetHandler():GetFlagEffect(m)*100
end
\ No newline at end of file
--雨过天晴·八宫巡
local m=m
local m=81009003
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
--丛林琴音·八宫巡
local m=m
local m=81009005
local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua")
function cm.initial_effect(c)
......
......@@ -24,7 +24,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e2)
--spsummon
local e3=Effect.CreateEffect(c)
e0:SetDescription(aux.Stringid(m,0))
e3:SetDescription(aux.Stringid(m,0))
e3:SetCategory(CATEGORY_DRAW+CATEGORY_HANDES)
e3:SetType(EFFECT_TYPE_QUICK_O)
e3:SetCode(EVENT_CHAINING)
......
......@@ -134,7 +134,7 @@
#秦白颖 1435839960 104 0x680-0x68f
!setname 0x680 绝界剑
!setname 0xc680 绝界剑士
!setname 0x3680 绝界剑士
!counter 0x1942 时域指示物
#洛基卡奥斯 670489248 107 0x7c0-0x7cf
......
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