init: add workspace files
This commit is contained in:
8
world/obj/eq/new/cloth1.js
Normal file
8
world/obj/eq/new/cloth1.js
Normal file
@@ -0,0 +1,8 @@
|
||||
this.inherits(EQUIPMENT);
|
||||
this.set({
|
||||
unit: "件",
|
||||
name: "粗布衣",
|
||||
desc: "新手衣服,不值钱",
|
||||
value: 0,
|
||||
eq_type: EQUIP_TYPE.CLOTH,
|
||||
});
|
||||
8
world/obj/eq/new/cloth2.js
Normal file
8
world/obj/eq/new/cloth2.js
Normal file
@@ -0,0 +1,8 @@
|
||||
this.inherits(EQUIPMENT);
|
||||
this.set({
|
||||
unit: "件",
|
||||
name: "粉红绸衫",
|
||||
desc: "写作绸衫,实际上还是粗布衣",
|
||||
value: 0,
|
||||
eq_type: EQUIP_TYPE.CLOTH,
|
||||
});
|
||||
Reference in New Issue
Block a user