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
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
MyCard
ygopro
Commits
45d20023
Commit
45d20023
authored
Jan 19, 2015
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
9253d9c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
script/c29401950.lua
script/c29401950.lua
+2
-2
script/c36484016.lua
script/c36484016.lua
+1
-0
No files found.
script/c29401950.lua
View file @
45d20023
...
@@ -24,7 +24,7 @@ function c29401950.initial_effect(c)
...
@@ -24,7 +24,7 @@ function c29401950.initial_effect(c)
c
:
RegisterEffect
(
e3
)
c
:
RegisterEffect
(
e3
)
end
end
function
c29401950
.
filter
(
c
,
tp
,
ep
)
function
c29401950
.
filter
(
c
,
tp
,
ep
)
return
c
:
IsFaceup
()
and
c
:
GetAttack
()
>=
1500
return
c
:
Is
Location
(
LOCATION_MZONE
)
and
c
:
Is
Faceup
()
and
c
:
GetAttack
()
>=
1500
and
ep
~=
tp
and
c
:
IsDestructable
()
and
c
:
IsAbleToRemove
()
and
ep
~=
tp
and
c
:
IsDestructable
()
and
c
:
IsAbleToRemove
()
end
end
function
c29401950
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c29401950
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
@@ -41,7 +41,7 @@ function c29401950.activate(e,tp,eg,ep,ev,re,r,rp)
...
@@ -41,7 +41,7 @@ function c29401950.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
end
end
function
c29401950
.
filter2
(
c
,
tp
)
function
c29401950
.
filter2
(
c
,
tp
)
return
c
:
IsFaceup
()
and
c
:
GetAttack
()
>=
1500
and
c
:
GetSummonPlayer
()
~=
tp
return
c
:
Is
Location
(
LOCATION_MZONE
)
and
c
:
Is
Faceup
()
and
c
:
GetAttack
()
>=
1500
and
c
:
GetSummonPlayer
()
~=
tp
and
c
:
IsDestructable
()
and
c
:
IsAbleToRemove
()
and
c
:
IsDestructable
()
and
c
:
IsAbleToRemove
()
end
end
function
c29401950
.
target2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c29401950
.
target2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
script/c36484016.lua
View file @
45d20023
...
@@ -26,6 +26,7 @@ end
...
@@ -26,6 +26,7 @@ end
function
c36484016
.
filter2
(
c
,
e
,
tp
,
m
,
f
,
chkf
)
function
c36484016
.
filter2
(
c
,
e
,
tp
,
m
,
f
,
chkf
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsSetCard
(
0x101
)
and
(
not
f
or
f
(
c
))
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsSetCard
(
0x101
)
and
(
not
f
or
f
(
c
))
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_FUSION
,
tp
,
false
,
false
)
and
c
:
CheckFusionMaterial
(
m
,
nil
,
chkf
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_FUSION
,
tp
,
false
,
false
)
and
c
:
CheckFusionMaterial
(
m
,
nil
,
chkf
)
and
(
not
c
:
IsCode
(
17412721
)
or
m
:
IsExists
(
Card
.
IsType
,
1
,
nil
,
TYPE_SYNCHRO
))
end
end
function
c36484016
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c36484016
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
if
chk
==
0
then
...
...
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