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
b3789c3f
Commit
b3789c3f
authored
Mar 31, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix and clean
parent
ae39abbd
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
11 deletions
+8
-11
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/lflist.conf
expansions/lflist.conf
+3
-5
expansions/script/c10908004.lua
expansions/script/c10908004.lua
+3
-3
expansions/script/c66915005.lua
expansions/script/c66915005.lua
+0
-1
expansions/script/c81005016.lua
expansions/script/c81005016.lua
+2
-2
No files found.
expansions/222DIY.cdb
View file @
b3789c3f
No preview for this file type
expansions/lflist.conf
View file @
b3789c3f
...
...
@@ -69,7 +69,6 @@
09910379
2
--常陆茉子
09910380
1
--蕾娜·莉希特娜瓦
09910381
1
--有地将臣
#还会回来的,一定
#109
10904000
1
--灵刻使 月魔女
...
...
@@ -301,7 +300,6 @@
17060885
1
--圣夜型多莫维依
17050946
2
--迷你撒旦
17060920
1
--交响型亚瑟
17010307
1
--宵之审问者 赫莱尔·本·夏蕾姆
17050923
0
--邪教化身
17060814
1
--和战型富豪亚瑟
17060942
0
--王者之席 君士坦丁
...
...
@@ -389,7 +387,7 @@
26810000
2
--如月千早
26810002
2
--苍蓝之声·如月千早
26810003
2
--游园地·如月千早
#26810005 1 --
晨间特训
·如月千早
#26810005 1 --
欢迎世界
·如月千早
#26810008 1 --初夏海岸线·如月千早
26810009
1
--雪之花·如月千早
26805008
2
--雨落树荫
...
...
@@ -408,7 +406,7 @@
26806003
2
--彼此的世界·海伊
26806028
1
--好久不见·海伊
#26806045 1 --不思议之国·苍穹
26806050
1
--
鹊桥相会·
ZERO
26806050
1
--
洁净时间·海伊
26808008
1
--特别瞬间·白鹭千圣
26809025
0
--
Despair
of
Infinite
26809026
0
--
Precious
Sword
...
...
@@ -421,7 +419,7 @@
26818010
2
--小鸟游雏田
26806008
1
--黄昏灯塔·海伊
26806009
1
--亚特兰蒂斯的歌声
26806051
1
--
花好月圆·
ZERO
26806051
1
--
海浪之舞·海伊
26807043
0
--燃烬的现实
26809037
2
--人赐良机
26807033
0
--小巷探秘
...
...
expansions/script/c10908004.lua
View file @
b3789c3f
...
...
@@ -62,12 +62,12 @@ function c10908004.activate(e,tp,eg,ep,ev,re,r,rp)
tc
:
RegisterEffect
(
e2
)
end
end
function
c10908004
.
filter
(
c
,
e
,
tp
)
function
c10908004
.
filter
2
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x23b
)
and
(
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
or
c
:
IsSummonable
(
true
,
nil
))
end
function
c10908004
.
sumtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
c10908004
.
filter
,
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
tp
)
end
and
Duel
.
IsExistingMatchingCard
(
c10908004
.
filter
2
,
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
tp
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
LOCATION_GRAVE
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SUMMON
,
nil
,
1
,
0
,
0
)
end
...
...
@@ -75,7 +75,7 @@ function c10908004.sumop(e,tp,eg,ep,ev,re,r,rp)
local
c
=
e
:
GetHandler
()
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SUMMON
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c10908004
.
filter
,
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
,
tp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c10908004
.
filter
2
,
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
,
tp
)
if
g
:
GetCount
()
>
0
then
if
g
:
GetFirst
():
GetLocation
()
==
LOCATION_GRAVE
then
...
...
expansions/script/c66915005.lua
View file @
b3789c3f
--光辉星曜·圣芒
function
c66915005
.
initial_effect
(
c
)
function
c66915005
.
initial_effect
(
c
)
c
:
SetUniqueOnField
(
1
,
0
,
66915005
)
--Activate
...
...
expansions/script/c81005016.lua
View file @
b3789c3f
...
...
@@ -56,13 +56,13 @@ function cm.dfilter(c,code)
end
function
cm
.
tftg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
>
0
and
Duel
.
IsExistingMatchingCard
(
cm
.
tffilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
,
tp
)
end
and
Duel
.
IsExistingMatchingCard
(
cm
.
tffilter
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
1
,
nil
,
tp
)
end
Duel
.
Hint
(
HINT_OPSELECTED
,
1
-
tp
,
e
:
GetDescription
())
end
function
cm
.
tfop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
GetLocationCount
(
tp
,
LOCATION_SZONE
)
<=
0
then
return
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOFIELD
)
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
tffilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
,
tp
):
GetFirst
()
local
tc
=
Duel
.
SelectMatchingCard
(
tp
,
aux
.
NecroValleyFilter
(
cm
.
tffilter
),
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
tp
):
GetFirst
()
if
tc
then
Duel
.
MoveToField
(
tc
,
tp
,
tp
,
LOCATION_SZONE
,
POS_FACEUP
,
true
)
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
...
...
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