init: add workspace files
This commit is contained in:
11
world/obj/st/xuanjing.js
Normal file
11
world/obj/st/xuanjing.js
Normal file
@@ -0,0 +1,11 @@
|
||||
this.inherits(OBJ);
|
||||
this.set({
|
||||
name: "玄晶",
|
||||
desc: "高级装备分解出来的蕴含装备附加的神秘力量的晶体,可以用来精炼装备。",
|
||||
unit: "块",
|
||||
value: 1000,
|
||||
combined: true,
|
||||
transable: true,
|
||||
grade: 1
|
||||
});
|
||||
this.otype = 2;
|
||||
Reference in New Issue
Block a user