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
dcef924c
Commit
dcef924c
authored
Mar 03, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
total
parent
3d930359
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
expansions/lflist.conf
expansions/lflist.conf
+1
-3
expansions/script/c14010244.lua
expansions/script/c14010244.lua
+1
-1
expansions/script/c81009023.lua
expansions/script/c81009023.lua
+2
-2
No files found.
expansions/lflist.conf
View file @
dcef924c
...
...
@@ -337,7 +337,6 @@
26802002
2
--偶像新人的初登场
26803007
0
--惬意世界
26806013
1
--心灵之绘·海伊
26807033
1
--小巷探秘
26807046
0
--被雨淋湿不知所措
26805007
0
--西京夏日约会
26805012
0
--少女水天·黛冬优子
...
...
@@ -449,7 +448,6 @@
33310158
1
--临魔浮生
33310161
0
--临魔终形
33310150
2
--引临魔源 地侧之月
33330087
2
--死魂收割者
33330088
1
--竹镜灰
33330097
1
--一只鱼
33330099
2
--孤立无援的造形神
...
...
@@ -735,7 +733,6 @@
65010127
1
--『星光歌剧』台本-约定
Revue
65010022
0
--水晶之歌 凑友希那
65010056
0
--幻梦迷境王将 普芙蕾
#65020163 2 --幻世绘本-扉页-
65010526
1
--魔军魂 修格
65010539
1
--白魔军魂 安娜斯塔西亚
65010543
1
--白魔军魂 高尔博斯托
...
...
@@ -773,6 +770,7 @@
65040012
2
--逆海长龙
65040046
0
--深晦的原海
65071159
0
--光之种
#65020163 2 --幻世绘本-扉页-
#666
66619920
0
--
AIW
·绽放之蝶
...
...
expansions/script/c14010244.lua
View file @
dcef924c
...
...
@@ -52,7 +52,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function
cm
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
(
c
:
IsCode
(
14010242
)
or
cm
.
TM
(
c
)
)
return
c
:
IsFaceup
()
and
c
:
IsCode
(
14010242
)
end
function
cm
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
rp
==
1
-
tp
and
Duel
.
IsExistingMatchingCard
(
cm
.
cfilter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
...
...
expansions/script/c81009023.lua
View file @
dcef924c
...
...
@@ -43,11 +43,11 @@ end
function
cm
.
splimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
return
not
c
:
IsAttribute
(
ATTRIBUTE_WIND
)
end
function
cm
.
cfilter
(
c
)
function
cm
.
c
d
filter
(
c
)
return
c
:
IsFaceup
()
and
aux
.
IsCodeListed
(
c
,
81010004
)
and
c
:
IsType
(
TYPE_MONSTER
)
end
function
cm
.
spcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
cm
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
return
Duel
.
IsExistingMatchingCard
(
cm
.
c
d
filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
function
cm
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
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