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
Ai
ygopro-222DIY-cards
Commits
1e33a6e7
Commit
1e33a6e7
authored
Apr 09, 2024
by
聖園ミカ
🐟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
md
parent
8529ffef
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
16 deletions
+13
-16
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c33330161.lua
expansions/script/c33330161.lua
+2
-2
expansions/script/c33401307.lua
expansions/script/c33401307.lua
+2
-2
expansions/script/c33401310.lua
expansions/script/c33401310.lua
+2
-2
expansions/script/c33401312.lua
expansions/script/c33401312.lua
+1
-1
expansions/strings.conf
expansions/strings.conf
+6
-9
No files found.
expansions/222DIY.cdb
View file @
1e33a6e7
No preview for this file type
expansions/script/c33330161.lua
View file @
1e33a6e7
...
...
@@ -39,14 +39,14 @@ function cm.tkcon(e,tp,eg,ep,ev,re,r,rp)
end
function
cm
.
tktg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
33330162
,
0
,
0x4011
,
0
,
0
,
1
,
RACE_FIEND
,
ATTRIBUTE_LIGHT
,
POS_FACEUP
,
1
-
tp
)
end
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
33330162
,
0
x52a1
,
0x4011
,
0
,
0
,
1
,
RACE_FIEND
,
ATTRIBUTE_LIGHT
,
POS_FACEUP
,
1
-
tp
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOKEN
,
nil
,
1
,
tp
,
0
)
end
function
cm
.
tkop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
if
e
:
GetHandler
():
IsRelateToEffect
(
e
)
and
Duel
.
GetLocationCount
(
1
-
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
33330162
,
0
,
0x4011
,
0
,
0
,
1
,
RACE_FIEND
,
ATTRIBUTE_LIGHT
,
POS_FACEUP
,
1
-
tp
)
then
and
Duel
.
IsPlayerCanSpecialSummonMonster
(
tp
,
33330162
,
0
x52a1
,
0x4011
,
0
,
0
,
1
,
RACE_FIEND
,
ATTRIBUTE_LIGHT
,
POS_FACEUP
,
1
-
tp
)
then
local
token
=
Duel
.
CreateToken
(
tp
,
33330162
)
Duel
.
SpecialSummon
(
token
,
0
,
tp
,
1
-
tp
,
false
,
false
,
POS_FACEUP
)
--Destroy
...
...
expansions/script/c33401307.lua
View file @
1e33a6e7
...
...
@@ -61,11 +61,11 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
RegisterEffect
(
e3
,
tp
)
end
function
cm
.
splimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
return
not
(
c
:
IsSetCard
(
0x341
)
or
c
:
IsSetCard
(
0xa342
)
)
return
not
c
:
IsSetCard
(
0x341
)
end
function
cm
.
spfilter2
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x341
,
0xa342
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
return
c
:
IsSetCard
(
0x341
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
end
function
cm
.
sptg2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
...
...
expansions/script/c33401310.lua
View file @
1e33a6e7
...
...
@@ -44,14 +44,14 @@ end
function
c33401310
.
thcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
rc
=
c
:
GetReasonCard
()
return
c
:
IsLocation
(
LOCATION_GRAVE
)
and
rc
:
IsSetCard
(
0x341
)
or
rc
:
IsSetCard
(
0xa342
)
and
r
&
REASON_FUSION
+
REASON_LINK
~=
0
return
c
:
IsLocation
(
LOCATION_GRAVE
)
and
rc
:
IsSetCard
(
0x341
)
and
r
&
REASON_FUSION
+
REASON_LINK
~=
0
end
function
c33401310
.
thtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
IsExistingMatchingCard
(
c33401310
.
thfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
nil
)
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
0
,
tp
,
LOCATION_GRAVE
)
end
function
c33401310
.
thfilter
(
c
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
(
c
:
IsSetCard
(
0x341
)
or
c
:
IsSetCard
(
0xa342
)
)
and
c
:
IsAbleToHand
()
and
not
c
:
IsSetCard
(
0xc342
)
return
c
:
IsType
(
TYPE_MONSTER
)
and
c
:
IsSetCard
(
0x341
)
and
c
:
IsAbleToHand
()
and
not
c
:
IsSetCard
(
0xc342
)
end
function
c33401310
.
thop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
SelectMatchingCard
(
tp
,
c33401310
.
thfilter
,
tp
,
LOCATION_GRAVE
,
0
,
1
,
1
,
nil
)
...
...
expansions/script/c33401312.lua
View file @
1e33a6e7
...
...
@@ -66,7 +66,7 @@ function c33401312.atkop(e,tp,eg,ep,ev,re,r,rp)
end
function
c33401312
.
repfilter
(
c
,
tp
)
return
c
:
IsFaceup
()
and
(
c
:
IsSetCard
(
0x341
)
or
c
:
IsSetCard
(
0xa342
)
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x341
)
and
c
:
IsOnField
()
and
c
:
IsControler
(
tp
)
and
c
:
IsReason
(
REASON_EFFECT
+
REASON_BATTLE
)
and
not
c
:
IsReason
(
REASON_REPLACE
)
end
function
c33401312
.
reptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
expansions/strings.conf
View file @
1e33a6e7
...
...
@@ -258,7 +258,6 @@
!
setname
0
x5fae
辉圣
!
setname
0
x6fae
穆莉耶尔
!
setname
0
x9fae
阿里翁
!
setname
0
xafae
翼猫
!
setname
0
xcfae
圣诞娘
!
setname
0
xfb0
六曜
!
setname
0
xfb1
原罪机械
...
...
@@ -297,9 +296,8 @@
!
setname
0
x8fbd
失落王国
!
setname
0
x3fbe
原数黑姬
!
setname
0
x5fbe
蜂兵
!
setname
0
x6fbe
百
鬼目
木更
!
setname
0
x6fbe
百
目鬼
木更
!
setname
0
x9fbe
蔷薇黄蜂|非蔷薇
!
setname
0
xafbe
门扉
!
setname
0
xcfbe
爱妮慕丝
#named_with_ALSTYE 阿蕾斯缇耶尔
#named_with_IDA ida
...
...
@@ -413,7 +411,7 @@
!
setname
0
x6f3e
Se7en
!
setname
0
xaf3e
异闻鸣
!
setname
0
xcf3e
三终渊
!
setname
0
x3f3f
死蔷薇
!
setname
0
x3f3f
死蔷薇
|非蔷薇
!
setname
0
x5f3f
异再神
#AddCodeList(15002000) 神名浅海卡名记述
#AddCodeList(15000113) 笼影深渊·红神尼奥迦恩卡名记述
...
...
@@ -740,7 +738,6 @@
!
setname
0
x5342
鸢一
!
setname
0
x6342
本条
!
setname
0
x9342
星宫
!
setname
0
xa342
崇宫
!
setname
0
xc342
士道
!
setname
0
x3343
天香
!
setname
0
x5343
绝灭天使
...
...
@@ -767,8 +764,8 @@
!
setname
0
xa85
萨塔妮亚
!
setname
0
xa86
菈菲尔
!
setname
0
x3a87
Charlotte
!
setname
0
x3a8b
莉莉娅
!
setname
0
x5a8b
萝莎莉娅
#
setname 0x3a8b 莉莉娅
#
setname 0x5a8b 萝莎莉娅
!
setname
0
xa8e
七草一花
#setname="Alicization" 滋贝鲁库
#setname="Gmemories" 灰色记忆
...
...
@@ -875,8 +872,8 @@
!
setname
0
xe81
决胜赛马娘
#Nanahira 78877 375 0x770-0x77f global:senya
!
setname
0
x770
「
3
L
·不死之烟」检测用
!
setname
0
x771
「梦现·柚木梨沙」检测用
#
setname 0x770 「3L·不死之烟」检测用
#
setname 0x771 「梦现·柚木梨沙」检测用
!
setname
0
x777
梦前菜菜
#Senya_name_with_elem 元灵 エレメント
#Senya_name_with_rose Rose ローズ
...
...
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