Commit c8a32b08 authored by wind2009's avatar wind2009

format

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