agentsclimarketplace

Dfo pvf

Skill NeroBlackstone/dfo-pvf-skill/skills/dfo-pvf

分析DNF(Dungeon & Fighter)游戏的完整PVF文件集合。包括:角色动画(character/[job]/animation/*.ani)的帧结构和贴图引用、职业技能文件(skill/[job]/*.skl)的技能属性、怪物定义(monster/[type]/*.mob)的属性和AI、攻击判定(attackinfo/*.atk)等。**当你询问DNF的动画帧、攻击动作、技能数据、怪物属性、AI行为,或需要分析任何PVF文件时,必须使用此skill。**From its SKILL.md

Install
npx -y skills add NeroBlackstone/dfo-pvf-skill --skill dfo-pvf

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as mit. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

1.8 KB, 470 tokens by cl100k_base, as published. Nobody here has run it

DFO PVF 分析技能

项目结构

PVF 解压后目录结构大致如下:

character/      # 角色定义(swordman, mage, fighter 等)
skill/           # 技能文件
monster/         # 怪物定义
creature/        # 生物动画
aicharacter/     # AI 行为脚本
common/          # 公共资源

核心文件类型

类型路径说明
动画character/[job]/animation/*.ani角色动作帧序列
攻击判定character/[job]/attackinfo/*.atk攻击伤害区域
技能skill/[job]/*.skl技能属性定义
怪物monster/[type]/*.mob怪物属性和AI

详细参考

常用查询

查找角色攻击动画的贴图帧:

  1. 读取 character/[job]/animation/attack1.ani
  2. 查看 [IMAGE] 行获取 img 路径和帧索引

查找技能定义:

  1. skill/[job]/ 目录搜索技能名
  2. 读取对应的 .skl 文件

What ships with it: 5 files

8.8 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,871. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.