Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-rush-duel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
5
Issues
5
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
MyCard
ygopro-rush-duel
Commits
96b4b711
Commit
96b4b711
authored
Sep 16, 2023
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2023/9/16 bug修复
parent
0a099b61
Pipeline
#23487
passed with stages
in 6 minutes and 56 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
RD Patch.cdb
RD Patch.cdb
+0
-0
script/c120246013.lua
script/c120246013.lua
+1
-1
script/c120246083.lua
script/c120246083.lua
+1
-1
No files found.
RD Patch.cdb
View file @
96b4b711
No preview for this file type
script/c120246013.lua
View file @
96b4b711
...
@@ -15,7 +15,7 @@ function cm.initial_effect(c)
...
@@ -15,7 +15,7 @@ function cm.initial_effect(c)
end
end
--Cannot Trigger
--Cannot Trigger
function
cm
.
filter
(
c
)
function
cm
.
filter
(
c
)
return
c
:
IsFace
up
()
and
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
not
card
:
IsHasEffect
(
EFFECT_CANNOT_TRIGGER
)
return
c
:
IsFace
down
()
and
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
not
c
:
IsHasEffect
(
EFFECT_CANNOT_TRIGGER
)
end
end
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_MZONE
,
0
)
<=
1
return
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_MZONE
,
0
)
<=
1
...
...
script/c120246083.lua
View file @
96b4b711
...
@@ -17,7 +17,7 @@ function cm.spfilter(c,e,tp)
...
@@ -17,7 +17,7 @@ function cm.spfilter(c,e,tp)
and
RD
.
IsCanBeSpecialSummoned
(
c
,
e
,
tp
,
POS_FACEUP
)
and
RD
.
IsCanBeSpecialSummoned
(
c
,
e
,
tp
,
POS_FACEUP
)
end
end
function
cm
.
check
(
g
)
function
cm
.
check
(
g
)
return
g
:
Get
Sum
(
Card
.
GetAttack
)
==
1
return
g
:
Get
ClassCount
(
Card
.
GetAttack
)
==
g
:
GetCount
()
end
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetMatchingGroup
(
cm
.
spfilter
,
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
nil
,
e
,
tp
)
local
g
=
Duel
.
GetMatchingGroup
(
cm
.
spfilter
,
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
nil
,
e
,
tp
)
...
...
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