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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
4143746a
Commit
4143746a
authored
Jul 09, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
defa08b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c5012604.lua
expansions/script/c5012604.lua
+3
-3
No files found.
expansions/FiNALE.cdb
View file @
4143746a
No preview for this file type
expansions/script/c5012604.lua
View file @
4143746a
...
...
@@ -5,7 +5,7 @@ function s.initial_effect(c)
c
:
SetUniqueOnField
(
1
,
1
,
id
)
--synchro summon
aux
.
AddSynchroProcedure
(
c
,
c5012604
.
sfliter
,
aux
.
NonTuner
(
nil
),
1
)
aux
.
AddSynchroProcedure
(
c
,
s
.
sfliter
,
aux
.
NonTuner
(
nil
),
1
)
c
:
EnableReviveLimit
()
--cannot special summon
local
e0
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -69,7 +69,7 @@ function s.initial_effect(c)
e5
:
SetValue
(
s
.
effectfilter
)
c
:
RegisterEffect
(
e5
)
end
function
c5012604
.
sfliter
(
c
)
function
s
.
sfliter
(
c
)
return
c
.
MoJin
==
true
end
function
s
.
cfilter
(
c
,
e
)
...
...
@@ -161,7 +161,7 @@ function s.gspcon(e,tp,eg,ep,ev,re,r,rp)
end
function
s
.
gspcon2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
d
=
Duel
.
GetAttackTarget
()
return
d
:
IsFaceup
()
and
d
:
IsSetCard
(
0x50a
)
and
d
:
IsControler
(
tp
)
return
d
:
IsFaceup
()
and
d
.
MoJin
==
true
and
d
:
IsControler
(
tp
)
and
Duel
.
GetMZoneCount
(
tp
,
d
,
tp
)
>
0
and
d
:
IsAbleToHand
()
end
function
s
.
gsptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
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