Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro
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
YGOPRO-520DIY
ygopro
Commits
5ee444c5
Commit
5ee444c5
authored
Dec 26, 2013
by
YuGiOhMoDDeR
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
it was able to send 5 cards without detaching Xyz material
parent
164ae303
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
script/c45742626.lua
script/c45742626.lua
+3
-2
No files found.
script/c45742626.lua
View file @
5ee444c5
--巡死神リーパー
--巡死神リーパー
function
c45742626
.
initial_effect
(
c
)
function
c45742626
.
initial_effect
(
c
)
--
synchro
summon
--
xyz
summon
aux
.
AddXyzProcedure
(
c
,
aux
.
XyzFilterFunction
(
c
,
6
),
2
)
aux
.
AddXyzProcedure
(
c
,
aux
.
XyzFilterFunction
(
c
,
6
),
2
)
c
:
EnableReviveLimit
()
c
:
EnableReviveLimit
()
--atk/def
--atk/def
...
@@ -29,7 +29,8 @@ function c45742626.value(e,c)
...
@@ -29,7 +29,8 @@ function c45742626.value(e,c)
return
Duel
.
GetMatchingGroupCount
(
Card
.
IsAttribute
,
0
,
LOCATION_GRAVE
,
LOCATION_GRAVE
,
nil
,
ATTRIBUTE_DARK
)
*
200
return
Duel
.
GetMatchingGroupCount
(
Card
.
IsAttribute
,
0
,
LOCATION_GRAVE
,
LOCATION_GRAVE
,
nil
,
ATTRIBUTE_DARK
)
*
200
end
end
function
c45742626
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c45742626
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetFlagEffect
(
tp
,
45742626
)
==
0
end
if
chk
==
0
then
return
Duel
.
GetFlagEffect
(
tp
,
45742626
)
==
0
and
e
:
GetHandler
():
CheckRemoveOverlayCard
(
tp
,
1
,
REASON_COST
)
end
e
:
GetHandler
():
RemoveOverlayCard
(
tp
,
1
,
1
,
REASON_COST
)
Duel
.
RegisterFlagEffect
(
tp
,
45742626
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
Duel
.
RegisterFlagEffect
(
tp
,
45742626
,
RESET_PHASE
+
PHASE_END
,
0
,
1
)
end
end
function
c45742626
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c45742626
.
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