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
Ai
ygopro-222DIY-cards
Commits
c4bf051b
Commit
c4bf051b
authored
Jul 05, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pre-update
parent
2f38804a
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
442 additions
and
516 deletions
+442
-516
deck/2020-07-05 5th.ydk
deck/2020-07-05 5th.ydk
+1
-0
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/lflist.conf
expansions/lflist.conf
+432
-420
expansions/pics/65010103.jpg
expansions/pics/65010103.jpg
+0
-0
expansions/pics/65010104.jpg
expansions/pics/65010104.jpg
+0
-0
expansions/script/c1110004.lua
expansions/script/c1110004.lua
+9
-1
expansions/script/c65010103.lua
expansions/script/c65010103.lua
+0
-41
expansions/script/c65010104.lua
expansions/script/c65010104.lua
+0
-54
No files found.
deck/2020-07-05 5th.ydk
View file @
c4bf051b
#created by ...
#main
1110004
18001002
18001003
18001004
...
...
expansions/222DIY.cdb
View file @
c4bf051b
No preview for this file type
expansions/lflist.conf
View file @
c4bf051b
This diff is collapsed.
Click to expand it.
expansions/pics/65010103.jpg
deleted
100644 → 0
View file @
2f38804a
45.6 KB
expansions/pics/65010104.jpg
deleted
100644 → 0
View file @
2f38804a
52.6 KB
expansions/script/c1110004.lua
View file @
c4bf051b
...
...
@@ -11,6 +11,7 @@ function c1110004.initial_effect(c)
e1
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetRange
(
LOCATION_HAND
+
LOCATION_MZONE
)
e1
:
SetCountLimit
(
1
,
1110004
)
e1
:
SetTarget
(
c1110004
.
tg1
)
e1
:
SetOperation
(
c1110004
.
op1
)
c
:
RegisterEffect
(
e1
)
...
...
@@ -71,7 +72,7 @@ function c1110004.op1(e,tp,eg,ep,ev,re,r,rp)
local
cg
=
ce
:
GetTarget
()
mg2
=
cg
(
ce
,
e
,
tp
)
local
mf
=
ce
:
GetValue
()
sg2
=
Duel
.
GetMatchingGroup
(
c111
1
004
.
tfilter1
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
e
,
tp
,
mg2
,
mf
,
c
,
chkf
)
sg2
=
Duel
.
GetMatchingGroup
(
c111
0
004
.
tfilter1
,
tp
,
LOCATION_EXTRA
,
0
,
nil
,
e
,
tp
,
mg2
,
mf
,
c
,
chkf
)
end
if
sg1
:
GetCount
()
>
0
or
(
sg2
~=
nil
and
sg2
:
GetCount
()
>
0
)
then
local
sg
=
sg1
:
Clone
()
...
...
@@ -91,6 +92,13 @@ function c1110004.op1(e,tp,eg,ep,ev,re,r,rp)
fop
(
ce
,
e
,
tp
,
tc
,
mat2
)
end
tc
:
CompleteProcedure
()
if
not
muxu
.
check_set_Urban
(
tc
)
then
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_CANNOT_TRIGGER
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
)
tc
:
RegisterEffect
(
e1
,
true
)
end
end
end
--
...
...
expansions/script/c65010103.lua
deleted
100644 → 0
View file @
2f38804a
--双生少女 奇迹时雨
if
not
pcall
(
function
()
require
(
"expansions/script/c10199990"
)
end
)
then
require
(
"script/c10199990"
)
end
local
m
=
65010103
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
aux
.
AddXyzProcedure
(
c
,
nil
,
8
,
2
)
local
e1
=
rsef
.
I
(
c
,{
m
,
0
},{
1
,
m
},
"sp"
,
nil
,
LOCATION_MZONE
,
nil
,
rscost
.
rmxyz
(
1
),
rsop
.
target
(
cm
.
spfilter
,
"sp"
,
LOCATION_EXTRA
),
cm
.
spop
)
end
function
cm
.
spfilter
(
c
,
e
,
tp
)
return
Duel
.
GetLocationCountFromEx
(
1
-
tp
)
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
1
-
tp
,
false
,
false
,
POS_FACEUP
,
1
-
tp
)
and
not
c
:
IsType
(
TYPE_XYZ
)
end
function
cm
.
spfilter2
(
c
,
e
,
tp
)
return
Duel
.
GetLocationCountFromEx
(
tp
)
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
true
,
false
,
POS_FACEUP
)
end
function
cm
.
spop
(
e
,
tp
)
rsof
.
SelectHint
(
tp
,
"sp"
)
local
sc1
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
spfilter
,
tp
,
LOCATION_EXTRA
,
0
,
1
,
1
,
nil
,
e
,
tp
):
GetFirst
()
if
not
sc1
or
rssf
.
SpecialSummon
(
sc1
,
0
,
1
-
tp
,
1
-
tp
,
false
,
false
,
POS_FACEUP
)
<=
0
then
return
end
cm
.
buffop
(
sc1
,
e
)
if
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_EXTRA
)
>
0
and
Duel
.
IsPlayerCanSpecialSummon
(
tp
)
and
Duel
.
GetLocationCountFromEx
(
tp
)
>
0
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
m
,
1
))
then
Duel
.
BreakEffect
()
local
g
=
Duel
.
GetMatchingGroup
(
cm
.
spfilter2
,
tp
,
0
,
LOCATION_EXTRA
,
nil
,
e
,
tp
)
local
sc2
=
g
:
RandomSelect
(
tp
,
1
):
GetFirst
()
if
sc2
and
rssf
.
SpecialSummon
(
sc2
,
0
,
tp
,
tp
,
true
,
false
,
POS_FACEUP
)
>
0
then
cm
.
buffop
(
sc2
,
e
)
end
end
end
function
cm
.
buffop
(
tc
,
e
)
local
c
=
e
:
GetHandler
()
local
e1
=
rsef
.
SV_LIMIT
({
c
,
tc
},
"atk"
,
nil
,
nil
,
rsreset
.
est
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_LEAVE_FIELD_REDIRECT
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_REDIRECT
)
e1
:
SetValue
(
LOCATION_DECK
)
tc
:
RegisterEffect
(
e1
)
return
true
end
\ No newline at end of file
expansions/script/c65010104.lua
deleted
100644 → 0
View file @
2f38804a
--双生少女 奇迹夕立
if
not
pcall
(
function
()
require
(
"expansions/script/c10199990"
)
end
)
then
require
(
"script/c10199990"
)
end
local
m
=
65010104
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
aux
.
AddXyzProcedure
(
c
,
nil
,
4
,
2
)
local
e1
=
rsef
.
I
(
c
,{
m
,
0
},{
1
,
m
},
"sp"
,
nil
,
LOCATION_MZONE
,
nil
,
rscost
.
rmxyz
(
1
),
rsop
.
target
(
cm
.
spfilter
,
"sp"
,
LOCATION_HAND
+
LOCATION_GRAVE
),
cm
.
spop
)
end
function
cm
.
spfilter
(
c
,
e
,
tp
)
return
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
)
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
1
-
tp
,
false
,
false
,
POS_FACEUP
,
1
-
tp
)
end
function
cm
.
spfilter2
(
c
,
e
,
tp
)
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
,
POS_FACEUP
)
end
function
cm
.
check
(
e
,
tp
)
local
b1
=
Duel
.
IsExistingMatchingCard
(
aux
.
NecroValleyFilter
(
cm
.
spfilter2
),
tp
,
0
,
LOCATION_GRAVE
,
1
,
nil
,
e
,
tp
)
local
b2
=
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_HAND
)
>
0
return
b1
or
b2
,
b2
,
b1
end
function
cm
.
spop
(
e
,
tp
)
rsof
.
SelectHint
(
tp
,
"sp"
)
local
sc1
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
cm
.
spfilter
),
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
,
tp
):
GetFirst
()
if
not
sc1
or
rssf
.
SpecialSummon
(
sc1
,
0
,
1
-
tp
,
1
-
tp
)
<=
0
then
return
end
cm
.
buffop
(
sc1
,
e
)
if
cm
.
check
(
e
,
tp
)
and
Duel
.
IsPlayerCanSpecialSummon
(
tp
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
then
local
_
,
b2
,
b1
=
cm
.
check
(
e
,
tp
)
local
op
=
rsof
.
SelectOption
(
tp
,
b1
or
b2
,{
m
,
1
},
b2
,{
m
,
2
},
b1
,{
m
,
3
})
if
op
~=
0
then
Duel
.
BreakEffect
()
end
local
sc2
=
nil
if
op
==
2
then
local
g
=
Duel
.
GetMatchingGroup
(
cm
.
spfilter2
,
tp
,
0
,
LOCATION_HAND
,
nil
,
e
,
tp
)
if
#
g
<=
0
then
return
end
sc2
=
g
:
RandomSelect
(
tp
,
1
):
GetFirst
()
elseif
op
==
3
then
sc2
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
cm
.
spfilter
),
tp
,
0
,
LOCATION_GRAVE
,
1
,
1
,
nil
,
e
,
tp
):
GetFirst
()
end
if
sc2
and
rssf
.
SpecialSummon
(
sc2
)
>
0
then
cm
.
buffop
(
sc2
,
e
)
end
end
end
function
cm
.
buffop
(
tc
,
e
)
local
c
=
e
:
GetHandler
()
local
e1
=
rsef
.
SV_LIMIT
({
c
,
tc
},
"atk"
,
nil
,
nil
,
rsreset
.
est
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetType
(
EFFECT_TYPE_SINGLE
)
e1
:
SetCode
(
EFFECT_LEAVE_FIELD_REDIRECT
)
e1
:
SetProperty
(
EFFECT_FLAG_CANNOT_DISABLE
)
e1
:
SetReset
(
RESET_EVENT
+
RESETS_REDIRECT
)
e1
:
SetValue
(
LOCATION_DECK
)
tc
:
RegisterEffect
(
e1
)
return
true
end
\ No newline at end of file
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