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
d7e0ac93
Commit
d7e0ac93
authored
Apr 03, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
23aa4124
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
11 deletions
+12
-11
expansions/script/c11451505.lua
expansions/script/c11451505.lua
+1
-1
expansions/script/c11451506.lua
expansions/script/c11451506.lua
+3
-3
expansions/script/c11451507.lua
expansions/script/c11451507.lua
+1
-1
expansions/script/c11451508.lua
expansions/script/c11451508.lua
+1
-1
expansions/script/c11451509.lua
expansions/script/c11451509.lua
+1
-1
expansions/script/c11451510.lua
expansions/script/c11451510.lua
+1
-1
expansions/script/c11451927.lua
expansions/script/c11451927.lua
+1
-1
expansions/script/c60010059.lua
expansions/script/c60010059.lua
+1
-1
expansions/script/c9310055.lua
expansions/script/c9310055.lua
+2
-1
No files found.
expansions/script/c11451505.lua
View file @
d7e0ac93
...
...
@@ -91,7 +91,7 @@ function cm.addition(e,tp,eg,ep,ev,re,r,rp)
local
off
=
1
local
ops
=
{}
local
opval
=
{}
local
b1
=
e
:
GetLabel
()
&
(
0x8
-
0x1
)
>
0
local
b1
=
e
:
GetLabel
()
&
(
0x8
-
0x1
)
>
0
and
re
:
GetHandler
():
IsStatus
(
STATUS_CHAINING
)
local
b2
=
e
:
GetLabel
()
&
(
0x40
-
0x8
)
>
0
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToHand
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
local
b3
=
e
:
GetLabel
()
&
(
0x200
-
0x40
)
>
0
and
re
:
GetHandler
():
IsRelateToEffect
(
re
)
and
re
:
GetHandler
():
IsAbleToRemove
()
local
b4
=
e
:
GetLabel
()
&
(
0x1000
-
0x200
)
>
0
...
...
expansions/script/c11451506.lua
View file @
d7e0ac93
...
...
@@ -82,8 +82,8 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function
cm
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
te
=
e
:
GetLabelObject
()
if
te
and
aux
.
GetValueType
(
te
)
==
"Effect"
and
te
:
GetHandler
():
IsRelateToEffect
(
e
)
and
Duel
.
SendtoDeck
(
te
:
GetHandler
(),
nil
,
2
,
REASON_EFFECT
)
>
0
then
if
te
:
GetHandler
():
IsLocation
(
LOCATION_DECK
)
then
Duel
.
ShuffleDeck
(
tp
)
end
if
te
and
aux
.
GetValueType
(
te
)
==
"Effect"
and
te
:
GetHandler
():
IsRelateToEffect
(
e
)
and
Duel
.
SendtoDeck
(
te
:
GetHandler
(),
nil
,
2
,
REASON_EFFECT
)
>
0
and
te
:
GetHandler
():
IsLocation
(
LOCATION_DECK
+
LOCATION_EXTRA
)
then
Duel
.
ShuffleDeck
(
tp
)
e
:
SetLabelObject
(
te
:
GetLabelObject
())
local
op
=
te
:
GetOperation
()
if
op
then
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
end
...
...
@@ -106,7 +106,7 @@ function cm.addition(e,tp,eg,ep,ev,re,r,rp)
local
off
=
1
local
ops
=
{}
local
opval
=
{}
local
b1
=
e
:
GetLabel
()
&
(
0x8
-
0x1
)
>
0
local
b1
=
e
:
GetLabel
()
&
(
0x8
-
0x1
)
>
0
and
re
:
GetHandler
():
IsStatus
(
STATUS_CHAINING
)
local
b2
=
e
:
GetLabel
()
&
(
0x40
-
0x8
)
>
0
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToHand
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
local
b3
=
e
:
GetLabel
()
&
(
0x200
-
0x40
)
>
0
and
re
:
GetHandler
():
IsRelateToEffect
(
re
)
and
re
:
GetHandler
():
IsAbleToRemove
()
local
b4
=
e
:
GetLabel
()
&
(
0x1000
-
0x200
)
>
0
...
...
expansions/script/c11451507.lua
View file @
d7e0ac93
...
...
@@ -125,7 +125,7 @@ function cm.addition(e,tp,eg,ep,ev,re,r,rp)
local
off
=
1
local
ops
=
{}
local
opval
=
{}
local
b1
=
e
:
GetLabel
()
&
(
0x8
-
0x1
)
>
0
local
b1
=
e
:
GetLabel
()
&
(
0x8
-
0x1
)
>
0
and
re
:
GetHandler
():
IsStatus
(
STATUS_CHAINING
)
local
b2
=
e
:
GetLabel
()
&
(
0x40
-
0x8
)
>
0
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToHand
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
local
b3
=
e
:
GetLabel
()
&
(
0x200
-
0x40
)
>
0
and
re
:
GetHandler
():
IsRelateToEffect
(
re
)
and
re
:
GetHandler
():
IsAbleToRemove
()
local
b4
=
e
:
GetLabel
()
&
(
0x1000
-
0x200
)
>
0
...
...
expansions/script/c11451508.lua
View file @
d7e0ac93
...
...
@@ -92,7 +92,7 @@ function cm.addition(e,tp,eg,ep,ev,re,r,rp)
local
off
=
1
local
ops
=
{}
local
opval
=
{}
local
b1
=
e
:
GetLabel
()
&
(
0x8
-
0x1
)
>
0
local
b1
=
e
:
GetLabel
()
&
(
0x8
-
0x1
)
>
0
and
re
:
GetHandler
():
IsStatus
(
STATUS_CHAINING
)
local
b2
=
e
:
GetLabel
()
&
(
0x40
-
0x8
)
>
0
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToHand
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
local
b3
=
e
:
GetLabel
()
&
(
0x200
-
0x40
)
>
0
and
re
:
GetHandler
():
IsRelateToEffect
(
re
)
and
re
:
GetHandler
():
IsAbleToRemove
()
local
b4
=
e
:
GetLabel
()
&
(
0x1000
-
0x200
)
>
0
...
...
expansions/script/c11451509.lua
View file @
d7e0ac93
...
...
@@ -123,7 +123,7 @@ function cm.addition(e,tp,eg,ep,ev,re,r,rp)
local
off
=
1
local
ops
=
{}
local
opval
=
{}
local
b1
=
e
:
GetLabel
()
&
(
0x8
-
0x1
)
>
0
local
b1
=
e
:
GetLabel
()
&
(
0x8
-
0x1
)
>
0
and
re
:
GetHandler
():
IsStatus
(
STATUS_CHAINING
)
local
b2
=
e
:
GetLabel
()
&
(
0x40
-
0x8
)
>
0
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToHand
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
local
b3
=
e
:
GetLabel
()
&
(
0x200
-
0x40
)
>
0
and
re
:
GetHandler
():
IsRelateToEffect
(
re
)
and
re
:
GetHandler
():
IsAbleToRemove
()
local
b4
=
e
:
GetLabel
()
&
(
0x1000
-
0x200
)
>
0
...
...
expansions/script/c11451510.lua
View file @
d7e0ac93
...
...
@@ -203,7 +203,7 @@ function cm.addition(e,tp,eg,ep,ev,re,r,rp)
local
off
=
1
local
ops
=
{}
local
opval
=
{}
local
b1
=
e
:
GetLabel
()
&
(
0x8
-
0x1
)
>
0
local
b1
=
e
:
GetLabel
()
&
(
0x8
-
0x1
)
>
0
and
re
:
GetHandler
():
IsStatus
(
STATUS_CHAINING
)
local
b2
=
e
:
GetLabel
()
&
(
0x40
-
0x8
)
>
0
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToHand
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
local
b3
=
e
:
GetLabel
()
&
(
0x200
-
0x40
)
>
0
and
re
:
GetHandler
():
IsRelateToEffect
(
re
)
and
re
:
GetHandler
():
IsAbleToRemove
()
local
b4
=
e
:
GetLabel
()
&
(
0x1000
-
0x200
)
>
0
...
...
expansions/script/c11451927.lua
View file @
d7e0ac93
...
...
@@ -197,7 +197,7 @@ function cm.LinkOperation(f,minc,maxc,gf)
e4
:
SetType
(
EFFECT_TYPE_FIELD
)
e4
:
SetCode
(
EFFECT_ACTIVATE_COST
)
--e4:SetRange(LOCATION_SZONE)
e4
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e4
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
+
EFFECT_FLAG_UNCOPYABLE
)
e4
:
SetTargetRange
(
1
,
0
)
e4
:
SetTarget
(
function
(
e
,
te
,
tp
)
e
:
SetLabelObject
(
te
)
return
te
==
e1
or
te
==
e2
end
)
--oc==te:GetHandler() and te:IsHasType(EFFECT_TYPE_QUICK_F) end)
e4
:
SetOperation
(
cm
.
costop
)
...
...
expansions/script/c60010059.lua
View file @
d7e0ac93
...
...
@@ -19,7 +19,7 @@ function cm.initial_effect(c)
e2
:
SetCode
(
EVENT_LEAVE_FIELD
)
e2
:
SetRange
(
LOCATION_HAND
+
LOCATION_GRAVE
)
e2
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DAMAGE_CAL
+
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CARD_TARGET
)
e
1
:
SetCountLimit
(
1
,
70010059
)
e
2
:
SetCountLimit
(
1
,
70010059
)
e2
:
SetCondition
(
c60010059
.
condition
)
e2
:
SetTarget
(
c60010059
.
target
)
e2
:
SetOperation
(
c60010059
.
operation
)
...
...
expansions/script/c9310055.lua
View file @
d7e0ac93
...
...
@@ -68,6 +68,7 @@ function c9310055.activate(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RTOHAND
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c9310055
.
disfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
1
,
nil
)
if
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
~=
0
then
if
not
re
:
GetHandler
():
IsStatus
(
STATUS_CHAINING
)
then
return
end
Duel
.
NegateActivation
(
ev
)
end
end
...
...
@@ -87,7 +88,7 @@ function c9310055.addition(e,tp,eg,ep,ev,re,r,rp)
local
off
=
1
local
ops
=
{}
local
opval
=
{}
local
b1
=
e
:
GetLabel
()
&
(
0x8
-
0x1
)
>
0
local
b1
=
e
:
GetLabel
()
&
(
0x8
-
0x1
)
>
0
and
re
:
GetHandler
():
IsStatus
(
STATUS_CHAINING
)
local
b2
=
e
:
GetLabel
()
&
(
0x40
-
0x8
)
>
0
and
Duel
.
IsExistingMatchingCard
(
Card
.
IsAbleToHand
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
1
,
nil
)
local
b3
=
e
:
GetLabel
()
&
(
0x200
-
0x40
)
>
0
and
re
:
GetHandler
():
IsRelateToEffect
(
re
)
and
re
:
GetHandler
():
IsAbleToRemove
()
local
b4
=
e
:
GetLabel
()
&
(
0x1000
-
0x200
)
>
0
...
...
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