Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-pre-data
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
MyCard
ygopro-pre-data
Commits
8dfd9f58
Commit
8dfd9f58
authored
Sep 12, 2020
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add new card
parent
67c04acf
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
89 additions
and
1 deletion
+89
-1
deck/20-09-12 DBGI.ydk
deck/20-09-12 DBGI.ydk
+40
-0
expansions/pre-release.cdb
expansions/pre-release.cdb
+0
-0
expansions/pre-strings.conf
expansions/pre-strings.conf
+2
-1
pics/100415020.jpg
pics/100415020.jpg
+0
-0
script/c100415020.lua
script/c100415020.lua
+47
-0
No files found.
deck/20-09-12 DBGI.ydk
0 → 100644
View file @
8dfd9f58
#created by ...
#main
100415001
100415002
100415003
100415004
100415009
100415010
100415011
100415012
100415013
100415014
100415017
100415018
100415019
100415020
100415021
100415022
100415023
100415024
100415025
100415026
100415027
100415028
100415029
100415030
100415031
100415032
100415033
100415034
100415035
100415036
#extra
100415005
100415006
100415007
100415008
100415015
100415016
!side
expansions/pre-release.cdb
View file @
8dfd9f58
No preview for this file type
expansions/pre-strings.conf
View file @
8dfd9f58
...
@@ -3,4 +3,5 @@
...
@@ -3,4 +3,5 @@
!
setname
0
x251
大贤者
!
setname
0
x251
大贤者
!
setname
0
x252
姬丝基勒
!
setname
0
x252
姬丝基勒
!
setname
0
x253
璃拉
!
setname
0
x253
璃拉
!
setname
0
x254
邪恶★双子
!
setname
0
x1254
直播☆双子
!
setname
0
x2254
邪恶★双子
pics/100415020.jpg
0 → 100644
View file @
8dfd9f58
80.6 KB
script/c100415020.lua
0 → 100644
View file @
8dfd9f58
--シークレット・パスフレーズ
--
--Script by JustFish
function
c100415020
.
initial_effect
(
c
)
--Activate
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e1
:
SetType
(
EFFECT_TYPE_ACTIVATE
)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetCountLimit
(
1
,
100415020
+
EFFECT_COUNT_CODE_OATH
)
e1
:
SetTarget
(
c100415020
.
target
)
e1
:
SetOperation
(
c100415020
.
activate
)
c
:
RegisterEffect
(
e1
)
end
function
c100415020
.
thfilter
(
c
)
return
c
:
IsSetCard
(
0x1254
,
0x2254
)
and
c
:
IsType
(
TYPE_SPELL
+
TYPE_TRAP
)
and
c
:
IsAbleToHand
()
end
function
c100415020
.
thfilter1
(
c
)
return
c
:
IsSetCard
(
0x2254
)
and
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsAbleToHand
()
end
function
c100415020
.
scchk
(
c
,
sc
)
return
c
:
IsSetCard
(
sc
)
and
c
:
IsFaceup
()
end
function
c100415020
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
local
b1
=
Duel
.
IsExistingMatchingCard
(
c100415020
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
local
b2
=
Duel
.
IsExistingMatchingCard
(
c100415020
.
thfilter1
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
and
Duel
.
IsExistingMatchingCard
(
c100415020
.
scchk
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
0x252
)
and
Duel
.
IsExistingMatchingCard
(
c100415020
.
scchk
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
0x253
)
return
b1
or
b2
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
)
end
function
c100415020
.
activate
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
(
c100415020
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
if
Duel
.
IsExistingMatchingCard
(
c100415020
.
scchk
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
0x252
)
and
Duel
.
IsExistingMatchingCard
(
c100415020
.
scchk
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
,
0x253
)
then
local
eg
=
Duel
.
GetMatchingGroup
(
c100415020
.
thfilter1
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
g
:
Merge
(
eg
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
tg
=
g
:
Select
(
tp
,
1
,
1
,
nil
)
if
#
tg
>
0
then
Duel
.
SendtoHand
(
tg
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tg
)
end
end
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