Commit ea378de8 authored by Tachibana's avatar Tachibana

rar

parent 1d6a2c2d
No preview for this file type
--[[ --[[
⢰⠟⠉⠁ ⠉⠐⠳⣶⣾⣿⣿⣷⣦ Welcome, my friends! ⢰⠟⠉⠁ ⠉⠐⠳⣶⣾⣿⣿⣷⣦ Welcome, my friends!
⠃⠶⡈ ⢠ ⣆ ⠈⢿⣿⣿⣿⠏⠒ This is Cirn9, a common creater in the 222DIY group who is very pigeon. XD ⠃⠶⡈ ⢠ ⣆ ⠈⢿⣿⣿⣿⠏⠒ This is Cirn9, a common creater in the 222DIY group who is very pigeon. XD
⠠⠎ ⣞⡿⡶ ⡼⣽⣤⣠ ⣿⡿⠁⠉ This is my personal function library. ⠠⠎ ⣞⡿⡶ ⡼⣽⣤⣠ ⣿⡿⠁⠉ This is my personal function library.
⢠⠐⢰⠱⠇⣰⣿⣿⣿⠶⣿⣿⣿⣿⠋ ⣾⣿⣿⣿⣷⣦ You could notify me in the group chat, ⢠⠐⢰⠱⠇⣰⣿⣿⣿⠶⣿⣿⣿⣿⠋ ⣾⣿⣿⣿⣷⣦ You could notify me in the group chat,
⢀⡋⠤⠻⠿⣧ ⢓⣶⣯⣶⢿⡠⠛⢏⣭⠻⠁ if you have any question or just report bugs. ⢀⡋⠤⠻⠿⣧ ⢓⣶⣯⣶⢿⡠⠛⢏⣭⠻⠁ if you have any question or just report bugs.
⠈⠖ ⠻⠙⠖⢄⣤⠤⠒ ⠛ ⠘ ⠸⠠ ⠈⠖ ⠻⠙⠖⢄⣤⠤⠒ ⠛ ⠘ ⠸⠠
⣴⠊⠁⠣⢔⡀ ⠐⡔⢀ ⣀⣰⣾⣿⣆⣈⣾ ⠠ ⠈ ⣴⠊⠁⠣⢔⡀ ⠐⡔⢀ ⣀⣰⣾⣿⣆⣈⣾ ⠠ ⠈
⠑⢊ ⡤⠦⠊ ⣾⡷⠂⢿⡿⢛⣤⣿⣿⣀⣀⡤ ⠑⢊ ⡤⠦⠊ ⣾⡷⠂⢿⡿⢛⣤⣿⣿⣀⣀⡤
⠙⣆⠉ ⢀⣴⣿⣿⢻⣿⣿⣾⣾⣿⣿⣿⠟⠉ ⠙⣆⠉ ⢀⣴⣿⣿⢻⣿⣿⣾⣾⣿⣿⣿⠟⠉
⠊ ⠈⠙⡀ ⠘⣄⠙⣿⣿⣿⣿⣿⣿⣿⣰⣿⣿⡿⠁ ⠊ ⠈⠙⡀ ⠘⣄⠙⣿⣿⣿⣿⣿⣿⣿⣰⣿⣿⡿⠁
⢻⡀⣤⣿⣿⣿⣿⣿⣿⣿⣿⠁ ⢻⡀⣤⣿⣿⣿⣿⣿⣿⣿⣿⠁
⢸⣧ ⠈⣿ ⠈⢻⣿⣿⣿⣿⣿⣿⣷⡀ ⢸⣧ ⠈⣿ ⠈⢻⣿⣿⣿⣿⣿⣿⣷⡀
相关链接: 相关链接:
http://www.orz6.com/lattice.aspx http://www.orz6.com/lattice.aspx
https://ferryyoungfan.github.io/projects/HelloWorld_Image2Braille/index.html https://ferryyoungfan.github.io/projects/HelloWorld_Image2Braille/index.html
...@@ -1015,7 +1015,7 @@ function C9.ExToMainFilter(c) ...@@ -1015,7 +1015,7 @@ function C9.ExToMainFilter(c)
end end
function C9.PendCondition() function C9.PendCondition()
return function(e,c,og) return function(e,c,og)
if c==nil then return true end if c==nil then return true end
local tp=c:GetControler() local tp=c:GetControler()
local eset={Duel.IsPlayerAffectedByEffect(tp,EFFECT_EXTRA_PENDULUM_SUMMON)} local eset={Duel.IsPlayerAffectedByEffect(tp,EFFECT_EXTRA_PENDULUM_SUMMON)}
...@@ -1046,7 +1046,7 @@ function C9.PendOperationCheckFilter(c) ...@@ -1046,7 +1046,7 @@ function C9.PendOperationCheckFilter(c)
end end
function C9.PendOperationCheck(ft1,ft2,ft) function C9.PendOperationCheck(ft1,ft2,ft)
return function(g) return function(g)
local exg=g:Filter(C9.PendOperationCheckFilter,nil) local exg=g:Filter(C9.PendOperationCheckFilter,nil)
local mg=g-exg local mg=g-exg
return #g<=ft and #exg<=ft2 and #mg<=ft1 return #g<=ft and #exg<=ft2 and #mg<=ft1
...@@ -1054,7 +1054,7 @@ function C9.PendOperationCheck(ft1,ft2,ft) ...@@ -1054,7 +1054,7 @@ function C9.PendOperationCheck(ft1,ft2,ft)
end end
function C9.PendOperation() function C9.PendOperation()
return function(e,tp,eg,ep,ev,re,r,rp,c,sg,og) return function(e,tp,eg,ep,ev,re,r,rp,c,sg,og)
local rpz=Duel.GetFieldCard(tp,LOCATION_PZONE,1) local rpz=Duel.GetFieldCard(tp,LOCATION_PZONE,1)
local lscale=c:GetLeftScale() local lscale=c:GetLeftScale()
local rscale=rpz:GetRightScale() local rscale=rpz:GetRightScale()
......
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