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
721735ae
You need to sign in or sign up before continuing.
Commit
721735ae
authored
Aug 27, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix クロスロードランナー
parent
51a96cad
Pipeline
#40371
passed with stages
in 3 minutes and 59 seconds
Changes
5
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
SD48.cdb
SD48.cdb
+0
-0
pack/2025-09-06 SD48.ydk
pack/2025-09-06 SD48.ydk
+1
-0
pics/100244003.jpg
pics/100244003.jpg
+0
-0
script/c100244003.lua
script/c100244003.lua
+4
-4
No files found.
.gitlab-ci.yml
View file @
721735ae
...
...
@@ -91,7 +91,7 @@ add_script_diff:
FIELDS
:
'
name,desc,overallString,picUrl'
GIT_DEPTH
:
'
1000'
OUTPUT_FILENAME
:
test-release.json
REF_COMMIT
:
'
17.
1
'
# 更新的时候改这里,修改成上一个tag的版本号
REF_COMMIT
:
'
17.
2
'
# 更新的时候改这里,修改成上一个tag的版本号
script
:
-
apt update;apt -y install wget
-
currentPath=$PWD
...
...
SD48.cdb
View file @
721735ae
No preview for this file type
pack/2025-09-06 SD48.ydk
View file @
721735ae
#created by ygomobile
100244001
100244002
100244003
100244004
100244005
100244032
...
...
pics/100244003.jpg
0 → 100644
View file @
721735ae
93.2 KB
script/c100244003.lua
View file @
721735ae
--
--
クロスロードランナー
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
60800381
)
...
...
@@ -27,7 +27,7 @@ function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
e
:
GetHandler
(),
1
,
0
,
0
)
end
function
s
.
pcfilter
(
c
)
return
c
:
IsFaceup
()
and
(
c
:
IsCode
(
60800381
)
or
aux
.
IsCodeListed
(
c
,
60800381
))
return
c
:
IsFaceup
()
and
(
c
:
IsCode
(
60800381
)
or
c
:
IsType
(
TYPE_MONSTER
)
and
aux
.
IsCodeListed
(
c
,
60800381
))
end
function
s
.
posfilter
(
c
)
return
c
:
IsAttackPos
()
and
c
:
IsCanChangePosition
()
and
c
:
IsAttackAbove
(
1900
)
...
...
@@ -42,7 +42,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetValue
(
LOCATION_REMOVED
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_REDIRECT
)
c
:
RegisterEffect
(
e1
)
if
Duel
.
IsExistingMatchingCard
(
s
.
pcfilter
,
tp
,
LOCATION_
MZONE
,
0
,
1
,
c
)
if
Duel
.
IsExistingMatchingCard
(
s
.
pcfilter
,
tp
,
LOCATION_
ONFIELD
,
0
,
1
,
c
)
and
Duel
.
IsExistingMatchingCard
(
s
.
posfilter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
1
))
then
local
g
=
Duel
.
GetMatchingGroup
(
s
.
posfilter
,
tp
,
0
,
LOCATION_MZONE
,
nil
)
...
...
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