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
5d7ee399
Commit
5d7ee399
authored
Feb 09, 2024
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 軌跡の魔術師
EVENT_SPSUMMON_SUCCESS_G_P is only used by pendulum summon
parent
484db14c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
c22125101.lua
c22125101.lua
+1
-3
c66150724.lua
c66150724.lua
+1
-3
No files found.
c22125101.lua
View file @
5d7ee399
...
@@ -38,9 +38,7 @@ function c22125101.initial_effect(c)
...
@@ -38,9 +38,7 @@ function c22125101.initial_effect(c)
end
end
end
end
function
c22125101
.
checkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c22125101
.
checkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
eg
:
IsExists
(
Card
.
IsSummonType
,
1
,
nil
,
SUMMON_TYPE_PENDULUM
)
then
Duel
.
RegisterFlagEffect
(
rp
,
22125101
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
Duel
.
RegisterFlagEffect
(
rp
,
22125101
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
end
end
end
function
c22125101
.
lcheck
(
g
)
function
c22125101
.
lcheck
(
g
)
return
g
:
IsExists
(
Card
.
IsLinkType
,
1
,
nil
,
TYPE_PENDULUM
)
return
g
:
IsExists
(
Card
.
IsLinkType
,
1
,
nil
,
TYPE_PENDULUM
)
...
...
c66150724.lua
View file @
5d7ee399
...
@@ -32,9 +32,7 @@ function c66150724.initial_effect(c)
...
@@ -32,9 +32,7 @@ function c66150724.initial_effect(c)
end
end
end
end
function
c66150724
.
checkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c66150724
.
checkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
eg
:
IsExists
(
Card
.
IsSummonType
,
1
,
nil
,
SUMMON_TYPE_PENDULUM
)
then
Duel
.
RegisterFlagEffect
(
rp
,
66150724
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
Duel
.
RegisterFlagEffect
(
rp
,
66150724
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
end
end
end
function
c66150724
.
thfilter1
(
c
)
function
c66150724
.
thfilter1
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_PENDULUM
)
and
c
:
IsSetCard
(
0xf2
)
and
c
:
IsAbleToHand
()
return
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_PENDULUM
)
and
c
:
IsSetCard
(
0xf2
)
and
c
:
IsAbleToHand
()
...
...
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