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
870476a0
Commit
870476a0
authored
Feb 19, 2025
by
Nemo Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Natori errata
parent
cec38509
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
10 deletions
+19
-10
expansions/no81.cdb
expansions/no81.cdb
+0
-0
expansions/script/c33701108.lua
expansions/script/c33701108.lua
+19
-10
No files found.
expansions/no81.cdb
View file @
870476a0
No preview for this file type
expansions/script/c33701108.lua
View file @
870476a0
--.LiveVTuber Yaezawa Natori
--.LiveVTuber Yaezawa Natori
function
c33701108
.
initial_effect
(
c
)
function
c33701108
.
initial_effect
(
c
)
--xyz summon
--xyz summon
aux
.
AddXyzProcedure
(
c
,
nil
,
9
,
3
)
aux
.
AddXyzProcedure
(
c
,
nil
,
9
,
3
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
...
@@ -28,7 +28,7 @@ function c33701108.initial_effect(c)
...
@@ -28,7 +28,7 @@ function c33701108.initial_effect(c)
e4
:
SetCondition
(
c33701108
.
incon
)
e4
:
SetCondition
(
c33701108
.
incon
)
e4
:
SetTargetRange
(
LOCATION_ONFIELD
,
LOCATION_ONFIELD
)
e4
:
SetTargetRange
(
LOCATION_ONFIELD
,
LOCATION_ONFIELD
)
e4
:
SetCode
(
EFFECT_DISABLE
)
e4
:
SetCode
(
EFFECT_DISABLE
)
c
:
RegisterEffect
(
e4
)
--
c:RegisterEffect(e4)
--
--
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
+
EFFECT_TYPE_FIELD
)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
+
EFFECT_TYPE_FIELD
)
...
@@ -37,6 +37,7 @@ function c33701108.initial_effect(c)
...
@@ -37,6 +37,7 @@ function c33701108.initial_effect(c)
e1
:
SetCode
(
EVENT_CHAINING
)
e1
:
SetCode
(
EVENT_CHAINING
)
e1
:
SetCategory
(
CATEGORY_NEGATE
)
e1
:
SetCategory
(
CATEGORY_NEGATE
)
e1
:
SetCondition
(
c33701108
.
discon
)
e1
:
SetCondition
(
c33701108
.
discon
)
e1
:
SetCost
(
c33701108
.
discost
)
e1
:
SetTarget
(
c33701108
.
distg
)
e1
:
SetTarget
(
c33701108
.
distg
)
e1
:
SetOperation
(
c33701108
.
disop
)
e1
:
SetOperation
(
c33701108
.
disop
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
...
@@ -79,19 +80,27 @@ function c33701108.dfilter(c,tp)
...
@@ -79,19 +80,27 @@ function c33701108.dfilter(c,tp)
end
end
function
c33701108
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c33701108
.
discon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
e
:
GetHandler
():
IsStatus
(
STATUS_BATTLE_DESTROYED
)
or
not
Duel
.
IsChainNegatable
(
ev
)
then
return
false
end
if
e
:
GetHandler
():
IsStatus
(
STATUS_BATTLE_DESTROYED
)
or
not
Duel
.
IsChainNegatable
(
ev
)
then
return
false
end
local
ex
,
tg
,
tc
=
Duel
.
GetOperationInfo
(
ev
,
CATEGORY_NEGATE
)
local
ex1
,
tg1
,
tc1
=
Duel
.
GetOperationInfo
(
ev
,
CATEGORY_NEGATE
)
return
re
:
IsHasCategory
(
CATEGORY_NEGATE
)
and
ex
and
tg
~=
nil
and
tc
+
tg
:
FilterCount
(
c33701108
.
dfilter
,
nil
,
tp
)
-
tg
:
GetCount
()
>
0
local
ex2
,
tg2
,
tc2
=
Duel
.
GetOperationInfo
(
ev
,
CATEGORY_DISABLE
)
local
b1
=
ex1
and
tg1
~=
nil
and
tc1
+
tg1
:
FilterCount
(
c33701108
.
dfilter
,
nil
,
tp
)
-
tg1
:
GetCount
()
>
0
local
b2
=
ex2
and
tg2
~=
nil
and
tc2
+
tg2
:
FilterCount
(
c33701108
.
dfilter
,
nil
,
tp
)
-
tg2
:
GetCount
()
>
0
return
b1
or
b2
end
function
c33701108
.
discost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
CheckRemoveOverlayCard
(
tp
,
1
,
REASON_COST
)
or
e
:
GetHandler
():
GetOverlayCount
()
==
0
end
if
e
:
GetHandler
():
CheckRemoveOverlayCard
(
tp
,
1
,
REASON_COST
)
then
e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_COST
)
end
end
end
function
c33701108
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c33701108
.
distg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
if
chk
==
0
then
return
true
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DISABLE
,
eg
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DISABLE
,
eg
,
1
,
0
,
0
)
end
end
function
c33701108
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c33701108
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
NegateEffect
(
ev
)
local
c
=
e
:
GetHandler
()
if
Duel
.
NegateEffect
(
ev
)
and
c
:
GetOverlayCount
()
==
0
then
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
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