Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
f410e3b7
Commit
f410e3b7
authored
Dec 28, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eme
parent
7e8758c4
Pipeline
#8378
passed with stages
in 30 minutes and 55 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
expansions/script/c13254046.lua
expansions/script/c13254046.lua
+1
-1
expansions/script/c13254063.lua
expansions/script/c13254063.lua
+2
-3
No files found.
expansions/script/c13254046.lua
View file @
f410e3b7
...
...
@@ -55,7 +55,7 @@ function cm.sumfilter(c)
return
c
:
IsSetCard
(
0x3356
)
and
c
:
IsSummonable
(
true
,
nil
)
end
function
cm
.
smtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
sumfilter
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
,
0
,
1
,
nil
)
end
if
chk
==
0
then
return
true
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SUMMON
,
nil
,
1
,
0
,
0
)
end
function
cm
.
smop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
...
...
expansions/script/c13254063.lua
View file @
f410e3b7
...
...
@@ -23,11 +23,10 @@ end
function
cm
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
el
=
{{
TAMA_ELEMENT_ORDER
,
1
}}
local
mg
=
tama
.
tamas_checkGroupElements
(
Duel
.
GetFieldGroup
(
tp
,
LOCATION_GRAVE
,
0
),
el
)
local
sg
=
Group
.
CreateGroup
()
if
chk
==
0
then
return
mg
:
GetCount
()
>
0
and
mg
:
IsExists
(
tama
.
tamas_selectElementsForAbove
,
1
,
nil
,
mg
,
s
g
,
el
)
return
mg
:
GetCount
()
>
0
and
tama
.
tamas_isCanSelectElementsForAbove
(
m
g
,
el
)
end
local
sg
=
tama
.
tamas_select
AllSelectForAbove
(
mg
,
el
,
tp
)
local
sg
=
tama
.
tamas_select
ElementsMaterial
(
mg
,
el
,
tp
)
Duel
.
SendtoDeck
(
sg
,
nil
,
2
,
REASON_COST
)
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
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