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
c6b9e2cf
Commit
c6b9e2cf
authored
Oct 31, 2025
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
d2a6f4c1
Pipeline
#41359
passed with stages
in 2 minutes and 55 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
script/c100250063.lua
script/c100250063.lua
+4
-2
script/c100250066.lua
script/c100250066.lua
+1
-2
No files found.
script/c100250063.lua
View file @
c6b9e2cf
...
@@ -106,8 +106,10 @@ function s.FShaddollFilter3(c)
...
@@ -106,8 +106,10 @@ function s.FShaddollFilter3(c)
return
c
:
IsFusionAttribute
(
ATTRIBUTE_EARTH
)
return
c
:
IsFusionAttribute
(
ATTRIBUTE_EARTH
)
end
end
function
s
.
FShaddollSpFilter1
(
c
,
fc
,
tp
,
mg
,
exg
,
chkf
)
function
s
.
FShaddollSpFilter1
(
c
,
fc
,
tp
,
mg
,
exg
,
chkf
)
local
emg
=
mg
local
emg
=
mg
:
Clone
()
emg
:
Merge
(
exg
)
if
exg
then
emg
:
Merge
(
exg
)
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
)
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
))
end
end
...
...
script/c100250066.lua
View file @
c6b9e2cf
...
@@ -33,8 +33,7 @@ function s.thfilter(c)
...
@@ -33,8 +33,7 @@ function s.thfilter(c)
return
c
:
IsSetCard
(
0x9d
)
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0x9d
)
and
c
:
IsAbleToHand
()
end
end
function
s
.
gcheck
(
g
,
c
)
function
s
.
gcheck
(
g
,
c
)
local
mg
=
Group
.
FromCards
()
local
mg
=
g
:
Clone
()
mg
:
Merge
(
g
)
mg
:
AddCard
(
c
)
mg
:
AddCard
(
c
)
return
mg
:
FilterCount
(
Card
.
IsType
,
nil
,
TYPE_MONSTER
)
==
1
return
mg
:
FilterCount
(
Card
.
IsType
,
nil
,
TYPE_MONSTER
)
==
1
and
mg
:
FilterCount
(
Card
.
IsType
,
nil
,
TYPE_SPELL
)
==
1
and
mg
:
FilterCount
(
Card
.
IsType
,
nil
,
TYPE_SPELL
)
==
1
...
...
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