Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
1
Issues
1
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
HiiragiGuardians
ygopro-THC-cards
Commits
8c48e04b
Commit
8c48e04b
authored
Jan 03, 2026
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c74561099.lua
parent
f0bcb381
Pipeline
#42374
passed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
script/c74561099.lua
script/c74561099.lua
+2
-0
No files found.
script/c74561099.lua
View file @
8c48e04b
...
@@ -189,6 +189,7 @@ function cCardno.AddXyzProcedure(c,f,lv,ct,alterf,alterdesc,maxct,alterop)
...
@@ -189,6 +189,7 @@ function cCardno.AddXyzProcedure(c,f,lv,ct,alterf,alterdesc,maxct,alterop)
end
end
function
cCardno
.
XyzCondition
(
f
,
lv
,
minct
,
maxct
,
alterf
,
alterdesc
,
alterop
)
function
cCardno
.
XyzCondition
(
f
,
lv
,
minct
,
maxct
,
alterf
,
alterdesc
,
alterop
)
return
function
(
e
,
c
,
og
,
min
,
max
)
return
function
(
e
,
c
,
og
,
min
,
max
)
if
(
min
and
type
(
min
)
~=
"Number"
)
or
(
max
and
type
(
max
)
~=
"Number"
)
then
return
false
end
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
if
c
:
IsType
(
TYPE_PENDULUM
)
and
c
:
IsFaceup
()
then
return
false
end
if
c
:
IsType
(
TYPE_PENDULUM
)
and
c
:
IsFaceup
()
then
return
false
end
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
...
@@ -220,6 +221,7 @@ function cCardno.XyzCondition(f,lv,minct,maxct,alterf,alterdesc,alterop)
...
@@ -220,6 +221,7 @@ function cCardno.XyzCondition(f,lv,minct,maxct,alterf,alterdesc,alterop)
end
end
function
cCardno
.
XyzTarget
(
f
,
lv
,
minct
,
maxct
,
alterf
,
alterdesc
,
alterop
)
function
cCardno
.
XyzTarget
(
f
,
lv
,
minct
,
maxct
,
alterf
,
alterdesc
,
alterop
)
return
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
c
,
og
,
min
,
max
)
return
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
c
,
og
,
min
,
max
)
if
(
min
and
type
(
min
)
~=
"Number"
)
or
(
max
and
type
(
max
)
~=
"Number"
)
then
return
false
end
if
og
and
not
min
then
if
og
and
not
min
then
return
true
return
true
end
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