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
df9a1345
Commit
df9a1345
authored
Apr 08, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
f4416cc2
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
10 deletions
+9
-10
expansions/lflist.conf
expansions/lflist.conf
+1
-1
expansions/script/c130006121.lua
expansions/script/c130006121.lua
+2
-2
expansions/script/c60010107.lua
expansions/script/c60010107.lua
+2
-2
expansions/script/c60010258.lua
expansions/script/c60010258.lua
+2
-2
expansions/script/c72100035.lua
expansions/script/c72100035.lua
+1
-1
expansions/script/special.lua
expansions/script/special.lua
+1
-2
No files found.
expansions/lflist.conf
View file @
df9a1345
...
...
@@ -6805,7 +6805,7 @@
46060017
1
--
Zoodiac
Barrage
7394770
1
--
Brilliant
Fusion
66730191
1
2200708
5
1
8510652
5
1
65681983
1
25311006
1
##TRAPS CARDS
...
...
expansions/script/c130006121.lua
View file @
df9a1345
...
...
@@ -61,7 +61,7 @@ function s.chkop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RaiseEvent
(
e
:
GetHandler
(),
EVENT_CUSTOM
+
id
,
e
,
r
,
rp
,
ep
,
ev
)
end
function
s
.
mfilter
(
c
)
return
c
:
GetLevel
()
>
c
:
GetOriginalLevel
()
and
c
:
IsAbleToDeckAsCost
()
return
c
:
IsRace
(
RACE_WARRIOR
)
and
c
:
GetLevel
()
>
c
:
GetOriginalLevel
()
and
c
:
IsAbleToDeckAsCost
()
end
function
s
.
spcon
(
e
,
c
)
local
c
=
e
:
GetHandler
()
...
...
@@ -69,7 +69,7 @@ function s.spcon(e,c)
local
tp
=
c
:
GetControler
()
local
p
=
Duel
.
GetTurnPlayer
()
local
g
=
Duel
.
GetMatchingGroup
(
s
.
mfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
return
Duel
.
GetLocationCount
(
1
-
p
,
LOCATION_MZONE
)
>
0
and
g
:
IsExists
(
s
.
mfilter
,
1
,
nil
)
return
Duel
.
GetLocationCount
(
1
-
p
,
LOCATION_MZONE
)
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
true
,
true
,
POS_FACEUP
,
1
-
p
)
and
g
:
IsExists
(
s
.
mfilter
,
1
,
nil
)
end
function
s
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c60010107.lua
View file @
df9a1345
...
...
@@ -208,7 +208,7 @@ function cm.rmfil(c,lv)
return
c
:
IsType
(
TYPE_SYNCHRO
)
and
c
:
IsLevelBelow
(
lv
-
1
)
and
c
:
IsAbleToRemove
()
end
function
cm
.
lvcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_SYNCHRO
)
and
e
:
GetHandler
():
GetFlagEffect
(
m
)
~=
0
return
e
:
GetHandler
():
IsSummonType
(
SUMMON_TYPE_SYNCHRO
)
--
and e:GetHandler():GetFlagEffect(m)~=0
end
function
cm
.
ttlv
(
c
)
return
c
:
GetOriginalLevel
()
...
...
@@ -228,8 +228,8 @@ function cm.lvop(e,tp,eg,ep,ev,re,r,rp)
local
rg
=
Duel
.
GetMatchingGroup
(
cm
.
rmfil
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
xlv
):
Select
(
tp
,
1
,
1
,
nil
)
if
rg
and
Duel
.
Remove
(
rg
,
POS_FACEUP
,
REASON_EFFECT
)
then
local
rmvg
=
Duel
.
GetOperatedGroup
()
e
:
SetLabelObject
(
rmvg
)
rmvg
:
KeepAlive
()
e
:
SetLabelObject
(
rmvg
)
local
code
=
rmvg
:
GetFirst
():
GetCode
()
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
...
...
expansions/script/c60010258.lua
View file @
df9a1345
...
...
@@ -20,8 +20,8 @@ function cm.initial_effect(c)
local
e3
=
Effect
.
CreateEffect
(
c
)
e3
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e3
:
SetCategory
(
CATEGORY_ATKCHANGE
+
CATEGORY_DEFCHANGE
+
CATEGORY_TODECK
+
CATEGORY_LEAVE_GRAVE
)
e3
:
SetType
(
EFFECT_TYPE_
QUICK_O
)
e3
:
SetCode
(
EVENT_
FREE_CHAIN
)
e3
:
SetType
(
EFFECT_TYPE_
FIELD
+
EFFECT_TYPE_TRIGGER_F
)
e3
:
SetCode
(
EVENT_
PHASE
+
PHASE_END
)
e3
:
SetRange
(
LOCATION_GRAVE
)
e3
:
SetCountLimit
(
1
)
e3
:
SetOperation
(
cm
.
bkop
)
...
...
expansions/script/c72100035.lua
View file @
df9a1345
...
...
@@ -57,7 +57,7 @@ function cm.cfilter(c)
return
c
:
IsFaceup
()
end
function
cm
.
negcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
e
:
GetHandler
():
GetFlagEffect
(
m
)
==
0
and
(
re
:
IsActiveType
(
TYPE_SPELL
)
or
re
:
IsActiveType
(
TYPE_TRAP
)
or
re
:
IsActivatable
(
TYPE_MONSTER
))
and
rp
~=
tp
and
Duel
.
IsChainDisablable
(
ev
)
and
Duel
.
IsExistingMatchingCard
(
cm
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
return
e
:
GetHandler
():
GetFlagEffect
(
m
)
==
0
and
rp
~=
tp
and
Duel
.
IsChainDisablable
(
ev
)
and
Duel
.
IsExistingMatchingCard
(
cm
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
function
cm
.
negop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
SelectEffectYesNo
(
tp
,
e
:
GetHandler
())
then
...
...
expansions/script/special.lua
View file @
df9a1345
...
...
@@ -292,8 +292,7 @@ function Auxiliary.PreloadUds()
function
Duel
.
ReturnToField
(
c
,
...
)
local
res
=
_ReturnToField
(
c
,
...
)
if
res
then
c
:
SetStatus
(
STATUS_SUMMON_TURN
,
false
)
c
:
SetStatus
(
STATUS_SPSUMMON_TURN
,
false
)
c
:
SetStatus
(
0x100
,
false
)
end
return
res
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