Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-scripts-888
Commits
d1061d35
Commit
d1061d35
authored
Dec 02, 2023
by
chronogenexx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 突撃指令, 玉砕指令
parent
7c3f2e0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
c39019325.lua
c39019325.lua
+1
-1
c78986941.lua
c78986941.lua
+1
-1
No files found.
c39019325.lua
View file @
d1061d35
...
@@ -14,7 +14,7 @@ end
...
@@ -14,7 +14,7 @@ end
function
c39019325
.
rfilter
(
c
,
e
)
function
c39019325
.
rfilter
(
c
,
e
)
local
tpe
=
c
:
GetType
()
local
tpe
=
c
:
GetType
()
return
bit
.
band
(
tpe
,
TYPE_NORMAL
)
~=
0
and
bit
.
band
(
tpe
,
TYPE_TOKEN
)
==
0
return
bit
.
band
(
tpe
,
TYPE_NORMAL
)
~=
0
and
bit
.
band
(
tpe
,
TYPE_TOKEN
)
==
0
and
c
:
IsFaceup
()
and
c
:
IsLevelBelow
(
2
)
and
c
:
IsReleasable
()
and
c
:
IsReleasable
ByEffect
()
and
not
c
:
IsImmuneToEffect
(
e
)
and
c
:
IsFaceup
()
and
c
:
IsLevelBelow
(
2
)
and
c
:
IsReleasableByEffect
()
and
not
c
:
IsImmuneToEffect
(
e
)
end
end
function
c39019325
.
dfilter
(
c
)
function
c39019325
.
dfilter
(
c
)
return
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
return
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
...
...
c78986941.lua
View file @
d1061d35
...
@@ -14,7 +14,7 @@ end
...
@@ -14,7 +14,7 @@ end
function
c78986941
.
rfilter
(
c
,
e
)
function
c78986941
.
rfilter
(
c
,
e
)
local
tpe
=
c
:
GetType
()
local
tpe
=
c
:
GetType
()
return
bit
.
band
(
tpe
,
TYPE_NORMAL
)
~=
0
and
bit
.
band
(
tpe
,
TYPE_TOKEN
)
==
0
return
bit
.
band
(
tpe
,
TYPE_NORMAL
)
~=
0
and
bit
.
band
(
tpe
,
TYPE_TOKEN
)
==
0
and
c
:
IsFaceup
()
and
c
:
IsReleasable
()
and
c
:
IsReleasable
ByEffect
()
and
c
:
IsFaceup
()
and
c
:
IsReleasableByEffect
()
end
end
function
c78986941
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c78986941
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
tp
)
and
c78986941
.
rfilter
(
chkc
,
e
)
end
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
tp
)
and
c78986941
.
rfilter
(
chkc
,
e
)
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment