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
REIKAI
ygopro-222DIY-cards
Commits
d4d657bf
Commit
d4d657bf
authored
Jan 22, 2025
by
Huangnan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://code.mycard.moe/alstroemeria-silentlove/ygopro-222DIY-cards
parents
08794f06
9a952e0d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
4 deletions
+9
-4
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/pics/4202048.jpg
expansions/pics/4202048.jpg
+0
-0
expansions/script/c16372014.lua
expansions/script/c16372014.lua
+1
-1
expansions/script/c16372019.lua
expansions/script/c16372019.lua
+1
-2
expansions/script/c4202048.lua
expansions/script/c4202048.lua
+6
-0
expansions/script/c79100300.lua
expansions/script/c79100300.lua
+1
-1
No files found.
expansions/FiNALE.cdb
View file @
d4d657bf
No preview for this file type
expansions/pics/4202048.jpg
View replaced file @
08794f06
View file @
d4d657bf
69 KB
|
W:
|
H:
69.8 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c16372014.lua
View file @
d4d657bf
...
@@ -121,7 +121,7 @@ function c16372014.setop2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -121,7 +121,7 @@ function c16372014.setop2(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
<
1
then
return
end
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
<
1
then
return
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOFIELD
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOFIELD
)
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
c16372014
.
setfilter
),
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
):
GetFirst
()
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
c16372014
.
setfilter
),
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
):
GetFirst
()
if
tc
and
Duel
.
MoveToField
(
tc
,
tp
,
p
,
LOCATION_SZONE
,
POS_FACEUP
,
true
)
then
if
tc
and
Duel
.
MoveToField
(
tc
,
tp
,
t
p
,
LOCATION_SZONE
,
POS_FACEUP
,
true
)
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_CHANGE_TYPE
)
e1
:
SetCode
(
EFFECT_CHANGE_TYPE
)
...
...
expansions/script/c16372019.lua
View file @
d4d657bf
...
@@ -52,8 +52,7 @@ function c16372019.bfgcost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -52,8 +52,7 @@ function c16372019.bfgcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
Remove
(
e
:
GetHandler
(),
POS_FACEUP
,
REASON_COST
)
Duel
.
Remove
(
e
:
GetHandler
(),
POS_FACEUP
,
REASON_COST
)
end
end
function
c16372019
.
ffilter
(
c
,
e
,
tp
)
function
c16372019
.
ffilter
(
c
,
e
,
tp
)
return
c
:
IsType
(
TYPE_FUSION
)
return
Duel
.
IsExistingMatchingCard
(
c16372019
.
spfilter
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
1
,
nil
,
c
,
e
,
tp
)
and
Duel
.
IsExistingMatchingCard
(
c16372019
.
spfilter
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
1
,
nil
,
c
,
e
,
tp
)
end
end
function
c16372019
.
spfilter
(
c
,
fc
,
e
,
tp
)
function
c16372019
.
spfilter
(
c
,
fc
,
e
,
tp
)
return
aux
.
IsCodeListed
(
fc
,
c
:
GetCode
())
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
aux
.
IsCodeListed
(
fc
,
c
:
GetCode
())
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
...
...
expansions/script/c4202048.lua
View file @
d4d657bf
...
@@ -46,6 +46,12 @@ function cm.initial_effect(c)
...
@@ -46,6 +46,12 @@ function cm.initial_effect(c)
end
end
end
)
end
)
Duel
.
RegisterEffect
(
e3
,
0
)
Duel
.
RegisterEffect
(
e3
,
0
)
--spsummon
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_SINGLE
)
e4
:
SetCode
(
EFFECT_CANNOT_DISABLE_SPSUMMON
)
e4
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_UNCOPYABLE
)
c
:
RegisterEffect
(
e4
)
--spsummon cost
--spsummon cost
local
e5
=
Effect
.
CreateEffect
(
c
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
expansions/script/c79100300.lua
View file @
d4d657bf
...
@@ -22,7 +22,7 @@ local e2=Effect.CreateEffect(c)
...
@@ -22,7 +22,7 @@ local e2=Effect.CreateEffect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
cm
.
filter0
(
c
)
function
cm
.
filter0
(
c
)
return
c
:
IsAbleToRemove
()
and
c
:
IsLocation
(
LOCATION_MZONE
)
return
c
:
IsAbleToRemove
()
end
end
function
cm
.
filter1
(
c
,
e
)
function
cm
.
filter1
(
c
,
e
)
return
c
:
IsAbleToRemove
()
and
not
c
:
IsImmuneToEffect
(
e
)
return
c
:
IsAbleToRemove
()
and
not
c
:
IsImmuneToEffect
(
e
)
...
...
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