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

8 lines
166 B
JavaScript

this.inherits(EQUIPMENT);
this.set({
unit: "件",
name: "粗布衣",
desc: "新手衣服,不值钱",
value: 0,
eq_type: EQUIP_TYPE.CLOTH,
});