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
1a6deb0d
Commit
1a6deb0d
authored
Jan 31, 2025
by
tsubaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix tenhou
parent
5e353e86
Pipeline
#32890
passed with stage
in 10 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
expansions/AI.cdb
expansions/AI.cdb
+0
-0
expansions/thc.cdb
expansions/thc.cdb
+0
-0
script/c22522.lua
script/c22522.lua
+4
-4
No files found.
expansions/AI.cdb
View file @
1a6deb0d
No preview for this file type
expansions/thc.cdb
View file @
1a6deb0d
No preview for this file type
script/c22522.lua
View file @
1a6deb0d
...
@@ -7,7 +7,7 @@ function s.initial_effect(c)
...
@@ -7,7 +7,7 @@ function s.initial_effect(c)
-- ①:自己基本分比对方高的场合
-- ①:自己基本分比对方高的场合
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
)
e1
:
SetCode
(
EFFECT_CANNOT_ATTACK_ANNOUNCE
)
e1
:
SetCode
(
EFFECT_CANNOT_ATTACK_ANNOUNCE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTargetRange
(
0
,
LOCATION_MZONE
)
e1
:
SetTargetRange
(
0
,
LOCATION_MZONE
)
...
@@ -20,7 +20,7 @@ function s.initial_effect(c)
...
@@ -20,7 +20,7 @@ function s.initial_effect(c)
-- ②:自己基本分比对方低的场合
-- ②:自己基本分比对方低的场合
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetCode
(
EFFECT_CANNOT_ATTACK_ANNOUNCE
)
e3
:
SetCode
(
EFFECT_CANNOT_ATTACK_ANNOUNCE
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetTargetRange
(
0
,
LOCATION_MZONE
)
e3
:
SetTargetRange
(
0
,
LOCATION_MZONE
)
...
@@ -53,7 +53,7 @@ end
...
@@ -53,7 +53,7 @@ end
-- ①:自己基本分比对方高的场合
-- ①:自己基本分比对方高的场合
function
s
.
highlpcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
highlpcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetLP
(
tp
)
>
Duel
.
GetLP
(
1
-
tp
)
return
Duel
.
GetLP
(
e
:
GetHandlerPlayer
())
>
Duel
.
GetLP
(
1
-
e
:
GetHandlerPlayer
()
)
end
end
function
s
.
columntg1
(
e
,
c
)
function
s
.
columntg1
(
e
,
c
)
return
c
:
GetColumnGroup
():
IsContains
(
e
:
GetHandler
())
==
false
return
c
:
GetColumnGroup
():
IsContains
(
e
:
GetHandler
())
==
false
...
@@ -61,7 +61,7 @@ end
...
@@ -61,7 +61,7 @@ end
-- ②:自己基本分比对方低的场合
-- ②:自己基本分比对方低的场合
function
s
.
lowlpcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
lowlpcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetLP
(
tp
)
<
Duel
.
GetLP
(
1
-
tp
)
return
Duel
.
GetLP
(
e
:
GetHandlerPlayer
())
<
Duel
.
GetLP
(
1
-
e
:
GetHandlerPlayer
()
)
end
end
function
s
.
columntg2
(
e
,
c
)
function
s
.
columntg2
(
e
,
c
)
return
c
:
GetColumnGroup
():
IsContains
(
e
:
GetHandler
())
return
c
:
GetColumnGroup
():
IsContains
(
e
:
GetHandler
())
...
...
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