Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
3
Merge Requests
3
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
MyCard
ygopro-scripts-888
Commits
8bdbb844
Commit
8bdbb844
authored
Nov 23, 2022
by
salix5
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 閃刀姫
X属性以外/non-X The Attribute contains non-X
parent
e84d99cb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
c12421694.lua
c12421694.lua
+1
-1
c63288573.lua
c63288573.lua
+1
-1
c8491308.lua
c8491308.lua
+1
-1
c90673288.lua
c90673288.lua
+1
-1
No files found.
c12421694.lua
View file @
8bdbb844
...
...
@@ -30,7 +30,7 @@ function c12421694.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
c12421694
.
matfilter
(
c
)
return
c
:
IsLinkSetCard
(
0x1115
)
and
not
c
:
IsLinkAttribute
(
ATTRIBUTE_EARTH
)
return
c
:
IsLinkSetCard
(
0x1115
)
and
c
:
IsLinkAttribute
(
ATTRIBUTE_ALL
-
ATTRIBUTE_EARTH
)
end
function
c12421694
.
atktg
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
,
chkc
)
if
chkc
then
return
chkc
:
IsLocation
(
LOCATION_MZONE
)
and
chkc
:
IsControler
(
1
-
tp
)
and
chkc
:
IsFaceup
()
end
...
...
c63288573.lua
View file @
8bdbb844
...
...
@@ -24,7 +24,7 @@ function c63288573.initial_effect(c)
c
:
RegisterEffect
(
e3
)
end
function
c63288573
.
matfilter
(
c
)
return
c
:
IsLinkSetCard
(
0x1115
)
and
not
c
:
IsLinkAttribute
(
ATTRIBUTE_FIRE
)
return
c
:
IsLinkSetCard
(
0x1115
)
and
c
:
IsLinkAttribute
(
ATTRIBUTE_ALL
-
ATTRIBUTE_FIRE
)
end
function
c63288573
.
atkval
(
e
)
return
Duel
.
GetMatchingGroupCount
(
Card
.
IsType
,
e
:
GetHandlerPlayer
(),
LOCATION_GRAVE
,
0
,
nil
,
TYPE_SPELL
)
*
100
...
...
c8491308.lua
View file @
8bdbb844
...
...
@@ -19,7 +19,7 @@ function c8491308.initial_effect(c)
c
:
RegisterEffect
(
e2
)
end
function
c8491308
.
matfilter
(
c
)
return
c
:
IsLinkSetCard
(
0x1115
)
and
not
c
:
IsLinkAttribute
(
ATTRIBUTE_WIND
)
return
c
:
IsLinkSetCard
(
0x1115
)
and
c
:
IsLinkAttribute
(
ATTRIBUTE_ALL
-
ATTRIBUTE_WIND
)
end
function
c8491308
.
tgfilter
(
c
)
return
c
:
IsSetCard
(
0x115
)
and
c
:
IsAbleToGrave
()
...
...
c90673288.lua
View file @
8bdbb844
...
...
@@ -35,7 +35,7 @@ function c90673288.initial_effect(c)
c
:
RegisterEffect
(
e4
)
end
function
c90673288
.
matfilter
(
c
)
return
c
:
IsLinkSetCard
(
0x1115
)
and
not
c
:
IsLinkAttribute
(
ATTRIBUTE_WATER
)
return
c
:
IsLinkSetCard
(
0x1115
)
and
c
:
IsLinkAttribute
(
ATTRIBUTE_ALL
-
ATTRIBUTE_WATER
)
end
function
c90673288
.
atkval
(
e
)
return
Duel
.
GetMatchingGroupCount
(
Card
.
IsType
,
e
:
GetHandlerPlayer
(),
LOCATION_GRAVE
,
0
,
nil
,
TYPE_SPELL
)
*-
100
...
...
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