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

13 lines
165 B
JavaScript

this.inherits(MONSTER);
this.set({
name: "花",
desc: "",
gender: 1,
age: 35,
mp: 1500,
max_mp: 1500,
hp: 1500,
max_hp: 1500
});