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
e3f15ff5
Commit
e3f15ff5
authored
Jul 24, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
51d52531
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
112 additions
and
7 deletions
+112
-7
expansions/2021-07-23.cdb
expansions/2021-07-23.cdb
+0
-0
expansions/2021-07-23.txt
expansions/2021-07-23.txt
+31
-0
expansions/lflist.conf
expansions/lflist.conf
+4
-0
expansions/script/c26806027.lua
expansions/script/c26806027.lua
+66
-0
expansions/script/c26806028.lua
expansions/script/c26806028.lua
+1
-1
expansions/script/c47501006.lua
expansions/script/c47501006.lua
+1
-1
expansions/script/c71400034.lua
expansions/script/c71400034.lua
+1
-1
expansions/script/c71400055.lua
expansions/script/c71400055.lua
+1
-1
expansions/script/c71402000.lua
expansions/script/c71402000.lua
+6
-2
expansions/script/c81048002.lua
expansions/script/c81048002.lua
+1
-1
No files found.
expansions/2021-07-23.cdb
0 → 100644
View file @
e3f15ff5
File added
expansions/2021-07-23.txt
0 → 100644
View file @
e3f15ff5
10910012 0 --天使与龙的舞台
16107109 0 --升阶魔法 G-神智的统合
16107119 0 --最终龙理 Q.E.D.+
16130002 0 --T病毒感染者
21520148 2 --星宇再现(1→2)
21520249 1 --星宇成像-戊己土(0→1)
26818013 2 --洞彻一切 泽尼娅(1→2)
30005030 1 --懵懂的暗芽
30700035 0 --龙裔的狂战士
30700038 0 --圣洁的眷顾
30700039 0 --龙裔的悲叹
33500307 3 --薇奈特-纯真恶魔(2→3)
40008460 0 --时刻兽·秘央龙·机妙(1→0)
40008547 0 --超刻兽·庚辛利牙·叛逆(1→0)
40008548 0 --十二支刻兽·刻神指令·启示(1→0)
45746831 3 --营地的厨师 图坦卡蒙(1→3)
45746835 2 --营地少年 雪球(1→2)
45746836 2 --营地长 爷爷(1→2)
45746852 3 --营地外的私人海滩(1→3)
65020051 2 --暮色居城的朝晖(1→2)
65030012 2 --树阴围绕的遥远耀光(1→2)
65031014 3 --独我的律歌者(2→3)
65071018 2 --刺耳嚎叫(0→2)
65071049 2 --悲惨圣诞
81047004 0 --度假·黑崎智秋
81048034 1 --复苏的魔女 艾妮萌
81048035 1 --复苏的魔女 芙洛莱
81060016 1 --薇薇安·伊文捷琳 π
●下次再来
六毛之癫
expansions/lflist.conf
View file @
e3f15ff5
...
...
@@ -1304,7 +1304,10 @@
81040037
1
--冬日回忆·周子
81042009
0
--
Nanahira
&
Mega
81046034
0
--虚拟主播 西园千草
81047004
0
--度假·黑崎智秋
81048027
1
--猫咖
momoko
81048034
1
--复苏的魔女 艾妮萌
81048035
1
--复苏的魔女 芙洛莱
81051001
1
--凯瑟琳·罗森塔尔 θ
81052002
1
--克里斯汀·罗森塔尔-
c239b3
81056002
1
--浅见空子·月色
...
...
@@ -1312,6 +1315,7 @@
81057004
1
--水晶艾蕾娜·雨夜
81058004
0
--原田秋叶·夏祭
81060008
1
--薇薇安·伊文捷琳 θ
81060016
1
--薇薇安·伊文捷琳 π
#822
82204231
1
--孤独的时之行者
82204262
1
--灵魂锁链
...
...
expansions/script/c26806027.lua
0 → 100644
View file @
e3f15ff5
--风之时针·苍穹
function
c26806027
.
initial_effect
(
c
)
--synchro summon
aux
.
AddSynchroProcedure
(
c
,
nil
,
aux
.
NonTuner
(
nil
),
1
)
c
:
EnableReviveLimit
()
--special summon
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetCategory
(
CATEGORY_SPECIAL_SUMMON
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCountLimit
(
1
,
26806027
)
e1
:
SetTarget
(
c26806027
.
target
)
e1
:
SetOperation
(
c26806027
.
operation
)
c
:
RegisterEffect
(
e1
)
--to hand
local
e4
=
Effect
.
CreateEffect
(
c
)
e4
:
SetCategory
(
CATEGORY_TOHAND
+
CATEGORY_SEARCH
)
e4
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e4
:
SetRange
(
LOCATION_GRAVE
)
e4
:
SetCode
(
EVENT_BATTLE_DESTROYED
)
e4
:
SetCountLimit
(
1
,
26806927
)
e4
:
SetCost
(
aux
.
bfgcost
)
e4
:
SetCondition
(
c26806027
.
thcon
)
e3
:
SetTarget
(
c26806027
.
thtg
)
e4
:
SetOperation
(
c26806027
.
thop
)
c
:
RegisterEffect
(
e4
)
end
function
c26806027
.
filter
(
c
,
e
,
tp
)
return
c
:
IsAttack
(
2200
)
and
c
:
IsDefense
(
600
)
and
c
:
IsSummonableCard
()
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
c26806027
.
target
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsControler
(
tp
)
and
chkc
:
IsLocation
(
LOCATION_GRAVE
)
and
c26806027
.
filter
(
chkc
,
e
,
tp
)
end
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingTarget
(
c26806027
.
filter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
tp
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
g
=
Duel
.
SelectTarget
(
tp
,
c26806027
.
filter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
,
e
,
tp
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
g
,
1
,
0
,
0
)
end
function
c26806027
.
operation
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
Duel
.
GetFirstTarget
()
if
tc
:
IsRelateToEffect
(
e
)
then
Duel
.
SpecialSummon
(
tc
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
end
end
function
c26806027
.
cfilter
(
c
,
tp
)
return
c
:
IsType
(
TYPE_LINK
)
and
c
:
IsAttack
(
3200
)
and
c
:
GetPreviousControler
()
==
tp
end
function
c26806027
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
eg
:
IsExists
(
c26806027
.
cfilter
,
1
,
nil
,
tp
)
end
function
c26806027
.
thfilter
(
c
)
return
c
:
IsType
(
TYPE_CONTINUOUS
)
and
c
:
IsAbleToHand
()
end
function
c26806027
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c26806027
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
nil
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
tp
,
LOCATION_DECK
)
end
function
c26806027
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c26806027
.
thfilter
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoHand
(
g
,
nil
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
g
)
end
end
expansions/script/c26806028.lua
View file @
e3f15ff5
--好久不见·海伊
local
m
=
m
local
m
=
26806028
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
...
...
expansions/script/c47501006.lua
View file @
e3f15ff5
...
...
@@ -47,7 +47,7 @@ function c47501006.initial_effect(c)
local
e9
=
Effect
.
CreateEffect
(
c
)
e9
:
SetType
(
EFFECT_TYPE_SINGLE
)
e9
:
SetCode
(
EFFECT_MATERIAL_CHECK
)
e9
:
SetValue
(
c
m
.
valcheck
)
e9
:
SetValue
(
c
47501006
.
valcheck
)
c
:
RegisterEffect
(
e9
)
end
c47501006
.
material_type
=
TYPE_SYNCHRO
...
...
expansions/script/c71400034.lua
View file @
e3f15ff5
...
...
@@ -10,7 +10,7 @@ function c71400034.initial_effect(c)
e1
:
SetCode
(
EVENT_FREE_CHAIN
)
e1
:
SetRange
(
LOCATION_FZONE
)
e1
:
SetProperty
(
EFFECT_FLAG_CARD_TARGET
)
e
:
SetDescription
(
aux
.
Stringid
(
71400034
,
0
))
e
1
:
SetDescription
(
aux
.
Stringid
(
71400034
,
0
))
e1
:
SetCountLimit
(
1
)
e1
:
SetTarget
(
c71400034
.
tg1
)
e1
:
SetOperation
(
c71400034
.
op1
)
...
...
expansions/script/c71400055.lua
View file @
e3f15ff5
...
...
@@ -27,7 +27,7 @@ function c71400055.initial_effect(c)
e2
:
SetProperty
(
EFFECT_FLAG_DELAY
+
EFFECT_FLAG_PLAYER_TARGET
)
e2
:
SetCode
(
EVENT_TO_GRAVE
)
e2
:
SetCountLimit
(
1
,
71400055
)
e
6
:
SetCondition
(
c71400055
.
con2
)
e
2
:
SetCondition
(
c71400055
.
con2
)
e2
:
SetTarget
(
c71400055
.
tg2
)
e2
:
SetOperation
(
c71400055
.
op2
)
c
:
RegisterEffect
(
e2
)
...
...
expansions/script/c71402000.lua
View file @
e3f15ff5
...
...
@@ -120,8 +120,12 @@ function c71402000.efop(e,tp,eg,ep,ev,re,r,rp)
end
elseif
dc
==
3
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_TOGRAVE
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c71402000
.
filter2
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
if
g
:
GetCount
()
>
0
then
Duel
.
SendtoGrave
(
g
,
REASON_EFFECT
)
>
0
end
local
tg
=
Duel
.
SelectMatchingCard
(
tp
,
c71402000
.
filter2
,
tp
,
LOCATION_DECK
,
0
,
1
,
1
,
nil
)
if
tg
:
GetCount
()
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
sg
=
tg
:
Select
(
tp
,
1
,
1
,
nil
):
GetFirst
()
Duel
.
SendtoGrave
(
sg
,
REASON_EFFECT
)
end
elseif
dc
==
4
then
local
thg
=
Duel
.
GetMatchingGroup
(
c71402000
.
filter3
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
if
thg
:
GetCount
()
>
0
...
...
expansions/script/c81048002.lua
View file @
e3f15ff5
--小兔崽子
local
m
=
8104
4003
local
m
=
8104
8002
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c81000000.lua"
)
function
cm
.
initial_effect
(
c
)
...
...
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