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
REIKAI
ygopro-222DIY-cards
Commits
5e40530b
Commit
5e40530b
authored
Nov 24, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hop
parent
f670bc91
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
1 deletion
+11
-1
expansions/script/c16114203.lua
expansions/script/c16114203.lua
+2
-0
expansions/script/c16114207.lua
expansions/script/c16114207.lua
+1
-0
expansions/script/c16114210.lua
expansions/script/c16114210.lua
+2
-0
expansions/script/c16114226.lua
expansions/script/c16114226.lua
+1
-0
expansions/script/c16114245.lua
expansions/script/c16114245.lua
+1
-0
expansions/script/c16114269.lua
expansions/script/c16114269.lua
+2
-0
expansions/script/c16114270.lua
expansions/script/c16114270.lua
+1
-1
expansions/script/c16114288.lua
expansions/script/c16114288.lua
+1
-0
No files found.
expansions/script/c16114203.lua
View file @
5e40530b
...
...
@@ -2,6 +2,8 @@
xpcall
(
function
()
dofile
(
"expansions/script/c16199990.lua"
)
end
,
function
()
dofile
(
"script/c16199990.lua"
)
end
)
local
m
,
cm
=
rk
.
set
(
16114203
,
nil
,
1
)
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
16114208
)
aux
.
AddSetNameMonsterList
(
c
,
0xccf
)
--Activate
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
...
...
expansions/script/c16114207.lua
View file @
5e40530b
...
...
@@ -3,6 +3,7 @@ local m=16114207
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
16114206
,
16114208
,
16114209
)
aux
.
AddSetNameMonsterList
(
c
,
0xccf
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_RELEASE
+
CATEGORY_REMOVE
+
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_DRAW
)
...
...
expansions/script/c16114210.lua
View file @
5e40530b
...
...
@@ -2,6 +2,8 @@
local
m
=
16114210
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
16114209
)
aux
.
AddSetNameMonsterList
(
c
,
0xccf
)
--search
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
...
...
expansions/script/c16114226.lua
View file @
5e40530b
...
...
@@ -3,6 +3,7 @@ xpcall(function() dofile("expansions/script/c16199990.lua") end,function() dofil
local
m
,
cm
=
rk
.
set
(
16114226
,
nil
,
1
)
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
16114205
)
aux
.
AddSetNameMonsterList
(
c
,
0xccf
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_DESTROY
)
...
...
expansions/script/c16114245.lua
View file @
5e40530b
...
...
@@ -3,6 +3,7 @@ local m=16114245
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
16114206
,
16114208
,
16114209
)
aux
.
AddSetNameMonsterList
(
c
,
0xccf
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_RELEASE
+
CATEGORY_REMOVE
+
CATEGORY_SPECIAL_SUMMON
+
CATEGORY_DRAW
)
...
...
expansions/script/c16114269.lua
View file @
5e40530b
...
...
@@ -2,6 +2,8 @@
local
m
=
16114269
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
16114208
)
aux
.
AddSetNameMonsterList
(
c
,
0xccf
)
--Activate
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
...
...
expansions/script/c16114270.lua
View file @
5e40530b
...
...
@@ -20,7 +20,7 @@ function cm.cfilter(c)
end
function
cm
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
cfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_
TOGRAV
E
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_
RELEAS
E
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
cfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
Duel
.
SendtoGrave
(
g
,
REASON_RELEASE
+
REASON_COST
)
e
:
SetLabel
(
g
:
GetFirst
():
GetType
())
...
...
expansions/script/c16114288.lua
View file @
5e40530b
...
...
@@ -3,6 +3,7 @@ xpcall(function() dofile("expansions/script/c16199990.lua") end,function() dofil
local
m
,
cm
=
rk
.
set
(
16114288
)
function
cm
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
16114247
)
aux
.
AddSetNameMonsterList
(
c
,
0xccf
)
--damage
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
...
...
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