Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
cdec618b
Commit
cdec618b
authored
Sep 23, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
f6e136aa
Pipeline
#29912
passed with stages
in 27 minutes and 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c50224010.lua
expansions/script/c50224010.lua
+3
-3
No files found.
expansions/FiNALE.cdb
View file @
cdec618b
No preview for this file type
expansions/script/c50224010.lua
View file @
cdec618b
...
...
@@ -11,11 +11,11 @@ function c50224010.initial_effect(c)
c
:
RegisterEffect
(
e1
)
end
function
c50224010
.
filter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsAbleToDeck
()
return
c
:
IsFaceup
()
and
c
:
IsAbleToDeck
()
and
c
:
IsLevelAbove
(
1
)
end
function
c50224010
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetMatchingGroup
(
c50224010
.
filter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
if
chk
==
0
then
return
g
:
Filter
(
Card
.
IsLevelAbove
,
nil
,
1
):
GetClassCount
(
Card
.
GetLevel
)
>=
3
if
chk
==
0
then
return
g
:
GetClassCount
(
Card
.
GetLevel
)
>=
3
and
g
:
GetClassCount
(
Card
.
GetAttribute
)
>=
3
and
g
:
GetClassCount
(
Card
.
GetRace
)
>=
3
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TODECK
,
nil
,
3
,
nil
,
LOCATION_ONFIELD
)
...
...
@@ -31,7 +31,7 @@ end
function
c50224010
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
g
=
Duel
.
GetMatchingGroup
(
c50224010
.
filter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
if
g
:
Filter
(
Card
.
IsLevelAbove
,
nil
,
1
):
GetClassCount
(
Card
.
GetLevel
)
>=
3
if
g
:
GetClassCount
(
Card
.
GetLevel
)
>=
3
and
g
:
GetClassCount
(
Card
.
GetAttribute
)
>=
3
and
g
:
GetClassCount
(
Card
.
GetRace
)
>=
3
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
...
...
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