Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]: 添加尘歌壶套装数据WIKI #114

Closed
Masterain98 opened this issue Oct 17, 2022 · 6 comments
Closed

[Feat]: 添加尘歌壶套装数据WIKI #114

Masterain98 opened this issue Oct 17, 2022 · 6 comments
Assignees
Labels
area-Cultivation 养成计划 area-Wiki-Homeworld 洞天 block-by-metadata 需要更新元数据 feature request Feature request

Comments

@Masterain98
Copy link
Member

你想要实现或优化的功能?

显示尘歌壶套装的组件信息以及能领取原石奖励的角色信息
比如:

- 套装:烟霞入梦阁
  - 迎宾地毯-「惠然之顾」
  - 朱漆垂香木百宝阁
  - ....
  - 松木折屏-「云来帆影」
  - 胡桃
  - 烟绯
  - 甘雨
  - 刻晴
  - 重云
@lingkai5wu

This comment was marked as off-topic.

@Masterain98
Copy link
Member Author

Masterain98 commented May 23, 2023

套装数据

FurnitureSuiteExcelConfigData.json 中有套装数据

  • suiteID 为套装 ID

  • suiteNameTextMapHash 为套装名称的 Hash

  • favoriteNpcExcelIdVec 为一个列表,其中包含能获取奖励的角色 ID

     "favoriteNpcExcelIdVec": [
       10000034,
       10000032,
       10000016,
       10000039
     ],
    
  • itemIconmapIcon 应该是为对应套装的图片资源文件名

JsonName的名称在 /BinOutput/HomeworldFurnitureSuit 目录中对应文件中的 furnitureUnits 中能找到包含家具的列表

单体家具数据

FurnitureMakeExcelConfigData.json 中有家具数据,包含建造所需要的材料 ID (可能需要先做背包数据结构)

家具类型数据

HomeWorldFurnitureTypeExcelConfigData.json 中包含家具类型数据

  • typeID 为类型 ID
  • typeNameTextMapHash 为一级分类名称
  • typeName2TextMapHash 为二级分类名称

@Lightczx
Copy link
Member

在正式更新4.3版本后 Mapper 将能够对 BinOutput/HomeworldFurnitureSuit 进行读取

@Lightczx
Copy link
Member

同时为了支持材料统计,养成页面的材料过滤规则同样需要修改

@Lightczx
Copy link
Member

Tracked by #1394

@Lightczx Lightczx closed this as not planned Won't fix, can't repro, duplicate, stale Feb 12, 2024
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related topic.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Cultivation 养成计划 area-Wiki-Homeworld 洞天 block-by-metadata 需要更新元数据 feature request Feature request
Projects
Archived in project
Development

No branches or pull requests

3 participants