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

14 lines
294 B
JavaScript

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
}
});