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
f7c9f277
Commit
f7c9f277
authored
May 09, 2025
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
3446901f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
expansions/script/c13000756.lua
expansions/script/c13000756.lua
+1
-0
expansions/script/c65131112.lua
expansions/script/c65131112.lua
+2
-2
No files found.
expansions/script/c13000756.lua
View file @
f7c9f277
...
@@ -4,6 +4,7 @@ local cm=_G["c"..m]
...
@@ -4,6 +4,7 @@ local cm=_G["c"..m]
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
--xyz summon
--xyz summon
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
c
:
SetSPSummonOnce
(
m
)
aux
.
AddXyzProcedureLevelFree
(
c
,
cm
.
mfilter
,
cm
.
xyzcheck
,
2
,
2
,
cm
.
ovfilter
,
aux
.
Stringid
(
m
,
0
))
aux
.
AddXyzProcedureLevelFree
(
c
,
cm
.
mfilter
,
cm
.
xyzcheck
,
2
,
2
,
cm
.
ovfilter
,
aux
.
Stringid
(
m
,
0
))
--change effect
--change effect
local
e2
=
Effect
.
CreateEffect
(
c
)
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c65131112.lua
View file @
f7c9f277
...
@@ -32,7 +32,7 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -32,7 +32,7 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
setfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
nil
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
s
.
setfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
nil
)
if
g
:
GetCount
()
>
0
then
if
g
:
GetCount
()
>
0
then
local
dc
=
g
:
GetFirst
()
local
dc
=
g
:
GetFirst
()
if
Duel
.
SSet
(
tp
,
dc
,
tp
,
false
)
==
0
then
return
end
if
Duel
.
SSet
(
tp
,
dc
,
tp
,
false
)
==
0
then
return
end
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
2
))
e1
:
SetDescription
(
aux
.
Stringid
(
id
,
2
))
...
@@ -87,6 +87,6 @@ function s.reop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -87,6 +87,6 @@ function s.reop(e,tp,eg,ep,ev,re,r,rp)
local
rc
=
te
:
GetHandler
()
local
rc
=
te
:
GetHandler
()
rc
:
CancelToGrave
()
rc
:
CancelToGrave
()
if
Duel
.
SendtoHand
(
rc
,
tp
,
REASON_EFFECT
)
==
0
then
if
Duel
.
SendtoHand
(
rc
,
tp
,
REASON_EFFECT
)
==
0
then
rc
:
CancelToGrave
(
tru
e
)
rc
:
CancelToGrave
(
fals
e
)
end
end
end
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