CodexSkin
← 返回宠物画廊

Itachi

@CodexSkin 制作

沉着冷静的忍者策略伙伴,红瞳、黑色长袍与克制的战斗气质。

#anime#ninja#animated

先看动作,再决定领养

点击左侧任意状态,右侧舞台会实时演示对应动作。真实安装后由精灵图逐帧播放。

待机 · idle

把它带进 Codex

用 npx 直接安装,然后在 Codex 设置里重新加载宠物,就可以见面了。

$ npx codexskin-pets install CodexSkin-itachi

手动 ZIP 安装(备用方案)

# Windows PowerShell

New-Item -ItemType Directory -Force "$env:USERPROFILE\.codex\pets\CodexSkin-itachi"

Expand-Archive -LiteralPath ".\CodexSkin-itachi.zip" -DestinationPath "$env:USERPROFILE\.codex\pets\CodexSkin-itachi" -Force

# macOS / Linux

mkdir -p ~/.codex/pets/CodexSkin-itachi

unzip CodexSkin-itachi.zip -d ~/.codex/pets/CodexSkin-itachi

安装后的目录结构

~/.codex/pets/CodexSkin-itachi/
  pet.json          # 声明式元数据,无脚本
  spritesheet.webp  # 九状态精灵图

安装包只有这两个文件。宠物改变外观,不改变任务行为——如果压缩包里出现其他内容,先别装。