Files
wsmud/world/obj/st/xuanjing.js
2026-05-26 16:41:20 +08:00

11 lines
277 B
JavaScript

this.inherits(OBJ);
this.set({
name: "玄晶",
desc: "高级装备分解出来的蕴含装备附加的神秘力量的晶体,可以用来精炼装备。",
unit: "块",
value: 1000,
combined: true,
transable: true,
grade: 1
});
this.otype = 2;