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
3
Merge Requests
3
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
MyCard
ygopro-scripts-888
Commits
6a8e61b5
Commit
6a8e61b5
authored
Jun 29, 2021
by
mercury233
Committed by
GitHub
Jun 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 未来融合-フューチャー・フュージョン (#1669)
parent
bd381ee4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
c77565204.lua
c77565204.lua
+10
-1
No files found.
c77565204.lua
View file @
6a8e61b5
...
@@ -89,6 +89,9 @@ function c77565204.tgop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -89,6 +89,9 @@ function c77565204.tgop(e,tp,eg,ep,ev,re,r,rp)
local
mat
=
Duel
.
SelectFusionMaterial
(
tp
,
tc
,
mg
)
local
mat
=
Duel
.
SelectFusionMaterial
(
tp
,
tc
,
mg
)
mat
:
KeepAlive
()
mat
:
KeepAlive
()
Duel
.
SendtoGrave
(
mat
,
REASON_EFFECT
)
Duel
.
SendtoGrave
(
mat
,
REASON_EFFECT
)
for
mc
in
aux
.
Next
(
mat
)
do
mc
:
RegisterFlagEffect
(
77565204
,
RESET_EVENT
+
RESETS_STANDARD
,
0
,
1
)
end
e
:
SetLabel
(
code
)
e
:
SetLabel
(
code
)
e
:
SetLabelObject
(
mat
)
e
:
SetLabelObject
(
mat
)
Duel
.
ShuffleExtra
(
tp
)
Duel
.
ShuffleExtra
(
tp
)
...
@@ -109,7 +112,13 @@ function c77565204.procop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -109,7 +112,13 @@ function c77565204.procop(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
g
:
GetFirst
()
local
tc
=
g
:
GetFirst
()
if
not
tc
then
return
end
if
not
tc
then
return
end
tc
:
SetStatus
(
STATUS_FUTURE_FUSION
,
true
)
tc
:
SetStatus
(
STATUS_FUTURE_FUSION
,
true
)
tc
:
SetMaterial
(
e
:
GetLabelObject
():
GetLabelObject
())
local
mat
=
e
:
GetLabelObject
():
GetLabelObject
()
for
mc
in
aux
.
Next
(
mat
)
do
if
mc
:
GetFlagEffect
(
77565204
)
>
0
then
mc
:
SetReason
(
REASON_EFFECT
+
REASON_FUSION
+
REASON_MATERIAL
)
end
end
tc
:
SetMaterial
(
mat
)
Duel
.
SpecialSummon
(
tc
,
SUMMON_TYPE_FUSION
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
tc
,
SUMMON_TYPE_FUSION
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
tc
:
CompleteProcedure
()
tc
:
CompleteProcedure
()
c
:
SetCardTarget
(
tc
)
c
:
SetCardTarget
(
tc
)
...
...
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