·hytale-custom-entities
</>

hytale-custom-entities

mnkyarts/hytale-skills

使用 AI 行为、组件、生成和动画为 Hytale 创建自定义实体和 NPC。当被要求“创建自定义实体”、“添加 NPC”、“制作生物”、“设计 AI 行为”或“配置实体生成”时使用。

15安装·1热度·@mnkyarts

安装

$npx skills add https://github.com/mnkyarts/hytale-skills --skill hytale-custom-entities

SKILL.md

Complete guide for defining custom entities with AI, components, spawning, and animations.

| DisplayName | LocalizedString | Entity name | | Model | String | Model asset reference | | Health | Float | Maximum health | | Role | String | AI role reference | | Team | String | Team/faction ID | | Tags | Object | Classification tags |

| MovementSpeed | Float | 1.0 | Base move speed | | BoundingBox | Object | auto | Collision box | | Mass | Float | 1.0 | Physics mass | | Gravity | Float | 1.0 | Gravity multiplier | | CanSwim | Boolean | false | Can swim in water | | CanFly | Boolean | false | Can fly | | StepHeight | Float | 0.5 | Max step-up height |

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/mnkyarts/hytale-skills --skill hytale-custom-entities
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 hytale-custom-entities?

使用 AI 行为、组件、生成和动画为 Hytale 创建自定义实体和 NPC。当被要求“创建自定义实体”、“添加 NPC”、“制作生物”、“设计 AI 行为”或“配置实体生成”时使用。 来源:mnkyarts/hytale-skills。

如何安装 hytale-custom-entities?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mnkyarts/hytale-skills --skill hytale-custom-entities 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/mnkyarts/hytale-skills