init: add workspace files
This commit is contained in:
11
world/obj/eq/lv0/cloth.js
Normal file
11
world/obj/eq/lv0/cloth.js
Normal file
@@ -0,0 +1,11 @@
|
||||
this.inherits(EQUIPMENT);
|
||||
this.set({
|
||||
unit: "件",
|
||||
name: "布衣",
|
||||
desc: "杨记出产的布衣,结实耐用",
|
||||
value: 1000,
|
||||
eq_type: EQUIP_TYPE.CLOTH,
|
||||
});
|
||||
this.prop = {
|
||||
fy: 1
|
||||
};
|
||||
Reference in New Issue
Block a user