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

17 lines
201 B
JavaScript

this.inherits(NPC);
this.set({
name: "衙役",
desc: "",
title: "",
gender: 1,
age: 25,
per: 18,
mp: 400,
max_mp: 400,
hp: 40000000,
max_hp: 40000000,
});