Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
Nanahira-Cards
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
nanahira
Nanahira-Cards
Commits
ff3752e5
Commit
ff3752e5
authored
Apr 29, 2025
by
xiaoye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
3ec5ceab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
expansions/script/c37573005.lua
expansions/script/c37573005.lua
+1
-2
expansions/script/c37573007.lua
expansions/script/c37573007.lua
+1
-1
No files found.
expansions/script/c37573005.lua
View file @
ff3752e5
...
@@ -59,7 +59,7 @@ cm.gloabl = {
...
@@ -59,7 +59,7 @@ cm.gloabl = {
op
=
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
op
=
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
cm
.
xyz
.
card
[
rp
]
=
true
cm
.
xyz
.
card
[
rp
]
=
true
for
tc
in
aux
.
Next
(
eg
)
do
for
tc
in
aux
.
Next
(
eg
)
do
tc
:
RegisterFlagEffect
(
m
,
RESET_EVENT
+
RESETS_
STANDARD
,
0
,
1
)
tc
:
RegisterFlagEffect
(
m
,
RESET_EVENT
+
RESETS_
WITHOUT_TEMP_REMOVE
-
RESET_TURN_SET
,
0
,
1
)
end
end
end
end
}
}
...
@@ -105,7 +105,6 @@ cm.e1 = {
...
@@ -105,7 +105,6 @@ cm.e1 = {
_e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_COST
)
_e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_COST
)
cost
(
_e
,
_tp
,
_eg
,
_ep
,
_ev
,
_re
,
_r
,
_rp
,
_chk
)
cost
(
_e
,
_tp
,
_eg
,
_ep
,
_ev
,
_re
,
_r
,
_rp
,
_chk
)
end
)
end
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
v
:
Reset
()
v
:
Reset
()
end
end
...
...
expansions/script/c37573007.lua
View file @
ff3752e5
...
@@ -109,7 +109,7 @@ cm.e2 = {
...
@@ -109,7 +109,7 @@ cm.e2 = {
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FACEUP
)
local
sg
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
e2
.
gain
.
atkfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
1
,
e
:
GetHandler
(),
g
:
GetFirst
():
GetAttack
())
local
sg
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
e2
.
gain
.
atkfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
1
,
1
,
e
:
GetHandler
(),
g
:
GetFirst
():
GetAttack
())
local
tc
=
sg
:
GetFirst
()
local
tc
=
sg
:
GetFirst
()
if
tc
:
IsImmuneToEffect
(
e
)
then
if
not
tc
:
IsImmuneToEffect
(
e
)
then
local
og
=
tc
:
GetOverlayGroup
()
local
og
=
tc
:
GetOverlayGroup
()
if
og
:
GetCount
()
>
0
then
if
og
:
GetCount
()
>
0
then
Duel
.
SendtoGrave
(
og
,
REASON_RULE
)
Duel
.
SendtoGrave
(
og
,
REASON_RULE
)
...
...
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