Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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-scripts
Commits
42af125b
Commit
42af125b
authored
Jul 31, 2018
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
061fb9bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
c70913714.lua
c70913714.lua
+2
-1
c79852326.lua
c79852326.lua
+2
-1
No files found.
c70913714.lua
View file @
42af125b
...
...
@@ -59,7 +59,7 @@ function c70913714.eqop(e,tp,eg,ep,ev,re,r,rp)
e4
:
SetCondition
(
c70913714
.
ctcon
)
e4
:
SetTarget
(
c70913714
.
cttg
)
e4
:
SetOperation
(
c70913714
.
ctop
)
e4
:
SetReset
(
RESET_EVENT
+
0x1020000
)
e4
:
SetReset
(
RESET_EVENT
+
RESET_OVERLAY
+
RESET_TOFIELD
)
c
:
RegisterEffect
(
e4
)
end
end
...
...
@@ -79,4 +79,5 @@ function c70913714.ctop(e,tp,eg,ep,ev,re,r,rp)
if
ec
and
ec
:
IsRelateToEffect
(
e
)
then
Duel
.
GetControl
(
ec
,
tp
)
end
e
:
Reset
()
end
c79852326.lua
View file @
42af125b
...
...
@@ -32,7 +32,7 @@ function c79852326.activate(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetCondition
(
c79852326
.
damcon
)
e1
:
SetTarget
(
c79852326
.
damtg
)
e1
:
SetOperation
(
c79852326
.
damop
)
e1
:
SetReset
(
RESET_EVENT
+
RESET
S_STANDARD
-
RESET_LEAVE
)
e1
:
SetReset
(
RESET_EVENT
+
RESET
_OVERLAY
+
RESET_TOFIELD
)
c
:
RegisterEffect
(
e1
,
true
)
Duel
.
SpecialSummonComplete
()
end
...
...
@@ -51,4 +51,5 @@ end
function
c79852326
.
damop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
p
,
d
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PLAYER
,
CHAININFO_TARGET_PARAM
)
Duel
.
Damage
(
p
,
d
,
REASON_EFFECT
)
e
:
Reset
()
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