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
xiaoye
ygopro-222DIY-cards
Commits
36be15b8
You need to sign in or sign up before continuing.
Commit
36be15b8
authored
Aug 13, 2022
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
E
parent
9a5925c7
Changes
17
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
4 additions
and
20 deletions
+4
-20
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c30722001.lua
expansions/script/c30722001.lua
+0
-1
expansions/script/c30722002.lua
expansions/script/c30722002.lua
+0
-1
expansions/script/c35700125.lua
expansions/script/c35700125.lua
+1
-1
expansions/script/c66981000.lua
expansions/script/c66981000.lua
+0
-1
expansions/script/c66981001.lua
expansions/script/c66981001.lua
+0
-1
expansions/script/c66981007.lua
expansions/script/c66981007.lua
+0
-1
expansions/script/c66981009.lua
expansions/script/c66981009.lua
+0
-1
expansions/script/c66981010.lua
expansions/script/c66981010.lua
+0
-1
expansions/script/c66981011.lua
expansions/script/c66981011.lua
+0
-1
expansions/script/c66981012.lua
expansions/script/c66981012.lua
+0
-5
expansions/script/c66981013.lua
expansions/script/c66981013.lua
+0
-1
expansions/script/c66981014.lua
expansions/script/c66981014.lua
+0
-1
expansions/script/c66981099.lua
expansions/script/c66981099.lua
+0
-1
expansions/script/c66981999.lua
expansions/script/c66981999.lua
+0
-1
expansions/script/c81046027.lua
expansions/script/c81046027.lua
+1
-0
expansions/strings.conf
expansions/strings.conf
+2
-2
No files found.
expansions/222DIY.cdb
View file @
36be15b8
No preview for this file type
expansions/script/c30722001.lua
View file @
36be15b8
--记忆扁舟 三瓶枫子
local
m
=
30722001
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c81000000.lua"
)
function
cm
.
initial_effect
(
c
)
--fusion material
c
:
EnableReviveLimit
()
...
...
expansions/script/c30722002.lua
View file @
36be15b8
--纯真修女 三瓶枫子
local
m
=
30722002
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c81000000.lua"
)
function
cm
.
initial_effect
(
c
)
--fusion material
c
:
EnableReviveLimit
()
...
...
expansions/script/c35700125.lua
View file @
36be15b8
...
...
@@ -62,7 +62,7 @@ function cm.tecon(e,tp,eg,ep,ev,re,r,rp)
return
Duel
.
GetTurnPlayer
()
==
1
-
tp
and
e
:
GetHandler
():
GetFlagEffect
(
m
)
==
0
end
function
cm
.
target2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
LOCATION_GRAVE
+
LOCATION_ONFIELD
,
LOCATION_GRAVE
+
LOCATION_ONFIELD
,
1
,
nil
)
end
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
nil
,
tp
,
LOCATION_GRAVE
+
LOCATION_ONFIELD
,
LOCATION_GRAVE
+
LOCATION_ONFIELD
,
1
,
nil
)
and
e
:
GetHandler
():
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
end
function
cm
.
activate2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c66981000.lua
View file @
36be15b8
--一月之昙花
local
m
=
66981000
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c81000000.lua"
)
if
not
StarLight_from_K
then
StarLight_from_K
=
{}
StarLight_from_K
.
Brightstarlight_Effect
=
{}
...
...
expansions/script/c66981001.lua
View file @
36be15b8
--一月之梦回
local
m
=
66981001
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c81000000.lua"
)
function
cm
.
initial_effect
(
c
)
c
:
SetUniqueOnField
(
1
,
0
,
m
)
--activate
...
...
expansions/script/c66981007.lua
View file @
36be15b8
--八宫一月·梦
local
m
=
66981007
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c81000000.lua"
)
function
cm
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
--spsummon condition
...
...
expansions/script/c66981009.lua
View file @
36be15b8
--八宫一月·灿
local
m
=
66981009
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c81000000.lua"
)
function
cm
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
--spsummon condition
...
...
expansions/script/c66981010.lua
View file @
36be15b8
--八宫一月·秋
local
m
=
66981010
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c81000000.lua"
)
function
cm
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
--spsummon condition
...
...
expansions/script/c66981011.lua
View file @
36be15b8
--八宫一月·烟
local
m
=
66981011
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c81000000.lua"
)
function
cm
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
--spsummon condition
...
...
expansions/script/c66981012.lua
View file @
36be15b8
--一月之盛夏
local
m
=
66981012
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c81000000.lua"
)
if
not
StarLight_from_K
then
StarLight_from_K
=
{}
StarLight_from_K
.
Brightstarlight_Effect
=
{}
end
function
cm
.
initial_effect
(
c
)
c
:
SetUniqueOnField
(
1
,
0
,
m
)
--Activate
...
...
expansions/script/c66981013.lua
View file @
36be15b8
--八宫一月·思
local
m
=
66981013
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c81000000.lua"
)
function
cm
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
--spsummon condition
...
...
expansions/script/c66981014.lua
View file @
36be15b8
--八宫一月·甜
local
m
=
66981014
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c81000000.lua"
)
function
cm
.
initial_effect
(
c
)
c
:
EnableReviveLimit
()
--spsummon condition
...
...
expansions/script/c66981099.lua
View file @
36be15b8
--星曜女神·一月
local
m
=
66981099
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c81000000.lua"
)
if
not
StarLight_from_K
then
StarLight_from_K
=
{}
StarLight_from_K
.
Brightstarlight_Effect
=
{}
...
...
expansions/script/c66981999.lua
View file @
36be15b8
--八宫一月·雨
local
m
=
66981999
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c81000000.lua"
)
if
not
StarLight_from_K
then
StarLight_from_K
=
{}
StarLight_from_K
.
Brightstarlight_Effect
=
{}
...
...
expansions/script/c81046027.lua
View file @
36be15b8
...
...
@@ -15,6 +15,7 @@ function cm.initial_effect(c)
e1
:
SetHintTiming
(
0
,
TIMINGS_CHECK_MONSTER
+
TIMING_MAIN_END
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCountLimit
(
1
,
m
)
e1
:
SetCondition
(
cm
.
spcon
)
e1
:
SetTarget
(
cm
.
sptg
)
e1
:
SetOperation
(
cm
.
spop
)
c
:
RegisterEffect
(
e1
)
...
...
expansions/strings.conf
View file @
36be15b8
...
...
@@ -889,7 +889,7 @@
!
setname
0
x3d41
逆塔罗特博物馆
!
setname
0
xd42
占星术物语
#格拉摩根 1025644096 400
0xf10-0xf1f
#格拉摩根 1025644096 400
#named_with_BeastDeity 兽神
#天崖 437350548 437 0x4e0-0x4ef
...
...
@@ -979,7 +979,7 @@
#AddCodeList(53718002) 阳卡名记述
#AddCodeList(53727003) 祖脑 神火卡名记述
#花糖 2236141431 573 0x570-0x57f global:miyuki
#
▲
花糖 2236141431 573 0x570-0x57f global:miyuki
!
setname
0
x570
库拉丽丝 クラリス
#named_with_doll 人偶少女
#named_with_sanae 早苗H
...
...
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