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,9 @@
this.inherits(SKILL);
this.name = "基本内功";
this.id = "force";
this.grade = 0;
this.type = SKILL_TYPES.BASE;
this.set_default(this.id);
this.desc = "内功的基础功法坚持锻炼会增强体质。每10级增加1点后天根骨增加内力上限";
this.query_prop = lv => ({ con: parseInt(lv / 10), limit_mp: 100 + lv * 5, desc: "唯一将你内力的10%转化为气血" });