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
999ea2f4
Commit
999ea2f4
authored
Jun 12, 2025
by
GuGu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update c99999034.lua
parent
5111e96c
Pipeline
#37477
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
script/c99999034.lua
script/c99999034.lua
+9
-4
No files found.
script/c99999034.lua
View file @
999ea2f4
...
@@ -26,8 +26,8 @@ function c99999034.initial_effect(c)
...
@@ -26,8 +26,8 @@ function c99999034.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
99999034
,
2
))
e3
:
SetDescription
(
aux
.
Stringid
(
99999034
,
2
))
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e3
:
SetType
(
EFFECT_TYPE_
SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetType
(
EFFECT_TYPE_
FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetCode
(
EVENT_BATTLE_DESTROY
ING
)
e3
:
SetCode
(
EVENT_BATTLE_DESTROY
ED
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetRange
(
LOCATION_MZONE
)
e3
:
SetCountLimit
(
1
,
99999031
)
e3
:
SetCountLimit
(
1
,
99999031
)
e3
:
SetCondition
(
c99999034
.
con
)
e3
:
SetCondition
(
c99999034
.
con
)
...
@@ -76,9 +76,14 @@ function c99999034.thop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -76,9 +76,14 @@ function c99999034.thop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
end
end
function
c99999034
.
egfilter
(
c
,
tp
)
local
bc
=
c
:
GetBattleTarget
()
if
not
bc
then
return
false
end
return
c
:
IsRelateToBattle
()
and
c
:
IsControler
(
1
-
tp
)
and
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
bc
:
IsControler
(
tp
)
and
bc
:
IsType
(
TYPE_MONSTER
)
and
bc
:
IsStatus
(
STATUS_OPPO_BATTLE
)
end
function
c99999034
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c99999034
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
rc
=
eg
:
GetFirst
()
return
eg
and
eg
:
Filter
(
c99999034
.
egfilter
,
nil
,
tp
)
return
rc
:
IsRelateToBattle
()
and
rc
:
IsStatus
(
STATUS_OPPO_BATTLE
)
and
rc
:
IsControler
(
tp
)
and
rc
:
IsFaceup
()
end
end
function
c99999034
.
spfilter
(
c
,
e
,
tp
)
function
c99999034
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsCode
(
99999035
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
true
,
true
)
return
c
:
IsCode
(
99999035
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
true
,
true
)
...
...
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