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
e6f7d15a
Commit
e6f7d15a
authored
Jan 16, 2024
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024/1/16 上级召唤封锁BUG修复
parent
2a457289
Pipeline
#24942
passed with stages
in 16 minutes and 58 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
script/c120120029.lua
script/c120120029.lua
+1
-1
script/c120170019.lua
script/c120170019.lua
+1
-1
script/c120170045.lua
script/c120170045.lua
+1
-1
script/c120239036.lua
script/c120239036.lua
+1
-1
script/c120246043.lua
script/c120246043.lua
+1
-1
No files found.
script/c120120029.lua
View file @
e6f7d15a
...
...
@@ -51,5 +51,5 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
function
cm
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
return
c
:
IsLevelAbove
(
7
)
and
sumtype
==
SUMMON_TYPE_ADVANCE
return
c
:
IsLevelAbove
(
7
)
and
sumtype
&
SUMMON_TYPE_ADVANCE
==
SUMMON_TYPE_ADVANCE
end
\ No newline at end of file
script/c120170019.lua
View file @
e6f7d15a
...
...
@@ -40,5 +40,5 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
end
)
end
function
cm
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
return
c
:
IsDefenseAbove
(
1500
)
and
sumtype
==
SUMMON_TYPE_ADVANCE
return
c
:
IsDefenseAbove
(
1500
)
and
sumtype
&
SUMMON_TYPE_ADVANCE
==
SUMMON_TYPE_ADVANCE
end
\ No newline at end of file
script/c120170045.lua
View file @
e6f7d15a
...
...
@@ -30,5 +30,5 @@ function cm.initial_effect(c)
end
function
cm
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
return
c
:
IsLevel
(
5
,
6
)
and
sumtype
==
SUMMON_TYPE_ADVANCE
return
c
:
IsLevel
(
5
,
6
)
and
sumtype
&
SUMMON_TYPE_ADVANCE
==
SUMMON_TYPE_ADVANCE
end
\ No newline at end of file
script/c120239036.lua
View file @
e6f7d15a
...
...
@@ -65,5 +65,5 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
function
cm
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
return
c
:
IsLevelBelow
(
8
)
and
sumtype
==
SUMMON_TYPE_ADVANCE
return
c
:
IsLevelBelow
(
8
)
and
sumtype
&
SUMMON_TYPE_ADVANCE
==
SUMMON_TYPE_ADVANCE
end
\ No newline at end of file
script/c120246043.lua
View file @
e6f7d15a
...
...
@@ -51,5 +51,5 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
function
cm
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
return
c
:
IsLevelAbove
(
7
)
and
sumtype
==
SUMMON_TYPE_ADVANCE
return
c
:
IsLevelAbove
(
7
)
and
sumtype
&
SUMMON_TYPE_ADVANCE
==
SUMMON_TYPE_ADVANCE
end
\ No newline at end of file
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