Commit cc8719d9 authored by wind2009's avatar wind2009

format

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