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
0fd7fd99
Commit
0fd7fd99
authored
Feb 16, 2024
by
POLYMER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
c8e4b242
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
expansions/script/c40011112.lua
expansions/script/c40011112.lua
+2
-1
expansions/script/c67200914.lua
expansions/script/c67200914.lua
+1
-1
expansions/script/c67200915.lua
expansions/script/c67200915.lua
+1
-1
expansions/script/c67200916.lua
expansions/script/c67200916.lua
+2
-2
No files found.
expansions/script/c40011112.lua
View file @
0fd7fd99
...
...
@@ -7,6 +7,7 @@ function cm.initial_effect(c)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
1
))
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
m
)
e1
:
SetTarget
(
cm
.
thtg
)
e1
:
SetOperation
(
cm
.
thop
)
...
...
@@ -23,7 +24,7 @@ function cm.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
cm
.
thfilter
(
c
)
return
c
:
IsSetCard
(
0xf11
)
and
c
:
GetType
()
&
(
TYPE_CONTINUOUS
+
TYPE_SPELL
)
>
0
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0xf11
)
and
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
c
:
IsAbleToHand
()
end
function
cm
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
3
,
nil
)
end
...
...
expansions/script/c67200914.lua
View file @
0fd7fd99
...
...
@@ -66,7 +66,7 @@ function c67200914.damop(e,tp,eg,ep,ev,re,r,rp)
local
b2
=
sc
:
IsExists
(
c67200914
.
spfilter1
,
1
,
nil
,
e
,
tp
)
local
op
=
aux
.
SelectFromOptions
(
tp
,{
b1
,
aux
.
Stringid
(
67200914
,
3
)},{
b2
,
1152
})
if
op
==
1
then
Duel
.
MoveToField
(
sc
:
GetFirst
(),
tp
,
tp
,
LOCATION_PZONE
,
POS_FACEUP
,
fals
e
)
Duel
.
MoveToField
(
sc
:
GetFirst
(),
tp
,
tp
,
LOCATION_PZONE
,
POS_FACEUP
,
tru
e
)
end
if
op
==
2
then
Duel
.
SpecialSummon
(
sc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
...
...
expansions/script/c67200915.lua
View file @
0fd7fd99
...
...
@@ -71,7 +71,7 @@ function c67200915.damop(e,tp,eg,ep,ev,re,r,rp)
local
b2
=
sc
:
IsExists
(
c67200915
.
spfilter1
,
1
,
nil
,
e
,
tp
)
local
op
=
aux
.
SelectFromOptions
(
tp
,{
b1
,
aux
.
Stringid
(
67200915
,
3
)},{
b2
,
1152
})
if
op
==
1
then
Duel
.
MoveToField
(
sc
:
GetFirst
(),
tp
,
tp
,
LOCATION_PZONE
,
POS_FACEUP
,
fals
e
)
Duel
.
MoveToField
(
sc
:
GetFirst
(),
tp
,
tp
,
LOCATION_PZONE
,
POS_FACEUP
,
tru
e
)
end
if
op
==
2
then
Duel
.
SpecialSummon
(
sc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
...
...
expansions/script/c67200916.lua
View file @
0fd7fd99
...
...
@@ -59,7 +59,7 @@ function c67200916.damcost(e,tp,eg,ep,ev,re,r,rp,chk)
local
c
=
e
:
GetHandler
()
local
b2
=
Duel
.
IsExistingMatchingCard
(
c67200916
.
costfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
c
)
if
chk
==
0
then
return
c
:
IsDiscardable
()
and
b2
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
67200916
,
3
))
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
67200916
,
4
))
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c67200916
.
costfilter
,
tp
,
LOCATION_HAND
,
0
,
1
,
1
,
c
)
g
:
AddCard
(
c
)
Duel
.
SendtoExtraP
(
g
,
nil
,
REASON_COST
)
...
...
@@ -94,7 +94,7 @@ function c67200916.damop(e,tp,eg,ep,ev,re,r,rp)
local
b2
=
sc
:
IsExists
(
c67200916
.
spfilter1
,
1
,
nil
,
e
,
tp
)
local
op
=
aux
.
SelectFromOptions
(
tp
,{
b1
,
aux
.
Stringid
(
67200916
,
3
)},{
b2
,
1152
})
if
op
==
1
then
Duel
.
MoveToField
(
sc
:
GetFirst
(),
tp
,
tp
,
LOCATION_PZONE
,
POS_FACEUP
,
fals
e
)
Duel
.
MoveToField
(
sc
:
GetFirst
(),
tp
,
tp
,
LOCATION_PZONE
,
POS_FACEUP
,
tru
e
)
end
if
op
==
2
then
Duel
.
SpecialSummon
(
sc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
...
...
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