init: add workspace files
This commit is contained in:
12
world/npc/pub/hua.js
Normal file
12
world/npc/pub/hua.js
Normal file
@@ -0,0 +1,12 @@
|
||||
this.inherits(MONSTER);
|
||||
this.set({
|
||||
name: "花",
|
||||
desc: "",
|
||||
gender: 1,
|
||||
age: 35,
|
||||
mp: 1500,
|
||||
max_mp: 1500,
|
||||
hp: 1500,
|
||||
max_hp: 1500
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user