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
c24edc74
Commit
c24edc74
authored
Jun 17, 2025
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
f7f12ed2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
11 deletions
+9
-11
script/c101301092.lua
script/c101301092.lua
+6
-6
script/c101301093.lua
script/c101301093.lua
+1
-0
script/c101301095.lua
script/c101301095.lua
+2
-5
No files found.
script/c101301092.lua
View file @
c24edc74
...
@@ -59,13 +59,13 @@ end
...
@@ -59,13 +59,13 @@ end
function
s
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
tg
=
Duel
.
GetTargetsRelateToChain
()
local
tg
=
Duel
.
GetTargetsRelateToChain
()
if
tg
:
GetCount
()
>
0
and
c
:
IsRelateToChain
()
then
if
c
:
IsRelateToChain
()
then
tg
:
AddCard
(
c
)
tg
:
AddCard
(
c
)
if
Duel
.
Destroy
(
tg
,
REASON_EFFECT
)
~=
0
then
end
local
dam
=
Duel
.
GetOperatedGroup
():
GetCount
()
if
tg
:
GetCount
()
>
0
and
Duel
.
Destroy
(
tg
,
REASON_EFFECT
)
~=
0
then
if
dam
>
0
then
local
dam
=
Duel
.
GetOperatedGroup
():
GetCount
()
Duel
.
Damage
(
1
-
tp
,
dam
*
500
,
REASON_EFFECT
)
if
dam
>
0
then
end
Duel
.
Damage
(
1
-
tp
,
dam
*
500
,
REASON_EFFECT
)
end
end
end
end
end
end
\ No newline at end of file
script/c101301093.lua
View file @
c24edc74
...
@@ -66,6 +66,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -66,6 +66,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
s
.
spfilter
),
tp
,
LOCATION_GRAVE
+
LOCATION_HAND
,
0
,
1
,
1
,
nil
,
e
,
tp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
s
.
spfilter
),
tp
,
LOCATION_GRAVE
+
LOCATION_HAND
,
0
,
1
,
1
,
nil
,
e
,
tp
)
if
#
g
>
0
and
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
~=
0
if
#
g
>
0
and
Duel
.
SpecialSummon
(
g
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP_DEFENSE
)
~=
0
and
c
:
IsRelateToChain
()
and
c
:
IsRelateToChain
()
and
c
:
IsControler
(
tp
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
,
PLAYER_NONE
,
0
)
>
0
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
,
PLAYER_NONE
,
0
)
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
2
))
then
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
2
))
then
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
...
...
script/c101301095.lua
View file @
c24edc74
...
@@ -53,11 +53,8 @@ function s.reccon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -53,11 +53,8 @@ function s.reccon(e,tp,eg,ep,ev,re,r,rp)
return
eg
:
IsExists
(
s
.
cfilter
,
1
,
nil
,
tp
)
return
eg
:
IsExists
(
s
.
cfilter
,
1
,
nil
,
tp
)
end
end
function
s
.
recop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
recop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
rec
=
eg
:
FilterCount
(
s
.
cfilter
,
nil
,
tp
)
Duel
.
Hint
(
HINT_CARD
,
0
,
id
)
if
rec
>
0
then
Duel
.
Recover
(
tp
,
500
,
REASON_EFFECT
)
Duel
.
Hint
(
HINT_CARD
,
0
,
id
)
Duel
.
Recover
(
tp
,
rec
*
500
,
REASON_EFFECT
)
end
end
end
function
s
.
cspfilter
(
c
,
tp
)
function
s
.
cspfilter
(
c
,
tp
)
return
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
c
:
IsPreviousControler
(
tp
)
and
c
:
IsPreviousSetCard
(
0x2d2
)
return
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
c
:
IsPreviousPosition
(
POS_FACEUP
)
and
c
:
IsPreviousControler
(
tp
)
and
c
:
IsPreviousSetCard
(
0x2d2
)
...
...
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