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
cf02f859
Commit
cf02f859
authored
Jul 05, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pre-update
parent
c4bf051b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
expansions/lflist.conf
expansions/lflist.conf
+3
-0
expansions/script/c14801435.lua
expansions/script/c14801435.lua
+1
-4
No files found.
expansions/lflist.conf
View file @
cf02f859
...
...
@@ -443,6 +443,7 @@
26802002
2
--偶像新人的初登场
26803002
1
--真实的一瞬
26803007
0
--惬意世界
26803013
0
--无火的尘埃
26805005
2
--心结·风野灯织
26805007
2
--西京夏日约会
26805012
0
--少女水天·黛冬优子
...
...
@@ -884,6 +885,7 @@
65010539
1
--白魔军魂 安娜斯塔西亚
65010543
1
--白魔军魂 高尔博斯托
65020211
0
--虚拟水神剑士
65020212
0
--行星驱逐舰 风雪游隼号
65020213
0
--「六兆年零一夜物语」凑友希那
#650-2
65011001
1
--时终流的溯行者
...
...
@@ -1046,6 +1048,7 @@
98302010
1
--
EXEC
CHRONICLE
KEY
#986
98600002
0
--欧忒耳佩
98610007
1
--少女分形·冻结之世
#996
99600001
0
--时空魔女 艾米尔
...
...
expansions/script/c14801435.lua
View file @
cf02f859
...
...
@@ -16,10 +16,7 @@ function cm.cfilter(c)
return
c
:
IsFacedown
()
or
not
c
:
IsSetCard
(
0x4808
)
end
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
c
==
nil
then
return
true
end
local
tp
=
c
:
GetControler
()
return
minc
==
0
and
c
:
IsLevelAbove
(
5
)
and
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
(
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_MZONE
,
0
)
==
0
or
not
Duel
.
IsExistingMatchingCard
(
cm
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
))
return
not
Duel
.
IsExistingMatchingCard
(
cm
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
function
cm
.
filter
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x4808
)
and
c
:
IsLevelBelow
(
4
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
true
,
false
)
...
...
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