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
e6dc1df4
Commit
e6dc1df4
authored
Jan 21, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
parent
2f92792a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
c31588572.lua
c31588572.lua
+1
-1
c62694833.lua
c62694833.lua
+1
-0
c65330383.lua
c65330383.lua
+2
-2
c92970404.lua
c92970404.lua
+1
-1
No files found.
c31588572.lua
View file @
e6dc1df4
...
@@ -3,7 +3,7 @@ function c31588572.initial_effect(c)
...
@@ -3,7 +3,7 @@ function c31588572.initial_effect(c)
--set card
--set card
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
31588572
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
31588572
,
0
))
e1
:
SetCategory
(
CATEGORY_SSET
+
CATEGORY_MSET
)
e1
:
SetCategory
(
CATEGORY_S
PECIAL_SUMMON
+
CATEGORY_DESTROY
+
CATEGORY_S
SET
+
CATEGORY_MSET
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
...
...
c62694833.lua
View file @
e6dc1df4
...
@@ -3,6 +3,7 @@ function c62694833.initial_effect(c)
...
@@ -3,6 +3,7 @@ function c62694833.initial_effect(c)
--set
--set
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
62694833
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
62694833
,
0
))
e1
:
SetCategory
(
CATEGORY_SSET
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
...
...
c65330383.lua
View file @
e6dc1df4
...
@@ -47,10 +47,10 @@ function c65330383.settg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
...
@@ -47,10 +47,10 @@ function c65330383.settg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local
g
=
Duel
.
SelectTarget
(
tp
,
c65330383
.
setfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectTarget
(
tp
,
c65330383
.
setfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_LEAVE_GRAVE
,
g
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_LEAVE_GRAVE
,
g
,
1
,
0
,
0
)
if
e
:
GetHandler
():
GetMutualLinkedGroupCount
()
>
0
then
if
e
:
GetHandler
():
GetMutualLinkedGroupCount
()
>
0
then
e
:
SetCategory
(
CATEGORY_LEAVE_GRAVE
+
CATEGORY_DRAW
)
e
:
SetCategory
(
CATEGORY_LEAVE_GRAVE
+
CATEGORY_DRAW
+
CATEGORY_SSET
)
e
:
SetLabel
(
1
)
e
:
SetLabel
(
1
)
else
else
e
:
SetCategory
(
CATEGORY_LEAVE_GRAVE
)
e
:
SetCategory
(
CATEGORY_LEAVE_GRAVE
+
CATEGORY_SSET
)
e
:
SetLabel
(
0
)
e
:
SetLabel
(
0
)
end
end
end
end
...
...
c92970404.lua
View file @
e6dc1df4
...
@@ -3,7 +3,7 @@ function c92970404.initial_effect(c)
...
@@ -3,7 +3,7 @@ function c92970404.initial_effect(c)
--flip
--flip
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
92970404
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
92970404
,
0
))
e1
:
SetCategory
(
CATEGORY_POSITION
+
CATEGORY_SET
)
e1
:
SetCategory
(
CATEGORY_POSITION
+
CATEGORY_
M
SET
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_FLIP
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_FLIP
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e1
:
SetCountLimit
(
1
,
92970404
)
e1
:
SetCountLimit
(
1
,
92970404
)
...
...
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