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
ebc0935e
Commit
ebc0935e
authored
Feb 02, 2026
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
6db22e31
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
23 additions
and
20 deletions
+23
-20
expansions/script/c11513089.lua
expansions/script/c11513089.lua
+10
-6
expansions/script/c28366277.lua
expansions/script/c28366277.lua
+1
-1
expansions/script/c28368431.lua
expansions/script/c28368431.lua
+1
-1
expansions/script/c65820010.lua
expansions/script/c65820010.lua
+1
-1
expansions/script/c71405000.lua
expansions/script/c71405000.lua
+3
-4
expansions/script/c71405001.lua
expansions/script/c71405001.lua
+1
-1
expansions/script/c71405002.lua
expansions/script/c71405002.lua
+1
-1
expansions/script/c71405003.lua
expansions/script/c71405003.lua
+1
-1
expansions/script/c71405004.lua
expansions/script/c71405004.lua
+1
-1
expansions/script/c71405005.lua
expansions/script/c71405005.lua
+1
-1
expansions/script/c71405008.lua
expansions/script/c71405008.lua
+1
-1
expansions/script/c71405010.lua
expansions/script/c71405010.lua
+1
-1
No files found.
expansions/script/c11513089.lua
View file @
ebc0935e
...
...
@@ -23,16 +23,20 @@ end
function
c11513089
.
ddtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
true
end
local
g
=
Duel
.
GetMatchingGroup
(
c11513089
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
c
,
c
)
local
atk
=
g
:
GetMaxGroup
(
Card
.
GetAttack
):
GetFirst
():
Ge
tAttack
()
local
g
=
Duel
.
GetMatchingGroup
(
c11513089
.
filter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
c
,
c
)
local
atk
=
g
:
Filter
(
Card
.
IsAttackAbove
,
nil
,
0
):
GetMaxGroup
(
Card
.
GetAttack
):
GetFirst
():
GetTex
tAttack
()
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
g
,
g
:
GetCount
(),
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DAMAGE
,
nil
,
0
,
1
-
tp
,
atk
)
if
atk
then
if
atk
<
0
then
atk
=
0
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DAMAGE
,
nil
,
0
,
1
-
tp
,
atk
)
end
end
function
c11513089
.
ddop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
g
=
Duel
.
GetMatchingGroup
(
c11513089
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
c
,
c
)
local
atk
=
g
:
GetMaxGroup
(
Card
.
GetAttack
):
GetFirst
():
GetAttack
()
if
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
~=
0
then
local
g
=
Duel
.
GetMatchingGroup
(
c11513089
.
filter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
c
,
c
)
local
atk
=
g
:
Filter
(
Card
.
IsAttackAbove
,
nil
,
0
):
GetMaxGroup
(
Card
.
GetAttack
):
GetFirst
():
GetTextAttack
()
if
atk
and
atk
<
0
then
atk
=
0
end
if
Duel
.
Destroy
(
g
,
REASON_EFFECT
)
~=
0
and
atk
then
Duel
.
Damage
(
1
-
tp
,
atk
,
REASON_EFFECT
)
end
end
\ No newline at end of file
expansions/script/c28366277.lua
View file @
ebc0935e
...
...
@@ -60,7 +60,7 @@ function c28366277.activate(e,tp,eg,ep,ev,re,r,rp)
if
#
tg
==
0
then
return
end
Duel
.
ConfirmCards
(
1
-
tp
,
tg
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DESTROY
)
local
dg
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
LOCATION_HAND
+
LOCATION_ONFIELD
,
0
,
#
tg
,
#
tg
,
nil
)
local
dg
=
Duel
.
SelectMatchingCard
(
tp
,
nil
,
tp
,
LOCATION_HAND
+
LOCATION_ONFIELD
,
0
,
#
tg
,
#
tg
,
aux
.
ExceptThisCard
(
e
)
)
Duel
.
HintSelection
(
dg
)
Duel
.
Destroy
(
dg
,
REASON_EFFECT
)
end
...
...
expansions/script/c28368431.lua
View file @
ebc0935e
...
...
@@ -60,7 +60,7 @@ end
function
c28368431
.
chkfilter
(
c
,
p
)
return
c
:
IsPreviousLocation
(
LOCATION_MZONE
)
and
c
:
IsPreviousControler
(
p
)
and
c
:
IsReason
(
REASON_DESTROY
)
end
function
c28368431
.
sp
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c28368431
.
reg
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c28368431
.
chkfilter
,
1
,
nil
,
tp
)
end
function
c28368431
.
regop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c65820010.lua
View file @
ebc0935e
...
...
@@ -198,7 +198,7 @@ function s.rmop1(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SetLP
(
tp
,
Duel
.
GetLP
(
tp
)
-
g
:
GetCount
()
*
1000
)
if
Duel
.
GetLP
(
tp
)
<=
0
then
Duel
.
SetLP
(
tp
,
4000
)
Duel
.
RaiseEvent
(
e
:
GetHandler
(),
EVENT_CUSTOM
+
65820000
,
e
,
REASON_
COS
T
,
tp
,
tp
,
4000
)
Duel
.
RaiseEvent
(
e
:
GetHandler
(),
EVENT_CUSTOM
+
65820000
,
e
,
REASON_
EFFEC
T
,
tp
,
tp
,
4000
)
end
end
end
\ No newline at end of file
expansions/script/c71405000.lua
View file @
ebc0935e
...
...
@@ -62,7 +62,6 @@ function s.op1(e,tp,eg,ep,ev,re,r,rp)
if
not
c
:
IsRelateToChain
()
then
return
end
Duel
.
SpecialSummon
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
function
s
.
filter2
(
c
)
return
c
:
IsSetCard
(
0x716
)
and
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
(
c
:
IsAbleToHand
()
or
c
:
IsSSetable
())
end
...
...
@@ -139,9 +138,9 @@ function yume.prism.Cost(e,tp,eg,ep,ev,re,r,rp,chk)
if
chk
==
0
then
return
yume
.
prism
.
checkCounter
(
tp
)
end
yume
.
prism
.
regCostLimit
(
e
,
tp
)
end
function
yume
.
prism
.
CounterFilter
(
re
,
tp
,
cid
)
return
c
:
IsLocation
(
LOCATION_
ONFIELD
)
and
c
:
GetSequence
()
<
5
or
not
c
:
IsLocation
(
LOCATION_
ONFIELD
)
and
c
:
GetPreviousSequence
()
<
5
function
yume
.
prism
.
CounterFilter
(
c
)
return
c
:
IsLocation
(
LOCATION_
MZONE
)
and
c
:
GetSequence
()
<
5
or
not
c
:
IsLocation
(
LOCATION_
MZONE
)
and
c
:
GetPreviousSequence
()
<
5
end
function
yume
.
prism
.
regCostLimit
(
e
,
tp
)
--zone limit
...
...
expansions/script/c71405001.lua
View file @
ebc0935e
...
...
@@ -4,7 +4,7 @@ function s.initial_effect(c)
if
not
(
yume
and
yume
.
prism
)
then
yume
=
yume
or
{}
yume
.
import_flag
=
true
c
:
CopyEffect
(
7140
4
000
,
0
)
c
:
CopyEffect
(
7140
5
000
,
0
)
yume
.
import_flag
=
false
end
yume
.
prism
.
addCounter
()
...
...
expansions/script/c71405002.lua
View file @
ebc0935e
...
...
@@ -4,7 +4,7 @@ function s.initial_effect(c)
if
not
(
yume
and
yume
.
prism
)
then
yume
=
yume
or
{}
yume
.
import_flag
=
true
c
:
CopyEffect
(
7140
4
000
,
0
)
c
:
CopyEffect
(
7140
5
000
,
0
)
yume
.
import_flag
=
false
end
yume
.
prism
.
addCounter
()
...
...
expansions/script/c71405003.lua
View file @
ebc0935e
...
...
@@ -4,7 +4,7 @@ function s.initial_effect(c)
if
not
(
yume
and
yume
.
prism
)
then
yume
=
yume
or
{}
yume
.
import_flag
=
true
c
:
CopyEffect
(
7140
4
000
,
0
)
c
:
CopyEffect
(
7140
5
000
,
0
)
yume
.
import_flag
=
false
end
yume
.
prism
.
addCounter
()
...
...
expansions/script/c71405004.lua
View file @
ebc0935e
...
...
@@ -4,7 +4,7 @@ function s.initial_effect(c)
if
not
(
yume
and
yume
.
prism
)
then
yume
=
yume
or
{}
yume
.
import_flag
=
true
c
:
CopyEffect
(
7140
4
000
,
0
)
c
:
CopyEffect
(
7140
5
000
,
0
)
yume
.
import_flag
=
false
end
yume
.
prism
.
addCounter
()
...
...
expansions/script/c71405005.lua
View file @
ebc0935e
...
...
@@ -30,7 +30,7 @@ function s.initial_effect(c)
e3
:
SetCost
(
s
.
cost1
)
e3
:
SetOperation
(
s
.
op3
)
c
:
RegisterEffect
(
e3
)
local
e3
=
e2
:
Clone
()
local
e3
a
=
e3
:
Clone
()
e3a
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3a
:
SetCode
(
EVENT_FREE_CHAIN
)
e3a
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
...
...
expansions/script/c71405008.lua
View file @
ebc0935e
...
...
@@ -4,7 +4,7 @@ function s.initial_effect(c)
if
not
(
yume
and
yume
.
prism
)
then
yume
=
yume
or
{}
yume
.
import_flag
=
true
c
:
CopyEffect
(
7140
4
000
,
0
)
c
:
CopyEffect
(
7140
5
000
,
0
)
yume
.
import_flag
=
false
end
yume
.
prism
.
addCounter
()
...
...
expansions/script/c71405010.lua
View file @
ebc0935e
...
...
@@ -69,7 +69,7 @@ end
function
s
.
op1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsRelateToChain
()
then
Duel
.
SSet
(
tp
,
tc
)
~=
0
Duel
.
SSet
(
tp
,
tc
)
end
end
function
s
.
cost3
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
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