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
f86827ff
Commit
f86827ff
authored
Oct 24, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace c53752002.lua
parent
37c29a72
Pipeline
#30688
passed with stages
in 30 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
expansions/script/c53752002.lua
expansions/script/c53752002.lua
+3
-2
No files found.
expansions/script/c53752002.lua
View file @
f86827ff
...
@@ -280,12 +280,13 @@ function s.SynMixCondition(e,c,smat,mg1,min,max)
...
@@ -280,12 +280,13 @@ function s.SynMixCondition(e,c,smat,mg1,min,max)
aux
.
GCheckAdditional
=
nil
aux
.
GCheckAdditional
=
nil
SNNM
.
SubGroupParams
=
{}
SNNM
.
SubGroupParams
=
{}
Duel
.
ResetFlagEffect
(
tp
,
8173184
+
1
)
Duel
.
ResetFlagEffect
(
tp
,
8173184
+
1
)
return
res
and
mg
:
IsExists
(
s
.
ntfilter
,
1
,
nil
,
c
,
mg
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
c
)
>
0
return
res
and
mg
:
IsExists
(
s
.
ntfilter
,
1
,
nil
,
c
,
mg
)
end
end
function
s
.
ntfilter
(
c
,
sc
,
mg
)
function
s
.
ntfilter
(
c
,
sc
,
mg
)
return
s
.
TunerCheck
(
c
,
sc
)
and
mg
:
IsExists
(
s
.
NotTunerCheck
,
1
,
c
,
sc
)
return
s
.
TunerCheck
(
c
,
sc
)
and
mg
:
IsExists
(
s
.
NotTunerCheck
,
1
,
c
,
sc
)
end
end
function
s
.
syngoal
(
g
,
sc
,
smat
,
tp
,
mgchk
)
function
s
.
syngoal
(
g
,
sc
,
smat
,
tp
,
mgchk
)
if
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
sc
)
<=
0
then
return
false
end
if
not
g
:
IsExists
(
s
.
ntfilter
,
1
,
nil
,
sc
,
g
)
then
return
false
end
if
not
g
:
IsExists
(
s
.
ntfilter
,
1
,
nil
,
sc
,
g
)
then
return
false
end
if
smat
and
not
g
:
IsContains
(
smat
)
then
return
false
end
if
smat
and
not
g
:
IsContains
(
smat
)
then
return
false
end
if
not
aux
.
MustMaterialCheck
(
g
,
tp
,
EFFECT_MUST_BE_SMATERIAL
)
then
return
false
end
if
not
aux
.
MustMaterialCheck
(
g
,
tp
,
EFFECT_MUST_BE_SMATERIAL
)
then
return
false
end
...
@@ -421,7 +422,7 @@ function s.initial_effect(c)
...
@@ -421,7 +422,7 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
s
.
filter
(
c
,
tp
)
function
s
.
filter
(
c
,
tp
)
return
c
:
IsType
(
TYPE_FIELD
)
and
c
:
Is
Code
(
id
+
1
)
and
c
:
GetActivateEffect
():
IsActivatable
(
tp
,
true
,
true
)
return
c
:
IsType
(
TYPE_FIELD
)
and
c
:
Is
OriginalCodeRule
(
22702055
)
and
c
:
GetActivateEffect
():
IsActivatable
(
tp
,
true
,
true
)
end
end
function
s
.
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
s
.
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
1
,
nil
,
tp
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
1
,
nil
,
tp
)
end
...
...
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