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

9 lines
182 B
JavaScript

this.inherits(OBJ);
this.set({
name: "高级皮毛",
desc: "品质很好的动物皮毛。",
unit: "块",
value: 100,
combined: true
});
this.transable = true;