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
5242dadf
Commit
5242dadf
authored
Aug 14, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
82d859ca
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
11 deletions
+11
-11
expansions/pics/64800042.jpg
expansions/pics/64800042.jpg
+0
-0
expansions/script/c12038005.lua
expansions/script/c12038005.lua
+1
-1
expansions/script/c22100119.lua
expansions/script/c22100119.lua
+2
-2
expansions/script/c40006766.lua
expansions/script/c40006766.lua
+2
-2
expansions/script/c40006828.lua
expansions/script/c40006828.lua
+4
-5
expansions/script/c65020003.lua
expansions/script/c65020003.lua
+1
-1
expansions/script/c66915001.lua
expansions/script/c66915001.lua
+1
-0
No files found.
expansions/pics/64800042.jpg
View replaced file @
82d859ca
View file @
5242dadf
172 KB
|
W:
|
H:
118 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c12038005.lua
View file @
5242dadf
...
@@ -85,7 +85,7 @@ function cm.negcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -85,7 +85,7 @@ function cm.negcon(e,tp,eg,ep,ev,re,r,rp)
return
true
return
true
end
end
function
cm
.
filter
(
c
,
rc
)
function
cm
.
filter
(
c
,
rc
)
return
c
:
IsAbleToHand
()
and
c
:
IsCode
(
rc
:
GetCode
())
and
not
re
:
GetHandler
()
:
IsCode
(
table.unpack
(
Srprzm_setback
))
return
c
:
IsAbleToHand
()
and
c
:
IsCode
(
rc
:
GetCode
())
and
not
c
:
IsCode
(
table.unpack
(
Srprzm_setback
))
end
end
function
cm
.
negtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
cm
.
negtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
...
...
expansions/script/c22100119.lua
View file @
5242dadf
...
@@ -24,9 +24,9 @@ function cm.initial_effect(c)
...
@@ -24,9 +24,9 @@ function cm.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
cm
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
cm
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
cfilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
,
tp
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
cfilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
e
:
GetHandler
()
,
tp
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
cfilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
1
,
nil
,
tp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
cfilter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
1
,
e
:
GetHandler
()
,
tp
)
Duel
.
Release
(
g
,
REASON_COST
)
Duel
.
Release
(
g
,
REASON_COST
)
end
end
function
cm
.
cfilter
(
c
)
function
cm
.
cfilter
(
c
)
...
...
expansions/script/c40006766.lua
View file @
5242dadf
...
@@ -81,7 +81,7 @@ function cm.rmop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -81,7 +81,7 @@ function cm.rmop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
sc
=
g
:
GetFirst
()
local
sc
=
g
:
GetFirst
()
if
sc
:
IsLocation
(
LOCATION_REMOVED
)
and
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
and
sc
:
IsFaceup
()
and
c
:
IsControler
(
tp
)
if
sc
:
IsLocation
(
LOCATION_REMOVED
)
and
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
and
sc
:
IsFaceup
()
and
c
:
IsControler
(
tp
)
and
c
:
IsCanBeXyzMaterial
(
sc
)
and
sc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
true
,
fals
e
)
and
c
:
IsCanBeXyzMaterial
(
sc
)
and
sc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
true
,
tru
e
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
c
,
sc
)
>
0
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
c
,
sc
)
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
...
@@ -91,7 +91,7 @@ function cm.rmop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -91,7 +91,7 @@ function cm.rmop(e,tp,eg,ep,ev,re,r,rp)
end
end
sc
:
SetMaterial
(
Group
.
FromCards
(
c
))
sc
:
SetMaterial
(
Group
.
FromCards
(
c
))
Duel
.
Overlay
(
sc
,
Group
.
FromCards
(
c
))
Duel
.
Overlay
(
sc
,
Group
.
FromCards
(
c
))
Duel
.
SpecialSummon
(
sc
,
0
,
tp
,
tp
,
true
,
fals
e
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
sc
,
0
,
tp
,
tp
,
true
,
tru
e
,
POS_FACEUP
)
sc
:
CompleteProcedure
()
sc
:
CompleteProcedure
()
end
end
end
end
expansions/script/c40006828.lua
View file @
5242dadf
...
@@ -9,7 +9,7 @@ function cm.initial_effect(c)
...
@@ -9,7 +9,7 @@ function cm.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetCountLimit
(
1
,
m
)
e1
:
SetCountLimit
(
1
,
m
)
e1
:
SetRange
(
LOCATION_
ONFIELD
+
LOCATION_HAND
)
e1
:
SetRange
(
LOCATION_
MZONE
+
LOCATION_HAND
)
e1
:
SetCost
(
cm
.
spcost1
)
e1
:
SetCost
(
cm
.
spcost1
)
e1
:
SetTarget
(
cm
.
sptg1
)
e1
:
SetTarget
(
cm
.
sptg1
)
e1
:
SetOperation
(
cm
.
spop1
)
e1
:
SetOperation
(
cm
.
spop1
)
...
@@ -34,11 +34,10 @@ function cm.cfilter1(c,tp)
...
@@ -34,11 +34,10 @@ function cm.cfilter1(c,tp)
return
c
:
IsType
(
TYPE_TUNER
)
and
c
:
IsAbleToGraveAsCost
()
and
(
c
:
IsFaceup
()
or
c
:
IsLocation
(
LOCATION_HAND
))
and
Duel
.
GetMZoneCount
(
tp
,
c
)
>
0
return
c
:
IsType
(
TYPE_TUNER
)
and
c
:
IsAbleToGraveAsCost
()
and
(
c
:
IsFaceup
()
or
c
:
IsLocation
(
LOCATION_HAND
))
and
Duel
.
GetMZoneCount
(
tp
,
c
)
>
0
end
end
function
cm
.
spcost1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
cm
.
spcost1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
cfilter1
,
tp
,
LOCATION_MZONE
+
LOCATION_HAND
,
0
,
1
,
e
:
GetHandler
(),
tp
)
and
e
:
GetHandler
():
IsAbleToGraveAsCost
()
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
cfilter1
,
tp
,
LOCATION_ONFIELD
+
LOCATION_HAND
,
0
,
1
,
e
:
GetHandler
(),
tp
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
cfilter1
,
tp
,
LOCATION_
ONFIELD
+
LOCATION_HAND
,
0
,
1
,
1
,
e
:
GetHandler
(),
tp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
cfilter1
,
tp
,
LOCATION_
MZONE
+
LOCATION_HAND
,
0
,
1
,
1
,
e
:
GetHandler
(),
tp
)
g
:
Merge
(
c
)
g
:
AddCard
(
e
:
GetHandler
()
)
Duel
.
SendtoGrave
(
g
,
REASON_COST
)
Duel
.
SendtoGrave
(
g
,
REASON_COST
)
end
end
function
cm
.
spfilter1
(
c
,
e
,
tp
)
function
cm
.
spfilter1
(
c
,
e
,
tp
)
...
...
expansions/script/c65020003.lua
View file @
5242dadf
...
@@ -52,7 +52,7 @@ function c65020003.hdcost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -52,7 +52,7 @@ function c65020003.hdcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ShuffleHand
(
tp
)
Duel
.
ShuffleHand
(
tp
)
if
b
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
65020010
,
1
))
then
if
b
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
65020010
,
1
))
then
Duel
.
MoveToField
(
c
,
tp
,
tp
,
LOCATION_
S
ZONE
,
POS_FACEUP
,
true
)
Duel
.
MoveToField
(
c
,
tp
,
tp
,
LOCATION_
P
ZONE
,
POS_FACEUP
,
true
)
else
else
Duel
.
SendtoGrave
(
c
,
REASON_COST
+
REASON_DISCARD
)
Duel
.
SendtoGrave
(
c
,
REASON_COST
+
REASON_DISCARD
)
end
end
...
...
expansions/script/c66915001.lua
View file @
5242dadf
...
@@ -16,6 +16,7 @@ function c66915001.initial_effect(c)
...
@@ -16,6 +16,7 @@ function c66915001.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--move
--move
local
e11
=
Effect
.
CreateEffect
(
c
)
local
e11
=
Effect
.
CreateEffect
(
c
)
e11
:
SetDescription
(
aux
.
Stringid
(
66915001
,
0
))
e11
:
SetType
(
EFFECT_TYPE_IGNITION
)
e11
:
SetType
(
EFFECT_TYPE_IGNITION
)
e11
:
SetRange
(
LOCATION_MZONE
)
e11
:
SetRange
(
LOCATION_MZONE
)
e11
:
SetCountLimit
(
1
)
e11
:
SetCountLimit
(
1
)
...
...
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