Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
MyCard
pre-release-database-cdb
Commits
4b358ce1
Commit
4b358ce1
authored
Jan 08, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
fe878da8
Pipeline
#32435
passed with stages
in 2 minutes and 21 seconds
Changes
13
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
15 additions
and
11 deletions
+15
-11
ALIN.cdb
ALIN.cdb
+0
-0
pack/2025-01-25 ALIN.ydk
pack/2025-01-25 ALIN.ydk
+2
-0
pics/101208021.jpg
pics/101208021.jpg
+0
-0
pics/101208063.jpg
pics/101208063.jpg
+0
-0
script/c101208013.lua
script/c101208013.lua
+1
-1
script/c101208014.lua
script/c101208014.lua
+1
-1
script/c101208015.lua
script/c101208015.lua
+1
-1
script/c101208016.lua
script/c101208016.lua
+1
-1
script/c101208017.lua
script/c101208017.lua
+1
-1
script/c101208021.lua
script/c101208021.lua
+1
-1
script/c101208059.lua
script/c101208059.lua
+1
-1
script/c101208060.lua
script/c101208060.lua
+1
-1
script/c101208063.lua
script/c101208063.lua
+5
-3
No files found.
ALIN.cdb
View file @
4b358ce1
No preview for this file type
pack/2025-01-25 ALIN.ydk
View file @
4b358ce1
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
101208018
101208018
101208019
101208019
101208020
101208020
101208021
101208026
101208026
101208027
101208027
101208028
101208028
...
@@ -46,6 +47,7 @@
...
@@ -46,6 +47,7 @@
101208060
101208060
101208061
101208061
101208062
101208062
101208063
101208065
101208065
101208066
101208066
101208208
101208208
...
...
pics/101208021.jpg
0 → 100644
View file @
4b358ce1
116 KB
pics/101208063.jpg
0 → 100644
View file @
4b358ce1
103 KB
script/c101208013.lua
View file @
4b358ce1
script/c101208014.lua
View file @
4b358ce1
script/c101208015.lua
View file @
4b358ce1
script/c101208016.lua
View file @
4b358ce1
script/c101208017.lua
View file @
4b358ce1
script/c101208021.lua
View file @
4b358ce1
script/c101208059.lua
View file @
4b358ce1
script/c101208060.lua
View file @
4b358ce1
script/c101208063.lua
View file @
4b358ce1
...
@@ -10,6 +10,7 @@ function s.initial_effect(c)
...
@@ -10,6 +10,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--xyz summon
--xyz summon
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_FZONE
)
e2
:
SetRange
(
LOCATION_FZONE
)
...
@@ -20,7 +21,7 @@ function s.initial_effect(c)
...
@@ -20,7 +21,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
--add overlay
--add overlay
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e3
:
SetDescription
(
aux
.
Stringid
(
id
,
2
))
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e3
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
...
@@ -53,6 +54,7 @@ function s.filter2(c,e,tp,mc)
...
@@ -53,6 +54,7 @@ function s.filter2(c,e,tp,mc)
end
end
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
filter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
e
,
tp
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
filter1
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
e
,
tp
)
end
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
e
:
GetDescription
())
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_EXTRA
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_EXTRA
)
end
end
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
@@ -96,7 +98,7 @@ end
...
@@ -96,7 +98,7 @@ end
function
s
.
ovtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
ovtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
matfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
matfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
and
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_DECK
,
0
)
>
0
end
and
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_DECK
,
0
)
>
0
end
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
aux
.
Stringid
(
id
,
1
))
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
e
:
GetDescription
(
))
end
end
function
s
.
ovop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
ovop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
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