Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-rush-duel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
5
Issues
5
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
MyCard
ygopro-rush-duel
Commits
32f3f956
Commit
32f3f956
authored
Mar 24, 2025
by
未闻皂名
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2025/3/24 融合术/仪式术素材选择的提示文本修改
parent
922028d1
Pipeline
#34141
passed with stages
in 14 minutes and 10 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
script/RDBase.lua
script/RDBase.lua
+2
-1
script/RDFusion.lua
script/RDFusion.lua
+1
-1
script/RDRitual.lua
script/RDRitual.lua
+1
-1
No files found.
script/RDBase.lua
View file @
32f3f956
...
...
@@ -34,7 +34,8 @@ FLAG_ATTACH_EFFECT = 120000013 -- 通过效果赋予的效果, 不能重复叠
-- 提示信息
HINTMSG_MAXSUMMON
=
Auxiliary
.
Stringid
(
120000000
,
0
)
-- 极大召唤
HINTMSG_MAXMATERIAL
=
Auxiliary
.
Stringid
(
120000000
,
1
)
-- 请选择要极大召唤的怪兽(3只)
HINTMSG_RMATERIAL
=
HINTMSG_FMATERIAL
-- 请选择要作为仪式素材的卡
HINTMSG_FUSION_MATERIAL
=
Auxiliary
.
Stringid
(
120000000
,
2
)
--请选择要作为融合术召唤的素材的卡
HINTMSG_RITUAL_MATERIAL
=
Auxiliary
.
Stringid
(
120000000
,
3
)
-- 请选择要作为仪式术召唤的素材的卡
HINTMSG_ANNOUNCE_MONSTER
=
Auxiliary
.
Stringid
(
120000001
,
0
)
-- 宣言常规怪兽
HINTMSG_ANNOUNCE_LEGEND
=
Auxiliary
.
Stringid
(
120000001
,
1
)
-- 宣言传说怪兽
HINTMSG_SUMMON_TURN
=
Auxiliary
.
Stringid
(
120000002
,
0
)
-- 在这个回合召唤
...
...
script/RDFusion.lua
View file @
32f3f956
...
...
@@ -126,7 +126,7 @@ function RushDuel.FusionProcedureOperation(insf, sub, mats, extra, max, checker)
if
gc
then
Duel
.
SetSelectedCard
(
gc
)
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_FMATERIAL
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_F
USION_
MATERIAL
)
local
minc
,
maxc
=
#
mats
,
#
mats
+
max
if
RushDuel
.
MinFusionMaterialCount
~=
nil
then
minc
=
math.max
(
minc
,
RushDuel
.
MinFusionMaterialCount
)
...
...
script/RDRitual.lua
View file @
32f3f956
...
...
@@ -81,7 +81,7 @@ end
-- 仪式召唤 - 选择仪式素材
function
RushDuel
.
SelectRitualMaterial
(
tp
,
rc
,
type
,
mat
,
gc
)
local
mg
,
max
=
RushDuel
.
GetRitualMaterial
(
tp
,
rc
,
type
,
mat
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RMATERIAL
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_R
ITUAL_
MATERIAL
)
Auxiliary
.
GCheckAdditional
=
RushDuel
.
RitualCheckAdditional
(
rc
,
type
)
local
sg
=
mg
:
SelectSubGroup
(
tp
,
RushDuel
.
RitualChecker
,
true
,
1
,
max
,
rc
,
tp
,
type
,
gc
)
Auxiliary
.
GCheckAdditional
=
nil
...
...
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