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

21
world/npc/pub/gaoshou1.js Normal file
View File

@@ -0,0 +1,21 @@
this.inherits(NPC);
this.set({
name: "武林高手",
desc: "他是一个武林高手,但是没人知道他的名字",
gender: 1,
age: 25,
per: this.random(20) + 10,
mp: 400,
max_mp: 400,
hp: 400,
max_hp: 400,
});
this.set_objects(["eq/lv0/cloth",1,1]);
this.skill_map(
["force", 100],
["dodge", 100],
["parry", 100],
["sword", 100],
["blade", 100],
["unarmed", 100]);