init: add workspace files
This commit is contained in:
13
world/obj/eq/lv1/wei_neck.js
Normal file
13
world/obj/eq/lv1/wei_neck.js
Normal file
@@ -0,0 +1,13 @@
|
||||
this.inherits(EQUIPMENT);
|
||||
this.set({
|
||||
unit: "条",
|
||||
name: "韦春芳的项链",
|
||||
desc: "估计是哪个恩客送给韦春芳的",
|
||||
value: 10000,
|
||||
eq_type: EQUIP_TYPE.NECKLACE,
|
||||
grade: 1
|
||||
});
|
||||
this.prop = {
|
||||
con: 3,
|
||||
per: 3
|
||||
};
|
||||
Reference in New Issue
Block a user