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
da69f53b
Commit
da69f53b
authored
Dec 20, 2014
by
VanillaSalt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
b9a9560d
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
8 deletions
+9
-8
script/c27346636.lua
script/c27346636.lua
+1
-1
script/c29357956.lua
script/c29357956.lua
+1
-1
script/c30127518.lua
script/c30127518.lua
+1
-1
script/c43716289.lua
script/c43716289.lua
+1
-1
script/c48156348.lua
script/c48156348.lua
+1
-1
script/c72896720.lua
script/c72896720.lua
+1
-1
script/c73285669.lua
script/c73285669.lua
+1
-1
script/c90957527.lua
script/c90957527.lua
+1
-1
script/c96598015.lua
script/c96598015.lua
+1
-0
No files found.
script/c27346636.lua
View file @
da69f53b
...
...
@@ -42,7 +42,7 @@ function c27346636.spfilter1(c,tp)
and
Duel
.
IsExistingMatchingCard
(
c27346636
.
spfilter2
,
tp
,
LOCATION_MZONE
,
0
,
2
,
c
)
end
function
c27346636
.
spfilter2
(
c
)
return
c
:
IsSetCard
(
0x19
)
and
c
:
IsCanBeFusionMaterial
(
true
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
return
c
:
IsSetCard
(
0x19
)
and
c
:
IsCanBeFusionMaterial
()
and
c
:
IsAbleToDeckOrExtraAsCost
()
end
function
c27346636
.
sprcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
script/c29357956.lua
View file @
da69f53b
...
...
@@ -52,7 +52,7 @@ function c29357956.splimit(e,se,sp,st)
return
e
:
GetHandler
():
GetLocation
()
~=
LOCATION_EXTRA
end
function
c29357956
.
spfilter
(
c
)
return
c
:
IsSetCard
(
0x19
)
and
c
:
IsCanBeFusionMaterial
(
true
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
return
c
:
IsSetCard
(
0x19
)
and
c
:
IsCanBeFusionMaterial
()
and
c
:
IsAbleToDeckOrExtraAsCost
()
end
function
c29357956
.
sprcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
script/c30127518.lua
View file @
da69f53b
...
...
@@ -26,7 +26,7 @@ function c30127518.activate(e,tp,eg,ep,ev,re,r,rp)
local
tc
=
g1
:
GetFirst
()
while
tc
do
if
tc
:
IsLocation
(
LOCATION_GRAVE
)
then
local
fg
=
Duel
.
GetMatchingGroup
(
Card
.
IsCode
,
tp
,
0
,
LOCATION_DECK
+
LOCATION_
EXTRA
+
LOCATION_
HAND
,
nil
,
tc
:
GetCode
())
local
fg
=
Duel
.
GetMatchingGroup
(
Card
.
IsCode
,
tp
,
0
,
LOCATION_DECK
+
LOCATION_HAND
,
nil
,
tc
:
GetCode
())
exg
:
Merge
(
fg
)
end
tc
=
g1
:
GetNext
()
...
...
script/c43716289.lua
View file @
da69f53b
--
ݥޥߩ`
--
ポイズンマミー
function
c43716289
.
initial_effect
(
c
)
--flip
local
e1
=
Effect
.
CreateEffect
(
c
)
...
...
script/c48156348.lua
View file @
da69f53b
...
...
@@ -50,7 +50,7 @@ function c48156348.spfilter1(c,tp)
and
Duel
.
IsExistingMatchingCard
(
c48156348
.
spfilter2
,
tp
,
LOCATION_MZONE
,
0
,
1
,
c
)
end
function
c48156348
.
spfilter2
(
c
)
return
c
:
IsSetCard
(
0x19
)
and
c
:
IsCanBeFusionMaterial
(
true
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
return
c
:
IsSetCard
(
0x19
)
and
c
:
IsCanBeFusionMaterial
()
and
c
:
IsAbleToDeckOrExtraAsCost
()
end
function
c48156348
.
sprcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
script/c72896720.lua
View file @
da69f53b
...
...
@@ -26,7 +26,7 @@ function c72896720.descost(e,tp,eg,ep,ev,re,r,rp,chk)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
+
EFFECT_FLAG_OATH
)
e1
:
SetCode
(
EFFECT_CANNOT_ATTACK
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e1
:
SetReset
(
RESET_
EVENT
+
0x1fe0000
+
RESET_
PHASE
+
PHASE_END
)
e
:
GetHandler
():
RegisterEffect
(
e1
,
true
)
end
function
c72896720
.
destg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
...
...
script/c73285669.lua
View file @
da69f53b
...
...
@@ -24,7 +24,7 @@ function c73285669.splimit(e,se,sp,st)
return
e
:
GetHandler
():
GetLocation
()
~=
LOCATION_EXTRA
end
function
c73285669
.
spfilter
(
c
)
return
c
:
IsSetCard
(
0x19
)
and
c
:
IsCanBeFusionMaterial
(
true
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
return
c
:
IsSetCard
(
0x19
)
and
c
:
IsCanBeFusionMaterial
()
and
c
:
IsAbleToDeckOrExtraAsCost
()
end
function
c73285669
.
sprcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
script/c90957527.lua
View file @
da69f53b
...
...
@@ -51,7 +51,7 @@ function c90957527.spfilter1(c,tp)
and
Duel
.
IsExistingMatchingCard
(
c90957527
.
spfilter2
,
tp
,
LOCATION_MZONE
,
0
,
1
,
c
)
end
function
c90957527
.
spfilter2
(
c
)
return
c
:
IsSetCard
(
0x19
)
and
c
:
IsCanBeFusionMaterial
(
true
)
and
c
:
IsAbleToDeckOrExtraAsCost
()
return
c
:
IsSetCard
(
0x19
)
and
c
:
IsCanBeFusionMaterial
()
and
c
:
IsAbleToDeckOrExtraAsCost
()
end
function
c90957527
.
sprcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
script/c96598015.lua
View file @
da69f53b
...
...
@@ -31,6 +31,7 @@ function c96598015.splimit(e,c,sump,sumtype,sumpos,targetp,se)
end
function
c96598015
.
filter
(
c
)
return
c
:
IsType
(
TYPE_PENDULUM
)
and
(
c
:
IsLocation
(
LOCATION_GRAVE
)
or
c
:
IsFaceup
())
and
c
:
IsAbleToDeck
()
and
not
c
:
IsHasEffect
(
EFFECT_NECRO_VALLEY
)
end
function
c96598015
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsPlayerCanDraw
(
tp
,
2
)
...
...
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