Honkai: Star Rail game resources.
崩坏:星穹铁道游戏资源。
Index files structure:
索引文件目录如下:
StarRailRes └─ index_new └─ [language] ├─ paths.json # path / 命途 ├─ elements.json # element / 元素 ├─ properties.json # property / 属性 ├─ characters.json # character basic info / 角色基本信息 ├─ character_ranks.json # character rank / 角色星魂 ├─ character_skills.json # character skill / 角色技能 ├─ character_skill_trees.json # character skill tree / 角色行迹 ├─ character_promotions.json # character promotion and level / 角色晋阶与等级 ├─ light_cones.json # light cone / 光锥基本信息 ├─ light_cone_ranks.json # light cone rank / 光锥叠影 ├─ light_cone_promotions.json # light cone promotion and level / 光锥晋阶与等级 ├─ relics.json # relic basic info / 遗器基本信息 ├─ relic_sets.json # relic set / 遗器套装信息 ├─ relic_main_affixs.json # relic main affix / 遗器主词条组 ├─ relic_sub_affixs.json # relic sub affix / 遗器副词条组 └─ items.json # material / 材料 The file structure of this project is as follows:
这个项目的文件结构如下:
StarRailRes ├─ icon # icon folder / 图标素材目录 ├─ image # image folder / 图片素材目录 ├─ guide # guide image folder / 教程图片目录 ├─ index_new # index files folder / 索引目录 └─ index_min # compressed index files folder / 压缩索引目录 Game data source: Dimbreath/StarRailData