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

11 lines
199 B
JavaScript

this.inherits(EQUIPMENT);
this.set({
unit: "件",
name: "家丁鞋",
desc: "崔府家丁的统一制服",
value: 3000,
eq_type: EQUIP_TYPE.SHOES,
});
this.prop = {
fy: 3
};