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
db9296cd
Commit
db9296cd
authored
Aug 08, 2017
by
mercury233
Committed by
GitHub
Aug 08, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update (#910)
parent
786ad3ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
c77565204.lua
c77565204.lua
+4
-0
constant.lua
constant.lua
+1
-1
No files found.
c77565204.lua
View file @
db9296cd
...
...
@@ -87,8 +87,10 @@ function c77565204.tgop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
local
code
=
tc
:
GetCode
()
local
mat
=
Duel
.
SelectFusionMaterial
(
tp
,
tc
,
mg
)
mat
:
KeepAlive
()
Duel
.
SendtoGrave
(
mat
,
REASON_EFFECT
)
e
:
SetLabel
(
code
)
e
:
SetLabelObject
(
mat
)
end
end
function
c77565204
.
proccon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
@@ -105,6 +107,8 @@ 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
tc
=
g
:
GetFirst
()
if
not
tc
then
return
end
tc
:
SetStatus
(
STATUS_FUTURE_FUSION
,
true
)
tc
:
SetMaterial
(
e
:
GetLabelObject
():
GetLabelObject
())
Duel
.
SpecialSummon
(
tc
,
SUMMON_TYPE_FUSION
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
tc
:
CompleteProcedure
()
c
:
SetCardTarget
(
tc
)
...
...
constant.lua
View file @
db9296cd
...
...
@@ -153,7 +153,7 @@ STATUS_CHAINING =0x10000 --正在連鎖串中
STATUS_SUMMON_DISABLED
=
0x20000
--召唤无效後尚未移動
STATUS_ACTIVATE_DISABLED
=
0x40000
--发动无效後尚未移動
STATUS_EFFECT_REPLACED
=
0x80000
--效果被替代(红莲霸权)
STATUS_
UNION
=
0x100000
--N/A
STATUS_
FUTURE_FUSION
=
0x100000
--未来融合特殊召唤(不触发融合素材效果)
STATUS_ATTACK_CANCELED
=
0x200000
--若其為攻擊者,則攻擊中止
STATUS_INITIALIZING
=
0x400000
--初始化..
STATUS_ACTIVATED
=
0x800000
--魔法陷阱卡发动過
...
...
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