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
619efe1a
Commit
619efe1a
authored
Apr 30, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5a8612e9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
expansions/script/c12835117.lua
expansions/script/c12835117.lua
+2
-2
expansions/script/c53797106.lua
expansions/script/c53797106.lua
+0
-1
expansions/script/c91300201.lua
expansions/script/c91300201.lua
+6
-5
No files found.
expansions/script/c12835117.lua
View file @
619efe1a
...
...
@@ -88,8 +88,8 @@ function cm.op5(e,tp,eg,ep,ev,re,r,rp)
Duel
.
Hint
(
3
,
tp
,
HINTMSG_EQUIP
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
w
,
tp
,
LOCATION_MZONE
,
0
,
1
,
1
,
nil
,
e
,
tp
)
local
tc
=
g
:
GetFirst
()
if
tc
and
c
:
IsRelateToEffect
(
e
)
and
tc
:
Is
RelateToEffect
(
e
)
and
tc
:
Is
Faceup
()
then
if
Duel
.
Equip
(
tp
,
c
,
tc
)
>
0
then
if
tc
and
c
:
IsRelateToEffect
(
e
)
and
tc
:
IsFaceup
()
then
if
Duel
.
Equip
(
tp
,
c
,
tc
)
then
Duel
.
BreakEffect
()
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
...
...
expansions/script/c53797106.lua
View file @
619efe1a
...
...
@@ -16,7 +16,6 @@ function s.initial_effect(c)
e2
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e2
:
SetCode
(
EVENT_FREE_CHAIN
)
e2
:
SetRange
(
LOCATION_GRAVE
)
e2
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e2
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_END_PHASE
)
e2
:
SetTarget
(
s
.
tg
)
e2
:
SetOperation
(
s
.
op
)
...
...
expansions/script/c91300201.lua
View file @
619efe1a
...
...
@@ -76,8 +76,12 @@ function cm.fuslimit(e,c,sumtype)
return
sumtype
==
SUMMON_TYPE_FUSION
end
function
cm
.
efilter
(
e
,
re
)
return
te
:
IsActiveType
(
TYPE_MONSTER
)
and
te
:
GetOwnerPlayer
()
~=
e
:
GetHandlerPlayer
()
and
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TRIGGERING_LOCATION
)
==
LOCATION_MZONE
if
Duel
.
GetTurnPlayer
()
==
e
:
GetHandlerPlayer
()
and
e
:
GetHandlerPlayer
()
~=
re
:
GetOwnerPlayer
()
and
re
:
IsActivated
()
and
re
:
IsActiveType
(
TYPE_MONSTER
)
then
local
loc
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TRIGGERING_LOCATION
)
return
LOCATION_ONFIELD
&
loc
~=
0
end
return
false
end
cm
.
input
=
{
[[+Y-6-7-O-8]]
,
[[+Y-:-M-?,x]]
,
[[+i-?,w-5-8]]
,
[[+_+\-B-G+h]]
,
[[+_,x-A+Z-D]]
,
[[+Z+W-M-M-8]]
,
[[+X+V--+s-@]]
,
[[+`+[-K-K- ]]
}
cm
.
string
=
{}
...
...
@@ -248,7 +252,4 @@ end
function
cm
.
dis2op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_CARD
,
0
,
m
)
Duel
.
NegateEffect
(
ev
)
end
function
cm
.
efilter
(
e
,
te
)
return
te
:
GetOwner
()
~=
e
:
GetOwner
()
end
\ No newline at end of file
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