Skip to content

Commit

Permalink
feat: add lv130 new dungeon
Browse files Browse the repository at this point in the history
  • Loading branch information
M-ls committed Sep 19, 2024
1 parent 3b87b61 commit 973cd44
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions data/fb/fb_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,26 @@
"name": "丝路风语",
"level": "130",
"dungeon": {
"一之窟": {
"name": "一之窟",
"maps": [
{
"map_id": "686",
"mode": "10人普通"
},
{
"map_id": "687",
"mode": "25人普通"
},
{
"map_id": "688",
"mode": "25人英雄"
}
],
"icon": "image/fb_map_thumbnail/loading_688_0.png",
"boss": ["骆耀阳", "韦柔丝", "宋泉", "伍靖远", "苏什", "芭德"],
"client": ["std", "all"]
},
"天龙寺": {
"name": "天龙寺",
"maps": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jx3box/jx3box-data",
"version": "3.6.7",
"version": "3.6.8",
"description": "静态数据库,自动同步至OSS,OSS CDN需手动处理",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 973cd44

Please sign in to comment.