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
e8a886dc
Commit
e8a886dc
authored
Oct 09, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
6502e317
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
expansions/no42.cdb
expansions/no42.cdb
+0
-0
expansions/no81.cdb
expansions/no81.cdb
+0
-0
expansions/script/c11451003.lua
expansions/script/c11451003.lua
+3
-3
expansions/script/c7458867.lua
expansions/script/c7458867.lua
+2
-1
No files found.
expansions/no42.cdb
View file @
e8a886dc
No preview for this file type
expansions/no81.cdb
View file @
e8a886dc
No preview for this file type
expansions/script/c11451003.lua
View file @
e8a886dc
...
...
@@ -13,7 +13,7 @@ end
local
KOISHI_CHECK
=
false
if
Card
.
SetCardData
then
KOISHI_CHECK
=
true
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
e
:
GetHandler
()
)
end
end
function
cm
.
filter2
(
c
,
e
)
return
not
c
:
IsImmuneToEffect
(
e
)
...
...
@@ -22,7 +22,7 @@ function cm.filter3(c,ct)
return
c
:
GetFlagEffect
(
m
)
>
ct
end
function
cm
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
sg
=
Duel
.
GetMatchingGroup
(
cm
.
filter2
,
tp
,
LOCATION_ONFIELD
,
0
,
nil
,
e
)
local
sg
=
Duel
.
GetMatchingGroup
(
cm
.
filter2
,
tp
,
LOCATION_ONFIELD
,
0
,
aux
.
ExceptThisCard
(
e
)
,
e
)
if
sg
:
IsExists
(
cm
.
filter3
,
1
,
nil
,
1
)
and
not
cm
[
1
]
then
cm
[
1
]
=
true
if
1
==
0
then
...
...
@@ -89,7 +89,7 @@ end
function
cm
.
dsop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
re
:
GetHandler
():
IsImmuneToEffect
(
e
)
then
return
end
local
op
=
re
:
GetOperation
()
or
aux
.
TRUE
local
op2
=
function
(
e
,
...
)
e
:
SetOperation
(
op
)
op
(
e
,
...
)
Duel
.
BreakEffect
()
op
(
e
,
...
)
end
local
op2
=
function
(
e
,
...
)
e
:
SetOperation
(
op
)
op
(
e
,
...
)
Duel
.
BreakEffect
()
op
(
e
,
...
)
end
re
:
SetOperation
(
op2
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_CONTINUOUS
)
...
...
expansions/script/c7458867.lua
View file @
e8a886dc
...
...
@@ -94,7 +94,8 @@ function s.disable(e,c)
return
c
:
IsType
(
TYPE_EFFECT
)
or
c
:
GetOriginalType
()
&
TYPE_EFFECT
~=
0
or
c
:
IsLocation
(
LOCATION_SZONE
)
end
function
s
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
(
Duel
.
GetFlagEffect
(
0
,
id
+
1
)
+
Duel
.
GetFlagEffect
(
1
,
id
+
1
))
>=
3
local
ph
=
Duel
.
GetCurrentPhase
()
return
(
Duel
.
GetFlagEffect
(
0
,
id
+
1
)
+
Duel
.
GetFlagEffect
(
1
,
id
+
1
))
>=
3
and
ph
>=
PHASE_BATTLE_START
and
ph
<=
PHASE_BATTLE
end
function
s
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
e
:
GetHandler
():
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
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