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
9727dcb8
"svn:/svn.code.sf.net/p/irrlicht/code/trunk@763" did not exist on "e5dbed93dd59a6957b5be7a3d8c44dea83dec326"
Commit
9727dcb8
authored
Jan 03, 2026
by
tsubaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix3
parent
639d2955
Pipeline
#42361
passed with stage
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
script/c20035.lua
script/c20035.lua
+1
-2
No files found.
script/c20035.lua
View file @
9727dcb8
--策士之九尾
--策士之九尾
function
c20035
.
initial_effect
(
c
)
function
c20035
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
20038
)
aux
.
AddCodeList
(
c
,
20038
)
...
@@ -90,5 +89,5 @@ function c20035.val(e,c)
...
@@ -90,5 +89,5 @@ function c20035.val(e,c)
local
g
=
Duel
.
GetMatchingGroup
(
c20035
.
atkfilter
,
c
:
GetControler
(),
LOCATION_MZONE
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
c20035
.
atkfilter
,
c
:
GetControler
(),
LOCATION_MZONE
,
0
,
nil
)
if
g
:
GetCount
()
==
0
then
return
end
if
g
:
GetCount
()
==
0
then
return
end
local
tc
=
g
:
GetMaxGroup
(
c20035
.
filter
):
GetFirst
()
local
tc
=
g
:
GetMaxGroup
(
c20035
.
filter
):
GetFirst
()
return
(
tc
:
GetLevel
()
*
100
return
tc
:
GetLevel
()
*
100
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