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
ab7e9577
Commit
ab7e9577
authored
Aug 14, 2025
by
tsubaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.0.0正式版b version
parent
acce78e6
Pipeline
#40168
passed with stage
in 8 seconds
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
4 deletions
+6
-4
expansions/AI.cdb
expansions/AI.cdb
+0
-0
expansions/thc.cdb
expansions/thc.cdb
+0
-0
script/c25049.lua
script/c25049.lua
+4
-4
script/c25050.lua
script/c25050.lua
+1
-0
script/c27059.lua
script/c27059.lua
+1
-0
No files found.
expansions/AI.cdb
View file @
ab7e9577
No preview for this file type
expansions/thc.cdb
View file @
ab7e9577
No preview for this file type
script/c25049.lua
View file @
ab7e9577
--雾符『毒气花园』
function
c25049
.
initial_effect
(
c
)
--c:SetUniqueOnField(1,0,25049,LOCATION_ONFIELD)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
...
...
@@ -35,16 +36,15 @@ function c25049.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
c25049
.
tfilter
(
c
)
return
c
:
IsSetCard
(
0x165
)
and
c
:
Is
AbleToHand
()
return
c
:
IsSetCard
(
0x165
)
and
c
:
Is
Releasable
()
end
function
c25049
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
return
end
local
g
=
Duel
.
GetMatchingGroup
(
c25049
.
tfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
)
if
g
:
GetCount
()
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
25049
,
0
))
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_
ATOHAND
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_
RELEASE
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
sg
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
sg
)
Duel
.
Release
(
sg
,
REASON_EFFECT
)
end
end
function
c25049
.
tokentg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
script/c25050.lua
View file @
ab7e9577
...
...
@@ -6,6 +6,7 @@ function c25050.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetHintTiming
(
0
,
TIMING_STANDBY_PHASE
)
e1
:
SetCountLimit
(
1
,
25050
)
e1
:
SetCost
(
c25050
.
cost
)
e1
:
SetTarget
(
c25050
.
target
)
e1
:
SetOperation
(
c25050
.
activate
)
...
...
script/c27059.lua
View file @
ab7e9577
...
...
@@ -39,6 +39,7 @@ function c27059.initial_effect(c)
e6
:
SetType
(
EFFECT_TYPE_FIELD
)
e6
:
SetCode
(
EFFECT_TRAP_ACT_IN_SET_TURN
)
e6
:
SetProperty
(
EFFECT_FLAG_SET_AVAILABLE
)
e6
:
SetCountLimit
(
2
)
e6
:
SetRange
(
LOCATION_MZONE
)
e6
:
SetTargetRange
(
LOCATION_SZONE
,
0
)
e6
:
SetTarget
(
aux
.
TargetBoolFunction
(
Card
.
IsSetCard
,
0x164
))
...
...
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