Commit c8a32b08 authored by wind2009's avatar wind2009

format

parent a32cb7a1
...@@ -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: '12.8' # 更新的时候改这里,修改成上一个tag的版本号 REF_COMMIT: '12.9' # 更新的时候改这里,修改成上一个tag的版本号
script: script:
- apt update;apt -y install wget - apt update;apt -y install wget
- currentPath=$PWD - currentPath=$PWD
......
...@@ -83,4 +83,4 @@ function s.lvop(e,tp,eg,ep,ev,re,r,rp) ...@@ -83,4 +83,4 @@ function s.lvop(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END) e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
end end
end end
\ No newline at end of file
...@@ -74,4 +74,4 @@ function s.retcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -74,4 +74,4 @@ function s.retcon(e,tp,eg,ep,ev,re,r,rp)
end end
function s.retop(e,tp,eg,ep,ev,re,r,rp) function s.retop(e,tp,eg,ep,ev,re,r,rp)
Duel.ReturnToField(e:GetLabelObject()) Duel.ReturnToField(e:GetLabelObject())
end end
\ No newline at end of file
...@@ -77,4 +77,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -77,4 +77,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if c:IsRelateToEffect(e) then if c:IsRelateToEffect(e) then
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
end end
end end
\ No newline at end of file
...@@ -71,4 +71,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -71,4 +71,4 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(LOCATION_REMOVED) e1:SetValue(LOCATION_REMOVED)
c:RegisterEffect(e1,true) c:RegisterEffect(e1,true)
end end
end end
\ No newline at end of file
...@@ -89,4 +89,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -89,4 +89,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if Duel.SpecialSummon(tc,SUMMON_TYPE_FUSION,tp,tp,false,false,POS_FACEUP)~=0 then if Duel.SpecialSummon(tc,SUMMON_TYPE_FUSION,tp,tp,false,false,POS_FACEUP)~=0 then
tc:CompleteProcedure() tc:CompleteProcedure()
end end
end end
\ No newline at end of file
...@@ -64,4 +64,4 @@ function s.splimit(e,c) ...@@ -64,4 +64,4 @@ function s.splimit(e,c)
end end
function s.tnval(e,c) function s.tnval(e,c)
return e:GetHandler():IsControler(c:GetControler()) return e:GetHandler():IsControler(c:GetControler())
end end
\ No newline at end of file
...@@ -88,4 +88,4 @@ function s.lpop(e,tp,eg,ep,ev,re,r,rp) ...@@ -88,4 +88,4 @@ function s.lpop(e,tp,eg,ep,ev,re,r,rp)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE+RESET_PHASE+PHASE_END) e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE+RESET_PHASE+PHASE_END)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
end end
\ No newline at end of file
...@@ -79,4 +79,4 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -79,4 +79,4 @@ function s.rmop(e,tp,eg,ep,ev,re,r,rp)
Duel.Recover(tp,atk,REASON_EFFECT) Duel.Recover(tp,atk,REASON_EFFECT)
end end
end end
end end
\ No newline at end of file
...@@ -61,4 +61,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -61,4 +61,4 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
else lv=e:GetLabel()-tc:GetOriginalLevel() end else lv=e:GetLabel()-tc:GetOriginalLevel() end
Duel.SetLP(tp,Duel.GetLP(tp)-lv*1000) Duel.SetLP(tp,Duel.GetLP(tp)-lv*1000)
end end
end end
\ No newline at end of file
...@@ -119,4 +119,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -119,4 +119,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if tc:IsRelateToChain() then if tc:IsRelateToChain() then
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP)
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