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
634ff160
Commit
634ff160
authored
Apr 16, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
dc44118a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
26 deletions
+23
-26
expansions/script/c28321714.lua
expansions/script/c28321714.lua
+1
-1
expansions/script/c65131100.lua
expansions/script/c65131100.lua
+21
-24
expansions/script/c88897021.lua
expansions/script/c88897021.lua
+1
-1
No files found.
expansions/script/c28321714.lua
View file @
634ff160
...
@@ -78,7 +78,7 @@ function c28321714.thcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -78,7 +78,7 @@ function c28321714.thcon(e,tp,eg,ep,ev,re,r,rp)
local
fid
,
ct
=
e
:
GetLabel
()
local
fid
,
ct
=
e
:
GetLabel
()
if
Duel
.
GetTurnCount
()
<
ct
then
return
false
end
if
Duel
.
GetTurnCount
()
<
ct
then
return
false
end
local
g
=
e
:
GetLabelObject
()
local
g
=
e
:
GetLabelObject
()
if
g
:
IsExists
(
c28321714
.
cfilter
,
1
,
nil
,
fid
)
then
if
not
g
:
IsExists
(
c28321714
.
cfilter
,
1
,
nil
,
fid
)
then
g
:
DeleteGroup
()
g
:
DeleteGroup
()
e
:
Reset
()
e
:
Reset
()
return
false
return
false
...
...
expansions/script/c65131100.lua
View file @
634ff160
...
@@ -48,52 +48,49 @@ function s.initial_effect(c)
...
@@ -48,52 +48,49 @@ function s.initial_effect(c)
end
end
if
aux
.
GetValueType
(
targets
)
==
"Group"
then
if
aux
.
GetValueType
(
targets
)
==
"Group"
then
local
sg
=
targets
local
sg
=
targets
local
tc
=
sg
:
GetFirst
()
for
tc
in
aux
.
Next
(
sg
)
do
while
tc
do
if
tc
:
GetOriginalCode
()
==
id
and
tc
:
GetOwner
()
~=
player
then
if
tc
:
GetOriginalCode
()
==
id
and
tc
:
GetOwner
()
~=
player
then
Duel
.
Hint
(
HINT_CARD
,
0
,
86541496
)
Duel
.
Hint
(
HINT_CARD
,
0
,
86541496
)
Duel
.
Win
(
player
,
0x0
)
Duel
.
Win
(
player
,
0x0
)
end
end
tc
=
sg
:
GetNext
()
end
end
end
end
end
end
local
_SSet
=
Duel
.
SSet
local
_SSet
=
Duel
.
SSet
function
Duel
.
SSet
(
player
,
targets
,
tplayer
,
bool
)
function
Duel
.
SSet
(
player
,
targets
,
tplayer
,
bool
)
tplayer
=
tplayer
or
player
if
not
tplayer
then
tplayer
=
player
end
bool
=
bool
~=
false
local
lost
=
false
local
count
=
_SSet
(
player
,
targets
,
tplayer
,
bool
)
if
bool
and
bool
==
true
then
if
bool
and
bool
==
true
and
aux
.
GetValueType
(
targets
)
==
"Card"
then
if
aux
.
GetValueType
(
targets
)
==
"Card"
then
local
tc
=
targets
local
tc
=
targets
if
tc
:
GetOriginalCode
()
==
id
then
if
tc
:
GetOriginalCode
()
==
id
and
tc
:
GetOwner
()
==
tplayer
then
Duel
.
Hint
(
HINT_CARD
,
0
,
86541496
)
local
lost
=
true
Duel
.
Win
(
tc
:
GetOwner
(),
0x0
)
end
end
elseif
aux
.
GetValueType
(
targets
)
==
"Group"
then
end
local
sg
=
targets
if
bool
and
bool
==
true
and
aux
.
GetValueType
(
targets
)
==
"Group"
then
for
tc
in
aux
.
Next
(
sg
)
do
local
sg
=
targets
if
tc
:
GetOriginalCode
()
==
id
and
tc
:
GetOwner
()
==
tplayer
then
local
tc
=
sg
:
GetFirst
()
local
lost
=
true
while
tc
do
end
if
tc
:
GetOriginalCode
()
==
id
then
Duel
.
Hint
(
HINT_CARD
,
0
,
86541496
)
Duel
.
Win
(
tc
:
GetOwner
(),
0x0
)
end
end
tc
=
sg
:
GetNext
()
end
end
end
end
local
count
=
_SSet
(
player
,
targets
,
tplayer
,
bool
)
if
lost
then
Duel
.
Hint
(
HINT_CARD
,
0
,
86541496
)
Duel
.
Win
(
1
-
tplayer
,
0x0
)
end
return
count
return
count
end
end
local
_SortDecktop
=
Duel
.
SortDecktop
local
_SortDecktop
=
Duel
.
SortDecktop
function
Duel
.
SortDecktop
(
sort_player
,
target_player
,
count
)
function
Duel
.
SortDecktop
(
sort_player
,
target_player
,
count
)
_SortDecktop
(
sort_player
,
target_player
,
count
)
_SortDecktop
(
sort_player
,
target_player
,
count
)
local
sg
=
Duel
.
GetDecktopGroup
(
target_player
,
count
)
local
sg
=
Duel
.
GetDecktopGroup
(
target_player
,
count
)
local
tc
=
sg
:
GetFirst
()
for
tc
in
aux
.
Next
(
sg
)
do
while
tc
do
if
tc
:
GetOriginalCode
()
==
id
and
tc
:
GetOwner
()
~=
sort_player
then
if
tc
:
GetOriginalCode
()
==
id
and
tc
:
GetOwner
()
~=
sort_player
then
Duel
.
Hint
(
HINT_CARD
,
0
,
86541496
)
Duel
.
Hint
(
HINT_CARD
,
0
,
86541496
)
Duel
.
Win
(
sort_player
,
0x0
)
Duel
.
Win
(
sort_player
,
0x0
)
end
end
tc
=
sg
:
GetNext
()
end
end
end
end
end
end
...
...
expansions/script/c88897021.lua
View file @
634ff160
...
@@ -50,7 +50,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp,c,atk)
...
@@ -50,7 +50,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp,c,atk)
--destroy
--destroy
local
sg
=
Duel
.
GetMatchingGroup
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
local
sg
=
Duel
.
GetMatchingGroup
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
if
Duel
.
IsExistingMatchingCard
(
cm
.
mpfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
and
sg
:
GetCount
()
>
0
if
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_MZONE
,
0
)
<
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_MZONE
)
and
sg
:
GetCount
()
>=
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
0
))
then
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
0
))
then
Duel
.
BreakEffect
()
Duel
.
BreakEffect
()
Duel
.
Destroy
(
sg
,
REASON_EFFECT
)
Duel
.
Destroy
(
sg
,
REASON_EFFECT
)
...
...
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