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
0f8ed97a
Commit
0f8ed97a
authored
Apr 09, 2025
by
伊蕾娜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暗黑调整限制检测
parent
c562bd1e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
script/c16000006.lua
script/c16000006.lua
+1
-1
script/c74561009.lua
script/c74561009.lua
+2
-2
script/c74561014.lua
script/c74561014.lua
+3
-3
No files found.
script/c16000006.lua
View file @
0f8ed97a
...
...
@@ -52,7 +52,7 @@ function c16000006.value(e,c)
return
c
:
GetLevel
()
*
300
end
function
c16000006
.
synlimit
(
e
,
c
)
if
not
c
:
IsSetCard
(
0x5208
)
then
return
true
end
if
c
and
not
c
:
IsSetCard
(
0x5208
)
then
return
true
end
end
function
c16000006
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsDiscardable
()
end
...
...
script/c74561009.lua
View file @
0f8ed97a
...
...
@@ -10,7 +10,7 @@ function cCardno.initial_effect(c)
e2
:
SetCode
(
EFFECT_SPSUMMON_PROC
)
e2
:
SetProperty
(
EFFECT_FLAG_UNCOPYABLE
)
e2
:
SetRange
(
LOCATION_HAND
)
e2
:
SetCountLimit
(
1
,
Cardno
+
EFFECT_COUNT_CODE_OATH
)
e2
:
SetCountLimit
(
1
,
Cardno
)
e2
:
SetCondition
(
cCardno
.
spcon
)
e2
:
SetOperation
(
cCardno
.
spop
)
c
:
RegisterEffect
(
e2
)
...
...
@@ -112,5 +112,5 @@ function cCardno.spop(e,tp,eg,ep,ev,re,r,rp,c)
end
--synlimit
function
cCardno
.
synlimit
(
e
,
c
)
if
not
c
:
IsSetCard
(
0x5208
)
then
return
true
end
if
c
and
not
c
:
IsSetCard
(
0x5208
)
then
return
true
end
end
\ No newline at end of file
script/c74561014.lua
View file @
0f8ed97a
...
...
@@ -33,7 +33,7 @@ function cCardno.initial_effect(c)
e3
:
SetCondition
(
cCardno
.
spcon
)
e3
:
SetOperation
(
cCardno
.
spop
)
c
:
RegisterEffect
(
e3
)
end
--Nirvana
function
cCardno
.
nircost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
@@ -118,7 +118,7 @@ function cCardno.reop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
cCardno
.
synlimit
(
e
,
c
)
if
not
c
:
IsSetCard
(
0x5208
)
then
return
true
end
if
c
and
not
c
:
IsSetCard
(
0x5208
)
then
return
true
end
end
--
function
cCardno
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
@@ -136,5 +136,5 @@ function cCardno.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e3_1
,
tp
)
end
function
cCardno
.
splimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
return
not
c
:
IsSetCard
(
0x5208
)
and
(
c
:
IsType
(
TYPE_SYNCHRO
)
or
c
:
IsType
(
TYPE_XYZ
)
or
c
:
IsType
(
TYPE_FUSION
)
)
return
not
c
:
IsSetCard
(
0x5208
)
and
(
c
:
IsType
(
TYPE_SYNCHRO
)
or
c
:
IsType
(
TYPE_XYZ
)
or
c
:
IsType
(
TYPE_FUSION
)
)
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