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
c5cd6ef0
Commit
c5cd6ef0
authored
Jun 11, 2022
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 六花来々
parent
4d83c5ce
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
8 deletions
+9
-8
c132308.lua
c132308.lua
+2
-1
c32557233.lua
c32557233.lua
+1
-1
c33491462.lua
c33491462.lua
+1
-1
c60880471.lua
c60880471.lua
+2
-2
c68941332.lua
c68941332.lua
+1
-1
c69164989.lua
c69164989.lua
+1
-1
c71002019.lua
c71002019.lua
+1
-1
No files found.
c132308.lua
View file @
c5cd6ef0
...
...
@@ -52,7 +52,8 @@ function c132308.discon(e,tp,eg,ep,ev,re,r,rp)
and
Duel
.
IsExistingMatchingCard
(
c132308
.
filter
,
tp
,
LOCATION_MZONE
,
0
,
1
,
nil
)
end
function
c132308
.
costfilter
(
c
,
tp
)
return
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
())
and
(
c
:
IsRace
(
RACE_PLANT
)
or
c
:
IsHasEffect
(
76869711
))
return
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
())
and
(
c
:
IsRace
(
RACE_PLANT
)
or
c
:
IsHasEffect
(
76869711
,
tp
)
and
c
:
IsControler
(
1
-
tp
))
end
function
c132308
.
discost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
e
:
GetHandler
():
IsAbleToDeckAsCost
()
and
Duel
.
CheckReleaseGroup
(
tp
,
c132308
.
costfilter
,
1
,
nil
,
tp
)
end
...
...
c32557233.lua
View file @
c5cd6ef0
...
...
@@ -49,7 +49,7 @@ function c32557233.activate(e,tp,eg,ep,ev,re,r,rp)
end
function
c32557233
.
rfilter
(
c
,
tp
)
return
Duel
.
GetMZoneCount
(
tp
,
c
)
>
1
and
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
())
and
(
c
:
IsRace
(
RACE_PLANT
)
or
c
:
IsHasEffect
(
76869711
))
and
(
c
:
IsRace
(
RACE_PLANT
)
or
c
:
IsHasEffect
(
76869711
,
tp
)
and
c
:
IsControler
(
1
-
tp
))
end
function
c32557233
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
e
:
SetLabel
(
1
)
...
...
c33491462.lua
View file @
c5cd6ef0
...
...
@@ -24,7 +24,7 @@ function c33491462.initial_effect(c)
end
function
c33491462
.
rfilter
(
c
,
tp
)
return
Duel
.
GetMZoneCount
(
tp
,
c
)
>
1
and
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
())
and
(
c
:
IsRace
(
RACE_PLANT
)
or
c
:
IsHasEffect
(
76869711
))
and
(
c
:
IsRace
(
RACE_PLANT
)
or
c
:
IsHasEffect
(
76869711
,
tp
)
and
c
:
IsControler
(
1
-
tp
))
end
function
c33491462
.
spcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
tp
,
c33491462
.
rfilter
,
1
,
nil
,
tp
)
end
...
...
c60880471.lua
View file @
c5cd6ef0
...
...
@@ -50,8 +50,8 @@ function c60880471.disop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
NegateEffect
(
ev
)
end
function
c60880471
.
spfilter
(
c
,
tp
)
return
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
())
and
(
c
:
IsRace
(
RACE_PLANT
)
or
c
:
IsHasEffect
(
76869711
))
and
Duel
.
GetMZoneCount
(
tp
,
c
)
>
0
return
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
())
and
Duel
.
GetMZoneCount
(
tp
,
c
)
>
0
and
(
c
:
IsRace
(
RACE_PLANT
)
or
c
:
IsHasEffect
(
76869711
,
tp
)
and
c
:
IsControler
(
1
-
tp
))
end
function
c60880471
.
spcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
tp
,
c60880471
.
spfilter
,
1
,
nil
,
tp
)
end
...
...
c68941332.lua
View file @
c5cd6ef0
...
...
@@ -46,7 +46,7 @@ function c68941332.activate(e,tp,eg,ep,ev,re,r,rp)
end
function
c68941332
.
rfilter
(
c
,
tp
)
return
Duel
.
GetMZoneCount
(
tp
,
c
)
>
0
and
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
())
and
(
c
:
IsRace
(
RACE_PLANT
)
or
c
:
IsHasEffect
(
76869711
))
and
(
c
:
IsRace
(
RACE_PLANT
)
or
c
:
IsHasEffect
(
76869711
,
tp
)
and
c
:
IsControler
(
1
-
tp
))
and
Duel
.
IsExistingTarget
(
c68941332
.
filter
,
tp
,
0
,
LOCATION_MZONE
,
1
,
c
)
end
function
c68941332
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
...
...
c69164989.lua
View file @
c5cd6ef0
...
...
@@ -44,7 +44,7 @@ function c69164989.activate(e,tp,eg,ep,ev,re,r,rp)
end
function
c69164989
.
costfilter
(
c
,
tp
)
return
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
())
and
(
c
:
IsRace
(
RACE_PLANT
)
or
c
:
IsHasEffect
(
76869711
))
and
(
c
:
IsRace
(
RACE_PLANT
)
or
c
:
IsHasEffect
(
76869711
,
tp
)
and
c
:
IsControler
(
1
-
tp
))
end
function
c69164989
.
cost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
tp
,
c69164989
.
costfilter
,
1
,
nil
,
tp
)
end
...
...
c71002019.lua
View file @
c5cd6ef0
...
...
@@ -29,7 +29,7 @@ function c71002019.initial_effect(c)
end
function
c71002019
.
rfilter
(
c
,
tp
)
return
Duel
.
GetMZoneCount
(
tp
,
c
)
>
0
and
(
c
:
IsControler
(
tp
)
or
c
:
IsFaceup
())
and
(
c
:
IsRace
(
RACE_PLANT
)
or
c
:
IsHasEffect
(
76869711
))
and
(
c
:
IsRace
(
RACE_PLANT
)
or
c
:
IsHasEffect
(
76869711
,
tp
)
and
c
:
IsControler
(
1
-
tp
))
end
function
c71002019
.
spcost
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
chk
)
if
chk
==
0
then
return
Duel
.
CheckReleaseGroup
(
tp
,
c71002019
.
rfilter
,
1
,
nil
,
tp
)
end
...
...
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