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
Nguyễn Anh Kiệt
ygopro-222DIY-cards
Commits
8e83a379
Commit
8e83a379
authored
Aug 15, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
130b49e7
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
19 additions
and
16 deletions
+19
-16
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/lflist.conf
expansions/lflist.conf
+1
-0
expansions/pics/81011011.jpg
expansions/pics/81011011.jpg
+0
-0
expansions/script/c12044000.lua
expansions/script/c12044000.lua
+1
-1
expansions/script/c12044001.lua
expansions/script/c12044001.lua
+3
-3
expansions/script/c12044014.lua
expansions/script/c12044014.lua
+3
-2
expansions/script/c12044015.lua
expansions/script/c12044015.lua
+1
-1
expansions/script/c12044016.lua
expansions/script/c12044016.lua
+2
-1
expansions/script/c12044017.lua
expansions/script/c12044017.lua
+2
-2
expansions/script/c12044030.lua
expansions/script/c12044030.lua
+1
-1
expansions/script/c12044031.lua
expansions/script/c12044031.lua
+1
-1
expansions/script/c12044032.lua
expansions/script/c12044032.lua
+1
-1
expansions/script/c12044033.lua
expansions/script/c12044033.lua
+1
-1
expansions/script/c16104200.lua
expansions/script/c16104200.lua
+1
-1
expansions/strings.conf
expansions/strings.conf
+1
-1
No files found.
expansions/222DIY.cdb
View file @
8e83a379
No preview for this file type
expansions/lflist.conf
View file @
8e83a379
...
...
@@ -206,6 +206,7 @@
12038003
1
--偶像
P
普利兹姆
12040001
1
--发圈宠儿 梅雷特
12040002
1
--发圈宠儿 娜娜妮
12044001
0
--浦罗 向梦境起誓
12054001
0
--暴食女巫 顾拉
12054004
2
--海之家的霸者 顾拉
12056001
1
--星屑的茶会时间
...
...
expansions/pics/81011011.jpg
View replaced file @
130b49e7
View file @
8e83a379
62.6 KB
|
W:
|
H:
147 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c12044000.lua
View file @
8e83a379
...
...
@@ -58,7 +58,7 @@ function cm.splimit(e,c)
return
c
:
IsLocation
(
LOCATION_EXTRA
)
end
function
cm
.
thfilter
(
c
)
return
c
:
IsSetCard
(
0xfb5
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
and
c
:
IsFaceup
()
return
c
:
IsSetCard
(
0x
8
fb5
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
and
c
:
IsFaceup
()
end
function
cm
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
...
...
expansions/script/c12044001.lua
View file @
8e83a379
...
...
@@ -28,13 +28,13 @@ function cm.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
cm
.
filter
(
c
)
return
c
:
IsSetCard
(
0xfb5
)
and
c
:
IsAbleToHand
()
return
c
:
IsSetCard
(
0x
8
fb5
)
and
c
:
IsAbleToHand
()
end
function
cm
.
filter1
(
c
)
return
c
:
IsSetCard
(
0xfb5
)
and
c
:
IsAbleToHand
()
and
c
:
IsFacedown
()
return
c
:
IsSetCard
(
0x
8
fb5
)
and
c
:
IsAbleToHand
()
and
c
:
IsFacedown
()
end
function
cm
.
filter2
(
c
)
return
c
:
IsSetCard
(
0xfb5
)
and
c
:
IsAbleToHand
()
and
c
:
IsFaceup
()
return
c
:
IsSetCard
(
0x
8
fb5
)
and
c
:
IsAbleToHand
()
and
c
:
IsFaceup
()
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c12044014.lua
View file @
8e83a379
...
...
@@ -56,7 +56,7 @@ function cm.costop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
cm
.
filter
(
c
)
return
c
:
IsAbleToHand
()
and
c
:
IsSetCard
(
0xfb5
)
return
c
:
IsAbleToHand
()
and
c
:
IsSetCard
(
0x
8
fb5
)
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
cm
.
filter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
nil
)
and
e
:
GetHandler
():
IsAbleToDeck
()
and
Duel
.
IsPlayerCanDraw
(
tp
,
1
)
end
...
...
@@ -70,7 +70,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
Duel
.
SendtoDeck
(
c
,
tp
,
2
,
REASON_EFFECT
)
c
:
ReverseInDeck
()
Duel
.
ShuffleDeck
(
tp
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
filter
,
tp
,
LOCATION_ONFIELD
,
0
,
1
,
1
,
nil
)
if
g
:
GetCount
()
>
0
then
...
...
@@ -78,6 +78,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
end
end
function
cm
.
checkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
ep
then
return
end
...
...
expansions/script/c12044015.lua
View file @
8e83a379
...
...
@@ -68,7 +68,7 @@ function cm.costop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
cm
.
chainfilter
(
re
,
tp
,
cid
)
return
not
(
re
:
GetHandler
():
IsSetCard
(
0xfb5
)
and
re
:
GetHandler
():
IsLocation
(
LOCATION_HAND
)
)
return
not
(
re
:
GetHandler
():
IsSetCard
(
0x
8
fb5
)
and
re
:
GetHandler
():
IsLocation
(
LOCATION_HAND
)
)
end
function
cm
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c12044016.lua
View file @
8e83a379
...
...
@@ -68,9 +68,10 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
if
c
:
IsRelateToEffect
(
e
)
then
Duel
.
SendtoDeck
(
c
,
tp
,
2
,
REASON_EFFECT
)
c
:
ReverseInDeck
()
end
local
p
,
d
=
Duel
.
GetChainInfo
(
0
,
CHAININFO_TARGET_PLAYER
,
CHAININFO_TARGET_PARAM
)
Duel
.
Recover
(
p
,
d
,
REASON_EFFECT
)
end
end
function
cm
.
spcon
(
e
,
c
)
if
c
==
nil
then
return
true
end
...
...
expansions/script/c12044017.lua
View file @
8e83a379
...
...
@@ -52,7 +52,7 @@ function cm.costop(e,tp,eg,ep,ev,re,r,rp)
end
end
function
cm
.
filter
(
c
)
return
c
:
IsAbleToDeck
()
and
c
:
IsSetCard
(
0xfb5
)
return
c
:
IsAbleToDeck
()
and
c
:
IsSetCard
(
0x
8
fb5
)
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToDeck
()
and
Duel
.
IsExistingMatchingCard
(
cm
.
filter
,
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
...
...
@@ -64,7 +64,6 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
if
c
:
IsRelateToEffect
(
e
)
then
Duel
.
SendtoDeck
(
c
,
tp
,
2
,
REASON_EFFECT
)
c
:
ReverseInDeck
()
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TODECK
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
cm
.
filter
,
tp
,
LOCATION_HAND
+
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
Duel
.
SendtoDeck
(
g
,
nil
,
2
,
REASON_EFFECT
)
...
...
@@ -73,6 +72,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
end
Duel
.
ShuffleDeck
(
tp
)
Duel
.
Draw
(
tp
,
1
,
REASON_EFFECT
)
end
end
function
cm
.
chainfilter
(
re
,
tp
,
cid
)
return
false
...
...
expansions/script/c12044030.lua
View file @
8e83a379
...
...
@@ -79,7 +79,7 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
c
:
CancelToGrave
(
false
)
end
function
cm
.
cfilter
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0xfb5
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x
8
fb5
)
end
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
cm
.
cfilter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
...
...
expansions/script/c12044031.lua
View file @
8e83a379
...
...
@@ -72,7 +72,7 @@ function cm.filter(c)
return
c
:
IsAbleToRemove
()
end
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsSetCard
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
0xfb5
)
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsSetCard
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
0x
8
fb5
)
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsControler
(
1
-
tp
)
and
chkc
:
IsLocation
(
LOCATION_GRAVE
)
and
cm
.
filter
(
chkc
)
end
...
...
expansions/script/c12044032.lua
View file @
8e83a379
...
...
@@ -98,7 +98,7 @@ function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
c
:
CancelToGrave
(
false
)
end
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsSetCard
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
0xfb5
)
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsSetCard
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
0x
8
fb5
)
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToDeck
()
end
...
...
expansions/script/c12044033.lua
View file @
8e83a379
...
...
@@ -73,7 +73,7 @@ function cm.filter(c,e,tp)
return
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
cm
.
condition
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsSetCard
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
0xfb5
)
return
Duel
.
IsExistingMatchingCard
(
Card
.
IsSetCard
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
0x
8
fb5
)
end
function
cm
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_GRAVE
)
and
cm
.
filter
(
chkc
,
e
,
tp
)
end
...
...
expansions/script/c16104200.lua
View file @
8e83a379
...
...
@@ -47,7 +47,7 @@ function cm.seop(code,op)
end
end
function
rsch
.
SummonEffect2
(
c
,
code
,
cate
,
flag
,
tg
,
op
)
local
e1
=
rsef
.
ST
O
(
c
,
EVENT_SUMMON_SUCCESS
,{
code
,
0
},
nil
,
cate
,
flag
,
cm
.
secon
,
nil
,
tg
,
op
)
local
e1
=
rsef
.
ST
F
(
c
,
EVENT_SUMMON_SUCCESS
,{
code
,
0
},
nil
,
cate
,
flag
,
cm
.
secon
,
nil
,
tg
,
op
)
return
e1
end
function
rsch
.
LimitFun
(
c
,
code
)
...
...
expansions/strings.conf
View file @
8e83a379
...
...
@@ -165,7 +165,7 @@
!
setname
0
x6fb2
蛋黄兔姬
!
setname
0
x1fb3
波恋达斯
!
setname
0
x2fb3
双色
!
setname
0
xfb5
异界支配者
!
setname
0
x
8
fb5
异界支配者
!
setname
0
xfb6
火枪手
!
setname
0
x3fb7
事龙人
!
setname
0
xfb8
水歌
...
...
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