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
b5148c01
Commit
b5148c01
authored
Oct 18, 2022
by
mercury233
Committed by
GitHub
Oct 18, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix ヴェンデット・ナイトメア
parent
d83193c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
14 deletions
+3
-14
c33971095.lua
c33971095.lua
+3
-14
No files found.
c33971095.lua
View file @
b5148c01
...
@@ -11,7 +11,6 @@ function c33971095.initial_effect(c)
...
@@ -11,7 +11,6 @@ function c33971095.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCountLimit
(
1
)
e2
:
SetCountLimit
(
1
)
e2
:
SetCost
(
c33971095
.
lvcost
)
e2
:
SetTarget
(
c33971095
.
lvtg
)
e2
:
SetTarget
(
c33971095
.
lvtg
)
e2
:
SetOperation
(
c33971095
.
lvop
)
e2
:
SetOperation
(
c33971095
.
lvop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
...
@@ -26,10 +25,6 @@ function c33971095.initial_effect(c)
...
@@ -26,10 +25,6 @@ function c33971095.initial_effect(c)
e3
:
SetOperation
(
c33971095
.
atkop
)
e3
:
SetOperation
(
c33971095
.
atkop
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
c33971095
.
lvcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
e
:
SetLabel
(
1
)
return
true
end
function
c33971095
.
cfilter
(
c
)
function
c33971095
.
cfilter
(
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsSetCard
(
0x106
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsSetCard
(
0x106
)
end
end
...
@@ -38,17 +33,11 @@ function c33971095.filter(c,tp)
...
@@ -38,17 +33,11 @@ function c33971095.filter(c,tp)
end
end
function
c33971095
.
lvtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
c33971095
.
lvtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
tp
)
and
c33971095
.
filter
(
chkc
)
end
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
tp
)
and
c33971095
.
filter
(
chkc
)
end
if
chk
==
0
then
if
chk
==
0
then
return
e
:
IsCostChecked
()
if
e
:
GetLabel
()
==
1
then
and
Duel
.
IsExistingTarget
(
c33971095
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
tp
)
end
e
:
SetLabel
(
0
)
return
Duel
.
IsExistingTarget
(
c33971095
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
tp
)
else
return
false
end
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
local
tc
=
Duel
.
SelectTarget
(
tp
,
c33971095
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
,
tp
):
GetFirst
()
local
tc
=
Duel
.
SelectTarget
(
tp
,
c33971095
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
,
tp
):
GetFirst
()
local
sg
=
Duel
.
SelectReleaseGroupEx
(
tp
,
c33971095
.
cfilter
,
1
,
1
,
tc
,
tc
)
local
sg
=
Duel
.
SelectReleaseGroupEx
(
tp
,
c33971095
.
cfilter
,
1
,
99
,
tc
,
tc
)
Duel
.
Release
(
sg
,
REASON_COST
)
Duel
.
Release
(
sg
,
REASON_COST
)
e
:
SetLabel
(
sg
:
GetCount
())
e
:
SetLabel
(
sg
:
GetCount
())
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