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
792af0a8
Commit
792af0a8
authored
Mar 15, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix スカーレッド・ノヴァ・ドラゴン-バーニング・ソウル
parent
a7a15621
Pipeline
#43768
passed with stages
in 4 minutes and 35 seconds
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
19 deletions
+21
-19
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
pack/2026-03-20 LOCR.ydk
pack/2026-03-20 LOCR.ydk
+1
-0
pics/100257008.jpg
pics/100257008.jpg
+0
-0
script/c100257008.lua
script/c100257008.lua
+19
-18
No files found.
.gitlab-ci.yml
View file @
792af0a8
...
@@ -132,7 +132,7 @@ add_script_diff:
...
@@ -132,7 +132,7 @@ add_script_diff:
FIELDS
:
'
name,desc,overallString,picUrl'
FIELDS
:
'
name,desc,overallString,picUrl'
GIT_DEPTH
:
'
1000'
GIT_DEPTH
:
'
1000'
OUTPUT_FILENAME
:
test-release.json
OUTPUT_FILENAME
:
test-release.json
REF_COMMIT
:
'
22.2
0
'
# 更新的时候改这里,修改成上一个tag的版本号
REF_COMMIT
:
'
22.2
1
'
# 更新的时候改这里,修改成上一个tag的版本号
script
:
script
:
-
apt update;apt -y install wget
-
apt update;apt -y install wget
-
currentPath=$PWD
-
currentPath=$PWD
...
...
pack/2026-03-20 LOCR.ydk
View file @
792af0a8
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
100257004
100257004
100257006
100257006
100257007
100257007
100257008
100257009
100257009
100257010
100257010
100257011
100257011
...
...
pics/100257008.jpg
0 → 100644
View file @
792af0a8
120 KB
script/c100257008.lua
View file @
792af0a8
--スカーレッド・ノヴァ・ドラゴン
-
バーニング・ソウル
--スカーレッド・ノヴァ・ドラゴン
-
バーニング・ソウル
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
70902743
)
aux
.
AddCodeList
(
c
,
70902743
)
...
@@ -65,8 +65,9 @@ function s.regop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -65,8 +65,9 @@ function s.regop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
end
end
function
s
.
cfilter
(
c
)
function
s
.
cfilter
(
c
,
tp
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCode
(
70902743
)
or
c
:
IsType
(
TYPE_TUNER
)
and
c
:
IsAbleToRemoveAsCost
()
return
(
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCode
(
70902743
)
or
c
:
IsType
(
TYPE_TUNER
))
and
c
:
IsAbleToRemoveAsCost
()
and
c
:
IsAbleToRemove
(
tp
,
POS_FACEUP
,
REASON_SPSUMMON
)
end
end
function
s
.
cfilter2
(
c
,
g
)
function
s
.
cfilter2
(
c
,
g
)
return
c
:
IsCode
(
70902743
)
and
g
:
IsExists
(
Card
.
IsType
,
2
,
c
,
TYPE_TUNER
)
return
c
:
IsCode
(
70902743
)
and
g
:
IsExists
(
Card
.
IsType
,
2
,
c
,
TYPE_TUNER
)
...
@@ -77,13 +78,13 @@ end
...
@@ -77,13 +78,13 @@ end
function
s
.
spcon
(
e
,
c
)
function
s
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
local
fg
=
Duel
.
GetMatchingGroup
(
s
.
cfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
local
fg
=
Duel
.
GetMatchingGroup
(
s
.
cfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
,
tp
)
return
fg
:
CheckSubGroup
(
s
.
fselect
,
3
,
3
)
return
fg
:
CheckSubGroup
(
s
.
fselect
,
3
,
3
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
>
0
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
>
0
end
end
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
c
)
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
c
)
local
cp
=
c
:
GetControler
()
local
cp
=
c
:
GetControler
()
local
g
=
Duel
.
GetMatchingGroup
(
s
.
cfilter
,
cp
,
LOCATION_GRAVE
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
s
.
cfilter
,
cp
,
LOCATION_GRAVE
,
0
,
nil
,
cp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
cp
,
HINTMSG_REMOVE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
cp
,
HINTMSG_REMOVE
)
local
sg
=
g
:
SelectSubGroup
(
cp
,
s
.
fselect
,
true
,
3
,
3
)
local
sg
=
g
:
SelectSubGroup
(
cp
,
s
.
fselect
,
true
,
3
,
3
)
if
sg
then
if
sg
then
...
@@ -95,7 +96,7 @@ end
...
@@ -95,7 +96,7 @@ end
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
local
sg
=
e
:
GetLabelObject
()
local
sg
=
e
:
GetLabelObject
()
c
:
SetMaterial
(
sg
)
c
:
SetMaterial
(
sg
)
Duel
.
Remove
(
sg
,
POS_FACEUP
,
REASON_
COST
)
Duel
.
Remove
(
sg
,
POS_FACEUP
,
REASON_
SPSUMMON
)
end
end
function
s
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetFlagEffect
(
tp
,
id
)
>
0
return
Duel
.
GetFlagEffect
(
tp
,
id
)
>
0
...
@@ -122,11 +123,10 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -122,11 +123,10 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
s
.
thfilter
),
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
s
.
thfilter
),
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
HintSelection
(
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
if
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
>
0
end
and
g
:
IsExists
(
Card
.
IsLocation
,
1
,
nil
,
LOCATION_HAND
)
if
c
:
IsRelateToChain
()
and
c
:
IsFaceup
()
then
and
c
:
IsRelateToChain
()
and
c
:
IsFaceup
()
then
Duel
.
BreakEffect
()
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
e1
:
SetCode
(
EFFECT_UPDATE_ATTACK
)
...
@@ -134,4 +134,5 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -134,4 +134,5 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_DISABLE
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_DISABLE
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
end
end
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