init: add workspace files
This commit is contained in:
15
world/npc/yz/lw/langwang2.js
Normal file
15
world/npc/yz/lw/langwang2.js
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user