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
8a0a85ba
Commit
8a0a85ba
authored
Mar 23, 2024
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c19114517.lua 发动次数修改
parent
b40888b2
Pipeline
#25997
passed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
script/c19114517.lua
script/c19114517.lua
+2
-3
No files found.
script/c19114517.lua
View file @
8a0a85ba
...
...
@@ -8,7 +8,6 @@ function c19114517.initial_effect(c)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
19114517
)
e1
:
SetCost
(
c19114517
.
cost
)
e1
:
SetOperation
(
c19114517
.
operation
)
c
:
RegisterEffect
(
e1
)
...
...
@@ -35,7 +34,7 @@ function c19114517.operation(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetType
(
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_FIELD
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCountLimit
(
4
,
19114517
)
e1
:
SetCountLimit
(
3
,
19114517
)
e1
:
SetCondition
(
c19114517
.
drcon1
)
e1
:
SetOperation
(
c19114517
.
drop1
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
...
...
@@ -44,7 +43,7 @@ function c19114517.operation(e,tp,eg,ep,ev,re,r,rp)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetType
(
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_FIELD
)
e2
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e2
:
SetCountLimit
(
4
,
19114517
)
e2
:
SetCountLimit
(
3
,
19114517
)
e2
:
SetCondition
(
c19114517
.
regcon
)
e2
:
SetOperation
(
c19114517
.
regop
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
...
...
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