init: add workspace files
This commit is contained in:
11
world/obj/eq/lv1/qingmu.js
Normal file
11
world/obj/eq/lv1/qingmu.js
Normal file
@@ -0,0 +1,11 @@
|
||||
this.inherits(EQUIPMENT);
|
||||
this.set({
|
||||
name: "青木令",
|
||||
desc: "天地会青木堂的堂主令牌",
|
||||
unit: "块",
|
||||
grade: 1,
|
||||
eq_type: EQUIP_TYPE.JEWELS,
|
||||
prop: {
|
||||
limit_mp: 100
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user