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
5ab60cdc
Commit
5ab60cdc
authored
Jan 12, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix サイバース・コード・マジシャン
parent
7682b99d
Pipeline
#42550
canceled with stages
in 4 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
29 additions
and
17 deletions
+29
-17
LOCH.cdb
LOCH.cdb
+0
-0
script/c100256011.lua
script/c100256011.lua
+3
-3
script/c100256014.lua
script/c100256014.lua
+2
-2
script/c100256017.lua
script/c100256017.lua
+23
-11
test-strings.conf
test-strings.conf
+1
-1
No files found.
LOCH.cdb
View file @
5ab60cdc
No preview for this file type
script/c100256011.lua
View file @
5ab60cdc
--ガガガマジシャン
ー
ガガガマジック
--ガガガマジシャン
-
ガガガマジック
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
--summon
--s
ps
ummon
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_GRAVE_SPSUMMON
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_GRAVE_SPSUMMON
)
...
@@ -98,4 +98,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -98,4 +98,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
end
end
end
end
\ No newline at end of file
script/c100256014.lua
View file @
5ab60cdc
--星読みの魔術師
ーホロスコープ•
マジシャン
--星読みの魔術師
-ホロスコープ・
マジシャン
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
--pendulum summon
--pendulum summon
...
@@ -126,4 +126,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -126,4 +126,4 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
end
end
end
end
\ No newline at end of file
script/c100256017.lua
View file @
5ab60cdc
--サイバース
•コード•
マジシャン
--サイバース
・コード・
マジシャン
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
34767865
)
aux
.
AddCodeList
(
c
,
34767865
)
...
@@ -36,21 +36,32 @@ function s.matval(e,lc,mg,c,tp)
...
@@ -36,21 +36,32 @@ function s.matval(e,lc,mg,c,tp)
return
true
,
not
mg
or
mg
:
IsExists
(
s
.
mfilter
,
1
,
nil
,
tp
)
and
not
mg
:
IsExists
(
s
.
exmfilter
,
1
,
nil
)
return
true
,
not
mg
or
mg
:
IsExists
(
s
.
mfilter
,
1
,
nil
,
tp
)
and
not
mg
:
IsExists
(
s
.
exmfilter
,
1
,
nil
)
end
end
function
s
.
tgcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
tgcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsPreviousLocation
(
LOCATION_HAND
+
LOCATION_ONFIELD
)
local
c
=
e
:
GetHandler
()
e
:
SetLabel
(
0
)
if
c
:
IsLocation
(
LOCATION_GRAVE
)
and
c
:
IsPreviousLocation
(
LOCATION_ONFIELD
+
LOCATION_HAND
)
then
if
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
c
:
IsSummonType
(
SUMMON_TYPE_RITUAL
)
then
e
:
SetLabel
(
1
)
c
:
RegisterFlagEffect
(
0
,
RESET_CHAIN
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
id
,
2
))
end
return
true
else
return
false
end
end
end
function
s
.
tgfilter
(
c
,
e
,
tp
,
el
)
function
s
.
tgfilter
(
c
,
e
,
tp
,
lab
el
)
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
return
c
:
IsRace
(
RACE_CYBERSE
)
and
(
c
:
IsAbleToGrave
()
return
c
:
IsRace
(
RACE_CYBERSE
)
and
(
c
:
IsAbleToGrave
()
or
el
==
10
0
and
ft
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
))
or
label
>
0
and
ft
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
))
end
end
function
s
.
tgtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
tgtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
c
:
IsSummonType
(
SUMMON_TYPE_RITUAL
)
then
local
label
=
e
:
GetLabel
()
e
:
SetLabel
(
100
)
if
label
>
0
then
e
:
SetCategory
(
CATEGORY_TOGRAVE
+
CATEGORY_SPECIAL_SUMMON
)
else
else
e
:
Set
Label
(
0
)
e
:
Set
Category
(
CATEGORY_TOGRAVE
)
end
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
tgfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
,
e
:
GetLabel
()
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
tgfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
,
label
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOGRAVE
,
nil
,
1
,
tp
,
LOCATION_DECK
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOGRAVE
,
nil
,
1
,
tp
,
LOCATION_DECK
)
end
end
function
s
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
@@ -59,9 +70,10 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -59,9 +70,10 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
tc
=
g
:
GetFirst
()
local
tc
=
g
:
GetFirst
()
if
tc
then
if
tc
then
if
tc
:
IsAbleToGrave
()
and
(
not
tc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
or
ft
<=
0
or
Duel
.
SelectOption
(
tp
,
1191
,
1152
)
==
0
)
then
local
spchk
=
e
:
GetLabel
()
>
0
and
ft
>
0
and
tc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
if
tc
:
IsAbleToGrave
()
and
(
not
spchk
or
Duel
.
SelectOption
(
tp
,
1191
,
1152
)
==
0
)
then
Duel
.
SendtoGrave
(
tc
,
REASON_EFFECT
)
Duel
.
SendtoGrave
(
tc
,
REASON_EFFECT
)
else
else
if
spchk
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
end
end
...
@@ -76,4 +88,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -76,4 +88,4 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
splimit
(
e
,
c
)
function
s
.
splimit
(
e
,
c
)
return
not
c
:
IsRace
(
RACE_CYBERSE
)
return
not
c
:
IsRace
(
RACE_CYBERSE
)
end
end
\ No newline at end of file
test-strings.conf
View file @
5ab60cdc
#The first line is used for comment
#The first line is used for comment
!
setname
0
x206f
英豪冠军
!
setname
0
x2db
妖精传姬
!
setname
0
x2db
妖精传姬
!
setname
0
x2dc
道化之一座
!
setname
0
x2dc
道化之一座
!
setname
206
f
英豪冠军
!
counter
0
x73
T
指示物
!
counter
0
x73
T
指示物
\ No newline at end of file
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