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
497e535c
Commit
497e535c
authored
Aug 02, 2019
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update ゴーストリック・サキュバス
Fluorohydride/ygopro-core@edbdb44a916dd90f0476ff752d285dd9b8e28dc7
parent
9bd8382b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
16 deletions
+1
-16
c32224143.lua
c32224143.lua
+1
-16
No files found.
c32224143.lua
View file @
497e535c
...
@@ -49,12 +49,6 @@ function c32224143.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -49,12 +49,6 @@ function c32224143.operation(e,tp,eg,ep,ev,re,r,rp)
local
seq
=
tc
:
GetSequence
()
local
seq
=
tc
:
GetSequence
()
if
tc
:
IsControler
(
1
-
tp
)
then
seq
=
seq
+
16
end
if
tc
:
IsControler
(
1
-
tp
)
then
seq
=
seq
+
16
end
if
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsFaceup
()
and
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
~=
0
then
if
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsFaceup
()
and
Duel
.
Destroy
(
tc
,
REASON_EFFECT
)
~=
0
then
local
g
=
Duel
.
GetMatchingGroup
(
c32224143
.
cfilter
,
e
:
GetHandlerPlayer
(),
LOCATION_MZONE
,
0
,
nil
)
local
tc
=
g
:
GetFirst
()
while
tc
do
tc
:
RegisterFlagEffect
(
32224143
,
RESET_EVENT
+
0x5fe0000
,
0
,
1
)
tc
=
g
:
GetNext
()
end
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_DISABLE_FIELD
)
e1
:
SetCode
(
EFFECT_DISABLE_FIELD
)
...
@@ -65,17 +59,8 @@ function c32224143.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -65,17 +59,8 @@ function c32224143.operation(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e1
,
tp
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
end
end
end
function
c32224143
.
cfilter2
(
c
)
return
c32224143
.
cfilter
(
c
)
and
c
:
GetFlagEffect
(
32224143
)
~=
0
end
function
c32224143
.
discon
(
e
)
function
c32224143
.
discon
(
e
)
local
g
=
Duel
.
GetMatchingGroup
(
c32224143
.
cfilter
,
e
:
GetHandlerPlayer
(),
LOCATION_MZONE
,
0
,
nil
)
if
Duel
.
IsExistingMatchingCard
(
c32224143
.
cfilter
,
e
:
GetHandlerPlayer
(),
LOCATION_MZONE
,
0
,
1
,
nil
)
then
if
g
:
IsExists
(
c32224143
.
cfilter2
,
1
,
nil
)
then
local
tc
=
g
:
GetFirst
()
while
tc
do
tc
:
RegisterFlagEffect
(
32224143
,
RESET_EVENT
+
0x5fe0000
,
0
,
1
)
tc
=
g
:
GetNext
()
end
return
true
return
true
end
end
e
:
Reset
()
e
:
Reset
()
...
...
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