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
Soulgamer
ygopro-222DIY-cards
Commits
8c3c9b69
Commit
8c3c9b69
authored
Jul 16, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
68013d8c
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
8 additions
and
6 deletions
+8
-6
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/pics/33340002.jpg
expansions/pics/33340002.jpg
+0
-0
expansions/pics/47590893.jpg
expansions/pics/47590893.jpg
+0
-0
expansions/script/c12019001.lua
expansions/script/c12019001.lua
+1
-0
expansions/script/c12019003.lua
expansions/script/c12019003.lua
+1
-0
expansions/script/c12019010.lua
expansions/script/c12019010.lua
+1
-1
expansions/script/c12019022.lua
expansions/script/c12019022.lua
+2
-2
expansions/script/c12019024.lua
expansions/script/c12019024.lua
+1
-1
expansions/script/c21520100.lua
expansions/script/c21520100.lua
+2
-2
No files found.
expansions/222DIY.cdb
View file @
8c3c9b69
No preview for this file type
expansions/pics/33340002.jpg
View replaced file @
68013d8c
View file @
8c3c9b69
18.6 KB
|
W:
|
H:
163 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/pics/47590893.jpg
View replaced file @
68013d8c
View file @
8c3c9b69
12.4 KB
|
W:
|
H:
116 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c12019001.lua
View file @
8c3c9b69
...
...
@@ -12,6 +12,7 @@ function cm.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_TOHAND
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCountLimit
(
1
,
m
+
100
)
e1
:
SetTarget
(
cm
.
target
)
e1
:
SetOperation
(
cm
.
operation
)
...
...
expansions/script/c12019003.lua
View file @
8c3c9b69
...
...
@@ -12,6 +12,7 @@ function cm.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCountLimit
(
1
,
m
+
100
)
e1
:
SetTarget
(
cm
.
target
)
e1
:
SetOperation
(
cm
.
operation
)
...
...
expansions/script/c12019010.lua
View file @
8c3c9b69
...
...
@@ -27,7 +27,7 @@ function cm.initial_effect(c)
local
e2
=
srduo
.
speffect
(
c
,
m
)
end
function
cm
.
gfilter
(
c
,
tp
)
return
c
:
GetPreviousRaceOnField
()
&
RACE_SEASERPENT
~=
0
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
or
c
:
IsRace
(
RACE_SEASERPENT
)
and
not
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
return
c
:
GetPreviousRaceOnField
()
&
RACE_SEASERPENT
~=
0
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
or
(
c
:
IsRace
(
RACE_SEASERPENT
)
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
)
)
end
function
cm
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
cm
.
gfilter
,
1
,
nil
,
tp
)
...
...
expansions/script/c12019022.lua
View file @
8c3c9b69
...
...
@@ -39,10 +39,10 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SendtoHand
(
c
,
nil
,
REASON_COST
)
end
function
cm
.
filter
(
c
,
e
,
tp
)
return
c
:
IsCode
(
12019002
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
srre
.
check_set_Duo
(
c
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
cm
.
cfilter
(
c
,
e
,
tp
)
return
srre
.
check_set_Duo
(
c
)
and
not
c
:
IsPublic
()
return
c
:
IsCode
(
12019002
)
and
not
c
:
IsPublic
()
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
expansions/script/c12019024.lua
View file @
8c3c9b69
...
...
@@ -60,7 +60,7 @@ function cm.thcon(e,tp,eg,ep,ev,re,r,rp)
return
e
:
GetHandler
():
IsReason
(
REASON_EFFECT
)
end
function
cm
.
filter
(
c
,
e
,
sp
)
return
c
:
IsRace
(
RACE_
FAIRY
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
sp
,
false
,
false
)
return
c
:
IsRace
(
RACE_
SEASERPENT
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
sp
,
false
,
false
)
end
function
cm
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
expansions/script/c21520100.lua
View file @
8c3c9b69
...
...
@@ -122,7 +122,7 @@ function c21520100.addxyzfilter(c)
return
(
c
:
IsFaceup
()
or
c
:
IsLocation
(
LOCATION_HAND
))
and
c
:
IsCanOverlay
()
end
function
c21520100
.
addxyztg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c21520100
.
addxyzfilter
,
tp
,
LOCATION_HAND
+
LOCATION_REMOVED
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
e
:
GetHandler
():
IsFaceup
(
)
end
Duel
.
SetChainLimit
(
c21520100
.
chainlimit
)
end
function
c21520100
.
chainlimit
(
e
,
rp
,
tp
)
...
...
@@ -130,7 +130,7 @@ function c21520100.chainlimit(e,rp,tp)
end
function
c21520100
.
addxyzop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
not
c
:
IsRelateToEffect
(
e
)
or
not
(
c
:
IsOnField
()
and
c
:
IsFaceup
())
then
return
end
local
g
=
Duel
.
GetMatchingGroup
(
c21520100
.
addxyzfilter
,
tp
,
LOCATION_HAND
+
LOCATION_REMOVED
,
0
,
nil
)
if
g
:
GetCount
()
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_XMATERIAL
)
...
...
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