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
514b0aca
Commit
514b0aca
authored
Dec 31, 2025
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
format
parent
6d3fa103
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
c29925614.lua
c29925614.lua
+1
-1
c32665564.lua
c32665564.lua
+1
-1
c3739500.lua
c3739500.lua
+1
-1
c5121528.lua
c5121528.lua
+1
-1
c89086647.lua
c89086647.lua
+1
-1
c94503794.lua
c94503794.lua
+3
-3
No files found.
c29925614.lua
View file @
514b0aca
...
@@ -68,7 +68,7 @@ function s.eqtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -68,7 +68,7 @@ function s.eqtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if
bit
.
band
(
g
:
GetFirst
():
GetOriginalAttribute
(),
ATTRIBUTE_LIGHT
+
ATTRIBUTE_DARK
)
~=
0
then
if
bit
.
band
(
g
:
GetFirst
():
GetOriginalAttribute
(),
ATTRIBUTE_LIGHT
+
ATTRIBUTE_DARK
)
~=
0
then
e
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_DECKDES
+
CATEGORY_GRAVE_SPSUMMON
)
e
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_DECKDES
+
CATEGORY_GRAVE_SPSUMMON
)
else
else
e
:
SetCategory
(
0
)
e
:
SetCategory
(
0
)
end
end
end
end
function
s
.
spfilter
(
c
,
e
,
tp
)
function
s
.
spfilter
(
c
,
e
,
tp
)
...
...
c32665564.lua
View file @
514b0aca
...
@@ -39,7 +39,7 @@ end
...
@@ -39,7 +39,7 @@ end
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsControler
(
tp
)
and
s
.
desfilter
(
chkc
,
tp
)
end
if
chkc
then
return
chkc
:
IsControler
(
tp
)
and
s
.
desfilter
(
chkc
,
tp
)
end
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
s
.
desfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
,
tp
)
if
chk
==
0
then
return
Duel
.
IsExistingTarget
(
s
.
desfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
,
tp
)
and
Duel
.
IsExistingMatchingCard
(
s
.
spfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
)
and
Duel
.
IsExistingMatchingCard
(
s
.
spfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
e
,
tp
)
end
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DESTROY
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DESTROY
)
local
g
=
Duel
.
SelectTarget
(
tp
,
s
.
desfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
1
,
nil
,
tp
)
local
g
=
Duel
.
SelectTarget
(
tp
,
s
.
desfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
1
,
nil
,
tp
)
...
...
c3739500.lua
View file @
514b0aca
--破
壊
と終焉の支配者
--破
滅
と終焉の支配者
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
...
...
c5121528.lua
View file @
514b0aca
...
@@ -78,7 +78,7 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -78,7 +78,7 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
{
b2
,
aux
.
Stringid
(
id
,
3
),
2
})
{
b2
,
aux
.
Stringid
(
id
,
3
),
2
})
end
end
e
:
SetLabel
(
op
)
e
:
SetLabel
(
op
)
if
op
==
1
then
if
op
==
1
then
if
e
:
IsCostChecked
()
then
if
e
:
IsCostChecked
()
then
e
:
SetCategory
(
CATEGORY_SEARCH
+
CATEGORY_TOHAND
)
e
:
SetCategory
(
CATEGORY_SEARCH
+
CATEGORY_TOHAND
)
end
end
...
...
c89086647.lua
View file @
514b0aca
...
@@ -33,7 +33,7 @@ function s.initial_effect(c)
...
@@ -33,7 +33,7 @@ function s.initial_effect(c)
e3
:
SetCode
(
EFFECT_INDESTRUCTABLE_EFFECT
)
e3
:
SetCode
(
EFFECT_INDESTRUCTABLE_EFFECT
)
e3
:
SetValue
(
aux
.
indoval
)
e3
:
SetValue
(
aux
.
indoval
)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
--to
--to
grave
local
e4
=
Effect
.
CreateEffect
(
c
)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e4
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e4
:
SetCode
(
EVENT_ADJUST
)
e4
:
SetCode
(
EVENT_ADJUST
)
...
...
c94503794.lua
View file @
514b0aca
...
@@ -63,9 +63,9 @@ function s.matop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -63,9 +63,9 @@ function s.matop(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
s
.
efilter
(
re
)
function
s
.
efilter
(
re
)
return
function
(
e
,
te
)
return
function
(
e
,
te
)
return
te
==
re
and
te
:
IsActivated
()
return
te
==
re
and
te
:
IsActivated
()
end
end
end
end
function
s
.
setfilter
(
c
,
tp
)
function
s
.
setfilter
(
c
,
tp
)
return
c
:
IsType
(
TYPE_SPELL
)
and
c
:
IsSSetable
()
return
c
:
IsType
(
TYPE_SPELL
)
and
c
:
IsSSetable
()
...
...
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