Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
Vury Leo
pre-release-database-cdb
Commits
3a4b06db
You need to sign in or sign up before continuing.
Commit
3a4b06db
authored
May 12, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix DDDD偉次元王アーク・クライシス
parent
caf1986a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
script/c101302204.lua
script/c101302204.lua
+6
-5
No files found.
script/c101302204.lua
View file @
3a4b06db
...
@@ -118,15 +118,14 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -118,15 +118,14 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
local
og
=
Duel
.
GetOperatedGroup
()
local
og
=
Duel
.
GetOperatedGroup
()
local
ect1
=
c29724053
and
Duel
.
IsPlayerAffectedByEffect
(
tp
,
29724053
)
and
c29724053
[
tp
]
local
ect1
=
c29724053
and
Duel
.
IsPlayerAffectedByEffect
(
tp
,
29724053
)
and
c29724053
[
tp
]
local
ect2
=
aux
.
ExtraDeckSummonCountLimit
and
Duel
.
IsPlayerAffectedByEffect
(
tp
,
92345028
)
local
ect2
=
aux
.
ExtraDeckSummonCountLimit
and
Duel
.
IsPlayerAffectedByEffect
(
tp
,
92345028
)
if
og
:
GetCount
()
>
0
and
Duel
.
IsExistingMatchingCard
(
s
.
spfilter
,
tp
,
LOCATION_DECK
+
LOCATION_EXTRA
,
0
,
1
,
nil
,
e
,
tp
)
if
og
:
GetCount
()
>
0
and
Duel
.
IsExistingMatchingCard
(
s
.
spfilter
,
tp
,
LOCATION_DECK
+
LOCATION_EXTRA
,
0
,
1
,
nil
,
e
,
tp
)
then
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
3
))
then
local
ct
=
og
:
GetCount
()
local
ct
=
og
:
GetCount
()
local
ft1
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
ft1
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
ft2
=
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
TYPE_FUSION
+
TYPE_SYNCHRO
+
TYPE_XYZ
)
local
ft2
=
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
TYPE_FUSION
+
TYPE_SYNCHRO
+
TYPE_XYZ
)
local
ft3
=
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
TYPE_PENDULUM
+
TYPE_LINK
)
local
ft3
=
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
nil
,
TYPE_PENDULUM
+
TYPE_LINK
)
local
ft
=
Duel
.
GetUsableMZoneCount
(
tp
)
local
ft
=
Duel
.
GetUsableMZoneCount
(
tp
)
if
ect1
>
ft2
then
ft2
=
ect1
end
if
ect1
and
ect1
>
ft2
then
ft2
=
ect1
end
if
ect1
>
ft3
then
ft3
=
ect1
end
if
ect1
and
ect1
>
ft3
then
ft3
=
ect1
end
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
then
if
Duel
.
IsPlayerAffectedByEffect
(
tp
,
59822133
)
then
if
ft1
>
0
then
ft1
=
1
end
if
ft1
>
0
then
ft1
=
1
end
if
ft2
>
0
then
ft2
=
1
end
if
ft2
>
0
then
ft2
=
1
end
...
@@ -142,7 +141,9 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -142,7 +141,9 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
if
(
not
ect1
or
ect1
>
0
)
and
ft
>
0
and
(
ft2
>
0
or
ft3
>
0
)
then
loc
=
loc
+
LOCATION_EXTRA
end
if
(
not
ect1
or
ect1
>
0
)
and
ft
>
0
and
(
ft2
>
0
or
ft3
>
0
)
then
loc
=
loc
+
LOCATION_EXTRA
end
if
loc
==
0
then
return
end
if
loc
==
0
then
return
end
local
sg
=
Duel
.
GetMatchingGroup
(
s
.
spfilter
,
tp
,
loc
,
0
,
nil
,
e
,
tp
)
local
sg
=
Duel
.
GetMatchingGroup
(
s
.
spfilter
,
tp
,
loc
,
0
,
nil
,
e
,
tp
)
if
sg
:
GetCount
()
==
0
then
return
end
if
sg
:
GetCount
()
==
0
or
not
sg
:
CheckSubGroup
(
s
.
gcheck
,
1
,
ct
,
ft1
,
ft2
,
ft3
,
ect1
,
ft
)
or
not
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
id
,
3
))
then
return
end
Duel
.
BreakEffect
()
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_SPSUMMON
)
local
rg
=
sg
:
SelectSubGroup
(
tp
,
s
.
gcheck
,
false
,
1
,
ct
,
ft1
,
ft2
,
ft3
,
ect1
,
ft
)
local
rg
=
sg
:
SelectSubGroup
(
tp
,
s
.
gcheck
,
false
,
1
,
ct
,
ft1
,
ft2
,
ft3
,
ect1
,
ft
)
Duel
.
SpecialSummon
(
rg
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
Duel
.
SpecialSummon
(
rg
,
0
,
tp
,
tp
,
false
,
false
,
POS_FACEUP
)
...
...
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