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
4
Merge Requests
4
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-scripts-888
Commits
f5632ff3
Commit
f5632ff3
authored
Dec 04, 2023
by
wind2009
Committed by
GitHub
Dec 04, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update グランドレミコード・クーリア (#2153)
Add judgment on controller
parent
ca90b551
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
c84521924.lua
c84521924.lua
+3
-2
No files found.
c84521924.lua
View file @
f5632ff3
...
@@ -40,10 +40,11 @@ function c84521924.atkval(e,c)
...
@@ -40,10 +40,11 @@ function c84521924.atkval(e,c)
return
ct
*
100
return
ct
*
100
end
end
function
c84521924
.
effectfilter
(
e
,
ct
)
function
c84521924
.
effectfilter
(
e
,
ct
)
local
p
=
e
:
GetHandlerPlayer
()
local
lg
=
e
:
GetHandler
():
GetLinkedGroup
()
local
lg
=
e
:
GetHandler
():
GetLinkedGroup
()
local
te
,
loc
,
seq
=
Duel
.
GetChainInfo
(
ct
,
CHAININFO_TRIGGERING_EFFECT
,
CHAININFO_TRIGGERING_LOCATION
,
CHAININFO_TRIGGERING_SEQUENCE
,
CHAININFO_TYPE
)
local
te
,
loc
,
seq
,
tp
=
Duel
.
GetChainInfo
(
ct
,
CHAININFO_TRIGGERING_EFFECT
,
CHAININFO_TRIGGERING_LOCATION
,
CHAININFO_TRIGGERING_SEQUENCE
,
CHAININFO_TRIGGERING_PLAYER
)
local
tc
=
te
:
GetHandler
()
local
tc
=
te
:
GetHandler
()
return
te
:
IsActiveType
(
TYPE_PENDULUM
)
and
bit
.
band
(
loc
,
LOCATION_MZONE
)
~=
0
and
bit
.
extract
(
e
:
GetHandler
():
GetLinkedZone
(),
seq
)
~=
0
return
te
:
IsActiveType
(
TYPE_PENDULUM
)
and
bit
.
band
(
loc
,
LOCATION_MZONE
)
~=
0
and
bit
.
extract
(
e
:
GetHandler
():
GetLinkedZone
(),
seq
)
~=
0
and
p
==
tp
end
end
function
c84521924
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c84521924
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
not
e
:
GetHandler
():
IsStatus
(
STATUS_BATTLE_DESTROYED
)
and
Duel
.
IsChainNegatable
(
ev
)
and
rp
==
1
-
tp
return
not
e
:
GetHandler
():
IsStatus
(
STATUS_BATTLE_DESTROYED
)
and
Duel
.
IsChainNegatable
(
ev
)
and
rp
==
1
-
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