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

11 lines
199 B
JavaScript

this.inherits(EQUIPMENT);
this.set({
unit: "双",
name: "布鞋",
desc: "寻常的布鞋,结实耐磨",
value: 1000,
eq_type: EQUIP_TYPE.SHOES,
});
this.prop = {
fy: 1
};