Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-2pick
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-2pick
Commits
36a0c49f
Commit
36a0c49f
authored
Oct 27, 2013
by
sidschingis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed chain Material
(for サイバネティック・フュージョン・サポート GS06-JP014 )
parent
2803adff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
+13
-4
script/c24094653.lua
script/c24094653.lua
+4
-2
script/c33550694.lua
script/c33550694.lua
+4
-2
script/c39980304.lua
script/c39980304.lua
+5
-0
No files found.
script/c24094653.lua
View file @
36a0c49f
...
...
@@ -26,7 +26,8 @@ function c24094653.target(e,tp,eg,ep,ev,re,r,rp,chk)
if
ce
~=
nil
then
local
fgroup
=
ce
:
GetTarget
()
local
mg2
=
fgroup
(
ce
,
e
,
tp
)
res
=
Duel
.
IsExistingMatchingCard
(
c24094653
.
filter2
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
e
,
tp
,
mg2
,
chkf
)
local
filter
=
ce
:
GetCost
()
res
=
Duel
.
IsExistingMatchingCard
(
filter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
e
,
tp
,
mg2
,
chkf
))
end
end
return
res
...
...
@@ -42,8 +43,9 @@ function c24094653.activate(e,tp,eg,ep,ev,re,r,rp)
local
ce
=
Duel
.
GetChainMaterial
(
tp
)
if
ce
~=
nil
then
local
fgroup
=
ce
:
GetTarget
()
local
filter
=
ce
:
GetCost
()
mg2
=
fgroup
(
ce
,
e
,
tp
)
sg2
=
Duel
.
GetMatchingGroup
(
c24094653
.
filter2
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
e
,
tp
,
mg2
,
chkf
)
sg2
=
Duel
.
GetMatchingGroup
(
filter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
e
,
tp
,
mg2
,
chkf
)
end
if
sg1
:
GetCount
()
>
0
or
(
sg2
~=
nil
and
sg2
:
GetCount
()
>
0
)
then
local
sg
=
sg1
:
Clone
()
...
...
script/c33550694.lua
View file @
36a0c49f
...
...
@@ -33,7 +33,8 @@ function c33550694.target(e,tp,eg,ep,ev,re,r,rp,chk)
if
ce
~=
nil
then
local
fgroup
=
ce
:
GetTarget
()
local
mg2
=
fgroup
(
ce
,
e
,
tp
)
res
=
Duel
.
IsExistingMatchingCard
(
c33550694
.
filter2
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
e
,
tp
,
mg2
,
chkf
)
local
filter
=
ce
:
GetCost
()
res
=
Duel
.
IsExistingMatchingCard
(
filter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
nil
,
e
,
tp
,
mg2
,
chkf
)
end
end
return
res
...
...
@@ -50,8 +51,9 @@ function c33550694.operation(e,tp,eg,ep,ev,re,r,rp)
local
ce
=
Duel
.
GetChainMaterial
(
tp
)
if
ce
~=
nil
then
local
fgroup
=
ce
:
GetTarget
()
local
filter
=
ce
:
GetCost
()
mg2
=
fgroup
(
ce
,
e
,
tp
)
sg2
=
Duel
.
GetMatchingGroup
(
c33550694
.
filter2
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
e
,
tp
,
mg2
,
chkf
)
sg2
=
Duel
.
GetMatchingGroup
(
filter
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
e
,
tp
,
mg2
,
chkf
)
end
if
sg1
:
GetCount
()
>
0
or
(
sg2
~=
nil
and
sg2
:
GetCount
()
>
0
)
then
local
sg
=
sg1
:
Clone
()
...
...
script/c39980304.lua
View file @
36a0c49f
...
...
@@ -27,10 +27,15 @@ function c39980304.activate(e,tp,eg,ep,ev,re,r,rp)
e1
:
SetProperty
(
EFFECT_FLAG_PLAYER_TARGET
)
e1
:
SetTargetRange
(
1
,
0
)
e1
:
SetReset
(
RESET_PHASE
+
PHASE_END
)
e1
:
SetCost
(
c39980304
.
chain_filter
)
e1
:
SetTarget
(
c39980304
.
chain_target
)
e1
:
SetOperation
(
c39980304
.
chain_operation
)
Duel
.
RegisterEffect
(
e1
,
tp
)
end
function
c39980304
.
chain_filter
(
c
,
e
,
tp
,
m
,
chkf
)
return
c
:
IsType
(
TYPE_FUSION
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
SUMMON_TYPE_FUSION
,
tp
,
false
,
false
)
and
c
:
CheckFusionMaterial
(
m
,
nil
,
chkf
)
end
function
c39980304
.
filter
(
c
,
e
)
return
c
:
IsCanBeFusionMaterial
()
and
c
:
IsAbleToRemove
()
and
not
c
:
IsImmuneToEffect
(
e
)
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