Files
wsmud/world/obj/book/wd.js
2026-05-26 16:41:20 +08:00

11 lines
267 B
JavaScript

this.inherits(OBJ);
this.set({
unit: "份",
name: "武道残页",
desc: "一本武功秘籍碎片,需要十份残页就可以合成一本完整的武道秘籍。",
combine_to: "book/wudao",
combine_count: 10,
grade: 5
});
this.otype = 1;