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
Reinen
ygopro-scripts
Commits
3ce0353f
Commit
3ce0353f
authored
Feb 28, 2021
by
mallu11
Committed by
GitHub
Feb 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix パラレルエクシード and 烙印 (#1576)
parent
085d088f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
c34995106.lua
c34995106.lua
+2
-1
c67100549.lua
c67100549.lua
+2
-1
c71278040.lua
c71278040.lua
+2
-1
c93595154.lua
c93595154.lua
+2
-1
No files found.
c34995106.lua
View file @
3ce0353f
...
...
@@ -121,7 +121,8 @@ function c34995106.activate(e,tp,eg,ep,ev,re,r,rp)
aux
.
FCheckAdditional
=
nil
end
function
c34995106
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsReason
(
REASON_COST
)
and
re
:
IsActivated
()
and
re
:
GetHandler
():
IsCode
(
68468459
)
local
code1
,
code2
=
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TRIGGERING_CODE
,
CHAININFO_TRIGGERING_CODE2
)
return
e
:
GetHandler
():
IsReason
(
REASON_COST
)
and
re
and
re
:
IsActivated
()
and
(
code1
==
68468459
or
code2
==
68468459
)
end
function
c34995106
.
regop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
c67100549.lua
View file @
3ce0353f
...
...
@@ -76,7 +76,8 @@ function c67100549.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c67100549
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsReason
(
REASON_COST
)
and
re
:
IsActivated
()
and
re
:
GetHandler
():
IsCode
(
68468459
)
local
code1
,
code2
=
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TRIGGERING_CODE
,
CHAININFO_TRIGGERING_CODE2
)
return
e
:
GetHandler
():
IsReason
(
REASON_COST
)
and
re
and
re
:
IsActivated
()
and
(
code1
==
68468459
or
code2
==
68468459
)
end
function
c67100549
.
regop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
c71278040.lua
View file @
3ce0353f
...
...
@@ -37,7 +37,8 @@ function c71278040.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
c71278040
.
lvcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
re
and
re
:
GetHandler
():
IsCode
(
71278040
)
local
code1
,
code2
=
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TRIGGERING_CODE
,
CHAININFO_TRIGGERING_CODE2
)
return
re
and
(
code1
==
71278040
or
code2
==
71278040
)
end
function
c71278040
.
lvop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
c93595154.lua
View file @
3ce0353f
...
...
@@ -56,7 +56,8 @@ function c93595154.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c93595154
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsReason
(
REASON_COST
)
and
re
:
IsActivated
()
and
re
:
GetHandler
():
IsCode
(
68468459
)
local
code1
,
code2
=
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TRIGGERING_CODE
,
CHAININFO_TRIGGERING_CODE2
)
return
e
:
GetHandler
():
IsReason
(
REASON_COST
)
and
re
and
re
:
IsActivated
()
and
(
code1
==
68468459
or
code2
==
68468459
)
end
function
c93595154
.
regop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
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