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/up.js Normal file
View File

@@ -0,0 +1,11 @@
this.inherits(OBJ);
this.set({
unit: "份",
name: "门派进阶残页",
desc: "一份秘籍残页,可用来进阶门派武功,(点击技能-武功名称-查看详细-进阶)",
value: 10000,
grade: 4
});
this.transable = true;
this.otype = 1;