Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
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
MyCard
pre-release-database-cdb
Commits
8658f071
Commit
8658f071
authored
Jan 20, 2026
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
26b3fc01
Pipeline
#42656
passed with stages
in 7 minutes and 10 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
script/c101303083.lua
script/c101303083.lua
+1
-1
script/c101303095.lua
script/c101303095.lua
+2
-1
No files found.
script/c101303083.lua
View file @
8658f071
...
...
@@ -23,7 +23,7 @@ function s.initial_effect(c)
e3
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_DESTROY
)
e3
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e3
:
SetType
(
EFFECT_TYPE_IGNITION
)
e3
:
SetRange
(
LOCATION_
HAND
)
e3
:
SetRange
(
LOCATION_
GRAVE
)
e3
:
SetCountLimit
(
1
,
id
)
e3
:
SetCondition
(
s
.
thcon
)
e3
:
SetTarget
(
s
.
thtg
)
...
...
script/c101303095.lua
View file @
8658f071
...
...
@@ -51,7 +51,7 @@ function s.descon(e,tp,eg,ep,ev,re,r,rp)
return
Duel
.
GetTurnPlayer
()
==
1
-
tp
end
function
s
.
thfilter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x2dd
)
and
c
:
IsType
(
TYPE_MONSTER
)
or
c
:
IsRace
(
RACE_DINOSAUR
)
return
(
c
:
IsSetCard
(
0x2dd
)
and
c
:
IsType
(
TYPE_MONSTER
)
or
c
:
IsRace
(
RACE_DINOSAUR
)
)
and
c
:
IsAbleToHand
()
or
(
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
))
end
function
s
.
destg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
...
...
@@ -78,6 +78,7 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if
seq
>-
1
then
Duel
.
ConfirmDecktop
(
tp
,
dct
-
seq
)
Duel
.
DisableShuffleCheck
()
Duel
.
SetLP
(
tp
,
Duel
.
GetLP
(
tp
)
-
(
dct
-
seq
)
*
1000
)
local
spchk
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
hc
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
if
hc
:
IsAbleToHand
()
or
spchk
then
if
hc
:
IsAbleToHand
()
and
(
not
spchk
or
Duel
.
SelectOption
(
tp
,
1190
,
1152
)
==
0
)
then
...
...
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