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
f28195be
Commit
f28195be
authored
Jul 16, 2025
by
tsubaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.0.0 fix1
parent
363336f8
Pipeline
#39068
passed with stage
in 21 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
script/c23507.lua
script/c23507.lua
+1
-1
script/c26101.lua
script/c26101.lua
+1
-0
script/c27059.lua
script/c27059.lua
+1
-1
No files found.
script/c23507.lua
View file @
f28195be
...
...
@@ -36,7 +36,7 @@ function c23507.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
c23507
.
matfilter
(
c
)
return
c
:
GetLevel
()
<=
4
and
c
:
IsSetCard
(
0x208
)
return
c
:
IsLevelBelow
(
4
)
and
c
:
IsSetCard
(
0x208
)
end
function
c23507
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetSummonType
()
==
SUMMON_TYPE_LINK
...
...
script/c26101.lua
View file @
f28195be
--伞符『比平时多转几圈』
local
s
,
id
=
GetID
()
function
s
.
initial_effect
(
c
)
c
:
SetUniqueOnField
(
1
,
0
,
26101
)
c
:
EnableCounterPermit
(
0x228b
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c27059.lua
View file @
f28195be
...
...
@@ -40,7 +40,7 @@ function c27059.initial_effect(c)
e6
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e6
:
SetRange
(
LOCATION_MZONE
)
e6
:
SetTargetRange
(
LOCATION_SZONE
,
0
)
e6
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
IsSetCard
,
0x16
4
))
e6
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
IsSetCard
,
0x16
8
))
c
:
RegisterEffect
(
e6
)
end
function
c27059
.
filter
(
c
)
...
...
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