Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
09364617
Commit
09364617
authored
Nov 06, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
watele
parent
ec0707c7
Pipeline
#6694
passed with stages
in 42 minutes and 17 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
3 deletions
+21
-3
expansions/script/c65010203.lua
expansions/script/c65010203.lua
+21
-3
No files found.
expansions/script/c65010203.lua
View file @
09364617
...
...
@@ -45,8 +45,22 @@ function cm.act(e,tp)
--------------------
end
elseif
op
==
2
then
if
rsop
.
SelectToHand
(
tp
,
aux
.
NecroValleyFilter
(
cm
.
thfilter1
),
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,{})
>
0
then
rsva
.
Summon
(
tp
,
true
,
true
,
rsva
.
filter_al
)
if
rsop
.
SelectToHand
(
tp
,
aux
.
NecroValleyFilter
(
cm
.
thfilter1
),
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,{})
>
0
--VHisc Repairing 2021/11/6
and
Duel
.
IsExistingMatchingCard
(
c65010203
.
sumfilter2
,
tp
,
LOCATION_HAND
,
0
,
1
,
nil
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
65010201
,
2
))
--------------------
then
--old version:
--rsva.Summon(tp,true,true,rsva.filter_al)
--------------------
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SUMMON
)
local
sg
=
Duel
.
SelectMatchingCard
(
tp
,
c65010203
.
sumfilter2
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
nil
)
if
sg
:
GetCount
()
>
0
then
Duel
.
Summon
(
tp
,
sg
:
GetFirst
(),
true
,
nil
)
end
--------------------
end
else
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -71,7 +85,11 @@ function cm.effectfilter(e,ct)
end
--
VHisc fix
--
Repairing 2021/10/12 and 2021/11/6
function
c65010203
.
sumfilter
(
c
)
return
c
:
IsAttribute
(
ATTRIBUTE_WATER
)
and
c
:
IsSummonable
(
true
,
nil
)
end
function
c65010203
.
sumfilter2
(
c
)
return
c
:
IsAttribute
(
ATTRIBUTE_WATER
)
and
c
:
IsLevel
(
10
)
and
c
:
IsSummonable
(
true
,
nil
)
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