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
74ccce8c
You need to sign in or sign up before continuing.
Commit
74ccce8c
authored
Dec 29, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
eme
parent
f410e3b7
Pipeline
#8395
passed with stages
in 34 minutes and 10 seconds
Changes
7
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
8 deletions
+9
-8
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c12084011.lua
expansions/script/c12084011.lua
+1
-1
expansions/script/c13254066.lua
expansions/script/c13254066.lua
+1
-1
expansions/script/c16160006.lua
expansions/script/c16160006.lua
+1
-1
expansions/script/c75124535.lua
expansions/script/c75124535.lua
+1
-0
expansions/script/c75124603.lua
expansions/script/c75124603.lua
+4
-4
expansions/script/c75124604.lua
expansions/script/c75124604.lua
+1
-1
No files found.
expansions/222DIY.cdb
View file @
74ccce8c
No preview for this file type
expansions/script/c12084011.lua
View file @
74ccce8c
...
...
@@ -74,7 +74,7 @@ function cm.drop(e,tp,eg,ep,ev,re,r,rp)
e2
:
SetCode
(
EFFECT_PUBLIC
)
e2
:
SetReset
(
RESET_EVENT
+
RESETS_STANDARD
)
tc
:
RegisterEffect
(
e2
)
tc
:
RegisterFlagEffect
(
12009060
,
RESET_EVENT
+
0x1fe0000
,
EFFECT_FLAG_CLIENT_HINT
,
0
,
1
,
aux
.
Stringid
(
m
,
2
))
tc
:
RegisterFlagEffect
(
m
,
RESET_EVENT
+
0x1fe0000
,
EFFECT_FLAG_CLIENT_HINT
,
0
,
1
,
aux
.
Stringid
(
m
,
2
))
tc
=
g
:
GetNext
()
end
local
e1
=
Effect
.
CreateEffect
(
e
:
GetHandler
())
...
...
expansions/script/c13254066.lua
View file @
74ccce8c
...
...
@@ -38,7 +38,7 @@ function cm.smtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TODECK
,
nil
,
1
,
tp
,
LOCATION_GRAVE
)
end
function
cm
.
smop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
Duel
.
GetMatchingGroup
Count
(
cm
.
tdfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
cm
.
tdfilter
,
tp
,
LOCATION_GRAVE
,
0
,
nil
)
--[[
if g:GetCount()<=0 then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
...
...
expansions/script/c16160006.lua
View file @
74ccce8c
...
...
@@ -203,7 +203,7 @@ function c16160006.spop(e,tp,eg,ep,ev,re,r,rp)
local
dg
=
Duel
.
GetMatchingGroup
(
c16160006
.
spfilter
,
tp
,
LOCATION_DECK
,
0
,
nil
)
if
dg
:
GetCount
()
>
0
then
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_ATOHAND
)
local
tc
=
dg
:
Select
(
dg
,
tp
,
1
,
1
,
nil
)
local
tc
=
dg
:
Select
(
tp
,
1
,
1
,
nil
)
Duel
.
SendtoHand
(
tc
,
tp
,
REASON_EFFECT
)
Duel
.
ConfirmCards
(
1
-
tp
,
tc
)
end
...
...
expansions/script/c75124535.lua
View file @
74ccce8c
--械龙铠·多线程数据流
function
c75124535
.
initial_effect
(
c
)
aux
.
AddSynchroProcedure
(
c
,
aux
.
FilterBoolFunction
(
Card
.
IsRace
,
RACE_CYBERSE
),
aux
.
FilterBoolFunction
(
Card
.
IsCode
,
75124533
),
1
,
1
);
aux
.
AddMaterialCodeList
(
c
,
75124533
)
c
:
EnableReviveLimit
();
--special summon
local
e2
=
Effect
.
CreateEffect
(
c
)
...
...
expansions/script/c75124603.lua
View file @
74ccce8c
...
...
@@ -25,8 +25,8 @@ function c75124603.initial_effect(c)
e3
:
SetTarget
(
c75124603
.
sptg
)
e3
:
SetOperation
(
c75124603
.
spop
)
c
:
RegisterEffect
(
e3
)
local
e4
=
e
1
:
Clone
()
e
2
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
local
e4
=
e
3
:
Clone
()
e
3
:
SetCode
(
EVENT_SPSUMMON_SUCCESS
)
c
:
RegisterEffect
(
e4
)
--indes
local
e5
=
Effect
.
CreateEffect
(
c
)
...
...
@@ -41,7 +41,7 @@ function c75124603.spfilter(c,e,tp)
return
(
not
c
:
IsType
(
TYPE_TUNER
))
and
c
:
IsSetCard
(
0x3276
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
false
,
false
)
and
c
:
IsLevelBelow
(
5
)
end
function
c75124603
.
sptg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsControler
(
tp
)
and
chkc
:
IsLocation
(
LOCATION_DECK
+
LOCATION_GRAVE
)
and
c75124603
.
filter
(
chkc
,
e
,
tp
)
end
if
chkc
then
return
chkc
:
IsControler
(
tp
)
and
chkc
:
IsLocation
(
LOCATION_DECK
+
LOCATION_GRAVE
)
and
c75124603
.
sp
filter
(
chkc
,
e
,
tp
)
end
if
chk
==
0
then
return
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
>
0
and
Duel
.
IsExistingTarget
(
c75124603
.
spfilter
,
tp
,
LOCATION_DECK
+
LOCATION_GRAVE
,
0
,
1
,
nil
,
e
,
tp
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
...
...
@@ -70,7 +70,7 @@ function c75124603.operation(e,tp,eg,ep,ev,re,r,rp)
Duel
.
ChangePosition
(
g
,
POS_FACEUP_DEFENSE
)
end
function
c75124603
.
indcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
r
==
REASON_
LINK
return
r
==
REASON_
FUSION
end
function
c75124603
.
indop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
expansions/script/c75124604.lua
View file @
74ccce8c
...
...
@@ -59,7 +59,7 @@ function c75124604.operation(e,tp,eg,ep,ev,re,r,rp)
end
function
c75124604
.
indcon
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
r
==
REASON_
LINK
return
r
==
REASON_
FUSION
end
function
c75124604
.
indop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
...
...
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