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
228fe789
Commit
228fe789
authored
Sep 05, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
02edf53c
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
11 deletions
+12
-11
expansions/lflist.conf
expansions/lflist.conf
+1
-0
expansions/script/c14010217.lua
expansions/script/c14010217.lua
+1
-1
expansions/script/c26807007.lua
expansions/script/c26807007.lua
+1
-1
expansions/script/c33330082.lua
expansions/script/c33330082.lua
+1
-1
expansions/script/c33400119.lua
expansions/script/c33400119.lua
+1
-1
expansions/script/c33400363.lua
expansions/script/c33400363.lua
+1
-1
expansions/script/c33400475.lua
expansions/script/c33400475.lua
+1
-1
expansions/script/c33700409.lua
expansions/script/c33700409.lua
+1
-1
expansions/script/c65000064.lua
expansions/script/c65000064.lua
+1
-1
expansions/script/c75646551.lua
expansions/script/c75646551.lua
+1
-1
expansions/script/c75646552.lua
expansions/script/c75646552.lua
+1
-1
expansions/script/c77702002.lua
expansions/script/c77702002.lua
+1
-1
No files found.
expansions/lflist.conf
View file @
228fe789
...
...
@@ -297,6 +297,7 @@
12054001
1
--暴食女巫 顾拉
12054004
2
--海之家的霸者 顾拉
12056005
1
--你偷看了?
12059030
1
--灰银魔王
12060030
1
--百鬼夜行
12061000
1
--清奏姬 鹭草
12061001
2
--清纯契骑 鹭草
...
...
expansions/script/c14010217.lua
View file @
228fe789
...
...
@@ -75,7 +75,7 @@ function cm.initial_effect(c)
end
function
cm
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsLocation
(
LOCATION_FZONE
)
return
c
:
IsLocation
(
LOCATION_FZONE
)
and
c
:
IsFaceup
()
end
function
cm
.
setlimit
(
e
,
c
,
tp
)
return
c
:
IsType
(
TYPE_FIELD
)
...
...
expansions/script/c26807007.lua
View file @
228fe789
...
...
@@ -84,7 +84,7 @@ function cm.initial_effect(c)
end
function
cm
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsLocation
(
LOCATION_FZONE
)
return
c
:
IsLocation
(
LOCATION_FZONE
)
and
c
:
IsFaceup
()
end
function
cm
.
cfilter
(
c
,
tp
)
return
c
:
GetOwner
()
==
1
-
tp
and
c
:
IsAbleToRemoveAsCost
()
...
...
expansions/script/c33330082.lua
View file @
228fe789
...
...
@@ -51,7 +51,7 @@ function c33330082.initial_effect(c)
end
function
c33330082
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsLocation
(
LOCATION_FZONE
)
return
c
:
IsLocation
(
LOCATION_FZONE
)
and
c
:
IsFaceup
()
end
function
c33330082
.
regtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
...
...
expansions/script/c33400119.lua
View file @
228fe789
...
...
@@ -77,7 +77,7 @@ c:EnableCounterPermit(0x34f)
end
function
cm
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsLocation
(
LOCATION_FZONE
)
return
c
:
IsLocation
(
LOCATION_FZONE
)
and
c
:
IsFaceup
()
end
function
cm
.
regtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
...
...
expansions/script/c33400363.lua
View file @
228fe789
...
...
@@ -77,7 +77,7 @@ function cm.initial_effect(c)
end
function
cm
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsLocation
(
LOCATION_FZONE
)
return
c
:
IsLocation
(
LOCATION_FZONE
)
and
c
:
IsFaceup
()
end
function
cm
.
regtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
...
...
expansions/script/c33400475.lua
View file @
228fe789
...
...
@@ -70,7 +70,7 @@ function cm.initial_effect(c)
end
function
cm
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsLocation
(
LOCATION_FZONE
)
return
c
:
IsLocation
(
LOCATION_FZONE
)
and
c
:
IsFaceup
()
end
function
cm
.
regtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
...
...
expansions/script/c33700409.lua
View file @
228fe789
...
...
@@ -103,7 +103,7 @@ function scard.initial_effect(c)
end
function
cm
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsLocation
(
LOCATION_FZONE
)
return
c
:
IsLocation
(
LOCATION_FZONE
)
and
c
:
IsFaceup
()
end
function
scard
.
efilter
(
e
,
re
,
tp
)
return
re
:
GetHandler
():
IsType
(
TYPE_FIELD
)
and
re
:
IsHasType
(
EFFECT_TYPE_ACTIVATE
)
...
...
expansions/script/c65000064.lua
View file @
228fe789
...
...
@@ -59,7 +59,7 @@ function c65000064.initial_effect(c)
end
function
cm
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsLocation
(
LOCATION_FZONE
)
return
c
:
IsLocation
(
LOCATION_FZONE
)
and
c
:
IsFaceup
()
end
cm
.
toss_coin
=
true
function
cm
.
val
(
e
,
c
)
...
...
expansions/script/c75646551.lua
View file @
228fe789
...
...
@@ -84,7 +84,7 @@ function cm.initial_effect(c)
end
function
cm
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsLocation
(
LOCATION_FZONE
)
return
c
:
IsLocation
(
LOCATION_FZONE
)
and
c
:
IsFaceup
()
end
function
cm
.
regtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
...
...
expansions/script/c75646552.lua
View file @
228fe789
...
...
@@ -66,7 +66,7 @@ function cm.initial_effect(c)
end
function
cm
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsLocation
(
LOCATION_FZONE
)
return
c
:
IsLocation
(
LOCATION_FZONE
)
and
c
:
IsFaceup
()
end
function
cm
.
regtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
...
...
expansions/script/c77702002.lua
View file @
228fe789
...
...
@@ -121,7 +121,7 @@ function scard.initial_effect(c)
end
function
cm
.
regcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
return
c
:
IsLocation
(
LOCATION_FZONE
)
return
c
:
IsLocation
(
LOCATION_FZONE
)
and
c
:
IsFaceup
()
end
function
scard
.
resetcount
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
scard
[
0
]
=
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