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
0
Issues
0
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
八宫一月
ygopro-THC-cards
Commits
66cd6585
Commit
66cd6585
authored
Jan 23, 2022
by
Grajade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c74563021.lua
parent
18be2854
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
script/c74563021.lua
script/c74563021.lua
+0
-4
No files found.
script/c74563021.lua
View file @
66cd6585
...
...
@@ -63,7 +63,6 @@ function c74563021.atkop(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e4
:
SetTargetRange
(
0
,
LOCATION_MZONE
)
e4
:
SetCondition
(
c74563021
.
condition
)
e4
:
SetTarget
(
c74563021
.
atktg
)
e4
:
SetValue
(
c74563021
.
atkval
)
e4
:
SetReset
(
RESET_PHASE
+
PHASE_END
,
1
)
Duel
.
RegisterEffect
(
e4
,
tp
)
...
...
@@ -79,9 +78,6 @@ function c74563021.condition(e,tp,eg,ep,ev,re,r,rp)
local
tp
=
e
:
GetHandlerPlayer
()
return
Duel
.
IsExistingMatchingCard
(
c74563021
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
function
c74563021
.
atktg
(
e
,
c
)
return
c
~=
e
:
GetHandler
()
end
function
c74563021
.
atkval
(
e
,
c
)
return
math.ceil
(
c
:
GetAttack
()
/
2
)
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