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
b254e269
Commit
b254e269
authored
Oct 31, 2025
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
fcb7aca8
Pipeline
#41362
passed with stages
in 2 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
script/c100250063.lua
script/c100250063.lua
+5
-4
No files found.
script/c100250063.lua
View file @
b254e269
...
@@ -113,16 +113,17 @@ function s.FShaddollSpFilter1(c,fc,tp,mg,exg,chkf)
...
@@ -113,16 +113,17 @@ function s.FShaddollSpFilter1(c,fc,tp,mg,exg,chkf)
if
exg
then
if
exg
then
emg
:
Merge
(
exg
)
emg
:
Merge
(
exg
)
end
end
return
mg
:
CheckSubGroup
(
s
.
FShaddollgcheck
,
3
,
3
,
c
,
fc
,
tp
,
c
,
chkf
)
return
mg
:
CheckSubGroup
(
s
.
FShaddollgcheck
,
3
,
3
,
c
,
fc
,
tp
,
c
,
chkf
,
exg
)
or
(
exg
and
emg
:
CheckSubGroup
(
s
.
FShaddollgcheck
,
3
,
3
,
c
,
fc
,
tp
,
c
,
chkf
))
or
(
exg
and
emg
:
CheckSubGroup
(
s
.
FShaddollgcheck
,
3
,
3
,
c
,
fc
,
tp
,
c
,
chkf
,
exg
))
end
end
function
s
.
FShaddollgcheck
(
g
,
gc
,
fc
,
tp
,
c
,
chkf
,
gc
)
function
s
.
FShaddollgcheck
(
g
,
gc
,
fc
,
tp
,
c
,
chkf
,
exg
)
if
gc
and
not
g
:
IsContains
(
gc
)
then
return
false
end
if
gc
and
not
g
:
IsContains
(
gc
)
then
return
false
end
if
g
:
IsExists
(
aux
.
TuneMagicianCheckX
,
1
,
nil
,
g
,
EFFECT_TUNE_MAGICIAN_F
)
then
return
false
end
if
g
:
IsExists
(
aux
.
TuneMagicianCheckX
,
1
,
nil
,
g
,
EFFECT_TUNE_MAGICIAN_F
)
then
return
false
end
if
not
aux
.
MustMaterialCheck
(
g
,
tp
,
EFFECT_MUST_BE_FMATERIAL
)
then
return
false
end
if
not
aux
.
MustMaterialCheck
(
g
,
tp
,
EFFECT_MUST_BE_FMATERIAL
)
then
return
false
end
if
aux
.
FCheckAdditional
and
not
aux
.
FCheckAdditional
(
tp
,
g
,
fc
)
if
aux
.
FCheckAdditional
and
not
aux
.
FCheckAdditional
(
tp
,
g
,
fc
)
or
aux
.
FGoalCheckAdditional
and
not
aux
.
FGoalCheckAdditional
(
tp
,
g
,
fc
)
then
return
false
end
or
aux
.
FGoalCheckAdditional
and
not
aux
.
FGoalCheckAdditional
(
tp
,
g
,
fc
)
then
return
false
end
return
g
:
IsExists
(
s
.
FShaddollFilter1
,
1
,
nil
,
g
)
return
g
:
IsExists
(
s
.
FShaddollFilter1
,
1
,
nil
,
g
)
and
(
not
exg
or
not
g
:
IsExists
(
s
.
exfilter
,
2
,
nil
,
exg
))
and
(
chkf
==
PLAYER_NONE
or
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
fc
)
>
0
)
and
(
chkf
==
PLAYER_NONE
or
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
fc
)
>
0
)
end
end
function
s
.
FShaddollCondition
(
e
,
g
,
gc
,
chkf
)
function
s
.
FShaddollCondition
(
e
,
g
,
gc
,
chkf
)
...
@@ -157,7 +158,7 @@ function s.FShaddollOperation(e,tp,eg,ep,ev,re,r,rp,gc,chkf)
...
@@ -157,7 +158,7 @@ function s.FShaddollOperation(e,tp,eg,ep,ev,re,r,rp,gc,chkf)
if
exg
then
mg
:
Merge
(
exg
)
end
if
exg
then
mg
:
Merge
(
exg
)
end
if
gc
and
not
s
.
FShaddollSpFilter1
(
gc
,
c
,
tp
,
mg
,
exg
,
chkf
)
then
return
false
end
if
gc
and
not
s
.
FShaddollSpFilter1
(
gc
,
c
,
tp
,
mg
,
exg
,
chkf
)
then
return
false
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FMATERIAL
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FMATERIAL
)
local
g
=
mg
:
SelectSubGroup
(
tp
,
s
.
FShaddollgcheck
,
false
,
3
,
3
,
fc
,
tp
,
c
,
chkf
)
local
g
=
mg
:
SelectSubGroup
(
tp
,
s
.
FShaddollgcheck
,
false
,
3
,
3
,
fc
,
tp
,
c
,
chkf
,
exg
)
if
exg
and
g
:
IsExists
(
s
.
exfilter
,
1
,
nil
,
exg
)
then
if
exg
and
g
:
IsExists
(
s
.
exfilter
,
1
,
nil
,
exg
)
then
fc
:
RemoveCounter
(
tp
,
0x16
,
3
,
REASON_EFFECT
)
fc
:
RemoveCounter
(
tp
,
0x16
,
3
,
REASON_EFFECT
)
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