Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-rush-duel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
5
Issues
5
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
ygopro-rush-duel
Commits
b3ee2a0a
Commit
b3ee2a0a
authored
Oct 23, 2023
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2023/10/23 融合相关调整
parent
a8abdc82
Pipeline
#23821
passed with stages
in 7 minutes and 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
script/c120244054.lua
script/c120244054.lua
+1
-1
script/c120253057.lua
script/c120253057.lua
+1
-1
No files found.
script/c120244054.lua
View file @
b3ee2a0a
...
...
@@ -19,5 +19,5 @@ function cm.exfilter(c)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanBeFusionMaterial
()
and
c
:
IsAbleToDeck
()
end
function
cm
.
matcheck
(
tp
,
sg
,
fc
)
return
sg
:
IsExists
(
Card
.
IsCode
,
1
,
nil
,
list
[
1
])
return
sg
:
IsExists
(
Card
.
Is
Fusion
Code
,
1
,
nil
,
list
[
1
])
end
\ No newline at end of file
script/c120253057.lua
View file @
b3ee2a0a
...
...
@@ -13,7 +13,7 @@ function cm.initial_effect(c)
end
--Activate
function
cm
.
matfilter
(
c
)
return
c
:
Is
LinkCode
(
list
[
1
])
or
c
:
IsLinkCode
(
list
[
2
])
or
c
:
IsCode
(
list
[
3
])
return
c
:
Is
FusionCode
(
list
[
1
],
list
[
2
],
list
[
3
])
end
function
cm
.
matcheck
(
tp
,
sg
,
fc
)
return
sg
:
IsExists
(
cm
.
matfilter
,
1
,
nil
)
and
sg
:
GetCount
()
==
2
...
...
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