Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
no81cards
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
Nemo Ma
no81cards
Commits
cdbcc3f2
Commit
cdbcc3f2
authored
Sep 10, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c99139e0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
11 deletions
+14
-11
expansions/script/c13020070.lua
expansions/script/c13020070.lua
+6
-5
expansions/script/c66680130.lua
expansions/script/c66680130.lua
+4
-3
expansions/script/c66680135.lua
expansions/script/c66680135.lua
+4
-3
No files found.
expansions/script/c13020070.lua
View file @
cdbcc3f2
...
@@ -68,15 +68,16 @@ function cm.initial_effect(c)
...
@@ -68,15 +68,16 @@ function cm.initial_effect(c)
qe
:
SetRange
(
LOCATION_HAND
)
qe
:
SetRange
(
LOCATION_HAND
)
local
con
=
e0
:
GetCondition
()
local
con
=
e0
:
GetCondition
()
qe
:
SetCondition
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
qe
:
SetCondition
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
and
return
not
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
and
(
not
con
or
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
))
(
not
con
or
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
))
end
)
end
)
-- 修复未定义的tc变量
-- 修复未定义的tc变量
cm
.
global_jc
[
c
]
=
cm
.
global_jc
[
c
]
or
{}
cm
.
global_jc
[
c
]
=
cm
.
global_jc
[
c
]
or
{}
cm
.
global_jc
[
c
][
#
cm
.
global_jc
[
c
]
+
1
]
=
qe
cm
.
global_jc
[
c
][
#
cm
.
global_jc
[
c
]
+
1
]
=
qe
c
:
RegisterEffect
(
qe
)
c
:
RegisterEffect
(
qe
)
e0
:
SetCondition
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e0
:
SetCondition
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
not
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
and
return
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
and
(
not
con
or
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
))
(
not
con
or
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
))
end
)
end
)
...
@@ -122,7 +123,7 @@ function cm.triggertg(e, tp, eg, ep, ev, re, r, rp, chk)
...
@@ -122,7 +123,7 @@ function cm.triggertg(e, tp, eg, ep, ev, re, r, rp, chk)
-- 仅在装备怪兽攻击力为0时才会触发后续操作,所以这里添加条件判断
-- 仅在装备怪兽攻击力为0时才会触发后续操作,所以这里添加条件判断
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
ec
=
c
:
GetEquipTarget
()
local
ec
=
c
:
GetEquipTarget
()
if
ec
and
(
ec
:
GetAttack
()
-
748
)
==
0
then
if
ec
and
(
ec
:
GetAttack
()
-
444
)
==
0
then
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_RELEASE
,
ec
,
1
,
tp
,
LOCATION_MZONE
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_RELEASE
,
ec
,
1
,
tp
,
LOCATION_MZONE
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
c
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
c
,
1
,
0
,
0
)
...
@@ -159,9 +160,9 @@ function cm.triggerop(e, tp, eg, ep, ev, re, r, rp)
...
@@ -159,9 +160,9 @@ function cm.triggerop(e, tp, eg, ep, ev, re, r, rp)
Duel
.
Destroy
(
c
,
REASON_EFFECT
)
Duel
.
Destroy
(
c
,
REASON_EFFECT
)
end
end
end
end
end
end
function
cm
.
filter
(
c
)
function
cm
.
filter
(
c
)
return
c
:
IsType
(
TYPE_EQUIP
)
and
not
c
:
IsCode
(
m
)
and
c
:
IsAbleToHand
()
return
c
:
IsType
(
TYPE_EQUIP
)
and
not
c
:
IsCode
(
m
)
and
c
:
IsAbleToHand
()
end
end
...
...
expansions/script/c66680130.lua
View file @
cdbcc3f2
...
@@ -29,6 +29,7 @@ end
...
@@ -29,6 +29,7 @@ end
function
s
.
setcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
setcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
c
:
IsAbleToDeckAsCost
()
end
if
chk
==
0
then
return
c
:
IsAbleToDeckAsCost
()
end
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
Duel
.
SendtoDeck
(
c
,
nil
,
SEQ_DECKSHUFFLE
,
REASON_COST
)
Duel
.
SendtoDeck
(
c
,
nil
,
SEQ_DECKSHUFFLE
,
REASON_COST
)
end
end
...
...
expansions/script/c66680135.lua
View file @
cdbcc3f2
...
@@ -32,6 +32,7 @@ end
...
@@ -32,6 +32,7 @@ end
function
s
.
tgcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
tgcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
c
:
IsAbleToDeckAsCost
()
end
if
chk
==
0
then
return
c
:
IsAbleToDeckAsCost
()
end
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
Duel
.
SendtoDeck
(
c
,
nil
,
SEQ_DECKSHUFFLE
,
REASON_COST
)
Duel
.
SendtoDeck
(
c
,
nil
,
SEQ_DECKSHUFFLE
,
REASON_COST
)
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