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
9cf1a923
Commit
9cf1a923
authored
Jan 30, 2025
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c86379327.lua
parent
784407e1
Pipeline
#32881
passed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
script/c86379327.lua
script/c86379327.lua
+10
-6
No files found.
script/c86379327.lua
View file @
9cf1a923
...
@@ -46,13 +46,17 @@ function c86379327.initial_effect(c)
...
@@ -46,13 +46,17 @@ function c86379327.initial_effect(c)
end
end
end
end
--
--
function
c86379327
.
egfilter
(
c
)
local
d
=
c
:
GetBattleTarget
()
return
d
and
d
:
IsLocation
(
LOCATION_MZONE
)
end
function
c86379327
.
checkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c86379327
.
checkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
a
=
Duel
.
GetAttacker
(
)
local
tg
=
eg
:
Filter
(
c86379327
.
egfilter
,
nil
)
local
at
=
Duel
.
GetAttackTarge
t
()
local
tc
=
tg
:
GetFirs
t
()
if
a
:
IsStatus
(
STATUS_BATTLE_DESTROYED
)
and
at
:
IsStatus
(
STATUS_BATTLE_DESTROYED
)
then
return
end
while
tc
do
local
tc
=
a
tc
:
GetBattleTarget
():
RegisterFlagEffect
(
86379327
,
RESET_EVENT
+
0x1fe0000
,
0
,
1
)
if
a
:
IsStatus
(
STATUS_BATTLE_DESTROYED
)
then
tc
=
at
end
tc
=
tg
:
GetNext
()
tc
:
RegisterFlagEffect
(
86379327
,
RESET_EVENT
+
0x1fe0000
,
0
,
1
)
end
end
end
--
--
function
c86379327
.
upfilter
(
c
)
function
c86379327
.
upfilter
(
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