XtGameKit/Doc/ROK-Luban-Field-Mapping.md

22 lines
427 B
Markdown

# ROK 字段到 Luban 字段映射(首版)
## HeroDefine -> Hero.bean.xml
- `id` -> `id`
- `name` -> `name`
- `rare` -> `rare`
- `skill_ids` -> `skillIds`
- `talent_ids` -> `talentIds`
## ItemDefine -> Item.bean.xml
- `id` -> `id`
- `name` -> `name`
- `type` -> `itemType`
- `icon` -> `icon`
- `desc` -> `desc`
## 说明
- 本文档为迁移首版映射,后续以实际导出脚本和策划表校验结果迭代。