init: add workspace files

This commit is contained in:
2026-05-26 16:41:20 +08:00
commit f4f2393f72
1041 changed files with 67405 additions and 0 deletions

12
world/npc/pub/hua.js Normal file
View File

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