Commit cc8719d9 authored by wind2009's avatar wind2009

format

parent a6cdc33a
......@@ -53,7 +53,7 @@ merge_databases:
FIELDS: 'name,desc,overallString,picUrl'
GIT_DEPTH: '1000'
OUTPUT_FILENAME: test-release.json
REF_COMMIT: '10.3' # 更新的时候改这里,修改成上一个tag的版本号
REF_COMMIT: '10.4' # 更新的时候改这里,修改成上一个tag的版本号
script:
- apt update;apt -y install wget
- currentPath=$PWD
......
--紋章獸 スタット・ホエール
--紋章獸 グリフィン
local s,id,o=GetID()
function s.initial_effect(c)
local e0=Effect.CreateEffect(c)
......@@ -295,4 +295,4 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
end
end
e:Reset()
end
\ No newline at end of file
end
......@@ -102,4 +102,4 @@ function s.splimit(e,c,sump,sumtype,sumpos,targetp,se)
end
function s.tlmtg(e,c)
return not c:IsOriginalSetCard(0x76,0x48)
end
\ No newline at end of file
end
......@@ -101,4 +101,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
Duel.Destroy(eg,REASON_EFFECT)
end
end
end
\ No newline at end of file
end
......@@ -70,4 +70,4 @@ end
function s.disop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_CARD,0,id)
Duel.NegateEffect(ev)
end
\ No newline at end of file
end
......@@ -67,4 +67,4 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(LOCATION_REMOVED)
c:RegisterEffect(e1)
end
end
\ No newline at end of file
end
......@@ -303,4 +303,4 @@ function s.xyzop(e,tp,eg,ep,ev,re,r,rp)
tc:CancelToGrave()
Duel.Overlay(c,Group.FromCards(tc))
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