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
Reinen
ygopro-scripts
Commits
187e48e4
Commit
187e48e4
authored
Jan 21, 2020
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix トリックスター・ライトアリーナ
parent
406286f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
c63492244.lua
c63492244.lua
+9
-7
No files found.
c63492244.lua
View file @
187e48e4
...
@@ -79,10 +79,10 @@ function c63492244.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -79,10 +79,10 @@ function c63492244.operation(e,tp,eg,ep,ev,re,r,rp)
c
:
SetCardTarget
(
tc
)
c
:
SetCardTarget
(
tc
)
e
:
SetLabelObject
(
tc
)
e
:
SetLabelObject
(
tc
)
c
:
ResetFlagEffect
(
63492244
)
c
:
ResetFlagEffect
(
63492244
)
tc
:
ResetFlagEffect
(
6349224
4
)
tc
:
ResetFlagEffect
(
6349224
5
)
local
fid
=
c
:
GetFieldID
()
local
fid
=
c
:
GetFieldID
()
c
:
RegisterFlagEffect
(
63492244
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
,
fid
)
c
:
RegisterFlagEffect
(
63492244
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
,
fid
)
tc
:
RegisterFlagEffect
(
6349224
4
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
,
fid
)
tc
:
RegisterFlagEffect
(
6349224
5
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
,
fid
)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetProperty
(
EFFECT_FLAG_OWNER_RELATE
)
e1
:
SetProperty
(
EFFECT_FLAG_OWNER_RELATE
)
...
@@ -128,12 +128,12 @@ function c63492244.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -128,12 +128,12 @@ function c63492244.operation(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
c63492244
.
rcon
(
e
)
function
c63492244
.
rcon
(
e
)
return
e
:
GetOwner
():
IsHasCardTarget
(
e
:
GetHandler
())
and
e
:
GetHandler
():
GetFlagEffect
(
6349224
4
)
~=
0
return
e
:
GetOwner
():
IsHasCardTarget
(
e
:
GetHandler
())
and
e
:
GetHandler
():
GetFlagEffect
(
6349224
5
)
~=
0
end
end
function
c63492244
.
rstcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c63492244
.
rstcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
tc
=
e
:
GetLabelObject
():
GetLabelObject
()
local
tc
=
e
:
GetLabelObject
():
GetLabelObject
()
if
tc
:
GetFlagEffectLabel
(
6349224
4
)
==
e
:
GetLabel
()
if
tc
:
GetFlagEffectLabel
(
6349224
5
)
==
e
:
GetLabel
()
and
c
:
GetFlagEffectLabel
(
63492244
)
==
e
:
GetLabel
()
then
and
c
:
GetFlagEffectLabel
(
63492244
)
==
e
:
GetLabel
()
then
return
not
c
:
IsDisabled
()
return
not
c
:
IsDisabled
()
else
else
...
@@ -149,7 +149,7 @@ end
...
@@ -149,7 +149,7 @@ end
function
c63492244
.
agcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c63492244
.
agcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
tc
=
e
:
GetLabelObject
()
local
tc
=
e
:
GetLabelObject
()
if
tc
:
GetFlagEffectLabel
(
6349224
4
)
==
e
:
GetLabel
()
if
tc
:
GetFlagEffectLabel
(
6349224
5
)
==
e
:
GetLabel
()
and
c
:
GetFlagEffectLabel
(
63492244
)
==
e
:
GetLabel
()
then
and
c
:
GetFlagEffectLabel
(
63492244
)
==
e
:
GetLabel
()
then
return
not
c
:
IsDisabled
()
return
not
c
:
IsDisabled
()
else
else
...
@@ -163,10 +163,12 @@ function c63492244.agop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -163,10 +163,12 @@ function c63492244.agop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
c63492244
.
rstop2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c63492244
.
rstop2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
eg
:
GetFirst
()
local
tc
=
eg
:
GetFirst
()
if
tc
:
GetFlagEffectLabel
(
63492244
)
~=
e
:
GetLabel
()
then
return
end
local
te
=
e
:
GetLabelObject
()
if
tc
~=
te
:
GetLabelObject
()
then
return
end
if
tc
:
GetFlagEffectLabel
(
63492245
)
~=
e
:
GetLabel
()
then
return
end
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
c
:
CancelCardTarget
(
tc
)
c
:
CancelCardTarget
(
tc
)
local
te
=
e
:
GetLabelObject
()
local
te
=
e
:
GetLabelObject
()
tc
:
ResetFlagEffect
(
6349224
4
)
tc
:
ResetFlagEffect
(
6349224
5
)
if
te
then
te
:
Reset
()
end
if
te
then
te
:
Reset
()
end
end
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