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
d354e9de
Commit
d354e9de
authored
May 16, 2021
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ドラグニティ-ブラックスピア, ヒドゥン・ショット
parent
58207742
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
c13361027.lua
c13361027.lua
+4
-5
c15609017.lua
c15609017.lua
+1
-1
No files found.
c13361027.lua
View file @
d354e9de
...
@@ -13,14 +13,13 @@ function c13361027.initial_effect(c)
...
@@ -13,14 +13,13 @@ function c13361027.initial_effect(c)
e1
:
SetOperation
(
c13361027
.
operation
)
e1
:
SetOperation
(
c13361027
.
operation
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c13361027
.
cfilter
(
c
,
ft
,
tp
)
function
c13361027
.
cfilter
(
c
,
tp
)
return
c
:
IsSetCard
(
0x29
)
and
c
:
IsRace
(
RACE_DRAGON
)
return
c
:
IsSetCard
(
0x29
)
and
c
:
IsRace
(
RACE_DRAGON
)
and
(
ft
>
0
or
(
c
:
IsControler
(
tp
)
and
c
:
GetSequence
()
<
5
))
and
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
())
and
Duel
.
GetMZoneCount
(
tp
,
c
)
>
0
and
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
())
end
end
function
c13361027
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c13361027
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
tp
,
c13361027
.
cfilter
,
1
,
nil
,
tp
)
end
if
chk
==
0
then
return
ft
>-
1
and
Duel
.
CheckReleaseGroup
(
tp
,
c13361027
.
cfilter
,
1
,
nil
,
ft
,
tp
)
end
local
rg
=
Duel
.
SelectReleaseGroup
(
tp
,
c13361027
.
cfilter
,
1
,
1
,
nil
,
tp
)
local
rg
=
Duel
.
SelectReleaseGroup
(
tp
,
c13361027
.
cfilter
,
1
,
1
,
nil
,
ft
,
tp
)
Duel
.
Release
(
rg
,
REASON_COST
)
Duel
.
Release
(
rg
,
REASON_COST
)
end
end
function
c13361027
.
filter
(
c
,
e
,
sp
)
function
c13361027
.
filter
(
c
,
e
,
sp
)
...
...
c15609017.lua
View file @
d354e9de
...
@@ -16,7 +16,7 @@ function c15609017.cost(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -16,7 +16,7 @@ function c15609017.cost(e,tp,eg,ep,ev,re,r,rp,chk)
return
true
return
true
end
end
function
c15609017
.
costfilter
(
c
)
function
c15609017
.
costfilter
(
c
)
return
c
:
IsSetCard
(
0x2016
)
and
c
:
IsAbleToRemoveAsCost
()
return
c
:
IsSetCard
(
0x2016
)
and
c
:
Is
Type
(
TYPE_MONSTER
)
and
c
:
Is
AbleToRemoveAsCost
()
end
end
function
c15609017
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c15609017
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsOnField
()
end
if
chkc
then
return
chkc
:
IsOnField
()
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