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
8e52c687
Commit
8e52c687
authored
Dec 08, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sjb
parent
a6e0b308
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c72410090.lua
expansions/script/c72410090.lua
+2
-2
expansions/script/c72410130.lua
expansions/script/c72410130.lua
+3
-0
No files found.
expansions/222DIY.cdb
View file @
8e52c687
No preview for this file type
expansions/script/c72410090.lua
View file @
8e52c687
...
@@ -20,12 +20,12 @@ function c72410090.initial_effect(c)
...
@@ -20,12 +20,12 @@ function c72410090.initial_effect(c)
e2
:
SetOperation
(
c72410090
.
operation2
)
e2
:
SetOperation
(
c72410090
.
operation2
)
c
:
RegisterEffect
(
e2
)
c
:
RegisterEffect
(
e2
)
end
end
function
c72410090
.
cfilter
(
c
)
function
c72410090
.
cfilter
0
(
c
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x9729
)
and
c
:
IsType
(
TYPE_LINK
)
return
c
:
IsFaceup
()
and
c
:
IsSetCard
(
0x9729
)
and
c
:
IsType
(
TYPE_LINK
)
end
end
function
c72410090
.
checkzone
(
tp
)
function
c72410090
.
checkzone
(
tp
)
local
zone
=
0
local
zone
=
0
local
g
=
Duel
.
GetMatchingGroup
(
c72410090
.
cfilter
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
local
g
=
Duel
.
GetMatchingGroup
(
c72410090
.
cfilter
0
,
tp
,
LOCATION_MZONE
,
LOCATION_MZONE
,
nil
)
for
tc
in
aux
.
Next
(
g
)
do
for
tc
in
aux
.
Next
(
g
)
do
zone
=
bit
.
bor
(
zone
,
tc
:
GetLinkedZone
(
tp
))
zone
=
bit
.
bor
(
zone
,
tc
:
GetLinkedZone
(
tp
))
end
end
...
...
expansions/script/c72410130.lua
View file @
8e52c687
...
@@ -63,6 +63,9 @@ function c72410130.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -63,6 +63,9 @@ function c72410130.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
Card
.
RegisterFlagEffect
(
e
:
GetHandler
(),
72410132
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
1
,
0
)
Card
.
RegisterFlagEffect
(
e
:
GetHandler
(),
72410132
,
RESET_EVENT
+
RESETS_STANDARD
+
RESET_PHASE
+
PHASE_END
,
1
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_HANDES
,
nil
,
0
,
tp
,
1
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_HANDES
,
nil
,
0
,
tp
,
1
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DRAW
,
nil
,
0
,
tp
,
1
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DRAW
,
nil
,
0
,
tp
,
1
)
Duel
.
SetTargetPlayer
(
tp
)
Duel
.
SetTargetParam
(
1
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_DRAW
,
nil
,
0
,
tp
,
1
)
end
end
function
c72410130
.
tgfilter
(
c
)
function
c72410130
.
tgfilter
(
c
)
return
c
:
IsRace
(
RACE_CYBERSE
)
and
c
:
IsAbleToGrave
()
return
c
:
IsRace
(
RACE_CYBERSE
)
and
c
:
IsAbleToGrave
()
...
...
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