Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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-scripts
Commits
d9b39882
Commit
d9b39882
authored
Sep 11, 2019
by
nekrozar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix not fusion summon
fix #1218
parent
df065c86
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
c15291624.lua
c15291624.lua
+2
-2
c37440988.lua
c37440988.lua
+1
-1
c41685633.lua
c41685633.lua
+2
-2
No files found.
c15291624.lua
View file @
d9b39882
...
...
@@ -43,8 +43,8 @@ function c15291624.chainfilter(re,tp,cid)
and
Duel
.
GetChainInfo
(
cid
,
CHAININFO_TRIGGERING_LOCATION
)
==
LOCATION_HAND
)
end
function
c15291624
.
spfilter
(
c
,
fc
,
tp
)
return
c
:
IsRace
(
RACE_THUNDER
)
and
c
:
Is
Type
(
TYPE_EFFECT
)
and
not
c
:
Is
Type
(
TYPE_FUSION
)
and
c
:
IsReleasable
()
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
c
,
fc
)
>
0
return
c
:
IsRace
(
RACE_THUNDER
)
and
c
:
Is
FusionType
(
TYPE_EFFECT
)
and
not
c
:
IsFusion
Type
(
TYPE_FUSION
)
and
c
:
IsReleasable
()
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
c
,
fc
)
>
0
and
c
:
IsCanBeFusionMaterial
(
fc
,
SUMMON_TYPE_SPECIAL
)
end
function
c15291624
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
c37440988.lua
View file @
d9b39882
...
...
@@ -43,7 +43,7 @@ function c37440988.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
c37440988
.
hspfilter
(
c
,
tp
,
sc
)
return
c
:
Is
SetCard
(
0x2034
)
and
c
:
IsLevel
(
10
)
and
c
:
IsControler
(
tp
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
c
,
sc
)
>
0
return
c
:
Is
FusionSetCard
(
0x2034
)
and
c
:
IsLevel
(
10
)
and
c
:
IsControler
(
tp
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
c
,
sc
)
>
0
and
c
:
IsCanBeFusionMaterial
(
sc
,
SUMMON_TYPE_SPECIAL
)
end
function
c37440988
.
hspcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
c41685633.lua
View file @
d9b39882
...
...
@@ -44,8 +44,8 @@ function c41685633.sprfilter1(c)
return
c
:
IsRace
(
RACE_THUNDER
)
and
c
:
IsAbleToRemoveAsCost
()
end
function
c41685633
.
sprfilter2
(
c
,
tp
,
sc
)
return
c
:
Is
Faceup
()
and
c
:
IsRace
(
RACE_THUNDER
)
and
c
:
Is
Type
(
TYPE_FUSION
)
and
not
c
:
Is
Code
(
41685633
)
and
c
:
IsAbleToRemoveAsCost
()
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
c
,
sc
)
>
0
return
c
:
Is
Race
(
RACE_THUNDER
)
and
c
:
IsFusion
Type
(
TYPE_FUSION
)
and
not
c
:
Is
FusionCode
(
41685633
)
and
c
:
IsAbleToRemoveAsCost
()
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
c
,
sc
)
>
0
and
c
:
IsCanBeFusionMaterial
(
sc
,
SUMMON_TYPE_SPECIAL
)
end
function
c41685633
.
sprcon
(
e
,
c
)
if
c
==
nil
then
return
true
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