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
zengshangxing
pre-release-database-cdb
Commits
a2310012
Commit
a2310012
authored
Jan 22, 2024
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
c34bf189
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
LEDE.cdb
LEDE.cdb
+0
-0
script/c101204064.lua
script/c101204064.lua
+6
-6
No files found.
LEDE.cdb
View file @
a2310012
No preview for this file type
script/c101204064.lua
View file @
a2310012
...
@@ -34,14 +34,14 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
...
@@ -34,14 +34,14 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
(
t1
or
t2
)
end
(
t1
or
t2
)
end
local
lv
=
0
local
lv
=
0
if
t1
and
t2
then
if
t1
and
t2
then
lv
=
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
id
,
2
),
aux
.
Stringid
(
id
,
3
))
+
1
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
id
,
2
))
e
:
SetLabel
(
lv
*
4
)
e
:
SetLabel
(
Duel
.
AnnounceLevel
(
tp
,
4
,
8
,
5
,
6
,
7
)
)
elseif
t1
then
elseif
t1
then
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
id
,
2
))
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
id
,
2
))
e
:
SetLabel
(
4
)
e
:
SetLabel
(
Duel
.
AnnounceLevel
(
tp
,
4
,
4
)
)
elseif
t2
then
elseif
t2
then
Duel
.
SelectOption
(
tp
,
aux
.
Stringid
(
id
,
3
))
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
aux
.
Stringid
(
id
,
2
))
e
:
SetLabel
(
8
)
e
:
SetLabel
(
Duel
.
AnnounceLevel
(
tp
,
8
,
8
)
)
end
end
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOKEN
,
nil
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_TOKEN
,
nil
,
1
,
0
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
tp
,
0
)
Duel
.
SetOperationInfo
(
0
,
CATEGORY_SPECIAL_SUMMON
,
nil
,
1
,
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