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
79e8c2e8
Commit
79e8c2e8
authored
Sep 12, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
byd
parent
30112018
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
69 additions
and
39 deletions
+69
-39
expansions/script/c53702500.lua
expansions/script/c53702500.lua
+67
-37
expansions/script/c65020185.lua
expansions/script/c65020185.lua
+1
-1
expansions/script/c65045006.lua
expansions/script/c65045006.lua
+1
-1
No files found.
expansions/script/c53702500.lua
View file @
79e8c2e8
This diff is collapsed.
Click to expand it.
expansions/script/c65020185.lua
View file @
79e8c2e8
...
...
@@ -66,7 +66,7 @@ function c65020185.fusfil(c)
return
c
:
IsFusionSetCard
(
0xcda9
)
and
c
:
IsFusionType
(
TYPE_FUSION
)
end
function
c65020185
.
calfil
(
c
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsFaceup
()
and
not
c
.
material_code
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsFaceup
()
and
c
.
material
==
nil
end
function
c65020185
.
notsoulop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
phase
=
Duel
.
GetCurrentPhase
()
...
...
expansions/script/c65045006.lua
View file @
79e8c2e8
...
...
@@ -25,7 +25,7 @@ function c65045006.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
c65045006
.
adof
(
c
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsFaceup
()
and
not
c
.
material_code
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsFaceup
()
and
c
.
material
==
nil
end
function
c65045006
.
adop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
phase
=
Duel
.
GetCurrentPhase
()
...
...
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