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
ed4a5e32
Commit
ed4a5e32
authored
Jun 23, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
ae6a5e8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
0 deletions
+60
-0
expansions/script/c7432616.lua
expansions/script/c7432616.lua
+39
-0
expansions/script/c7444577.lua
expansions/script/c7444577.lua
+21
-0
No files found.
expansions/script/c7432616.lua
View file @
ed4a5e32
...
@@ -2,6 +2,14 @@
...
@@ -2,6 +2,14 @@
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
94820406
)
aux
.
AddCodeList
(
c
,
94820406
)
--adjust
local
e01
=
Effect
.
CreateEffect
(
c
)
e01
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e01
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e01
:
SetCode
(
EVENT_ADJUST
)
e01
:
SetRange
(
0xff
)
e01
:
SetOperation
(
s
.
adjustop
)
c
:
RegisterEffect
(
e01
)
--add code
--add code
local
e0
=
Effect
.
CreateEffect
(
c
)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
@@ -44,6 +52,37 @@ function s.initial_effect(c)
...
@@ -44,6 +52,37 @@ function s.initial_effect(c)
e3
:
SetOperation
(
s
.
addcount
)
e3
:
SetOperation
(
s
.
addcount
)
Duel
.
RegisterEffect
(
e3
,
0
)
Duel
.
RegisterEffect
(
e3
,
0
)
end
end
--[[if not E-HERO_Blacklotus_global_effect then
E-HERO_Blacklotus_global_effect=true
local auxIsMaterialListCode=aux.IsMaterialListCode
function aux.IsMaterialListCode(c,code)
return auxIsMaterialListCode
end
s.unit=c
local c=s.unit
local code=c:GetCode()
local code2={c:GetCode()}
Debug.Message(code)
Debug.Message(#code2)
for i=1,#code2 do
Debug.Message(code2[i])
end
end]]
end
function
s
.
adjustop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
--
if
not
s
.
globle_check
then
s
.
globle_check
=
true
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsType
,
0
,
LOCATION_EXTRA
,
LOCATION_EXTRA
,
nil
,
TYPE_FUSION
)
for
tc
in
aux
.
Next
(
g
)
do
if
tc
.
material
and
tc
.
material
[
58932615
]
then
tc
.
material
[
7432616
]
=
true
end
end
end
e
:
Reset
()
end
end
function
s
.
resetcount
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
resetcount
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
s
[
0
]
=
0
s
[
0
]
=
0
...
...
expansions/script/c7444577.lua
View file @
ed4a5e32
...
@@ -2,6 +2,14 @@
...
@@ -2,6 +2,14 @@
local
s
,
id
,
o
=
GetID
()
local
s
,
id
,
o
=
GetID
()
function
s
.
initial_effect
(
c
)
function
s
.
initial_effect
(
c
)
aux
.
AddCodeList
(
c
,
94820406
)
aux
.
AddCodeList
(
c
,
94820406
)
--adjust
local
e01
=
Effect
.
CreateEffect
(
c
)
e01
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
e01
:
SetProperty
(
EFFECT_FLAG_IGNORE_IMMUNE
)
e01
:
SetCode
(
EVENT_ADJUST
)
e01
:
SetRange
(
0xff
)
e01
:
SetOperation
(
s
.
adjustop
)
c
:
RegisterEffect
(
e01
)
--add code
--add code
local
e0
=
Effect
.
CreateEffect
(
c
)
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
@@ -33,6 +41,19 @@ function s.initial_effect(c)
...
@@ -33,6 +41,19 @@ function s.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
s
.
adjustop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
--
if
not
s
.
globle_check
then
s
.
globle_check
=
true
local
g
=
Duel
.
GetMatchingGroup
(
Card
.
IsType
,
0
,
LOCATION_EXTRA
,
LOCATION_EXTRA
,
nil
,
TYPE_FUSION
)
for
tc
in
aux
.
Next
(
g
)
do
if
tc
.
material
and
tc
.
material
[
21844576
]
then
tc
.
material
[
7444577
]
=
true
end
end
end
e
:
Reset
()
end
function
s
.
filter
(
c
)
function
s
.
filter
(
c
)
return
c
:
IsSetCard
(
0x8
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0x8
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
end
end
...
...
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