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
532e1102
Commit
532e1102
authored
Nov 03, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
54188
parent
d873ee30
Pipeline
#30927
failed with stages
in 10 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c65810095.lua
expansions/script/c65810095.lua
+1
-1
expansions/script/c65820050.lua
expansions/script/c65820050.lua
+3
-2
expansions/script/c81078005.lua
expansions/script/c81078005.lua
+1
-1
expansions/script/c81078018.lua
expansions/script/c81078018.lua
+1
-1
No files found.
expansions/FiNALE.cdb
View file @
532e1102
No preview for this file type
expansions/script/c65810095.lua
View file @
532e1102
...
...
@@ -16,7 +16,7 @@ function c65810095.initial_effect(c)
e2
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetCondition
(
c65810095
.
spcon
)
e
1
:
SetOperation
(
c65810095
.
spop
)
e
2
:
SetOperation
(
c65810095
.
spop
)
c
:
RegisterEffect
(
e2
)
--加攻
local
e3
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c65820050.lua
View file @
532e1102
...
...
@@ -28,6 +28,7 @@ end
function
c65820050
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsCode
(
65820000
,
65820005
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
aux
.
NecroValleyFilter
()
end
function
c65820050
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
@@ -53,7 +54,7 @@ function c65820050.filter1(c)
return
c
:
IsDiscardable
(
REASON_EFFECT
)
end
function
c65820050
.
nbfilter
(
c
)
return
aux
.
NegateAnyFilter
(
c
)
and
c
:
IsAbleToRemove
(
tp
,
POS_FACEDOWN
,
REASON_EFFECT
)
and
c
:
IsFaceup
()
return
(
aux
.
NegateAnyFilter
(
c
)
or
c
:
IsAbleToRemove
(
tp
,
POS_FACEDOWN
,
REASON_EFFECT
)
)
and
c
:
IsFaceup
()
end
function
c65820050
.
settg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
local
c
=
e
:
GetHandler
()
...
...
@@ -67,7 +68,7 @@ end
function
c65820050
.
setop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
if
Duel
.
DiscardHand
(
tp
,
c65820050
.
filter1
,
1
,
1
,
REASON_EFFECT
+
REASON_DISCARD
,
nil
)
~=
0
then
if
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsFaceup
()
and
tc
:
IsCanBeDisabledByEffect
(
e
)
then
if
tc
:
IsRelateToEffect
(
e
)
and
tc
:
IsFaceup
()
then
local
c
=
e
:
GetHandler
()
Duel
.
AdjustInstantly
()
Duel
.
NegateRelatedChain
(
tc
,
RESET_TURN_SET
)
...
...
expansions/script/c81078005.lua
View file @
532e1102
...
...
@@ -21,7 +21,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local
mea
=
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
if
mea
>
0
then
local
dg
=
Duel
.
GetMatchingGroup
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
if
dg
:
GetCount
()
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
81010015
,
0
))
then
if
dg
:
GetCount
()
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
0
))
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DESTROY
)
local
sg
=
dg
:
Select
(
tp
,
1
,
mea
,
nil
)
...
...
expansions/script/c81078018.lua
View file @
532e1102
...
...
@@ -20,7 +20,7 @@ end
function
cm
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_MZONE
,
0
)
if
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
~=
0
then
local
dg
=
Duel
.
IsExistingMatchingCard
(
Card
.
IsControlerCanBeChanged
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
local
dg
=
Duel
.
GetMatchingGroup
(
Card
.
IsControlerCanBeChanged
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
)
if
dg
:
GetCount
()
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
2
))
then
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_CONTROL
)
...
...
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