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
267591d0
Commit
267591d0
authored
Jan 20, 2021
by
TanakaKotoha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dededededededededededede
parent
bb1b8fc2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
expansions/script/c65010561.lua
expansions/script/c65010561.lua
+2
-2
No files found.
expansions/script/c65010561.lua
View file @
267591d0
...
...
@@ -6,7 +6,7 @@ function cm.initial_effect(c)
local
e2
=
rsef
.
FTO
(
c
,
EVENT_SUMMON_SUCCESS
,{
m
,
0
},{
1
,
m
},
"sp,atk,def"
,
"de"
,
LOCATION_HAND
,
cm
.
spcon
,
nil
,
rsop
.
target2
(
cm
.
fun
,
rscf
.
spfilter2
(),
"sp"
),
cm
.
spop
)
local
e5
=
rsef
.
RegisterClone
(
c
,
e2
,
"code"
,
EVENT_SPSUMMON_SUCCESS
)
local
e3
=
rsef
.
SV_INDESTRUCTABLE
(
c
,
"battle"
)
local
e4
=
rsef
.
QO_NEGATE
(
c
,
"neg"
,{
1
,
m
+
1
00
},
"des"
,
LOCATION_MZONE
,
rscon
.
negcon
(
cm
.
filter
))
local
e4
=
rsef
.
QO_NEGATE
(
c
,
"neg"
,{
1
,
m
+
4
00
},
"des"
,
LOCATION_MZONE
,
rscon
.
negcon
(
cm
.
filter
))
end
function
cm
.
spcon
(
e
,
tp
,
eg
)
local
tc
=
eg
:
GetFirst
()
...
...
@@ -48,5 +48,5 @@ function cm.spop(e,tp,eg)
end
end
function
cm
.
filter
(
e
,
tp
,
re
,
rp
)
return
re
:
IsActiveType
(
TYPE_MONSTER
)
and
re
:
GetHandler
():
IsAttack
(
e
:
GetHandler
():
GetAttack
())
and
not
re
:
GetHandler
():
GetOriginalCode
()
==
m
return
re
:
IsActiveType
(
TYPE_MONSTER
)
and
re
:
GetHandler
():
IsAttack
(
e
:
GetHandler
():
GetAttack
())
and
not
re
:
GetHandler
():
GetOriginalCode
()
==
65010561
end
\ No newline at end of file
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