Commit ea378de8 authored by Tachibana's avatar Tachibana

rar

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