Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
phpdts
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
Nemo Ma
phpdts
Commits
fb9c7c3f
Commit
fb9c7c3f
authored
Jan 01, 2024
by
Nemo Ma
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo
parent
425bea40
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
gamedata/cache/audio_1.php
gamedata/cache/audio_1.php
+8
-0
include/game/item.func.php
include/game/item.func.php
+1
-1
No files found.
gamedata/cache/audio_1.php
View file @
fb9c7c3f
...
...
@@ -12,6 +12,14 @@ $event_bgm = Array
(
'test'
=>
Array
(
'event'
),
'wth18'
=>
Array
(
'wth18'
),
'crimsontracks'
=>
Array
(
'crimsontracks'
),
'azuretracks'
=>
Array
(
'azuretracks'
),
'altazuretracks'
=>
Array
(
'altazuretracks'
),
'lilatracks'
=>
Array
(
'lilatracks'
),
'rimefiretracks'
=>
Array
(
'rimefiretracks'
),
'fleurtracks'
=>
Array
(
'fleurtracks'
),
'christracks'
=>
Array
(
'christtracks'
),
'altchristracks'
=>
Array
(
'altchristracks'
),
);
# 会播放BGM的地图(优先级高——会覆盖默认曲集)
...
...
include/game/item.func.php
View file @
fb9c7c3f
...
...
@@ -2358,7 +2358,7 @@ function itemuse($itmn,&$data=NULL) {
if
(
$clbpara
[
'BGMBrand'
]
==
'rimefire'
){
$check
=
diceroll
(
20
);
if
(
$check
>
17
){
$log
.=
"<span class=
\"
orange
\"
>你突然脑海中浮现了一位青年彻夜优化装甲的英姿,<br>
,
手上的针线打得更快了!<br></span>"
;
$log
.=
"<span class=
\"
orange
\"
>你突然脑海中浮现了一位青年彻夜优化装甲的英姿,<br>手上的针线打得更快了!<br></span>"
;
$arbe
+=
$check
;
}
}
...
...
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