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
dd5999ea
Commit
dd5999ea
authored
Feb 11, 2025
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2025/2/11 bug修复
parent
88227077
Pipeline
#33102
passed with stages
in 9 minutes and 7 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
script/c120278006.lua
script/c120278006.lua
+1
-1
script/c120279002.lua
script/c120279002.lua
+1
-1
script/c120279003.lua
script/c120279003.lua
+1
-1
No files found.
script/c120278006.lua
View file @
dd5999ea
...
...
@@ -19,7 +19,7 @@ function cm.initial_effect(c)
end
--Summon Procedure
function
cm
.
sumfilter
(
c
,
e
,
tp
)
return
c
:
Is
Faceup
()
and
c
:
Is
Attribute
(
ATTRIBUTE_LIGHT
)
and
c
:
IsRace
(
RACE_MACHINE
)
return
c
:
IsAttribute
(
ATTRIBUTE_LIGHT
)
and
c
:
IsRace
(
RACE_MACHINE
)
end
--Change Code
function
cm
.
desfilter
(
c
)
...
...
script/c120279002.lua
View file @
dd5999ea
...
...
@@ -23,7 +23,7 @@ end
--Fusion Material
cm
.
unspecified_funsion
=
true
function
cm
.
matfilter1
(
c
,
fc
,
sub
)
return
c
:
IsLevel
(
4
)
and
(
c
:
IsFusionCode
(
code
)
or
(
sub
and
c
:
CheckFusionSubstitute
(
fc
)))
return
c
:
IsLevel
(
4
)
and
(
c
:
IsFusionCode
(
list
[
1
]
)
or
(
sub
and
c
:
CheckFusionSubstitute
(
fc
)))
end
function
cm
.
matfilter2
(
c
)
return
c
:
IsFusionType
(
TYPE_NORMAL
)
and
c
:
IsFusionAttribute
(
ATTRIBUTE_WIND
)
...
...
script/c120279003.lua
View file @
dd5999ea
local
m
=
120279003
local
list
=
{
120247005
,
1202
47002
}
local
list
=
{
120247005
,
1202
07007
}
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"鹰身女郎2·3"
function
cm
.
initial_effect
(
c
)
...
...
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