Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
八宫一月
ygopro-scripts
Commits
12a505df
Commit
12a505df
authored
Aug 15, 2018
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
4c710419
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
c43577607.lua
c43577607.lua
+2
-1
c55051920.lua
c55051920.lua
+2
-1
c63881033.lua
c63881033.lua
+2
-1
c77610772.lua
c77610772.lua
+2
-1
No files found.
c43577607.lua
View file @
12a505df
...
@@ -76,7 +76,8 @@ function c43577607.repfilter(c,tp)
...
@@ -76,7 +76,8 @@ function c43577607.repfilter(c,tp)
and
c
:
IsReason
(
REASON_BATTLE
+
REASON_EFFECT
)
and
not
c
:
IsReason
(
REASON_REPLACE
)
and
c
:
IsReason
(
REASON_BATTLE
+
REASON_EFFECT
)
and
not
c
:
IsReason
(
REASON_REPLACE
)
end
end
function
c43577607
.
reptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c43577607
.
reptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
eg
:
IsExists
(
c43577607
.
repfilter
,
1
,
nil
,
tp
)
end
if
chk
==
0
then
return
not
e
:
GetHandler
():
IsStatus
(
STATUS_DESTROY_CONFIRMED
)
and
eg
:
IsExists
(
c43577607
.
repfilter
,
1
,
nil
,
tp
)
end
return
Duel
.
SelectEffectYesNo
(
tp
,
e
:
GetHandler
(),
96
)
return
Duel
.
SelectEffectYesNo
(
tp
,
e
:
GetHandler
(),
96
)
end
end
function
c43577607
.
repval
(
e
,
c
)
function
c43577607
.
repval
(
e
,
c
)
...
...
c55051920.lua
View file @
12a505df
...
@@ -63,7 +63,8 @@ function c55051920.repfilter(c,tp)
...
@@ -63,7 +63,8 @@ function c55051920.repfilter(c,tp)
and
c
:
IsReason
(
REASON_BATTLE
+
REASON_EFFECT
)
and
not
c
:
IsReason
(
REASON_REPLACE
)
and
c
:
IsReason
(
REASON_BATTLE
+
REASON_EFFECT
)
and
not
c
:
IsReason
(
REASON_REPLACE
)
end
end
function
c55051920
.
reptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c55051920
.
reptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
eg
:
IsExists
(
c55051920
.
repfilter
,
1
,
e
:
GetHandler
(),
tp
)
end
if
chk
==
0
then
return
not
e
:
GetHandler
():
IsStatus
(
STATUS_DESTROY_CONFIRMED
)
and
eg
:
IsExists
(
c55051920
.
repfilter
,
1
,
e
:
GetHandler
(),
tp
)
end
return
Duel
.
SelectEffectYesNo
(
tp
,
e
:
GetHandler
(),
96
)
return
Duel
.
SelectEffectYesNo
(
tp
,
e
:
GetHandler
(),
96
)
end
end
function
c55051920
.
repval
(
e
,
c
)
function
c55051920
.
repval
(
e
,
c
)
...
...
c63881033.lua
View file @
12a505df
...
@@ -77,7 +77,8 @@ function c63881033.repfilter(c,tp)
...
@@ -77,7 +77,8 @@ function c63881033.repfilter(c,tp)
and
c
:
IsType
(
TYPE_XYZ
)
and
c
:
IsRace
(
RACE_MACHINE
)
and
not
c
:
IsReason
(
REASON_REPLACE
)
and
c
:
IsType
(
TYPE_XYZ
)
and
c
:
IsRace
(
RACE_MACHINE
)
and
not
c
:
IsReason
(
REASON_REPLACE
)
end
end
function
c63881033
.
reptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c63881033
.
reptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
eg
:
IsExists
(
c63881033
.
repfilter
,
1
,
nil
,
tp
)
end
if
chk
==
0
then
return
not
e
:
GetHandler
():
IsStatus
(
STATUS_DESTROY_CONFIRMED
)
and
eg
:
IsExists
(
c63881033
.
repfilter
,
1
,
nil
,
tp
)
end
return
Duel
.
SelectEffectYesNo
(
tp
,
e
:
GetHandler
(),
96
)
return
Duel
.
SelectEffectYesNo
(
tp
,
e
:
GetHandler
(),
96
)
end
end
function
c63881033
.
repval
(
e
,
c
)
function
c63881033
.
repval
(
e
,
c
)
...
...
c77610772.lua
View file @
12a505df
...
@@ -51,7 +51,8 @@ function c77610772.repfilter(c,tp,hc)
...
@@ -51,7 +51,8 @@ function c77610772.repfilter(c,tp,hc)
and
c
:
IsControler
(
tp
)
and
c
:
IsReason
(
REASON_EFFECT
)
and
not
c
:
IsReason
(
REASON_REPLACE
)
and
hc
:
GetLinkedGroup
():
IsContains
(
c
)
and
c
:
IsControler
(
tp
)
and
c
:
IsReason
(
REASON_EFFECT
)
and
not
c
:
IsReason
(
REASON_REPLACE
)
and
hc
:
GetLinkedGroup
():
IsContains
(
c
)
end
end
function
c77610772
.
reptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c77610772
.
reptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToGrave
()
and
eg
:
IsExists
(
c77610772
.
repfilter
,
1
,
nil
,
tp
,
e
:
GetHandler
())
end
if
chk
==
0
then
return
not
e
:
GetHandler
():
IsStatus
(
STATUS_DESTROY_CONFIRMED
)
and
eg
:
IsExists
(
c77610772
.
repfilter
,
1
,
nil
,
tp
,
e
:
GetHandler
())
end
return
Duel
.
SelectEffectYesNo
(
tp
,
e
:
GetHandler
(),
96
)
return
Duel
.
SelectEffectYesNo
(
tp
,
e
:
GetHandler
(),
96
)
end
end
function
c77610772
.
repval
(
e
,
c
)
function
c77610772
.
repval
(
e
,
c
)
...
...
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