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
82d859ca
Commit
82d859ca
authored
Aug 13, 2021
by
Tachibana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndyd
parent
4c3883e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c20000102.lua
expansions/script/c20000102.lua
+4
-2
No files found.
expansions/222DIY.cdb
View file @
82d859ca
No preview for this file type
expansions/script/c20000102.lua
View file @
82d859ca
...
...
@@ -31,12 +31,14 @@ function c20000102.co1(e,tp,eg,ep,ev,re,r,rp,chk)
return
true
end
function
c20000102
.
cof1
(
c
,
e
,
tp
)
return
c
:
IsSetCard
(
0x9fd1
)
and
Duel
.
GetMZoneCount
(
tp
,
c
)
>
0
return
c
:
IsSetCard
(
0x9fd1
)
and
Duel
.
IsExistingMatchingCard
(
c20000102
.
cof12
,
tp
,
LOCATION_EXTRA
+
LOCATION_HAND
,
0
,
1
,
nil
,
e
,
tp
,
c
:
GetAttribute
(),
c
)
end
function
c20000102
.
cof12
(
c
,
e
,
tp
,
att
,
mc
)
return
c
:
IsSetCard
(
0x6fd1
)
and
c
:
IsCanBeSpecialSummoned
(
e
,
0
,
tp
,
true
,
false
)
and
c
:
GetAttribute
()
==
att
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
mc
,
c
)
>
0
and
(
c
:
IsLevel
(
8
)
or
c
:
IsRank
(
8
))
and
((
c
:
IsPreviousLocation
(
LOCATION_EXTRA
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
mc
,
c
)
>
0
)
or
(
c
:
IsPreviousLocation
(
LOCATION_HAND
)
and
Duel
.
GetMZoneCount
(
tp
,
c
)
>
0
))
and
(
c
:
IsLevel
(
8
)
or
c
:
IsRank
(
8
))
end
function
c20000102
.
tg1
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
...
...
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