init: add workspace files
This commit is contained in:
14
world/obj/eq/lv1/dandao.js
Normal file
14
world/obj/eq/lv1/dandao.js
Normal file
@@ -0,0 +1,14 @@
|
||||
this.inherits(EQUIPMENT);
|
||||
this.set({
|
||||
name: "黑虎单刀",
|
||||
desc: "一把短柄的砍刀,看上去锋利异常",
|
||||
unit: "把",
|
||||
grade: 1,
|
||||
eq_type: EQUIP_TYPE.WEAPON,
|
||||
weapon_type: WEAPON_TYPE.BLADE,
|
||||
value: 20000,
|
||||
prop: {
|
||||
gj: 20,
|
||||
str: 3
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user