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

11
world/obj/book/wd.js Normal file
View File

@@ -0,0 +1,11 @@
this.inherits(OBJ);
this.set({
unit: "份",
name: "武道残页",
desc: "一本武功秘籍碎片,需要十份残页就可以合成一本完整的武道秘籍。",
combine_to: "book/wudao",
combine_count: 10,
grade: 5
});
this.otype = 1;