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

11 lines
280 B
JavaScript

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