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
2a56d3cd
Commit
2a56d3cd
authored
Mar 07, 2024
by
Chen Bill
Committed by
GitHub
Mar 07, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add SUMMON_VALUE_FUTURE_FUSION (#2386)
parent
0414de1b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
c77565204.lua
c77565204.lua
+1
-2
constant.lua
constant.lua
+1
-0
No files found.
c77565204.lua
View file @
2a56d3cd
...
@@ -110,7 +110,6 @@ function c77565204.procop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -110,7 +110,6 @@ function c77565204.procop(e,tp,eg,ep,ev,re,r,rp)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c77565204
.
procfilter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
,
code
,
e
,
tp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c77565204
.
procfilter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
,
code
,
e
,
tp
)
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
)
local
mat
=
e
:
GetLabelObject
():
GetLabelObject
()
local
mat
=
e
:
GetLabelObject
():
GetLabelObject
()
for
mc
in
aux
.
Next
(
mat
)
do
for
mc
in
aux
.
Next
(
mat
)
do
if
mc
:
GetFlagEffect
(
77565204
)
>
0
then
if
mc
:
GetFlagEffect
(
77565204
)
>
0
then
...
@@ -118,7 +117,7 @@ function c77565204.procop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -118,7 +117,7 @@ function c77565204.procop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
tc
:
SetMaterial
(
mat
)
tc
:
SetMaterial
(
mat
)
Duel
.
SpecialSummon
(
tc
,
SUMMON_
TYP
E_FUSION
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
tc
,
SUMMON_
VALUE_FUTUR
E_FUSION
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
tc
:
CompleteProcedure
()
tc
:
CompleteProcedure
()
c
:
SetCardTarget
(
tc
)
c
:
SetCardTarget
(
tc
)
end
end
...
...
constant.lua
View file @
2a56d3cd
...
@@ -158,6 +158,7 @@ SUMMON_VALUE_GLADIATOR =0x2000 --剑斗兽
...
@@ -158,6 +158,7 @@ SUMMON_VALUE_GLADIATOR =0x2000 --剑斗兽
SUMMON_VALUE_EVOLTILE
=
0x4000
--进化虫
SUMMON_VALUE_EVOLTILE
=
0x4000
--进化虫
SUMMON_VALUE_DARK_FUSION
=
SUMMON_TYPE_FUSION
|
0x16
--
SUMMON_VALUE_DARK_FUSION
=
SUMMON_TYPE_FUSION
|
0x16
--
SUMMON_VALUE_FOSSIL_FUSION
=
SUMMON_TYPE_FUSION
|
0x17
--
SUMMON_VALUE_FOSSIL_FUSION
=
SUMMON_TYPE_FUSION
|
0x17
--
SUMMON_VALUE_FUTURE_FUSION
=
SUMMON_TYPE_FUSION
|
0x18
--
--Status --卡片当前状态
--Status --卡片当前状态
STATUS_DISABLED
=
0x0001
--效果被无效
STATUS_DISABLED
=
0x0001
--效果被无效
STATUS_TO_ENABLE
=
0x0002
--将变成有效
STATUS_TO_ENABLE
=
0x0002
--将变成有效
...
...
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