Files
wsmud/world/obj/eq/new/cloth2.js
2026-05-26 16:41:20 +08:00

8 lines
184 B
JavaScript

this.inherits(EQUIPMENT);
this.set({
unit: "件",
name: "粉红绸衫",
desc: "写作绸衫,实际上还是粗布衣",
value: 0,
eq_type: EQUIP_TYPE.CLOTH,
});