Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
Vee4
ygopro-scripts-888
Commits
3bb9168f
Commit
3bb9168f
authored
Jan 27, 2022
by
mercury233
Committed by
GitHub
Jan 27, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix BF-極光のアウロラ
parent
0ee21450
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
c4068622.lua
c4068622.lua
+3
-3
No files found.
c4068622.lua
View file @
3bb9168f
--BF-極光のアウロラ
--BF-極光のアウロラ
function
c4068622
.
initial_effect
(
c
)
function
c4068622
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
--special summon
--special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
...
@@ -26,7 +27,6 @@ function c4068622.initial_effect(c)
...
@@ -26,7 +27,6 @@ function c4068622.initial_effect(c)
e3
:
SetCode
(
EFFECT_SPSUMMON_CONDITION
)
e3
:
SetCode
(
EFFECT_SPSUMMON_CONDITION
)
e3
:
SetValue
(
aux
.
FALSE
)
e3
:
SetValue
(
aux
.
FALSE
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
c
:
EnableReviveLimit
()
end
end
function
c4068622
.
spfilter1
(
c
,
ft
,
tp
)
function
c4068622
.
spfilter1
(
c
,
ft
,
tp
)
if
c
:
GetSequence
()
<
5
then
ft
=
ft
+
1
end
if
c
:
GetSequence
()
<
5
then
ft
=
ft
+
1
end
...
@@ -96,11 +96,11 @@ function c4068622.operation(e,tp,eg,ep,ev,re,r,rp)
...
@@ -96,11 +96,11 @@ function c4068622.operation(e,tp,eg,ep,ev,re,r,rp)
e3
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
e3
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
e3
:
SetLabel
(
cid
)
e3
:
SetLabel
(
cid
)
e3
:
SetLabelObject
(
e2
)
e3
:
SetLabelObject
(
e2
)
e3
:
SetOperation
(
s
.
rstop
)
e3
:
SetOperation
(
c4068622
.
rstop
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
end
end
function
s
.
rstop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c4068622
.
rstop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
cid
=
e
:
GetLabel
()
local
cid
=
e
:
GetLabel
()
c
:
ResetEffect
(
cid
,
RESET_COPY
)
c
:
ResetEffect
(
cid
,
RESET_COPY
)
...
...
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