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
36755c4e
Commit
36755c4e
authored
Feb 22, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
3e5eb9bf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
3 deletions
+15
-3
expansions/script/c10106004.lua
expansions/script/c10106004.lua
+1
-1
expansions/script/c33701418.lua
expansions/script/c33701418.lua
+12
-0
expansions/script/c40010754.lua
expansions/script/c40010754.lua
+1
-1
expansions/script/c40011114.lua
expansions/script/c40011114.lua
+1
-1
No files found.
expansions/script/c10106004.lua
View file @
36755c4e
...
@@ -27,7 +27,7 @@ end
...
@@ -27,7 +27,7 @@ end
function
s
.
eqtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
s
.
eqtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
if
chk
==
0
then
if
chk
==
0
then
return
rc
:
IsFaceup
()
and
rc
:
IsCanBeEffectTarget
(
e
)
and
rc
:
IsSummonType
(
SUMMON_TYPE_SPECIAL
)
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
rc
:
IsLocation
(
LOCATION_MZONE
)
and
rp
~=
tp
and
rc
:
IsRelateToChain
(
ev
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
>
0
return
rc
:
IsFaceup
()
and
rc
:
IsCanBeEffectTarget
(
e
)
and
rc
:
IsSummonType
(
SUMMON_TYPE_SPECIAL
)
and
re
:
IsActiveType
(
TYPE_MONSTER
)
and
rc
:
IsLocation
(
LOCATION_MZONE
)
and
rp
~=
tp
and
rc
:
IsRelateToChain
(
ev
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
>
0
and
not
e
:
GetHandler
():
IsStatus
(
STATUS_CHAINING
)
end
end
Duel
.
SetTargetCard
(
rc
)
Duel
.
SetTargetCard
(
rc
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_EQUIP
,
e
:
GetHandler
(),
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_EQUIP
,
e
:
GetHandler
(),
1
,
0
,
0
)
...
...
expansions/script/c33701418.lua
View file @
36755c4e
...
@@ -76,6 +76,18 @@ function cm.AddSynchroProcedure(c,f1,f2,minc,maxc)
...
@@ -76,6 +76,18 @@ function cm.AddSynchroProcedure(c,f1,f2,minc,maxc)
e1
:
SetValue
(
SUMMON_TYPE_SYNCHRO
)
e1
:
SetValue
(
SUMMON_TYPE_SYNCHRO
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
end
end
local
_IsCanBeSynchroMaterial
=
Card
.
IsCanBeSynchroMaterial
function
Card
.
IsCanBeSynchroMaterial
(
c
,
...
)
local
ext_params
=
{
...
}
if
#
ext_params
==
0
then
return
_IsCanBeSynchroMaterial
(
c
,
...
)
end
local
sc
=
ext_params
[
1
]
local
tp
=
sc
:
GetControler
()
if
c
:
IsLocation
(
LOCATION_MZONE
)
and
not
c
:
IsControler
(
tp
)
then
local
mg
=
Duel
.
GetSynchroMaterial
(
tp
)
return
mg
:
IsContains
(
c
)
and
_IsCanBeSynchroMaterial
(
c
,
sc
,
...
)
end
return
_IsCanBeSynchroMaterial
(
c
,
...
)
end
function
cm
.
SynMaterialFilter
(
c
,
syncard
)
function
cm
.
SynMaterialFilter
(
c
,
syncard
)
return
c
:
IsFaceup
()
and
c
:
IsCanBeSynchroMaterial
(
syncard
)
return
c
:
IsFaceup
()
and
c
:
IsCanBeSynchroMaterial
(
syncard
)
end
end
...
...
expansions/script/c40010754.lua
View file @
36755c4e
...
@@ -41,7 +41,7 @@ function cm.atkval(e,c)
...
@@ -41,7 +41,7 @@ function cm.atkval(e,c)
return
g
:
GetClassCount
(
Card
.
GetCode
)
*
500
return
g
:
GetClassCount
(
Card
.
GetCode
)
*
500
end
end
function
cm
.
filter
(
c
)
function
cm
.
filter
(
c
)
return
c
:
GetType
()
&
(
TYPE_CONTINUOUS
+
TYPE_SPELL
)
==
TYPE_CONTINUOUS
+
TYPE_SPELL
and
c
:
IsSetCard
(
0xf11
)
and
c
:
CheckActivateEffect
(
true
,
true
,
false
)
~=
nil
return
c
:
GetType
()
&
(
TYPE_CONTINUOUS
+
TYPE_SPELL
)
==
TYPE_CONTINUOUS
+
TYPE_SPELL
and
c
:
IsSetCard
(
0xf11
)
and
c
:
IsFaceup
()
and
c
:
CheckActivateEffect
(
true
,
true
,
false
)
~=
nil
end
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
if
chkc
then
...
...
expansions/script/c40011114.lua
View file @
36755c4e
...
@@ -26,7 +26,7 @@ function cm.initial_effect(c)
...
@@ -26,7 +26,7 @@ function cm.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetCountLimit
(
1
,
m
+
100
)
e2
:
SetCountLimit
(
1
,
m
+
100
)
e2
:
SetCondition
(
cm
.
tfcon
)
e2
:
SetCondition
(
cm
.
tfcon
)
e2
:
SetTarget
(
cm
.
t
h
tg
)
e2
:
SetTarget
(
cm
.
t
f
tg
)
e2
:
SetOperation
(
cm
.
tfop
)
e2
:
SetOperation
(
cm
.
tfop
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
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