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