init: add workspace files
This commit is contained in:
10
world/obj/money/hua.js
Normal file
10
world/obj/money/hua.js
Normal file
@@ -0,0 +1,10 @@
|
||||
this.inherits(OBJ);
|
||||
this.set({
|
||||
name: "玫瑰花",
|
||||
desc: "一朵鲜艳的玫瑰花",
|
||||
unit: "朵",
|
||||
value: 1000,
|
||||
grade: 3
|
||||
});
|
||||
|
||||
this.transable = true;
|
||||
Reference in New Issue
Block a user