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
8e2de4c1
Commit
8e2de4c1
authored
Sep 25, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
a187eb07
Pipeline
#29970
passed with stages
in 35 minutes and 53 seconds
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
14 additions
and
14 deletions
+14
-14
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/pics/65700025.jpg
expansions/pics/65700025.jpg
+0
-0
expansions/pics/65700028.jpg
expansions/pics/65700028.jpg
+0
-0
expansions/script/c10983001.lua
expansions/script/c10983001.lua
+3
-3
expansions/script/c10983005.lua
expansions/script/c10983005.lua
+2
-2
expansions/script/c10983006.lua
expansions/script/c10983006.lua
+3
-3
expansions/script/c16400248.lua
expansions/script/c16400248.lua
+2
-2
expansions/script/c65700000.lua
expansions/script/c65700000.lua
+2
-2
expansions/script/c65700060.lua
expansions/script/c65700060.lua
+2
-2
No files found.
expansions/FiNALE.cdb
View file @
8e2de4c1
No preview for this file type
expansions/pics/65700025.jpg
View replaced file @
a187eb07
View file @
8e2de4c1
15.1 KB
|
W:
|
H:
15.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/pics/65700028.jpg
View replaced file @
a187eb07
View file @
8e2de4c1
13.6 KB
|
W:
|
H:
13.7 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c10983001.lua
View file @
8e2de4c1
...
...
@@ -49,13 +49,13 @@ function cm.tkcon(e,tp,eg,ep,ev,re,r,rp)
end
function
cm
.
tktg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
10983
9
99
,
0
,
TYPES_TOKEN_MONSTER
,
1500
,
1500
,
5
,
RACE_FIEND
,
ATTRIBUTE_FIRE
)
end
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
10983
0
99
,
0
,
TYPES_TOKEN_MONSTER
,
1500
,
1500
,
5
,
RACE_FIEND
,
ATTRIBUTE_FIRE
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOKEN
,
nil
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
0
,
0
)
end
function
cm
.
tkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
or
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
10983
9
99
,
0
,
TYPES_TOKEN_MONSTER
,
1500
,
1500
,
5
,
RACE_FIEND
,
ATTRIBUTE_FIRE
)
then
return
end
local
token
=
Duel
.
CreateToken
(
tp
,
10983
9
99
)
or
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
10983
0
99
,
0
,
TYPES_TOKEN_MONSTER
,
1500
,
1500
,
5
,
RACE_FIEND
,
ATTRIBUTE_FIRE
)
then
return
end
local
token
=
Duel
.
CreateToken
(
tp
,
10983
0
99
)
Duel
.
SpecialSummon
(
token
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
expansions/script/c10983005.lua
View file @
8e2de4c1
...
...
@@ -59,10 +59,10 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
~=
0
then
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
if
ft
>
0
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
10983
9
99
,
0
,
TYPES_TOKEN_MONSTER
,
1500
,
1500
,
5
,
RACE_FIEND
,
ATTRIBUTE_FIRE
)
if
ft
>
0
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
10983
0
99
,
0
,
TYPES_TOKEN_MONSTER
,
1500
,
1500
,
5
,
RACE_FIEND
,
ATTRIBUTE_FIRE
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
Duel
.
BreakEffect
()
local
token
=
Duel
.
CreateToken
(
tp
,
10983
9
99
)
local
token
=
Duel
.
CreateToken
(
tp
,
10983
0
99
)
Duel
.
SpecialSummonStep
(
token
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
...
...
expansions/script/c10983006.lua
View file @
8e2de4c1
...
...
@@ -56,13 +56,13 @@ function cm.tkcost(e,tp,eg,ep,ev,re,r,rp,chk)
end
function
cm
.
tktg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
IsCostChecked
()
or
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
10983
9
99
,
0
,
TYPES_TOKEN_MONSTER
,
1500
,
1500
,
5
,
RACE_FIEND
,
ATTRIBUTE_FIRE
)
end
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
10983
0
99
,
0
,
TYPES_TOKEN_MONSTER
,
1500
,
1500
,
5
,
RACE_FIEND
,
ATTRIBUTE_FIRE
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOKEN
,
nil
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
0
,
0
)
end
function
cm
.
tkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
or
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
10983
9
99
,
0
,
TYPES_TOKEN_MONSTER
,
1500
,
1500
,
5
,
RACE_FIEND
,
ATTRIBUTE_FIRE
)
then
return
end
local
tk
=
Duel
.
CreateToken
(
tp
,
10983
9
99
)
or
not
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
10983
0
99
,
0
,
TYPES_TOKEN_MONSTER
,
1500
,
1500
,
5
,
RACE_FIEND
,
ATTRIBUTE_FIRE
)
then
return
end
local
tk
=
Duel
.
CreateToken
(
tp
,
10983
0
99
)
Duel
.
SpecialSummon
(
tk
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
expansions/script/c16400248.lua
View file @
8e2de4c1
...
...
@@ -38,8 +38,8 @@ function c16400248.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
c16400248
.
thcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
tp
,
Card
.
IsSetCard
,
1
,
nil
,
0x
10ec
)
end
local
g
=
Duel
.
SelectReleaseGroup
(
tp
,
Card
.
IsSetCard
,
1
,
1
,
nil
,
0x
10ec
)
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
tp
,
Card
.
IsSetCard
,
1
,
nil
,
0x
ce2
)
end
local
g
=
Duel
.
SelectReleaseGroup
(
tp
,
Card
.
IsSetCard
,
1
,
1
,
nil
,
0x
ce2
)
Duel
.
Release
(
g
,
REASON_COST
)
end
function
c16400248
.
thfilter
(
c
)
...
...
expansions/script/c65700000.lua
View file @
8e2de4c1
...
...
@@ -43,8 +43,8 @@ function cm.initial_effect(c)
end
function
cm
.
sfilter
(
c
,
e
,
tp
)
return
aux
.
IsCodeListed
(
c
,
65700005
)
and
(
Duel
.
GetMZoneCount
(
tp
,
nil
,
tp
)
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
true
,
false
,
POS_FACEDOWN_DEFENSE
))
or
(
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
c
:
IsSSetable
()
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
,
tp
)
>
0
)
return
aux
.
IsCodeListed
(
c
,
65700005
)
and
(
(
Duel
.
GetMZoneCount
(
tp
,
nil
,
tp
)
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
true
,
false
,
POS_FACEDOWN_DEFENSE
))
or
(
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
c
:
IsSSetable
()
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
,
tp
)
>
0
)
)
end
function
cm
.
settg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_GRAVE
)
and
chkc
:
IsControler
(
tp
)
and
cm
.
sfilter
(
chkc
)
end
...
...
expansions/script/c65700060.lua
View file @
8e2de4c1
...
...
@@ -38,11 +38,11 @@ function cm.activate2(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
g
:
GetFirst
()
if
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
m
,
nil
,
TYPES_EFFECT_TRAP_MONSTER
,
650
,
1850
,
1
,
RACE_FAIRY
,
ATTRIBUTE_DARK
)
then
c
:
AddMonsterAttribute
(
TYPE_EFFECT
)
if
not
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
then
return
end
if
not
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
then
return
end
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
ex
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
exfilter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
,
tc
:
GetCode
())
if
ex
:
GetCount
()
>
0
then
if
ex
and
ex
:
GetCount
()
>
0
then
local
sc
=
ex
:
GetFirst
()
sc
:
SetMaterial
(
Group
.
FromCards
(
c
))
Duel
.
Overlay
(
sc
,
Group
.
FromCards
(
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