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,20 @@
this.inherits(NPC);
this.set({
name: "林平之",
desc: "他就是「福威镖局」的少当家--林平之。",
title: "福威镖局少当家",
gender: 1,
age: 20,
per: 34,
mp: 1000,
max_mp: 1000,
hp: 1000,
max_hp: 1000,
});
this.skill_map(
["unarmed", 150],
["dodge", 150],
["parry", 150],
["literate", 150]);
this.set_objects(["eq/lv0/cloth", 1, 1], ["eq/lv0/jian", 1, 1]);