init: add workspace files

This commit is contained in:
2026-05-26 16:41:20 +08:00
commit f4f2393f72
1041 changed files with 67405 additions and 0 deletions

10
world/obj/sp/bj/map.js Normal file
View File

@@ -0,0 +1,10 @@
this.inherits(OBJ);
this.set({
unit: "份",
name: "龙脉地图",
desc: "这是一份从四十二章经里得到的地图,八分凑到一起才能大概看清楚四周地形,看样子像是关外某个地方",
max_level: 100,
combined: false,
value: 10000,
grade: 2
});