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
alstroemeria-silentlove
ygopro-222DIY-cards
Commits
8d0a6d45
Commit
8d0a6d45
authored
Aug 22, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
1b1324a2
Pipeline
#4852
canceled with stage
in 3 minutes and 44 seconds
Changes
16
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
29 additions
and
27 deletions
+29
-27
deck/2021-08-22 5th.ydk
deck/2021-08-22 5th.ydk
+1
-1
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/pics/26806025.jpg
expansions/pics/26806025.jpg
+0
-0
expansions/script/c1156001.lua
expansions/script/c1156001.lua
+12
-12
expansions/script/c1156612.lua
expansions/script/c1156612.lua
+3
-2
expansions/script/c13959996.lua
expansions/script/c13959996.lua
+3
-3
expansions/script/c22100101.lua
expansions/script/c22100101.lua
+1
-0
expansions/script/c26806033.lua
expansions/script/c26806033.lua
+1
-1
expansions/script/c33501024.lua
expansions/script/c33501024.lua
+1
-1
expansions/script/c37900007.lua
expansions/script/c37900007.lua
+1
-1
expansions/script/c67200000.lua
expansions/script/c67200000.lua
+1
-1
expansions/script/c75646453.lua
expansions/script/c75646453.lua
+1
-1
expansions/script/c81009003.lua
expansions/script/c81009003.lua
+1
-1
expansions/script/c81009005.lua
expansions/script/c81009005.lua
+1
-1
expansions/script/c81044014.lua
expansions/script/c81044014.lua
+1
-1
expansions/strings.conf
expansions/strings.conf
+1
-1
No files found.
deck/2021-08-22 5th.ydk
View file @
8d0a6d45
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
26806022
26806022
26806023
26806023
26806024
26806024
26806025
26806028
26806028
26806029
26806029
26806030
26806030
...
@@ -51,6 +50,7 @@
...
@@ -51,6 +50,7 @@
26806018
26806018
26806019
26806019
26806020
26806020
26806025
26806026
26806026
26806027
26806027
26806031
26806031
...
...
expansions/222DIY.cdb
View file @
8d0a6d45
No preview for this file type
expansions/pics/26806025.jpg
View replaced file @
1b1324a2
View file @
8d0a6d45
80.6 KB
|
W:
|
H:
101 KB
|
W:
|
H:
2-up
Swipe
Onion skin
expansions/script/c1156001.lua
View file @
8d0a6d45
...
@@ -5,14 +5,14 @@ function c1156001.initial_effect(c)
...
@@ -5,14 +5,14 @@ function c1156001.initial_effect(c)
aux
.
AddLinkProcedure
(
c
,
nil
,
2
,
2
,
c1156001
.
Lcheck
)
aux
.
AddLinkProcedure
(
c
,
nil
,
2
,
2
,
c1156001
.
Lcheck
)
--
--
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
1156
6
01
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
1156
0
01
,
0
))
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetType
(
EFFECT_TYPE_FIELD
+
EFFECT_TYPE_TRIGGER_O
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetCountLimit
(
1
,
1156
6
01
)
e1
:
SetCountLimit
(
1
,
1156
0
01
)
e1
:
SetCondition
(
c1156
6
01
.
con1
)
e1
:
SetCondition
(
c1156
0
01
.
con1
)
e1
:
SetTarget
(
c1156
6
01
.
tg1
)
e1
:
SetTarget
(
c1156
0
01
.
tg1
)
e1
:
SetOperation
(
c1156
6
01
.
op1
)
e1
:
SetOperation
(
c1156
0
01
.
op1
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--
--
end
end
...
@@ -21,25 +21,25 @@ function c1156001.Lcheck(g,lc)
...
@@ -21,25 +21,25 @@ function c1156001.Lcheck(g,lc)
return
g
:
IsExists
(
Card
.
IsLinkType
,
1
,
nil
,
TYPE_SPIRIT
)
return
g
:
IsExists
(
Card
.
IsLinkType
,
1
,
nil
,
TYPE_SPIRIT
)
end
end
--
--
function
c1156
6
01
.
cfilter1_1
(
c
,
lg
,
eg
)
function
c1156
0
01
.
cfilter1_1
(
c
,
lg
,
eg
)
return
c
:
IsRace
(
RACE_WARRIOR
)
and
c
:
IsFaceup
()
return
c
:
IsRace
(
RACE_WARRIOR
)
and
c
:
IsFaceup
()
and
lg
:
IsContains
(
c
)
and
lg
:
IsContains
(
c
)
and
eg
:
IsExists
(
c1156
6
01
.
cfilter1_2
,
1
,
c
,
lg
)
and
eg
:
IsExists
(
c1156
0
01
.
cfilter1_2
,
1
,
c
,
lg
)
end
end
function
c1156
6
01
.
cfilter1_2
(
c
,
lg
)
function
c1156
0
01
.
cfilter1_2
(
c
,
lg
)
return
c
:
IsType
(
TYPE_SPIRIT
)
and
c
:
IsFaceup
()
return
c
:
IsType
(
TYPE_SPIRIT
)
and
c
:
IsFaceup
()
and
lg
:
IsContains
(
c
)
and
lg
:
IsContains
(
c
)
end
end
function
c1156
6
01
.
con1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c1156
0
01
.
con1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
lg
=
e
:
GetHandler
():
GetLinkedGroup
()
local
lg
=
e
:
GetHandler
():
GetLinkedGroup
()
return
lg
and
eg
:
IsExists
(
c1156
6
01
.
cfilter1_1
,
1
,
nil
,
lg
,
eg
)
return
lg
and
eg
:
IsExists
(
c1156
0
01
.
cfilter1_1
,
1
,
nil
,
lg
,
eg
)
end
end
function
c1156
6
01
.
tg1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c1156
0
01
.
tg1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_ONFIELD
)
>
0
end
if
chk
==
0
then
return
Duel
.
GetFieldGroupCount
(
tp
,
0
,
LOCATION_ONFIELD
)
>
0
end
local
dg
=
Duel
.
GetFieldGroup
(
tp
,
0
,
LOCATION_ONFIELD
)
local
dg
=
Duel
.
GetFieldGroup
(
tp
,
0
,
LOCATION_ONFIELD
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
dg
,
dg
:
GetCount
(),
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DESTROY
,
dg
,
dg
:
GetCount
(),
0
,
0
)
end
end
function
c1156
6
01
.
op1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c1156
0
01
.
op1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
dg
=
Duel
.
GetFieldGroup
(
tp
,
0
,
LOCATION_ONFIELD
)
local
dg
=
Duel
.
GetFieldGroup
(
tp
,
0
,
LOCATION_ONFIELD
)
Duel
.
Destroy
(
dg
,
REASON_EFFECT
)
Duel
.
Destroy
(
dg
,
REASON_EFFECT
)
end
end
...
...
expansions/script/c1156612.lua
View file @
8d0a6d45
...
@@ -8,8 +8,9 @@ function c1156612.initial_effect(c)
...
@@ -8,8 +8,9 @@ function c1156612.initial_effect(c)
e1
:
SetCategory
(
CATEGORY_ATKCHANGE
)
e1
:
SetCategory
(
CATEGORY_ATKCHANGE
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetType
(
EFFECT_TYPE_IGNITION
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetRange
(
LOCATION_MZONE
)
e1
:
SetTarget
(
c1156612
.
tg1
)
e1
:
SetCountLimit
(
1
,
1156612
)
e1
:
SetOperation
(
c1156612
.
op1
)
e1
:
SetTarget
(
c1156612
.
tg2
)
e1
:
SetOperation
(
c1156612
.
op2
)
c
:
RegisterEffect
(
e1
)
c
:
RegisterEffect
(
e1
)
--
--
end
end
...
...
expansions/script/c13959996.lua
View file @
8d0a6d45
This source diff could not be displayed because it is too large. You can
view the blob
instead.
expansions/script/c22100101.lua
View file @
8d0a6d45
...
@@ -166,6 +166,7 @@ end
...
@@ -166,6 +166,7 @@ end
function
Suyu_Cjz_root
.
adsum
(
c
,
tep
,
code
)
function
Suyu_Cjz_root
.
adsum
(
c
,
tep
,
code
)
local
tc
=
c
local
tc
=
c
local
code
=
tc
:
GetOriginalCodeRule
()
--tribute summon
--tribute summon
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
10
))
e1
:
SetDescription
(
aux
.
Stringid
(
m
,
10
))
...
...
expansions/script/c26806033.lua
View file @
8d0a6d45
--盛开之花·海伊
--盛开之花·海伊
local
m
=
268
1
6033
local
m
=
268
0
6033
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
--summon with no tribute
--summon with no tribute
...
...
expansions/script/c33501024.lua
View file @
8d0a6d45
...
@@ -29,7 +29,7 @@ end
...
@@ -29,7 +29,7 @@ end
function
cm
.
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
cm
.
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
Duel
.
GetMatchingGroupCount
(
Card
.
IsFacedown
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
>
2
and
Duel
.
GetMatchingGroupCount
(
cm
.
filter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
nil
)
>
2
end
if
chk
==
0
then
return
e
:
GetHandler
():
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
Duel
.
GetMatchingGroupCount
(
Card
.
IsFacedown
,
tp
,
0
,
LOCATION_ONFIELD
,
nil
)
>
2
and
Duel
.
GetMatchingGroupCount
(
cm
.
filter
,
tp
,
LOCATION_ONFIELD
,
LOCATION_ONFIELD
,
nil
)
>
2
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
e
:
GetHandler
(),
0
,
tp
,
1
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
e
:
GetHandler
(),
0
,
tp
,
1
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
)
,
0
,
tp
,
3
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
0
,
tp
,
3
)
end
end
function
cm
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
cm
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
Duel
.
SpecialSummon
(
e
:
GetHandler
(),
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
~=
0
then
if
Duel
.
SpecialSummon
(
e
:
GetHandler
(),
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
~=
0
then
...
...
expansions/script/c37900007.lua
View file @
8d0a6d45
...
@@ -15,7 +15,7 @@ function c37900007.initial_effect(c)
...
@@ -15,7 +15,7 @@ function c37900007.initial_effect(c)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
if
chk
==
0
then
return
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_DECK
,
0
)
>=
3
end
if
chk
==
0
then
return
Duel
.
GetFieldGroupCount
(
tp
,
LOCATION_DECK
,
0
)
>=
3
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
0
,
LOCATION_DECK
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOHAND
,
nil
,
1
,
0
,
LOCATION_DECK
)
end
end
)
e2
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
e2
:
SetOperation
(
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
return
end
if
not
e
:
GetHandler
():
IsRelateToEffect
(
e
)
then
return
end
Duel
.
ConfirmDecktop
(
tp
,
3
)
Duel
.
ConfirmDecktop
(
tp
,
3
)
...
...
expansions/script/c67200000.lua
View file @
8d0a6d45
--神采炼金大师-威尔
--神采炼金大师-威尔
function
c67200000
0
.
initial_effect
(
c
)
function
c67200000
.
initial_effect
(
c
)
--search
--search
local
e1
=
Effect
.
CreateEffect
(
c
)
local
e1
=
Effect
.
CreateEffect
(
c
)
e1
:
SetDescription
(
aux
.
Stringid
(
67200000
,
0
))
e1
:
SetDescription
(
aux
.
Stringid
(
67200000
,
0
))
...
...
expansions/script/c75646453.lua
View file @
8d0a6d45
...
@@ -43,5 +43,5 @@ function cm.damop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -43,5 +43,5 @@ function cm.damop(e,tp,eg,ep,ev,re,r,rp)
e
:
GetHandler
():
RegisterFlagEffect
(
m
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
0
)
e
:
GetHandler
():
RegisterFlagEffect
(
m
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
0
,
0
)
end
end
function
cm
.
atkval
(
e
,
c
)
function
cm
.
atkval
(
e
,
c
)
returne
:
GetHandler
():
GetFlagEffect
(
m
)
*
100
return
e
:
GetHandler
():
GetFlagEffect
(
m
)
*
100
end
end
\ No newline at end of file
expansions/script/c81009003.lua
View file @
8d0a6d45
--雨过天晴·八宫巡
--雨过天晴·八宫巡
local
m
=
m
local
m
=
81009003
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c81000000.lua"
)
Duel
.
LoadScript
(
"c81000000.lua"
)
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
...
...
expansions/script/c81009005.lua
View file @
8d0a6d45
--丛林琴音·八宫巡
--丛林琴音·八宫巡
local
m
=
m
local
m
=
81009005
local
cm
=
_G
[
"c"
..
m
]
local
cm
=
_G
[
"c"
..
m
]
Duel
.
LoadScript
(
"c81000000.lua"
)
Duel
.
LoadScript
(
"c81000000.lua"
)
function
cm
.
initial_effect
(
c
)
function
cm
.
initial_effect
(
c
)
...
...
expansions/script/c81044014.lua
View file @
8d0a6d45
...
@@ -24,7 +24,7 @@ function cm.initial_effect(c)
...
@@ -24,7 +24,7 @@ function cm.initial_effect(c)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
--spsummon
--spsummon
local
e3
=
Effect
.
CreateEffect
(
c
)
local
e3
=
Effect
.
CreateEffect
(
c
)
e
0
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e
3
:
SetDescription
(
aux
.
Stringid
(
m
,
0
))
e3
:
SetCategory
(
CATEGORY_DRAW
+
CATEGORY_HANDES
)
e3
:
SetCategory
(
CATEGORY_DRAW
+
CATEGORY_HANDES
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetType
(
EFFECT_TYPE_QUICK_O
)
e3
:
SetCode
(
EVENT_CHAINING
)
e3
:
SetCode
(
EVENT_CHAINING
)
...
...
expansions/strings.conf
View file @
8d0a6d45
...
@@ -134,7 +134,7 @@
...
@@ -134,7 +134,7 @@
#秦白颖 1435839960 104 0x680-0x68f
#秦白颖 1435839960 104 0x680-0x68f
!
setname
0
x680
绝界剑
!
setname
0
x680
绝界剑
!
setname
0
x
c
680
绝界剑士
!
setname
0
x
3
680
绝界剑士
!
counter
0
x1942
时域指示物
!
counter
0
x1942
时域指示物
#洛基卡奥斯 670489248 107 0x7c0-0x7cf
#洛基卡奥斯 670489248 107 0x7c0-0x7cf
...
...
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