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
89b7ef47
Commit
89b7ef47
authored
Jul 25, 2025
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
ace4c63e
Pipeline
#39503
passed with stages
in 2 minutes and 21 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
script/c101302027.lua
script/c101302027.lua
+1
-0
script/c101302048.lua
script/c101302048.lua
+1
-1
script/c101302072.lua
script/c101302072.lua
+1
-1
script/c101302080.lua
script/c101302080.lua
+0
-1
No files found.
script/c101302027.lua
View file @
89b7ef47
...
@@ -71,6 +71,7 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -71,6 +71,7 @@ function s.spop2(e,tp,eg,ep,ev,re,r,rp)
end
end
function
s
.
cfop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
ac
)
function
s
.
cfop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
ac
)
local
g
=
Duel
.
GetMatchingGroup
(
s
.
cfilter2
,
tp
,
LOCATION_HAND
,
0
,
nil
,
ac
)
local
g
=
Duel
.
GetMatchingGroup
(
s
.
cfilter2
,
tp
,
LOCATION_HAND
,
0
,
nil
,
ac
)
if
not
ac
:
IsLocation
(
LOCATION_MZONE
)
then
return
end
if
g
:
GetCount
()
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
1
))
then
if
g
:
GetCount
()
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
1
))
then
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONFIRM
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONFIRM
)
...
...
script/c101302048.lua
View file @
89b7ef47
--漆梏の喰
獸
ケルゼブス
--漆梏の喰
獣
ケルゼブス
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
...
...
script/c101302072.lua
View file @
89b7ef47
--黙歯
錄
--黙歯
録
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
c
:
EnableCounterPermit
(
0x70
)
c
:
EnableCounterPermit
(
0x70
)
...
...
script/c101302080.lua
View file @
89b7ef47
...
@@ -48,7 +48,6 @@ function s.initial_effect(c)
...
@@ -48,7 +48,6 @@ function s.initial_effect(c)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e5
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e5
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e5
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e5
:
SetCode
(
EVENT_TO_GRAVE
)
e5
:
SetCode
(
EVENT_TO_GRAVE
)
e5
:
SetCountLimit
(
1
,
id
+
o
)
e5
:
SetCondition
(
s
.
tgcon
)
e5
:
SetCondition
(
s
.
tgcon
)
e5
:
SetTarget
(
s
.
tgtg
)
e5
:
SetTarget
(
s
.
tgtg
)
e5
:
SetOperation
(
s
.
tgop
)
e5
:
SetOperation
(
s
.
tgop
)
...
...
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