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
82879d14
Commit
82879d14
authored
Oct 07, 2023
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2023/10/7 bug修复
parent
d26ed2df
Pipeline
#23689
passed with stages
in 9 minutes and 35 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
RD Patch.cdb
RD Patch.cdb
+0
-0
script/c120246024.lua
script/c120246024.lua
+1
-1
script/c120246084.lua
script/c120246084.lua
+5
-4
No files found.
RD Patch.cdb
View file @
82879d14
No preview for this file type
script/c120246024.lua
View file @
82879d14
...
...
@@ -25,7 +25,7 @@ function cm.condition(e,tp,eg,ep,ev,re,r,rp)
end
function
cm
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetAttackTarget
()
if
Duel
.
NegateAttack
()
and
tc
and
RD
.
IsCanChangePosition
(
tc
)
and
Duel
.
Select
Effect
YesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
if
Duel
.
NegateAttack
()
and
tc
and
RD
.
IsCanChangePosition
(
tc
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
Duel
.
BreakEffect
()
if
RD
.
ChangePosition
(
tc
)
~=
0
then
local
dam
=
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_MZONE
)
*
200
...
...
script/c120246084.lua
View file @
82879d14
...
...
@@ -30,11 +30,12 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local
draw
=
false
if
sg
:
GetCount
()
>
0
then
Duel
.
DisableShuffleCheck
()
Duel
.
SendtoGrave
(
sg
,
REASON_EFFECT
+
REASON_REVEAL
)
if
Duel
.
SendtoGrave
(
sg
,
REASON_EFFECT
+
REASON_REVEAL
)
~=
0
then
g
:
Sub
(
sg
)
local
og
=
Duel
.
GetOperatedGroup
()
draw
=
og
:
FilterCount
(
Card
.
IsLocation
,
nil
,
LOCATION_GRAVE
)
==
4
end
end
if
g
:
GetCount
()
>
0
then
Duel
.
ShuffleDeck
(
tp
)
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