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
22dbe526
Commit
22dbe526
authored
Dec 08, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
3dd40b18
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
expansions/script/c7435193.lua
expansions/script/c7435193.lua
+3
-3
expansions/strings.conf
expansions/strings.conf
+1
-1
No files found.
expansions/script/c7435193.lua
View file @
22dbe526
...
@@ -103,9 +103,9 @@ function s.filter(c)
...
@@ -103,9 +103,9 @@ function s.filter(c)
return
c
:
IsCode
(
36623431
)
and
c
:
IsAbleToHand
()
return
c
:
IsCode
(
36623431
)
and
c
:
IsAbleToHand
()
end
end
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
s
.
filter
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
local
sg
=
Duel
.
GetMatchingGroup
(
aux
.
NOT
(
Card
.
IsSetCard
),
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
nil
,
0x1d
)
local
sg
=
Duel
.
GetMatchingGroup
(
aux
.
NOT
(
Card
.
IsSetCard
),
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
nil
,
0x1d
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
sg
,
sg
:
GetCount
(),
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
sg
,
sg
:
GetCount
(),
0
,
0
)
end
end
function
s
.
desfilter
(
c
)
function
s
.
desfilter
(
c
)
...
@@ -113,7 +113,7 @@ function s.desfilter(c)
...
@@ -113,7 +113,7 @@ function s.desfilter(c)
end
end
function
s
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
g
=
Duel
.
GetMatchingGroup
(
s
.
filter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
aux
.
NecroValleyFilter
(
s
.
filter
),
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
if
g
:
GetCount
()
==
0
then
return
end
if
g
:
GetCount
()
==
0
then
return
end
local
tc
=
g
:
GetFirst
()
local
tc
=
g
:
GetFirst
()
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
Duel
.
SendtoHand
(
tc
,
nil
,
REASON_EFFECT
)
...
...
expansions/strings.conf
View file @
22dbe526
...
@@ -711,7 +711,7 @@
...
@@ -711,7 +711,7 @@
!
setname
0
x7ad
战械
!
setname
0
x7ad
战械
!
setname
0
x17ae
源流使者
!
setname
0
x17ae
源流使者
!
setname
0
x7ae
源流
!
setname
0
x7ae
源流
!
setname
0
x
17af
猩红剧团
!
setname
0
x
57af
源石秘术
!
setname
0
x67af
深海猎人
!
setname
0
x67af
深海猎人
!
setname
0
x87af
方舟骑士团
!
setname
0
x87af
方舟骑士团
!
counter
0
x10ae
战术指示物
!
counter
0
x10ae
战术指示物
...
...
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