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
1
Merge Requests
1
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
b925effc
Commit
b925effc
authored
Feb 05, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix W:Pファンシーボール
parent
1c3ee4c6
Pipeline
#42869
passed with stages
in 3 minutes and 6 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
etc.cdb
etc.cdb
+0
-0
pack/etc.ydk
pack/etc.ydk
+2
-1
script/c100201001.lua
script/c100201001.lua
+3
-4
No files found.
etc.cdb
View file @
b925effc
No preview for this file type
pack/etc.ydk
View file @
b925effc
...
@@ -3,4 +3,5 @@
...
@@ -3,4 +3,5 @@
100254202
100254202
100228003
100228003
100238401
100238401
100200283
100200283
\ No newline at end of file
100201001
\ No newline at end of file
script/c100201001.lua
View file @
b925effc
...
@@ -66,13 +66,12 @@ function s.distg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -66,13 +66,12 @@ function s.distg(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
end
end
function
s
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
NegateEffect
(
ev
)
and
re
:
GetHandler
():
IsRelateTo
Effect
(
re
)
then
if
Duel
.
NegateEffect
(
ev
)
and
re
:
GetHandler
():
IsRelateTo
Chain
(
ev
)
then
Duel
.
Remove
(
eg
,
POS_FACEUP
,
REASON_EFFECT
)
Duel
.
Remove
(
eg
,
POS_FACEUP
,
REASON_EFFECT
)
end
end
end
end
function
s
.
lkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
lkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetTurnPlayer
()
~=
tp
return
Duel
.
GetTurnPlayer
()
~=
tp
and
Duel
.
IsMainPhase
()
and
(
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN1
or
Duel
.
GetCurrentPhase
()
==
PHASE_MAIN2
)
end
end
function
s
.
lkfilter
(
c
)
function
s
.
lkfilter
(
c
)
return
c
:
IsLinkSummonable
(
nil
)
return
c
:
IsLinkSummonable
(
nil
)
...
@@ -101,7 +100,7 @@ function s.lktg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -101,7 +100,7 @@ function s.lktg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetChainLimit
(
s
.
chainlm
)
Duel
.
SetChainLimit
(
s
.
chainlm
)
end
end
function
s
.
chainlm
(
e
,
rp
,
tp
)
function
s
.
chainlm
(
e
,
rp
,
tp
)
return
not
e
:
GetHandler
():
Is
Type
(
TYPE_MONSTER
)
return
not
e
:
GetHandler
():
Is
AllTypes
(
TYPE_LINK
+
TYPE_MONSTER
)
end
end
function
s
.
lkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
lkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
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