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

11 lines
205 B
JavaScript

this.inherits(EQUIPMENT);
this.set({
unit: "件",
name: "布衣",
desc: "杨记出产的布衣,结实耐用",
value: 1000,
eq_type: EQUIP_TYPE.CLOTH,
});
this.prop = {
fy: 1
};