Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-222DIY-cards
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
Soulgamer
ygopro-222DIY-cards
Commits
abeed3ae
Commit
abeed3ae
authored
Apr 28, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fbk
parent
0e4856b6
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
48 additions
and
6 deletions
+48
-6
expansions/script/c60151601.lua
expansions/script/c60151601.lua
+8
-1
expansions/script/c60151602.lua
expansions/script/c60151602.lua
+8
-1
expansions/script/c60151603.lua
expansions/script/c60151603.lua
+8
-1
expansions/script/c60151604.lua
expansions/script/c60151604.lua
+8
-1
expansions/script/c60151605.lua
expansions/script/c60151605.lua
+8
-1
expansions/script/c60151606.lua
expansions/script/c60151606.lua
+8
-1
No files found.
expansions/script/c60151601.lua
View file @
abeed3ae
...
...
@@ -32,7 +32,7 @@ function c60151601.initial_effect(c)
e5
:
SetRange
(
LOCATION_PZONE
)
e5
:
SetCondition
(
c60151601
.
condition
)
e5
:
SetTarget
(
c60151601
.
target
)
e5
:
SetOperation
(
c60151601
.
operation
)
e5
:
SetOperation
(
c60151601
.
operation
2
)
c
:
RegisterEffect
(
e5
)
--spsummon
local
e3
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -101,6 +101,13 @@ function c60151601.operation(e,tp,eg,ep,ev,re,r,rp)
end
Duel
.
SpecialSummonComplete
()
end
function
c60151601
.
operation2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
SpecialSummonStep
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
then
end
Duel
.
SpecialSummonComplete
()
end
function
c60151601
.
filter3
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0xcb25
)
and
c
:
IsType
(
TYPE_PENDULUM
)
and
c
:
IsAbleToHand
()
end
...
...
expansions/script/c60151602.lua
View file @
abeed3ae
...
...
@@ -32,7 +32,7 @@ function c60151602.initial_effect(c)
e5
:
SetRange
(
LOCATION_PZONE
)
e5
:
SetCondition
(
c60151602
.
condition
)
e5
:
SetTarget
(
c60151602
.
target
)
e5
:
SetOperation
(
c60151602
.
operation
)
e5
:
SetOperation
(
c60151602
.
operation
2
)
c
:
RegisterEffect
(
e5
)
--spsummon
local
e3
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -101,6 +101,13 @@ function c60151602.operation(e,tp,eg,ep,ev,re,r,rp)
end
Duel
.
SpecialSummonComplete
()
end
function
c60151602
.
operation2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
SpecialSummonStep
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
then
end
Duel
.
SpecialSummonComplete
()
end
function
c60151602
.
filter3
(
c
)
return
c
:
IsSetCard
(
0xcb25
)
and
c
:
IsType
(
TYPE_PENDULUM
)
and
not
c
:
IsCode
(
60151602
)
and
c
:
IsAbleToHand
()
end
...
...
expansions/script/c60151603.lua
View file @
abeed3ae
...
...
@@ -32,7 +32,7 @@ function c60151603.initial_effect(c)
e5
:
SetRange
(
LOCATION_PZONE
)
e5
:
SetCondition
(
c60151603
.
condition
)
e5
:
SetTarget
(
c60151603
.
target
)
e5
:
SetOperation
(
c60151603
.
operation
)
e5
:
SetOperation
(
c60151603
.
operation
2
)
c
:
RegisterEffect
(
e5
)
--spsummon
local
e3
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -101,6 +101,13 @@ function c60151603.operation(e,tp,eg,ep,ev,re,r,rp)
end
Duel
.
SpecialSummonComplete
()
end
function
c60151603
.
operation2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
SpecialSummonStep
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
then
end
Duel
.
SpecialSummonComplete
()
end
function
c60151603
.
filter3
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0xcb25
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
...
...
expansions/script/c60151604.lua
View file @
abeed3ae
...
...
@@ -32,7 +32,7 @@ function c60151604.initial_effect(c)
e5
:
SetRange
(
LOCATION_PZONE
)
e5
:
SetCondition
(
c60151604
.
condition
)
e5
:
SetTarget
(
c60151604
.
target
)
e5
:
SetOperation
(
c60151604
.
operation
)
e5
:
SetOperation
(
c60151604
.
operation
2
)
c
:
RegisterEffect
(
e5
)
--spsummon
local
e3
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -101,6 +101,13 @@ function c60151604.operation(e,tp,eg,ep,ev,re,r,rp)
end
Duel
.
SpecialSummonComplete
()
end
function
c60151604
.
operation2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
SpecialSummonStep
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
then
end
Duel
.
SpecialSummonComplete
()
end
function
c60151604
.
filter3
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0xcb25
)
and
c
:
IsType
(
TYPE_PENDULUM
)
and
((
c
:
IsLocation
(
LOCATION_HAND
+
LOCATION_GRAVE
))
or
(
c
:
IsLocation
(
LOCATION_REMOVED
)
and
c
:
IsFaceup
()))
...
...
expansions/script/c60151605.lua
View file @
abeed3ae
...
...
@@ -32,7 +32,7 @@ function c60151605.initial_effect(c)
e5
:
SetRange
(
LOCATION_PZONE
)
e5
:
SetCondition
(
c60151605
.
condition
)
e5
:
SetTarget
(
c60151605
.
target
)
e5
:
SetOperation
(
c60151605
.
operation
)
e5
:
SetOperation
(
c60151605
.
operation
2
)
c
:
RegisterEffect
(
e5
)
--spsummon
local
e3
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -101,6 +101,13 @@ function c60151605.operation(e,tp,eg,ep,ev,re,r,rp)
end
Duel
.
SpecialSummonComplete
()
end
function
c60151605
.
operation2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
SpecialSummonStep
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
then
end
Duel
.
SpecialSummonComplete
()
end
function
c60151605
.
filter3
(
c
)
return
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
c
:
IsDestructable
()
end
...
...
expansions/script/c60151606.lua
View file @
abeed3ae
...
...
@@ -32,7 +32,7 @@ function c60151606.initial_effect(c)
e5
:
SetRange
(
LOCATION_PZONE
)
e5
:
SetCondition
(
c60151606
.
condition
)
e5
:
SetTarget
(
c60151606
.
target
)
e5
:
SetOperation
(
c60151606
.
operation
)
e5
:
SetOperation
(
c60151606
.
operation
2
)
c
:
RegisterEffect
(
e5
)
--spsummon
local
e3
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -101,6 +101,13 @@ function c60151606.operation(e,tp,eg,ep,ev,re,r,rp)
end
Duel
.
SpecialSummonComplete
()
end
function
c60151606
.
operation2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
c
:
IsRelateToEffect
(
e
)
and
Duel
.
SpecialSummonStep
(
c
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
then
end
Duel
.
SpecialSummonComplete
()
end
function
c60151606
.
filter3
(
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToRemove
()
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