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
14
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
16 additions
and
12 deletions
+16
-12
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
script/c101208074.lua
script/c101208074.lua
+1
-1
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 @@
101208018
101208019
101208020
101208021
101208026
101208027
101208028
...
...
@@ -46,6 +47,7 @@
101208060
101208061
101208062
101208063
101208065
101208066
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
...
...
@@ -87,4 +87,4 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
end
end
\ No newline at end of file
end
script/c101208014.lua
View file @
4b358ce1
...
...
@@ -94,4 +94,4 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
end
end
\ No newline at end of file
end
script/c101208015.lua
View file @
4b358ce1
...
...
@@ -90,4 +90,4 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
end
end
\ No newline at end of file
end
script/c101208016.lua
View file @
4b358ce1
...
...
@@ -101,4 +101,4 @@ function s.thop2(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoHand
(
c
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
end
end
\ No newline at end of file
end
script/c101208017.lua
View file @
4b358ce1
...
...
@@ -82,4 +82,4 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
atkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsBattlePhase
()
end
\ No newline at end of file
end
script/c101208021.lua
View file @
4b358ce1
...
...
@@ -49,4 +49,4 @@ function s.matop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
BreakEffect
()
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
end
\ No newline at end of file
end
script/c101208059.lua
View file @
4b358ce1
...
...
@@ -61,4 +61,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
and
aux
.
NecroValleyFilter
()(
tc
)
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
script/c101208060.lua
View file @
4b358ce1
...
...
@@ -95,4 +95,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
\ No newline at end of file
end
script/c101208063.lua
View file @
4b358ce1
...
...
@@ -10,6 +10,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e1
)
--xyz summon
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e2
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_FZONE
)
...
...
@@ -20,7 +21,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e2
)
--add overlay
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
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
...
...
@@ -53,6 +54,7 @@ function s.filter2(c,e,tp,mc)
end
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
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
e
:
GetDescription
())
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_EXTRA
)
end
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
@@ -96,7 +98,7 @@ end
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
)
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
function
s
.
ovop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
@@ -112,4 +114,4 @@ function s.ovop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoGrave
(
g
,
REASON_RULE
)
end
end
end
\ No newline at end of file
end
script/c101208074.lua
View file @
4b358ce1
...
...
@@ -121,4 +121,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
local
sg
=
g
:
Filter
(
s
.
tcfilter
,
nil
,
fid
)
g
:
DeleteGroup
()
Duel
.
SendtoGrave
(
sg
,
REASON_EFFECT
)
end
\ No newline at end of file
end
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