init: add workspace files
This commit is contained in:
15
world/npc/yz/yang.js
Normal file
15
world/npc/yz/yang.js
Normal file
@@ -0,0 +1,15 @@
|
||||
this.inherits(NPC);
|
||||
this.set({
|
||||
name: "杨永福",
|
||||
desc: "杨老板是土生土长的扬州人,做了几十年的小买卖。",
|
||||
title: "杂货铺老板",
|
||||
gender: 1,
|
||||
age: 45,
|
||||
per: 22,
|
||||
mp: 1500,
|
||||
max_mp: 1500,
|
||||
hp: 1500,
|
||||
max_hp: 1500,
|
||||
});
|
||||
|
||||
this.set_goods("eq/lv0/cloth", "eq/lv0/dao", "eq/lv0/mugun", "eq/lv0/jin", "eq/lv0/shoes", "eq/lv0/ring", "eq/lv0/zan", "eq/lv0/whip", "sp/tool/diao#0", "sp/tool/er#0");
|
||||
Reference in New Issue
Block a user