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
fa140797
Commit
fa140797
authored
Dec 28, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
510bc461
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
10 deletions
+12
-10
expansions/script/c43387890.lua
expansions/script/c43387890.lua
+1
-1
expansions/script/c60000169.lua
expansions/script/c60000169.lua
+1
-1
expansions/script/c60000177.lua
expansions/script/c60000177.lua
+3
-0
expansions/script/c70007751.lua
expansions/script/c70007751.lua
+7
-8
No files found.
expansions/script/c43387890.lua
View file @
fa140797
...
...
@@ -34,7 +34,7 @@ function c43387890.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetType
(
EFFECT_TYPE_FIELD
)
e3
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e3
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
+
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_CANNOT_NEGATE
)
e3
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
+
EFFECT_FLAG_CANNOT_DISABLE
)
e3
:
SetRange
(
LOCATION_PZONE
)
e3
:
SetTargetRange
(
1
,
0
)
e3
:
SetTarget
(
c43387890
.
splimit2
)
...
...
expansions/script/c60000169.lua
View file @
fa140797
...
...
@@ -155,7 +155,7 @@ function cm.bcon(e,tp,eg,ep,ev,re,r,rp)
end
function
cm
.
btg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
tg
=
e
:
GetLabelObject
():
GetLabelObject
()
if
chk
==
0
then
return
aux
.
GetValueType
(
tg
)
==
"Group"
and
#
tg
>
0
end
if
chk
==
0
then
return
tg
and
aux
.
GetValueType
(
tg
)
==
"Group"
and
#
tg
>
0
end
end
function
cm
.
bop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tg
=
e
:
GetLabelObject
():
GetLabelObject
()
...
...
expansions/script/c60000177.lua
View file @
fa140797
...
...
@@ -30,6 +30,9 @@ end
function
cm
.
fil1
(
c
)
return
c
:
IsDiscardable
()
end
function
cm
.
fil2
(
c
)
return
aux
.
IsCodeListed
(
c
,
60000163
)
and
c
:
IsSSetable
()
and
not
c
:
GetType
()
==
TYPE_SPELL
and
not
c
:
IsCode
(
m
)
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
b1
=
false
local
b2
=
false
...
...
expansions/script/c70007751.lua
View file @
fa140797
...
...
@@ -46,18 +46,17 @@ function cm.initial_effect(c)
e4
:
SetOperation
(
cm
.
spop2
)
c
:
RegisterEffect
(
e4
)
end
function
cm
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
return
Duel
.
GetFieldGroupCount
(
c
:
GetControler
(),
LOCATION_MZONE
,
0
)
==
0
and
Duel
.
GetLocationCount
(
c
:
GetControler
(),
LOCATION_MZONE
)
>
0
end
function
cm
.
spfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x1275
)
function
cm
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
ct
=
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_MZONE
,
0
)
return
ct
==
0
end
function
cm
.
spcon2
(
e
,
c
)
if
c
==
nil
then
return
true
end
return
Duel
.
GetLocationCount
(
c
:
GetControler
(),
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
cm
.
spfilter
,
c
:
GetControler
(),
LOCATION_MZONE
,
0
,
1
,
nil
)
and
Duel
.
IsExistingMatchingCard
(
cm
.
spfilter1
,
c
:
GetControler
(),
LOCATION_MZONE
,
0
,
1
,
nil
)
end
function
cm
.
spfilter1
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x1275
)
end
function
cm
.
spcon1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
bit
.
band
(
r
,
REASON_EFFECT
+
REASON_BATTLE
)
~=
0
...
...
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