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
3
Merge Requests
3
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
e6a5f4d2
Commit
e6a5f4d2
authored
Jan 20, 2024
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add lvdn for ハネクリボー LV6
parent
011f4198
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
c33776734.lua
c33776734.lua
+1
-0
c98585345.lua
c98585345.lua
+1
-1
No files found.
c33776734.lua
View file @
e6a5f4d2
...
@@ -49,6 +49,7 @@ function c33776734.initial_effect(c)
...
@@ -49,6 +49,7 @@ function c33776734.initial_effect(c)
end
end
end
end
c33776734
.
lvup
=
{
33776734
}
c33776734
.
lvup
=
{
33776734
}
c33776734
.
lvdn
=
{
48486809
}
function
c33776734
.
checkop1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c33776734
.
checkop1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
re
and
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
and
re
:
IsActiveType
(
TYPE_SPELL
)
then
if
re
and
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
and
re
:
IsActiveType
(
TYPE_SPELL
)
then
re
:
GetHandler
():
RegisterFlagEffect
(
33776734
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
)
re
:
GetHandler
():
RegisterFlagEffect
(
33776734
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
)
...
...
c98585345.lua
View file @
e6a5f4d2
...
@@ -22,7 +22,7 @@ function c98585345.initial_effect(c)
...
@@ -22,7 +22,7 @@ function c98585345.initial_effect(c)
e2
:
SetOperation
(
c98585345
.
desop
)
e2
:
SetOperation
(
c98585345
.
desop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
c98585345
.
lvdn
=
{
33776734
}
c98585345
.
lvdn
=
{
33776734
,
48486809
}
function
c98585345
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c98585345
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetTurnPlayer
()
~=
tp
and
(
Duel
.
GetCurrentPhase
()
>=
PHASE_BATTLE_START
and
Duel
.
GetCurrentPhase
()
<=
PHASE_BATTLE
)
return
Duel
.
GetTurnPlayer
()
~=
tp
and
(
Duel
.
GetCurrentPhase
()
>=
PHASE_BATTLE_START
and
Duel
.
GetCurrentPhase
()
<=
PHASE_BATTLE
)
end
end
...
...
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