Commit 37dda9e2 authored by wind2009's avatar wind2009

18.24

parent 26efba93
Pipeline #41210 passed with stages
in 2 minutes and 58 seconds
......@@ -91,7 +91,7 @@ add_script_diff:
FIELDS: 'name,desc,overallString,picUrl'
GIT_DEPTH: '1000'
OUTPUT_FILENAME: test-release.json
REF_COMMIT: '18.22' # 更新的时候改这里,修改成上一个tag的版本号
REF_COMMIT: '18.23' # 更新的时候改这里,修改成上一个tag的版本号
script:
- apt update;apt -y install wget
- currentPath=$PWD
......
No preview for this file type
......@@ -22,6 +22,7 @@
101303021
101303022
101303023
101303024
101303025
101303027
101303028
......@@ -36,6 +37,7 @@
101303038
101303039
101303040
101303041
101303042
101303043
101303044
......
pics/101303024.jpg

236 KB | W: | H:

pics/101303024.jpg

99.1 KB | W: | H:

pics/101303024.jpg
pics/101303024.jpg
pics/101303024.jpg
pics/101303024.jpg
  • 2-up
  • Swipe
  • Onion skin
pics/101303041.jpg

244 KB | W: | H:

pics/101303041.jpg

110 KB | W: | H:

pics/101303041.jpg
pics/101303041.jpg
pics/101303041.jpg
pics/101303041.jpg
  • 2-up
  • Swipe
  • Onion skin
--
--白き竜の落胤
local s,id,o=GetID()
function s.initial_effect(c)
aux.AddCodeList(c,68468459)
......@@ -74,4 +74,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP)
end
end
\ No newline at end of file
end
......@@ -12,6 +12,7 @@ function s.initial_effect(c)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_MZONE)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER+TIMING_MAIN_END)
e1:SetCountLimit(1,id)
e1:SetCondition(s.spcon)
e1:SetTarget(s.sptg)
......@@ -30,11 +31,10 @@ function s.initial_effect(c)
c:RegisterEffect(e2)
end
function s.spcon(e,tp,eg,ep,ev,re,r,rp)
local ph=Duel.GetCurrentPhase()
return ph==PHASE_MAIN1 or ph==PHASE_MAIN2
return Duel.IsMainPhase()
end
function s.spfilter(c,e,tp)
return (c:IsCode(68468459) or aux.IsCodeListed(c,68468459)) and c:IsLevelBelow(4) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
return aux.IsCodeOrListed(c,68468459) and c:IsLevelBelow(4) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
......@@ -49,7 +49,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
local fid=c:GetFieldID()
if c:IsRelateToChain() and Duel.Remove(c,0,REASON_EFFECT+REASON_TEMPORARY)~=0 then
if c:GetOriginalCode()==id then
c:RegisterFlagEffect(id,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,1,fid)
c:RegisterFlagEffect(id,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,EFFECT_FLAG_CLIENT_HINT,1,fid,aux.Stringid(id,2))
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_PHASE+PHASE_END)
......@@ -113,4 +113,4 @@ function s.tdop(e,tp,eg,ep,ev,re,r,rp)
if res and g:GetCount()==3 then
Duel.SendtoDeck(g,nil,SEQ_DECKSHUFFLE,REASON_EFFECT)
end
end
\ No newline at end of file
end
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