Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
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
HiiragiGuardians
ygopro-THC-cards
Commits
1ae1f81f
Commit
1ae1f81f
authored
Dec 15, 2021
by
oilloillo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c999518.lua
修复冲突的SetCountLimit Code
parent
cd442171
Pipeline
#7897
passed with stage
in 31 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
104 additions
and
104 deletions
+104
-104
script/c999518.lua
script/c999518.lua
+104
-104
No files found.
script/c999518.lua
View file @
1ae1f81f
...
@@ -23,7 +23,7 @@ function M.initial_effect(c)
...
@@ -23,7 +23,7 @@ function M.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_F
)
e2
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e2
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e2
:
SetCode
(
EVENT_TO_GRAVE
)
e2
:
SetCode
(
EVENT_TO_GRAVE
)
e2
:
SetCountLimit
(
1
,
Mid
+
EFFECT_COUNT_CODE_DUEL
)
e2
:
SetCountLimit
(
1
,
Mid
*
10
+
1
+
EFFECT_COUNT_CODE_DUEL
)
e2
:
SetTarget
(
M
.
thTg
)
e2
:
SetTarget
(
M
.
thTg
)
e2
:
SetOperation
(
M
.
thOp
)
e2
:
SetOperation
(
M
.
thOp
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
...
@@ -35,7 +35,7 @@ function M.initial_effect(c)
...
@@ -35,7 +35,7 @@ function M.initial_effect(c)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CANNOT_DISABLE
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CANNOT_DISABLE
)
e3
:
SetRange
(
0xff
)
e3
:
SetRange
(
0xff
)
e3
:
SetCode
(
EVENT_PHASE
+
PHASE_STANDBY
)
e3
:
SetCode
(
EVENT_PHASE
+
PHASE_STANDBY
)
e3
:
SetCountLimit
(
1
,
Mid
+
EFFECT_COUNT_CODE_DUEL
)
e3
:
SetCountLimit
(
1
,
Mid
*
10
+
2
+
EFFECT_COUNT_CODE_DUEL
)
e3
:
SetCondition
(
M
.
chCon
)
e3
:
SetCondition
(
M
.
chCon
)
e3
:
SetOperation
(
M
.
chOp
)
e3
:
SetOperation
(
M
.
chOp
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
...
...
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