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

23
world/npc/pub/yb_npc.js Normal file
View File

@@ -0,0 +1,23 @@
this.inherits(NPC);
this.set({
name: "蒙面大盗",
desc: "他是来劫镖的江洋大盗",
title: "蒙面大盗",
gender: 2,
age: 65,
per: 33,
str: 50,
con: 50,
dex: 50,
int: 50,
max_mp: 20000000,
max_hp: 12000000,
no_fight: true,
pfm_rate: 1,
no_refresh: true
});
this.on_kill = function (me) {
}