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
bc4c2781
Commit
bc4c2781
authored
Jan 02, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into master
parents
4ef3cece
66205ab0
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
c43904702.lua
c43904702.lua
+1
-1
c561300.lua
c561300.lua
+1
-1
c72181263.lua
c72181263.lua
+1
-1
c78058681.lua
c78058681.lua
+1
-1
c88170262.lua
c88170262.lua
+1
-1
No files found.
c43904702.lua
View file @
bc4c2781
...
...
@@ -52,7 +52,7 @@ function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
e
:
GetHandler
(),
1
,
0
,
0
)
end
function
s
.
spfilter
(
c
)
return
c
:
Is
SynchroSummonable
(
nil
)
and
c
:
IsType
(
TYPE_TUNER
)
return
c
:
Is
Type
(
TYPE_TUNER
)
and
c
:
IsSynchroSummonable
(
nil
)
end
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
c561300.lua
View file @
bc4c2781
...
...
@@ -25,7 +25,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e2
)
--destroy
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e3
:
SetDescription
(
aux
.
Stringid
(
id
,
2
))
e3
:
SetCategory
(
CATEGORY_DESTROY
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
...
...
c72181263.lua
View file @
bc4c2781
...
...
@@ -34,7 +34,7 @@ function c72181263.initial_effect(c)
end
function
c72181263
.
desfilter1
(
c
,
tp
,
ec
,
g
)
return
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
g
:
IsExists
(
c72181263
.
desfilter2
,
1
,
nil
,
tp
,
ec
)
and
g
:
IsExists
(
c72181263
.
desfilter2
,
1
,
c
,
tp
,
ec
)
end
function
c72181263
.
desfilter2
(
c
,
tp
,
ec
)
return
c
~=
ec
and
c
:
IsFaceup
()
and
c
:
IsControler
(
tp
)
and
c
:
IsSetCard
(
0xaf
,
0xae
)
...
...
c78058681.lua
View file @
bc4c2781
...
...
@@ -21,7 +21,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
)
end
function
s
.
spfilter
(
c
)
return
c
:
Is
SynchroSummonable
(
nil
)
and
c
:
IsType
(
TYPE_TUNER
)
return
c
:
Is
Type
(
TYPE_TUNER
)
and
c
:
IsSynchroSummonable
(
nil
)
end
function
s
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
...
...
c88170262.lua
View file @
bc4c2781
...
...
@@ -77,7 +77,7 @@ function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_GRAVE
)
end
function
s
.
spfilter
(
c
)
return
c
:
Is
SynchroSummonable
(
nil
)
and
c
:
IsType
(
TYPE_TUNER
)
return
c
:
Is
Type
(
TYPE_TUNER
)
and
c
:
IsSynchroSummonable
(
nil
)
end
function
s
.
rthfilter
(
c
,
tp
,
e
,
g
)
return
c
:
IsAbleToHand
()
and
g
:
FilterCount
(
Card
.
IsCanBeSpecialSummoned
,
c
,
e
,
0
,
tp
,
false
,
false
)
==
1
...
...
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