diff --git a/shared_sheets.json b/shared_sheets.json
index 6f3f48d..c2afddc 100644
--- a/shared_sheets.json
+++ b/shared_sheets.json
@@ -1,5 +1,37 @@
{
"sheets": [{
+ "name": "大鱼(简易)",
+ "file": "大鱼(简易).txt",
+ "author": "酷安@夏川丶呇",
+ "desc": "酷安酷友@夏川丶呇分享乐谱 大鱼(简易)",
+ "bpm" : 288,
+ "suggested_instrument": 1,
+ "pitchLevel": 0
+ }, {
+ "name": "嘿咻狂想曲",
+ "file": "嘿咻狂想曲.txt",
+ "author": "酷安@夏川丶呇",
+ "desc": "酷安酷友@夏川丶呇分享乐谱 嘿咻狂想曲\nI love you🎵 , I miss you🎵",
+ "bpm" : 480,
+ "suggested_instrument": 1,
+ "pitchLevel": 0
+ }, {
+ "name": "城南花已开",
+ "file": "城南花已开.txt",
+ "author": "酷安@夏川丶呇",
+ "desc": "酷安酷友@夏川丶呇分享乐谱 城南花已开",
+ "bpm" : 480,
+ "suggested_instrument": 1,
+ "pitchLevel": 0
+ }, {
+ "name": "撒野完整版",
+ "file": "撒野完整版.txt",
+ "author": "酷安@深空失忆か",
+ "desc": "酷安酷友@深空失忆か分享乐谱 撒野完整版",
+ "bpm" : 240,
+ "suggested_instrument": 1,
+ "pitchLevel": 0
+ }, {
"name": "婚礼进行曲(整活用)",
"file": "婚礼进行曲(整活用).txt",
"author": "酷安@夏川丶呇",
diff --git a/shared_sheets/嘿咻狂想曲.txt b/shared_sheets/嘿咻狂想曲.txt
new file mode 100644
index 0000000..ca0eb76
Binary files /dev/null and b/shared_sheets/嘿咻狂想曲.txt differ
diff --git a/shared_sheets/城南花已开.txt b/shared_sheets/城南花已开.txt
new file mode 100644
index 0000000..e160bf6
Binary files /dev/null and b/shared_sheets/城南花已开.txt differ
diff --git a/shared_sheets/大鱼(简易).txt b/shared_sheets/大鱼(简易).txt
new file mode 100644
index 0000000..2865d15
Binary files /dev/null and b/shared_sheets/大鱼(简易).txt differ
diff --git a/shared_sheets/撒野完整版.txt b/shared_sheets/撒野完整版.txt
new file mode 100644
index 0000000..2d44de4
Binary files /dev/null and b/shared_sheets/撒野完整版.txt differ
diff --git a/source/SkyAutoplayer.js b/source/SkyAutoplayer.js
index 1e566d1..91b0a5a 100644
--- a/source/SkyAutoplayer.js
+++ b/source/SkyAutoplayer.js
@@ -146,20 +146,20 @@ sheetmgr = {
pitch_suggestion: [{
name: "C",
- places: ["境遇", "墓土四龙图", "雨林终点神庙音乐结束后" ]
+ places: ["境遇", "墓土四龙图", "雨林终点神庙音乐结束后"]
}, {
name: "D♭",
places: ["云野八人升降梯", "雨林鱼骨图水母升起前" ]
}, {
name: "D",
places: ["云野球形洞(通过云洞)", "雨林起点(不飞下去)",
- "霞谷终点(一堆蜡烛)", "墓土远古战场"]
+ "霞谷终点冥想台", "墓土远古战场"]
}, {
name: "E♭",
- places: ["雨林第一个门后右边的拱形洞内", "墓土破旧神庙" ]
+ places: ["雨林第一个门后右边的拱形洞内", "墓土破旧神庙"]
}, {
name: "E",
- places: ["重生之路", "暴风眼起始位置" ]
+ places: ["重生之路"]
}, {
name: "F",
places: ["雨林右隐藏图", "霞谷霞光城", "禁阁一楼"]
@@ -197,20 +197,27 @@ sheetplayer = {
nextInterval: 0,
speed: 1,
- current_speed_index: 6,
+ current_speed_index: 9,
speed_list: [
0.1,
0.2,
+ 0.3,
0.4,
0.5,
0.6,
+ 0.7,
0.8,
+ 0.9,
1,
+ 1.1,
1.2,
+ 1.3,
1.4,
1.5,
1.6,
+ 1.7,
1.8,
+ 1.9,
2,
3,
4,