Skip to content

Commit 57977c5

Browse files
committed
feat: update new dungeon
1 parent ebceea5 commit 57977c5

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

data/fb/fb_map.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@
4545
"name": "丝路风语",
4646
"level": "130",
4747
"dungeon": {
48+
"缚罪之渊": {
49+
"name": "缚罪之渊",
50+
"maps": [
51+
{
52+
"map_id": "720",
53+
"mode": "25人挑战"
54+
}
55+
],
56+
"icon": "image/fb_map_thumbnail/loading_720_0.png",
57+
"boss": ["阿里曼幻身", "阿萨辛"],
58+
"client": ["std", "all"]
59+
},
4860
"会战弓月城": {
4961
"name": "会战弓月城",
5062
"maps": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jx3box/jx3box-data",
3-
"version": "3.9.1",
3+
"version": "3.9.2",
44
"description": "静态数据库,自动同步至OSS,OSS CDN需手动处理",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)