9 lines
182 B
JavaScript
9 lines
182 B
JavaScript
this.inherits(OBJ);
|
|
this.set({
|
|
name: "高级皮毛",
|
|
desc: "品质很好的动物皮毛。",
|
|
unit: "块",
|
|
value: 100,
|
|
combined: true
|
|
});
|
|
this.transable = true; |