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
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
Vee4
ygopro-scripts-888
Commits
286ef71a
Commit
286ef71a
authored
Dec 21, 2021
by
mercury233
Committed by
GitHub
Dec 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ボルテスター
parent
d3b8b2f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
c18585765.lua
c18585765.lua
+5
-4
No files found.
c18585765.lua
View file @
286ef71a
...
@@ -31,6 +31,7 @@ function c18585765.desfilter2(g)
...
@@ -31,6 +31,7 @@ function c18585765.desfilter2(g)
local
tc
=
g
:
GetFirst
()
local
tc
=
g
:
GetFirst
()
while
tc
do
while
tc
do
local
fid
=
tc
:
GetFieldID
()
local
fid
=
tc
:
GetFieldID
()
tc
:
RegisterFlagEffect
(
18585766
,
RESET_CHAIN
,
0
,
1
,
fid
)
local
lg
=
tc
:
GetLinkedGroup
()
local
lg
=
tc
:
GetLinkedGroup
()
local
sc
=
lg
:
GetFirst
()
local
sc
=
lg
:
GetFirst
()
while
sc
do
while
sc
do
...
@@ -43,13 +44,13 @@ function c18585765.desfilter2(g)
...
@@ -43,13 +44,13 @@ function c18585765.desfilter2(g)
return
sg
return
sg
end
end
function
c18585765
.
desfilter3
(
c
,
g
)
function
c18585765
.
desfilter3
(
c
,
g
)
local
res
=
false
local
tc
=
g
:
GetFirst
()
local
tc
=
g
:
GetFirst
()
while
tc
do
while
tc
do
if
c
:
GetFlagEffectLabel
(
18585765
)
==
tc
:
GetFieldID
()
then
res
=
true
end
local
fid
=
tc
:
GetFlagEffectLabel
(
18585766
)
if
fid
~=
nil
and
c
:
GetFlagEffectLabel
(
18585765
)
==
fid
then
return
true
end
tc
=
g
:
GetNext
()
tc
=
g
:
GetNext
()
end
end
return
res
return
false
end
end
function
c18585765
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c18585765
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
c18585765
.
desfilter1
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
e
:
GetHandler
())
local
g
=
Duel
.
GetMatchingGroup
(
c18585765
.
desfilter1
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
,
e
:
GetHandler
())
...
@@ -60,7 +61,7 @@ function c18585765.desop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -60,7 +61,7 @@ function c18585765.desop(e,tp,eg,ep,ev,re,r,rp)
while
sg
:
GetCount
()
>
0
do
while
sg
:
GetCount
()
>
0
do
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
lg
=
c18585765
.
desfilter2
(
sg
)
lg
=
c18585765
.
desfilter2
(
sg
)
if
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
==
0
then
return
end
if
Duel
.
Destroy
(
s
g
,
REASON_EFFECT
)
==
0
then
return
end
og
=
Duel
.
GetOperatedGroup
()
og
=
Duel
.
GetOperatedGroup
()
sg
=
lg
:
Filter
(
c18585765
.
desfilter3
,
e
:
GetHandler
(),
og
)
sg
=
lg
:
Filter
(
c18585765
.
desfilter3
,
e
:
GetHandler
(),
og
)
end
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