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
23db1457
Commit
23db1457
authored
Dec 02, 2023
by
chronogenexx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 真魔獣 ガーゼット, 智天の神星龍, ゴッドアイズ・ファントム・ドラゴン
parent
2907c8d8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
c12338068.lua
c12338068.lua
+1
-1
c29432356.lua
c29432356.lua
+1
-1
c70335319.lua
c70335319.lua
+1
-1
No files found.
c12338068.lua
View file @
23db1457
...
@@ -27,7 +27,7 @@ function c12338068.spcon(e,c)
...
@@ -27,7 +27,7 @@ function c12338068.spcon(e,c)
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
local
g
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_MZONE
,
0
)
local
g
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_MZONE
,
0
)
local
rg
=
Duel
.
GetReleaseGroup
(
tp
,
false
,
REASON_SPSUMMON
)
local
rg
=
Duel
.
GetReleaseGroup
(
tp
,
false
,
REASON_SPSUMMON
)
return
(
g
:
GetCount
()
>
0
or
rg
:
GetCount
()
>
0
)
and
g
:
FilterCount
(
Card
.
IsReleasable
,
nil
)
==
g
:
GetCount
()
return
(
g
:
GetCount
()
>
0
or
rg
:
GetCount
()
>
0
)
and
g
:
FilterCount
(
Card
.
IsReleasable
,
nil
,
REASON_SPSUMMON
)
==
g
:
GetCount
()
end
end
function
c12338068
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
function
c12338068
.
spop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
,
c
)
local
g
=
Duel
.
GetReleaseGroup
(
tp
)
local
g
=
Duel
.
GetReleaseGroup
(
tp
)
...
...
c29432356.lua
View file @
23db1457
...
@@ -77,7 +77,7 @@ function c29432356.hspcon(e,c)
...
@@ -77,7 +77,7 @@ function c29432356.hspcon(e,c)
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
local
g
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_MZONE
,
0
)
local
g
=
Duel
.
GetFieldGroup
(
tp
,
LOCATION_MZONE
,
0
)
local
rg
=
Duel
.
GetReleaseGroup
(
tp
,
false
,
REASON_SPSUMMON
)
local
rg
=
Duel
.
GetReleaseGroup
(
tp
,
false
,
REASON_SPSUMMON
)
return
(
g
:
GetCount
()
>
0
or
rg
:
GetCount
()
>
0
)
and
g
:
FilterCount
(
Card
.
IsReleasable
,
nil
)
==
g
:
GetCount
()
return
(
g
:
GetCount
()
>
0
or
rg
:
GetCount
()
>
0
)
and
g
:
FilterCount
(
Card
.
IsReleasable
,
nil
,
REASON_SPSUMMON
)
==
g
:
GetCount
()
and
g
:
FilterCount
(
Card
.
IsSetCard
,
nil
,
0xc4
)
>=
3
and
g
:
FilterCount
(
Card
.
IsSetCard
,
nil
,
0xc4
)
>=
3
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
c
)
>
0
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
c
)
>
0
end
end
...
...
c70335319.lua
View file @
23db1457
...
@@ -116,7 +116,7 @@ function c70335319.hspcon(e,c)
...
@@ -116,7 +116,7 @@ function c70335319.hspcon(e,c)
if
c
==
nil
then
return
true
end
if
c
==
nil
then
return
true
end
local
tp
=
c
:
GetControler
()
local
tp
=
c
:
GetControler
()
local
g
=
Duel
.
GetReleaseGroup
(
tp
,
false
,
REASON_SPSUMMON
)
local
g
=
Duel
.
GetReleaseGroup
(
tp
,
false
,
REASON_SPSUMMON
)
return
g
:
GetCount
()
>=
2
and
g
:
FilterCount
(
Card
.
IsReleasable
,
nil
)
==
g
:
GetCount
()
return
g
:
GetCount
()
>=
2
and
g
:
FilterCount
(
Card
.
IsReleasable
,
nil
,
REASON_SPSUMMON
)
==
g
:
GetCount
()
and
g
:
IsExists
(
c70335319
.
hspfilter
,
1
,
nil
)
and
g
:
IsExists
(
c70335319
.
hspfilter
,
1
,
nil
)
and
(
c
:
IsLocation
(
LOCATION_EXTRA
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
c
)
>
0
and
(
c
:
IsLocation
(
LOCATION_EXTRA
)
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g
,
c
)
>
0
or
c
:
IsLocation
(
LOCATION_HAND
)
and
Duel
.
GetMZoneCount
(
tp
,
g
,
tp
)
>
0
)
or
c
:
IsLocation
(
LOCATION_HAND
)
and
Duel
.
GetMZoneCount
(
tp
,
g
,
tp
)
>
0
)
...
...
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