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
d8ac646d
Commit
d8ac646d
authored
Jan 26, 2025
by
Huangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
344d4dc4
Pipeline
#32795
passed with stages
in 45 minutes and 34 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
expansions/FiNALE.cdb
expansions/FiNALE.cdb
+0
-0
expansions/script/c18700544.lua
expansions/script/c18700544.lua
+0
-1
expansions/script/c75642014.lua
expansions/script/c75642014.lua
+4
-4
No files found.
expansions/FiNALE.cdb
View file @
d8ac646d
No preview for this file type
expansions/script/c18700544.lua
View file @
d8ac646d
...
...
@@ -48,7 +48,6 @@ function cm.initial_effect(c)
function
Card
.
CheckFusionMaterial
(
card
,
Group_fus
,
Card_g
,
int_chkf
,
not_mat
)
local
exg
=
Group
.
CreateGroup
()
exg
=
Duel
.
GetMatchingGroup
(
cm
.
filter0
,
int_chkf
,
0
,
LOCATION_MZONE
+
LOCATION_GRAVE
,
nil
,
card
)
exg
=
Group
.
__bxor
(
exg
,
Group_fus
):
Filter
(
Card
.
IsLocation
,
nil
,
LOCATION_MZONE
+
LOCATION_GRAVE
)
if
exg
:
GetCount
()
>
0
then
if
Duel
.
GetFlagEffect
(
0
,
m
)
~=
0
and
Duel
.
GetFlagEffect
(
0
,
m
+
50
)
==
0
then
Duel
.
RegisterFlagEffect
(
0
,
m
+
50
,
RESET_CHAIN
,
0
,
1
)
...
...
expansions/script/c75642014.lua
View file @
d8ac646d
...
...
@@ -33,7 +33,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e3
)
local
e4
=
e3
:
Clone
()
e4
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e4
:
SetCode
(
EVENT_LEAVE_FIELD
)
e4
:
SetCode
(
EVENT_LEAVE_FIELD
)
e4
:
SetRange
(
LOCATION_MZONE
)
e4
:
SetCondition
(
s
.
tkcon
)
c
:
RegisterEffect
(
e4
)
...
...
@@ -94,10 +94,10 @@ function s.sprop(e,tp,eg,ep,ev,re,r,rp,c)
g
:
DeleteGroup
()
end
function
s
.
cfilter
(
c
,
tp
)
return
not
c
:
GetControler
()
==
tp
return
c
:
IsPreviousControler
(
1
-
tp
)
end
function
s
.
tkcon
(
e
)
return
eg
:
IsExists
(
s
.
cfilter
,
1
,
nil
,
e
:
GetHandlerPlayer
()
)
function
s
.
tkcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
s
.
cfilter
,
1
,
nil
,
tp
)
end
function
s
.
tktg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
b1
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
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