init: add workspace files
This commit is contained in:
13
world/obj/eq/lv1/jinshezhui.js
Normal file
13
world/obj/eq/lv1/jinshezhui.js
Normal file
@@ -0,0 +1,13 @@
|
||||
this.inherits(EQUIPMENT);
|
||||
this.set({
|
||||
name: "金蛇锥",
|
||||
desc: "金蛇郎君的独门暗器,形状奇特",
|
||||
unit: "个",
|
||||
grade: 1,
|
||||
eq_type: EQUIP_TYPE.THROWING,
|
||||
value: 20000,
|
||||
prop: {
|
||||
gj: 8,
|
||||
mz:5
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user