init: add workspace files
This commit is contained in:
11
world/obj/book/up.js
Normal file
11
world/obj/book/up.js
Normal file
@@ -0,0 +1,11 @@
|
||||
this.inherits(OBJ);
|
||||
this.set({
|
||||
unit: "份",
|
||||
name: "门派进阶残页",
|
||||
desc: "一份秘籍残页,可用来进阶门派武功,(点击技能-武功名称-查看详细-进阶)",
|
||||
value: 10000,
|
||||
grade: 4
|
||||
});
|
||||
|
||||
this.transable = true;
|
||||
this.otype = 1;
|
||||
Reference in New Issue
Block a user