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
ddd1792b
Commit
ddd1792b
authored
Oct 05, 2020
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
none
parent
6a818ac5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
expansions/222DIY.cdb
expansions/222DIY.cdb
+0
-0
expansions/script/c37564321.lua
expansions/script/c37564321.lua
+2
-2
expansions/script/c81040041.lua
expansions/script/c81040041.lua
+1
-1
No files found.
expansions/222DIY.cdb
View file @
ddd1792b
No preview for this file type
expansions/script/c37564321.lua
View file @
ddd1792b
...
...
@@ -37,7 +37,7 @@ function cm.atktarget(e,c)
return
not
c
:
IsType
(
TYPE_TOKEN
)
end
function
cm
.
filter
(
c
)
return
c
:
IsAbleToGrave
()
return
c
:
IsAbleToGrave
()
and
not
c
:
IsType
(
TYPE_TOKEN
)
end
function
cm
.
tg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
eg
:
IsExists
(
cm
.
filter
,
1
,
e
:
GetHandler
())
end
...
...
@@ -46,7 +46,7 @@ function cm.tg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOGRAVE
,
g
,
#
g
,
0
,
0
)
end
function
cm
.
filter2
(
c
,
e
)
return
c
:
IsAbleToGrave
()
and
c
:
IsRelateToEffect
(
e
)
and
not
c
:
IsImmuneToEffect
(
e
)
return
c
:
IsAbleToGrave
()
and
c
:
IsRelateToEffect
(
e
)
and
not
c
:
IsImmuneToEffect
(
e
)
and
not
c
:
IsType
(
TYPE_TOKEN
)
end
function
cm
.
op
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
g
=
eg
:
Filter
(
cm
.
filter2
,
e
:
GetHandler
(),
e
)
...
...
expansions/script/c81040041.lua
View file @
ddd1792b
...
...
@@ -23,7 +23,7 @@ function c81040041.filter(c,e,tp)
return
c
:
IsSetCard
(
0x81c
)
end
function
c81040041
.
cfilter
(
c
)
return
c
:
IsFacedown
()
or
not
c
:
IsType
(
TYPE_RITUAL
)
return
c
:
IsFacedown
()
or
not
(
c
:
IsFaceup
()
and
c
:
IsType
(
TYPE_RITUAL
)
and
c
:
IsType
(
TYPE_MONSTER
)
)
end
function
c81040041
.
mfilter
(
c
)
return
c
:
IsSetCard
(
0x81c
)
...
...
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