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
Soulgamer
ygopro-222DIY-cards
Commits
c6fe2e1e
Commit
c6fe2e1e
authored
Mar 06, 2022
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ybb
parent
4b5615ff
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
expansions/script/c16110053.lua
expansions/script/c16110053.lua
+1
-2
expansions/script/c33502009.lua
expansions/script/c33502009.lua
+4
-1
No files found.
expansions/script/c16110053.lua
View file @
c6fe2e1e
...
...
@@ -31,7 +31,7 @@ function cm.initial_effect(c)
end
function
cm
.
setfilter1
(
c
)
return
c
:
IsSetCard
(
0xcc5
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsLevelAbove
(
5
)
and
c
:
IsAbleToHand
()
and
Duel
.
IsPlayerCanSummon
(
tp
,
SUMMON_TYPE_
NORMAL
,
c
)
and
Duel
.
IsPlayerCanSummon
(
tp
,
SUMMON_TYPE_
ADVANCE
,
c
)
end
function
cm
.
togtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_GRAVE
)
and
cm
.
setfilter1
(
chkc
)
end
...
...
@@ -44,7 +44,6 @@ function cm.togop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
local
ct
=
Duel
.
GetFirstTarget
()
if
ct
:
IsRelateToEffect
(
e
)
then
local
tp
=
tc
:
GetOwner
()
Duel
.
SendtoHand
(
ct
,
tp
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
ct
)
if
ct
:
IsLocation
(
LOCATION_HAND
)
then
...
...
expansions/script/c33502009.lua
View file @
c6fe2e1e
...
...
@@ -3,7 +3,7 @@ local m=33502009
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
--synchro summon
aux
.
AddSynchroProcedure
(
c
,
nil
,
aux
.
NonTuner
(
c
.
setname
,
"Gmemories"
),
1
)
aux
.
AddSynchroProcedure
(
c
,
nil
,
aux
.
NonTuner
(
c
m
.
filter
),
1
)
c
:
EnableReviveLimit
()
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
1
))
...
...
@@ -56,6 +56,9 @@ function cm.initial_effect(c)
end
cm
.
setname
=
"Gmemories"
--e2
function
cm
.
filter
(
c
)
return
c
.
setname
==
"Gmemories"
end
function
cm
.
thfilter
(
c
)
return
c
.
setname
==
"Gmemories"
and
c
:
IsAbleToHand
()
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