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
42faed84
Commit
42faed84
authored
Dec 13, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
7
parent
5aca5fe2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c52700592.lua
expansions/script/c52700592.lua
+1
-1
expansions/script/c52700625.lua
expansions/script/c52700625.lua
+2
-1
expansions/script/c52700631.lua
expansions/script/c52700631.lua
+4
-2
No files found.
expansions/FiNALE.cdb
View file @
42faed84
No preview for this file type
expansions/script/c52700592.lua
View file @
42faed84
...
@@ -52,7 +52,7 @@ end
...
@@ -52,7 +52,7 @@ end
function
s
.
specialsum
(
c
)
function
s
.
specialsum
(
c
)
--special summon
--special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
56308388
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetRange
(
LOCATION_HAND
)
...
...
expansions/script/c52700625.lua
View file @
42faed84
...
@@ -12,7 +12,7 @@ end
...
@@ -12,7 +12,7 @@ end
function
s
.
xmat
(
c
)
function
s
.
xmat
(
c
)
--destroy
--destroy
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
90448279
,
2
))
e3
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetRange
(
LOCATION_SZONE
)
e3
:
SetRange
(
LOCATION_SZONE
)
...
@@ -56,6 +56,7 @@ end
...
@@ -56,6 +56,7 @@ end
function
s
.
again
(
c
)
function
s
.
again
(
c
)
--
--
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetCategory
(
CATEGORY_DRAW
)
e2
:
SetCategory
(
CATEGORY_DRAW
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetRange
(
LOCATION_SZONE
)
...
...
expansions/script/c52700631.lua
View file @
42faed84
...
@@ -10,6 +10,7 @@ end
...
@@ -10,6 +10,7 @@ end
function
s
.
remove
(
c
)
function
s
.
remove
(
c
)
--to hand
--to hand
local
e5
=
Effect
.
CreateEffect
(
c
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e5
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e5
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e5
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e5
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e5
:
SetCode
(
EVENT_FREE_CHAIN
)
e5
:
SetCode
(
EVENT_FREE_CHAIN
)
...
@@ -83,9 +84,9 @@ function s.ovop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -83,9 +84,9 @@ function s.ovop(e,tp,eg,ep,ev,re,r,rp)
local
sc2
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
xyzfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
g
):
GetFirst
()
local
sc2
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
xyzfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
g
):
GetFirst
()
for
gc
in
aux
.
Next
(
g
)
do
for
gc
in
aux
.
Next
(
g
)
do
local
og2
=
gc
:
GetOverlayGroup
()
local
og2
=
gc
:
GetOverlayGroup
()
if
og2
:
GetCount
()
>
0
then
bg
:
Merge
(
og2
)
end
if
og2
:
GetCount
()
>
0
then
Duel
.
SendtoGrave
(
og2
,
REASON_RULE
)
end
tc
:
CancelToGrave
()
end
end
Duel
.
SendtoGrave
(
bg
,
REASON_RULE
)
Duel
.
Overlay
(
sc2
,
tc
)
Duel
.
Overlay
(
sc2
,
tc
)
end
end
end
end
...
@@ -98,6 +99,7 @@ end
...
@@ -98,6 +99,7 @@ end
function
s
.
search
(
c
)
function
s
.
search
(
c
)
--to hand
--to hand
local
e5
=
Effect
.
CreateEffect
(
c
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e5
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e5
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e5
:
SetType
(
EFFECT_TYPE_IGNITION
)
e5
:
SetType
(
EFFECT_TYPE_IGNITION
)
e5
:
SetRange
(
LOCATION_MZONE
)
e5
:
SetRange
(
LOCATION_MZONE
)
...
...
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