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
REIKAI
ygopro-222DIY-cards
Commits
6e9c9ac7
Commit
6e9c9ac7
authored
Jan 21, 2025
by
花桃白音
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix #163s,791
parent
cb612f52
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
expansions/script/c16372014.lua
expansions/script/c16372014.lua
+1
-1
expansions/script/c16372019.lua
expansions/script/c16372019.lua
+1
-2
expansions/script/c79100300.lua
expansions/script/c79100300.lua
+1
-1
No files found.
expansions/script/c16372014.lua
View file @
6e9c9ac7
...
...
@@ -121,7 +121,7 @@ function c16372014.setop2(e,tp,eg,ep,ev,re,r,rp)
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
<
1
then
return
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOFIELD
)
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
c16372014
.
setfilter
),
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
):
GetFirst
()
if
tc
and
Duel
.
MoveToField
(
tc
,
tp
,
p
,
LOCATION_SZONE
,
POS_FACEUP
,
true
)
then
if
tc
and
Duel
.
MoveToField
(
tc
,
tp
,
t
p
,
LOCATION_SZONE
,
POS_FACEUP
,
true
)
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_CHANGE_TYPE
)
...
...
expansions/script/c16372019.lua
View file @
6e9c9ac7
...
...
@@ -52,8 +52,7 @@ function c16372019.bfgcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
Remove
(
e
:
GetHandler
(),
POS_FACEUP
,
REASON_COST
)
end
function
c16372019
.
ffilter
(
c
,
e
,
tp
)
return
c
:
IsType
(
TYPE_FUSION
)
and
Duel
.
IsExistingMatchingCard
(
c16372019
.
spfilter
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
1
,
nil
,
c
,
e
,
tp
)
return
Duel
.
IsExistingMatchingCard
(
c16372019
.
spfilter
,
tp
,
LOCATION_HAND
+
LOCATION_DECK
,
0
,
1
,
nil
,
c
,
e
,
tp
)
end
function
c16372019
.
spfilter
(
c
,
fc
,
e
,
tp
)
return
aux
.
IsCodeListed
(
fc
,
c
:
GetCode
())
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
...
...
expansions/script/c79100300.lua
View file @
6e9c9ac7
...
...
@@ -22,7 +22,7 @@ local e2=Effect.CreateEffect(c)
c
:
RegisterEffect
(
e2
)
end
function
cm
.
filter0
(
c
)
return
c
:
IsAbleToRemove
()
and
c
:
IsLocation
(
LOCATION_MZONE
)
return
c
:
IsAbleToRemove
()
end
function
cm
.
filter1
(
c
,
e
)
return
c
:
IsAbleToRemove
()
and
not
c
:
IsImmuneToEffect
(
e
)
...
...
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