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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
4809b137
Commit
4809b137
authored
Jul 23, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
fd5b13df
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
9 deletions
+10
-9
expansions/script/c33720035.lua
expansions/script/c33720035.lua
+9
-5
expansions/script/c47390397.lua
expansions/script/c47390397.lua
+1
-1
expansions/script/c81066035.lua
expansions/script/c81066035.lua
+0
-3
No files found.
expansions/script/c33720035.lua
View file @
4809b137
--Sepialife District
--Scripted by:XGlitchy30
local
id
=
33720035
local
s
=
_G
[
"c"
..
tostring
(
id
)]
local
s
,
id
=
GetID
()
if
not
GLITCHYLIB_LOADED
then
Duel
.
LoadScript
(
"glitchylib_vsnemo.lua"
)
end
function
s
.
initial_effect
(
c
)
c
:
SetUniqueOnField
(
1
,
1
,
id
)
--Activate
...
...
@@ -83,11 +85,13 @@ end
function
s
.
cfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x144e
)
and
c
:
IsAbleToRemoveAsCost
(
POS_FACEDOWN
)
end
function
s
.
rescon
(
g
,
e
,
tp
,
mg
,
c
)
return
g
:
GetClassCount
(
Card
.
GetCode
)
==#
g
,
c
and
g
:
GetClassCount
(
Card
.
GetCode
)
~=#
g
end
function
s
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
g
=
Duel
.
GetMatchingGroup
(
s
.
cfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
)
if
chk
==
0
then
return
g
:
GetClassCount
(
Card
.
GetCode
)
>=
6
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_REMOVE
)
local
tg
=
g
:
SelectSubGroup
(
tp
,
aux
.
dncheck
,
false
,
6
,
6
)
if
chk
==
0
then
return
aux
.
SelectUnselectGroup
(
g
,
e
,
tp
,
6
,
6
,
s
.
rescon
,
0
)
end
local
tg
=
aux
.
SelectUnselectGroup
(
g
,
e
,
tp
,
6
,
6
,
s
.
rescon
,
1
,
tp
,
HINTMSG_REMOVE
,
s
.
rescon
)
if
#
tg
>
0
then
Duel
.
Remove
(
tg
,
POS_FACEDOWN
,
REASON_COST
)
end
...
...
expansions/script/c47390397.lua
View file @
4809b137
...
...
@@ -86,7 +86,7 @@ function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
s
.
cfilter2
(
chkc
,
tp
,
csp
,
crm
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
s
.
cfilter2
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
nil
,
tp
,
csp
,
crm
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DISABLE
)
Duel
.
SelectTarget
(
tp
,
s
.
cfilter2
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
1
,
nil
,
tp
,
csp
)
Duel
.
SelectTarget
(
tp
,
s
.
cfilter2
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
1
,
nil
,
tp
,
csp
,
crm
)
end
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
...
...
expansions/script/c81066035.lua
View file @
4809b137
...
...
@@ -77,9 +77,6 @@ function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
c
,
1
,
0
,
0
)
end
function
cm
.
mfilter
(
c
)
return
c
:
IsSetCard
(
0x581f
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanOverlay
()
end
function
cm
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
>
0
then
...
...
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