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
939c04e0
Commit
939c04e0
authored
Sep 13, 2023
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
e132422d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
expansions/no81.cdb
expansions/no81.cdb
+0
-0
expansions/script/c1000610.lua
expansions/script/c1000610.lua
+3
-7
No files found.
expansions/no81.cdb
View file @
939c04e0
No preview for this file type
expansions/script/c1000610.lua
View file @
939c04e0
...
@@ -15,7 +15,6 @@ function c1000610.initial_effect(c)
...
@@ -15,7 +15,6 @@ function c1000610.initial_effect(c)
e2
:
SetCategory
(
CATEGORY_REMOVE
)
e2
:
SetCategory
(
CATEGORY_REMOVE
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetType
(
EFFECT_TYPE_SINGLE
+
EFFECT_TYPE_TRIGGER_O
)
e2
:
SetCode
(
EVENT_BATTLE_START
)
e2
:
SetCode
(
EVENT_BATTLE_START
)
e2
:
SetCondition
(
c1000610
.
con
)
e2
:
SetCondition
(
c1000610
.
remcon
)
e2
:
SetCondition
(
c1000610
.
remcon
)
e2
:
SetTarget
(
c1000610
.
remtg
)
e2
:
SetTarget
(
c1000610
.
remtg
)
e2
:
SetOperation
(
c1000610
.
remop
)
e2
:
SetOperation
(
c1000610
.
remop
)
...
@@ -74,15 +73,12 @@ end
...
@@ -74,15 +73,12 @@ end
function
c1000610
.
filter9
(
c
,
e
,
tp
)
function
c1000610
.
filter9
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0xc204
)
and
c
:
IsControler
(
tp
)
and
not
c
:
IsType
(
TYPE_PENDULUM
)
return
c
:
IsSetCard
(
0xc204
)
and
c
:
IsControler
(
tp
)
and
not
c
:
IsType
(
TYPE_PENDULUM
)
end
end
function
c1000610
.
con
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
c1000610
.
filter9
,
e
:
GetHandlerPlayer
(),
LOCATION_GRAVE
,
0
,
nil
,
e
,
tp
)
local
ct
=
g
:
GetClassCount
(
Card
.
GetCode
)
return
ct
>=
3
end
function
c1000610
.
remcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c1000610
.
remcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
local
bc
=
c
:
GetBattleTarget
()
local
bc
=
c
:
GetBattleTarget
()
return
bc
and
bit
.
band
(
bc
:
GetSummonType
(),
SUMMON_TYPE_SPECIAL
)
==
SUMMON_TYPE_SPECIAL
local
g
=
Duel
.
GetMatchingGroup
(
c1000610
.
filter9
,
tp
,
LOCATION_GRAVE
,
0
,
nil
,
e
,
tp
)
local
ct
=
g
:
GetClassCount
(
Card
.
GetCode
)
return
ct
>=
3
and
bc
and
bit
.
band
(
bc
:
GetSummonType
(),
SUMMON_TYPE_SPECIAL
)
==
SUMMON_TYPE_SPECIAL
end
end
function
c1000610
.
remtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c1000610
.
remtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
true
end
if
chk
==
0
then
return
true
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