init: add workspace files
This commit is contained in:
26
world/npc/follower/lang.js
Normal file
26
world/npc/follower/lang.js
Normal file
@@ -0,0 +1,26 @@
|
||||
this.inherits(NPC);
|
||||
this.set({
|
||||
name: "<wht>浪翻云</wht>",
|
||||
desc: "他身形雄伟,面貌粗犷豪雄,脸目丑陋,一对黄睛似醒还醉",
|
||||
gender: 1,
|
||||
age: 38,
|
||||
per: 14,
|
||||
max_mp: 6000000,
|
||||
max_hp: 6000000,
|
||||
exp: 2300000000,
|
||||
level: 6,
|
||||
prop: {
|
||||
gj: 2000,
|
||||
mz: 2000,
|
||||
ds: 2000
|
||||
}
|
||||
});
|
||||
this.set_objects(["eq/lv0/cloth", 1, 1], ["eq/lv0/jian", 1, 1]);
|
||||
this.skill_map(
|
||||
["dodge", 5000],
|
||||
["parry", 5000],
|
||||
["force", 5000],
|
||||
["unarmed", 5000],
|
||||
["sword", 5000],
|
||||
["literate", 5000]
|
||||
);
|
||||
Reference in New Issue
Block a user