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

14 lines
262 B
JavaScript

this.inherits(EQUIPMENT);
this.set({
name: "神龙护腕",
desc: "神龙教管理层的制服护腕",
unit: "件",
grade: 2,
eq_type: EQUIP_TYPE.WRIST,
value: 30000,
hole_count:1,
prop: {
fy: 18,
str:5
}
});