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
c42548bb
Commit
c42548bb
authored
Aug 26, 2022
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
E
parent
a0acf4df
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c1102007.lua
expansions/script/c1102007.lua
+1
-1
expansions/script/c1102013.lua
expansions/script/c1102013.lua
+1
-1
expansions/script/c1102017.lua
expansions/script/c1102017.lua
+1
-1
expansions/script/c1102083.lua
expansions/script/c1102083.lua
+2
-2
expansions/script/c66915075.lua
expansions/script/c66915075.lua
+2
-2
No files found.
expansions/222DIY.cdb
View file @
c42548bb
No preview for this file type
expansions/script/c1102007.lua
View file @
c42548bb
...
...
@@ -39,7 +39,7 @@ function cm.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
cm
.
spfilter
(
c
,
e
,
tp
)
return
muxu
.
check_
fusion_
set_Urban
(
c
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
muxu
.
check_set_Urban
(
c
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
cm
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
expansions/script/c1102013.lua
View file @
c42548bb
...
...
@@ -40,7 +40,7 @@ function cm.sfilter(c)
return
muxu
.
check_set_Urban
(
c
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
cm
.
descfilter
(
c
)
return
(
muxu
.
check_
fusion_
set_Urban
(
c
)
or
c
:
IsCode
(
1102000
))
and
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_MONSTER
)
return
(
muxu
.
check_set_Urban
(
c
)
or
c
:
IsCode
(
1102000
))
and
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
cm
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c1102017.lua
View file @
c42548bb
...
...
@@ -72,7 +72,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
function
cm
.
cfilter
(
c
,
tp
)
return
c
:
IsFaceup
()
and
(
muxu
.
check_
fusion_
set_Urban
(
c
)
or
c
:
IsCode
(
1102000
))
and
c
:
IsControler
(
tp
)
return
c
:
IsFaceup
()
and
(
muxu
.
check_set_Urban
(
c
)
or
c
:
IsCode
(
1102000
))
and
c
:
IsControler
(
tp
)
end
function
cm
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
Duel
.
GetAttackTarget
()
...
...
expansions/script/c1102083.lua
View file @
c42548bb
...
...
@@ -27,7 +27,7 @@ function cm.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
cm
.
cfilter
(
c
)
return
muxu
.
check_
fusion_
set_Urban
(
c
)
and
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_MONSTER
)
return
muxu
.
check_set_Urban
(
c
)
and
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
cm
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
...
...
@@ -76,7 +76,7 @@ function cm.retop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoDeck
(
tc
,
nil
,
2
,
REASON_EFFECT
)
end
function
cm
.
repfilter1
(
c
,
tp
)
return
(
muxu
.
check_
fusion_
set_Urban
(
c
)
or
c
:
IsCode
(
1102000
))
and
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_MONSTER
)
return
(
muxu
.
check_set_Urban
(
c
)
or
c
:
IsCode
(
1102000
))
and
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
cm
.
repfilter2
(
c
)
return
(
c
:
IsOnField
()
or
c
:
IsLocation
(
LOCATION_HAND
))
and
c
:
IsReason
(
REASON_EFFECT
+
REASON_BATTLE
)
and
not
c
:
IsReason
(
REASON_REPLACE
)
...
...
expansions/script/c66915075.lua
View file @
c42548bb
...
...
@@ -128,8 +128,8 @@ function cm.desop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_DISABLE
)
c
:
RegisterEffect
(
e1
)
local
g
=
Duel
.
GetMatchingGroup
(
nil
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
local
dg
=
g
:
SelectSubGroup
(
tp
,
cm
.
gfilter
,
1
,
#
g
,
num
)
local
dg
=
g
:
SelectSubGroup
(
tp
,
cm
.
gfilter
,
false
,
1
,
#
g
,
num
)
Duel
.
HintSelection
(
dg
)
Duel
.
Destroy
(
dg
)
Duel
.
Destroy
(
dg
,
REASON_EFFECT
)
end
end
\ No newline at end of file
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