init: add workspace files
This commit is contained in:
12
world/npc/yz/zeng.js
Normal file
12
world/npc/yz/zeng.js
Normal file
@@ -0,0 +1,12 @@
|
||||
this.inherits(NPC);
|
||||
this.set({
|
||||
name: "曾柔",
|
||||
desc: "她是韦爵爷不知道第几房的小妾,在这里开个成衣铺,卖些不知道哪来的衣服。有人说那都是韦爵爷从宫中弄出来的禁品。话这么说,生意照样红活。",
|
||||
gender: 2,
|
||||
age: 25,
|
||||
per: 39,
|
||||
mp: 1500,
|
||||
max_mp: 1500,
|
||||
hp: 1500,
|
||||
max_hp: 1500,
|
||||
});
|
||||
Reference in New Issue
Block a user