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

17
world/npc/yz/biaotou.js Normal file
View File

@@ -0,0 +1,17 @@
this.inherits(NPC);
this.set({
name: "镖头",
desc: "福威镖局的镖头",
gender: 1,
age: 35,
per: 22,
mp: 100,
max_mp: 100,
hp: 100,
max_hp: 100,
});
this.skill_map(
["unarmed", 150],
["dodge", 150],
["force", 150]);
this.set_objects(["eq/lv0/cloth", 1, 1], ["eq/lv0/jian", 1, 1]);