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
ba7632fb
Commit
ba7632fb
authored
Aug 06, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1+1=3
parent
c569a5cf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
expansions/script/c16400153.lua
expansions/script/c16400153.lua
+1
-2
expansions/script/c16400157.lua
expansions/script/c16400157.lua
+1
-1
expansions/script/c16400159.lua
expansions/script/c16400159.lua
+1
-1
expansions/script/c65071108.lua
expansions/script/c65071108.lua
+1
-1
No files found.
expansions/script/c16400153.lua
View file @
ba7632fb
...
...
@@ -83,8 +83,7 @@ function s.sprfilter(c)
return
c
:
IsAbleToGraveAsCost
()
end
function
s
.
fselect
(
g
,
tp
,
sc
)
return
aux
.
gffcheck
(
g
,
Card
.
IsSetCard
,
0xce3
,
Card
.
IsCode
,
16400152
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
sc
)
<=
0
return
aux
.
gffcheck
(
g
,
Card
.
IsSetCard
,
0xce3
,
Card
.
IsCode
,
16400152
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
sc
)
>
0
end
function
s
.
sprcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
expansions/script/c16400157.lua
View file @
ba7632fb
...
...
@@ -82,7 +82,7 @@ function s.sprfilter(c)
end
function
s
.
fselect
(
g
,
tp
,
sc
)
return
aux
.
gffcheck
(
g
,
Card
.
IsSetCard
,
0xce3
,
Card
.
IsCode
,
16400156
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
sc
)
<=
0
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
sc
)
>
0
end
function
s
.
sprcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
expansions/script/c16400159.lua
View file @
ba7632fb
...
...
@@ -64,7 +64,7 @@ function s.sprfilter(c)
end
function
s
.
fselect
(
g
,
tp
,
sc
)
return
aux
.
gffcheck
(
g
,
Card
.
IsSetCard
,
0xce3
,
Card
.
IsCode
,
16400158
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
sc
)
<=
0
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
sc
)
>
0
end
function
s
.
sprcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
expansions/script/c65071108.lua
View file @
ba7632fb
...
...
@@ -43,7 +43,7 @@ function c65071108.initial_effect(c)
e6
:
SetType
(
EFFECT_TYPE_SINGLE
)
e6
:
SetCode
(
EFFECT_IMMUNE_EFFECT
)
e6
:
SetProperty
(
EFFECT_FLAG_SINGLE_RANGE
)
e6
:
SetRange
(
LOCATION_
M
ZONE
)
e6
:
SetRange
(
LOCATION_
S
ZONE
)
e6
:
SetCondition
(
c65071108
.
imcon
)
e6
:
SetValue
(
c65071108
.
efilter
)
c
:
RegisterEffect
(
e6
)
...
...
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