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

View File

@@ -0,0 +1,32 @@
this.inherits(NPC);
this.set({
name: "守门人",
desc: "他是武道塔的守门人,一个神神秘秘的老头",
gender: 1,
age: 67,
per: 55,
mp: 5000000,
max_mp: 5000000,
hp: 80000000,
max_hp: 80000000,
level: 5,
pfm_rate: 1,
prop: {
gjsd: 20000,
add_sh_per: 100,
diff_sh_per: 270,
diff_sh_per2: 100,
diff_downside_per: 170,
gj: 100000,
gj_per: 100,
diff_fy_per: 150,
distime_per: 80,
ds: 150000,
ds_per: 100,
zj: 150000,
zj_per: 100,
mz: 150000,
mz_per: 100
}
});