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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
a4ebbea4
Commit
a4ebbea4
authored
Oct 31, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
54188
parent
2af09fdb
Pipeline
#30879
passed with stages
in 38 minutes and 11 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c11600016.lua
expansions/script/c11600016.lua
+1
-1
expansions/script/c11600032.lua
expansions/script/c11600032.lua
+5
-1
expansions/script/c11600071.lua
expansions/script/c11600071.lua
+1
-1
No files found.
expansions/FiNALE.cdb
View file @
a4ebbea4
No preview for this file type
expansions/script/c11600016.lua
View file @
a4ebbea4
--温迪
local
s
,
id
=
GetID
()
function
s
.
initial_effect
(
c
)
--fusion materia
--fusion materia
c
:
EnableReviveLimit
()
aux
.
AddFusionProcMix
(
c
,
false
,
true
,
s
.
fusfilter1
,
s
.
fusfilter1
,
s
.
fusfilter2
)
--cannot be target
...
...
expansions/script/c11600032.lua
View file @
a4ebbea4
...
...
@@ -140,8 +140,12 @@ function s.distg(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function
s
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
rc
=
re
:
GetHandler
()
if
Duel
.
NegateEffect
(
ev
)
and
re
:
GetHandler
():
IsRelateToEffect
(
re
)
then
Duel
.
SendtoDeck
(
eg
,
nil
,
2
,
REASON_EFFECT
)
if
rc
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
then
rc
:
CancelToGrave
()
end
Duel
.
SendtoDeck
(
eg
,
nil
,
2
,
REASON_EFFECT
)
end
end
...
...
expansions/script/c11600071.lua
View file @
a4ebbea4
--岩之魔神 摩拉克斯
local
s
,
id
=
GetID
()
function
s
.
initial_effect
(
c
)
--synchro summon
--synchro summon
aux
.
AddSynchroMixProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0xa540
),
nil
,
nil
,
aux
.
Tuner
(
aux
.
FilterBoolFunction
(
Card
.
IsSetCard
,
0xa540
)),
1
,
99
)
c
:
EnableReviveLimit
()
--spsummon
...
...
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