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

Aventurine's Skill Icons are Wrong #14

Closed
seriaati opened this issue Apr 20, 2024 · 1 comment
Closed

Aventurine's Skill Icons are Wrong #14

seriaati opened this issue Apr 20, 2024 · 1 comment

Comments

@seriaati
Copy link

In StarRailRes

This is /icon/skill/1304_skill.png
skill
This is /icon/skill/1304_ultimate.png
ultimate
This is wrong, it should be the other way around.

In Honkai Star Rail Wiki

image

In Mihomo API

This also causes the API to return the wrong icons:

{
      "id": "130402",
      "name": "繁荣基石",
      "level": 9,
      "max_level": 15,
      "type": "BPSkill",
      "type_text": "战技",
      "effect": "Defence",
      "effect_text": "防御",
      "icon": "icon/skill/1304_skill.png"
},
{
      "id": "130403",
      "name": "轮盘勋爵",
      "level": 5,
      "max_level": 15,
      "type": "Ultra",
      "type_text": "终结技",
      "effect": "SingleAttack",
      "effect_text": "单攻",
      "icon": "icon/skill/1304_ultimate.png"
}
@mobyw
Copy link
Member

mobyw commented Apr 20, 2024

Fixed now

@mobyw mobyw closed this as completed Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants