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

10 lines
169 B
JavaScript

this.inherits(OBJ);
this.set({
name: "玫瑰花",
desc: "一朵鲜艳的玫瑰花",
unit: "朵",
value: 1000,
grade: 3
});
this.transable = true;