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
ac459c3e
Commit
ac459c3e
authored
Jan 23, 2026
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add MSET for summon effect
parent
e6dc1df4
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
14 additions
and
13 deletions
+14
-13
c15735108.lua
c15735108.lua
+1
-1
c18235309.lua
c18235309.lua
+1
-1
c19041767.lua
c19041767.lua
+1
-0
c33750025.lua
c33750025.lua
+1
-1
c39712330.lua
c39712330.lua
+1
-1
c53318263.lua
c53318263.lua
+1
-1
c67584223.lua
c67584223.lua
+1
-1
c67725394.lua
c67725394.lua
+1
-1
c75025112.lua
c75025112.lua
+1
-1
c80604091.lua
c80604091.lua
+1
-1
c80921533.lua
c80921533.lua
+1
-1
c85847157.lua
c85847157.lua
+1
-1
c91957038.lua
c91957038.lua
+1
-1
c96570609.lua
c96570609.lua
+1
-1
No files found.
c15735108.lua
View file @
ac459c3e
...
@@ -4,7 +4,7 @@ function s.initial_effect(c)
...
@@ -4,7 +4,7 @@ function s.initial_effect(c)
--Activate
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
0
))
e1
:
SetCategory
(
CATEGORY_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SUMMON
+
CATEGORY_MSET
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
id
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetCountLimit
(
1
,
id
+
EFFECT_COUNT_CODE_OATH
)
...
...
c18235309.lua
View file @
ac459c3e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
function
c18235309
.
initial_effect
(
c
)
function
c18235309
.
initial_effect
(
c
)
--Activate
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SUMMON
+
CATEGORY_MSET
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
...
...
c19041767.lua
View file @
ac459c3e
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
function
c19041767
.
initial_effect
(
c
)
function
c19041767
.
initial_effect
(
c
)
--battle indes
--battle indes
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_SUMMON
+
CATEGORY_MSET
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e1
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
...
...
c33750025.lua
View file @
ac459c3e
...
@@ -8,7 +8,7 @@ function c33750025.initial_effect(c)
...
@@ -8,7 +8,7 @@ function c33750025.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--To hand
--To hand
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SUMMON
)
e2
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SUMMON
+
CATEGORY_MSET
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetRange
(
LOCATION_GRAVE
)
...
...
c39712330.lua
View file @
ac459c3e
...
@@ -8,7 +8,7 @@ function c39712330.initial_effect(c)
...
@@ -8,7 +8,7 @@ function c39712330.initial_effect(c)
--summon
--summon
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
39712330
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
39712330
,
0
))
e2
:
SetCategory
(
CATEGORY_SUMMON
)
e2
:
SetCategory
(
CATEGORY_SUMMON
+
CATEGORY_MSET
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
...
...
c53318263.lua
View file @
ac459c3e
...
@@ -16,7 +16,7 @@ function c53318263.initial_effect(c)
...
@@ -16,7 +16,7 @@ function c53318263.initial_effect(c)
--tribute summon
--tribute summon
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
53318263
,
1
))
e3
:
SetDescription
(
aux
.
Stringid
(
53318263
,
1
))
e3
:
SetCategory
(
CATEGORY_SUMMON
)
e3
:
SetCategory
(
CATEGORY_SUMMON
+
CATEGORY_MSET
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e3
:
SetCode
(
EVENT_TO_HAND
)
e3
:
SetCode
(
EVENT_TO_HAND
)
...
...
c67584223.lua
View file @
ac459c3e
...
@@ -15,7 +15,7 @@ function s.initial_effect(c)
...
@@ -15,7 +15,7 @@ function s.initial_effect(c)
--summon
--summon
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e2
:
SetDescription
(
aux
.
Stringid
(
id
,
1
))
e2
:
SetCategory
(
CATEGORY_SUMMON
)
e2
:
SetCategory
(
CATEGORY_SUMMON
+
CATEGORY_MSET
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCountLimit
(
1
,
id
+
o
)
e2
:
SetCountLimit
(
1
,
id
+
o
)
...
...
c67725394.lua
View file @
ac459c3e
...
@@ -16,7 +16,7 @@ function c67725394.initial_effect(c)
...
@@ -16,7 +16,7 @@ function c67725394.initial_effect(c)
--tribute summon
--tribute summon
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
67725394
,
1
))
e3
:
SetDescription
(
aux
.
Stringid
(
67725394
,
1
))
e3
:
SetCategory
(
CATEGORY_SUMMON
)
e3
:
SetCategory
(
CATEGORY_SUMMON
+
CATEGORY_MSET
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetCode
(
EVENT_FREE_CHAIN
)
e3
:
SetRange
(
LOCATION_HAND
)
e3
:
SetRange
(
LOCATION_HAND
)
...
...
c75025112.lua
View file @
ac459c3e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
function
c75025112
.
initial_effect
(
c
)
function
c75025112
.
initial_effect
(
c
)
--Activate
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_SUMMON
)
e1
:
SetCategory
(
CATEGORY_SUMMON
+
CATEGORY_MSET
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_MAIN_END
)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_MAIN_END
)
...
...
c80604091.lua
View file @
ac459c3e
...
@@ -8,7 +8,7 @@ function c80604091.initial_effect(c)
...
@@ -8,7 +8,7 @@ function c80604091.initial_effect(c)
--summon
--summon
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
80604091
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
80604091
,
0
))
e2
:
SetCategory
(
CATEGORY_SUMMON
)
e2
:
SetCategory
(
CATEGORY_SUMMON
+
CATEGORY_MSET
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
...
...
c80921533.lua
View file @
ac459c3e
...
@@ -9,7 +9,7 @@ function c80921533.initial_effect(c)
...
@@ -9,7 +9,7 @@ function c80921533.initial_effect(c)
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
80921533
,
0
))
e2
:
SetDescription
(
aux
.
Stringid
(
80921533
,
0
))
e2
:
SetProperty
(
EFFECT_FLAG_BOTH_SIDE
)
e2
:
SetProperty
(
EFFECT_FLAG_BOTH_SIDE
)
e2
:
SetCategory
(
CATEGORY_SUMMON
)
e2
:
SetCategory
(
CATEGORY_SUMMON
+
CATEGORY_MSET
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_FZONE
)
e2
:
SetRange
(
LOCATION_FZONE
)
e2
:
SetTarget
(
c80921533
.
target
)
e2
:
SetTarget
(
c80921533
.
target
)
...
...
c85847157.lua
View file @
ac459c3e
...
@@ -14,7 +14,7 @@ function c85847157.initial_effect(c)
...
@@ -14,7 +14,7 @@ function c85847157.initial_effect(c)
--tribute summon
--tribute summon
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetDescription
(
aux
.
Stringid
(
85847157
,
1
))
e2
:
SetDescription
(
aux
.
Stringid
(
85847157
,
1
))
e2
:
SetCategory
(
CATEGORY_SUMMON
)
e2
:
SetCategory
(
CATEGORY_SUMMON
+
CATEGORY_MSET
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e2
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
)
...
...
c91957038.lua
View file @
ac459c3e
...
@@ -7,7 +7,7 @@ function c91957038.initial_effect(c)
...
@@ -7,7 +7,7 @@ function c91957038.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--Normal Summon
--Normal Summon
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
e2
:
SetCategory
(
CATEGORY_SUMMON
)
e2
:
SetCategory
(
CATEGORY_SUMMON
+
CATEGORY_MSET
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetType
(
EFFECT_TYPE_IGNITION
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetRange
(
LOCATION_SZONE
)
e2
:
SetCountLimit
(
1
,
91957038
)
e2
:
SetCountLimit
(
1
,
91957038
)
...
...
c96570609.lua
View file @
ac459c3e
...
@@ -27,7 +27,7 @@ function c96570609.initial_effect(c)
...
@@ -27,7 +27,7 @@ function c96570609.initial_effect(c)
--summon
--summon
local
e4
=
Effect
.
CreateEffect
(
c
)
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetDescription
(
aux
.
Stringid
(
96570609
,
2
))
e4
:
SetDescription
(
aux
.
Stringid
(
96570609
,
2
))
e4
:
SetCategory
(
CATEGORY_SUMMON
)
e4
:
SetCategory
(
CATEGORY_SUMMON
+
CATEGORY_MSET
)
e4
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e4
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e4
:
SetRange
(
LOCATION_HAND
)
e4
:
SetRange
(
LOCATION_HAND
)
e4
:
SetCode
(
EVENT_FREE_CHAIN
)
e4
:
SetCode
(
EVENT_FREE_CHAIN
)
...
...
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