Roco Kingdom:World Data Tool
A professional, offline-first data assistant for Roco Kingdom:World.
Features
- - Pet Encyclopedia: 490+ pets with full stats, attributes, and skill lists.
- Skill Database: 490+ skills with power, energy cost, and effect details.
- Item Catalog: 1700+ items, materials, and furniture with source info.
- Dungeon Guide: Challenge limits, reward drops, and攻略 recommendations.
- Regional Data: Pet distribution maps and zone descriptions.
Usage Guide
| Command | Description | Example |
|---|
| INLINECODE0 | Fuzzy search for pets | INLINECODE1 |
| INLINECODE2 |
View full stats and evolution |
node rocom.mjs pet detail dimo |
|
skill list | Browse all available skills |
node rocom.mjs skill list |
|
dungeon detail (name) | Check rewards and limits |
node rocom.mjs dungeon detail ocean |
|
region detail (area) | See local pet spawns |
node rocom.mjs region detail shop |
Data Integrity
- - Source: Bilibili WIKI (CC BY-NC-SA 4.0).
- Format: Pure static JSON in the
data/ folder. - Safety: No network calls, no credentials, no external links.
Technical Notes
- - Runtime: Requires Node.js.
- Performance: Millisecond-level local queries.
- Privacy: All processing happens on your machine.
洛克王国:世界数据工具
一款专业、离线优先的《洛克王国:世界》数据助手。
功能特性
- - 宠物图鉴:490+宠物,包含完整属性、资质和技能列表。
- 技能数据库:490+技能,涵盖威力、能量消耗及效果详情。
- 物品目录:1700+物品、材料和家具,附来源信息。
- 地下城指南:挑战限制、奖励掉落及攻略推荐。
- 区域数据:宠物分布地图及区域描述。
使用指南
| 命令 | 描述 | 示例 |
|---|
| pet search (名称) | 模糊搜索宠物 | node rocom.mjs pet search dimo |
| pet detail (名称) |
查看完整属性和进化信息 | node rocom.mjs pet detail dimo |
| skill list | 浏览所有可用技能 | node rocom.mjs skill list |
| dungeon detail (名称) | 查看奖励和限制条件 | node rocom.mjs dungeon detail ocean |
| region detail (区域) | 查看当地宠物刷新点 | node rocom.mjs region detail shop |
数据完整性
- - 来源:Bilibili WIKI(CC BY-NC-SA 4.0)。
- 格式:纯静态JSON,存放于data/文件夹。
- 安全性:无网络请求、无凭证信息、无外部链接。
技术说明
- - 运行环境:需安装Node.js。
- 性能:毫秒级本地查询。
- 隐私:所有处理均在本地设备完成。