16 lines
343 B
JavaScript
16 lines
343 B
JavaScript
this.inherits(MONSTER);
|
|
this.set({
|
|
name: "<wht>月夜狼王<wht>",
|
|
desc: "一只巨大的银色巨狼,是森林中的狼王吃了月饼或者见到什么不该见到的东西变成的",
|
|
gender: 1,
|
|
mp: 100,
|
|
max_mp: 100,
|
|
hp: 300,
|
|
max_hp: 300,
|
|
score: 20,
|
|
dex: 36,
|
|
str: 36
|
|
});
|
|
//drop path,min,max,per
|
|
|