init: add workspace files
This commit is contained in:
11
world/obj/res/huolongpi.js
Normal file
11
world/obj/res/huolongpi.js
Normal file
@@ -0,0 +1,11 @@
|
||||
this.inherits(OBJ);
|
||||
this.set({
|
||||
name: "火龙筋",
|
||||
desc: "坚固耐用的火龙筋,是做鞭子的好材料",
|
||||
unit: "块",
|
||||
grade: 1,
|
||||
value: 200,
|
||||
combined: true
|
||||
});
|
||||
this.transable = true;
|
||||
this.otype = 3;
|
||||
Reference in New Issue
Block a user