Files
wsmud/world/obj/eq/lv1/qingmu.js
2026-05-26 16:41:20 +08:00

11 lines
213 B
JavaScript

this.inherits(EQUIPMENT);
this.set({
name: "青木令",
desc: "天地会青木堂的堂主令牌",
unit: "块",
grade: 1,
eq_type: EQUIP_TYPE.JEWELS,
prop: {
limit_mp: 100
}
});