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
a101af48
Commit
a101af48
authored
Jun 09, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c084c5c9
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
8 deletions
+12
-8
expansions/no81.cdb
expansions/no81.cdb
+0
-0
expansions/pics/11180057.jpg
expansions/pics/11180057.jpg
+0
-0
expansions/pics/9911720.jpg
expansions/pics/9911720.jpg
+0
-0
expansions/script/c11180054.lua
expansions/script/c11180054.lua
+4
-4
expansions/script/c75081043.lua
expansions/script/c75081043.lua
+1
-1
expansions/script/c95101034.lua
expansions/script/c95101034.lua
+1
-1
expansions/script/c98500302.lua
expansions/script/c98500302.lua
+2
-1
expansions/script/c9911720.lua
expansions/script/c9911720.lua
+4
-1
No files found.
expansions/no81.cdb
View file @
a101af48
No preview for this file type
expansions/pics/11180057.jpg
View replaced file @
c084c5c9
View file @
a101af48
29.9 KB
|
W:
|
H:
259 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/pics/9911720.jpg
View replaced file @
c084c5c9
View file @
a101af48
59.8 KB
|
W:
|
H:
59.9 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c11180054.lua
View file @
a101af48
...
...
@@ -34,16 +34,16 @@ function s.initial_effect(c)
e4
:
SetTarget
(
s
.
sptg
)
e4
:
SetOperation
(
s
.
spop
)
c
:
RegisterEffect
(
e4
)
if
not
cm
.
Effect_Count
then
cm
.
Effect_Count
=
true
if
not
s
.
Effect_Count
then
s
.
Effect_Count
=
true
local
e7_1
=
Effect
.
GlobalEffect
()
e7_1
:
SetType
(
EFFECT_TYPE_CONTINUOUS
+
EFFECT_TYPE_FIELD
)
e7_1
:
SetCode
(
EVENT_CHAINING
)
e7_1
:
SetOperation
(
cm
.
counterop
)
e7_1
:
SetOperation
(
s
.
counterop
)
Duel
.
RegisterEffect
(
e7_1
,
0
)
end
end
function
cm
.
counterop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
counterop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
GetTurnPlayer
()
==
e
:
GetHandlerPlayer
()
then
Duel
.
RegisterFlagEffect
(
e
:
GetHandlerPlayer
(),
id
+
1
,
RESET_PHASE
+
PHASE_END
,
0
,
2
)
end
...
...
expansions/script/c75081043.lua
View file @
a101af48
...
...
@@ -30,7 +30,7 @@ function c75081043.initial_effect(c)
e3
:
SetDescription
(
aux
.
Stringid
(
75081043
,
1
))
e3
:
SetCategory
(
CATEGORY_TOGRAVE
)
e3
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
)
e3
:
SetProperty
(
EFFECT_FLAG_DAMAGE_STEP
+
EFFECT_FLAG_DELAY
)
e3
:
SetCode
(
EVENT_SUMMON_SUCCESS
)
e3
:
SetCondition
(
c75081043
.
descon
)
e3
:
SetTarget
(
c75081043
.
target
)
...
...
expansions/script/c95101034.lua
View file @
a101af48
...
...
@@ -29,7 +29,7 @@ function c95101034.activate(e,tp,eg,ep,ev,re,r,rp)
if
ft
<=
0
then
return
end
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsFaceup
()
and
tc
:
IsRelateToEffect
(
e
)
then
local
code
=
c
:
GetCode
()
local
code
=
t
c
:
GetCode
()
local
g
=
Duel
.
GetMatchingGroup
(
c95101034
.
spfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
,
e
,
tp
,
code
)
local
ct
=
g
:
GetCount
()
if
ct
==
0
then
return
end
...
...
expansions/script/c98500302.lua
View file @
a101af48
...
...
@@ -3,7 +3,7 @@ function c98500302.initial_effect(c)
c
:
EnableReviveLimit
()
aux
.
AddCodeList
(
c
,
10000000
,
10000010
,
10000020
)
aux
.
AddFusionProcFunFunRep
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionCode
,
10000020
,
10000000
,
10000010
),
c98500302
.
ffilter
,
1
,
2
,
true
)
aux
.
AddContactFusionProcedure
(
c
,
c98500302
.
cfilter
,
LOCATION_HAND
+
LOCATION_MZONE
,
0
,
c98500302
.
sprop
(
c
))
aux
.
AddContactFusionProcedure
(
c
,
c98500302
.
cfilter
,
LOCATION_HAND
+
LOCATION_MZONE
+
LOCATION_REMOVED
,
0
,
c98500302
.
sprop
(
c
))
--CANNOT_BE_FUSION_MATERIAL
local
e0
=
Effect
.
CreateEffect
(
c
)
e0
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
@@ -77,6 +77,7 @@ function c98500302.sprop(c)
local
code
=
tc
:
GetOriginalCode
()
c
:
CopyEffect
(
code
,
RESET_EVENT
+
RESETS_STANDARD
-
RESET_TOFIELD
,
1
)
tc
=
cg
:
GetNext
()
c
:
RegisterFlagEffect
(
98500302
,
RESET_EVENT
+
0xff0000
,
EFFECT_FLAG_CLIENT_HINT
,
1
,
0
,
aux
.
Stringid
(
98500302
,
3
))
end
end
end
...
...
expansions/script/c9911720.lua
View file @
a101af48
...
...
@@ -2,7 +2,7 @@
function
c9911720
.
initial_effect
(
c
)
--fusion material
c
:
EnableReviveLimit
()
aux
.
AddFusionProcFunRep
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsFusionSetCard
,
0x9957
)
,
2
,
false
)
aux
.
AddFusionProcFunRep
(
c
,
c9911720
.
mfilter
,
2
,
false
)
aux
.
AddContactFusionProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsReleasable
,
REASON_SPSUMMON
),
LOCATION_MZONE
,
0
,
Duel
.
Release
,
REASON_SPSUMMON
+
REASON_MATERIAL
)
--spsummon condition
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -34,6 +34,9 @@ function c9911720.initial_effect(c)
e3
:
SetOperation
(
c9911720
.
rmop
)
c
:
RegisterEffect
(
e3
)
end
function
c9911720
.
mfilter
(
c
)
return
c
:
IsFusionSetCard
(
0x9957
)
and
not
c
:
IsType
(
TYPE_FUSION
)
end
function
c9911720
.
thfilter
(
c
)
return
c
:
IsSetCard
(
0x9957
)
and
c
:
IsAbleToHand
()
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