Files
wsmud/world/npc/follower/xia.js
2026-05-26 16:41:20 +08:00

29 lines
521 B
JavaScript

this.inherits(NPC);
this.set({
name: "夏雪宜",
desc: "他就是人称“金蛇郎君”的一代怪杰——夏雪宜。",
title: "<hiy>金蛇郎君</hiy>",
gender: 1,
age: 25,
per: 36,
str: 30,
int: 30,
dex: 30,
con: 15,
mp: 20000,
max_mp: 20000,
hp: 20000,
max_hp: 20000,
level: 3
});
this.set_objects([
"eq/lv0/cloth", 1, 1
]);
this.skill_map(
["dodge", 600],
["parry", 600],
["force", 600],
["sword", 600],
["unarmed", 600]);