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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
0fab475c
Commit
0fab475c
authored
Jul 23, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
dfe92493
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c12844106.lua
expansions/script/c12844106.lua
+2
-2
expansions/script/c12844115.lua
expansions/script/c12844115.lua
+1
-0
expansions/script/c12844116.lua
expansions/script/c12844116.lua
+2
-2
No files found.
expansions/FiNALE.cdb
View file @
0fab475c
No preview for this file type
expansions/script/c12844106.lua
View file @
0fab475c
...
...
@@ -18,7 +18,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e1
)
--negate
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
27548199
,
1
)
)
e2
:
SetDescription
(
1131
)
e2
:
SetCategory
(
CATEGORY_NEGATE
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetCode
(
EVENT_CHAINING
)
...
...
@@ -60,7 +60,7 @@ end
function
s
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ct
=
Duel
.
GetMatchingGroupCount
(
Card
.
IsFaceup
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
if
ct
~=
Duel
.
GetMatchingGroupCount
(
s
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
nil
)
then
return
false
end
return
rp
==
1
-
tp
and
Duel
.
IsChainNegatable
(
ev
)
and
re
:
Is
HasType
(
EFFECT_TYPE_ACTIVATE
)
return
rp
==
1
-
tp
and
Duel
.
IsChainNegatable
(
ev
)
and
re
:
Is
ActiveType
(
TYPE_MONSTER
)
end
function
s
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
...
...
expansions/script/c12844115.lua
View file @
0fab475c
...
...
@@ -96,6 +96,7 @@ function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_DECK
+
LOCATION_EXTRA
)
end
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
<=
0
then
return
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
spfilter
,
tp
,
LOCATION_DECK
+
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
,
e
,
tp
)
...
...
expansions/script/c12844116.lua
View file @
0fab475c
...
...
@@ -49,8 +49,8 @@ function s.cfilter(c)
end
function
s
.
etarget
(
e
,
c
)
local
p
=
e
:
GetHandlerPlayer
()
local
ct
=
Duel
.
GetFieldGroupCount
(
t
p
,
LOCATION_MZONE
,
0
)
return
c
:
IsSetCard
(
0xa77
)
and
ct
>
0
and
ct
==
Duel
.
GetMatchingGroupCount
(
s
.
cfilter
,
t
p
,
LOCATION_MZONE
,
0
,
nil
)
local
ct
=
Duel
.
GetFieldGroupCount
(
p
,
LOCATION_MZONE
,
0
)
return
c
:
IsSetCard
(
0xa77
)
and
ct
>
0
and
ct
==
Duel
.
GetMatchingGroupCount
(
s
.
cfilter
,
p
,
LOCATION_MZONE
,
0
,
nil
)
end
function
s
.
efilter
(
e
,
re
)
return
re
:
GetOwnerPlayer
()
~=
e
:
GetHandlerPlayer
()
and
re
:
IsActivated
()
...
...
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