Skip to content

Honkai Battlesuit Models

battlesuit

Honkai battlesuit model.

Classes:

  • Battlesuit

    Represents a battlesuit without equipment or level.

BATTLESUIT_TYPES module-attribute

BATTLESUIT_TYPES = {'ShengWu': 'BIO', 'JiXie': 'MECH', 'YiNeng': 'PSY', 'LiangZi': 'QUA', 'XuShu': 'IMG', 'Xingchen': 'SD'}

ICON_BASE module-attribute

ICON_BASE = 'https://upload-os-bbs.mihoyo.com/game_record/honkai3rd/global/SpriteOutput/'

__all__ module-attribute

__all__ = ['Battlesuit']

Battlesuit pydantic-model

Represents a battlesuit without equipment or level.

Fields:

Validators:

banner property

banner: str

banner_art pydantic-field

banner_art: str

character property

character: str

closeup_icon property

closeup_icon: str

closeup_icon_background pydantic-field

closeup_icon_background: str

cropped_icon property

cropped_icon: str

icon property

icon: str

icon_background property

icon_background: str

id pydantic-field

id: int

image property

image: str

name pydantic-field

name: str

rank property

rank: str

Display character rarity with letters ranging from A to SSS, as is done in-game.

rarity pydantic-field

rarity: int

tall_icon pydantic-field

tall_icon: str

type property

type: str

__autocomplete_figpath pydantic-validator

__autocomplete_figpath(tall_icon: str, info: ValidationInfo) -> str

figure_path is empty for gamemode endpoints, and cannot be inferred from other fields.