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
1c35390d
Commit
1c35390d
authored
Jul 03, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
33febe45
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
10 deletions
+12
-10
expansions/script/c11451527.lua
expansions/script/c11451527.lua
+2
-2
expansions/script/c11561075.lua
expansions/script/c11561075.lua
+6
-3
expansions/script/c88897040.lua
expansions/script/c88897040.lua
+4
-5
No files found.
expansions/script/c11451527.lua
View file @
1c35390d
...
...
@@ -56,11 +56,11 @@ function cm.initial_effect(c)
e5
:
SetRange
(
0xff
)
e5
:
SetValue
(
0x151
)
c
:
RegisterEffect
(
e5
)
if
not
cm
.
pendulum_link
then
--[[
if not cm.pendulum_link then
cm.pendulum_link=true
_GetLinkCount=Auxiliary.GetLinkCount
Auxiliary.GetLinkCount=function(tc) if tc:GetOriginalCode()==m and tc:IsLocation(LOCATION_PZONE) then return 0x20001 else return _GetLinkCount(tc) end end
end
end
--]]
end
if
not
Duel
.
GetMustMaterial
then
function
Duel
.
GetMustMaterial
(
tp
,
code
)
...
...
expansions/script/c11561075.lua
View file @
1c35390d
...
...
@@ -36,10 +36,10 @@ function cm.initial_effect(c)
end
function
c11561075
.
thfilter1
(
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
Duel
.
IsExistingMatchingCard
(
c11561075
.
thfilter2
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsLevelAbove
(
0
)
and
Duel
.
IsExistingTarget
(
c11561075
.
thfilter2
,
tp
,
0
,
LOCATION_GRAVE
,
1
,
nil
,
c
)
end
function
c11561075
.
thfilter2
(
c
,
tc
)
return
c
:
Is
Attribute
(
tc
:
GetAttribute
())
and
not
c
:
IsRace
(
tc
:
GetRac
e
())
and
c
:
IsAbleToHand
()
return
c
:
Is
Level
(
tc
:
GetLevel
())
and
not
c
:
IsAttribute
(
tc
:
GetAttribut
e
())
and
c
:
IsAbleToHand
()
end
function
c11561075
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_GRAVE
)
and
chkc
:
IsControler
(
1
-
tp
)
and
c11561075
.
thfilter1
(
chkc
)
end
...
...
@@ -65,7 +65,10 @@ function c11561075.mfilter(c,xyzc)
return
c
:
IsXyzLevel
(
xyzc
,
6
)
end
function
c11561075
.
xyzcheck
(
g
)
return
g
:
GetClassCount
(
Card
.
GetAttribute
)
==
1
local
attr
=
g
:
GetFirst
():
GetAttribute
()
local
tc
=
g
:
GetNext
()
while
tc
do
attr
=
attr
&
tc
:
GetAttribute
()
tc
=
g
:
GetNext
()
end
return
attr
>
0
end
function
c11561075
.
dtccost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
ct1
=
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_DECK
)
...
...
expansions/script/c88897040.lua
View file @
1c35390d
...
...
@@ -57,12 +57,11 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
if
g
:
GetCount
()
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_DESTROY
)
local
sg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
if
Duel
.
Destroy
(
sg
,
REASON_EFFECT
)
~=
0
then
Duel
.
Draw
(
tp
,
2
,
REASON_EFFECT
)
Duel
.
BreakEffect
()
Duel
.
Destroy
(
e
:
GetHandler
(),
REASON_EFFECT
)
end
Duel
.
Destroy
(
sg
,
REASON_EFFECT
)
end
Duel
.
Draw
(
tp
,
2
,
REASON_EFFECT
)
Duel
.
BreakEffect
()
Duel
.
Destroy
(
e
:
GetHandler
(),
REASON_EFFECT
)
end
function
s
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
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