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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
502d56de
Commit
502d56de
authored
Oct 16, 2023
by
REIKAI
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed
parent
dad41925
Pipeline
#23765
passed with stages
in 26 minutes and 29 seconds
Changes
8
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
63 additions
and
31 deletions
+63
-31
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/pics/50218635.jpg
expansions/pics/50218635.jpg
+0
-0
expansions/script/c16400081.lua
expansions/script/c16400081.lua
+14
-14
expansions/script/c16400097.lua
expansions/script/c16400097.lua
+4
-4
expansions/script/c16400098.lua
expansions/script/c16400098.lua
+5
-5
expansions/script/c16400099.lua
expansions/script/c16400099.lua
+4
-4
expansions/script/c50218635.lua
expansions/script/c50218635.lua
+34
-2
expansions/script/c65050166.lua
expansions/script/c65050166.lua
+2
-2
No files found.
expansions/222DIY.cdb
View file @
502d56de
No preview for this file type
expansions/pics/50218635.jpg
View replaced file @
dad41925
View file @
502d56de
76.7 KB
|
W:
|
H:
80.5 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c16400081.lua
View file @
502d56de
...
...
@@ -36,11 +36,11 @@ function c16400081.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
--spsummon
function
c16400081
.
cfilter
(
c
)
function
c16400081
.
cfilter
(
c
,
tp
)
return
c
:
IsFaceup
()
and
c
:
IsControler
(
1
-
tp
)
end
function
c16400081
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c16400081
.
cfilter
,
1
,
nil
)
return
eg
:
IsExists
(
c16400081
.
cfilter
,
1
,
nil
,
tp
)
end
function
c16400081
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0xce2
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
...
...
expansions/script/c16400097.lua
View file @
502d56de
...
...
@@ -50,8 +50,8 @@ function c16400097.filter(c)
return
c
:
IsSetCard
(
0xce2
)
and
c
:
IsAbleToDeck
()
end
function
c16400097
.
tdtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_GRAVE
)
and
chkc
:
IsControler
(
tp
)
and
c
67169062
.
filter
(
chkc
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
c
67169062
.
filter
,
tp
,
LOCATION_GRAVE
,
0
,
4
,
nil
)
end
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_GRAVE
)
and
chkc
:
IsControler
(
tp
)
and
c
16400097
.
filter
(
chkc
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
c
16400097
.
filter
,
tp
,
LOCATION_GRAVE
,
0
,
4
,
nil
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
local
g
=
Duel
.
SelectTarget
(
tp
,
c16400097
.
filter
,
tp
,
LOCATION_GRAVE
,
0
,
4
,
4
,
nil
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TODECK
,
g
,
g
:
GetCount
(),
0
,
0
)
...
...
expansions/script/c16400098.lua
View file @
502d56de
...
...
@@ -9,7 +9,7 @@ function c16400098.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e
3
:
SetCountLimit
(
1
,
16400098
)
e
1
:
SetCountLimit
(
1
,
16400098
)
e1
:
SetCondition
(
c16400098
.
thcon
)
e1
:
SetTarget
(
c16400098
.
thtg
)
e1
:
SetOperation
(
c16400098
.
thop
)
...
...
expansions/script/c16400099.lua
View file @
502d56de
...
...
@@ -2,10 +2,10 @@
function
c16400099
.
initial_effect
(
c
)
--copy
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
c
16400099
,
1
))
e1
:
SetDescription
(
aux
.
Stringid
(
16400099
,
1
))
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetRange
(
LOCATION_SZONE
)
e1
:
SetCountLimit
(
1
,
c
16400099
)
e1
:
SetCountLimit
(
1
,
16400099
)
e1
:
SetCost
(
c16400099
.
cpcost
)
e1
:
SetTarget
(
c16400099
.
cptg
)
e1
:
SetOperation
(
c16400099
.
cpop
)
...
...
@@ -17,7 +17,7 @@ function c16400099.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetCountLimit
(
1
,
c
16400199
)
e2
:
SetCountLimit
(
1
,
16400199
)
e2
:
SetHintTiming
(
0
,
TIMING_END_PHASE
)
e2
:
SetTarget
(
c16400099
.
thtg
)
e2
:
SetOperation
(
c16400099
.
thop
)
...
...
expansions/script/c50218635.lua
View file @
502d56de
...
...
@@ -25,6 +25,7 @@ function c50218635.initial_effect(c)
c
:
RegisterEffect
(
e21
)
--lv
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
50218635
,
0
))
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
e3
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
...
...
@@ -36,6 +37,20 @@ function c50218635.initial_effect(c)
e33
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e33
:
SetCondition
(
c50218635
.
lvcon
)
c
:
RegisterEffect
(
e33
)
--attr
local
e34
=
Effect
.
CreateEffect
(
c
)
e34
:
SetDescription
(
aux
.
Stringid
(
50218635
,
1
))
e34
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e34
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
e34
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e34
:
SetCountLimit
(
1
,
50218635
)
e34
:
SetTarget
(
c50218635
.
attg
)
e34
:
SetOperation
(
c50218635
.
atop
)
c
:
RegisterEffect
(
e34
)
local
e35
=
e34
:
Clone
()
e35
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e35
:
SetCondition
(
c50218635
.
lvcon
)
c
:
RegisterEffect
(
e35
)
--hand
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
@@ -52,7 +67,7 @@ end
function
c50218635
.
slfilter
(
c
)
local
tc1
=
c
:
GetLeftScale
()
local
tc2
=
c
:
GetRightScale
()
return
tc1
~=
0
and
tc2
~=
0
and
c
:
IsSetCard
(
0xcb6
)
return
tc1
~=
0
and
tc2
~=
0
and
c
:
IsSetCard
(
0xcb6
)
and
not
c
:
IsCode
(
50218635
)
end
function
c50218635
.
slcon
(
e
)
return
Duel
.
IsExistingMatchingCard
(
c50218635
.
slfilter
,
e
:
GetHandlerPlayer
(),
LOCATION_PZONE
,
0
,
1
,
e
:
GetHandler
())
...
...
@@ -63,7 +78,7 @@ end
function
c50218635
.
lvtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
local
lv
=
e
:
GetHandler
():
GetLevel
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
50218635
,
1
))
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
50218635
,
2
))
e
:
SetLabel
(
Duel
.
AnnounceLevel
(
tp
,
1
,
6
,
lv
))
end
function
c50218635
.
lvop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
@@ -77,6 +92,23 @@ function c50218635.lvop(e,tp,eg,ep,ev,re,r,rp)
c
:
RegisterEffect
(
e1
)
end
end
function
c50218635
.
attg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
local
attr
=
e
:
GetHandler
():
GetAttribute
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATTRIBUTE
)
e
:
SetLabel
(
Duel
.
AnnounceAttribute
(
tp
,
1
,
0x2f
))
end
function
c50218635
.
atop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsFaceup
()
and
c
:
IsRelateToEffect
(
e
)
then
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_CHANGE_ATTRIBUTE
)
e1
:
SetValue
(
e
:
GetLabel
())
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_DISABLE
+
RESET_PHASE
+
PHASE_END
)
c
:
RegisterEffect
(
e1
)
end
end
function
c50218635
.
con
(
e
,
c
)
local
c
=
e
:
GetHandler
()
return
c
:
IsOnField
()
and
c
:
IsFaceup
()
...
...
expansions/script/c65050166.lua
View file @
502d56de
...
...
@@ -2,7 +2,7 @@
function
c65050166
.
initial_effect
(
c
)
--fusion material
c
:
EnableReviveLimit
()
aux
.
AddFusionProcFun2
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x6da8
),
c6505016
4
.
ffilter
,
true
)
aux
.
AddFusionProcFun2
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x6da8
),
c6505016
6
.
ffilter
,
true
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
65050166
,
0
))
...
...
@@ -53,7 +53,7 @@ function c65050166.activate2(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c6505016
4
.
ffilter
(
c
)
function
c6505016
6
.
ffilter
(
c
)
return
c
:
IsFusionSetCard
(
0x6da8
)
and
c
:
IsAttackAbove
(
2000
)
end
function
c65050166
.
disfilter
(
c
)
...
...
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