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
八宫一月
ygopro-scripts
Commits
b03c2675
Commit
b03c2675
authored
May 15, 2016
by
woodee
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #281 from nekrozar/patch-5
fix Destiny Board
parents
0553063a
c227acc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
11 deletions
+29
-11
c94212438.lua
c94212438.lua
+29
-11
No files found.
c94212438.lua
View file @
b03c2675
...
...
@@ -29,42 +29,48 @@ function c94212438.initial_effect(c)
e4
:
SetCode
(
EVENT_LEAVE_FIELD
)
e4
:
SetOperation
(
c94212438
.
tgop
)
c
:
RegisterEffect
(
e4
)
--win
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e5
:
SetCode
(
EVENT_CHAIN_SOLVING
)
e5
:
SetRange
(
LOCATION_SZONE
)
e5
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
+
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_DELAY
)
e5
:
SetOperation
(
c94212438
.
winop
)
c
:
RegisterEffect
(
e5
)
end
function
c94212438
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetTurnPlayer
()
~=
tp
end
function
c94212438
.
cfilter1
(
c
,
code
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
code
)
return
Duel
.
GetTurnPlayer
()
~=
tp
and
e
:
GetHandler
():
GetFlagEffect
(
94212438
)
<
4
end
function
c94212438
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
return
end
local
c
=
e
:
GetHandler
()
if
not
c
:
IsRelateToEffect
(
e
)
then
return
end
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
<=
0
then
return
end
if
not
Duel
.
IsExistingMatchingCard
(
c94212438
.
cfilter1
,
tp
,
LOCATION_SZONE
,
0
,
1
,
nil
,
31893528
)
then
if
c
:
GetFlagEffect
(
94212438
)
==
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
94212438
,
1
))
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsCode
,
tp
,
LOCATION_DECK
+
LOCATION_HAND
,
0
,
1
,
1
,
nil
,
31893528
)
if
g
:
GetCount
()
>
0
then
Duel
.
MoveToField
(
g
:
GetFirst
(),
tp
,
tp
,
LOCATION_SZONE
,
POS_FACEUP
,
true
)
end
elseif
not
Duel
.
IsExistingMatchingCard
(
c94212438
.
cfilter1
,
tp
,
LOCATION_SZONE
,
0
,
1
,
nil
,
67287533
)
then
elseif
c
:
GetFlagEffect
(
94212438
)
==
1
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
94212438
,
1
))
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsCode
,
tp
,
LOCATION_DECK
+
LOCATION_HAND
,
0
,
1
,
1
,
nil
,
67287533
)
if
g
:
GetCount
()
>
0
then
Duel
.
MoveToField
(
g
:
GetFirst
(),
tp
,
tp
,
LOCATION_SZONE
,
POS_FACEUP
,
true
)
end
elseif
not
Duel
.
IsExistingMatchingCard
(
c94212438
.
cfilter1
,
tp
,
LOCATION_SZONE
,
0
,
1
,
nil
,
94772232
)
then
elseif
c
:
GetFlagEffect
(
94212438
)
==
2
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
94212438
,
1
))
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsCode
,
tp
,
LOCATION_DECK
+
LOCATION_HAND
,
0
,
1
,
1
,
nil
,
94772232
)
if
g
:
GetCount
()
>
0
then
Duel
.
MoveToField
(
g
:
GetFirst
(),
tp
,
tp
,
LOCATION_SZONE
,
POS_FACEUP
,
true
)
end
elseif
not
Duel
.
IsExistingMatchingCard
(
c94212438
.
cfilter1
,
tp
,
LOCATION_SZONE
,
0
,
1
,
nil
,
30170981
)
then
elseif
c
:
GetFlagEffect
(
94212438
)
==
3
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
94212438
,
1
))
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
Card
.
IsCode
,
tp
,
LOCATION_DECK
+
LOCATION_HAND
,
0
,
1
,
1
,
nil
,
30170981
)
if
g
:
GetCount
()
>
0
then
Duel
.
MoveToField
(
g
:
GetFirst
(),
tp
,
tp
,
LOCATION_SZONE
,
POS_FACEUP
,
true
)
Duel
.
Win
(
tp
,
0x15
)
end
end
c
:
RegisterFlagEffect
(
94212438
,
RESET_EVENT
+
0x1fe0000
,
0
,
0
)
end
function
c94212438
.
cfilter2
(
c
,
tp
)
return
c
:
IsCode
(
94212438
,
31893528
,
67287533
,
94772232
,
30170981
)
and
c
:
IsControler
(
tp
)
...
...
@@ -76,6 +82,18 @@ function c94212438.tgcon(e,tp,eg,ep,ev,re,r,rp)
return
eg
:
IsExists
(
c94212438
.
cfilter2
,
1
,
nil
,
tp
)
end
function
c94212438
.
tgop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
c94212438
.
cfilter3
,
tp
,
LOCATION_
SZONE
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
c94212438
.
cfilter3
,
tp
,
LOCATION_
ONFIELD
,
0
,
nil
)
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
)
end
function
c94212438
.
cfilter1
(
c
,
code
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
code
)
end
function
c94212438
.
winop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
WIN_REASON_DESTINY_BOARD
=
0x15
local
c
=
e
:
GetHandler
()
local
g
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_ONFIELD
,
0
)
if
g
:
IsExists
(
c94212438
.
cfilter1
,
1
,
nil
,
94212438
)
and
g
:
IsExists
(
c94212438
.
cfilter1
,
1
,
nil
,
31893528
)
and
g
:
IsExists
(
c94212438
.
cfilter1
,
1
,
nil
,
67287533
)
and
g
:
IsExists
(
c94212438
.
cfilter1
,
1
,
nil
,
94772232
)
and
g
:
IsExists
(
c94212438
.
cfilter1
,
1
,
nil
,
30170981
)
then
Duel
.
Win
(
tp
,
WIN_REASON_DESTINY_BOARD
)
end
end
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