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