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
21ae6885
Commit
21ae6885
authored
Oct 03, 2025
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c26078.lua
parent
77ccdc7a
Pipeline
#40865
passed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
script/c26078.lua
script/c26078.lua
+2
-3
No files found.
script/c26078.lua
View file @
21ae6885
...
@@ -36,7 +36,6 @@ function c26078.initial_effect(c)
...
@@ -36,7 +36,6 @@ function c26078.initial_effect(c)
local
e5
=
Effect
.
CreateEffect
(
c
)
local
e5
=
Effect
.
CreateEffect
(
c
)
e5
:
SetDescription
(
aux
.
Stringid
(
26078
,
2
))
e5
:
SetDescription
(
aux
.
Stringid
(
26078
,
2
))
e5
:
SetCategory
(
CATEGORY_HANDES
)
e5
:
SetCategory
(
CATEGORY_HANDES
)
e5
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e5
:
SetType
(
EFFECT_TYPE_IGNITION
)
e5
:
SetType
(
EFFECT_TYPE_IGNITION
)
e5
:
SetCountLimit
(
1
)
e5
:
SetCountLimit
(
1
)
e5
:
SetRange
(
LOCATION_MZONE
)
e5
:
SetRange
(
LOCATION_MZONE
)
...
@@ -90,7 +89,7 @@ function c26078.spop(e,tp,eg,ep,ev,re,r,rp,c)
...
@@ -90,7 +89,7 @@ function c26078.spop(e,tp,eg,ep,ev,re,r,rp,c)
end
end
rg1
:
Merge
(
rg2
)
rg1
:
Merge
(
rg2
)
c
:
SetMaterial
(
rg1
)
c
:
SetMaterial
(
rg1
)
Duel
.
Release
(
rg1
,
REASON_
COST
)
Duel
.
Release
(
rg1
,
REASON_
SPSUMMON
)
end
end
function
c26078
.
filter
(
c
)
function
c26078
.
filter
(
c
)
return
c
:
IsDestructable
()
and
c
:
IsFacedown
()
return
c
:
IsDestructable
()
and
c
:
IsFacedown
()
...
@@ -139,5 +138,5 @@ function c26078.ditg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -139,5 +138,5 @@ function c26078.ditg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_HANDES
,
nil
,
0
,
tp
,
1
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_HANDES
,
nil
,
0
,
tp
,
1
)
end
end
function
c26078
.
diop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c26078
.
diop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
DiscardHand
(
tp
,
Card
.
IsDiscardable
,
1
,
1
,
REASON_EFFECT
,
nil
)
Duel
.
DiscardHand
(
tp
,
Card
.
IsDiscardable
,
1
,
1
,
REASON_EFFECT
+
REASON_DISCARD
,
nil
)
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