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
2f5cfbc0
Commit
2f5cfbc0
authored
Jan 08, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
a206daf7
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
26 additions
and
16 deletions
+26
-16
expansions/script/c12866705.lua
expansions/script/c12866705.lua
+5
-2
expansions/script/c12866765.lua
expansions/script/c12866765.lua
+5
-2
expansions/script/c12866770.lua
expansions/script/c12866770.lua
+1
-1
expansions/script/c12866775.lua
expansions/script/c12866775.lua
+2
-2
expansions/script/c12866780.lua
expansions/script/c12866780.lua
+1
-1
expansions/script/c12866785.lua
expansions/script/c12866785.lua
+1
-1
expansions/script/c12866790.lua
expansions/script/c12866790.lua
+1
-1
expansions/script/c65810050.lua
expansions/script/c65810050.lua
+0
-1
expansions/script/c65899920.lua
expansions/script/c65899920.lua
+9
-5
expansions/script/c7491064.lua
expansions/script/c7491064.lua
+1
-0
No files found.
expansions/script/c12866705.lua
View file @
2f5cfbc0
...
@@ -75,13 +75,16 @@ end
...
@@ -75,13 +75,16 @@ end
function
s
.
eqlimit
(
e
,
c
)
function
s
.
eqlimit
(
e
,
c
)
return
c
==
e
:
GetLabelObject
()
return
c
==
e
:
GetLabelObject
()
end
end
function
s
.
eqfilter
(
c
,
tp
)
return
c
:
CheckUniqueOnField
(
tp
)
end
function
s
.
eqtg1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
s
.
eqtg1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
chkc
then
return
chkc
:
IsControler
(
1
-
tp
)
and
chkc
:
IsLocation
(
LOCATION_MZONE
)
end
if
chkc
then
return
chkc
:
IsControler
(
1
-
tp
)
and
chkc
:
IsLocation
(
LOCATION_MZONE
)
end
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
>
0
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
>
0
and
Duel
.
IsExistingTarget
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
,
c
)
end
and
Duel
.
IsExistingTarget
(
s
.
eqfilter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
,
c
,
tp
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_EQUIP
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_EQUIP
)
local
g
=
Duel
.
SelectTarget
(
tp
,
aux
.
TRUE
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
,
c
)
local
g
=
Duel
.
SelectTarget
(
tp
,
s
.
eqfilter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
,
c
,
tp
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_EQUIP
,
g
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_EQUIP
,
g
,
1
,
0
,
0
)
end
end
function
s
.
eqop1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
eqop1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c12866765.lua
View file @
2f5cfbc0
...
@@ -55,13 +55,16 @@ end
...
@@ -55,13 +55,16 @@ end
function
s
.
splimit
(
e
,
se
,
sp
,
st
)
function
s
.
splimit
(
e
,
se
,
sp
,
st
)
return
not
e
:
GetHandler
():
IsLocation
(
LOCATION_EXTRA
)
or
aux
.
fuslimit
(
e
,
se
,
sp
,
st
)
return
not
e
:
GetHandler
():
IsLocation
(
LOCATION_EXTRA
)
or
aux
.
fuslimit
(
e
,
se
,
sp
,
st
)
end
end
function
s
.
eqfilter
(
c
,
tp
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
CheckUniqueOnField
(
tp
)
end
function
s
.
eqtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
s
.
eqtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
end
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
end
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
>
0
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
>
0
and
Duel
.
IsExistingTarget
(
aux
.
TRUE
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
,
c
)
end
and
Duel
.
IsExistingTarget
(
s
.
eqfilter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
nil
,
c
,
tp
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_EQUIP
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_EQUIP
)
local
g
=
Duel
.
SelectTarget
(
tp
,
aux
.
TRUE
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
,
c
)
local
g
=
Duel
.
SelectTarget
(
tp
,
s
.
eqfilter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
1
,
nil
,
c
,
tp
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_EQUIP
,
g
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_EQUIP
,
g
,
1
,
0
,
0
)
end
end
function
s
.
eqop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
eqop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c12866770.lua
View file @
2f5cfbc0
...
@@ -63,7 +63,7 @@ function s.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -63,7 +63,7 @@ function s.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function
s
.
eqfilter
(
c
,
tp
)
function
s
.
eqfilter
(
c
,
tp
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsFaceup
()
and
c
:
IsAbleToChangeControler
()
and
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsFaceup
()
and
c
:
IsAbleToChangeControler
()
and
c
:
CheckUniqueOnField
(
tp
)
c
:
CheckUniqueOnField
(
tp
)
and
not
c
:
IsForbidden
()
end
end
function
s
.
rmop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
s
.
rmop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c12866775.lua
View file @
2f5cfbc0
...
@@ -54,8 +54,8 @@ function s.matfilter2(c)
...
@@ -54,8 +54,8 @@ function s.matfilter2(c)
return
c
:
IsAttribute
(
ATTRIBUTE_LIGHT
)
or
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
return
c
:
IsAttribute
(
ATTRIBUTE_LIGHT
)
or
c
:
IsAttribute
(
ATTRIBUTE_DARK
)
end
end
function
s
.
eqfilter1
(
c
,
tp
)
function
s
.
eqfilter1
(
c
,
tp
)
return
c
:
IsRace
(
RACE_WARRIOR
)
or
c
:
IsRace
(
RACE_FIEND
)
and
return
(
c
:
IsRace
(
RACE_WARRIOR
)
or
c
:
IsRace
(
RACE_FIEND
)
)
and
c
:
CheckUniqueOnField
(
tp
)
c
:
CheckUniqueOnField
(
tp
)
and
not
c
:
IsForbidden
()
end
end
function
s
.
eqfilter2
(
c
,
tp
)
function
s
.
eqfilter2
(
c
,
tp
)
return
aux
.
IsCodeListed
(
c
,
12866755
)
and
c
:
IsType
(
TYPE_FUSION
)
and
return
aux
.
IsCodeListed
(
c
,
12866755
)
and
c
:
IsType
(
TYPE_FUSION
)
and
...
...
expansions/script/c12866780.lua
View file @
2f5cfbc0
...
@@ -56,7 +56,7 @@ function s.splimit(e,se,sp,st)
...
@@ -56,7 +56,7 @@ function s.splimit(e,se,sp,st)
return
not
e
:
GetHandler
():
IsLocation
(
LOCATION_EXTRA
)
or
aux
.
fuslimit
(
e
,
se
,
sp
,
st
)
return
not
e
:
GetHandler
():
IsLocation
(
LOCATION_EXTRA
)
or
aux
.
fuslimit
(
e
,
se
,
sp
,
st
)
end
end
function
s
.
eqfilter
(
c
,
tp
,
atk
)
function
s
.
eqfilter
(
c
,
tp
,
atk
)
return
c
:
IsAttackAbove
(
atk
)
and
c
:
CheckUniqueOnField
(
tp
)
return
c
:
IsAttackAbove
(
atk
)
and
c
:
CheckUniqueOnField
(
tp
)
and
not
c
:
IsForbidden
()
end
end
function
s
.
eqtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
function
s
.
eqtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c12866785.lua
View file @
2f5cfbc0
...
@@ -67,7 +67,7 @@ function s.splimit(e,se,sp,st)
...
@@ -67,7 +67,7 @@ function s.splimit(e,se,sp,st)
end
end
function
s
.
eqfilter
(
c
,
tp
,
id
)
function
s
.
eqfilter
(
c
,
tp
,
id
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsReason
(
REASON_DESTROY
)
and
c
:
GetTurnID
()
==
id
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsReason
(
REASON_DESTROY
)
and
c
:
GetTurnID
()
==
id
and
c
:
CheckUniqueOnField
(
tp
)
and
c
:
CheckUniqueOnField
(
tp
)
and
not
c
:
IsForbidden
()
end
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
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c12866790.lua
View file @
2f5cfbc0
...
@@ -26,7 +26,7 @@ function s.initial_effect(c)
...
@@ -26,7 +26,7 @@ function s.initial_effect(c)
end
end
s
.
fusion_effect
=
true
s
.
fusion_effect
=
true
function
s
.
tgfilter
(
c
)
function
s
.
tgfilter
(
c
)
return
c
:
IsCode
(
12866755
)
return
c
:
IsCode
(
12866755
)
and
c
:
IsAbleToGrave
()
end
end
function
s
.
spfilter
(
c
,
e
,
tp
)
function
s
.
spfilter
(
c
,
e
,
tp
)
return
c
:
IsFaceupEx
()
and
c
:
IsCode
(
12866755
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
c
:
IsFaceupEx
()
and
c
:
IsCode
(
12866755
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
...
...
expansions/script/c65810050.lua
View file @
2f5cfbc0
...
@@ -68,7 +68,6 @@ function c65810050.limop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -68,7 +68,6 @@ function c65810050.limop(e,tp,eg,ep,ev,re,r,rp)
local
e2
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
local
e2
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetType
(
EFFECT_TYPE_FIELD
)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e2
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e2
:
SetRange
(
LOCATION_MZONE
)
e2
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e2
:
SetCode
(
EFFECT_CANNOT_SPECIAL_SUMMON
)
e2
:
SetTargetRange
(
1
,
1
)
e2
:
SetTargetRange
(
1
,
1
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e2
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
...
...
expansions/script/c65899920.lua
View file @
2f5cfbc0
...
@@ -17,16 +17,14 @@ function c65899920.initial_effect(c)
...
@@ -17,16 +17,14 @@ function c65899920.initial_effect(c)
e1
:
SetCondition
(
c65899920
.
xxcon
)
e1
:
SetCondition
(
c65899920
.
xxcon
)
e1
:
SetOperation
(
c65899920
.
xxop
)
e1
:
SetOperation
(
c65899920
.
xxop
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
Duel
.
AddCustomActivityCounter
(
65899920
,
ACTIVITY_CHAIN
,
c65899920
.
counterfilter
)
Duel
.
AddCustomActivityCounter
(
65899920
,
ACTIVITY_CHAIN
,
aux
.
FALSE
)
end
function
c65899920
.
counterfilter
(
c
)
return
c
:
GetOwner
()
==
1
end
end
function
c65899920
.
xxcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c65899920
.
xxcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
tp
==
0
and
Duel
.
GetTurnCount
()
==
1
return
tp
==
0
and
Duel
.
GetTurnCount
()
==
1
end
end
function
c65899920
.
xxop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c65899920
.
xxop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
e
:
SetLabel
(
0
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
Duel
.
ConfirmCards
(
1
-
tp
,
c
)
Duel
.
Hint
(
HINT_CARD
,
0
,
65899920
)
Duel
.
Hint
(
HINT_CARD
,
0
,
65899920
)
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
...
@@ -53,7 +51,13 @@ function c65899920.spcon(e,tp,eg,ep,ev,re,r,rp)
...
@@ -53,7 +51,13 @@ function c65899920.spcon(e,tp,eg,ep,ev,re,r,rp)
return
eg
:
IsExists
(
c65899920
.
cfilter
,
1
,
nil
,
tp
)
return
eg
:
IsExists
(
c65899920
.
cfilter
,
1
,
nil
,
tp
)
end
end
function
c65899920
.
spcon1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c65899920
.
spcon1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
GetCustomActivityCount
(
65899920
,
1
-
tp
,
ACTIVITY_CHAIN
)
==
5
local
a
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TRIGGERING_EFFECT
)
local
b
=
e
:
GetLabel
()
if
a
:
GetOwnerPlayer
()
==
0
then
local
b
=
b
+
1
e
:
SetLabel
(
b
)
end
return
Duel
.
GetCustomActivityCount
(
65899920
,
1
-
tp
,
ACTIVITY_CHAIN
)
==
5
+
b
end
end
function
c65899920
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c65899920
.
disop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_CARD
,
0
,
65899920
)
Duel
.
Hint
(
HINT_CARD
,
0
,
65899920
)
...
...
expansions/script/c7491064.lua
View file @
2f5cfbc0
...
@@ -85,6 +85,7 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -85,6 +85,7 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
--
--
if
not
s
.
globle_check
then
if
not
s
.
globle_check
then
s
.
globle_check
=
true
s
.
globle_check
=
true
local
c
=
e
:
GetHandler
()
local
ge1
=
Effect
.
CreateEffect
(
c
)
local
ge1
=
Effect
.
CreateEffect
(
c
)
ge1
:
SetType
(
EFFECT_TYPE_FIELD
)
ge1
:
SetType
(
EFFECT_TYPE_FIELD
)
ge1
:
SetCode
(
EFFECT_ACTIVATE_COST
)
ge1
:
SetCode
(
EFFECT_ACTIVATE_COST
)
...
...
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