Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
0
Merge Requests
0
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
Vury Leo
pre-release-database-cdb
Commits
e514f360
Commit
e514f360
authored
May 12, 2025
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
e20d0db4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
DODI.cdb
DODI.cdb
+0
-0
script/c101302201.lua
script/c101302201.lua
+1
-1
script/c101302202.lua
script/c101302202.lua
+1
-2
No files found.
DODI.cdb
View file @
e514f360
No preview for this file type
script/c101302201.lua
View file @
e514f360
...
...
@@ -30,7 +30,7 @@ function s.cfilter(c)
return
c
:
IsFaceupEx
()
and
c
:
IsSetCard
(
0xae
)
end
function
s
.
lvtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
s
.
filter
(
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
s
.
lv
filter
(
chkc
)
and
chkc
:
IsControler
(
tp
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
s
.
lvfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
and
Duel
.
IsExistingMatchingCard
(
s
.
cfilter
,
tp
,
LOCATION_ONFIELD
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
...
...
script/c101302202.lua
View file @
e514f360
...
...
@@ -77,8 +77,7 @@ function s.eaop(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
actcon
(
e
)
local
a
=
Duel
.
GetAttacker
()
local
b
=
Duel
.
GetAttackTarget
()
return
a
:
IsSetCard
(
0x10af
)
and
a
:
IsControler
(
e
:
GetHandlerPlayer
())
or
b
:
IsSetCard
(
0x10af
)
and
b
:
IsControler
(
e
:
GetHandlerPlayer
())
return
a
:
IsSetCard
(
0x10af
)
and
a
:
IsControler
(
e
:
GetHandlerPlayer
())
end
function
s
.
thfilter
(
c
)
return
c
:
IsFaceupEx
()
and
c
:
IsSetCard
(
0xaf
)
...
...
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