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
b5096be1
Commit
b5096be1
authored
Sep 30, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
5de51961
Pipeline
#30132
passed with stages
in 35 minutes and 15 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
6 deletions
+9
-6
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c29969185.lua
expansions/script/c29969185.lua
+5
-5
expansions/script/c31300053.lua
expansions/script/c31300053.lua
+4
-1
No files found.
expansions/FiNALE.cdb
View file @
b5096be1
No preview for this file type
expansions/script/c29969185.lua
View file @
b5096be1
...
...
@@ -75,20 +75,20 @@ end
function
c29969185
.
ovfilter
(
c
)
local
g
=
Duel
.
GetMatchingGroup
(
c29969185
.
grfilter
,
c
:
GetControler
(),
LOCATION_GRAVE
,
0
,
nil
)
local
ct
=
g
:
GetClassCount
(
Card
.
GetCode
)
return
ct
>
3
and
c
:
IsFaceup
()
and
c
:
GetBaseAttack
()
==
1800
and
c
:
GetBaseDefense
()
==
0
return
ct
>
=
4
and
c
:
IsFaceup
()
and
c
:
GetBaseAttack
()
==
1800
and
c
:
GetBaseDefense
()
==
0
and
c
:
IsRace
(
RACE_DRAGON
)
and
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
and
c
:
IsLevel
(
4
)
end
function
c29969185
.
descondition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
ep
~=
tp
and
Duel
.
GetAttackTarget
()
==
nil
end
function
c29969185
.
xyzop
(
e
,
tp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetFlagEffect
(
tp
,
29969185
)
==
0
end
Duel
.
RegisterFlagEffect
(
tp
,
29969185
,
RESET_PHASE
+
PHASE_END
,
EFFECT_FLAG_OATH
,
1
)
end
function
c29969185
.
descondition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
ep
~=
tp
and
Duel
.
GetAttackTarget
()
==
nil
end
function
c29969185
.
descost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
og
=
Duel
:
GetOverlayGroup
(
tp
,
1
,
0
)
if
chk
==
0
then
return
og
:
GetCount
()
>
4
and
og
:
IsExists
(
Card
.
IsRace
,
4
,
nil
,
RACE_MACHINE
)
end
if
chk
==
0
then
return
og
:
GetCount
()
>
=
4
and
og
:
IsExists
(
Card
.
IsRace
,
4
,
nil
,
RACE_MACHINE
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVEXYZ
)
local
g
=
og
:
FilterSelect
(
tp
,
Card
.
IsRace
,
4
,
4
,
nil
,
RACE_MACHINE
)
Duel
.
SendtoGrave
(
g
,
REASON_COST
)
...
...
expansions/script/c31300053.lua
View file @
b5096be1
...
...
@@ -71,11 +71,14 @@ end
function
s
.
tgtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanDiscardDeck
(
1
-
tp
,
1
)
end
end
function
s
.
tgfilter
(
c
)
return
c
:
IsLevel
(
1
)
and
c
:
IsAbleToGrave
()
and
c
:
IsRace
(
RACE_ROCK
)
end
function
s
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetFieldGroup
(
tp
,
0
,
LOCATION_DECK
)
if
g
:
GetCount
()
<
1
then
return
end
Duel
.
ConfirmCards
(
tp
,
g
)
local
sg
=
g
:
Filter
(
s
.
tgfilter
,
nil
)
local
sg
=
Duel
.
GetMatchingGroup
(
s
.
tgfilter
,
tp
,
0
,
LOCATION_DECK
,
nil
)
local
ct
=
Duel
.
SendtoGrave
(
sg
,
REASON_EFFECT
)
if
ct
==
0
then
return
end
Duel
.
BreakEffect
()
...
...
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