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
07031d93
Commit
07031d93
authored
Jan 15, 2024
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024/1/15 bug修复
parent
74234bcc
Pipeline
#24920
passed with stages
in 17 minutes
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
script/c120196023.lua
script/c120196023.lua
+1
-1
script/c120214001.lua
script/c120214001.lua
+2
-1
script/c120223102.lua
script/c120223102.lua
+2
-1
No files found.
script/c120196023.lua
View file @
07031d93
...
...
@@ -11,7 +11,7 @@ function cm.initial_effect(c)
end
--Multi-Choose Effect
function
cm
.
costfilter
(
c
)
return
not
c
:
IsCode
(
list
[
3
])
and
c
:
IsAbleToGrave
()
return
not
c
:
IsCode
(
list
[
3
])
and
c
:
IsAbleToGrave
AsCost
()
end
cm
.
cost
=
RD
.
CostSendHandToGrave
(
cm
.
costfilter
,
1
,
1
)
--Special Summon
...
...
script/c120214001.lua
View file @
07031d93
...
...
@@ -2,7 +2,7 @@ local m=120214001
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"漆黑的战士 狼人"
function
cm
.
initial_effect
(
c
)
--
act l
imit
--
Act L
imit
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_CANNOT_ACTIVATE
)
...
...
@@ -15,6 +15,7 @@ function cm.initial_effect(c)
--Continuous Effect
RD
.
AddContinuousEffect
(
c
,
e1
)
end
--Act Limit
function
cm
.
condition
(
e
)
local
ph
=
Duel
.
GetCurrentPhase
()
return
ph
>=
PHASE_BATTLE_START
and
ph
<=
PHASE_BATTLE
...
...
script/c120223102.lua
View file @
07031d93
...
...
@@ -2,7 +2,7 @@ local m=120223102
local
cm
=
_G
[
"c"
..
m
]
cm
.
name
=
"幻影之龙"
function
cm
.
initial_effect
(
c
)
--
act l
imit
--
Act L
imit
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_CANNOT_ACTIVATE
)
...
...
@@ -15,6 +15,7 @@ function cm.initial_effect(c)
--Continuous Effect
RD
.
AddContinuousEffect
(
c
,
e1
)
end
--Act Limit
function
cm
.
condition
(
e
)
local
ph
=
Duel
.
GetCurrentPhase
()
return
ph
>=
PHASE_BATTLE_START
and
ph
<=
PHASE_BATTLE
...
...
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