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
Ai
ygopro-222DIY-cards
Commits
a399e0ce
Commit
a399e0ce
authored
May 28, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nmbd
parent
f2a6a160
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
6 additions
and
5 deletions
+6
-5
expansions/pics/26802003.jpg
expansions/pics/26802003.jpg
+0
-0
expansions/pics/81004010.jpg
expansions/pics/81004010.jpg
+0
-0
expansions/script/c16107119.lua
expansions/script/c16107119.lua
+1
-0
expansions/script/c16130003.lua
expansions/script/c16130003.lua
+1
-1
expansions/script/c16130005.lua
expansions/script/c16130005.lua
+1
-1
expansions/script/c23000303.lua
expansions/script/c23000303.lua
+1
-1
expansions/script/c23000304.lua
expansions/script/c23000304.lua
+1
-1
expansions/script/c23000308.lua
expansions/script/c23000308.lua
+1
-1
No files found.
expansions/pics/26802003.jpg
View replaced file @
f2a6a160
View file @
a399e0ce
175 KB
|
W:
|
H:
80.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/pics/81004010.jpg
View replaced file @
f2a6a160
View file @
a399e0ce
184 KB
|
W:
|
H:
180 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c16107119.lua
View file @
a399e0ce
...
@@ -158,6 +158,7 @@ function cm.disop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -158,6 +158,7 @@ function cm.disop(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
NegateActivation
(
ev
)
and
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
if
Duel
.
NegateActivation
(
ev
)
and
c
:
IsRelateToEffect
(
e
)
and
c
:
IsFaceup
()
then
if
re
:
GetHandler
():
IsCanOverlay
()
and
not
(
re
:
GetHandler
()
==
c
)
and
c
:
IsType
(
TYPE_XYZ
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
3
))
then
if
re
:
GetHandler
():
IsCanOverlay
()
and
not
(
re
:
GetHandler
()
==
c
)
and
c
:
IsType
(
TYPE_XYZ
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
3
))
then
local
tc
=
re
:
GetHandler
()
local
tc
=
re
:
GetHandler
()
tc
:
CancelToGrave
()
local
og
=
tc
:
GetOverlayGroup
()
local
og
=
tc
:
GetOverlayGroup
()
if
og
:
GetCount
()
>
0
then
if
og
:
GetCount
()
>
0
then
Duel
.
SendtoGrave
(
og
,
REASON_RULE
)
Duel
.
SendtoGrave
(
og
,
REASON_RULE
)
...
...
expansions/script/c16130003.lua
View file @
a399e0ce
...
@@ -118,7 +118,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -118,7 +118,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
thfilter
,
tp
,
LOCATION_GRAVE
,
LOCATION_GRAVE
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
thfilter
,
tp
,
LOCATION_GRAVE
,
LOCATION_GRAVE
,
1
,
1
,
nil
)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
g
,
tp
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
end
end
...
...
expansions/script/c16130005.lua
View file @
a399e0ce
...
@@ -179,7 +179,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -179,7 +179,7 @@ function cm.tdop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
tp
,
HINTMSG_TODECK
)
Duel
.
Hint
(
HINT_SELECTMSG
,
1
-
tp
,
HINTMSG_TODECK
)
local
g
=
Duel
.
SelectMatchingCard
(
1
-
tp
,
nil
,
1
-
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
1
-
tp
,
nil
,
1
-
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
nil
)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoDeck
(
g
,
nil
,
REASON_RULE
)
Duel
.
SendtoDeck
(
g
,
nil
,
2
,
REASON_RULE
)
flag
=
0
flag
=
0
else
else
flag
=
1
flag
=
1
...
...
expansions/script/c23000303.lua
View file @
a399e0ce
...
@@ -8,7 +8,7 @@ function c23000303.initial_effect(c)
...
@@ -8,7 +8,7 @@ function c23000303.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetProperty
(
EFFECT_FLAG_
DAMAGE_STEP
+
EFFECT_FLAG_
CARD_TARGET
+
EFFECT_FLAG_DELAY
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DELAY
)
e1
:
SetCountLimit
(
1
,
23000303
)
e1
:
SetCountLimit
(
1
,
23000303
)
e1
:
SetTarget
(
c23000303
.
sptg2
)
e1
:
SetTarget
(
c23000303
.
sptg2
)
e1
:
SetOperation
(
c23000303
.
spop2
)
e1
:
SetOperation
(
c23000303
.
spop2
)
...
...
expansions/script/c23000304.lua
View file @
a399e0ce
...
@@ -8,7 +8,7 @@ function c23000304.initial_effect(c)
...
@@ -8,7 +8,7 @@ function c23000304.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetProperty
(
EFFECT_FLAG_
DAMAGE_STEP
+
EFFECT_FLAG_
CARD_TARGET
+
EFFECT_FLAG_DELAY
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DELAY
)
e1
:
SetCountLimit
(
1
,
23000304
)
e1
:
SetCountLimit
(
1
,
23000304
)
e1
:
SetTarget
(
c23000304
.
sptg2
)
e1
:
SetTarget
(
c23000304
.
sptg2
)
e1
:
SetOperation
(
c23000304
.
spop2
)
e1
:
SetOperation
(
c23000304
.
spop2
)
...
...
expansions/script/c23000308.lua
View file @
a399e0ce
...
@@ -8,7 +8,7 @@ function c23000308.initial_effect(c)
...
@@ -8,7 +8,7 @@ function c23000308.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetProperty
(
EFFECT_FLAG_
DAMAGE_STEP
+
EFFECT_FLAG_
CARD_TARGET
+
EFFECT_FLAG_DELAY
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
+
EFFECT_FLAG_DELAY
)
e1
:
SetCountLimit
(
1
,
23000308
)
e1
:
SetCountLimit
(
1
,
23000308
)
e1
:
SetTarget
(
c23000308
.
sptg2
)
e1
:
SetTarget
(
c23000308
.
sptg2
)
e1
:
SetOperation
(
c23000308
.
spop2
)
e1
:
SetOperation
(
c23000308
.
spop2
)
...
...
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