init: add workspace files
This commit is contained in:
20
world/npc/yz/linpingzhi.js
Normal file
20
world/npc/yz/linpingzhi.js
Normal file
@@ -0,0 +1,20 @@
|
||||
this.inherits(NPC);
|
||||
this.set({
|
||||
name: "林平之",
|
||||
desc: "他就是「福威镖局」的少当家--林平之。",
|
||||
title: "福威镖局少当家",
|
||||
gender: 1,
|
||||
age: 20,
|
||||
per: 34,
|
||||
mp: 1000,
|
||||
max_mp: 1000,
|
||||
hp: 1000,
|
||||
max_hp: 1000,
|
||||
});
|
||||
this.skill_map(
|
||||
["unarmed", 150],
|
||||
["dodge", 150],
|
||||
["parry", 150],
|
||||
["literate", 150]);
|
||||
|
||||
this.set_objects(["eq/lv0/cloth", 1, 1], ["eq/lv0/jian", 1, 1]);
|
||||
Reference in New Issue
Block a user