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
4
Merge Requests
4
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
2c8280a0
Commit
2c8280a0
authored
Nov 29, 2023
by
Chen Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix アモルファージ
parent
b78169dc
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
24 additions
and
24 deletions
+24
-24
c32687071.lua
c32687071.lua
+3
-3
c33300669.lua
c33300669.lua
+3
-3
c34522216.lua
c34522216.lua
+3
-3
c6283472.lua
c6283472.lua
+3
-3
c69072185.lua
c69072185.lua
+3
-3
c70917315.lua
c70917315.lua
+3
-3
c7305060.lua
c7305060.lua
+3
-3
c79794767.lua
c79794767.lua
+3
-3
No files found.
c32687071.lua
View file @
2c8280a0
...
@@ -38,9 +38,9 @@ end
...
@@ -38,9 +38,9 @@ end
function
c32687071
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c32687071
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
if
Duel
.
CheckReleaseGroup
(
REASON_
COST
,
tp
,
nil
,
1
,
c
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
32687071
,
0
))
then
if
Duel
.
CheckReleaseGroup
(
REASON_
MAINTENANCE
,
tp
,
nil
,
1
,
c
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
32687071
,
0
))
then
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
COST
,
tp
,
nil
,
1
,
1
,
c
)
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
MAINTENANCE
,
tp
,
nil
,
1
,
1
,
c
)
Duel
.
Release
(
g
,
REASON_
COST
)
Duel
.
Release
(
g
,
REASON_
MAINTENANCE
)
else
Duel
.
Destroy
(
c
,
REASON_COST
)
end
else
Duel
.
Destroy
(
c
,
REASON_COST
)
end
end
end
function
c32687071
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
function
c32687071
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
...
...
c33300669.lua
View file @
2c8280a0
...
@@ -52,9 +52,9 @@ end
...
@@ -52,9 +52,9 @@ end
function
c33300669
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c33300669
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
if
Duel
.
CheckReleaseGroup
(
REASON_
COST
,
tp
,
nil
,
1
,
c
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
33300669
,
0
))
then
if
Duel
.
CheckReleaseGroup
(
REASON_
MAINTENANCE
,
tp
,
nil
,
1
,
c
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
33300669
,
0
))
then
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
COST
,
tp
,
nil
,
1
,
1
,
c
)
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
MAINTENANCE
,
tp
,
nil
,
1
,
1
,
c
)
Duel
.
Release
(
g
,
REASON_
COST
)
Duel
.
Release
(
g
,
REASON_
MAINTENANCE
)
else
Duel
.
Destroy
(
c
,
REASON_COST
)
end
else
Duel
.
Destroy
(
c
,
REASON_COST
)
end
end
end
function
c33300669
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
function
c33300669
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
...
...
c34522216.lua
View file @
2c8280a0
...
@@ -58,9 +58,9 @@ end
...
@@ -58,9 +58,9 @@ end
function
c34522216
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c34522216
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
if
Duel
.
CheckReleaseGroup
(
REASON_
COST
,
tp
,
nil
,
1
,
c
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
34522216
,
0
))
then
if
Duel
.
CheckReleaseGroup
(
REASON_
MAINTENANCE
,
tp
,
nil
,
1
,
c
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
34522216
,
0
))
then
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
COST
,
tp
,
nil
,
1
,
1
,
c
)
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
MAINTENANCE
,
tp
,
nil
,
1
,
1
,
c
)
Duel
.
Release
(
g
,
REASON_
COST
)
Duel
.
Release
(
g
,
REASON_
MAINTENANCE
)
else
Duel
.
Destroy
(
c
,
REASON_COST
)
end
else
Duel
.
Destroy
(
c
,
REASON_COST
)
end
end
end
function
c34522216
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
function
c34522216
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
...
...
c6283472.lua
View file @
2c8280a0
...
@@ -51,9 +51,9 @@ end
...
@@ -51,9 +51,9 @@ end
function
c6283472
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c6283472
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
if
Duel
.
CheckReleaseGroup
(
REASON_
COST
,
tp
,
nil
,
1
,
c
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
6283472
,
0
))
then
if
Duel
.
CheckReleaseGroup
(
REASON_
MAINTENANCE
,
tp
,
nil
,
1
,
c
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
6283472
,
0
))
then
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
COST
,
tp
,
nil
,
1
,
1
,
c
)
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
MAINTENANCE
,
tp
,
nil
,
1
,
1
,
c
)
Duel
.
Release
(
g
,
REASON_
COST
)
Duel
.
Release
(
g
,
REASON_
MAINTENANCE
)
else
Duel
.
Destroy
(
c
,
REASON_COST
)
end
else
Duel
.
Destroy
(
c
,
REASON_COST
)
end
end
end
function
c6283472
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
function
c6283472
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
...
...
c69072185.lua
View file @
2c8280a0
...
@@ -39,9 +39,9 @@ end
...
@@ -39,9 +39,9 @@ end
function
c69072185
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c69072185
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
if
Duel
.
CheckReleaseGroup
(
REASON_
COST
,
tp
,
nil
,
1
,
c
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
69072185
,
0
))
then
if
Duel
.
CheckReleaseGroup
(
REASON_
MAINTENANCE
,
tp
,
nil
,
1
,
c
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
69072185
,
0
))
then
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
COST
,
tp
,
nil
,
1
,
1
,
c
)
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
MAINTENANCE
,
tp
,
nil
,
1
,
1
,
c
)
Duel
.
Release
(
g
,
REASON_
COST
)
Duel
.
Release
(
g
,
REASON_
MAINTENANCE
)
else
Duel
.
Destroy
(
c
,
REASON_COST
)
end
else
Duel
.
Destroy
(
c
,
REASON_COST
)
end
end
end
function
c69072185
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
function
c69072185
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
...
...
c70917315.lua
View file @
2c8280a0
...
@@ -58,9 +58,9 @@ end
...
@@ -58,9 +58,9 @@ end
function
c70917315
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c70917315
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
if
Duel
.
CheckReleaseGroup
(
REASON_
COST
,
tp
,
nil
,
1
,
c
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
70917315
,
0
))
then
if
Duel
.
CheckReleaseGroup
(
REASON_
MAINTENANCE
,
tp
,
nil
,
1
,
c
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
70917315
,
0
))
then
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
COST
,
tp
,
nil
,
1
,
1
,
c
)
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
MAINTENANCE
,
tp
,
nil
,
1
,
1
,
c
)
Duel
.
Release
(
g
,
REASON_
COST
)
Duel
.
Release
(
g
,
REASON_
MAINTENANCE
)
else
Duel
.
Destroy
(
c
,
REASON_COST
)
end
else
Duel
.
Destroy
(
c
,
REASON_COST
)
end
end
end
function
c70917315
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
function
c70917315
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
...
...
c7305060.lua
View file @
2c8280a0
...
@@ -48,9 +48,9 @@ end
...
@@ -48,9 +48,9 @@ end
function
c7305060
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c7305060
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
if
Duel
.
CheckReleaseGroup
(
REASON_
COST
,
tp
,
nil
,
1
,
c
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
7305060
,
0
))
then
if
Duel
.
CheckReleaseGroup
(
REASON_
MAINTENANCE
,
tp
,
nil
,
1
,
c
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
7305060
,
0
))
then
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
COST
,
tp
,
nil
,
1
,
1
,
c
)
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
MAINTENANCE
,
tp
,
nil
,
1
,
1
,
c
)
Duel
.
Release
(
g
,
REASON_
COST
)
Duel
.
Release
(
g
,
REASON_
MAINTENANCE
)
else
Duel
.
Destroy
(
c
,
REASON_COST
)
end
else
Duel
.
Destroy
(
c
,
REASON_COST
)
end
end
end
function
c7305060
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
function
c7305060
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
...
...
c79794767.lua
View file @
2c8280a0
...
@@ -48,9 +48,9 @@ end
...
@@ -48,9 +48,9 @@ end
function
c79794767
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
function
c79794767
.
desop
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
c
=
e
:
GetHandler
()
local
c
=
e
:
GetHandler
()
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
Duel
.
HintSelection
(
Group
.
FromCards
(
c
))
if
Duel
.
CheckReleaseGroup
(
REASON_
COST
,
tp
,
nil
,
1
,
c
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
79794767
,
0
))
then
if
Duel
.
CheckReleaseGroup
(
REASON_
MAINTENANCE
,
tp
,
nil
,
1
,
c
)
and
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
79794767
,
0
))
then
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
COST
,
tp
,
nil
,
1
,
1
,
c
)
local
g
=
Duel
.
SelectReleaseGroup
(
REASON_
MAINTENANCE
,
tp
,
nil
,
1
,
1
,
c
)
Duel
.
Release
(
g
,
REASON_
COST
)
Duel
.
Release
(
g
,
REASON_
MAINTENANCE
)
else
Duel
.
Destroy
(
c
,
REASON_COST
)
end
else
Duel
.
Destroy
(
c
,
REASON_COST
)
end
end
end
function
c79794767
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
function
c79794767
.
sumlimit
(
e
,
c
,
sump
,
sumtype
,
sumpos
,
targetp
,
se
)
...
...
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