init: add workspace files
This commit is contained in:
11
world/obj/eq/lv0/jd_shoes.js
Normal file
11
world/obj/eq/lv0/jd_shoes.js
Normal file
@@ -0,0 +1,11 @@
|
||||
this.inherits(EQUIPMENT);
|
||||
this.set({
|
||||
unit: "件",
|
||||
name: "家丁鞋",
|
||||
desc: "崔府家丁的统一制服",
|
||||
value: 3000,
|
||||
eq_type: EQUIP_TYPE.SHOES,
|
||||
});
|
||||
this.prop = {
|
||||
fy: 3
|
||||
};
|
||||
Reference in New Issue
Block a user