Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
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
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
MyCard
ygopro-scripts
Commits
35f0ad7f
Commit
35f0ad7f
authored
Oct 26, 2020
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 鋼鉄の襲撃者
parent
15c05d69
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
c3113667.lua
c3113667.lua
+3
-2
c40634253.lua
c40634253.lua
+3
-2
No files found.
c3113667.lua
View file @
35f0ad7f
...
@@ -64,9 +64,10 @@ function c3113667.cfilter(c)
...
@@ -64,9 +64,10 @@ function c3113667.cfilter(c)
end
end
function
c3113667
.
spcon2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c3113667
.
spcon2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
re
then
return
false
end
if
not
re
then
return
false
end
local
tgp
,
loc
=
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TRIGGERING_CONTROLER
,
CHAININFO_TRIGGERING_LOCATION
)
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
return
rc
:
IsControler
(
tp
)
and
rc
:
GetOriginalAttribute
()
==
ATTRIBUTE_DARK
return
tgp
==
tp
and
loc
==
LOCATION_MZONE
and
rc
:
GetOriginalRace
()
==
RACE_MACHINE
and
rc
:
GetOriginal
Attribute
()
==
ATTRIBUTE_DARK
and
rc
:
GetOriginal
Race
()
==
RACE_MACHINE
and
eg
:
IsExists
(
c3113667
.
cfilter
,
1
,
nil
)
and
eg
:
IsExists
(
c3113667
.
cfilter
,
1
,
nil
)
end
end
function
c3113667
.
spfilter
(
c
,
e
,
tp
)
function
c3113667
.
spfilter
(
c
,
e
,
tp
)
...
...
c40634253.lua
View file @
35f0ad7f
...
@@ -61,9 +61,10 @@ function c40634253.damfilter1(c,tp)
...
@@ -61,9 +61,10 @@ function c40634253.damfilter1(c,tp)
end
end
function
c40634253
.
damcon2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c40634253
.
damcon2
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
if
not
re
then
return
false
end
if
not
re
then
return
false
end
local
tgp
,
loc
=
Duel
.
GetChainInfo
(
ev
,
CHAININFO_TRIGGERING_CONTROLER
,
CHAININFO_TRIGGERING_LOCATION
)
local
rc
=
re
:
GetHandler
()
local
rc
=
re
:
GetHandler
()
return
rc
:
IsControler
(
tp
)
and
rc
:
GetOriginalAttribute
()
==
ATTRIBUTE_DARK
return
tgp
==
tp
and
loc
==
LOCATION_MZONE
and
rc
:
GetOriginalRace
()
==
RACE_MACHINE
and
rc
:
GetOriginal
Attribute
()
==
ATTRIBUTE_DARK
and
rc
:
GetOriginal
Race
()
==
RACE_MACHINE
and
eg
:
IsExists
(
c40634253
.
damfilter1
,
1
,
nil
,
tp
)
and
eg
:
IsExists
(
c40634253
.
damfilter1
,
1
,
nil
,
tp
)
end
end
function
c40634253
.
damtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
function
c40634253
.
damtg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
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