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
3a7d3609
Commit
3a7d3609
authored
Jun 28, 2021
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 烈風帝ライザー (add str4, str5)
str4: field to deck top str5: grave to deck top
parent
8c3be6b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
c69327790.lua
c69327790.lua
+7
-4
No files found.
c69327790.lua
View file @
3a7d3609
...
@@ -66,20 +66,23 @@ function c69327790.tdtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -66,20 +66,23 @@ function c69327790.tdtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
g3
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
g3
,
1
,
0
,
0
)
end
end
e
:
SetLabelObject
(
g2
:
GetFirst
())
e
:
SetLabelObject
(
g2
:
GetFirst
())
g1
:
Merge
(
g2
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TODECK
,
g1
,
2
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TODECK
,
g1
,
2
,
0
,
0
)
end
end
end
end
function
c69327790
.
tdop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c69327790
.
tdop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ex
,
g1
=
Duel
.
GetOperationInfo
(
0
,
CATEGORY_TODECK
)
local
ex
,
g1
=
Duel
.
GetOperationInfo
(
0
,
CATEGORY_TODECK
)
local
ex2
,
g2
=
Duel
.
GetOperationInfo
(
0
,
CATEGORY_TOHAND
)
local
ex2
,
g2
=
Duel
.
GetOperationInfo
(
0
,
CATEGORY_TOHAND
)
local
gc
=
e
:
GetLabelObject
()
if
not
g1
then
return
end
if
not
g1
then
return
end
local
gc
=
e
:
GetLabelObject
()
local
fg
=
g1
:
Clone
()
fg
:
RemoveCard
(
gc
)
local
fc
=
fg
:
GetFirst
()
local
sg1
=
g1
:
Filter
(
Card
.
IsRelateToEffect
,
nil
,
e
)
local
sg1
=
g1
:
Filter
(
Card
.
IsRelateToEffect
,
nil
,
e
)
local
fc
=
sg1
:
GetFirst
()
if
gc
and
gc
:
IsRelateToEffect
(
e
)
then
sg1
:
AddCard
(
gc
)
end
if
sg1
:
GetCount
()
>
0
and
Duel
.
SendtoDeck
(
sg1
,
nil
,
0
,
REASON_EFFECT
)
>
1
then
if
sg1
:
GetCount
()
>
0
and
Duel
.
SendtoDeck
(
sg1
,
nil
,
0
,
REASON_EFFECT
)
>
1
then
if
fc
:
GetControler
()
==
gc
:
GetControler
()
and
fc
:
IsLocation
(
LOCATION_DECK
)
and
gc
:
IsLocation
(
LOCATION_DECK
)
then
if
fc
:
GetControler
()
==
gc
:
GetControler
()
and
fc
:
IsLocation
(
LOCATION_DECK
)
and
gc
:
IsLocation
(
LOCATION_DECK
)
then
if
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
69327790
,
3
))
then
local
op
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
69327790
,
3
),
aux
.
Stringid
(
69327790
,
4
))
if
op
==
0
then
Duel
.
MoveSequence
(
fc
,
0
)
Duel
.
MoveSequence
(
fc
,
0
)
else
else
Duel
.
MoveSequence
(
gc
,
0
)
Duel
.
MoveSequence
(
gc
,
0
)
...
...
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