Skip to content

/party

Generate a Genshin party build card.

/party <option>
OptionDescriptionRequired
uid / userShow another user’s data.No
scoreChange score calculation method.No

score option values include:

  • ATTACK-based
  • HP-based
  • DEFENCE-based
  • ENERGY RECHARGE-based
  • ELEMENTAL MASTERY-based
graph LR
    A{/party}
    A -->|If uid/user specified| B[Show specified user's data]
    A -->|If not specified| C{Show your data}
    C -->|If uid not registered| D[Show UID registration form]
    C -->|If uid registered| E[Show data]

image