init: add workspace files
This commit is contained in:
10
world/obj/eq/lv0/jian.js
Normal file
10
world/obj/eq/lv0/jian.js
Normal file
@@ -0,0 +1,10 @@
|
||||
this.inherits(EQUIPMENT);
|
||||
this.unit = "把";
|
||||
this.name = "铁剑";
|
||||
this.desc = "一把生铁打造的剑";
|
||||
this.value = 2000;
|
||||
this.eq_type = EQUIP_TYPE.WEAPON;
|
||||
this.weapon_type = WEAPON_TYPE.SWORD;
|
||||
this.prop = {
|
||||
gj: 1
|
||||
};
|
||||
Reference in New Issue
Block a user