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
f02951e9
Commit
f02951e9
authored
Aug 25, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
b20d9921
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
2 deletions
+14
-2
expansions/script/c22020900.lua
expansions/script/c22020900.lua
+1
-1
expansions/script/c22021340.lua
expansions/script/c22021340.lua
+1
-0
expansions/script/c22022460.lua
expansions/script/c22022460.lua
+4
-1
expansions/script/c22023380.lua
expansions/script/c22023380.lua
+8
-0
No files found.
expansions/script/c22020900.lua
View file @
f02951e9
...
@@ -33,7 +33,7 @@ function c22020900.atkcon2(e,tp,eg,ep,ev,re,r,rp)
...
@@ -33,7 +33,7 @@ function c22020900.atkcon2(e,tp,eg,ep,ev,re,r,rp)
return
Duel
.
IsPlayerAffectedByEffect
(
tp
,
22020910
)
return
Duel
.
IsPlayerAffectedByEffect
(
tp
,
22020910
)
end
end
function
c22020900
.
filter
(
c
,
e
,
tp
,
zone
)
function
c22020900
.
filter
(
c
,
e
,
tp
,
zone
)
return
c
:
IsLevelBelow
(
4
)
and
c
:
IsSetCard
(
0x
2
ff1
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP
,
tp
,
zone
)
return
c
:
IsLevelBelow
(
4
)
and
c
:
IsSetCard
(
0x
6
ff1
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP
,
tp
,
zone
)
end
end
function
c22020900
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c22020900
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
if
chk
==
0
then
...
...
expansions/script/c22021340.lua
View file @
f02951e9
...
@@ -18,6 +18,7 @@ function c22021340.initial_effect(c)
...
@@ -18,6 +18,7 @@ function c22021340.initial_effect(c)
e2
:
SetCondition
(
c22021340
.
handcon
)
e2
:
SetCondition
(
c22021340
.
handcon
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
c22021340
.
effect_with_altria
=
true
function
c22021340
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c22021340
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
ep
~=
tp
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
Duel
.
IsChainNegatable
(
ev
)
return
ep
~=
tp
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
Duel
.
IsChainNegatable
(
ev
)
end
end
...
...
expansions/script/c22022460.lua
View file @
f02951e9
...
@@ -4,7 +4,7 @@ function c22022460.initial_effect(c)
...
@@ -4,7 +4,7 @@ function c22022460.initial_effect(c)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
--material
--material
aux
.
AddMaterialCodeList
(
c
,
22020850
)
aux
.
AddMaterialCodeList
(
c
,
22020850
)
aux
.
AddFusionProcFunRep
(
c
,
c220224
4
0
.
ffilter
,
9
,
true
)
aux
.
AddFusionProcFunRep
(
c
,
c220224
6
0
.
ffilter
,
9
,
true
)
--spsummon condition
--spsummon condition
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
@@ -71,6 +71,9 @@ function c22022460.initial_effect(c)
...
@@ -71,6 +71,9 @@ function c22022460.initial_effect(c)
e6
:
SetOperation
(
c22022460
.
disop
)
e6
:
SetOperation
(
c22022460
.
disop
)
c
:
RegisterEffect
(
e6
)
c
:
RegisterEffect
(
e6
)
end
end
function
c22022460
.
ffilter
(
c
)
return
c
:
IsCode
(
22020850
)
or
aux
.
IsCodeListed
(
c
,
22020850
)
end
function
c22022460
.
spfilter
(
c
,
e
,
tp
)
function
c22022460
.
spfilter
(
c
,
e
,
tp
)
return
(
c
:
IsCode
(
22020850
)
or
aux
.
IsCodeListed
(
c
,
22020850
))
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
(
c
:
IsCode
(
22020850
)
or
aux
.
IsCodeListed
(
c
,
22020850
))
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
end
...
...
expansions/script/c22023380.lua
View file @
f02951e9
...
@@ -8,11 +8,19 @@ function c22023380.initial_effect(c)
...
@@ -8,11 +8,19 @@ function c22023380.initial_effect(c)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetRange
(
LOCATION_HAND
)
e1
:
SetCountLimit
(
1
,
22023380
)
e1
:
SetCountLimit
(
1
,
22023380
)
e1
:
SetCondition
(
c22023380
.
descon
)
e1
:
SetCost
(
c22023380
.
cost
)
e1
:
SetCost
(
c22023380
.
cost
)
e1
:
SetTarget
(
c22023380
.
target
)
e1
:
SetTarget
(
c22023380
.
target
)
e1
:
SetOperation
(
c22023380
.
operation
)
e1
:
SetOperation
(
c22023380
.
operation
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
function
c22023380
.
descfilter
(
c
)
return
c
:
IsSetCard
(
0xff1
)
end
function
c22023380
.
descon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
c22023380
.
descfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
e
:
GetHandler
())
end
function
c22023380
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c22023380
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
c
:
IsDiscardable
()
end
if
chk
==
0
then
return
c
:
IsDiscardable
()
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