Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
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
HiiragiGuardians
ygopro-THC-cards
Commits
dae08c04
Commit
dae08c04
authored
Jul 16, 2025
by
tsubaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.0.0 fix3
parent
6040796e
Pipeline
#39087
passed with stage
in 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
script/c25220.lua
script/c25220.lua
+1
-1
script/c86379251.lua
script/c86379251.lua
+2
-2
No files found.
script/c25220.lua
View file @
dae08c04
...
...
@@ -57,7 +57,7 @@ end
function
s
.
payop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
GetTurnPlayer
()
~=
tp
then
return
end
if
Duel
.
CheckLPCost
(
tp
,
1000
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
1
))
then
if
Duel
.
CheckLPCost
(
tp
,
1000
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
0
))
then
Duel
.
PayLPCost
(
tp
,
1000
)
else
Duel
.
Destroy
(
e
:
GetHandler
(),
REASON_EFFECT
)
...
...
script/c86379251.lua
View file @
dae08c04
...
...
@@ -40,10 +40,10 @@ function c86379251.initial_effect(c)
end
--
function
c86379251
.
mirrorfilter
(
c
,
att
)
return
c
:
Is
Attribut
e
(
att
)
and
c
:
IsFaceup
()
and
bit
.
band
(
c
:
GetOriginalType
(),
TYPE_MONSTER
)
~=
0
return
c
:
Is
Cod
e
(
att
)
and
c
:
IsFaceup
()
and
bit
.
band
(
c
:
GetOriginalType
(),
TYPE_MONSTER
)
~=
0
end
function
c86379251
.
mirrorcondition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
(
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN1
or
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN2
)
and
Duel
.
GetTurnPlayer
()
~=
tp
and
Duel
.
IsPlayerAffectedByEffect
(
tp
,
8637927
6
)
and
Duel
.
IsExistingMatchingCard
(
c86379251
.
mirrorfilter
,
tp
,
LOCATION_SZONE
,
0
,
1
,
nil
,
e
:
GetHandler
():
GetAttribut
e
())
return
(
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN1
or
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN2
)
and
Duel
.
GetTurnPlayer
()
~=
tp
and
Duel
.
IsPlayerAffectedByEffect
(
tp
,
8637927
5
)
and
Duel
.
IsExistingMatchingCard
(
c86379251
.
mirrorfilter
,
tp
,
LOCATION_SZONE
,
0
,
1
,
nil
,
e
:
GetHandler
():
GetCod
e
())
end
--
function
c86379251
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
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